nipoppy.tabular.processing_status

Class for the processing status file.

Classes

ProcessingStatusModel

A file generated by the trackers.

ProcessingStatusTable

A file to track data availability/processing status.

Module Contents

nipoppy.tabular.processing_status.STATUS_FAIL = 'FAIL'
nipoppy.tabular.processing_status.STATUS_INCOMPLETE = 'INCOMPLETE'
nipoppy.tabular.processing_status.STATUS_SUCCESS = 'SUCCESS'
nipoppy.tabular.processing_status.STATUS_UNAVAILABLE = 'UNAVAILABLE'