aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

Not reading scans.tsv for acq_time when importing BIDS MRI data #812

Open cmadjar opened 1 year ago

cmadjar commented 1 year ago

The bids_import.py pipeline supports the insertion of acquisition dates for EEG files but not for MRI data (see https://github.com/aces/Loris-MRI/commit/ef413a697265b549adad4c84847ff4f2c64ac862).

Need to implement this feature for MRI data and insert the acquisition date in the files table (as AcquisitionDate) and parameter_file table (under acquisition_time header)

github-actions[bot] commented 10 months ago

This issue is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 3 months.

jeffersoncasimir commented 10 months ago

FYI: @christinerogers (EEGNet)