Changeset 9612 for trunk/psModules/src/detrend/pmFlatField.h
- Timestamp:
- Oct 17, 2006, 10:38:42 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFlatField.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFlatField.h
r7278 r9612 1 /// @file pmFlatField.h 2 /// 3 /// @brief Apply flat field calibration 4 /// 5 /// @ingroup Detrend 6 /// 7 /// @author Ross Harman, MHPCC 8 /// @author Paul Price, IfA 9 /// 10 /// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 /// @date $Date: 2006-10-17 20:38:42 $ 12 /// 13 /// Copyright 2004-2006 Institute for Astronomy, University of Hawaii 14 /// 15 1 16 /** @file pmFlatField.h 2 17 * … … 18 33 * @author Ross Harman, MHPCC 19 34 * 20 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $21 * @date $Date: 2006- 06-02 00:55:23$35 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 36 * @date $Date: 2006-10-17 20:38:42 $ 22 37 * 23 38 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 24 39 */ 25 40 26 #include "pslib.h" 41 42 27 43 #include "pmFPA.h" 28 44 … … 35 51 * @return bool: True or false for success or failure 36 52 */ 37 bool pmFlatField(38 pmReadout *in, ///< Readout with input image39 const pmReadout *flat ///< Readout with flat image40 );41 53 54 55 /// Apply flat field calibration to a readout 56 /// 57 /// This function applies the flat field calibration to the input readout. Support is available for different 58 /// image types, though the input and flat images must have the same type. The relative offsets between the 59 /// input and flat images is determined from the readout row0,col0 and the CELL.X0 and CELL.Y0 concepts. 60 /// Normalisation of the flat is left as the responsibility of the caller. Negative pixels in the flat are 61 /// masked, if there is a mask present in the input readout. 62 bool pmFlatField(pmReadout *in, ///< Readout with input image 63 const pmReadout *flat ///< Readout with flat image 64 ); 65
Note:
See TracChangeset
for help on using the changeset viewer.
