-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adjustments for pyscope on real hardware #127
Conversation
Current changelog
|
Fixes #125, #128, and allows pyscope to function on real minimal hardware setups.
ASCOM Cameras now have their image arrays transposed by default to match their standard orientation, as well as having their data type set to 16 bit by default, or based off of their MaxADU (as in the documentation or in the screenshot above). This keeps the Observatory class the same as far as the Changelog: ASCOM Camera related features
|
Now I have moved EXPTIME/EXPOSURE checks (on using the camera's own exposure time, if it exists, or the user input exposure time) from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to use astropy.Time.now() instead of datetime
Solves #125 by implementing a working exposure time logging property in the ascom_camera.py script in my exptime branch and updating the observatory class to use this, which results in the last user-input exposure time being logged to the FITS header if the ASCOM LastExposureDuration function is not implemented in the ASCOM driver.
This builds off of #124 .