Skip to content

Commit 7660e00

Browse files
committed
Replace ContentDate with AcquisitionDate
1 parent 3f277b6 commit 7660e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def get_formatted_scans_key_row(dcm_fn):
406406
# we need to store filenames and acquisition times
407407
# parse date and time of start of run acquisition and get it into isoformat
408408
try:
409-
date = dcm_data.ContentDate
409+
date = dcm_data.AcquisitionDate
410410
time = dcm_data.AcquisitionTime
411411
acq_time = get_datetime(date, time)
412412
except (AttributeError, ValueError) as exc:

0 commit comments

Comments
 (0)