Changeset 34795
- Timestamp:
- Dec 11, 2012, 11:18:11 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotSourceMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotSourceMatch.c
r34788 r34795 228 228 // We are having a problem with large number of false y band detections causing large numbers of 229 229 // matched detections to be created. 230 // In matchInfo recipe each filter can havea value for Y.RATIO.MAX. For each filter with a non-zero value230 // The matchInfo recipe each entry contains a value for Y.RATIO.MAX. For each filter with a non-zero value 231 231 // we compare the ratio of the number of y detections to the number of detections in that filter to Y.RATIO.MAX. 232 // If the ratio in all specified filters is above its limit, we disable matchAll for y band. 232 // If the ratio in all filters with a non-zero is above its limit we consider the y band stack to 233 // be suspect and so disable the y band matchAll recipe (if set) 233 234 234 235 int iy = -1; 235 // no w we are looping over matchInfo236 // note now we are looping over matchInfo 236 237 for (int i = 0; i < nImages; i++) { 237 238 // Remember which input is y
Note:
See TracChangeset
for help on using the changeset viewer.
