IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2011, 10:40:58 AM (15 years ago)
Author:
eugene
Message:

rename source->errMag to source->psfMagErr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubReadoutPhotometry.c

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