Changeset 14667 for trunk/ppSim/src/ppSim.h
- Timestamp:
- Aug 25, 2007, 11:57:36 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSim.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSim.h
r14657 r14667 48 48 } ppSimStar; 49 49 50 typedef struct { 51 double ra; 52 double dec; 53 float mag; 54 float x; 55 float y; 56 float flux; 57 58 float peak; 59 float Rmaj; 60 float Rmin; 61 float theta; 62 float index; 63 } ppSimGalaxy; 50 64 51 65 ppSimStar *ppSimStarAlloc (); 66 ppSimGalaxy *ppSimGalaxyAlloc (); 52 67 53 68 /// Parse command-line arguments … … 85 100 ); 86 101 87 psArray *ppSimLoadStars (pmFPA *fpa, pmConfig *config);102 bool ppSimLoadStars (psArray *stars, pmFPA *fpa, pmConfig *config); 88 103 bool ppSimMakeStars(psArray *stars, pmFPA *fpa, pmConfig *config, const psRandom *rng); 89 104 … … 117 132 bool ppSimSetPSF (pmChip *chip, pmConfig *config); 118 133 134 bool ppSimMakeGalaxies(psArray *galaxies, pmFPA *fpa, pmConfig *config, const psRandom *rng); 135 bool ppSimInsertGalaxies (pmReadout *readout, psImage *expCorr, psArray *galaxies, pmConfig *config); 136 119 137 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
