IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

rename source->errMag to source->psfMagErr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroConvert.c

    r31333 r31447  
    133133        pmSource *source = sources->data[n];
    134134
    135         psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->errMag, source->mode, skip);
     135        psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->psfMagErr, source->mode, skip);
    136136
    137137        if (source->mode & skip) {
     
    191191        obj->pix->yErr = dPAR[PM_PAR_YPOS];
    192192        obj->Mag = source->psfMag;
    193         obj->dMag = source->errMag;
     193        obj->dMag = source->psfMagErr;
    194194
    195195        // XXX do we have the information giving the readout and cell offset?
Note: See TracChangeset for help on using the changeset viewer.