TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "fits/fitscat.h"
#include "assoc.h"
#include "back.h"
#include "check.h"
#include "fft.h"
#include "field.h"
#include "filter.h"
#include "growth.h"
#include "interpolate.h"
#include "pattern.h"
#include "psf.h"
#include "profit.h"
#include "som.h"
#include "weight.h"
#include "xml.h"
Functions | |
static int | selectext (char *filename) |
void | makeit () |
void | initglob () |
void | write_error (char *msg1, char *msg2) |
Variables | |
time_t | thetimet |
time_t | thetimet2 |
profitstruct * | theprofit |
profitstruct * | thedprofit |
profitstruct * | thepprofit |
profitstruct * | theqprofit |
char | profname [][32] |
double | dtime |
void initglob | ( | void | ) |
void makeit | ( | void | ) |
|
static |
void write_error | ( | char * | msg1, |
char * | msg2 | ||
) |
double dtime |
char profname[][32] |
profitstruct * thedprofit |
profitstruct * thepprofit |
profitstruct* theprofit |
profitstruct * theqprofit |
time_t thetimet |
time_t thetimet2 |