Ignore:
Timestamp:
06/28/06 14:08:10 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/catalog/StarCatalog.cc

    r7764 r7767  
    231231        // Check if the resulting star is in the
    232232        // 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)
    234234            continue;
    235235
    236236        // 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));
    238238    }
    239239}
Note: See TracChangeset for help on using the changeset viewer.