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

    r14463 r14547  
    22
    33// Apply saturation limit to image
    4 bool ppSimSaturate(psImage *image, // Image to apply saturation
    5                    const pmConfig *config,                     
    6                    const pmCell *cell // Saturation level
     4bool ppSimSaturate(pmReadout *readout, // Image to apply saturation
     5                   const pmConfig *config // configuration data
    76    )
    87{
    98    bool mdok;
     9
     10    psImage *image = readout->image;
     11    pmCell *cell = readout->parent;
    1012
    1113    psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe
Note: See TracChangeset for help on using the changeset viewer.