- Timestamp:
- Nov 20, 2009, 3:21:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/psastro/src/psastroConvert.c
r26166 r26222 154 154 155 155 psF32 *PAR = model->params->data.F32; 156 //psF32 *dPAR = model->dparams->data.F32;156 psF32 *dPAR = model->dparams->data.F32; 157 157 158 158 pmAstromObj *obj = pmAstromObjAlloc (); … … 161 161 obj->pix->x = PAR[PM_PAR_XPOS]; 162 162 obj->pix->y = PAR[PM_PAR_YPOS]; 163 164 // XXX load the position errors if we want to calculate the systematic error 165 // obj->pix->xErr = dPAR[PM_PAR_XPOS]; 166 // obj->pix->yErr = dPAR[PM_PAR_YPOS]; 163 obj->pix->xErr = dPAR[PM_PAR_XPOS]; 164 obj->pix->yErr = dPAR[PM_PAR_YPOS]; 167 165 obj->Mag = source->psfMag; 166 obj->dMag = source->errMag; 168 167 169 168 // XXX do we have the information giving the readout and cell offset?
Note:
See TracChangeset
for help on using the changeset viewer.
