- Timestamp:
- Apr 24, 2011, 11:06:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psastro/src/psastroConvert.c
r31161 r31363 102 102 pmSource *source = sources->data[n]; 103 103 104 psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source-> errMag, source->mode, skip);104 psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->psfMagErr, source->mode, skip); 105 105 106 106 if (source->mode & skip) { … … 166 166 obj->pix->yErr = dPAR[PM_PAR_YPOS]; 167 167 obj->Mag = source->psfMag; 168 obj->dMag = source-> errMag;168 obj->dMag = source->psfMagErr; 169 169 170 170 // XXX do we have the information giving the readout and cell offset?
Note:
See TracChangeset
for help on using the changeset viewer.
