IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2007, 5:59:32 PM (19 years ago)
Author:
Paul Price
Message:

Changes to allow shutter correction to be processed piece by piece.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.c

    r13593 r13873  
    6161    options->satMask = 0x00;
    6262    options->badMask = 0x00;
    63 
    6463    return options;
    6564}
     
    135134
    136135    // First, deal with the recipe.  These are parameters that will typically be constant for a camera.
    137     OPTION_PARSE(options->rows,              recipe, "ROWS",           U16);
     136    OPTION_PARSE(options->rows,              recipe, "ROWS",           S32);
    138137    OPTION_PARSE(options->minElectrons,      recipe, "ELECTRONS",      F32);
    139138    OPTION_PARSE(options->sample,            recipe, "SAMPLE",         S32);
     
    215214            options->shutter = true;
    216215            options->mask = false;
    217             options->rows = 0;          // Read the whole image at once
    218216        } else if (strcasecmp(type, "MASK") == 0) {
    219217            options->zero = false;
Note: See TracChangeset for help on using the changeset viewer.