nipoppy.study.Study¶
- class nipoppy.study.Study(layout, logger=None, verbose=False)¶
Representation of a Nipoppy study.
This class is responsible for retrieving information about the study from disk based on paths defined in a DatasetLayout object. This includes configuration and tabular files.
- Parameters:
layout (nipoppy.layout.DatasetLayout)
logger (Optional[logging.Logger])
verbose (bool)
- property config: nipoppy.config.main.Config¶
The main configuration object.
- Return type:
- property curation_status_table: nipoppy.tabular.curation_status.CurationStatusTable¶
The curation status table.
- Return type:
- layout¶
- property manifest: nipoppy.tabular.manifest.Manifest¶
The manifest table.
- Return type:
- property processing_status_table: nipoppy.tabular.processing_status.ProcessingStatusTable¶
The processing status table.
- verbose = False¶