Changeset 30683
- Timestamp:
- Feb 17, 2011, 3:58:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppStack/src/ppStackSources.c
r30620 r30683 80 80 continue; 81 81 } 82 source->psfMag += 1.0; 82 source->psfMag += 1.0; // modified only for a test 83 83 #ifdef ASTROMETRY 84 84 if (source->modelPSF) { … … 292 292 continue; 293 293 } 294 // XXX need to apply to apMag as well 294 295 source->psfMag += magCorr; 296 source->apMag += magCorr; 295 297 } 296 298 }
Note:
See TracChangeset
for help on using the changeset viewer.
