-
Notifications
You must be signed in to change notification settings - Fork 19
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
[chimera-cam] start new exposure when downloading #38
Comments
Today, all camera drivers handles the final image saving process. This must be moved to base camera.py and there it is possible to do the final saving in a different process. It will need a way to pass the (possibly large) image array to this new process. Maybe CameraBase can create a pipe or something, where the driver must write its data, after it is written there the camera can move to a new exposure. Not a naive change to do, caution required. |
This could be used in the scheme I mentioned above. But I would add some profiling code to check where time is being spent. SBIG and FLI are similar I think, but maybe on SI final camera things might be problematic as the size grows a lot. |
In the case of the SI camera, the SI Image program sends the image array From SI manual: Modes can be selected where the image is saved on the local computer On Thu, Mar 12, 2015 at 7:53 PM Paulo Henrique Silva <
|
Hola;
no specific preference (yet): On Thu, Mar 12, 2015 at 8:19 PM, William Schoenell <notifications@github.com
Nelson Saavedra PinosNAIR Servicios Informáticos E.I.R.L.e: saavedra.nelson@gmail.com |
When can sensitively reduce the dead time starting the new exposure right after the CCD was read. Download and save can be done while exposing the next image.
The text was updated successfully, but these errors were encountered: