nipoppy.tabular.curation_status.CurationStatusModel¶
- class nipoppy.tabular.curation_status.CurationStatusModel(/, **data)¶
An internally- or user-generated file to keep track of the BIDSification process.
Should contain exactly the same data as the manifest, with some additional columns.
Note: This class is called “model” to be consistent with Pydantic nomenclature, but it can be thought of as a schema for each row in the curation status file.
- Parameters:
data (Any)