IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13840


Ignore:
Timestamp:
Jun 14, 2007, 3:12:07 PM (19 years ago)
Author:
eugene
Message:

attempt to rationalize the file levels

File:
1 edited

Legend:

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

    r13778 r13840  
    256256    byFPA2->save = options->FPA2FITS;
    257257
    258     // output is used as a carrier: input to byChip
    259     output->freeLevel = PM_FPA_LEVEL_CHIP;
     258    // output is used as a carrier: input to byChip -> require the data to remain at the CHIP level
     259    output->freeLevel = PS_MIN (output->freeLevel, PM_FPA_LEVEL_CHIP);
     260    output->dataLevel = output->freeLevel;
     261    output->fileLevel = PS_MIN (output->fileLevel, output->dataLevel);
    260262
    261263    // define the binned target files (which may just be carriers for some camera configurations)
Note: See TracChangeset for help on using the changeset viewer.