IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2011, 11:06:23 PM (15 years ago)
Author:
eugene
Message:

errMag renamed to psfMagErr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/ppSub/src/ppSubReadoutPhotometry.c

    r30619 r31363  
    175175
    176176            fprintf(sourceFile, "%f %f %f %f %f %f %f %f %d %f %f %f %f %f\n",
    177                     x, y, source->psfMag, source->errMag, chi2, source->crNsigma, source->extNsigma,
     177                    x, y, source->psfMag, source->psfMagErr, chi2, source->crNsigma, source->extNsigma,
    178178                    source->pixWeight, source->mode, xMoment, yMoment, xxMoment, xyMoment, yyMoment);
    179179        }
Note: See TracChangeset for help on using the changeset viewer.