Changeset 17818 for branches/eam_branch_20080511/ppSim/src/ppSim.h
- Timestamp:
- May 27, 2008, 7:12:46 PM (18 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20080511/ppSim/src/ppSim.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSim.h
r17705 r17818 16 16 17 17 #define PPSIM_RECIPE "PPSIM" 18 #define OUTPUT_FILE "PPSIM.OUTPUT"18 // #define OUTPUT_FILE "PPSIM.OUTPUT" 19 19 20 20 // Compare a value with minimum and maximum values, replacing where required. … … 174 174 float ppSimGetZeroPoint (psMetadata *recipe, char *filter); 175 175 176 bool ppSimMergeReadouts (pm Readout *outReadout, pmReadout *inReadout);176 bool ppSimMergeReadouts (pmConfig *config, pmFPAview *view); 177 177 178 178 double ppSimRandomGaussian (const psRandom *rnd, double mean, double sigma); … … 180 180 void ppSimRandomGaussianFree(); 181 181 182 bool ppSimPhotomFiles (pmConfig *config, pmFPAfile *input); 183 bool ppSimPhotomReadout(pmConfig *config, const pmFPAview *view); 184 psArray *ppSimLoadForceSources(pmConfig *config, const pmFPAview *view); 185 bool ppSimDetections (psImage *significance, psMetadata *recipe, psArray *sources); 186 psArray *ppSimMergeSources (psArray *in1, psArray *in2); 187 182 188 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
