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

    r24079 r24229  
    3636    options->doStats         = false;   // Measure and save image statistics
    3737    options->checkCTE        = false;   // Measure pixel-based variance
     38    options->applyParity     = false;   // Apply Cell parities
    3839
    3940    // output files requested
     
    229230    }
    230231
     232    options->applyParity = psMetadataLookupBool(NULL, recipe, "APPLY.CELL.PARITY");
     233
    231234    // binned image options
    232235    options->xBin1 = psMetadataLookupS32(&status, recipe, "BIN1.XBIN");
Note: See TracChangeset for help on using the changeset viewer.