var fDesc=new Array(); fDesc[0] = "HDF5 for Python (h5py) is a general-purpose Python interface to the Hierarchical Data Format library.
HDF5 is a versatile, mature scientific software library designed for the fast, flexible storage of enormous amounts of data.
A major design goal of h5py is interoperability; you can read your existing data in HDF5 format, and create new files that any HDF5- aware program can understand."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }