IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2008, 10:10:06 AM (18 years ago)
Author:
eugene
Message:

working on injecting fake sources in real images (also forced photometry)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSim.h

    r17557 r17630  
    9898bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config);
    9999
     100psArray *ppSimLoadSpots (pmFPA *fpa, pmConfig *config);
     101
    100102bool ppSimLoadStars (psArray *stars, pmFPA *fpa, pmConfig *config);
    101103bool ppSimMakeStars(psArray *stars, pmFPA *fpa, pmConfig *config, const psRandom *rng);
     
    127129bool ppSimInsertGalaxies (pmReadout *readout, psImage *expCorr, psArray *galaxies, pmConfig *config);
    128130
     131bool ppSimMosaicChip(pmConfig *config, const psMaskType blankMask, const pmFPAview *view,
     132                     const char *outFile, const char *inFile);
     133
     134bool ppSimPhotom (pmConfig *config, pmFPAview *view);
     135
     136
    129137/// Add bad pixels to an image
    130138bool ppSimBadPixels(pmReadout *readout, ///< Readout for which to generate bad pixels
Note: See TracChangeset for help on using the changeset viewer.