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

    r14463 r14547  
    11# include "ppSim.h"
    22
    3 psVector *ppSimMakeBias (psImage *signal, psImage *variance, pmCell *cell, pmConfig *config, const psRandom *rng) {
     3psVector *ppSimMakeBias (pmReadout *readout, pmConfig *config, const psRandom *rng) {
    44
    55    bool mdok;
     6
     7    pmCell *cell = readout->parent;
    68
    79    psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe
     
    2022        }
    2123    }
     24
     25    psImage *signal = readout->image;
     26    psImage *variance = readout->weight;
    2227
    2328    int numRows = signal->numRows;
Note: See TracChangeset for help on using the changeset viewer.