IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12490


Ignore:
Timestamp:
Mar 18, 2007, 12:10:35 PM (19 years ago)
Author:
eugene
Message:

added missing PROJ_DIS

File:
1 edited

Legend:

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

    r12332 r12490  
    5353    if (proj == PROJ_WRP) {
    5454      if (mosaic == NULL) return (FALSE);
    55       XY_to_RD (ra, dec, L + coords[0].crval1, M + coords[0].crval2, mosaic);
     55      XY_to_RD (ra, dec, *ra, *dec, mosaic);
    5656    }
    5757    return (TRUE);
     
    7171    switch (proj) {
    7272      case PROJ_TAN:
     73      case PROJ_DIS:
    7374        if (R == 0) {
    7475          stht = 1.0;
Note: See TracChangeset for help on using the changeset viewer.