Changeset 20620
- Timestamp:
- Nov 9, 2008, 6:19:57 PM (18 years ago)
- Location:
- trunk/psModules/src/detrend
- Files:
-
- 2 edited
-
pmRemnance.c (modified) (1 diff)
-
pmRemnance.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmRemnance.c
r20617 r20620 12 12 13 13 14 bool pmRem ance(pmReadout *ro, ///< Readout with input image15 psMaskType maskVal, ///< Value of mask16 psMaskType maskRem ///< Value to give remance17 )14 bool pmRemnance(pmReadout *ro, ///< Readout with input image 15 psMaskType maskVal, ///< Value of mask 16 psMaskType maskRem ///< Value to give remance 17 ) 18 18 { 19 19 PM_ASSERT_READOUT_NON_NULL(ro, false); -
trunk/psModules/src/detrend/pmRemnance.h
r20617 r20620 12 12 // By "remnance", we mean pixels left over from previous exposures. 13 13 // GPC1 leaves remnance that flows down from where the annoyed pixels are. 14 bool pmRem ance(pmReadout *ro, ///< Readout with input image15 psMaskType maskVal, ///< Value of mask16 psMaskType maskRem ///< Value to give remance14 bool pmRemnance(pmReadout *ro, ///< Readout with input image 15 psMaskType maskVal, ///< Value of mask 16 psMaskType maskRem ///< Value to give remance 17 17 ); 18 18
Note:
See TracChangeset
for help on using the changeset viewer.
