TwiceAsNice  2019-02-18
Functions | Variables
globals.h File Reference
#include "types.h"
Include dependency graph for globals.h:
This graph shows which files directly or indirectly include this file:

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 *)
 
picstructinheritfield (picstruct *infield, int flags)
 
picstructnewfield (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]
 

Function Documentation

◆ addobj()

int addobj ( int  ,
objliststruct ,
objliststruct  
)

◆ alloccatparams()

void alloccatparams ( void  )

◆ allocparcelout()

void allocparcelout ( void  )

◆ analyse()

void analyse ( picstruct ,
picstruct ,
int  ,
objliststruct  
)

◆ belong()

int belong ( int  ,
objliststruct ,
int  ,
objliststruct  
)

◆ blankit()

void blankit ( char *  ,
int   
)

◆ changecatparamarrays()

void changecatparamarrays ( char *  keyword,
int *  axisn,
int  naxis 
)

◆ closecheck()

void closecheck ( void  )

◆ copydata()

void copydata ( picstruct ,
int  ,
int   
)

◆ counter_seconds()

double counter_seconds ( void  )

◆ dumpparams()

void dumpparams ( void  )

◆ endcat()

void endcat ( char *  error)

◆ endfield()

void endfield ( picstruct )

◆ endobject()

void endobject ( picstruct ,
picstruct ,
picstruct ,
picstruct ,
picstruct ,
int  ,
objliststruct  
)

◆ examineiso()

void examineiso ( picstruct ,
picstruct ,
objstruct ,
pliststruct  
)

◆ flagcleancrowded()

void flagcleancrowded ( int  ,
objliststruct  
)

◆ fqmedian()

float fqmedian ( float *  ,
int   
)

◆ freeparcelout()

void freeparcelout ( void  )

◆ gatherup()

int gatherup ( objliststruct ,
objliststruct  
)

◆ getnnw()

void getnnw ( void  )

◆ inheritfield()

picstruct* inheritfield ( picstruct infield,
int  flags 
)

◆ initcat()

void initcat ( void  )

◆ initglob()

void initglob ( void  )

◆ loadstrip()

void* loadstrip ( picstruct ,
picstruct  
)

◆ makeit()

void makeit ( void  )

◆ mergeobject()

void mergeobject ( objstruct ,
objstruct  
)

◆ neurclose()

void neurclose ( void  )

◆ neurinit()

void neurinit ( void  )

◆ neurresp()

void neurresp ( double *  ,
double *   
)

◆ newfield()

picstruct * newfield ( char *  ,
int  ,
int   
)

◆ parcelout()

int parcelout ( objliststruct ,
objliststruct  
)

◆ preanalyse()

void preanalyse ( int  ,
objliststruct ,
int   
)

◆ propagate_covar()

void propagate_covar ( double *  vi,
double *  d,
double *  vo,
int  ni,
int  no,
double *  temp 
)

◆ readcatparams()

void readcatparams ( char *  )

◆ readdata()

void readdata ( picstruct ,
PIXTYPE ,
int   
)

◆ readfitshead()

char* readfitshead ( FILE *  ,
char *  ,
int *   
)

◆ readidata()

void readidata ( picstruct ,
FLAGTYPE ,
int   
)

◆ readimagehead()

void readimagehead ( picstruct )

◆ readprefs()

void readprefs ( char *  ,
char **  ,
char **  ,
int   
)

◆ reendcat()

void reendcat ( void  )

◆ reinitcat()

void reinitcat ( picstruct )

◆ scanimage()

void scanimage ( picstruct ,
picstruct ,
picstruct **  ,
int  ,
picstruct ,
picstruct ,
picstruct  
)

◆ sexcircle()

void sexcircle ( PIXTYPE bmp,
int  ,
int  ,
double  ,
double  ,
double  ,
PIXTYPE   
)

◆ sexdraw()

void sexdraw ( PIXTYPE bmp,
int  ,
int  ,
double  ,
double  ,
PIXTYPE   
)

◆ sexellips()

void sexellips ( PIXTYPE bmp,
int  ,
int  ,
double  ,
double  ,
double  ,
double  ,
double  ,
PIXTYPE  ,
int   
)

◆ sexmove()

void sexmove ( double  ,
double   
)

◆ updateparamflags()

void updateparamflags ( void  )

◆ useprefs()

void useprefs ( void  )

◆ write_error()

void write_error ( char *  msg1,
char *  msg2 
)

◆ write_vo_fields()

void write_vo_fields ( FILE *  file)

◆ writecat()

void writecat ( int  ,
objliststruct  
)

◆ zerocat()

void zerocat ( void  )

Variable Documentation

◆ ctg

float ctg[37]

◆ flagobj

objstruct flagobj

◆ flagobj2

obj2struct flagobj2

◆ gstr

char gstr[MAXCHAR]

◆ outobj2

obj2struct outobj2

◆ stg

float stg[37]

◆ thecat

sexcatstruct thecat

◆ thefield1

picstruct thefield1

◆ thefield2

picstruct thefield2

◆ thewfield1

picstruct thewfield1

◆ thewfield2

picstruct thewfield2