IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2008, 8:08:31 AM (18 years ago)
Author:
eugene
Message:

replace poor code with ohana_normalize_angle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/imdense.c

    r13479 r19823  
    4242    if (!FindMosaicForImage (image, Nimage, i)) continue;
    4343    XY_to_RD (&r, &d, x, y, &image[i].coords);
     44    r = ohana_normalize_angle (r);
    4445    while (r < Rmin) r += 360.0;
    4546    while (r > Rmax) r -= 360.0;
Note: See TracChangeset for help on using the changeset viewer.