Changeset 15254 for trunk/psModules/src/objects/pmPSFtry.c
- Timestamp:
- Oct 9, 2007, 9:27:04 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPSFtry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPSFtry.c
r15016 r15254 5 5 * @author EAM, IfA 6 6 * 7 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $8 * @date $Date: 2007- 09-25 22:05:05 $7 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-10-09 19:26:25 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 280 280 // linear clipped fit of ApResid to r2rflux 281 281 psPolynomial1D *poly = psPolynomial1DAlloc (PS_POLYNOMIAL_ORD, 1); 282 poly-> mask[1] = 1; // fit only a constant offset (no SKYBIAS)282 poly->coeffMask[1] = PS_POLY_MASK_SET; // fit only a constant offset (no SKYBIAS) 283 283 284 284 // XXX replace this with a psVectorStats call? since we are not fitting the trend
Note:
See TracChangeset
for help on using the changeset viewer.
