nipoppy.tabular.curation_status

Class for the curation status file.

Classes

CurationStatusModel

An internally- or user-generated file to keep track of the BIDSification process.

CurationStatusTable

A dataset's curation status file, for tracking BIDSification progress.

Module Contents

nipoppy.tabular.curation_status.generate_curation_status_table(manifest, dicom_dir_map, dpath_downloaded=None, dpath_organized=None, dpath_bidsified=None, empty=False, logger=None)

Generate a curation status table.

Parameters:
Return type:

CurationStatusTable

nipoppy.tabular.curation_status.update_curation_status_table(curation_status_table, manifest, dicom_dir_map, dpath_downloaded=None, dpath_organized=None, dpath_bidsified=None, empty=False, logger=None)

Update an existing curation status file.

Parameters:
Return type:

CurationStatusTable