TwiceAsNice
2019-02-18
|
#include "types.h"
Functions | |
void | alloccatparams (void) |
void | allocparcelout (void) |
void | analyse (picstruct *, picstruct *, int, objliststruct *) |
void | blankit (char *, int) |
void | endcat (char *error) |
void | reendcat (void) |
void | changecatparamarrays (char *keyword, int *axisn, int naxis) |
void | closecheck (void) |
void | copydata (picstruct *, int, int) |
void | dumpparams (void) |
void | endfield (picstruct *) |
void | endobject (picstruct *, picstruct *, picstruct *, picstruct *, picstruct *, int, objliststruct *) |
void | examineiso (picstruct *, picstruct *, objstruct *, pliststruct *) |
void | flagcleancrowded (int, objliststruct *) |
void | freeparcelout (void) |
void | getnnw (void) |
void | initcat (void) |
void | reinitcat (picstruct *) |
void | initglob (void) |
void | makeit (void) |
void | mergeobject (objstruct *, objstruct *) |
void | neurinit (void) |
void | neurclose (void) |
void | neurresp (double *, double *) |
void | preanalyse (int, objliststruct *, int) |
void | propagate_covar (double *vi, double *d, double *vo, int ni, int no, double *temp) |
void | readcatparams (char *) |
void | readdata (picstruct *, PIXTYPE *, int) |
void | readidata (picstruct *, FLAGTYPE *, int) |
void | readimagehead (picstruct *) |
void | readprefs (char *, char **, char **, int) |
void | scanimage (picstruct *, picstruct *, picstruct **, int, picstruct *, picstruct *, picstruct *) |
void | sexcircle (PIXTYPE *bmp, int, int, double, double, double, PIXTYPE) |
void | sexdraw (PIXTYPE *bmp, int, int, double, double, PIXTYPE) |
void | sexellips (PIXTYPE *bmp, int, int, double, double, double, double, double, PIXTYPE, int) |
void | sexmove (double, double) |
void | updateparamflags (void) |
void | useprefs (void) |
void | writecat (int, objliststruct *) |
void | write_error (char *msg1, char *msg2) |
void | write_vo_fields (FILE *file) |
void | zerocat (void) |
double | counter_seconds (void) |
float | fqmedian (float *, int) |
int | addobj (int, objliststruct *, objliststruct *) |
int | belong (int, objliststruct *, int, objliststruct *) |
int | gatherup (objliststruct *, objliststruct *) |
int | parcelout (objliststruct *, objliststruct *) |
void * | loadstrip (picstruct *, picstruct *) |
char * | readfitshead (FILE *, char *, int *) |
picstruct * | inheritfield (picstruct *infield, int flags) |
picstruct * | newfield (char *, int, int) |
Variables | |
sexcatstruct | thecat |
picstruct | thefield1 |
picstruct | thefield2 |
picstruct | thewfield1 |
picstruct | thewfield2 |
objstruct | flagobj |
obj2struct | flagobj2 |
obj2struct | outobj2 |
float | ctg [37] |
float | stg [37] |
char | gstr [MAXCHAR] |
int addobj | ( | int | , |
objliststruct * | , | ||
objliststruct * | |||
) |
void alloccatparams | ( | void | ) |
void allocparcelout | ( | void | ) |
void analyse | ( | picstruct * | , |
picstruct * | , | ||
int | , | ||
objliststruct * | |||
) |
int belong | ( | int | , |
objliststruct * | , | ||
int | , | ||
objliststruct * | |||
) |
void blankit | ( | char * | , |
int | |||
) |
void changecatparamarrays | ( | char * | keyword, |
int * | axisn, | ||
int | naxis | ||
) |
void closecheck | ( | void | ) |
void copydata | ( | picstruct * | , |
int | , | ||
int | |||
) |
double counter_seconds | ( | void | ) |
void dumpparams | ( | void | ) |
void endcat | ( | char * | error | ) |
void endfield | ( | picstruct * | ) |
void endobject | ( | picstruct * | , |
picstruct * | , | ||
picstruct * | , | ||
picstruct * | , | ||
picstruct * | , | ||
int | , | ||
objliststruct * | |||
) |
void examineiso | ( | picstruct * | , |
picstruct * | , | ||
objstruct * | , | ||
pliststruct * | |||
) |
void flagcleancrowded | ( | int | , |
objliststruct * | |||
) |
float fqmedian | ( | float * | , |
int | |||
) |
void freeparcelout | ( | void | ) |
int gatherup | ( | objliststruct * | , |
objliststruct * | |||
) |
void getnnw | ( | void | ) |
void initcat | ( | void | ) |
void initglob | ( | void | ) |
void makeit | ( | void | ) |
void neurclose | ( | void | ) |
void neurinit | ( | void | ) |
void neurresp | ( | double * | , |
double * | |||
) |
picstruct * newfield | ( | char * | , |
int | , | ||
int | |||
) |
int parcelout | ( | objliststruct * | , |
objliststruct * | |||
) |
void preanalyse | ( | int | , |
objliststruct * | , | ||
int | |||
) |
void propagate_covar | ( | double * | vi, |
double * | d, | ||
double * | vo, | ||
int | ni, | ||
int | no, | ||
double * | temp | ||
) |
void readcatparams | ( | char * | ) |
char* readfitshead | ( | FILE * | , |
char * | , | ||
int * | |||
) |
void readimagehead | ( | picstruct * | ) |
void readprefs | ( | char * | , |
char ** | , | ||
char ** | , | ||
int | |||
) |
void reendcat | ( | void | ) |
void reinitcat | ( | picstruct * | ) |
void scanimage | ( | picstruct * | , |
picstruct * | , | ||
picstruct ** | , | ||
int | , | ||
picstruct * | , | ||
picstruct * | , | ||
picstruct * | |||
) |
void sexellips | ( | PIXTYPE * | bmp, |
int | , | ||
int | , | ||
double | , | ||
double | , | ||
double | , | ||
double | , | ||
double | , | ||
PIXTYPE | , | ||
int | |||
) |
void sexmove | ( | double | , |
double | |||
) |
void updateparamflags | ( | void | ) |
void useprefs | ( | void | ) |
void write_error | ( | char * | msg1, |
char * | msg2 | ||
) |
void write_vo_fields | ( | FILE * | file | ) |
void writecat | ( | int | , |
objliststruct * | |||
) |
void zerocat | ( | void | ) |
float ctg[37] |
objstruct flagobj |
obj2struct flagobj2 |
char gstr[MAXCHAR] |
obj2struct outobj2 |
float stg[37] |
sexcatstruct thecat |
picstruct thefield1 |
picstruct thefield2 |
picstruct thewfield1 |
picstruct thewfield2 |