TwiceAsNice  2019-02-18
Functions | Variables
pc.c File Reference
#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 "check.h"
#include "image.h"
#include "wcs/poly.h"
#include "psf.h"
Include dependency graph for pc.c:

Functions

void pc_end (pcstruct *pc)
 
pcstructpc_load (catstruct *cat)
 
void pc_fit (psfstruct *psf, float *data, float *weight, int width, int height, int ix, int iy, float dx, float dy, int npc, float backrms)
 

Variables

static obj2structobj2 = &outobj2
 

Function Documentation

◆ pc_end()

void pc_end ( pcstruct pc)

◆ pc_fit()

void pc_fit ( psfstruct psf,
float *  data,
float *  weight,
int  width,
int  height,
int  ix,
int  iy,
float  dx,
float  dy,
int  npc,
float  backrms 
)

◆ pc_load()

pcstruct* pc_load ( catstruct cat)

Variable Documentation

◆ obj2

obj2struct* obj2 = &outobj2
static