IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14291


Ignore:
Timestamp:
Jul 18, 2007, 8:49:16 AM (19 years ago)
Author:
eugene
Message:

using ARC rather than ZEA projection to allow full-sky catalogs

Location:
trunk/Ohana/src/addstar/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/find_matches.c

    r13142 r14291  
    5555  tcoords.pc1_2 = tcoords.pc2_1 = 0.0;
    5656  tcoords.Npolyterms = 1;
    57   strcpy (tcoords.ctype, "RA---ZEA");
     57  strcpy (tcoords.ctype, "RA---ARC");
    5858
    5959  /* build spatial index (RA sort) */
  • trunk/Ohana/src/addstar/src/find_matches_closest.c

    r13142 r14291  
    5656  tcoords.pc1_2 = tcoords.pc2_1 = 0.0;
    5757  tcoords.Npolyterms = 1;
    58   strcpy (tcoords.ctype, "RA---ZEA");
     58  strcpy (tcoords.ctype, "RA---ARC");
    5959
    6060  /* build spatial index (RA sort) referencing input array sequence */
Note: See TracChangeset for help on using the changeset viewer.