Changeset 5462 for trunk/archive/scripts/src/phase2/pmFlatField.h
- Timestamp:
- Nov 2, 2005, 3:30:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/archive/scripts/src/phase2/pmFlatField.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/scripts/src/phase2/pmFlatField.h
r5107 r5462 18 18 * @author Ross Harman, MHPCC 19 19 * 20 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $21 * @date $Date: 2005- 09-23 02:58:30$20 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 21 * @date $Date: 2005-11-03 01:30:32 $ 22 22 * 23 23 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 24 24 */ 25 26 #include "pslib.h" 27 #include "pmFPA.h" // #include "pmAstrometry.h" 28 25 29 26 30 /** Execute flat field module. … … 31 35 * @return bool: True or false for success or failure 32 36 */ 33 34 #include "pmFPA.h"35 36 37 bool pmFlatField( 37 pmReadout *in, ///< Redout with input image and mask 38 pmReadout *in, ///< Readout with input image 39 pmReadout *mask, ///< Input image mask 38 40 const pmReadout *flat ///< Readout with flat image 39 41 );
Note:
See TracChangeset
for help on using the changeset viewer.
