TwiceAsNice  2019-02-18
Functions | Variables
astrom.c File Reference
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include "wcs/wcs.h"
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "astrom.h"
#include "fitswcs.h"
#include "wcs/tnx.h"
Include dependency graph for astrom.c:

Functions

void initastrom (picstruct *field)
 
void astrom_pos (picstruct *field, objstruct *obj)
 
void astrom_peakpos (picstruct *field, objstruct *obj)
 
void astrom_winpos (picstruct *field, objstruct *obj)
 
void astrom_psfpos (picstruct *field, objstruct *obj)
 
void astrom_profpos (picstruct *field, objstruct *obj)
 
void astrom_shapeparam (picstruct *field, objstruct *obj)
 
void astrom_winshapeparam (picstruct *field, objstruct *obj)
 
void astrom_errparam (picstruct *field, objstruct *obj)
 
void astrom_winerrparam (picstruct *field, objstruct *obj)
 
void astrom_psferrparam (picstruct *field, objstruct *obj)
 
void astrom_proferrparam (picstruct *field, objstruct *obj)
 
void astrom_profshapeparam (picstruct *field, objstruct *obj)
 

Variables

static obj2structobj2 = &outobj2
 

Function Documentation

◆ astrom_errparam()

void astrom_errparam ( picstruct field,
objstruct obj 
)

◆ astrom_peakpos()

void astrom_peakpos ( picstruct field,
objstruct obj 
)

◆ astrom_pos()

void astrom_pos ( picstruct field,
objstruct obj 
)

◆ astrom_proferrparam()

void astrom_proferrparam ( picstruct field,
objstruct obj 
)

◆ astrom_profpos()

void astrom_profpos ( picstruct field,
objstruct obj 
)

◆ astrom_profshapeparam()

void astrom_profshapeparam ( picstruct field,
objstruct obj 
)

◆ astrom_psferrparam()

void astrom_psferrparam ( picstruct field,
objstruct obj 
)

◆ astrom_psfpos()

void astrom_psfpos ( picstruct field,
objstruct obj 
)

◆ astrom_shapeparam()

void astrom_shapeparam ( picstruct field,
objstruct obj 
)

◆ astrom_winerrparam()

void astrom_winerrparam ( picstruct field,
objstruct obj 
)

◆ astrom_winpos()

void astrom_winpos ( picstruct field,
objstruct obj 
)

◆ astrom_winshapeparam()

void astrom_winshapeparam ( picstruct field,
objstruct obj 
)

◆ initastrom()

void initastrom ( picstruct field)

Variable Documentation

◆ obj2

obj2struct* obj2 = &outobj2
static