File Handling
MRI Acquisition Data can not only be generated from Simulation but also from files. Currently, MRIReco supports the ISMRMRD data format and a custom MRILib specific data format. Both formats are a subtype of MRIFile and implement the functions
trajectory(f::MRIFile)sequence(f::MRIFile)rawdata(f::MRIFile)acquisitionData(f::MRIFile)
which allow to access specific parts of the MRIFile. The last function acquisitionData returns an AcquisitionData data object which can be used directly in the Reconstruction methods.