#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <stdarg.h>
#include "fitsoutput.h"
#include "iniconfig.h"
#include "iniparser.h"
#include "ccu.h"
#include "logfile.h"
#include "instctrl.h"
#include "telescope.h"
#include "error.h"
#include "auto.h"
#include "texoutput.h"
Functions | |
char * | myown_getstring (dictionary *ini, char *key) |
a replacement for the iniparser library getstring routine. It does some file existance checking. | |
int | init_configfile () |
(constructor) initializes the ini file configuration system and loads the parameter for all other .c files (modules) | |
int | iniconfig_load_database_ini (char *name) |
load the parameters of a ccd chip with associated readout sequence from an .ini file | |
int | inifile_update_sequence_context () |
updates the sequence context information received from the CCU using the information in the goccia.ini file | |
int | configfileRcheck (char *filename, char *msg) |
checks whether a file can be opend in read mode | |
int | configfileARcheck (char *filename, char *msg) |
checks whether a file can be opend in append and read mode | |
int | configfile_checkfiles (struct instctrl_filename_struct filenames, struct telescope_filename_struct tel_filenames) |
checks all needed files for accessability | |
int | inifile_finish () |
checks all needed files for accessability | |
Variables | |
char | ininame [1000] |
char | fitsoutput_path [1000] |
char | fitsoutput_prefix [1000] |
char | fitsoutput_suffix [1000] |
char | fitsoutput_sextractorname [1000] |
char | fitsoutput_sexfilename [1000] |
char | fitsoutput_replacekeyname [1000] |
char | fitsoutput_fitsmd5name [1000] |
char | fitsoutput_astrometryname [1000] |
char | gui_saods9name [1000] |
char | ini_name [1000] = "../config/gboccia.ini" |
int | configfile_parsingerror |
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 append and read mode
|
|
checks whether a file can be opend in read mode
|
|
load the parameters of a ccd chip with associated readout sequence from an .ini file
|
|
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)
|
|
a replacement for the iniparser library getstring routine. It does some file existance checking.
|
|
an error code indicating if something went wrong when parsing the .ini files |
|
the command to run a script to optimize the astrometry of the system |
|
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 |
|
the name of the main ini file (gboccia.ini) |