IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 20, 2009, 12:43:49 PM (17 years ago)
Author:
eugene
Message:

add function to flip cells before flattening

File:
1 edited

Legend:

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

    r23845 r24229  
    9898                    continue;
    9999                }
     100
     101                // perform the detrend analysis
     102                if (!ppImageParityFlip(config, options, view)) {
     103                    ESCAPE("Unable to detrend readout");
     104                }
     105
     106                // XXX TEST:
     107                // psphotSaveImage (NULL, readout->image, "test.image.fits");
    100108
    101109                // XXX set the options->*Mask values here (after the mask images have been loaded
Note: See TracChangeset for help on using the changeset viewer.