Changeset 2818 in Sophya for trunk/SophyaExt/XephemAstroLib/astro.h
- Timestamp:
- Aug 21, 2005, 12:02:40 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/astro.h
r2643 r2818 1 1 #ifndef _ASTRO_H 2 2 #define _ASTRO_H 3 4 #include <stdio.h> 3 5 4 6 #ifndef PI … … 117 119 #define set_fmag(op,m) ((op)->f_mag = (short)floor((m)*MAGSCALE + 0.5)) 118 120 #define get_mag(op) ((op)->s_mag / MAGSCALE) 121 #define get_fmag(op) ((op)->f_mag / MAGSCALE) 119 122 120 123 /* longest object name, including trailing '\0' */ … … 627 630 extern int cns_list (double ra, double dec, double e, double rad, int ids[]); 628 631 extern int cns_figure (int id, double e, double ra[],double dec[],int dcodes[]); 629 extern int cns_reyfigure (int id, double e, double ra[], double dec[], 630 int dcodes[]); 632 extern int cns_loadfigs (FILE *fp, char msg[]); 631 633 632 634 /* dbfmt.c */ … … 694 696 extern void now_lst (Now *np, double *lstp); 695 697 extern void radec2ha (Now *np, double ra, double dec, double *hap); 698 extern void gha (Now *np, Obj *op, double *ghap); 696 699 extern char *obj_description (Obj *op); 697 700 extern int is_deepsky (Obj *op); … … 807 810 808 811 /* For RCS Only -- Do Not Edit 809 * @(#) $RCSfile: astro.h,v $ $Date: 2005-0 1-17 10:13:03 $ $Revision: 1.4$ $Name: not supported by cvs2svn $812 * @(#) $RCSfile: astro.h,v $ $Date: 2005-08-21 10:02:36 $ $Revision: 1.5 $ $Name: not supported by cvs2svn $ 810 813 */
Note:
See TracChangeset
for help on using the changeset viewer.