Line 34... |
Line 34... |
#include "fits/fitscat.h"
|
#include "fits/fitscat.h"
|
#include "psf.h"
|
#include "psf.h"
|
#include "sample.h"
|
#include "sample.h"
|
#include "field.h"
|
#include "field.h"
|
|
|
extern void error(int, char *, char *),
|
extern void error(int, const char *, const char *),
|
makeit(void),
|
makeit(void),
|
makeit_body(fieldstruct **fields, contextstruct **context,
|
makeit_body(fieldstruct **fields, contextstruct **context,
|
contextstruct **fullcontext, int free_sets);
|
contextstruct **fullcontext, int free_sets);
|
psfstruct *make_psf(setstruct *set, float psfstep,
|
psfstruct *make_psf(setstruct *set, float psfstep,
|
float *basis, int nbasis, contextstruct *context);
|
float *basis, int nbasis, contextstruct *context);
|