TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "wcs/wcs.h"
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "check.h"
#include "field.h"
#include "fits/fitscat.h"
#include "fitswcs.h"
#include "interpolate.h"
#include "back.h"
#include "astrom.h"
#include "weight.h"
#include "wcs/tnx.h"
Macros | |
#define | FITSREADS(buf, k, str, def) |
Functions | |
void * | loadstrip (picstruct *field, picstruct *wfield) |
void | copydata (picstruct *field, int offset, int size) |
void | readimagehead (picstruct *field) |
void copydata | ( | picstruct * | field, |
int | offset, | ||
int | size | ||
) |
void readimagehead | ( | picstruct * | field | ) |