#include "instctrl.h"
#include "telescope.h"
Go to the source code of this file.
Defines | |
#define | __iniconfig_h 1 |
Functions | |
int | init_configfile (void) |
(constructor) initializes the ini file configuration system and loads the parameter for all other .c files (modules) | |
int | inifile_update_sequence_context () |
updates the sequence context information received from the CCU using the information in the goccia.ini file | |
int | inifile_finish (void) |
checks all needed files for accessability | |
int | configfile_checkfiles (struct instctrl_filename_struct filenames, struct telescope_filename_struct tel_filenames) |
checks all needed files for accessability | |
int | configfileRcheck (char *filename, char *msg) |
checks whether a file can be opend in read mode | |
Variables | |
char | fitsoutput_path [1000] |
char | fitsoutput_prefix [1000] |
char | fitsoutput_suffix [1000] |
char | fitsoutput_replacekeyname [1000] |
char | fitsoutput_fitsmd5name [1000] |
char | fitsoutput_astrometryname [1000] |
int | fitsoutput_filenum |
char | ini_name [1000] |
int | ccu_channels |
char | gui_saods9name [1000] |
char | fitsoutput_sextractorname [1000] |
char | fitsoutput_sexfilename [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.
|
checks all needed files for accessability
|
|
checks whether a file can be opend in read mode
|
|
checks all needed files for accessability
|
|
updates the sequence context information received from the CCU using the information in the goccia.ini file
|
|
(constructor) initializes the ini file configuration system and loads the parameter for all other .c files (modules)
|
|
the number of channels to be read out simutaneously |
|
the command to run a script to optimize the astrometry of the system |
|
the serial number of the current file |
|
the command to calculate the md5sum of the datasection of a .fits file |
|
the path to write .fits files |
|
the filename prefix for .fits files |
|
the command to replace a key in a .fits file |
|
the name of the output file of sextractor |
|
the command to run sextrctor |
|
the filename suffix for .fits files |
|
the command to run a fits viewer |
|
the name of the main ini file |