IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2011, 9:47:48 PM (15 years ago)
Author:
eugene
Message:

rename source->errMag to source->psfMagErr, and only use it for the psf model mag error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110404/psModules/src/objects/pmSource.c

    r31312 r31360  
    137137    source->psfFluxErr       = NAN;
    138138    source->extMag           = NAN;   
    139     source->errMag           = NAN;
     139    source->psfMagErr        = NAN;
    140140    source->apMag            = NAN;
    141141    source->apMagRaw         = NAN;
     
    207207    source->psfFluxErr         = in->psfFluxErr;
    208208    source->extMag             = in->extMag;
    209     source->errMag             = in->errMag;
     209    source->psfMagErr          = in->psfMagErr;
    210210    source->apMag              = in->apMag;
    211211    source->apMagRaw           = in->apMagRaw;
Note: See TracChangeset for help on using the changeset viewer.