IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10510


Ignore:
Timestamp:
Dec 6, 2006, 12:45:51 PM (19 years ago)
Author:
eugene
Message:

test limits on ZEA plots

File:
1 edited

Legend:

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

    r8294 r10510  
    9090    }
    9191    if (!strcmp(type, "-ZEA") || !strcmp(type, "-ZPL")) {
     92      if (R > 2*DEG_RAD) {
     93        *ra = L;
     94        *dec = M;
     95        return (FALSE);
     96      }
    9297      stht = 1 - 0.5*SQ(R*RAD_DEG);
    9398      ctht = sqrt (1 - stht*stht);
Note: See TracChangeset for help on using the changeset viewer.