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

Image timestamp EPOCH is different from ADAndor driver #6

Open
mp49 opened this issue Feb 2, 2018 · 1 comment
Open

Image timestamp EPOCH is different from ADAndor driver #6

mp49 opened this issue Feb 2, 2018 · 1 comment

Comments

@mp49
Copy link
Contributor

mp49 commented Feb 2, 2018

Hi,

In the ADAndor3 driver I see this line to set the NDArray timestamp:
pImage->timeStamp = 631152000 + imageStamp.secPastEpoch +
(imageStamp.nsec / 1.0e9);

but in the ADAndor driver I see:
pArray->timeStamp = startTime.secPastEpoch + startTime.nsec / 1.e9;

Can we make both the drivers consistent? Most drivers seem to use EPICS time rather than POSIX time.

@MarkRivers
Copy link
Member

I think think this driver should be changed to use EPICS time.

mp49 added a commit to mp49/ADAndor3 that referenced this issue Aug 5, 2019
… use EPICS time rather than POSIX time. This fixes issue areaDetector#6.
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