Changeset 32808
- Timestamp:
- Nov 25, 2011, 7:35:48 AM (14 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 edited
-
astrom/pmAstrometryWCS.c (modified) (1 diff)
-
objects/pmSourceMasks.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r28386 r32808 487 487 488 488 if (fpa->toSky == NULL) { 489 psFree(fpa->toTPA); 490 psFree(fpa->fromTPA); 489 491 fpa->toTPA = psPlaneTransformIdentity (1); 490 492 fpa->fromTPA = psPlaneTransformIdentity (1); -
trunk/psModules/src/objects/pmSourceMasks.h
r31670 r32808 46 46 PM_SOURCE_MODE2_DIFF_WITH_DOUBLE = 0x00000002, ///< diff source matched to positive detections in both images 47 47 PM_SOURCE_MODE2_MATCHED = 0x00000004, ///< diff source matched to positive detections in both images 48 PM_SOURCE_MODE2_DIFF_SELF_MATCH = 0x00000800, ///< positive detection match is probably this source 48 49 49 50 PM_SOURCE_MODE2_ON_SPIKE = 0x00000008, ///< > 25% of (PSF-weighted) pixels land on diffraction spike
Note:
See TracChangeset
for help on using the changeset viewer.
