IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2007, 12:02:59 PM (19 years ago)
Author:
eugene
Message:

drop deprecated files, move ppSimInsertSources to ppSimInsertStars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSim.h

    r14667 r14668  
    9090                 );
    9191
    92 // Add a star into the signal and variance images
    93 bool ppSimInsertStar(psImage *signal,       // Signal image, to which to add star
    94                      psImage *variance,     // Variance image, to which to add star
    95                      float x0, float y0,    // Position of star
    96                      float peak,            // Peak flux of star
    97                      float noise,           // Rough noise estimate
    98                      float seeing,          // Seeing for star
    99                      const psImage *correction // Exposure correction as a function of position
    100                      );
    101 
    102 bool ppSimLoadStars (psArray *stars, pmFPA *fpa, pmConfig *config);
    103 bool ppSimMakeStars(psArray *stars, pmFPA *fpa, pmConfig *config, const psRandom *rng);
    104 
    10592psVector *ppSimMakeBiassec (pmCell *cell, pmConfig *config);
    10693psVector *ppSimMakeBias (pmReadout *readout, pmConfig *config, const psRandom *rng) ;
    10794bool ppSimMakeDark (pmReadout *readout, pmConfig *config);
    10895bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config);
    109 bool ppSimInsertStars (psImage *signal, psImage *variance, psImage *expCorr, psArray *stars, pmConfig *config, pmChip *chip, pmCell *cell);
    110 bool ppSimInsertSources (pmReadout *readout, psImage *expCorr, psArray *stars, pmConfig *config);
     96
     97bool ppSimLoadStars (psArray *stars, pmFPA *fpa, pmConfig *config);
     98bool ppSimMakeStars(psArray *stars, pmFPA *fpa, pmConfig *config, const psRandom *rng);
     99bool ppSimInsertStars (pmReadout *readout, psImage *expCorr, psArray *stars, pmConfig *config);
    111100
    112101bool ppSimInitHeader(pmConfig *config,
Note: See TracChangeset for help on using the changeset viewer.