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 54d8672 commit fdb5729Copy full SHA for fdb5729
heudiconv/bids.py
@@ -404,7 +404,7 @@ def get_formatted_scans_key_row(dcm_fn):
404
"""
405
dcm_data = dcm.read_file(dcm_fn, stop_before_pixels=True, force=True)
406
# we need to store filenames and acquisition times
407
- # parse date and time and get it into isoformat
+ # parse date and time of start of run acquisition and get it into isoformat
408
try:
409
date = dcm_data.ContentDate
410
time = dcm_data.AcquisitionTime
0 commit comments