IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2007, 4:21:10 PM (19 years ago)
Author:
eugene
Message:

convert ppSimLoop to use pmReadout, loading psf model, add sources based on psf model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/ppSim/src/ppSimMakeSky.c

    r14463 r14547  
    22
    33// XXX add bounds to the inputs?
    4 bool ppSimMakeSky (psImage *signal, psImage *variance, psImage *expCorr, ppSimType type, pmConfig *config, pmFPA *fpa, pmChip *chip, pmCell *cell) {
     4bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config) {
     5
     6    psImage *signal = readout->image;
     7    psImage *variance = readout->weight;
     8
     9    pmCell *cell = readout->parent;
     10    pmChip *chip = cell->parent;
     11    pmFPA  *fpa  = chip->parent;
    512
    613    float expTime = psMetadataLookupF32(NULL, config->arguments, "EXPTIME"); // Exposure time
Note: See TracChangeset for help on using the changeset viewer.