Changeset 17728
- Timestamp:
- May 16, 2008, 3:58:33 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r17372 r17728 89 89 } 90 90 91 if (!pmReadoutMaskNonfinite(inRO, maskBad)) { 92 psError(PS_ERR_UNKNOWN, false, "Unable to mask non-finite pixels in input."); 93 return false; 94 } 95 if (!pmReadoutMaskNonfinite(refRO, maskBad)) { 96 psError(PS_ERR_UNKNOWN, false, "Unable to mask non-finite pixels in reference."); 97 return false; 98 } 99 91 100 psVector *optWidths = NULL; // Vector with FWHMs for optimum search 92 101 if (optimum) {
Note:
See TracChangeset
for help on using the changeset viewer.
