IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2009, 3:15:42 PM (17 years ago)
Author:
eugene
Message:

various dvo and other improvements from gene@dev branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/src/coordops.c

    r19823 r25757  
    163163        return (FALSE);
    164164    }
     165    if (fabs(alpha) >= 180.0) return (FALSE);
    165166    *ra  = alpha + coords[0].crval1;
    166167    *dec = delta + coords[0].crval2;
Note: See TracChangeset for help on using the changeset viewer.