Changeset 7508 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jun 9, 2006, 6:25:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r6849 r7508 37 37 ppImageDetrendReadout (options, config, view); 38 38 39 if (options->doBin1) { 40 ppImageRebinReadout (config, view, "PPIMAGE.BIN1"); 41 } 42 43 if (options->doBin2) { 44 ppImageRebinReadout (config, view, "PPIMAGE.BIN2"); 45 } 39 if (options->doBin1) ppImageRebinReadout (config, view, "PPIMAGE.BIN1"); 40 if (options->doBin2) ppImageRebinReadout (config, view, "PPIMAGE.BIN2"); 46 41 47 42 pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER); … … 51 46 52 47 // ppImageChipMosaic (config, view); 53 // ppImagePSPhot (config, view); 54 // ppImagePSAstro (config, view); 48 49 // we perform photometry on the readouts of this chip in the output 50 ppImagePhotom (config, view); 55 51 56 52 pmFPAfileIOChecks (config->files, view, PM_FPA_AFTER); … … 66 62 } 67 63 64 // ppImageAstrom (config); 65 68 66 // ppImageFPAMosaic (config, view); 69 67 // ppImageJpegFPA (config, view); … … 75 73 } 76 74 75 // input image is: PPIMAGE.INPUT 76 // output image is: PPIMAGE.OUTPUT
Note:
See TracChangeset
for help on using the changeset viewer.
