Changeset 4026 for trunk/Ohana/src/libohana/include/dvo.h
- Timestamp:
- May 25, 2005, 6:24:57 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/dvo.h
r3609 r4026 17 17 } FITS_DB; 18 18 19 # if (0) 19 20 /* the standard astrometric coordinates structure */ 20 21 typedef struct { … … 28 29 char Npolyterms; 29 30 } Coords; /* 120 bytes / Coords */ 31 # endif 30 32 31 33 /* in fits_db.c */ … … 39 41 int fits_db_update PROTO((FITS_DB *db, VTable *vtable)); 40 42 41 /* in coords.c */43 /* in coords.c, using libautocode/def/coords.d */ 42 44 int XY_to_RD (double *ra, double *dec, double x, double y, Coords *coords); 43 45 int RD_to_XY (double *x, double *y, double ra, double dec, Coords *coords);
Note:
See TracChangeset
for help on using the changeset viewer.
