- Timestamp:
- Mar 29, 2009, 6:15:31 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSim.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
-
branches/cnb_branches/cnb_branch_20090301/ppSim/src/ppSim.h
r23352 r23594 67 67 } ppSimGalaxy; 68 68 69 ppSimStar *ppSimStarAlloc ();70 ppSimGalaxy *ppSimGalaxyAlloc ();69 ppSimStar *ppSimStarAlloc(void); 70 ppSimGalaxy *ppSimGalaxyAlloc(void); 71 71 72 72 /// Parse command-line arguments … … 135 135 136 136 137 // add a bad CTE region 138 bool ppSimBadCTE(psImage *image, // Signal image, modified and returned 139 const pmConfig *config // configuration 140 ); 141 137 142 /// Add bad pixels to an image 138 143 bool ppSimBadPixels(pmReadout *readout, ///< Readout for which to generate bad pixels … … 184 189 double ppSimRandomGaussian (const psRandom *rnd, double mean, double sigma); 185 190 double ppSimRandomGaussianNorm (const psRandom *rnd); 186 void ppSimRandomGaussianFree( );191 void ppSimRandomGaussianFree(void); 187 192 188 193 bool ppSimPhotomFiles (pmConfig *config, pmFPAfile *fakeFile, pmFPAfile *forceFile);
Note:
See TracChangeset
for help on using the changeset viewer.
