IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15402


Ignore:
Timestamp:
Oct 28, 2007, 3:42:42 PM (19 years ago)
Author:
eugene
Message:

accepting changes from cvs head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psastro/src/psastroConvert.c

    r15198 r15402  
    9393
    9494        // is the source magnitude calibrated in any sense?
    95         obj->pix->x = PAR[2];
    96         obj->pix->y = PAR[3];
     95        obj->pix->x = PAR[PM_PAR_XPOS];
     96        obj->pix->y = PAR[PM_PAR_YPOS];
    9797        obj->Mag = source->psfMag;
    9898
Note: See TracChangeset for help on using the changeset viewer.