Antonino Ingargiola edited dataload.tex  about 9 years ago

Commit id: 8f9b8240ec0a88726bed63ff1b3c157f1e50ca3b

deletions | additions      

       

to the data and ease data sharing between different programs. All the   FRETBursts exemplary data files are saved in Photon-HDF5 and can be opened with   standard viewers such as   \href{http://www.hdfgroup.org/products/java/hdfview/}{HDFView}. An A  additional data file files  can be found here[multi-spot paper data files].  The \href{http://fretbursts.readthedocs.org/en/latest/loader.html}{\texttt{loader} module}  containsall the  functions to load the different file formats. In particular, to load a Photon-HDF5 file use: we use the following command:  \begin{verbatim}  d = loader.photon_hdf5(file_name)  \end{verbatim}  where \verb|file_name| is a string containing the file path. The function  \verb|load.hdf5| \verb|load.photon_hdf5|  returns an object \verb|d| of type \href{http://fretbursts.readthedocs.org/en/latest/data_class.html}{\texttt{Data}})   containing all the measurement info data  (see section~\ref{sec:data_intro}). Similar functions in the   \href{http://fretbursts.readthedocs.org/en/latest/loader.html}{\texttt{loader} module}