Changeset 15365 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- Oct 23, 2007, 12:00:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r15198 r15365 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.
