Changeset 30685 for trunk/ppStack/src/ppStackSources.c
- Timestamp:
- Feb 17, 2011, 4:01:31 PM (15 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/ppStackSources.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
- Property svn:mergeinfo set to
-
trunk/ppStack/src/ppStackSources.c
r30620 r30685 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.
