Changeset 11253 for trunk/psModules/src/detrend/pmSkySubtract.h
- Timestamp:
- Jan 23, 2007, 4:54:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmSkySubtract.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmSkySubtract.h
r10299 r11253 1 /* *@file pmSubtractSky.h1 /* @file pmSubtractSky.h 2 2 * 3 * This file will contain a module which will create a model of the4 * background sky and subtract that from the input image.3 * This file will contain a module which will create a model of the 4 * background sky and subtract that from the input image. 5 5 * 6 * @author GLG, MHPCC6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-11-30 00:52:21 $ 10 * 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 12 * 8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-24 02:54:15 $ 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 13 11 */ 14 12 15 13 #ifndef PM_SUBTRACT_SKY_H 16 14 #define PM_SUBTRACT_SKY_H 15 16 /// @addtogroup detrend Detrend Creation and Application 17 /// @{ 17 18 18 19 #include<stdio.h> … … 34 35 psStats *stats, 35 36 float clipSD); 37 38 /// @} 36 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
