TwiceAsNice  2019-02-18
Functions | Variables
makeit.c File Reference
#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"
Include dependency graph for makeit.c:

Functions

static int selectext (char *filename)
 
void makeit ()
 
void initglob ()
 
void write_error (char *msg1, char *msg2)
 

Variables

time_t thetimet
 
time_t thetimet2
 
profitstructtheprofit
 
profitstructthedprofit
 
profitstructthepprofit
 
profitstructtheqprofit
 
char profname [][32]
 
double dtime
 

Function Documentation

◆ initglob()

void initglob ( void  )

◆ makeit()

void makeit ( void  )

◆ selectext()

static int selectext ( char *  filename)
static

◆ write_error()

void write_error ( char *  msg1,
char *  msg2 
)

Variable Documentation

◆ dtime

double dtime

◆ profname

char profname[][32]

◆ thedprofit

profitstruct * thedprofit

◆ thepprofit

profitstruct * thepprofit

◆ theprofit

profitstruct* theprofit

◆ theqprofit

profitstruct * theqprofit

◆ thetimet

time_t thetimet

◆ thetimet2

time_t thetimet2