Changeset 7621 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jun 21, 2006, 12:51:48 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r7592 r7621 37 37 if (!ppImageDetrendReadout (config, options, view)) return false; 38 38 39 if (options->doBin1) ppImageRebinReadout (config, view, "PPIMAGE.BIN1");40 if (options->doBin2) ppImageRebinReadout (config, view, "PPIMAGE.BIN2");41 42 39 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false; 43 40 } … … 45 42 } 46 43 47 ppImageMosaicChip (chip, config, view); 44 ppImageMosaicChip (config, view, "PPIMAGE.OUTPUT.CHIP", "PPIMAGE.OUTPUT"); 45 ppImageRebinChip (config, view, "PPIMAGE.BIN1", "PPIMAGE.OUTPUT.CHIP"); 46 ppImageRebinChip (config, view, "PPIMAGE.BIN2", "PPIMAGE.OUTPUT.CHIP"); 48 47 49 48 // we perform photometry on the readouts of this chip in the output … … 53 52 } 54 53 54 ppImageMosaicFPA (config, "PPIMAGE.OUTPUT.FPA1", "PPIMAGE.BIN1"); 55 ppImageMosaicFPA (config, "PPIMAGE.OUTPUT.FPA2", "PPIMAGE.BIN2"); 56 55 57 // we perform astrometry on all chips after sources have been detected 56 if (options->doAstrom ) ppImageAstrom (config);58 if (options->doAstromChip || options->doAstromMosaic) ppImageAstrom (config); 57 59 58 // ppImageFPAMosaic (config, view);59 // ppImageJpegFPA (config, view);60 61 60 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) return false; 62 61 … … 67 66 // input image is: PPIMAGE.INPUT 68 67 // output image is: PPIMAGE.OUTPUT 68 69 // XXX need to be careful in ppImage in general about which pmFPAfiles are active and when. 70 // major phases: 71 // - detrend loop 72 // -
Note:
See TracChangeset
for help on using the changeset viewer.
