Changeset 18724 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Jul 24, 2008, 3:58:31 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r18556 r18724 87 87 ESCAPE ("Unable to mosaic chip"); 88 88 89 if (!ppImageRebinChip(config, view, "PPIMAGE.BIN1"))90 ESCAPE ("Unable to bin chip (level 1).");91 92 if (!ppImageRebinChip(config, view, "PPIMAGE.BIN2"))93 ESCAPE ("Unable to bin chip (level 2).");94 95 89 // we perform photometry on the readouts of this chip in the output 96 90 if (options->doPhotom) { … … 103 97 ESCAPE ("Unable to replace masked pixels with background level"); 104 98 } 99 100 // binning (used for display) must take place after the background is replaced, if desired 101 if (!ppImageRebinChip(config, view, options, "PPIMAGE.BIN1")) 102 ESCAPE ("Unable to bin chip (level 1)."); 103 104 if (!ppImageRebinChip(config, view, options, "PPIMAGE.BIN2")) 105 ESCAPE ("Unable to bin chip (level 2)."); 105 106 106 107 // Close cells (XXX shouldn't pmFPAfileClose iterate down as needed?)
Note:
See TracChangeset
for help on using the changeset viewer.
