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
Evora doesn't seem to expose for more than 30 seconds. Maybe related to gunicorn workers timing out.
Solved but needs more testing.
gunicorn workers time out, check if that can be configured or use development mode for now.
Install and test new evora-wheel
Filter wheel seems to not home in certain positions of the telescope and the filters are not well aligned sometimes. Test movement at different positions of the telescope.
We found that the separation between the hall sensors and the filter plate is important and if the sensors are too close, they produce false positives. Need to decide whether to keep the spacer washers we installed or reduce the size of the steel spacers.
Need to test if this solves the issue at different position angles of the telescope.
Set NTP clients in Loki and Sleipner.
Figure out how to ssh to computers from internal/external network.
Evora: bias exposure time seems to open the shutter and exposes the entire exposure time (+0.5s)
Save images as 16-bit unsigned integers #18evora-server reads the camera buffer as signed 32-bit integers. There's a function that uses unsigned 16-bit integers, which seems more reasonable. It's worth testing it.
Temperature would sometimes would get lost after an exposure (?)
Add i-band filter.
Implement real-time exposures.
The text was updated successfully, but these errors were encountered:
gunicorn
workers timing out.gunicorn
workers time out, check if that can be configured or use development mode for now.evora-wheel
setup.py
compilation ofandor_wrapper
evora-client
.evora-server
reads the camera buffer as signed 32-bit integers. There's a function that uses unsigned 16-bit integers, which seems more reasonable. It's worth testing it.The text was updated successfully, but these errors were encountered: