Changeset 4770 for trunk/psModules/src/pmSubtractBias.c
- Timestamp:
- Aug 15, 2005, 3:10:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/pmSubtractBias.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/pmSubtractBias.c
r4579 r4770 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 7-19 01:44:48$8 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-08-16 01:10:34 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 27 27 place from the input image. 28 28 *****************************************************************************/ 29 static p sReadout *SubtractFrame(psReadout *in,30 const p sReadout *bias)29 static pmReadout *SubtractFrame(pmReadout *in, 30 const pmReadout *bias) 31 31 { 32 32 psS32 i; … … 245 245 XXX: The SDRS does not specify type support. F32 is implemented here. 246 246 *****************************************************************************/ 247 p sReadout *pmSubtractBias(psReadout *in,247 pmReadout *pmSubtractBias(pmReadout *in, 248 248 void *fitSpec, 249 249 const psList *overscans, … … 252 252 psS32 nBinOrig, 253 253 pmFit fit, 254 const p sReadout *bias)254 const pmReadout *bias) 255 255 { 256 256 psTrace(".psModule.pmSubtracBias.pmSubtractBias", 4,
Note:
See TracChangeset
for help on using the changeset viewer.
