aces / Loris-MRI

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

register_new_scanner config not used #992

Closed laemtl closed 1 year ago

laemtl commented 1 year ago

The determine_scanner_information method in the class MriScanner has the following description:

Select a ScannerID based on the scanner information gathered from the headers of the
DICOM archive. If a ScannerID is not found for the scanner but register_new_scanner
is set to True in the Config table, a new entry will be inserted into the mri_scanner table.

but the config register_new_scanner does not exist (see https://github.com/aces/Loris/pull/5954).