Changeset 15402
- Timestamp:
- Oct 28, 2007, 3:42:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psastro/src/psastroConvert.c
r15198 r15402 93 93 94 94 // 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]; 97 97 obj->Mag = source->psfMag; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.
