Changeset 38458
- Timestamp:
- Jun 12, 2015, 10:22:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMosaic.c
r34085 r38458 23 23 #define CELL_LIST_BUFFER 10 // Buffer size for cell lists 24 24 25 #define BLANK_VALUE 0.0 // Value for pixels that are blank in the mosaicked image (e.g., // 25 // #define BLANK_VALUE 0.0 // Value for pixels that are blank in the mosaicked image (e.g., // 26 27 #define BLANK_VALUE NAN // Value for pixels that are blank in the mosaicked image (e.g., // 26 28 // between cells). 27 29 // XXX This should ultimately be set to NAN, but psphot doesn't like 28 // that (masking needs to be more thorough). 30 // that (masking needs to be more thorough). -- still true?? 29 31 30 32 //////////////////////////////////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.
