You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to extract the acquisition time for each readout, which I previously performed for Siemens data with:
acq = dset.read_acquisition(acqnum) time = acq.acquisition_time_stamp
However, when reading Philips data, this entry is 0 for all acquisitions (specified with acqnum). Is this a known issue or might it be related to my data?
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered:
I am not sure anything is done to get a time stamp on each acquisition in the Philips data. Certainly, doesn't look like the converter is extracting anything. Not sure if there are any Philips data users that can help here?
Hi,
I wanted to extract the acquisition time for each readout, which I previously performed for Siemens data with:
acq = dset.read_acquisition(acqnum)
time = acq.acquisition_time_stamp
However, when reading Philips data, this entry is 0 for all acquisitions (specified with
acqnum
). Is this a known issue or might it be related to my data?Thanks in advance for the help!
The text was updated successfully, but these errors were encountered: