Changeset 14547 for branches/eam_branch_20070817/ppSim/src/ppSim.h
- Timestamp:
- Aug 19, 2007, 4:21:10 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20070817/ppSim/src/ppSim.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20070817/ppSim/src/ppSim.h
r14463 r14547 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 image112 const pmConfig *config,113 const pmCell *cell,114 const psRandom *rng // Random number generator115 );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 116 117 117 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
