Changeset 14668 for trunk/ppSim/src/ppSim.h
- Timestamp:
- Aug 25, 2007, 12:02:59 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSim.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSim.h
r14667 r14668 90 90 ); 91 91 92 // Add a star into the signal and variance images93 bool ppSimInsertStar(psImage *signal, // Signal image, to which to add star94 psImage *variance, // Variance image, to which to add star95 float x0, float y0, // Position of star96 float peak, // Peak flux of star97 float noise, // Rough noise estimate98 float seeing, // Seeing for star99 const psImage *correction // Exposure correction as a function of position100 );101 102 bool ppSimLoadStars (psArray *stars, pmFPA *fpa, pmConfig *config);103 bool ppSimMakeStars(psArray *stars, pmFPA *fpa, pmConfig *config, const psRandom *rng);104 105 92 psVector *ppSimMakeBiassec (pmCell *cell, pmConfig *config); 106 93 psVector *ppSimMakeBias (pmReadout *readout, pmConfig *config, const psRandom *rng) ; 107 94 bool ppSimMakeDark (pmReadout *readout, pmConfig *config); 108 95 bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config); 109 bool ppSimInsertStars (psImage *signal, psImage *variance, psImage *expCorr, psArray *stars, pmConfig *config, pmChip *chip, pmCell *cell); 110 bool ppSimInsertSources (pmReadout *readout, psImage *expCorr, psArray *stars, pmConfig *config); 96 97 bool ppSimLoadStars (psArray *stars, pmFPA *fpa, pmConfig *config); 98 bool ppSimMakeStars(psArray *stars, pmFPA *fpa, pmConfig *config, const psRandom *rng); 99 bool ppSimInsertStars (pmReadout *readout, psImage *expCorr, psArray *stars, pmConfig *config); 111 100 112 101 bool ppSimInitHeader(pmConfig *config,
Note:
See TracChangeset
for help on using the changeset viewer.
