AcquisitionContainer
Documentation for the attributes and methods in the AcquisitionContainer class used to extract information about acquisition from the files.
- slap2_utils.subclasses.acquisitionContainer.AcquisitionContainer(metadatafile)
A class used to load a SLAP2 binary metadatafile for data processing. This is also an attribute for the datafile object
- slap2_utils.subclasses.acquisitionContainer.AcquisitionPlan
A dictionary that contains 3 subinstances of [‘AcquisitionContainer’], [‘ParsePlan’], and [‘acqParsePlan’].
- Type:
dict
- slap2_utils.subclasses.acquisitionContainer.DmdPatternSequence
A list containing information related to the patterning of the sequences.
- Type:
list
- slap2_utils.subclasses.acquisitionContainer.ParsePlan
A dictionary that contains various instances related to how region of interest is parsed through.
- Type:
dict
- slap2_utils.subclasses.acquisitionContainer.ROIs
A list that contains information related to the region of interests.
- Type:
list
- slap2_utils.subclasses.acquisitionContainer.ScannerParameters
A dictionary that stores information related to the scanned parameter (not implemented yet, consider removing).
- Type:
dict
- slap2_utils.subclasses.acquisitionContainer.constructor
A string that describes how the plan is constructed.
- Type:
str
Descriptions for methods:
- __init__() :
Fill the fields mentioned above.
- rtype:
Self with populated fields.