Changeset 7767 for trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
- Timestamp:
- 06/28/06 14:08:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/catalog/StarCatalog.cc
r7764 r7767 231 231 // Check if the resulting star is in the 232 232 // search box for the real stars 233 if ( rx<x0 || rx>=x1 || ry<y0 || ry>=y1)233 if (xx<x0 || xx>=x1 || yy<y0 || yy>=y1) 234 234 continue; 235 235 236 236 // Store pixel coordinates of star in list 237 list.Add( rx, ry, -2.5*log10(mag));237 list.Add(xx, yy, -2.5*log10(mag)); 238 238 } 239 239 }
Note:
See TracChangeset
for help on using the changeset viewer.