Go to the source code of this file.
Defines | |
#define | __fitsoutput_h 1 |
Functions | |
void | write_fitsfile (unsigned char *data, int size) |
writes data into a fitsfile | |
int | close_fitsfile (void) |
Closes a fitsfile. | |
int | init_fitsfile (void) |
Open a fitsfile and set header keywords. | |
int | init_fitsfile_noheader (int xsize, int ysize) |
Open a fitsfile and without setting header keywords. | |
void | fitsoutput_set_dap (struct dap_struct dap) |
sets the Data Associated Parameters. | |
char * | fitsoutput_get_filename () |
returns the current filename. | |
void | fitsoutput_set_ccd (struct ccd_struct ccd) |
sets the CCD parameters. | |
int | fitsfile_shutter_opening () |
called when the shutter is just opening | |
int | fitsfile_shutter_closing () |
called when the shutter is just closing | |
int | fitsfile_create_image (int xsize, int ysize) |
creates an image to be written into the fits file. And write the header keywords. | |
void | fitsoutput_postproc (char *filename) |
postprocesses the fits file | |
dap_struct | fitsoutput_get_dap (void) |
returns a structure describing the current Data Associated Parameters. | |
void | ui_fitsoutput_status_changed (struct fitsoutput_status_struct) |
called by fitsoutput.c whenever its status changed. | |
fitsoutput_status_struct | fitsoutput_get_status (void) |
returns a structure describing the current status of fitsoutput. | |
Variables | |
fitsoutput_status_struct | fitsoutput_status |
volatile int | fitsoutput_write_file |
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.
|
Closes a fitsfile.
|
|
creates an image to be written into the fits file. And write the header keywords.
|
|
called when the shutter is just closing
|
|
called when the shutter is just opening
|
|
returns a structure describing the current Data Associated Parameters.
|
|
returns the current filename.
|
|
returns a structure describing the current status of fitsoutput.
|
|
postprocesses the fits file
|
|
sets the CCD parameters.
|
|
sets the Data Associated Parameters.
|
|
Open a fitsfile and set header keywords.
|
|
Open a fitsfile and without setting header keywords.
the current filename |
|
called by fitsoutput.c whenever its status changed.
|
|
writes data into a fitsfile
|
|
a stuct representing the current status of fitsoutput |
|
1 if the current fitsfile shall actually be writen to disk. Set to 0 if you just want to perform operation in memmory |