Changeset 26766 for trunk/extsrc/gpcsw/gpcsrc/analysis/libpsf/psf.c
- Timestamp:
- Feb 3, 2010, 1:00:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/extsrc/gpcsw/gpcsrc/analysis/libpsf/psf.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/analysis/libpsf/psf.c
r23924 r26766 111 111 /* Load up results (with a few sanity checks!) */ 112 112 if(psfout != NULL && alg != PSF_2DIM) { 113 psfout->ix = 0; 114 psfout->iy = 0; 113 // psfout->ix = 0; 114 // psfout->iy = 0; 115 // 091211: JT this is a harmless lie, supposed to be highest pixel 116 psfout->ix = xu; 117 psfout->iy = yu; 118 // 115 119 psfout->x0 = xu; 116 120 psfout->y0 = yu; … … 128 132 psfextra->xfw = xfwhm; 129 133 psfextra->yfw = yfwhm; 134 psfextra->majfw = 0.0; 135 psfextra->minfw = 0.0; 136 psfextra->thfw = 0.0; 137 psfextra->wpeak = 0.0; 138 psfextra->wbkgnd = 0.0; 139 psfextra->dflux = 0.0; 140 psfextra->dbkgnd = 0.0; 141 psfextra->rmsbkgnd = 0.0; 130 142 } 131 143 if(alg == PSF_BIN) psfextra->binfactor = extra;
Note:
See TracChangeset
for help on using the changeset viewer.
