Changeset 38272
- Timestamp:
- May 13, 2015, 11:39:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/psModules/src/camera/pmFPAMosaic.c
r34085 r38272 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.
