IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2008, 12:01:36 PM (18 years ago)
Author:
eugene
Message:

working on getting the input image options right

File:
1 edited

Legend:

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

    r17672 r17702  
    9595
    9696psVector *ppSimMakeBiassec (pmCell *cell, pmConfig *config);
    97 psVector *ppSimMakeBias (pmReadout *readout, pmConfig *config, const psRandom *rng) ;
     97psVector *ppSimMakeBias (bool *status, pmReadout *readout, pmConfig *config, const psRandom *rng) ;
    9898bool ppSimMakeDark (pmReadout *readout, pmConfig *config);
    9999bool ppSimMakeSky (pmReadout *readout, psImage *expCorr, ppSimType type, pmConfig *config);
     
    174174float ppSimGetZeroPoint (psMetadata *recipe, char *filter);
    175175
     176bool ppSimMergeReadouts (pmReadout *outReadout, pmReadout *inReadout);
     177
    176178#endif
Note: See TracChangeset for help on using the changeset viewer.