Commit cefc72f
Pull v24.1.2 into main (#821)
* update the VERSION for the next bug fix release (#816)
* [dcm2bids] Remove hardcoded dcm2niix binary to use the value stored in the `converter` Config setting (#815)
* modifies the dcm2niix command to use the Config converter value instead of hardcoding dcm2niix
* add a check to make sure the converter is a dcm2niix binary
* Pull 24.0.3 in 24.1 release (#820)
* Reload the mri_upload dictionary before checking if a tarchive has been validated (#783)
* reload mri_upload object
* remove debugging exit and print statements
* fix minor bugs when dealing with scans.tsv files (#774)
* fix regex search for excluded series description patterns (#786)
* fix_return_statement_of_create_imaging_upload_dict_from_upload_id_function (#787)
* [dcm2bids] Insert into MRICandidateErrors if there is a Candidate PatientName mismatch (#790)
* insert into MRICandidateErrors when candidate mismatch or pname not matching between DICOMs and NIfTI
* remove exit
* fix table name to MRICandidateErrors instead of MriCandidateErrors as apparently, it makes a difference on MariaDB/Linux VMs while it just worked on local install on Mac... (#793)
* Set DICOM dates to undef if the date does not follow proper DICOM standard (#794)
* set date to undef if it does not follow proper DICOM formats
* fix all dates set to NULL
* Installation and pet fixes (#818)
Co-authored-by: Laetitia Fesselier <laetitia.fesselier@mcgill.ca>
* Update VERSION file for next bug fix release
Co-authored-by: Laetitia Fesselier <laetitia.fesselier@mail.mcgill.ca>
Co-authored-by: Laetitia Fesselier <laetitia.fesselier@mcgill.ca>
Co-authored-by: Laetitia Fesselier <laetitia.fesselier@mail.mcgill.ca>
Co-authored-by: Laetitia Fesselier <laetitia.fesselier@mcgill.ca>1 parent be601e3 commit cefc72f
File tree
3 files changed
+10
-4
lines changed- python/lib/dcm2bids_imaging_pipeline_lib
- uploadNeuroDB/NeuroDB
3 files changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
146 | 151 | | |
147 | | - | |
| 152 | + | |
148 | 153 | | |
149 | 154 | | |
150 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
646 | | - | |
| 646 | + | |
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
| 651 | + | |
651 | 652 | | |
652 | 653 | | |
653 | 654 | | |
| |||
0 commit comments