IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35849


Ignore:
Timestamp:
Jul 23, 2013, 10:48:08 AM (13 years ago)
Author:
watersc1
Message:

FPA level jpegs weren't being correctly created. This fix should correct that.

=> ppImageMosaicFPA needs to be called if we've binned things.

File:
1 edited

Legend:

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

    r35846 r35849  
    274274
    275275    // generate the full-scale FPA mosaic
    276     if (options->FPA1FITS) {
     276    if ((options->FPA1FITS)||(options->Bin1JPEG)||(options->Bin1FITS)) {
    277277      if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA1", "PPIMAGE.BIN1")) {
    278278        ESCAPE("failure in FPA Mosaic (level 1)");
    279279      }
    280280    }
    281     if (options->FPA2FITS) {
     281    if ((options->FPA2FITS)||(options->Bin2JPEG)||(options->Bin2FITS)) {
    282282      if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA2", "PPIMAGE.BIN2")) {
    283283        ESCAPE("failure in FPA Mosaic (level 2)");
Note: See TracChangeset for help on using the changeset viewer.