IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2013, 11:40:34 AM (13 years ago)
Author:
watersc1
Message:

I think the previous version was too aggressive. Bin1FITS should only do the ota level binning.

File:
1 edited

Legend:

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

    r35849 r35850  
    274274
    275275    // generate the full-scale FPA mosaic
    276     if ((options->FPA1FITS)||(options->Bin1JPEG)||(options->Bin1FITS)) {
     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)||(options->Bin2JPEG)||(options->Bin2FITS)) {
     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.