aces / Loris-MRI

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

Fix project id error when running register processed data #1103

Closed cmadjar closed 2 months ago

cmadjar commented 3 months ago

Description

In register_processed_data.pl, the subjectIDsRef used to determine the ProjectID of the file to register did not populate thePSCIDfield, needed in order to determine theProjectID`. This PR fixes this issue.

Resolve #1102