Changeset 28823
- Timestamp:
- Aug 1, 2010, 4:39:51 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/ppSub/src
- Files:
-
- 1 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
ppSub.h (modified) (1 diff)
-
ppSubFlagNeighbors.c (added)
-
ppSubReadoutPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/ppSub/src/Makefile.am
r28043 r28823 39 39 ppSubDefineOutput.c \ 40 40 ppSubExtras.c \ 41 ppSubFlagNeighbors.c \ 41 42 ppSubMakePSF.c \ 42 43 ppSubMatchPSFs.c \ -
branches/eam_branches/ipp-20100621/ppSub/src/ppSub.h
r28121 r28823 175 175 ); 176 176 177 bool ppSubFlagNeighbors(pmConfig *config, pmFPAview *view, psArray *sources, bool matchRef); 178 bool ppSubMatchSources (psArray *objects, psArray *sources, float RADIUS); 179 bool ppSubSetSourceImageIDs (psArray *sources, int imageID); 180 177 181 ///@} 178 182 #endif -
branches/eam_branches/ipp-20100621/ppSub/src/ppSubReadoutPhotometry.c
r26982 r28823 97 97 psAssert (sources, "missing sources?"); 98 98 99 // a likely source of false positives is poor subtractions. this results in 100 // detections in the wings (or cores) of bright(er) stars found in both images. 101 // flag detections based on their distance from the bright(er) input sources. 102 bool matchRef = !strcasecmp(name, "PPSUB.INVERSE"); 103 ppSubFlagNeighbors (config, view, sources, matchRef); 104 99 105 if (data->stats) { 100 106 bool mdok;
Note:
See TracChangeset
for help on using the changeset viewer.
