IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38732 for trunk


Ignore:
Timestamp:
Sep 15, 2015, 10:26:46 AM (11 years ago)
Author:
bills
Message:

Change projection back to DEC--TAN. Fixes problem with dvoImageOverlaps that caused
incorrect skycells to be added.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/MatchImages.c

    r38598 r38732  
    2424  /* for mosaic astrometry, the grid should be w.r.t. the tangent-plane, not chip coords */
    2525
    26   InitCoords (&tcoords, "DEC--ARC");
     26  InitCoords (&tcoords, "DEC--TAN");
    2727  tcoords.cdelt1 = tcoords.cdelt2 = 1.0 / 3600.0;
    2828
Note: See TracChangeset for help on using the changeset viewer.