IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2012, 11:27:08 AM (14 years ago)
Author:
bills
Message:

add program dumpskycells which lists the celestial and galactic coordinates of the center
of each skycell in degrees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/include/skycells.h

    r31239 r33719  
    7171int    LEVEL;
    7272char   PROJECTION_NUMBER[8];
     73char   *SKYCELLS_MDC;
     74int    READONLY;
    7375
    7476double CENTER_RA, CENTER_DEC;
     
    109111Point        sky_divide_edge                PROTO((Point v1, Point v2));
    110112
     113void         skycells_to_mdc                PROTO((FILE *output, int simple, char *tess_id, FITS_DB *db));
     114
    111115// XXX migrate to libdvo eventually
    112116int dvo_image_clear_vtable             PROTO((FITS_DB *db));
     117
Note: See TracChangeset for help on using the changeset viewer.