Changeset 30685
- Timestamp:
- Feb 17, 2011, 4:01:31 PM (15 years ago)
- Location:
- trunk/ppStack
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/ppStackMatch.c (modified) (1 diff)
-
src/ppStackSources.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack
- Property svn:mergeinfo set to
-
trunk/ppStack/src/ppStackMatch.c
r30620 r30685 312 312 } else { 313 313 // we need to register the FWHM values for use downstream 314 pmSubtractionSetFWHMs(options-> inputSeeing->data.F32[index], options->targetSeeing);314 pmSubtractionSetFWHMs(options->targetSeeing, options->inputSeeing->data.F32[index]); 315 315 316 316 // Scale the input parameters -
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.
