Skip to content

Commit fdb5729

Browse files
committed
Small commit to trigger CI.
1 parent 54d8672 commit fdb5729

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
@@ -404,7 +404,7 @@ def get_formatted_scans_key_row(dcm_fn):
404404
"""
405405
dcm_data = dcm.read_file(dcm_fn, stop_before_pixels=True, force=True)
406406
# we need to store filenames and acquisition times
407-
# parse date and time and get it into isoformat
407+
# parse date and time of start of run acquisition and get it into isoformat
408408
try:
409409
date = dcm_data.ContentDate
410410
time = dcm_data.AcquisitionTime

0 commit comments

Comments
 (0)