IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2010, 7:06:18 PM (17 years ago)
Author:
watersc1
Message:

new burntool code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/extsrc/gpcsw/gpcsrc/analysis/libpsf/psf.c

    r23924 r26764  
    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.