TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "fits/fitscat.h"
#include "param.h"
#include "sexhead.h"
#include "sexhead1.h"
#include "sexheadsc.h"
#include "xml.h"
Functions | |
void | readcatparams (char *filename) |
void | alloccatparams (void) |
void | changecatparamarrays (char *keyword, int *axisn, int naxis) |
void | updateparamflags () |
void | dumpparams (void) |
void | initcat (void) |
void | write_vo_fields (FILE *file) |
void | reinitcat (picstruct *field) |
void | writecat (int n, objliststruct *objlist) |
void | endcat (char *error) |
void | reendcat () |
void | zerocat (void) |
Variables | |
catstruct * | fitscat |
tabstruct * | objtab = NULL |
FILE * | ascfile |
char * | buf |
int | catopen_flag = 0 |
void alloccatparams | ( | void | ) |
void changecatparamarrays | ( | char * | keyword, |
int * | axisn, | ||
int | naxis | ||
) |
void dumpparams | ( | void | ) |
void endcat | ( | char * | error | ) |
void initcat | ( | void | ) |
void readcatparams | ( | char * | filename | ) |
void reendcat | ( | void | ) |
void reinitcat | ( | picstruct * | field | ) |
void updateparamflags | ( | void | ) |
void write_vo_fields | ( | FILE * | file | ) |
void writecat | ( | int | n, |
objliststruct * | objlist | ||
) |
void zerocat | ( | void | ) |
FILE* ascfile |
char* buf |
int catopen_flag = 0 |
catstruct* fitscat |