TwiceAsNice
2019-02-18
|
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "define.h"
#include "globals.h"
#include "fits/fitscat.h"
#include "fitswcs.h"
#include "imaout.h"
#include "key.h"
#include "prefs.h"
#include "simul.h"
Functions | |
int | imaout_readaschead (char *filename, int frameno, tabstruct *tab) |
catstruct * | imaout_inithead (simstruct *sim) |
void | imaout_write (simstruct *sim) |
Variables | |
headkeystruct | headparam [] |
pkeystruct | key [] |
char | keylist [][32] |
time_t | thetime |
int imaout_readaschead | ( | char * | filename, |
int | frameno, | ||
tabstruct * | tab | ||
) |
void imaout_write | ( | simstruct * | sim | ) |
headkeystruct headparam[] |
pkeystruct key[] |
char keylist[][32] |
time_t thetime |