TwiceAsNice  2019-02-18
Macros | Functions
stars.c File Reference
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "define.h"
#include "globals.h"
#include "fft.h"
#include "image.h"
#include "list.h"
#include "prefs.h"
#include "psf.h"
#include "random.h"
#include "simul.h"
#include "stars.h"
Include dependency graph for stars.c:

Macros

#define EPS_RANDFLUX   1e-8 /* = dynamic range of 20 mag in stellar flux */
 

Functions

void makestarfield (simstruct *sim)
 
void make_star (simstruct *sim, objstruct *obj)
 

Macro Definition Documentation

◆ EPS_RANDFLUX

#define EPS_RANDFLUX   1e-8 /* = dynamic range of 20 mag in stellar flux */

Function Documentation

◆ make_star()

void make_star ( simstruct sim,
objstruct obj 
)

◆ makestarfield()

void makestarfield ( simstruct sim)