- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroConvert.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/psastro/src/psastroConvert.c
r31434 r31606 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.
