We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f277b6 commit 7660e00Copy full SHA for 7660e00
heudiconv/bids.py
@@ -406,7 +406,7 @@ def get_formatted_scans_key_row(dcm_fn):
406
# we need to store filenames and acquisition times
407
# parse date and time of start of run acquisition and get it into isoformat
408
try:
409
- date = dcm_data.ContentDate
+ date = dcm_data.AcquisitionDate
410
time = dcm_data.AcquisitionTime
411
acq_time = get_datetime(date, time)
412
except (AttributeError, ValueError) as exc:
0 commit comments