IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2008, 4:03:31 PM (18 years ago)
Author:
eugene
Message:

update from changes on eam_branch_20080511 : adding photometry of fake sources, force photometry; major cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimAddOverscan.c

    r14657 r18011  
    44
    55    bool mdok;
     6
     7    // skip this step if we did not generate a bias level
     8    if (biasCols == NULL) return true;
     9    if (biasRows == NULL) return true;
    610
    711    psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe
Note: See TracChangeset for help on using the changeset viewer.