Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acquisition time stamp is zero for all acquisitions #12

Open
HannahEichhorn opened this issue Aug 22, 2022 · 3 comments
Open

Acquisition time stamp is zero for all acquisitions #12

HannahEichhorn opened this issue Aug 22, 2022 · 3 comments

Comments

@HannahEichhorn
Copy link

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!

@hansenms
Copy link
Member

hansenms commented Sep 1, 2022

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?

@hansenms
Copy link
Member

hansenms commented Sep 1, 2022

You may be able to update the code and use enc_time? It is worth a try maybe.

@HannahEichhorn
Copy link
Author

Thanks for the help! However, apparently Philips does not save an acquisition time stamp at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants