IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35851


Ignore:
Timestamp:
Jul 23, 2013, 12:00:47 PM (13 years ago)
Author:
watersc1
Message:

Fix logic that prevented camera stage jpegs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ppImage/src/ppImageLoop.c

    r35847 r35851  
    274274
    275275    // generate the full-scale FPA mosaic
    276     if (options->FPA1FITS) {
     276    if ((options->FPA1FITS)||(options->Bin1JPEG)) {
    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)) {
    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.