fileInfo: classes to know where to save / load data

Contains the fileInfo classes. They allow the definition of information to retrieve data from .h5 and .edf files

class freeart.configuration.fileInfo.FreeARTFileInfo(file_path=None, data_path=None, data_slice=None)[source]

class defining potential information for a file sinogram contained in a file. And a load function to retrieve the data associated with this information

Now based on the silx.io.url.DataUrl

class freeart.configuration.fileInfo.MatrixFileInfo(file_path=None, data_path=None, data_slice=None)[source]
load()[source]

load the data. First from the file set. If None register in infoFile then it will use the reffile.

Returns:the data contained
class freeart.configuration.fileInfo.DictInfo(file_path=None, data_path=None, data_slice=None)[source]
load()[source]

load the data. First from the file set. If None register in infoFile then it will use the reffile.

Returns:the data contained