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 "check.h"
#include "image.h"
#include "wcs/poly.h"
#include "psf.h"
Functions | |
void | pc_end (pcstruct *pc) |
pcstruct * | pc_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 obj2struct * | obj2 = &outobj2 |
void pc_end | ( | pcstruct * | pc | ) |
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 | ||
) |
|
static |