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/ppSimMakeDark.c

    r14463 r14547  
    22
    33// XXX add bounds to the inputs?
    4 bool ppSimMakeDark (psImage *signal, psImage *variance, pmConfig *config) {
     4bool ppSimMakeDark (pmReadout *readout, pmConfig *config) {
     5
     6    psImage *signal = readout->image;
     7    psImage *variance = readout->weight;
    58
    69    float darkRate = psMetadataLookupF32(NULL, config->arguments, "DARK.RATE"); // Dark rate
Note: See TracChangeset for help on using the changeset viewer.