- Timestamp:
- Dec 16, 2005, 5:18:39 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_051214/psModules/src/detrend/pmMaskBadPixels.h
r5516 r5795 1 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 2 // XXX WARNING: I have completely replaced this file with an OLD VERSION (that works) instead of the 3 // one that was being worked on. 4 ////////////////////////////////////////////////////////////////////////////////////////////////////////////// 5 1 6 /** @file pmMaskBadPixels.h 2 7 * … … 19 24 * @author Ross Harman, MHPCC 20 25 * 21 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $22 * @date $Date: 2005-1 1-15 20:09:03$26 * @version $Revision: 1.2.8.1 $ $Name: not supported by cvs2svn $ 27 * @date $Date: 2005-12-17 03:18:39 $ 23 28 * 24 29 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 41 } pmMaskValue; 37 42 38 // XXX: Use PS_MIN, PS_MAX39 43 /** Macro to find maximum of two numbers */ 40 44 #define MAX(A,B)((A)>=(B)?(A):(B)) … … 54 58 bool pmMaskBadPixels( 55 59 pmReadout *in, ///< Readout containing input image data. 56 const p mReadout *mask,///< Mask data to be added to readout mask data.60 const psImage *mask, ///< Mask data to be added to readout mask data. 57 61 unsigned int maskVal, ///< Mask value to determine what to add to input mask. 58 62 float sat, ///< Saturation limit to mask bad pixels.
Note:
See TracChangeset
for help on using the changeset viewer.
