Table name and fields unspecified, but here's information that would need to end up in the imaging log and is sourced from files on TACC
# record identifiers
record_id: str
protocol_id: int
# datetime for first scan acquisition (raw value, from *scans.tsv)
acq_time: str | None
# images that have been received
# true: received
# false: not received
# none/null: no *scans.tsv located (e.g., heudiconv not finished)
t1_received: bool | None
dwi_received: bool | None
rest1_received: bool | None
cuff1_received: bool | None
cuff2_received: bool | None
rest2_received: bool | None
# job status
# 0: not done
# 1: finished successfully
# 2: failed run
bids: int | None
fslanat: int | None
fmriprep: int | None
mriqc: int | None
qsiprep: int | None
cat12: int | None
brainager: int | None
fcn: int | None
signatures: int | None
gift: int | None