IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2014, 2:44:02 PM (12 years ago)
Author:
eugene
Message:

do NOT normalize RA in XY_to_RD, deal with normalization outside; fix various fakeastro issues at 0,360

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140904/Ohana/src/opihi/dvo/skycoverage.c

    r37386 r37531  
    227227    for (xs = 0; xs < Nx; xs++) {
    228228      status = XY_to_RD (&r, &d, (double)(xs), (double)(ys), &coords);
    229       status &= (r >= 0);
    230       status &= (r <= 360);
     229      r = ohana_normalize_angle (r);
     230
    231231      // are we in a part of the projection covering the sky or not?
    232232      if (status) {
Note: See TracChangeset for help on using the changeset viewer.