IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 12:12:26 PM (21 years ago)
Author:
eugene
Message:

moved ApResid, etc into pmPSF from pmPSFtry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/pmPSF.c

    r4977 r5058  
    2424    pmPSF *psf = (pmPSF *) psAlloc(sizeof(pmPSF));
    2525
    26     psf->type = type;
    27     psf->chisq = 0.0;
     26    psf->type     = type;
     27    psf->chisq    = 0.0;
     28    psf->ApResid  = 0.0;
     29    psf->dApResid = 0.0;
     30    psf->skyBias  = 0.0;
    2831
    2932    Nparams = pmModelParameterCount (type);
Note: See TracChangeset for help on using the changeset viewer.