Changeset 35850 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jul 23, 2013, 11:40:34 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r35849 r35850 274 274 275 275 // generate the full-scale FPA mosaic 276 if ((options->FPA1FITS)||(options->Bin1JPEG) ||(options->Bin1FITS)) {276 if ((options->FPA1FITS)||(options->Bin1JPEG)) { 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)||(options->Bin2JPEG) ||(options->Bin2FITS)) {281 if ((options->FPA2FITS)||(options->Bin2JPEG)) { 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.
