IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2005, 6:24:57 AM (21 years ago)
Author:
eugene
Message:

moving average, photcode, measure, etc to autocode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/dvo.h

    r3609 r4026  
    1717} FITS_DB;
    1818
     19# if (0)
    1920/* the standard astrometric coordinates structure */
    2021typedef struct {
     
    2829  char     Npolyterms;
    2930} Coords;  /* 120 bytes / Coords */
     31# endif
    3032
    3133/* in fits_db.c */
     
    3941int   fits_db_update              PROTO((FITS_DB *db, VTable *vtable));
    4042
    41 /* in coords.c */
     43/* in coords.c, using libautocode/def/coords.d */
    4244int  XY_to_RD (double *ra, double *dec, double x,  double y,   Coords *coords);
    4345int  RD_to_XY (double *x,  double *y,   double ra, double dec, Coords *coords);
Note: See TracChangeset for help on using the changeset viewer.