Changeset 35849 for trunk/ppImage
- Timestamp:
- Jul 23, 2013, 10:48:08 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r35846 r35849 274 274 275 275 // generate the full-scale FPA mosaic 276 if ( options->FPA1FITS) {276 if ((options->FPA1FITS)||(options->Bin1JPEG)||(options->Bin1FITS)) { 277 277 if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA1", "PPIMAGE.BIN1")) { 278 278 ESCAPE("failure in FPA Mosaic (level 1)"); 279 279 } 280 280 } 281 if ( options->FPA2FITS) {281 if ((options->FPA2FITS)||(options->Bin2JPEG)||(options->Bin2FITS)) { 282 282 if (!ppImageMosaicFPA(config, options, "PPIMAGE.OUTPUT.FPA2", "PPIMAGE.BIN2")) { 283 283 ESCAPE("failure in FPA Mosaic (level 2)");
Note:
See TracChangeset
for help on using the changeset viewer.
