Changeset 6260 for trunk/ppImage/src/ppImageDetrendMask.c
- Timestamp:
- Jan 30, 2006, 6:00:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageDetrendMask.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageDetrendMask.c
r5858 r6260 1 # include "ppImage.h" 1 #include <stdio.h> 2 #include "pmFPA.h" 3 #include "pmMaskBadPixels.h" 4 #include "ppImageDetrend.h" 2 5 3 6 # define MASK_MODE (PM_MASK_TRAP | PM_MASK_BADCOL | PM_MASK_SAT) … … 5 8 // XXX pass 'concepts' not 'cell' to this function? 6 9 7 bool pp DetrendMask(pmCell *cell, pmReadout *input, pmReadout *mask) {10 bool ppImageDetrendMask(pmCell *cell, pmReadout *input, pmReadout *mask) { 8 11 9 12 float saturation = psMetadataLookupF32(NULL, cell->concepts, "CELL.SATURATION");
Note:
See TracChangeset
for help on using the changeset viewer.
