IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2010, 1:00:09 PM (16 years ago)
Author:
watersc1
Message:

New burntool, with trails retained even if they had a poor slope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/analysis/libpsf/psf.c

    r23924 r26766  
    111111/* Load up results (with a few sanity checks!) */
    112112   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//
    115119      psfout->x0 = xu;
    116120      psfout->y0 = yu;
     
    128132         psfextra->xfw = xfwhm;
    129133         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;
    130142      }
    131143      if(alg == PSF_BIN) psfextra->binfactor = extra;
Note: See TracChangeset for help on using the changeset viewer.