Changeset 14657 for trunk/ppSim/src/ppSim.h
- Timestamp:
- Aug 23, 2007, 2:52:55 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSim.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSim.h
r14463 r14657 72 72 73 73 /// Loop over the output file, generating simulated data 74 psExitppSimLoop(pmConfig *config ///< Configuration74 bool ppSimLoop(pmConfig *config ///< Configuration 75 75 ); 76 76 … … 89 89 90 90 psVector *ppSimMakeBiassec (pmCell *cell, pmConfig *config); 91 psVector *ppSimMakeBias (p sImage *signal, psImage *variance, pmCell *cell, pmConfig *config, const psRandom *rng) ;92 bool ppSimMakeDark (p sImage *signal, psImage *variance, pmConfig *config);93 bool ppSimMakeSky (p sImage *signal, psImage *variance, psImage *expCorr, ppSimType type, pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell);91 psVector *ppSimMakeBias (pmReadout *readout, pmConfig *config, const psRandom *rng) ; 92 bool ppSimMakeDark (pmReadout *readout, pmConfig *config); 93 bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config); 94 94 bool ppSimInsertStars (psImage *signal, psImage *variance, psImage *expCorr, psArray *stars, pmConfig *config, pmChip *chip, pmCell *cell); 95 bool ppSimInsertSources (pmReadout *readout, psImage *expCorr, psArray *stars, pmConfig *config); 95 96 96 97 bool ppSimInitHeader(pmConfig *config, … … 99 100 pmCell *cell); 100 101 101 bool ppSimSaturate(psImage *image, // Image to apply saturation 102 const pmConfig *config, 103 const pmCell *cell); // Saturation level 102 bool ppSimSaturate(pmReadout *readout, // Image to apply saturation 103 const pmConfig *config); // Saturation level 104 104 105 105 bool ppSimUpdateConceptsFPA (pmFPA *fpa, pmConfig *config); … … 108 108 bool ppSimAddOverscan (pmReadout *readout, pmConfig *config, psVector *biasCols, psVector *biasRows, psRandom *rng); 109 109 110 psImage *ppSimAddNoise(psImage *signal, // Signal image, modified and returned 111 const psImage *variance, // Variance image 112 const pmConfig *config, 113 const pmCell *cell, 114 const psRandom *rng // Random number generator 115 ); 110 bool ppSimAddNoise(psImage *signal, 111 psImage *variance, 112 const pmCell *cell, 113 const pmConfig *config, 114 const psRandom *rng // Random number generator 115 ); 116 117 bool ppSimSetPSF (pmChip *chip, pmConfig *config); 116 118 117 119 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
