IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15365


Ignore:
Timestamp:
Oct 23, 2007, 12:00:33 PM (19 years ago)
Author:
bills
Message:

use macro for array index instead of magic number

File:
1 edited

Legend:

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

    r15198 r15365  
    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.