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/psastro/src/psastroConvert.c

    r31161 r31363  
    102102        pmSource *source = sources->data[n];
    103103
    104         psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->errMag, source->mode, skip);
     104        psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->psfMagErr, source->mode, skip);
    105105
    106106        if (source->mode & skip) {
     
    166166        obj->pix->yErr = dPAR[PM_PAR_YPOS];
    167167        obj->Mag = source->psfMag;
    168         obj->dMag = source->errMag;
     168        obj->dMag = source->psfMagErr;
    169169
    170170        // XXX do we have the information giving the readout and cell offset?
Note: See TracChangeset for help on using the changeset viewer.