Go to the source code of this file.
Defines | |
#define | __auto_h 1 |
Enumerations | |
enum | auto_run_modes { auto_run_flat, auto_run_focus, auto_run_shutter_offset, auto_run_mask } |
Functions | |
void | auto_start_flat (int gain, int sequence, long counts, int n) |
Starts the automated flatfielding mode. | |
void | auto_do_flat () |
Acquires one automated flatfield. | |
void | auto_do_focus () |
does the automated focussing procedure | |
void | auto_stop_thread () |
stops the automated mode | |
void | auto_do_shutter_offset () |
does the automated shutter calibration | |
void | auto_do_mask () |
Acquires one automated mask exposure (deprected). | |
void | auto_start_shutter_offset () |
Starts the automated shutter offset calibration. | |
void | auto_start_mask () |
Starts the automated flatmask generation (deprected). | |
void | auto_start_focus () |
Starts the automated focussing mode. | |
void | auto_set_flat_minmax_exposuretime (double min, double max) |
sets the minimum and manximum exposuretime, that is accepted during automated flatfielding | |
void | ui_auto_msg (char *msg) |
called by auto.c whenever it wants to tell the user a message. | |
void | ui_auto_flats_done_changed (int flats_done) |
called by auto.c whenever the number of flats done has changed. | |
void | ui_auto_shutter_offset_changed (double offset) |
called by auto.c whenever the shutter_offset has changed. | |
void | ui_auto_ended (char *msg) |
called by auto.c whenever and automated operatin has ended. | |
Variables | |
volatile int | auto_run_mode |
volatile int | auto_flat_seq |
volatile int | auto_focus_seq |
char | auto_end_msg [1000] |
Copyright (C) 2001-2003 Dirk Huenniger (dhun@astro.uni-bonn.de)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
Acquires one automated flatfield.
|
|
does the automated focussing procedure
|
|
Acquires one automated mask exposure (deprected).
|
|
does the automated shutter calibration
|
|
sets the minimum and manximum exposuretime, that is accepted during automated flatfielding
|
|
Starts the automated flatfielding mode.
|
|
Starts the automated focussing mode.
|
|
Starts the automated flatmask generation (deprected).
|
|
Starts the automated shutter offset calibration.
|
|
stops the automated mode
|
|
called by auto.c whenever and automated operatin has ended.
|
|
called by auto.c whenever the number of flats done has changed.
|
|
called by auto.c whenever it wants to tell the user a message.
|
|
called by auto.c whenever the shutter_offset has changed.
|
|
A string describing how and why the automated operation ended |
|
the readout sequence used for test exposures in automated flatfielding |
|
the readout sequence used in automated focussing |
|
the run mode as defined in auto.h |