Changeset 26408 for trunk/magic/remove/src/streaksrelease.c
- Timestamp:
- Dec 15, 2009, 2:10:35 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksrelease.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksrelease.c
r25082 r26408 16 16 return PS_EXIT_CONFIG_ERROR; 17 17 } 18 19 // Values to set for masked pixels20 psU32 maskStreak = 0; // for the image and weight (usually NAN, MAXINT for integer images)21 psU32 maskMask = 0; // value looked up for MASK.STREAK22 18 23 19 // Does true work here? … … 50 46 51 47 // now that we've read the input files, lookup the mask values that we read 52 if (maskStreak == 0) { 53 strkGetMaskValues(sfiles, &maskStreak, &maskMask); 54 } 55 56 setMaskedToNAN(sfiles, maskMask, true); 48 strkGetMaskValues(sfiles); 49 50 setMaskedToNAN(sfiles, sfiles->maskMask, true); 57 51 58 52 // write out the destreaked temporary images and the recovery images
Note:
See TracChangeset
for help on using the changeset viewer.
