IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16249


Ignore:
Timestamp:
Jan 25, 2008, 4:15:52 PM (18 years ago)
Author:
eugene
Message:

adding timer for ppImageLoop (does not yet supply results to header)

Location:
trunk/ppImage/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r15942 r16249  
    1717    pmCell *cell;
    1818    pmReadout *readout;
     19
     20    // measure the total elapsed time in ppImageLoop.
     21    psTimerStart ("ppImageLoop");
    1922
    2023    pmFPAfile *input = psMetadataLookupPtr(&status, config->files, "PPIMAGE.INPUT");
     
    109112    }
    110113
    111     // XXX an optional full-scale FPA mosaic could happen here
    112     // it would require us to NOT free PPIMAGE.CHIP until here
    113     // ppImageMosaicFPA (config, "PPIMAGE.OUTPUT.FPA", "PPIMAGE.CHIP");
     114    // generate the full-scale FPA mosaic
    114115    if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA1", "PPIMAGE.BIN1")) ESCAPE ("failure in FPA Mosaic (level 1)");
    115116    if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA2", "PPIMAGE.BIN2")) ESCAPE ("failure in FPA Mosaic (level 2)");
  • trunk/ppImage/src/ppImageMetadataStats.c

    r14000 r16249  
    1717
    1818    // Extract statistics from the last output fpa
    19     pmFPAfile *outImage = psMetadataLookupPtr(&mdok, config->files, "PPIMAGE.OUTPUT");
     19    pmFPAfile *outImage  = psMetadataLookupPtr(&mdok, config->files, "PPIMAGE.OUTPUT");
    2020    pmFPAfile *outPhotom = psMetadataLookupPtr(&mdok, config->files, "PSPHOT.OUTPUT");
    2121    pmFPAfile *outAstrom = psMetadataLookupPtr(&mdok, config->files, "PSASTRO.OUTPUT");
Note: See TracChangeset for help on using the changeset viewer.