IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25164


Ignore:
Timestamp:
Aug 20, 2009, 5:48:45 PM (17 years ago)
Author:
eugene
Message:

whitespace changes only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090820/ppImage/src/ppImageLoop.c

    r25160 r25164  
    100100
    101101                // flip the image to match the native detector orientation (to match bias, flat, etc)
    102                 if (!ppImageParityFlip(config, options, view, true)) {
     102                if (!ppImageParityFlip(config, options, view, true)) {
    103103                    ESCAPE("Unable to detrend readout");
    104104                }
    105 
    106                 // XXX TEST:
    107                 // psphotSaveImage (NULL, readout->image, "test.image.fits");
    108105
    109106                // XXX set the options->*Mask values here (after the mask images have been loaded
     
    174171        }
    175172        timeDetrend += psTimerClear(TIMER_DETREND);
    176 
    177173
    178174        // we perform photometry on the readouts of this chip in the output
Note: See TracChangeset for help on using the changeset viewer.