Changeset 5516 for trunk/psModules/src/imsubtract/pmSubtractBias.h
- Timestamp:
- Nov 15, 2005, 10:09:03 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imsubtract/pmSubtractBias.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imsubtract/pmSubtractBias.h
r5435 r5516 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-1 0-20 23:06:24$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-11-15 20:09:03 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 const pmReadout *bias, ///< A possibly NULL bias pmReadout which is to be subtracted 48 48 const pmReadout *dark ///< A possibly NULL bias pmReadout which is to be subtracted 49 ) 49 ); 50 50 // OLD: remove this 51 51 // const psList *overscans, ///< A psList of overscan images 52 52 // pmOverscanAxis overScanAxis, ///< Defines how overscans are applied 53 53 54 /****************************************************************************** 55 DetermineTrimmedImageg() This private routine determines the region of the 56 input pmReadout which will be operated on by the various detrend modules. It 57 does a metadata fetch on "CELL.TRIMSEC" for the parent cell of the pmReadout. 58 59 XXX: Consider making a pmUtils.c file and put this routine there. 60 *****************************************************************************/ 61 psImage *p_psDetermineTrimmedImage( 62 pmReadout *in 63 ); 64 54 65 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
