Changeset 31447 for trunk/psastro/src/psastroConvert.c
- Timestamp:
- May 5, 2011, 10:38:49 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroConvert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroConvert.c
r31333 r31447 133 133 pmSource *source = sources->data[n]; 134 134 135 psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source-> errMag, source->mode, skip);135 psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->psfMagErr, source->mode, skip); 136 136 137 137 if (source->mode & skip) { … … 191 191 obj->pix->yErr = dPAR[PM_PAR_YPOS]; 192 192 obj->Mag = source->psfMag; 193 obj->dMag = source-> errMag;193 obj->dMag = source->psfMagErr; 194 194 195 195 // XXX do we have the information giving the readout and cell offset?
Note:
See TracChangeset
for help on using the changeset viewer.
