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 "fitswcs.h"
#include "check.h"
#include "pattern.h"
#include "profit.h"
Macros | |
#define | _GNU_SOURCE |
Functions | |
static double | psf_laguerre (double x, int p, int q) |
patternstruct * | pattern_init (profitstruct *profit, pattypenum ptype, int ncomp) |
void | pattern_end (patternstruct *pattern) |
void | pattern_fit (patternstruct *pattern, profitstruct *profit) |
void | pattern_compmodarg (patternstruct *pattern, profitstruct *profit) |
float | pattern_spiral (patternstruct *pattern) |
void | pattern_create (patternstruct *pattern, profitstruct *profit) |
#define _GNU_SOURCE |
void pattern_compmodarg | ( | patternstruct * | pattern, |
profitstruct * | profit | ||
) |
void pattern_create | ( | patternstruct * | pattern, |
profitstruct * | profit | ||
) |
void pattern_end | ( | patternstruct * | pattern | ) |
void pattern_fit | ( | patternstruct * | pattern, |
profitstruct * | profit | ||
) |
patternstruct* pattern_init | ( | profitstruct * | profit, |
pattypenum | ptype, | ||
int | ncomp | ||
) |
float pattern_spiral | ( | patternstruct * | pattern | ) |
|
static |