References tdb2tt().
+
+
+
+◆ unredshift_vrad()
+
+
+
+
+
+ double unredshift_vrad |
+ ( |
+ double |
+ vrad, |
+
+
+ |
+ |
+ double |
+ z |
+
+
+ |
+ ) |
+ | |
+
+
+
+
Undoes an incremental redshift correction that was applied to radial velocity.
+
- Parameters
-
+
+ vrad | [km/s] Radial velocity |
+ z | Redshift correction to apply |
+
+
+
+
- Returns
- [km/s] The radial velocity without the redshift correction or NAN if the redshift value is invalid. (errno will be set to EINVAL)
+
- See also
- redshift_vrad()
+-
+grav_redshift()
+
- Since
- 1.2
+
- Author
- Attila Kovacs
+
+
References novas_v2z(), and novas_z2v().
+
diff --git a/apidoc/html/novas_8h.js b/apidoc/html/novas_8h.js
index 2e4285d5..f095ae38 100644
--- a/apidoc/html/novas_8h.js
+++ b/apidoc/html/novas_8h.js
@@ -224,6 +224,7 @@ var novas_8h =
[ "get_utc_to_tt", "novas_8h.html#ab7611704bab9ce717744a8b5575c5378", null ],
[ "grav_def", "novas_8h.html#a48f90ac20950507fad9b880a7f7f2383", null ],
[ "grav_planets", "novas_8h.html#aa798460894aa44f8564569d9ea4bf1ef", null ],
+ [ "grav_redshift", "novas_8h.html#a3ce6b306bc183387d0aaac97abbd82e8", null ],
[ "grav_undef", "novas_8h.html#aaae33249717912663bbb00be4fa4e6c3", null ],
[ "grav_undo_planets", "novas_8h.html#ae68d01655c4b37b5a3e1422f0062f94c", null ],
[ "grav_vec", "novas_8h.html#a08a008572e2746a70bec19739b5fb7e6", null ],
@@ -252,6 +253,7 @@ var novas_8h =
[ "make_observer_on_surface", "novas_8h.html#a00d9f6909923cd3e559c8f011ff9b794", null ],
[ "make_on_surface", "novas_8h.html#a9174488cd701172531174d85ed26819b", null ],
[ "make_planet", "novas_8h.html#a618bbba887b9bc9e7df878234c66c215", null ],
+ [ "make_redshifted_object", "novas_8h.html#ae579a49d84696a913fd0d9f348bb5b11", null ],
[ "make_solar_system_observer", "novas_8h.html#a9c3f1a1bc3fd9ac6d211806913d2d529", null ],
[ "mean_obliq", "novas_8h.html#af182ee8cc4239f581f746aa974827d61", null ],
[ "mean_star", "novas_8h.html#a8bd9c6d2127483551c98300e264977f5", null ],
@@ -285,6 +287,10 @@ var novas_8h =
[ "novas_standard_refraction", "novas_8h.html#ab04bff3b97c132e358e11c3a5b7a3081", null ],
[ "novas_transform_sky_pos", "novas_8h.html#a88972e93665bb1903795bfff264c14f6", null ],
[ "novas_transform_vector", "novas_8h.html#aadb7bc88119eed4ea54373a42e22a0d4", null ],
+ [ "novas_v2z", "novas_8h.html#aa54cd00024b294d38fa29433c017c65f", null ],
+ [ "novas_z2v", "novas_8h.html#a63621cea3b4985c1bfcc4514a7aa3fb1", null ],
+ [ "novas_z_add", "novas_8h.html#a493ab751eee5804db77157c37e94e5c3", null ],
+ [ "novas_z_inv", "novas_8h.html#a1130ad2ce520e948c71f03a25a713075", null ],
[ "nutation", "novas_8h.html#a69df5671751c09a7575963b94ad1151e", null ],
[ "nutation_angles", "novas_8h.html#a0dc364ae1963da0b916ed5a9d0862d3e", null ],
[ "obs_planets", "novas_8h.html#acbc29fe86915ef8a3701795dc9fd9b34", null ],
@@ -305,6 +311,7 @@ var novas_8h =
[ "radec2vector", "novas_8h.html#acf86ce700b3d3509ebba13e5f16a4327", null ],
[ "radec_planet", "novas_8h.html#a11d3da697a640c39d87cf201ac54ca7c", null ],
[ "radec_star", "novas_8h.html#aed179ad664f4ff023deb540140f3c2ef", null ],
+ [ "redshift_vrad", "novas_8h.html#af56088995d42a0673e03bca1f3891544", null ],
[ "refract", "novas_8h.html#a151b74255ea04462abc5503c6afddcae", null ],
[ "refract_astro", "novas_8h.html#a46d245f56c6eea9b1a7dc32d3feeaeb8", null ],
[ "set_cio_locator_file", "novas_8h.html#a13c40b89c2cecd6a23720d181a800591", null ],
@@ -323,6 +330,7 @@ var novas_8h =
[ "transform_cat", "novas_8h.html#a59caeca70d1fdd02e41ed62f20675e6c", null ],
[ "transform_hip", "novas_8h.html#af2c03d540de7a8bfafaed27eb9a753c1", null ],
[ "tt2tdb", "novas_8h.html#a129acca41760da486e1179c93cb9e86d", null ],
+ [ "unredshift_vrad", "novas_8h.html#aea89203030ca831260dec18f83081d23", null ],
[ "vector2radec", "novas_8h.html#a882279981a7d5a67ed596fa0937a12c1", null ],
[ "virtual_planet", "novas_8h.html#af47d81c6aaa03c8af78eb251c8894bde", null ],
[ "virtual_star", "novas_8h.html#acd47f30801a6676afb5e0614eaefa569", null ],
diff --git a/apidoc/html/novascon_8c.html b/apidoc/html/novascon_8c.html
index cb510304..2f049097 100644
--- a/apidoc/html/novascon_8c.html
+++ b/apidoc/html/novascon_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/novascon_8h.html b/apidoc/html/novascon_8h.html
index df316e5e..efc5ab17 100644
--- a/apidoc/html/novascon_8h.html
+++ b/apidoc/html/novascon_8h.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/nutation_8c.html b/apidoc/html/nutation_8c.html
index 117d59c0..448ed160 100644
--- a/apidoc/html/nutation_8c.html
+++ b/apidoc/html/nutation_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/nutation_8h.html b/apidoc/html/nutation_8h.html
index 971c98d5..e248c1e5 100644
--- a/apidoc/html/nutation_8h.html
+++ b/apidoc/html/nutation_8h.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/pages.html b/apidoc/html/pages.html
index afc1e5a3..2f6531a3 100644
--- a/apidoc/html/pages.html
+++ b/apidoc/html/pages.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/refract_8c.html b/apidoc/html/refract_8c.html
index 3080f42d..09d74e85 100644
--- a/apidoc/html/refract_8c.html
+++ b/apidoc/html/refract_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/search/all_0.js b/apidoc/html/search/all_0.js
index eeffedf6..b52aa568 100644
--- a/apidoc/html/search/all_0.js
+++ b/apidoc/html/search/all_0.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['0_200_202024_2003_2001_0',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md12',1,'']]],
- ['0_201_202024_2005_2013_1',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md8',1,'']]],
- ['0_202024_2008_2004_2',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md4',1,'']]],
- ['01_3',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md12',1,'']]],
- ['03_2001_4',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md12',1,'']]],
- ['04_5',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md4',1,'']]],
- ['05_2013_6',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md8',1,'']]],
- ['08_2004_7',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md4',1,'']]]
+ ['0_200_202024_2003_2001_0',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md14',1,'']]],
+ ['0_201_202024_2005_2013_1',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md10',1,'']]],
+ ['0_202024_2008_2004_2',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md6',1,'']]],
+ ['01_3',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md14',1,'']]],
+ ['03_2001_4',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md14',1,'']]],
+ ['04_5',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md6',1,'']]],
+ ['05_2013_6',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md10',1,'']]],
+ ['08_2004_7',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md6',1,'']]]
];
diff --git a/apidoc/html/search/all_1.js b/apidoc/html/search/all_1.js
index aa9774ca..90d399a4 100644
--- a/apidoc/html/search/all_1.js
+++ b/apidoc/html/search/all_1.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['1_0',['1',['../index.html#autotoc_md59',1,'Added in v1.1'],['../index.html#autotoc_md35',1,'Compatibility with NOVAS C 3.1']]],
- ['1_200_200_202024_2003_2001_1',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md12',1,'']]],
- ['1_200_201_202024_2005_2013_2',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md8',1,'']]],
- ['1_201_200_202024_2008_2004_3',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md4',1,'']]],
- ['1_201_201_202024_2010_2028_4',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md1',1,'']]],
- ['1_20issues_5',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md33',1,'']]],
- ['10_2028_6',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md1',1,'']]],
- ['13_7',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md8',1,'']]]
+ ['1_0',['1',['../index.html#autotoc_md61',1,'Added in v1.1'],['../index.html#autotoc_md37',1,'Compatibility with NOVAS C 3.1']]],
+ ['1_200_200_202024_2003_2001_1',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md14',1,'']]],
+ ['1_200_201_202024_2005_2013_2',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md10',1,'']]],
+ ['1_201_200_202024_2008_2004_3',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md6',1,'']]],
+ ['1_201_201_202024_2010_2028_4',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md3',1,'']]],
+ ['1_20issues_5',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md35',1,'']]],
+ ['10_2028_6',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md3',1,'']]],
+ ['13_7',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md10',1,'']]]
];
diff --git a/apidoc/html/search/all_10.js b/apidoc/html/search/all_10.js
index 2d0c376b..3c588e99 100644
--- a/apidoc/html/search/all_10.js
+++ b/apidoc/html/search/all_10.js
@@ -2,7 +2,7 @@ var searchData=
[
['m_0',['M',['../structnovas__matrix.html#ac842f2eec8c8b880e2aca8792d63359b',1,'novas_matrix']]],
['m_5fpi_1',['M_PI',['../novas_8h.html#ae71449b1cc6e6250b91f539153a7a0d3',1,'novas.h']]],
- ['major_20planet_20ephemerides_2',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
+ ['major_20planet_20ephemerides_2',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
['make_5fairborne_5fobserver_3',['make_airborne_observer',['../super_8c.html#aa423a88cd3f434642fc89d47390184f4',1,'make_airborne_observer(const on_surface *location, const double *vel, observer *obs): super.c'],['../novas_8h.html#aa423a88cd3f434642fc89d47390184f4',1,'make_airborne_observer(const on_surface *location, const double *vel, observer *obs): super.c']]],
['make_5fcat_5fentry_4',['make_cat_entry',['../novas_8c.html#a9950f7973fc3b5d40b0d0a9f4eceddac',1,'make_cat_entry(const char *star_name, const char *catalog, long cat_num, double ra, double dec, double pm_ra, double pm_dec, double parallax, double rad_vel, cat_entry *star): novas.c'],['../novas_8h.html#a9950f7973fc3b5d40b0d0a9f4eceddac',1,'make_cat_entry(const char *star_name, const char *catalog, long cat_num, double ra, double dec, double pm_ra, double pm_dec, double parallax, double rad_vel, cat_entry *star): novas.c']]],
['make_5fcat_5fobject_5',['make_cat_object',['../super_8c.html#ab9b7a622486f2904615ceed1ba94cd8f',1,'make_cat_object(const cat_entry *star, object *source): super.c'],['../novas_8h.html#ab9b7a622486f2904615ceed1ba94cd8f',1,'make_cat_object(const cat_entry *star, object *source): super.c']]],
@@ -10,17 +10,18 @@ var searchData=
['make_5fin_5fspace_7',['make_in_space',['../novas_8c.html#ac0ca6f330e1795ce811df95986400632',1,'make_in_space(const double *sc_pos, const double *sc_vel, in_space *loc): novas.c'],['../novas_8h.html#ac0ca6f330e1795ce811df95986400632',1,'make_in_space(const double *sc_pos, const double *sc_vel, in_space *loc): novas.c']]],
['make_5fobject_8',['make_object',['../novas_8c.html#a411f70fb77582d750c5269fcd64b0ce2',1,'make_object(enum novas_object_type type, long number, const char *name, const cat_entry *star, object *source): novas.c'],['../novas_8h.html#a449c9223f9601d7c93ba13b0aca2ab0e',1,'make_object(enum novas_object_type, long number, const char *name, const cat_entry *star_data, object *source): novas.c']]],
['make_5fobserver_9',['make_observer',['../novas_8c.html#a0f2096c7954b583fe749553b956ff9d2',1,'make_observer(enum novas_observer_place where, const on_surface *loc_surface, const in_space *loc_space, observer *obs): novas.c'],['../novas_8h.html#a8c060b573c5054e77a9fd9df2d785838',1,'make_observer(enum novas_observer_place, const on_surface *loc_surface, const in_space *loc_space, observer *obs): novas.c']]],
- ['make_5fobserver_5fat_5fgeocenter_10',['make_observer_at_geocenter',['../novas_8c.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c'],['../novas_8h.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c']]],
+ ['make_5fobserver_5fat_5fgeocenter_10',['make_observer_at_geocenter',['../novas_8h.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c'],['../novas_8c.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c']]],
['make_5fobserver_5fin_5fspace_11',['make_observer_in_space',['../novas_8c.html#a6c146e4d10152d5e1ffb978f2fc962be',1,'make_observer_in_space(const double *sc_pos, const double *sc_vel, observer *obs): novas.c'],['../novas_8h.html#a6c146e4d10152d5e1ffb978f2fc962be',1,'make_observer_in_space(const double *sc_pos, const double *sc_vel, observer *obs): novas.c']]],
['make_5fobserver_5fon_5fsurface_12',['make_observer_on_surface',['../novas_8c.html#a00d9f6909923cd3e559c8f011ff9b794',1,'make_observer_on_surface(double latitude, double longitude, double height, double temperature, double pressure, observer *obs): novas.c'],['../novas_8h.html#a00d9f6909923cd3e559c8f011ff9b794',1,'make_observer_on_surface(double latitude, double longitude, double height, double temperature, double pressure, observer *obs): novas.c']]],
['make_5fon_5fsurface_13',['make_on_surface',['../novas_8c.html#a9174488cd701172531174d85ed26819b',1,'make_on_surface(double latitude, double longitude, double height, double temperature, double pressure, on_surface *loc): novas.c'],['../novas_8h.html#a9174488cd701172531174d85ed26819b',1,'make_on_surface(double latitude, double longitude, double height, double temperature, double pressure, on_surface *loc): novas.c']]],
['make_5fplanet_14',['make_planet',['../novas_8c.html#a618bbba887b9bc9e7df878234c66c215',1,'make_planet(enum novas_planet num, object *planet): novas.c'],['../novas_8h.html#a618bbba887b9bc9e7df878234c66c215',1,'make_planet(enum novas_planet num, object *planet): novas.c']]],
- ['make_5fsolar_5fsystem_5fobserver_15',['make_solar_system_observer',['../novas_8h.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c'],['../super_8c.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c']]],
- ['mask_16',['mask',['../structnovas__planet__bundle.html#ab77cc972f3ee899689ba053015472ccd',1,'novas_planet_bundle']]],
- ['matrix_17',['matrix',['../structnovas__transform.html#a7a4a2e27593c1af2ae14cfb323ba4aba',1,'novas_transform']]],
- ['mean_5fobliq_18',['mean_obliq',['../novas_8c.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c'],['../novas_8h.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c']]],
- ['mean_5fstar_19',['mean_star',['../novas_8c.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c'],['../novas_8h.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c']]],
- ['methodologies_20',['Note on alternative methodologies',['../index.html#autotoc_md41',1,'']]],
- ['mobl_21',['mobl',['../structnovas__frame.html#adcbb032bae5aa01bff2501f40527943e',1,'novas_frame']]],
- ['multi_20threaded_20calculations_22',['Multi-threaded calculations',['../index.html#autotoc_md52',1,'']]]
+ ['make_5fredshifted_5fobject_15',['make_redshifted_object',['../super_8c.html#ae579a49d84696a913fd0d9f348bb5b11',1,'make_redshifted_object(const char *name, double ra, double dec, double z, object *source): super.c'],['../novas_8h.html#ae579a49d84696a913fd0d9f348bb5b11',1,'make_redshifted_object(const char *name, double ra, double dec, double z, object *source): super.c']]],
+ ['make_5fsolar_5fsystem_5fobserver_16',['make_solar_system_observer',['../novas_8h.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c'],['../super_8c.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c']]],
+ ['mask_17',['mask',['../structnovas__planet__bundle.html#ab77cc972f3ee899689ba053015472ccd',1,'novas_planet_bundle']]],
+ ['matrix_18',['matrix',['../structnovas__transform.html#a7a4a2e27593c1af2ae14cfb323ba4aba',1,'novas_transform']]],
+ ['mean_5fobliq_19',['mean_obliq',['../novas_8c.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c'],['../novas_8h.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c']]],
+ ['mean_5fstar_20',['mean_star',['../novas_8c.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c'],['../novas_8h.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c']]],
+ ['methodologies_21',['Note on alternative methodologies',['../index.html#autotoc_md43',1,'']]],
+ ['mobl_22',['mobl',['../structnovas__frame.html#adcbb032bae5aa01bff2501f40527943e',1,'novas_frame']]],
+ ['multi_20threaded_20calculations_23',['Multi-threaded calculations',['../index.html#autotoc_md54',1,'']]]
];
diff --git a/apidoc/html/search/all_11.js b/apidoc/html/search/all_11.js
index c4ce2dfe..548ea3dc 100644
--- a/apidoc/html/search/all_11.js
+++ b/apidoc/html/search/all_11.js
@@ -2,13 +2,13 @@ var searchData=
[
['name_0',['name',['../structobject.html#ae73ef5f04701dc9d4e7cb1b1c3fa9c12',1,'object']]],
['near_5fearth_1',['near_earth',['../structobserver.html#a447c33455c0da962abf8621638c994b5',1,'observer']]],
- ['newly_20added_20functionality_2',['Newly added functionality',['../index.html#autotoc_md58',1,'']]],
+ ['newly_20added_20functionality_2',['Newly added functionality',['../index.html#autotoc_md60',1,'']]],
['norm_5fang_3',['norm_ang',['../novas_8h.html#a416fd587496210c45028352f409fd73f',1,'norm_ang(double angle): novas.c'],['../novas_8c.html#a416fd587496210c45028352f409fd73f',1,'norm_ang(double angle): novas.c']]],
- ['note_20on_20alternative_20methodologies_4',['Note on alternative methodologies',['../index.html#autotoc_md41',1,'']]],
- ['notes_20on_20precision_5',['Notes on precision',['../index.html#autotoc_md54',1,'']]],
- ['novas_20c_203_201_6',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md35',1,'']]],
- ['novas_20c_203_201_20issues_7',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md33',1,'']]],
- ['novas_20c_20api_8',['Refinements to the NOVAS C API',['../index.html#autotoc_md60',1,'']]],
+ ['note_20on_20alternative_20methodologies_4',['Note on alternative methodologies',['../index.html#autotoc_md43',1,'']]],
+ ['notes_20on_20precision_5',['Notes on precision',['../index.html#autotoc_md56',1,'']]],
+ ['novas_20c_203_201_6',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md37',1,'']]],
+ ['novas_20c_203_201_20issues_7',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md35',1,'']]],
+ ['novas_20c_20api_8',['Refinements to the NOVAS C API',['../index.html#autotoc_md63',1,'']]],
['novas_2ec_9',['novas.c',['../novas_8c.html',1,'']]],
['novas_2eh_10',['novas.h',['../novas_8h.html',1,'']]],
['novas_5faccuracy_11',['novas_accuracy',['../novas_8h.html#a3cba2735c32163fab062b1a904a83b56',1,'novas.h']]],
@@ -113,7 +113,7 @@ var searchData=
['novas_5fplanets_110',['NOVAS_PLANETS',['../novas_8h.html#a1853540eae9f8699b6aaff9c0b518e08',1,'novas.h']]],
['novas_5fpluto_111',['NOVAS_PLUTO',['../novas_8h.html#a219df36b21dc4476656e708d14d08045a1255a982524abb49bf076014d8d6acb5',1,'novas.h']]],
['novas_5fpole_5foffset_5ftype_112',['novas_pole_offset_type',['../novas_8h.html#a70c3951615b1ecf42818c79893678543',1,'novas.h']]],
- ['novas_5fradio_5frefraction_113',['novas_radio_refraction',['../novas_8h.html#a6b49f92f8f818f2272613e3432185a39',1,'novas_radio_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c'],['../refract_8c.html#a6b49f92f8f818f2272613e3432185a39',1,'novas_radio_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c']]],
+ ['novas_5fradio_5frefraction_113',['novas_radio_refraction',['../refract_8c.html#a6b49f92f8f818f2272613e3432185a39',1,'novas_radio_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c'],['../novas_8h.html#a6b49f92f8f818f2272613e3432185a39',1,'novas_radio_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c']]],
['novas_5freduced_5faccuracy_114',['NOVAS_REDUCED_ACCURACY',['../novas_8h.html#a3cba2735c32163fab062b1a904a83b56a2047c8bae25010adb60d895a83079846',1,'novas.h']]],
['novas_5freference_5fclass_115',['NOVAS_REFERENCE_CLASS',['../novas_8h.html#a3789b2c39c26f01bb1bffe8ebc953467ab580d06bb093ef496695125e2bef1798',1,'novas.h']]],
['novas_5freference_5fsystem_116',['novas_reference_system',['../novas_8h.html#a7ba038ea34eb901ccfb8f785708c651e',1,'novas.h']]],
@@ -124,7 +124,7 @@ var searchData=
['novas_5frefraction_5ftype_121',['novas_refraction_type',['../novas_8h.html#a8c77758e10b1d3dc8dbd3ab0b694e468',1,'novas.h']]],
['novas_5frmass_5finit_122',['NOVAS_RMASS_INIT',['../novas_8h.html#a5ddc7a011476a8cffaec1866beaa0095',1,'novas.h']]],
['novas_5fsaturn_123',['NOVAS_SATURN',['../novas_8h.html#a219df36b21dc4476656e708d14d08045a03b12ea0f93a1a1045d7bcccd613c6f2',1,'novas.h']]],
- ['novas_5fset_5fsplit_5ftime_124',['novas_set_split_time',['../timescale_8c.html#a37c8f2d5e1ad2daed78d1bd7991fdba4',1,'novas_set_split_time(enum novas_timescale timescale, long ijd, double fjd, int leap, double dut1, novas_timespec *time): timescale.c'],['../novas_8h.html#a37c8f2d5e1ad2daed78d1bd7991fdba4',1,'novas_set_split_time(enum novas_timescale timescale, long ijd, double fjd, int leap, double dut1, novas_timespec *time): timescale.c']]],
+ ['novas_5fset_5fsplit_5ftime_124',['novas_set_split_time',['../novas_8h.html#a37c8f2d5e1ad2daed78d1bd7991fdba4',1,'novas_set_split_time(enum novas_timescale timescale, long ijd, double fjd, int leap, double dut1, novas_timespec *time): timescale.c'],['../timescale_8c.html#a37c8f2d5e1ad2daed78d1bd7991fdba4',1,'novas_set_split_time(enum novas_timescale timescale, long ijd, double fjd, int leap, double dut1, novas_timespec *time): timescale.c']]],
['novas_5fset_5ftime_125',['novas_set_time',['../novas_8h.html#ac272a018a213965f07b21ac6facb4a62',1,'novas_set_time(enum novas_timescale timescale, double jd, int leap, double dut1, novas_timespec *time): timescale.c'],['../timescale_8c.html#ac272a018a213965f07b21ac6facb4a62',1,'novas_set_time(enum novas_timescale timescale, double jd, int leap, double dut1, novas_timespec *time): timescale.c']]],
['novas_5fset_5funix_5ftime_126',['novas_set_unix_time',['../timescale_8c.html#abacd89aa380c85da2d3c19a7e2187df3',1,'novas_set_unix_time(time_t unix_time, long nanos, int leap, double dut1, novas_timespec *time): timescale.c'],['../novas_8h.html#abacd89aa380c85da2d3c19a7e2187df3',1,'novas_set_unix_time(time_t unix_time, long nanos, int leap, double dut1, novas_timespec *time): timescale.c']]],
['novas_5fsky_5fpos_127',['novas_sky_pos',['../frames_8c.html#a4e894a83f3065bbb706212d1267dd2ab',1,'novas_sky_pos(const object *object, const novas_frame *frame, enum novas_reference_system sys, sky_pos *out): frames.c'],['../novas_8h.html#a3539b76356a7f8853fbb639aaa6bf02e',1,'novas_sky_pos(const object *object, const novas_frame *frame, enum novas_reference_system sys, sky_pos *output): frames.c']]],
@@ -154,21 +154,25 @@ var searchData=
['novas_5furanus_151',['NOVAS_URANUS',['../novas_8h.html#a219df36b21dc4476656e708d14d08045a71d987d5d11d3a162807cdf0c994ad28',1,'novas.h']]],
['novas_5fut1_152',['NOVAS_UT1',['../novas_8h.html#aa642c4ccc7195dc62fd0dc56567ebd0baa6fc4520426c4c9cbe497ab87f2ad583',1,'novas.h']]],
['novas_5futc_153',['NOVAS_UTC',['../novas_8h.html#aa642c4ccc7195dc62fd0dc56567ebd0ba01787464888b92c37b8340174c03cc8d',1,'novas.h']]],
- ['novas_5fvenus_154',['NOVAS_VENUS',['../novas_8h.html#a219df36b21dc4476656e708d14d08045a7c452cc654265f03e78801f9aead83de',1,'novas.h']]],
- ['novas_5fversion_5fstring_155',['NOVAS_VERSION_STRING',['../novas_8h.html#afc8e7b02d26a13c380dcff4ec2d6530e',1,'novas.h']]],
- ['novas_5fweather_5fat_5flocation_156',['NOVAS_WEATHER_AT_LOCATION',['../novas_8h.html#abe97e2d459a30db9d0f67d8c60af3b81aaf3bef1a45c5d59df8e779da09cecb68',1,'novas.h']]],
- ['novas_5fwobble_5fdirection_157',['novas_wobble_direction',['../novas_8h.html#aab27106a2d5c2c7fa64b2f208deff7f5',1,'novas.h']]],
- ['novascon_2ec_158',['novascon.c',['../novascon_8c.html',1,'']]],
- ['novascon_2eh_159',['novascon.h',['../novascon_8h.html',1,'']]],
- ['np_160',['NP',['../eph__manager_8c.html#aa4ad9304a91f586963d80cf4805b9d76',1,'eph_manager.c']]],
- ['nrl_161',['NRL',['../eph__manager_8c.html#a1b3f642c5c66eb202b565cbd2ec70194',1,'eph_manager.c']]],
- ['nu2000k_162',['nu2000k',['../nutation_8c.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c'],['../nutation_8h.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c']]],
- ['number_163',['number',['../structobject.html#a7d578acc2a3e88ef2435fe0e88d01a74',1,'object']]],
- ['nutate_5fmean_5fto_5ftrue_164',['NUTATE_MEAN_TO_TRUE',['../novas_8h.html#ae2d3d508d68d268bec838bdc013d0adaacd57b0308467899ec6304aa26dcc8f4c',1,'novas.h']]],
- ['nutate_5ftrue_5fto_5fmean_165',['NUTATE_TRUE_TO_MEAN',['../novas_8h.html#ae2d3d508d68d268bec838bdc013d0adaa20ce1e5229410b6286bcc98a7ce69573',1,'novas.h']]],
- ['nutation_166',['nutation',['../novas_8h.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8c.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../structnovas__frame.html#ac143b7ebb821de32278d5d4f3a4e75c3',1,'novas_frame::nutation']]],
- ['nutation_2ec_167',['nutation.c',['../nutation_8c.html',1,'']]],
- ['nutation_2eh_168',['nutation.h',['../nutation_8h.html',1,'']]],
- ['nutation_5fangles_169',['nutation_angles',['../novas_8c.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c'],['../novas_8h.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c']]],
- ['nv_170',['NV',['../eph__manager_8c.html#a4f5b18c8499bbc908974749c84eb9ece',1,'eph_manager.c']]]
+ ['novas_5fv2z_154',['novas_v2z',['../super_8c.html#aa54cd00024b294d38fa29433c017c65f',1,'novas_v2z(double vel): super.c'],['../novas_8h.html#aa54cd00024b294d38fa29433c017c65f',1,'novas_v2z(double vel): super.c']]],
+ ['novas_5fvenus_155',['NOVAS_VENUS',['../novas_8h.html#a219df36b21dc4476656e708d14d08045a7c452cc654265f03e78801f9aead83de',1,'novas.h']]],
+ ['novas_5fversion_5fstring_156',['NOVAS_VERSION_STRING',['../novas_8h.html#afc8e7b02d26a13c380dcff4ec2d6530e',1,'novas.h']]],
+ ['novas_5fweather_5fat_5flocation_157',['NOVAS_WEATHER_AT_LOCATION',['../novas_8h.html#abe97e2d459a30db9d0f67d8c60af3b81aaf3bef1a45c5d59df8e779da09cecb68',1,'novas.h']]],
+ ['novas_5fwobble_5fdirection_158',['novas_wobble_direction',['../novas_8h.html#aab27106a2d5c2c7fa64b2f208deff7f5',1,'novas.h']]],
+ ['novas_5fz2v_159',['novas_z2v',['../novas_8c.html#a63621cea3b4985c1bfcc4514a7aa3fb1',1,'novas_z2v(double z): novas.c'],['../novas_8h.html#a63621cea3b4985c1bfcc4514a7aa3fb1',1,'novas_z2v(double z): novas.c']]],
+ ['novas_5fz_5fadd_160',['novas_z_add',['../super_8c.html#a493ab751eee5804db77157c37e94e5c3',1,'novas_z_add(double z1, double z2): super.c'],['../novas_8h.html#a493ab751eee5804db77157c37e94e5c3',1,'novas_z_add(double z1, double z2): super.c']]],
+ ['novas_5fz_5finv_161',['novas_z_inv',['../super_8c.html#a1130ad2ce520e948c71f03a25a713075',1,'novas_z_inv(double z): super.c'],['../novas_8h.html#a1130ad2ce520e948c71f03a25a713075',1,'novas_z_inv(double z): super.c']]],
+ ['novascon_2ec_162',['novascon.c',['../novascon_8c.html',1,'']]],
+ ['novascon_2eh_163',['novascon.h',['../novascon_8h.html',1,'']]],
+ ['np_164',['NP',['../eph__manager_8c.html#aa4ad9304a91f586963d80cf4805b9d76',1,'eph_manager.c']]],
+ ['nrl_165',['NRL',['../eph__manager_8c.html#a1b3f642c5c66eb202b565cbd2ec70194',1,'eph_manager.c']]],
+ ['nu2000k_166',['nu2000k',['../nutation_8c.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c'],['../nutation_8h.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c']]],
+ ['number_167',['number',['../structobject.html#a7d578acc2a3e88ef2435fe0e88d01a74',1,'object']]],
+ ['nutate_5fmean_5fto_5ftrue_168',['NUTATE_MEAN_TO_TRUE',['../novas_8h.html#ae2d3d508d68d268bec838bdc013d0adaacd57b0308467899ec6304aa26dcc8f4c',1,'novas.h']]],
+ ['nutate_5ftrue_5fto_5fmean_169',['NUTATE_TRUE_TO_MEAN',['../novas_8h.html#ae2d3d508d68d268bec838bdc013d0adaa20ce1e5229410b6286bcc98a7ce69573',1,'novas.h']]],
+ ['nutation_170',['nutation',['../novas_8h.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8c.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../structnovas__frame.html#ac143b7ebb821de32278d5d4f3a4e75c3',1,'novas_frame::nutation']]],
+ ['nutation_2ec_171',['nutation.c',['../nutation_8c.html',1,'']]],
+ ['nutation_2eh_172',['nutation.h',['../nutation_8h.html',1,'']]],
+ ['nutation_5fangles_173',['nutation_angles',['../novas_8c.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c'],['../novas_8h.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c']]],
+ ['nv_174',['NV',['../eph__manager_8c.html#a4f5b18c8499bbc908974749c84eb9ece',1,'eph_manager.c']]]
];
diff --git a/apidoc/html/search/all_12.js b/apidoc/html/search/all_12.js
index 7090b4a2..b858af78 100644
--- a/apidoc/html/search/all_12.js
+++ b/apidoc/html/search/all_12.js
@@ -1,28 +1,28 @@
var searchData=
[
['object_0',['object',['../structobject.html',1,'']]],
- ['object_20of_20interest_1',['object of interest',['../index.html#autotoc_md43',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md20',1,'Specify the object of interest']]],
+ ['object_20of_20interest_1',['object of interest',['../index.html#autotoc_md45',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md22',1,'Specify the object of interest']]],
['obs_5fplanets_2',['obs_planets',['../novas_8c.html#acbc29fe86915ef8a3701795dc9fd9b34',1,'obs_planets(double jd_tdb, enum novas_accuracy accuracy, const double *pos_obs, int pl_mask, novas_planet_bundle *planets): novas.c'],['../novas_8h.html#acbc29fe86915ef8a3701795dc9fd9b34',1,'obs_planets(double jd_tdb, enum novas_accuracy accuracy, const double *pos_obs, int pl_mask, novas_planet_bundle *planets): novas.c']]],
['obs_5fpos_3',['obs_pos',['../structnovas__frame.html#ac2558d2b29171b29bad2599c75d3cc6c',1,'novas_frame']]],
['obs_5fposvel_4',['obs_posvel',['../novas_8c.html#a5a62b6e1ef8840a1203c6d2a75d17152',1,'obs_posvel(double jd_tdb, double ut1_to_tt, enum novas_accuracy accuracy, const observer *obs, const double *geo_pos, const double *geo_vel, double *pos, double *vel): novas.c'],['../novas_8h.html#a5a62b6e1ef8840a1203c6d2a75d17152',1,'obs_posvel(double jd_tdb, double ut1_to_tt, enum novas_accuracy accuracy, const observer *obs, const double *geo_pos, const double *geo_vel, double *pos, double *vel): novas.c']]],
['obs_5fvel_5',['obs_vel',['../structnovas__frame.html#a66f1e86da27c96c1c920dce442ce78c8',1,'novas_frame']]],
- ['observation_6',['observation',['../index.html#autotoc_md45',1,'Specify the time of observation'],['../md_LEGACY.html#autotoc_md22',1,'Specify the time of observation']]],
+ ['observation_6',['observation',['../index.html#autotoc_md47',1,'Specify the time of observation'],['../md_LEGACY.html#autotoc_md24',1,'Specify the time of observation']]],
['observer_7',['observer',['../structobserver.html',1,'observer'],['../structnovas__frame.html#aa792216b0b2601bb9af3b882c87274f8',1,'novas_frame::observer']]],
- ['observer_20location_8',['observer location',['../index.html#autotoc_md44',1,'Specify the observer location'],['../md_LEGACY.html#autotoc_md21',1,'Spefify the observer location']]],
- ['observing_20frame_9',['Set up the observing frame',['../index.html#autotoc_md46',1,'']]],
- ['observing_20location_10',['observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]],
- ['of_20contents_11',['Table of Contents',['../index.html#autotoc_md28',1,'']]],
- ['of_20custom_20ephemeris_20functions_12',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md67',1,'']]],
- ['of_20interest_13',['of interest',['../index.html#autotoc_md43',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md20',1,'Specify the object of interest']]],
- ['of_20observation_14',['of observation',['../md_LEGACY.html#autotoc_md22',1,'Specify the time of observation'],['../index.html#autotoc_md45',1,'Specify the time of observation']]],
- ['old_20jpl_20major_20planet_20ephemerides_15',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
+ ['observer_20location_8',['observer location',['../index.html#autotoc_md46',1,'Specify the observer location'],['../md_LEGACY.html#autotoc_md23',1,'Spefify the observer location']]],
+ ['observing_20frame_9',['Set up the observing frame',['../index.html#autotoc_md48',1,'']]],
+ ['observing_20location_10',['observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]],
+ ['of_20contents_11',['Table of Contents',['../index.html#autotoc_md30',1,'']]],
+ ['of_20custom_20ephemeris_20functions_12',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md70',1,'']]],
+ ['of_20interest_13',['of interest',['../index.html#autotoc_md45',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md22',1,'Specify the object of interest']]],
+ ['of_20observation_14',['of observation',['../md_LEGACY.html#autotoc_md24',1,'Specify the time of observation'],['../index.html#autotoc_md47',1,'Specify the time of observation']]],
+ ['old_20jpl_20major_20planet_20ephemerides_15',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
['old_20way_16',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
['omega_17',['Omega',['../structnovas__delaunay__args.html#a1b5bf6735b7465aec5c931281d240737',1,'novas_delaunay_args']]],
- ['on_20alternative_20methodologies_18',['Note on alternative methodologies',['../index.html#autotoc_md41',1,'']]],
- ['on_20precision_19',['Notes on precision',['../index.html#autotoc_md54',1,'']]],
- ['on_20sky_20',['on sky',['../index.html#autotoc_md47',1,'Calculate an apparent place on sky'],['../md_LEGACY.html#autotoc_md24',1,'Calculate apparent positions on sky']]],
+ ['on_20alternative_20methodologies_18',['Note on alternative methodologies',['../index.html#autotoc_md43',1,'']]],
+ ['on_20precision_19',['Notes on precision',['../index.html#autotoc_md56',1,'']]],
+ ['on_20sky_20',['on sky',['../index.html#autotoc_md49',1,'Calculate an apparent place on sky'],['../md_LEGACY.html#autotoc_md26',1,'Calculate apparent positions on sky']]],
['on_5fsurf_21',['on_surf',['../structobserver.html#a0ed422bd2a08c6b3870b545e16484501',1,'observer']]],
['on_5fsurface_22',['on_surface',['../structon__surface.html',1,'']]],
- ['or_20services_23',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]],
- ['orientation_20parameters_24',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md23',1,'']]]
+ ['or_20services_23',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]],
+ ['orientation_20parameters_24',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md25',1,'']]]
];
diff --git a/apidoc/html/search/all_13.js b/apidoc/html/search/all_13.js
index 81333ee9..a6d6f6fa 100644
--- a/apidoc/html/search/all_13.js
+++ b/apidoc/html/search/all_13.js
@@ -1,11 +1,11 @@
var searchData=
[
['parallax_0',['parallax',['../structcat__entry.html#a18f7f3626661dbf57ce9eaec51840eb8',1,'cat_entry']]],
- ['parameters_1',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md23',1,'']]],
+ ['parameters_1',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md25',1,'']]],
['pc_2',['PC',['../eph__manager_8c.html#a0fcf3bf4c37f78e5ef7557cb03029eff',1,'eph_manager.c']]],
- ['performance_20considerations_3',['Performance considerations',['../index.html#autotoc_md51',1,'']]],
+ ['performance_20considerations_3',['Performance considerations',['../index.html#autotoc_md53',1,'']]],
['place_4',['place',['../novas_8c.html#a263de1618d80fcc737984951fa97c5a3',1,'place(double jd_tt, const object *source, const observer *location, double ut1_to_tt, enum novas_reference_system coord_sys, enum novas_accuracy accuracy, sky_pos *output): novas.c'],['../novas_8h.html#a263de1618d80fcc737984951fa97c5a3',1,'place(double jd_tt, const object *source, const observer *location, double ut1_to_tt, enum novas_reference_system coord_sys, enum novas_accuracy accuracy, sky_pos *output): novas.c']]],
- ['place_20on_20sky_5',['Calculate an apparent place on sky',['../index.html#autotoc_md47',1,'']]],
+ ['place_20on_20sky_5',['Calculate an apparent place on sky',['../index.html#autotoc_md49',1,'']]],
['place_5fcirs_6',['place_cirs',['../super_8c.html#aebad3c9b51f62cb7b31a686b5ec890a9',1,'place_cirs(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c'],['../novas_8h.html#aebad3c9b51f62cb7b31a686b5ec890a9',1,'place_cirs(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c']]],
['place_5fgcrs_7',['place_gcrs',['../super_8c.html#acbcd90c9111cc5580a5c2bac404f7f00',1,'place_gcrs(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c'],['../novas_8h.html#acbcd90c9111cc5580a5c2bac404f7f00',1,'place_gcrs(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c']]],
['place_5ficrs_8',['place_icrs',['../super_8c.html#a4ef1b6d204e22608e964e60cf34a15ad',1,'place_icrs(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c'],['../novas_8h.html#a4ef1b6d204e22608e964e60cf34a15ad',1,'place_icrs(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c']]],
@@ -13,7 +13,7 @@ var searchData=
['place_5fmod_10',['place_mod',['../novas_8h.html#a3f055f3994889e3345d5267dac671a60',1,'place_mod(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c'],['../super_8c.html#a3f055f3994889e3345d5267dac671a60',1,'place_mod(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c']]],
['place_5fstar_11',['place_star',['../novas_8c.html#a078b5e764d5cf3fdca600fada992b409',1,'place_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system system, enum novas_accuracy accuracy, sky_pos *pos): novas.c'],['../novas_8h.html#a078b5e764d5cf3fdca600fada992b409',1,'place_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system system, enum novas_accuracy accuracy, sky_pos *pos): novas.c']]],
['place_5ftod_12',['place_tod',['../super_8c.html#a2c8817db8a00764da4c285b32590ccfb',1,'place_tod(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c'],['../novas_8h.html#a2c8817db8a00764da4c285b32590ccfb',1,'place_tod(double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos): super.c']]],
- ['planet_20ephemerides_13',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
+ ['planet_20ephemerides_13',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
['planet_5feph_5fmanager_14',['planet_eph_manager',['../solsys1_8c.html#a71d2bfef45818d56e359205c57db0694',1,'planet_eph_manager(double jd_tdb, enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys1.c'],['../solarsystem_8h.html#a71d2bfef45818d56e359205c57db0694',1,'planet_eph_manager(double jd_tdb, enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys1.c']]],
['planet_5feph_5fmanager_5fhp_15',['planet_eph_manager_hp',['../solarsystem_8h.html#acacfbde919107d0514da5c7d8508917b',1,'planet_eph_manager_hp(const double jd_tdb[2], enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys1.c'],['../solsys1_8c.html#acacfbde919107d0514da5c7d8508917b',1,'planet_eph_manager_hp(const double jd_tdb[2], enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys1.c']]],
['planet_5fephem_5fprovider_16',['planet_ephem_provider',['../solsys-ephem_8c.html#a61c60adf57c00d797fac94bb5841c271',1,'planet_ephem_provider(double jd_tdb, enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys-ephem.c'],['../solarsystem_8h.html#a61c60adf57c00d797fac94bb5841c271',1,'planet_ephem_provider(double jd_tdb, enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys-ephem.c']]],
@@ -23,20 +23,20 @@ var searchData=
['planet_5fjplint_5fhp_20',['planet_jplint_hp',['../solsys2_8c.html#a399a5363ddf93d662886e6e4692d03ad',1,'planet_jplint_hp(const double jd_tdb[2], enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys2.c'],['../solarsystem_8h.html#a399a5363ddf93d662886e6e4692d03ad',1,'planet_jplint_hp(const double jd_tdb[2], enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys2.c']]],
['planet_5flon_21',['planet_lon',['../novas_8h.html#aacc6a0daf29b8bdc18f46647a94694d3',1,'planet_lon(double t, enum novas_planet planet): novas.c'],['../novas_8c.html#aacc6a0daf29b8bdc18f46647a94694d3',1,'planet_lon(double t, enum novas_planet planet): novas.c']]],
['planets_22',['planets',['../structnovas__frame.html#a78ace4b8a99aace5313f4011a842d199',1,'novas_frame']]],
- ['planets_20via_20jpl_20s_20tt_20pleph_20tt_20fortran_20interface_23',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
- ['planets_20via_20tt_20eph_5fmanager_20tt_24',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md65',1,'']]],
- ['pleph_20tt_20fortran_20interface_25',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
+ ['planets_20via_20jpl_20s_20tt_20pleph_20tt_20fortran_20interface_23',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
+ ['planets_20via_20tt_20eph_5fmanager_20tt_24',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md68',1,'']]],
+ ['pleph_20tt_20fortran_20interface_25',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
['pole_5foffsets_5fdpsi_5fdeps_26',['POLE_OFFSETS_DPSI_DEPS',['../novas_8h.html#a70c3951615b1ecf42818c79893678543a2126557509f896a0aeb435795fe1da47',1,'novas.h']]],
['pole_5foffsets_5fx_5fy_27',['POLE_OFFSETS_X_Y',['../novas_8h.html#a70c3951615b1ecf42818c79893678543ad304f43b1bf8becb63fc4d972f8b1f77',1,'novas.h']]],
['pos_28',['pos',['../structnovas__planet__bundle.html#afa2104ef635031a82766fd018c9ee9dd',1,'novas_planet_bundle']]],
- ['positions_20for_20a_20sidereal_20source_29',['positions for a sidereal source',['../md_LEGACY.html#autotoc_md19',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md42',1,'Calculating positions for a sidereal source']]],
- ['positions_20for_20a_20solar_20system_20source_30',['positions for a solar system source',['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source']]],
- ['positions_20on_20sky_31',['Calculate apparent positions on sky',['../md_LEGACY.html#autotoc_md24',1,'']]],
+ ['positions_20for_20a_20sidereal_20source_29',['positions for a sidereal source',['../md_LEGACY.html#autotoc_md21',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md44',1,'Calculating positions for a sidereal source']]],
+ ['positions_20for_20a_20solar_20system_20source_30',['positions for a solar system source',['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source']]],
+ ['positions_20on_20sky_31',['Calculate apparent positions on sky',['../md_LEGACY.html#autotoc_md26',1,'']]],
['positions_20the_20old_20way_32',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
- ['precession_33',['precession',['../novas_8h.html#ace5e59ce1564bf6c61946c290bb05367a6833dbc8bfb3b8ba2cdd7a2da0b82353',1,'PRECESSION: novas.h'],['../novas_8c.html#a9178358732325399f3a5e3582080ced3',1,'precession(double jd_tdb_in, const double *in, double jd_tdb_out, double *out): novas.c'],['../structnovas__frame.html#a1768e94e9ee04287bc18b3eb6a79f36c',1,'novas_frame::precession'],['../novas_8h.html#a9178358732325399f3a5e3582080ced3',1,'precession(): novas.c']]],
- ['precise_20results_34',['Prerequisites to precise results',['../index.html#autotoc_md55',1,'']]],
- ['precision_35',['Notes on precision',['../index.html#autotoc_md54',1,'']]],
- ['prerequisites_20to_20precise_20results_36',['Prerequisites to precise results',['../index.html#autotoc_md55',1,'']]],
+ ['precession_33',['precession',['../novas_8h.html#a9178358732325399f3a5e3582080ced3',1,'precession(double jd_tdb_in, const double *in, double jd_tdb_out, double *out): novas.c'],['../novas_8h.html#ace5e59ce1564bf6c61946c290bb05367a6833dbc8bfb3b8ba2cdd7a2da0b82353',1,'PRECESSION: novas.h'],['../structnovas__frame.html#a1768e94e9ee04287bc18b3eb6a79f36c',1,'novas_frame::precession'],['../novas_8c.html#a9178358732325399f3a5e3582080ced3',1,'precession(): novas.c']]],
+ ['precise_20results_34',['Prerequisites to precise results',['../index.html#autotoc_md57',1,'']]],
+ ['precision_35',['Notes on precision',['../index.html#autotoc_md56',1,'']]],
+ ['prerequisites_20to_20precise_20results_36',['Prerequisites to precise results',['../index.html#autotoc_md57',1,'']]],
['pressure_37',['pressure',['../structon__surface.html#aee1c5d07ac79c5c036195858afe33405',1,'on_surface']]],
['promodec_38',['promodec',['../structcat__entry.html#acf4bdbac6c1d059a4db3ed879f32f21c',1,'cat_entry']]],
['promora_39',['promora',['../structcat__entry.html#ab9301cf1c67c13114b22950650b17789',1,'cat_entry']]],
diff --git a/apidoc/html/search/all_14.js b/apidoc/html/search/all_14.js
index 803600a1..3528629d 100644
--- a/apidoc/html/search/all_14.js
+++ b/apidoc/html/search/all_14.js
@@ -1,6 +1,6 @@
var searchData=
[
- ['r_20a_20and_20declination_0',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md25',1,'']]],
+ ['r_20a_20and_20declination_0',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md27',1,'']]],
['r_5fhat_1',['r_hat',['../structsky__pos.html#a5fd669be4d5224aa192afa368a6e3173',1,'sky_pos']]],
['ra_2',['ra',['../structcat__entry.html#a713a0c71a86d92fa6892fdb2cb7c9422',1,'cat_entry::ra'],['../structsky__pos.html#a713a0c71a86d92fa6892fdb2cb7c9422',1,'sky_pos::ra']]],
['ra_5fcio_3',['ra_cio',['../structra__of__cio.html#aba4253d16ca8c644b29da1e727d787aa',1,'ra_of_cio']]],
@@ -10,20 +10,21 @@ var searchData=
['rad_5fvel2_7',['rad_vel2',['../novas_8c.html#a191dcbb360afb9b6bf123d46858156d0',1,'rad_vel2(const object *source, const double *pos_emit, const double *vel_src, const double *pos_det, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun): novas.c'],['../novas_8h.html#a191dcbb360afb9b6bf123d46858156d0',1,'rad_vel2(const object *source, const double *pos_emit, const double *vel_src, const double *pos_det, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun): novas.c']]],
['radec2vector_8',['radec2vector',['../novas_8c.html#acf86ce700b3d3509ebba13e5f16a4327',1,'radec2vector(double ra, double dec, double dist, double *pos): novas.c'],['../novas_8h.html#acf86ce700b3d3509ebba13e5f16a4327',1,'radec2vector(double ra, double dec, double dist, double *pos): novas.c']]],
['radec_5fplanet_9',['radec_planet',['../novas_8c.html#a11d3da697a640c39d87cf201ac54ca7c',1,'radec_planet(double jd_tt, const object *ss_body, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *dis, double *rv): novas.c'],['../novas_8h.html#a11d3da697a640c39d87cf201ac54ca7c',1,'radec_planet(double jd_tt, const object *ss_body, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *dis, double *rv): novas.c']]],
- ['radec_5fstar_10',['radec_star',['../novas_8c.html#aed179ad664f4ff023deb540140f3c2ef',1,'radec_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *rv): novas.c'],['../novas_8h.html#aed179ad664f4ff023deb540140f3c2ef',1,'radec_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *rv): novas.c']]],
+ ['radec_5fstar_10',['radec_star',['../novas_8h.html#aed179ad664f4ff023deb540140f3c2ef',1,'radec_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *rv): novas.c'],['../novas_8c.html#aed179ad664f4ff023deb540140f3c2ef',1,'radec_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *rv): novas.c']]],
['radialvelocity_11',['radialvelocity',['../structcat__entry.html#aa2b5e5ca3a5df1765b49a6c6b110a36a',1,'cat_entry']]],
['readeph_12',['readeph',['../solarsystem_8h.html#abb70fdad016c3a2ea45990eaa16b9245',1,'solarsystem.h']]],
['record_5flength_13',['RECORD_LENGTH',['../eph__manager_8c.html#a56a89d553bafe2d8c4a7e37f2997c300',1,'eph_manager.c']]],
- ['reduced_20accuracy_20shortcuts_14',['Reduced accuracy shortcuts',['../index.html#autotoc_md50',1,'']]],
- ['refinements_20to_20the_20novas_20c_20api_15',['Refinements to the NOVAS C API',['../index.html#autotoc_md60',1,'']]],
- ['refract_16',['refract',['../novas_8h.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c'],['../novas_8c.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c']]],
- ['refract_2ec_17',['refract.c',['../refract_8c.html',1,'']]],
- ['refract_5fastro_18',['refract_astro',['../novas_8h.html#a46d245f56c6eea9b1a7dc32d3feeaeb8',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_calc): novas.c'],['../novas_8c.html#aa41408d8cbbe3cfc12930414a9c79fc7',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_astro): novas.c']]],
- ['refractionmodel_19',['RefractionModel',['../novas_8h.html#ad4899a6116cfbbe17400e7ef0c8426a9',1,'novas.h']]],
- ['related_20links_20',['Related links',['../index.html#autotoc_md31',1,'']]],
- ['release_20schedule_21',['Release schedule',['../index.html#autotoc_md71',1,'']]],
- ['results_22',['Prerequisites to precise results',['../index.html#autotoc_md55',1,'']]],
- ['rmass_23',['rmass',['../novascon_8c.html#a19a7c107c3918c90c90cdad5ab310b1a',1,'RMASS: novascon.c'],['../novascon_8h.html#a19a7c107c3918c90c90cdad5ab310b1a',1,'RMASS: novascon.c']]],
- ['runtime_20debug_20support_24',['Runtime debug support',['../index.html#autotoc_md69',1,'']]],
- ['rv_25',['rv',['../structsky__pos.html#ad9e8b5daff39072d109a6f4f1fa61f55',1,'sky_pos']]]
+ ['redshift_5fvrad_14',['redshift_vrad',['../super_8c.html#af56088995d42a0673e03bca1f3891544',1,'redshift_vrad(double vrad, double z): super.c'],['../novas_8h.html#af56088995d42a0673e03bca1f3891544',1,'redshift_vrad(double vrad, double z): super.c']]],
+ ['reduced_20accuracy_20shortcuts_15',['Reduced accuracy shortcuts',['../index.html#autotoc_md52',1,'']]],
+ ['refinements_20to_20the_20novas_20c_20api_16',['Refinements to the NOVAS C API',['../index.html#autotoc_md63',1,'']]],
+ ['refract_17',['refract',['../novas_8h.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c'],['../novas_8c.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c']]],
+ ['refract_2ec_18',['refract.c',['../refract_8c.html',1,'']]],
+ ['refract_5fastro_19',['refract_astro',['../novas_8h.html#a46d245f56c6eea9b1a7dc32d3feeaeb8',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_calc): novas.c'],['../novas_8c.html#aa41408d8cbbe3cfc12930414a9c79fc7',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_astro): novas.c']]],
+ ['refractionmodel_20',['RefractionModel',['../novas_8h.html#ad4899a6116cfbbe17400e7ef0c8426a9',1,'novas.h']]],
+ ['related_20links_21',['Related links',['../index.html#autotoc_md33',1,'']]],
+ ['release_20schedule_22',['Release schedule',['../index.html#autotoc_md74',1,'']]],
+ ['results_23',['Prerequisites to precise results',['../index.html#autotoc_md57',1,'']]],
+ ['rmass_24',['rmass',['../novascon_8c.html#a19a7c107c3918c90c90cdad5ab310b1a',1,'RMASS: novascon.c'],['../novascon_8h.html#a19a7c107c3918c90c90cdad5ab310b1a',1,'RMASS: novascon.c']]],
+ ['runtime_20debug_20support_25',['Runtime debug support',['../index.html#autotoc_md72',1,'']]],
+ ['rv_26',['rv',['../structsky__pos.html#ad9e8b5daff39072d109a6f4f1fa61f55',1,'sky_pos']]]
];
diff --git a/apidoc/html/search/all_15.js b/apidoc/html/search/all_15.js
index b69050b0..749fa19e 100644
--- a/apidoc/html/search/all_15.js
+++ b/apidoc/html/search/all_15.js
@@ -1,27 +1,27 @@
var searchData=
[
- ['s_20tt_20pleph_20tt_20fortran_20interface_0',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
+ ['s_20tt_20pleph_20tt_20fortran_20interface_0',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
['sc_5fpos_1',['sc_pos',['../structin__space.html#abc3736b39d63bfabf73a25e3b03b91d8',1,'in_space']]],
['sc_5fvel_2',['sc_vel',['../structin__space.html#a9615dabeef0c31f47546c8083b768257',1,'in_space']]],
- ['schedule_3',['Release schedule',['../index.html#autotoc_md71',1,'']]],
- ['service_20integration_4',['Universal ephemeris data / service integration',['../index.html#autotoc_md63',1,'']]],
- ['services_5',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]],
- ['set_20up_20the_20observing_20frame_6',['Set up the observing frame',['../index.html#autotoc_md46',1,'']]],
+ ['schedule_3',['Release schedule',['../index.html#autotoc_md74',1,'']]],
+ ['service_20integration_4',['Universal ephemeris data / service integration',['../index.html#autotoc_md66',1,'']]],
+ ['services_5',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]],
+ ['set_20up_20the_20observing_20frame_6',['Set up the observing frame',['../index.html#autotoc_md48',1,'']]],
['set_5fcio_5flocator_5ffile_7',['set_cio_locator_file',['../novas_8h.html#a13c40b89c2cecd6a23720d181a800591',1,'set_cio_locator_file(const char *filename): novas.c'],['../novas_8c.html#a13c40b89c2cecd6a23720d181a800591',1,'set_cio_locator_file(const char *filename): novas.c']]],
['set_5fephem_5fprovider_8',['set_ephem_provider',['../solarsystem_8h.html#a6097083c438a8d1872c2e00a66360030',1,'set_ephem_provider(novas_ephem_provider func): novas.c'],['../novas_8c.html#a6097083c438a8d1872c2e00a66360030',1,'set_ephem_provider(novas_ephem_provider func): novas.c']]],
['set_5fnutation_5flp_5fprovider_9',['set_nutation_lp_provider',['../novas_8h.html#a694288eb631d6a69ecf313b7b5b4a677',1,'set_nutation_lp_provider(novas_nutation_provider func): novas.c'],['../novas_8c.html#a694288eb631d6a69ecf313b7b5b4a677',1,'set_nutation_lp_provider(novas_nutation_provider func): novas.c']]],
['set_5fplanet_5fprovider_10',['set_planet_provider',['../solarsystem_8h.html#a9904c454bc7148b42d0f927b82ea3973',1,'set_planet_provider(novas_planet_provider func): novas.c'],['../novas_8c.html#a9904c454bc7148b42d0f927b82ea3973',1,'set_planet_provider(novas_planet_provider func): novas.c']]],
['set_5fplanet_5fprovider_5fhp_11',['set_planet_provider_hp',['../solarsystem_8h.html#a418f45a11ce7f92ba0ef817558415640',1,'set_planet_provider_hp(novas_planet_provider_hp func): novas.c'],['../novas_8c.html#a418f45a11ce7f92ba0ef817558415640',1,'set_planet_provider_hp(novas_planet_provider_hp func): novas.c']]],
- ['shortcuts_12',['Reduced accuracy shortcuts',['../index.html#autotoc_md50',1,'']]],
- ['sidereal_20source_13',['sidereal source',['../md_LEGACY.html#autotoc_md19',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md42',1,'Calculating positions for a sidereal source']]],
+ ['shortcuts_12',['Reduced accuracy shortcuts',['../index.html#autotoc_md52',1,'']]],
+ ['sidereal_20source_13',['sidereal source',['../md_LEGACY.html#autotoc_md21',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md44',1,'Calculating positions for a sidereal source']]],
['sidereal_5ftime_14',['sidereal_time',['../novas_8h.html#a1ac03856ab026b374a4b73b834b45acd',1,'sidereal_time(double jd_ut1_high, double jd_ut1_low, double ut1_to_tt, enum novas_equinox_type gst_type, enum novas_earth_rotation_measure method, enum novas_accuracy accuracy, double *gst): novas.c'],['../novas_8c.html#a3236e72771f2c363f342547d80f5d50f',1,'sidereal_time(double jd_ut1_high, double jd_ut1_low, double ut1_to_tt, enum novas_equinox_type gst_type, enum novas_earth_rotation_measure erot, enum novas_accuracy accuracy, double *gst): novas.c']]],
['size_5fof_5fcat_5fname_15',['SIZE_OF_CAT_NAME',['../novas_8h.html#af32c72297e36b77bead56044d23082f7',1,'novas.h']]],
['size_5fof_5fobj_5fname_16',['SIZE_OF_OBJ_NAME',['../novas_8h.html#a977a43db51d544f728ea8a22b4a53783',1,'novas.h']]],
- ['sky_17',['sky',['../index.html#autotoc_md47',1,'Calculate an apparent place on sky'],['../md_LEGACY.html#autotoc_md24',1,'Calculate apparent positions on sky']]],
+ ['sky_17',['sky',['../index.html#autotoc_md49',1,'Calculate an apparent place on sky'],['../md_LEGACY.html#autotoc_md26',1,'Calculate apparent positions on sky']]],
['sky_5fpos_18',['sky_pos',['../structsky__pos.html',1,'']]],
['sky_5fpos_5finit_19',['SKY_POS_INIT',['../novas_8h.html#a462bdac0f370f0c5b421ae5b3f3e35f2',1,'novas.h']]],
- ['solar_20system_20ephemeris_20data_20or_20services_20',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]],
- ['solar_20system_20source_21',['solar system source',['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source']]],
+ ['solar_20system_20ephemeris_20data_20or_20services_20',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]],
+ ['solar_20system_20source_21',['solar system source',['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source']]],
['solarsystem_22',['solarsystem',['../solsys-ephem_8c.html#a5e2d599b1dc7a0e87bfd29dbd6413398',1,'solarsystem(double jd_tdb, short body, short origin, double *position, double *velocity): solsys-ephem.c'],['../solsys1_8c.html#a5e2d599b1dc7a0e87bfd29dbd6413398',1,'solarsystem(double jd_tdb, short body, short origin, double *position, double *velocity): solsys1.c'],['../solsys2_8c.html#a5e2d599b1dc7a0e87bfd29dbd6413398',1,'solarsystem(double jd_tdb, short body, short origin, double *position, double *velocity): solsys2.c'],['../solsys3_8c.html#a5e2d599b1dc7a0e87bfd29dbd6413398',1,'solarsystem(double jd_tdb, short body, short origin, double *position, double *velocity): solsys3.c'],['../solarsystem_8h.html#a5e2d599b1dc7a0e87bfd29dbd6413398',1,'solarsystem(double jd_tdb, short body, short origin, double *position, double *velocity): solsys-ephem.c']]],
['solarsystem_2eh_23',['solarsystem.h',['../solarsystem_8h.html',1,'']]],
['solarsystem_5fhp_24',['solarsystem_hp',['../solsys3_8c.html#a0243c2489c22860de898115aed8ffc87',1,'solarsystem_hp(const double jd_tdb[2], short body, short origin, double *position, double *velocity): solsys3.c'],['../solsys-ephem_8c.html#a0243c2489c22860de898115aed8ffc87',1,'solarsystem_hp(const double jd_tdb[2], short body, short origin, double *position, double *velocity): solsys-ephem.c'],['../solsys1_8c.html#a0243c2489c22860de898115aed8ffc87',1,'solarsystem_hp(const double jd_tdb[2], short body, short origin, double *position, double *velocity): solsys1.c'],['../solarsystem_8h.html#a0243c2489c22860de898115aed8ffc87',1,'solarsystem_hp(const double jd_tdb[2], short body, short origin, double *position, double *velocity): solsys-ephem.c'],['../solsys2_8c.html#a0243c2489c22860de898115aed8ffc87',1,'solarsystem_hp(const double jd_tdb[2], short body, short origin, double *position, double *velocity): solsys2.c']]],
@@ -29,13 +29,13 @@ var searchData=
['solsys1_2ec_26',['solsys1.c',['../solsys1_8c.html',1,'']]],
['solsys2_2ec_27',['solsys2.c',['../solsys2_8c.html',1,'']]],
['solsys3_2ec_28',['solsys3.c',['../solsys3_8c.html',1,'']]],
- ['source_29',['source',['../md_LEGACY.html#autotoc_md19',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md42',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source']]],
- ['specific_20features_30',['SuperNOVAS specific features',['../index.html#autotoc_md57',1,'']]],
- ['specify_20earth_20orientation_20parameters_31',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md23',1,'']]],
- ['specify_20the_20object_20of_20interest_32',['specify the object of interest',['../md_LEGACY.html#autotoc_md20',1,'Specify the object of interest'],['../index.html#autotoc_md43',1,'Specify the object of interest']]],
- ['specify_20the_20observer_20location_33',['Specify the observer location',['../index.html#autotoc_md44',1,'']]],
- ['specify_20the_20time_20of_20observation_34',['specify the time of observation',['../md_LEGACY.html#autotoc_md22',1,'Specify the time of observation'],['../index.html#autotoc_md45',1,'Specify the time of observation']]],
- ['spefify_20the_20observer_20location_35',['Spefify the observer location',['../md_LEGACY.html#autotoc_md21',1,'']]],
+ ['source_29',['source',['../md_LEGACY.html#autotoc_md21',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md44',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source']]],
+ ['specific_20features_30',['SuperNOVAS specific features',['../index.html#autotoc_md59',1,'']]],
+ ['specify_20earth_20orientation_20parameters_31',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md25',1,'']]],
+ ['specify_20the_20object_20of_20interest_32',['specify the object of interest',['../md_LEGACY.html#autotoc_md22',1,'Specify the object of interest'],['../index.html#autotoc_md45',1,'Specify the object of interest']]],
+ ['specify_20the_20observer_20location_33',['Specify the observer location',['../index.html#autotoc_md46',1,'']]],
+ ['specify_20the_20time_20of_20observation_34',['specify the time of observation',['../md_LEGACY.html#autotoc_md24',1,'Specify the time of observation'],['../index.html#autotoc_md47',1,'Specify the time of observation']]],
+ ['spefify_20the_20observer_20location_35',['Spefify the observer location',['../md_LEGACY.html#autotoc_md23',1,'']]],
['spin_36',['spin',['../novas_8h.html#af4090e519d7ce7ab1fcdb24b10126eb4',1,'spin(double angle, const double *in, double *out): novas.c'],['../novas_8c.html#af4090e519d7ce7ab1fcdb24b10126eb4',1,'spin(double angle, const double *in, double *out): novas.c']]],
['split_37',['split',['../eph__manager_8c.html#a50981955ef4594e094650db69472ec94',1,'eph_manager.c']]],
['ss_38',['SS',['../eph__manager_8c.html#a20c09a36fbddf8e712b5f937f06b1b66',1,'eph_manager.c']]],
@@ -48,16 +48,16 @@ var searchData=
['sun_5fpos_45',['sun_pos',['../structnovas__frame.html#a3d3fc00c5477b8f7a9b6593a748949d0',1,'novas_frame']]],
['sun_5fvel_46',['sun_vel',['../structnovas__frame.html#ae949db92ce7c56e4b5ada1b8f80002d3',1,'novas_frame']]],
['super_2ec_47',['super.c',['../super_8c.html',1,'']]],
- ['supernovas_48',['supernovas',['../index.html#autotoc_md38',1,'Building your application with SuperNOVAS'],['../md_CONTRIBUTING.html',1,'Contributing to SuperNOVAS'],['../index.html',1,'SuperNOVAS']]],
- ['supernovas_20specific_20features_49',['SuperNOVAS specific features',['../index.html#autotoc_md57',1,'']]],
+ ['supernovas_48',['supernovas',['../index.html#autotoc_md40',1,'Building your application with SuperNOVAS'],['../md_CONTRIBUTING.html',1,'Contributing to SuperNOVAS'],['../index.html',1,'SuperNOVAS']]],
+ ['supernovas_20specific_20features_49',['SuperNOVAS specific features',['../index.html#autotoc_md59',1,'']]],
['supernovas_3a_20astrometric_20positions_20the_20old_20way_50',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
['supernovas_5fmajor_5fversion_51',['SUPERNOVAS_MAJOR_VERSION',['../novas_8h.html#a5ab52d5db18c081b6313ed8b1993ebb7',1,'novas.h']]],
['supernovas_5fminor_5fversion_52',['SUPERNOVAS_MINOR_VERSION',['../novas_8h.html#aaed93e356acfc0d15d0f64ae0793b4f0',1,'novas.h']]],
['supernovas_5fpatchlevel_53',['SUPERNOVAS_PATCHLEVEL',['../novas_8h.html#a9b926427954233b94ebd6925d86f9f81',1,'novas.h']]],
['supernovas_5frelease_5fstring_54',['SUPERNOVAS_RELEASE_STRING',['../novas_8h.html#aadef42ba39811e058ee9efe2c6f7d151',1,'novas.h']]],
['supernovas_5fversion_5fstring_55',['SUPERNOVAS_VERSION_STRING',['../novas_8h.html#a44de9d1672290d153a1dfb0685886208',1,'novas.h']]],
- ['support_56',['Runtime debug support',['../index.html#autotoc_md69',1,'']]],
- ['support_20for_20old_20jpl_20major_20planet_20ephemerides_57',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
- ['system_20ephemeris_20data_20or_20services_58',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]],
- ['system_20source_59',['system source',['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source'],['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source']]]
+ ['support_56',['Runtime debug support',['../index.html#autotoc_md72',1,'']]],
+ ['support_20for_20old_20jpl_20major_20planet_20ephemerides_57',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
+ ['system_20ephemeris_20data_20or_20services_58',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]],
+ ['system_20source_59',['system source',['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source'],['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source']]]
];
diff --git a/apidoc/html/search/all_16.js b/apidoc/html/search/all_16.js
index cc15effe..de723381 100644
--- a/apidoc/html/search/all_16.js
+++ b/apidoc/html/search/all_16.js
@@ -1,25 +1,25 @@
var searchData=
[
['t0_0',['t0',['../novascon_8c.html#a179a958e126d46c9b952672120986924',1,'T0: novascon.c'],['../novascon_8h.html#a179a958e126d46c9b952672120986924',1,'T0: novascon.c']]],
- ['table_20of_20contents_1',['Table of Contents',['../index.html#autotoc_md28',1,'']]],
+ ['table_20of_20contents_1',['Table of Contents',['../index.html#autotoc_md30',1,'']]],
['tdb2tt_2',['tdb2tt',['../novas_8c.html#a45b1a5d3cf875521f3176bc301633d79',1,'tdb2tt(double jd_tdb, double *jd_tt, double *secdiff): novas.c'],['../novas_8h.html#a45b1a5d3cf875521f3176bc301633d79',1,'tdb2tt(double jd_tdb, double *jd_tt, double *secdiff): novas.c']]],
['temperature_3',['temperature',['../structon__surface.html#ab4b11c8d9c758430960896bc3fe82ead',1,'on_surface']]],
['ter2cel_4',['ter2cel',['../novas_8c.html#a6b662ff99b35db19c9b6b24a1ae9264f',1,'ter2cel(double jd_ut1_high, double jd_ut1_low, double ut1_to_tt, enum novas_earth_rotation_measure erot, enum novas_accuracy accuracy, enum novas_equatorial_class class, double xp, double yp, const double *in, double *out): novas.c'],['../novas_8h.html#a6b662ff99b35db19c9b6b24a1ae9264f',1,'ter2cel(double jd_ut1_high, double jd_ut1_low, double ut1_to_tt, enum novas_earth_rotation_measure erot, enum novas_accuracy accuracy, enum novas_equatorial_class class, double xp, double yp, const double *in, double *out): novas.c']]],
['terra_5',['terra',['../novas_8h.html#aa111f8d21d960677fb91139adc96ff17',1,'terra(const on_surface *location, double lst, double *pos, double *vel): novas.c'],['../novas_8c.html#aa111f8d21d960677fb91139adc96ff17',1,'terra(const on_surface *location, double lst, double *pos, double *vel): novas.c']]],
- ['the_20novas_20c_20api_6',['Refinements to the NOVAS C API',['../index.html#autotoc_md60',1,'']]],
- ['the_20object_20of_20interest_7',['the object of interest',['../index.html#autotoc_md43',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md20',1,'Specify the object of interest']]],
- ['the_20observer_20location_8',['the observer location',['../index.html#autotoc_md44',1,'Specify the observer location'],['../md_LEGACY.html#autotoc_md21',1,'Spefify the observer location']]],
- ['the_20observing_20frame_9',['Set up the observing frame',['../index.html#autotoc_md46',1,'']]],
- ['the_20observing_20location_10',['the observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]],
+ ['the_20novas_20c_20api_6',['Refinements to the NOVAS C API',['../index.html#autotoc_md63',1,'']]],
+ ['the_20object_20of_20interest_7',['the object of interest',['../index.html#autotoc_md45',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md22',1,'Specify the object of interest']]],
+ ['the_20observer_20location_8',['the observer location',['../index.html#autotoc_md46',1,'Specify the observer location'],['../md_LEGACY.html#autotoc_md23',1,'Spefify the observer location']]],
+ ['the_20observing_20frame_9',['Set up the observing frame',['../index.html#autotoc_md48',1,'']]],
+ ['the_20observing_20location_10',['the observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]],
['the_20old_20way_11',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
- ['the_20time_20of_20observation_12',['the time of observation',['../index.html#autotoc_md45',1,'Specify the time of observation'],['../md_LEGACY.html#autotoc_md22',1,'Specify the time of observation']]],
- ['threaded_20calculations_13',['Multi-threaded calculations',['../index.html#autotoc_md52',1,'']]],
+ ['the_20time_20of_20observation_12',['the time of observation',['../index.html#autotoc_md47',1,'Specify the time of observation'],['../md_LEGACY.html#autotoc_md24',1,'Specify the time of observation']]],
+ ['threaded_20calculations_13',['Multi-threaded calculations',['../index.html#autotoc_md54',1,'']]],
['time_14',['time',['../structnovas__frame.html#a430880330b471a12c587f77d1c73b49a',1,'novas_frame']]],
- ['time_20of_20observation_15',['time of observation',['../md_LEGACY.html#autotoc_md22',1,'Specify the time of observation'],['../index.html#autotoc_md45',1,'Specify the time of observation']]],
+ ['time_20of_20observation_15',['time of observation',['../md_LEGACY.html#autotoc_md24',1,'Specify the time of observation'],['../index.html#autotoc_md47',1,'Specify the time of observation']]],
['timescale_2ec_16',['timescale.c',['../timescale_8c.html',1,'']]],
- ['to_20precise_20results_17',['Prerequisites to precise results',['../index.html#autotoc_md55',1,'']]],
+ ['to_20precise_20results_17',['Prerequisites to precise results',['../index.html#autotoc_md57',1,'']]],
['to_20supernovas_18',['Contributing to SuperNOVAS',['../md_CONTRIBUTING.html',1,'']]],
- ['to_20the_20novas_20c_20api_19',['Refinements to the NOVAS C API',['../index.html#autotoc_md60',1,'']]],
+ ['to_20the_20novas_20c_20api_19',['Refinements to the NOVAS C API',['../index.html#autotoc_md63',1,'']]],
['to_5fsystem_20',['to_system',['../structnovas__transform.html#a8dac6a5c4bdc0e667bdc9eb7c7bb7094',1,'novas_transform']]],
['tobl_21',['tobl',['../structnovas__frame.html#ad68cbc6741fea66373829a8f50307c8e',1,'novas_frame']]],
['tod_5fto_5fcirs_22',['tod_to_cirs',['../super_8c.html#adb48b2acaf76cc3a1e3a1412cc42c232',1,'tod_to_cirs(double jd_tt, enum novas_accuracy accuracy, const double *in, double *out): super.c'],['../novas_8h.html#adb48b2acaf76cc3a1e3a1412cc42c232',1,'tod_to_cirs(double jd_tt, enum novas_accuracy accuracy, const double *in, double *out): super.c']]],
@@ -29,9 +29,9 @@ var searchData=
['topo_5fstar_26',['topo_star',['../novas_8h.html#a221884a610d2866c7e7303cd7b94182c',1,'topo_star(double jd_tt, double ut1_to_tt, const cat_entry *star, const on_surface *position, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8c.html#a221884a610d2866c7e7303cd7b94182c',1,'topo_star(double jd_tt, double ut1_to_tt, const cat_entry *star, const on_surface *position, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]],
['transform_5fcat_27',['transform_cat',['../novas_8h.html#a59caeca70d1fdd02e41ed62f20675e6c',1,'transform_cat(enum novas_transform_type, double jd_tt_in, const cat_entry *in, double jd_tt_out, const char *out_id, cat_entry *out): novas.c'],['../novas_8c.html#abe0c6e6fc60a49efa88c365aef8cdc50',1,'transform_cat(enum novas_transform_type option, double jd_tt_in, const cat_entry *in, double jd_tt_out, const char *out_id, cat_entry *out): novas.c']]],
['transform_5fhip_28',['transform_hip',['../novas_8c.html#af2c03d540de7a8bfafaed27eb9a753c1',1,'transform_hip(const cat_entry *hipparcos, cat_entry *hip_2000): novas.c'],['../novas_8h.html#af2c03d540de7a8bfafaed27eb9a753c1',1,'transform_hip(const cat_entry *hipparcos, cat_entry *hip_2000): novas.c']]],
- ['true_20apparent_20r_20a_20and_20declination_29',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md25',1,'']]],
- ['tt_20eph_5fmanager_20tt_30',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md65',1,'']]],
- ['tt_20pleph_20tt_20fortran_20interface_31',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
+ ['true_20apparent_20r_20a_20and_20declination_29',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md27',1,'']]],
+ ['tt_20eph_5fmanager_20tt_30',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md68',1,'']]],
+ ['tt_20pleph_20tt_20fortran_20interface_31',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
['tt2tdb_32',['tt2tdb',['../novas_8h.html#a129acca41760da486e1179c93cb9e86d',1,'tt2tdb(double jd_tt): novas.c'],['../novas_8c.html#a129acca41760da486e1179c93cb9e86d',1,'tt2tdb(double jd_tt): novas.c'],['../structnovas__timespec.html#acd6082033a111e30cda6bab81b7a32ec',1,'novas_timespec::tt2tdb']]],
['twopi_33',['TWOPI',['../novas_8h.html#a4912c64aec0c943b7985db6cb61ff83a',1,'novas.h']]],
['twot_34',['TWOT',['../eph__manager_8c.html#ad741a4fdb6d243507e3be0028cdeea9e',1,'eph_manager.c']]],
diff --git a/apidoc/html/search/all_17.js b/apidoc/html/search/all_17.js
index 84509283..c2ad681e 100644
--- a/apidoc/html/search/all_17.js
+++ b/apidoc/html/search/all_17.js
@@ -1,7 +1,9 @@
var searchData=
[
- ['universal_20ephemeris_20data_20service_20integration_0',['Universal ephemeris data / service integration',['../index.html#autotoc_md63',1,'']]],
- ['up_20the_20observing_20frame_1',['Set up the observing frame',['../index.html#autotoc_md46',1,'']]],
- ['usage_2',['Example usage',['../index.html#autotoc_md40',1,'']]],
- ['ut1_5fto_5ftt_3',['ut1_to_tt',['../structnovas__timespec.html#a2b381954218c16fad4ae585fb90fddbe',1,'novas_timespec']]]
+ ['universal_20ephemeris_20data_20service_20integration_0',['Universal ephemeris data / service integration',['../index.html#autotoc_md66',1,'']]],
+ ['unredshift_5fvrad_1',['unredshift_vrad',['../super_8c.html#aea89203030ca831260dec18f83081d23',1,'unredshift_vrad(double vrad, double z): super.c'],['../novas_8h.html#aea89203030ca831260dec18f83081d23',1,'unredshift_vrad(double vrad, double z): super.c']]],
+ ['unreleased_2',['[Unreleased]',['../md_CHANGELOG.html#autotoc_md1',1,'']]],
+ ['up_20the_20observing_20frame_3',['Set up the observing frame',['../index.html#autotoc_md48',1,'']]],
+ ['usage_4',['Example usage',['../index.html#autotoc_md42',1,'']]],
+ ['ut1_5fto_5ftt_5',['ut1_to_tt',['../structnovas__timespec.html#a2b381954218c16fad4ae585fb90fddbe',1,'novas_timespec']]]
];
diff --git a/apidoc/html/search/all_18.js b/apidoc/html/search/all_18.js
index 349a6f79..80f7e1f0 100644
--- a/apidoc/html/search/all_18.js
+++ b/apidoc/html/search/all_18.js
@@ -1,12 +1,13 @@
var searchData=
[
- ['v1_201_0',['Added in v1.1',['../index.html#autotoc_md59',1,'']]],
- ['v_5fobs_1',['v_obs',['../structnovas__frame.html#a52e812c05f108858a4459d937a2115a4',1,'novas_frame']]],
- ['vc_2',['VC',['../eph__manager_8c.html#afe4ec6caa67baf8fb5b184cc183a07e8',1,'eph_manager.c']]],
- ['vector2radec_3',['vector2radec',['../novas_8c.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c'],['../novas_8h.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c']]],
- ['vel_4',['vel',['../structnovas__planet__bundle.html#af2bad6c1e0659e0e508492669eb67035',1,'novas_planet_bundle']]],
- ['via_20jpl_20s_20tt_20pleph_20tt_20fortran_20interface_5',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
- ['via_20tt_20eph_5fmanager_20tt_6',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md65',1,'']]],
- ['virtual_5fplanet_7',['virtual_planet',['../novas_8c.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8h.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
- ['virtual_5fstar_8',['virtual_star',['../novas_8c.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8h.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]]
+ ['v1_201_0',['Added in v1.1',['../index.html#autotoc_md61',1,'']]],
+ ['v1_202_1',['Added in v1.2',['../index.html#autotoc_md62',1,'']]],
+ ['v_5fobs_2',['v_obs',['../structnovas__frame.html#a52e812c05f108858a4459d937a2115a4',1,'novas_frame']]],
+ ['vc_3',['VC',['../eph__manager_8c.html#afe4ec6caa67baf8fb5b184cc183a07e8',1,'eph_manager.c']]],
+ ['vector2radec_4',['vector2radec',['../novas_8c.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c'],['../novas_8h.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c']]],
+ ['vel_5',['vel',['../structnovas__planet__bundle.html#af2bad6c1e0659e0e508492669eb67035',1,'novas_planet_bundle']]],
+ ['via_20jpl_20s_20tt_20pleph_20tt_20fortran_20interface_6',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
+ ['via_20tt_20eph_5fmanager_20tt_7',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md68',1,'']]],
+ ['virtual_5fplanet_8',['virtual_planet',['../novas_8c.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8h.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
+ ['virtual_5fstar_9',['virtual_star',['../novas_8c.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8h.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]]
];
diff --git a/apidoc/html/search/all_19.js b/apidoc/html/search/all_19.js
index 023382d6..1378c094 100644
--- a/apidoc/html/search/all_19.js
+++ b/apidoc/html/search/all_19.js
@@ -2,8 +2,8 @@ var searchData=
[
['way_0',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
['where_1',['where',['../structobserver.html#a11f2eb69df64b674d938b34bbb842ab1',1,'observer']]],
- ['with_20novas_20c_203_201_2',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md35',1,'']]],
- ['with_20supernovas_3',['Building your application with SuperNOVAS',['../index.html#autotoc_md38',1,'']]],
+ ['with_20novas_20c_203_201_2',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md37',1,'']]],
+ ['with_20supernovas_3',['Building your application with SuperNOVAS',['../index.html#autotoc_md40',1,'']]],
['wobble_4',['wobble',['../novas_8c.html#aead87744eeb3029ce7d5ffb1801ee652',1,'wobble(double jd_tt, enum novas_wobble_direction direction, double xp, double yp, const double *in, double *out): novas.c'],['../novas_8h.html#aead87744eeb3029ce7d5ffb1801ee652',1,'wobble(double jd_tt, enum novas_wobble_direction direction, double xp, double yp, const double *in, double *out): novas.c']]],
['wobble_5fitrs_5fto_5fpef_5',['WOBBLE_ITRS_TO_PEF',['../novas_8h.html#aab27106a2d5c2c7fa64b2f208deff7f5ac1fc144f868517a2268a56343cc218a9',1,'novas.h']]],
['wobble_5fpef_5fto_5fitrs_6',['WOBBLE_PEF_TO_ITRS',['../novas_8h.html#aab27106a2d5c2c7fa64b2f208deff7f5a6148979c7c2a121fc0852ec129eb4b10',1,'novas.h']]]
diff --git a/apidoc/html/search/all_1b.js b/apidoc/html/search/all_1b.js
index 0b2c7446..8f759e59 100644
--- a/apidoc/html/search/all_1b.js
+++ b/apidoc/html/search/all_1b.js
@@ -1,4 +1,4 @@
var searchData=
[
- ['your_20application_20with_20supernovas_0',['Building your application with SuperNOVAS',['../index.html#autotoc_md38',1,'']]]
+ ['your_20application_20with_20supernovas_0',['Building your application with SuperNOVAS',['../index.html#autotoc_md40',1,'']]]
];
diff --git a/apidoc/html/search/all_2.js b/apidoc/html/search/all_2.js
index c8554fde..df182db1 100644
--- a/apidoc/html/search/all_2.js
+++ b/apidoc/html/search/all_2.js
@@ -1,8 +1,9 @@
var searchData=
[
- ['2024_2003_2001_0',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md12',1,'']]],
- ['2024_2005_2013_1',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md8',1,'']]],
- ['2024_2008_2004_2',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md4',1,'']]],
- ['2024_2010_2028_3',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md1',1,'']]],
- ['28_4',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md1',1,'']]]
+ ['2_0',['Added in v1.2',['../index.html#autotoc_md62',1,'']]],
+ ['2024_2003_2001_1',['[1.0.0] - 2024-03-01',['../md_CHANGELOG.html#autotoc_md14',1,'']]],
+ ['2024_2005_2013_2',['[1.0.1] - 2024-05-13',['../md_CHANGELOG.html#autotoc_md10',1,'']]],
+ ['2024_2008_2004_3',['[1.1.0] - 2024-08-04',['../md_CHANGELOG.html#autotoc_md6',1,'']]],
+ ['2024_2010_2028_4',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md3',1,'']]],
+ ['28_5',['[1.1.1] - 2024-10-28',['../md_CHANGELOG.html#autotoc_md3',1,'']]]
];
diff --git a/apidoc/html/search/all_3.js b/apidoc/html/search/all_3.js
index 6b2e579e..bc2c686a 100644
--- a/apidoc/html/search/all_3.js
+++ b/apidoc/html/search/all_3.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['3_201_0',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md35',1,'']]],
- ['3_201_20issues_1',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md33',1,'']]]
+ ['3_201_0',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md37',1,'']]],
+ ['3_201_20issues_1',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md35',1,'']]]
];
diff --git a/apidoc/html/search/all_4.js b/apidoc/html/search/all_4.js
index bab726df..1aa7ced6 100644
--- a/apidoc/html/search/all_4.js
+++ b/apidoc/html/search/all_4.js
@@ -1,38 +1,39 @@
var searchData=
[
- ['a_20sidereal_20source_0',['a sidereal source',['../index.html#autotoc_md42',1,'Calculating positions for a sidereal source'],['../md_LEGACY.html#autotoc_md19',1,'Calculating positions for a sidereal source']]],
- ['a_20solar_20system_20source_1',['a solar system source',['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source']]],
- ['a_20true_20apparent_20r_20a_20and_20declination_2',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md25',1,'']]],
+ ['a_20sidereal_20source_0',['a sidereal source',['../index.html#autotoc_md44',1,'Calculating positions for a sidereal source'],['../md_LEGACY.html#autotoc_md21',1,'Calculating positions for a sidereal source']]],
+ ['a_20solar_20system_20source_1',['a solar system source',['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source']]],
+ ['a_20true_20apparent_20r_20a_20and_20declination_2',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md27',1,'']]],
['aberration_3',['aberration',['../novas_8c.html#a033f1bf4b01e0e21a0e05e13c19c02f6',1,'aberration(const double *pos, const double *vobs, double lighttime, double *out): novas.c'],['../novas_8h.html#ac8be269d973cea93f249b7e60dad7d91',1,'aberration(const double *pos, const double *vobs, double lighttime, double *pos2): novas.c']]],
['accum_5fprec_4',['accum_prec',['../novas_8c.html#ad1de5b481e41cf193c199bd0dc5084bd',1,'accum_prec(double t): novas.c'],['../novas_8h.html#ad1de5b481e41cf193c199bd0dc5084bd',1,'accum_prec(double t): novas.c']]],
['accuracy_5',['accuracy',['../structnovas__frame.html#ad9a827bf90bce73ad42f04ed2dd13a9c',1,'novas_frame']]],
- ['accuracy_20shortcuts_6',['Reduced accuracy shortcuts',['../index.html#autotoc_md50',1,'']]],
- ['added_7',['added',['../md_CHANGELOG.html#autotoc_md10',1,'Added'],['../md_CHANGELOG.html#autotoc_md14',1,'Added'],['../md_CHANGELOG.html#autotoc_md6',1,'Added']]],
- ['added_20functionality_8',['Newly added functionality',['../index.html#autotoc_md58',1,'']]],
- ['added_20in_20v1_201_9',['Added in v1.1',['../index.html#autotoc_md59',1,'']]],
- ['alternative_20methodologies_10',['Note on alternative methodologies',['../index.html#autotoc_md41',1,'']]],
- ['an_20apparent_20place_20on_20sky_11',['Calculate an apparent place on sky',['../index.html#autotoc_md47',1,'']]],
- ['and_20declination_12',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md25',1,'']]],
- ['and_20elevation_20angles_20at_20the_20observing_20location_13',['and elevation angles at the observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]],
- ['and_20installation_14',['Building and installation',['../index.html#autotoc_md37',1,'']]],
- ['angles_20at_20the_20observing_20location_15',['angles at the observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]],
- ['angvel_16',['angvel',['../novascon_8c.html#a088f463ef64dea2727d8ade9b1cd7192',1,'ANGVEL: novascon.c'],['../novascon_8h.html#a088f463ef64dea2727d8ade9b1cd7192',1,'ANGVEL: novascon.c']]],
- ['api_17',['Refinements to the NOVAS C API',['../index.html#autotoc_md60',1,'']]],
- ['app_5fplanet_18',['app_planet',['../novas_8h.html#a84516e14b76ec0b8ad5b9a9049a2db81',1,'app_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8c.html#a84516e14b76ec0b8ad5b9a9049a2db81',1,'app_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
- ['app_5fstar_19',['app_star',['../novas_8h.html#abceec12c6cac2693b45b7778374455f4',1,'app_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8c.html#abceec12c6cac2693b45b7778374455f4',1,'app_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]],
- ['app_5fto_5fcirs_5fra_20',['app_to_cirs_ra',['../novas_8h.html#a3fa57a154f2f423612736e5e3a5addbf',1,'app_to_cirs_ra(double jd_tt, enum novas_accuracy accuracy, double ra): super.c'],['../super_8c.html#a3fa57a154f2f423612736e5e3a5addbf',1,'app_to_cirs_ra(double jd_tt, enum novas_accuracy accuracy, double ra): super.c']]],
- ['apparent_20place_20on_20sky_21',['Calculate an apparent place on sky',['../index.html#autotoc_md47',1,'']]],
- ['apparent_20positions_20on_20sky_22',['Calculate apparent positions on sky',['../md_LEGACY.html#autotoc_md24',1,'']]],
- ['apparent_20r_20a_20and_20declination_23',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md25',1,'']]],
- ['application_20with_20supernovas_24',['Building your application with SuperNOVAS',['../index.html#autotoc_md38',1,'']]],
- ['asec2rad_25',['ASEC2RAD',['../novas_8h.html#a8a0ef80e44076b86bc707e9414d85d76',1,'novas.h']]],
- ['asec360_26',['ASEC360',['../novas_8h.html#a320b4181c798436981b4520175baad89',1,'novas.h']]],
- ['astro_5fplanet_27',['astro_planet',['../novas_8c.html#a5ee352727a9c2d181d6bd7d097f965d6',1,'astro_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8h.html#a5ee352727a9c2d181d6bd7d097f965d6',1,'astro_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
- ['astro_5fstar_28',['astro_star',['../novas_8h.html#a60ea97a77320c52b566f8e8fb5faf304',1,'astro_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8c.html#a60ea97a77320c52b566f8e8fb5faf304',1,'astro_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]],
- ['astrometric_20positions_20the_20old_20way_29',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
- ['at_20the_20observing_20location_30',['at the observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]],
- ['au_31',['au',['../novascon_8h.html#a2b9e1ccc1a034cb26b9c794767315346',1,'AU: novascon.c'],['../novascon_8c.html#a2b9e1ccc1a034cb26b9c794767315346',1,'AU: novascon.c']]],
- ['au_5fkm_32',['au_km',['../novascon_8h.html#a95419ca41731064148e6fcfb0e919171',1,'AU_KM: novascon.c'],['../novascon_8c.html#a95419ca41731064148e6fcfb0e919171',1,'AU_KM: novascon.c']]],
- ['au_5fsec_33',['au_sec',['../novascon_8h.html#abcfdf85edc41c59ae55c3c45dc9c506a',1,'AU_SEC: novascon.c'],['../novascon_8c.html#abcfdf85edc41c59ae55c3c45dc9c506a',1,'AU_SEC: novascon.c']]],
- ['azimuth_20and_20elevation_20angles_20at_20the_20observing_20location_34',['azimuth and elevation angles at the observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]]
+ ['accuracy_20shortcuts_6',['Reduced accuracy shortcuts',['../index.html#autotoc_md52',1,'']]],
+ ['added_7',['added',['../md_CHANGELOG.html#autotoc_md12',1,'Added'],['../md_CHANGELOG.html#autotoc_md16',1,'Added'],['../md_CHANGELOG.html#autotoc_md8',1,'Added'],['../md_CHANGELOG.html#autotoc_md2',1,'Added']]],
+ ['added_20functionality_8',['Newly added functionality',['../index.html#autotoc_md60',1,'']]],
+ ['added_20in_20v1_201_9',['Added in v1.1',['../index.html#autotoc_md61',1,'']]],
+ ['added_20in_20v1_202_10',['Added in v1.2',['../index.html#autotoc_md62',1,'']]],
+ ['alternative_20methodologies_11',['Note on alternative methodologies',['../index.html#autotoc_md43',1,'']]],
+ ['an_20apparent_20place_20on_20sky_12',['Calculate an apparent place on sky',['../index.html#autotoc_md49',1,'']]],
+ ['and_20declination_13',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md27',1,'']]],
+ ['and_20elevation_20angles_20at_20the_20observing_20location_14',['and elevation angles at the observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]],
+ ['and_20installation_15',['Building and installation',['../index.html#autotoc_md39',1,'']]],
+ ['angles_20at_20the_20observing_20location_16',['angles at the observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]],
+ ['angvel_17',['angvel',['../novascon_8h.html#a088f463ef64dea2727d8ade9b1cd7192',1,'ANGVEL: novascon.c'],['../novascon_8c.html#a088f463ef64dea2727d8ade9b1cd7192',1,'ANGVEL: novascon.c']]],
+ ['api_18',['Refinements to the NOVAS C API',['../index.html#autotoc_md63',1,'']]],
+ ['app_5fplanet_19',['app_planet',['../novas_8h.html#a84516e14b76ec0b8ad5b9a9049a2db81',1,'app_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8c.html#a84516e14b76ec0b8ad5b9a9049a2db81',1,'app_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
+ ['app_5fstar_20',['app_star',['../novas_8h.html#abceec12c6cac2693b45b7778374455f4',1,'app_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8c.html#abceec12c6cac2693b45b7778374455f4',1,'app_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]],
+ ['app_5fto_5fcirs_5fra_21',['app_to_cirs_ra',['../novas_8h.html#a3fa57a154f2f423612736e5e3a5addbf',1,'app_to_cirs_ra(double jd_tt, enum novas_accuracy accuracy, double ra): super.c'],['../super_8c.html#a3fa57a154f2f423612736e5e3a5addbf',1,'app_to_cirs_ra(double jd_tt, enum novas_accuracy accuracy, double ra): super.c']]],
+ ['apparent_20place_20on_20sky_22',['Calculate an apparent place on sky',['../index.html#autotoc_md49',1,'']]],
+ ['apparent_20positions_20on_20sky_23',['Calculate apparent positions on sky',['../md_LEGACY.html#autotoc_md26',1,'']]],
+ ['apparent_20r_20a_20and_20declination_24',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md27',1,'']]],
+ ['application_20with_20supernovas_25',['Building your application with SuperNOVAS',['../index.html#autotoc_md40',1,'']]],
+ ['asec2rad_26',['ASEC2RAD',['../novas_8h.html#a8a0ef80e44076b86bc707e9414d85d76',1,'novas.h']]],
+ ['asec360_27',['ASEC360',['../novas_8h.html#a320b4181c798436981b4520175baad89',1,'novas.h']]],
+ ['astro_5fplanet_28',['astro_planet',['../novas_8h.html#a5ee352727a9c2d181d6bd7d097f965d6',1,'astro_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8c.html#a5ee352727a9c2d181d6bd7d097f965d6',1,'astro_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
+ ['astro_5fstar_29',['astro_star',['../novas_8h.html#a60ea97a77320c52b566f8e8fb5faf304',1,'astro_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8c.html#a60ea97a77320c52b566f8e8fb5faf304',1,'astro_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]],
+ ['astrometric_20positions_20the_20old_20way_30',['SuperNOVAS: Astrometric Positions the Old Way',['../md_LEGACY.html',1,'']]],
+ ['at_20the_20observing_20location_31',['at the observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]],
+ ['au_32',['au',['../novascon_8h.html#a2b9e1ccc1a034cb26b9c794767315346',1,'AU: novascon.c'],['../novascon_8c.html#a2b9e1ccc1a034cb26b9c794767315346',1,'AU: novascon.c']]],
+ ['au_5fkm_33',['au_km',['../novascon_8h.html#a95419ca41731064148e6fcfb0e919171',1,'AU_KM: novascon.c'],['../novascon_8c.html#a95419ca41731064148e6fcfb0e919171',1,'AU_KM: novascon.c']]],
+ ['au_5fsec_34',['au_sec',['../novascon_8h.html#abcfdf85edc41c59ae55c3c45dc9c506a',1,'AU_SEC: novascon.c'],['../novascon_8c.html#abcfdf85edc41c59ae55c3c45dc9c506a',1,'AU_SEC: novascon.c']]],
+ ['azimuth_20and_20elevation_20angles_20at_20the_20observing_20location_35',['azimuth and elevation angles at the observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]]
];
diff --git a/apidoc/html/search/all_5.js b/apidoc/html/search/all_5.js
index afb114af..73353362 100644
--- a/apidoc/html/search/all_5.js
+++ b/apidoc/html/search/all_5.js
@@ -1,11 +1,11 @@
var searchData=
[
- ['b_20azimuth_20and_20elevation_20angles_20at_20the_20observing_20location_0',['B. Azimuth and elevation angles at the observing location',['../md_LEGACY.html#autotoc_md26',1,'']]],
+ ['b_20azimuth_20and_20elevation_20angles_20at_20the_20observing_20location_0',['B. Azimuth and elevation angles at the observing location',['../md_LEGACY.html#autotoc_md28',1,'']]],
['bary2obs_1',['bary2obs',['../novas_8c.html#aada778ddcc75a355b6753f5372775094',1,'bary2obs(const double *pos, const double *pos_obs, double *out, double *lighttime): novas.c'],['../novas_8h.html#aada778ddcc75a355b6753f5372775094',1,'bary2obs(const double *pos, const double *pos_obs, double *out, double *lighttime): novas.c']]],
['baryc_2',['BARYC',['../novas_8h.html#a0c92a54a656043a455ea8ae0ace6c57e',1,'novas.h']]],
['beta_3',['beta',['../structnovas__frame.html#a9424343761f8c4f4c1afe8f5b6bf471b',1,'novas_frame']]],
['buffer_4',['BUFFER',['../eph__manager_8c.html#af1da4b8e59393e73ef0711920e920753',1,'eph_manager.c']]],
- ['building_20and_20installation_5',['Building and installation',['../index.html#autotoc_md37',1,'']]],
- ['building_20your_20application_20with_20supernovas_6',['Building your application with SuperNOVAS',['../index.html#autotoc_md38',1,'']]],
- ['built_20in_20support_20for_20old_20jpl_20major_20planet_20ephemerides_7',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]]
+ ['building_20and_20installation_5',['Building and installation',['../index.html#autotoc_md39',1,'']]],
+ ['building_20your_20application_20with_20supernovas_6',['Building your application with SuperNOVAS',['../index.html#autotoc_md40',1,'']]],
+ ['built_20in_20support_20for_20old_20jpl_20major_20planet_20ephemerides_7',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]]
];
diff --git a/apidoc/html/search/all_6.js b/apidoc/html/search/all_6.js
index f1b0f2ba..a5f7145c 100644
--- a/apidoc/html/search/all_6.js
+++ b/apidoc/html/search/all_6.js
@@ -1,17 +1,17 @@
var searchData=
[
['c_0',['c',['../novascon_8c.html#a9e8a46a0e00368ad98642587ca4ebdbe',1,'C: novascon.c'],['../novascon_8h.html#a9e8a46a0e00368ad98642587ca4ebdbe',1,'C: novascon.c']]],
- ['c_203_201_1',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md35',1,'']]],
- ['c_203_201_20issues_2',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md33',1,'']]],
- ['c_20api_3',['Refinements to the NOVAS C API',['../index.html#autotoc_md60',1,'']]],
+ ['c_203_201_1',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md37',1,'']]],
+ ['c_203_201_20issues_2',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md35',1,'']]],
+ ['c_20api_3',['Refinements to the NOVAS C API',['../index.html#autotoc_md63',1,'']]],
['c_5fauday_4',['c_auday',['../novascon_8c.html#a55379c7fece80070614c09bb218275b6',1,'C_AUDAY: novascon.c'],['../novascon_8h.html#a55379c7fece80070614c09bb218275b6',1,'C_AUDAY: novascon.c']]],
['cal_5fdate_5',['cal_date',['../novas_8c.html#a410a61c67f5893584b09953fa4885fe5',1,'cal_date(double tjd, short *year, short *month, short *day, double *hour): novas.c'],['../novas_8h.html#a410a61c67f5893584b09953fa4885fe5',1,'cal_date(double tjd, short *year, short *month, short *day, double *hour): novas.c']]],
- ['calculate_20an_20apparent_20place_20on_20sky_6',['Calculate an apparent place on sky',['../index.html#autotoc_md47',1,'']]],
- ['calculate_20apparent_20positions_20on_20sky_7',['Calculate apparent positions on sky',['../md_LEGACY.html#autotoc_md24',1,'']]],
- ['calculate_20azimuth_20and_20elevation_20angles_20at_20the_20observing_20location_8',['Calculate azimuth and elevation angles at the observing location',['../index.html#autotoc_md48',1,'']]],
- ['calculating_20positions_20for_20a_20sidereal_20source_9',['calculating positions for a sidereal source',['../md_LEGACY.html#autotoc_md19',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md42',1,'Calculating positions for a sidereal source']]],
- ['calculating_20positions_20for_20a_20solar_20system_20source_10',['calculating positions for a solar system source',['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source']]],
- ['calculations_11',['Multi-threaded calculations',['../index.html#autotoc_md52',1,'']]],
+ ['calculate_20an_20apparent_20place_20on_20sky_6',['Calculate an apparent place on sky',['../index.html#autotoc_md49',1,'']]],
+ ['calculate_20apparent_20positions_20on_20sky_7',['Calculate apparent positions on sky',['../md_LEGACY.html#autotoc_md26',1,'']]],
+ ['calculate_20azimuth_20and_20elevation_20angles_20at_20the_20observing_20location_8',['Calculate azimuth and elevation angles at the observing location',['../index.html#autotoc_md50',1,'']]],
+ ['calculating_20positions_20for_20a_20sidereal_20source_9',['calculating positions for a sidereal source',['../md_LEGACY.html#autotoc_md21',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md44',1,'Calculating positions for a sidereal source']]],
+ ['calculating_20positions_20for_20a_20solar_20system_20source_10',['calculating positions for a solar system source',['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source']]],
+ ['calculations_11',['Multi-threaded calculations',['../index.html#autotoc_md54',1,'']]],
['cat_5fentry_12',['cat_entry',['../structcat__entry.html',1,'']]],
['cat_5fentry_5finit_13',['CAT_ENTRY_INIT',['../novas_8h.html#a0a185da3a347343e5dd21d41a598d0fa',1,'novas.h']]],
['catalog_14',['catalog',['../structcat__entry.html#a128c876f7e50045e1c469dbabb400c58',1,'cat_entry']]],
@@ -20,7 +20,7 @@ var searchData=
['change_5fepoch_17',['CHANGE_EPOCH',['../novas_8h.html#ace5e59ce1564bf6c61946c290bb05367a882f5d97444df44485d360ce298843b1',1,'novas.h']]],
['change_5ficrs_5fto_5fj2000_18',['CHANGE_ICRS_TO_J2000',['../novas_8h.html#ace5e59ce1564bf6c61946c290bb05367a1b1e38f90bc3bc3c9f1c04aa2c959444',1,'novas.h']]],
['change_5fj2000_5fto_5ficrs_19',['CHANGE_J2000_TO_ICRS',['../novas_8h.html#ace5e59ce1564bf6c61946c290bb05367a84da44f7510d8c99353b1b1c6bb4faf8',1,'novas.h']]],
- ['changed_20',['changed',['../md_CHANGELOG.html#autotoc_md3',1,'Changed'],['../md_CHANGELOG.html#autotoc_md7',1,'Changed'],['../md_CHANGELOG.html#autotoc_md11',1,'Changed'],['../md_CHANGELOG.html#autotoc_md15',1,'Changed']]],
+ ['changed_20',['changed',['../md_CHANGELOG.html#autotoc_md5',1,'Changed'],['../md_CHANGELOG.html#autotoc_md9',1,'Changed'],['../md_CHANGELOG.html#autotoc_md13',1,'Changed'],['../md_CHANGELOG.html#autotoc_md17',1,'Changed']]],
['changelog_21',['Changelog',['../md_CHANGELOG.html',1,'']]],
['cio_5farray_22',['cio_array',['../novas_8h.html#a2ed632ae8df4a3737c200c96fe2362e2',1,'cio_array(double jd_tdb, long n_pts, ra_of_cio *cio): novas.c'],['../novas_8c.html#a2ed632ae8df4a3737c200c96fe2362e2',1,'cio_array(double jd_tdb, long n_pts, ra_of_cio *cio): novas.c']]],
['cio_5fbasis_23',['cio_basis',['../novas_8c.html#a07f83fbb8a57cf442c264ecdc979475e',1,'cio_basis(double jd_tdb, double ra_cio, enum novas_cio_location_type loc_type, enum novas_accuracy accuracy, double *x, double *y, double *z): novas.c'],['../novas_8h.html#a07f83fbb8a57cf442c264ecdc979475e',1,'cio_basis(double jd_tdb, double ra_cio, enum novas_cio_location_type loc_type, enum novas_accuracy accuracy, double *x, double *y, double *z): novas.c']]],
@@ -32,9 +32,9 @@ var searchData=
['cirs_5fto_5fgcrs_29',['cirs_to_gcrs',['../novas_8h.html#ad0db0cf9077844f6f1df94a46972c8f2',1,'cirs_to_gcrs(double jd_tt, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8c.html#ac0ba048cd1732d0d0398397396d158bc',1,'cirs_to_gcrs(double jd_tdb, enum novas_accuracy accuracy, const double *in, double *out): novas.c']]],
['cirs_5fto_5fitrs_30',['cirs_to_itrs',['../novas_8h.html#aa2768d89d499a7155f90a6fd8c176d8d',1,'cirs_to_itrs(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c'],['../super_8c.html#aa2768d89d499a7155f90a6fd8c176d8d',1,'cirs_to_itrs(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c']]],
['cirs_5fto_5ftod_31',['cirs_to_tod',['../novas_8h.html#a9cac4f3a18d4c14939519e7123b4d504',1,'cirs_to_tod(double jd_tt, enum novas_accuracy accuracy, const double *in, double *out): super.c'],['../super_8c.html#a9cac4f3a18d4c14939519e7123b4d504',1,'cirs_to_tod(double jd_tt, enum novas_accuracy accuracy, const double *in, double *out): super.c']]],
- ['compatibility_20with_20novas_20c_203_201_32',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md35',1,'']]],
- ['considerations_33',['Performance considerations',['../index.html#autotoc_md51',1,'']]],
- ['contents_34',['Table of Contents',['../index.html#autotoc_md28',1,'']]],
+ ['compatibility_20with_20novas_20c_203_201_32',['Compatibility with NOVAS C 3.1',['../index.html#autotoc_md37',1,'']]],
+ ['considerations_33',['Performance considerations',['../index.html#autotoc_md53',1,'']]],
+ ['contents_34',['Table of Contents',['../index.html#autotoc_md30',1,'']]],
['contributing_20to_20supernovas_35',['Contributing to SuperNOVAS',['../md_CONTRIBUTING.html',1,'']]],
- ['custom_20ephemeris_20functions_36',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md67',1,'']]]
+ ['custom_20ephemeris_20functions_36',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md70',1,'']]]
];
diff --git a/apidoc/html/search/all_7.js b/apidoc/html/search/all_7.js
index 7f14da81..c1e1a32f 100644
--- a/apidoc/html/search/all_7.js
+++ b/apidoc/html/search/all_7.js
@@ -3,17 +3,17 @@ var searchData=
['d_0',['D',['../structnovas__delaunay__args.html#ad8657a5ec76e12f3066fb4b4eb75ace9',1,'novas_delaunay_args']]],
['d_5flight_1',['d_light',['../novas_8h.html#ad799864f637c483fb49491bde5a93e25',1,'d_light(const double *pos_src, const double *pos_body): novas.c'],['../novas_8c.html#ad799864f637c483fb49491bde5a93e25',1,'d_light(const double *pos_src, const double *pos_body): novas.c']]],
['da0_2',['DA0',['../frames_8c.html#a850d4988b6e1ee4e16274b2c723f93c4',1,'frames.c']]],
- ['data_20or_20services_3',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]],
- ['data_20service_20integration_4',['Universal ephemeris data / service integration',['../index.html#autotoc_md63',1,'']]],
+ ['data_20or_20services_3',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]],
+ ['data_20service_20integration_4',['Universal ephemeris data / service integration',['../index.html#autotoc_md66',1,'']]],
['de405_5fau_5',['DE405_AU',['../novas_8h.html#af303bf91582509624aa40c6a87eb95ac',1,'novas.h']]],
- ['debug_20support_6',['Runtime debug support',['../index.html#autotoc_md69',1,'']]],
+ ['debug_20support_6',['Runtime debug support',['../index.html#autotoc_md72',1,'']]],
['dec_7',['dec',['../structsky__pos.html#ac4ae7989694321b540abb75c30eec690',1,'sky_pos::dec'],['../structcat__entry.html#ac4ae7989694321b540abb75c30eec690',1,'cat_entry::dec']]],
- ['declination_8',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md25',1,'']]],
+ ['declination_8',['A. True apparent R.A. and declination',['../md_LEGACY.html#autotoc_md27',1,'']]],
['default_5fcio_5flocator_5ffile_9',['DEFAULT_CIO_LOCATOR_FILE',['../novas_8h.html#a4caf1f6e33a208827eb99df7e387d6d1',1,'novas.h']]],
['default_5fgrav_5fbodies_5ffull_5faccuracy_10',['DEFAULT_GRAV_BODIES_FULL_ACCURACY',['../novas_8h.html#a4cb74da554b236c835302480688cfaac',1,'novas.h']]],
['default_5fgrav_5fbodies_5freduced_5faccuracy_11',['DEFAULT_GRAV_BODIES_REDUCED_ACCURACY',['../novas_8h.html#aec64bf67d5a03b2b4fb2583e5918f1de',1,'novas.h']]],
['deg2rad_12',['DEG2RAD',['../novas_8h.html#af7e8592d0a634bd3642e9fd508ea8022',1,'novas.h']]],
- ['deprecated_13',['Deprecated',['../md_CHANGELOG.html#autotoc_md16',1,'']]],
+ ['deprecated_13',['Deprecated',['../md_CHANGELOG.html#autotoc_md18',1,'']]],
['deprecated_20list_14',['Deprecated List',['../deprecated.html',1,'']]],
['deps0_15',['deps0',['../structnovas__frame.html#afb1bb47af5a00647759b897f72a68b58',1,'novas_frame']]],
['dis_16',['dis',['../structsky__pos.html#aeedff25e8c80502a891e8af33d35b3c0',1,'sky_pos']]],
diff --git a/apidoc/html/search/all_8.js b/apidoc/html/search/all_8.js
index f0eb1f44..697cdf9d 100644
--- a/apidoc/html/search/all_8.js
+++ b/apidoc/html/search/all_8.js
@@ -1,7 +1,7 @@
var searchData=
[
['e_5ftilt_0',['e_tilt',['../novas_8h.html#a6408979487e7fdf65fe7902b0400ce87',1,'e_tilt(double jd_tdb, enum novas_accuracy accuracy, double *mobl, double *tobl, double *ee, double *dpsi, double *deps): novas.c'],['../novas_8c.html#a6408979487e7fdf65fe7902b0400ce87',1,'e_tilt(double jd_tdb, enum novas_accuracy accuracy, double *mobl, double *tobl, double *ee, double *dpsi, double *deps): novas.c']]],
- ['earth_20orientation_20parameters_1',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md23',1,'']]],
+ ['earth_20orientation_20parameters_1',['Specify Earth orientation parameters',['../md_LEGACY.html#autotoc_md25',1,'']]],
['earth_5fpos_2',['earth_pos',['../structnovas__frame.html#aa3a3023bf2e8babb456b88391441c3dc',1,'novas_frame']]],
['earth_5fsun_5fcalc_3',['earth_sun_calc',['../solsys3_8c.html#ab5d74f84f8e75e90dfc30ebde562d076',1,'earth_sun_calc(double jd_tdb, enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys3.c'],['../solarsystem_8h.html#ab5d74f84f8e75e90dfc30ebde562d076',1,'earth_sun_calc(double jd_tdb, enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys3.c']]],
['earth_5fsun_5fcalc_5fhp_4',['earth_sun_calc_hp',['../solsys3_8c.html#a3e6398e29968a48f9de090e82423750f',1,'earth_sun_calc_hp(const double jd_tdb[2], enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys3.c'],['../solarsystem_8h.html#a3e6398e29968a48f9de090e82423750f',1,'earth_sun_calc_hp(const double jd_tdb[2], enum novas_planet body, enum novas_origin origin, double *position, double *velocity): solsys3.c']]],
@@ -10,18 +10,18 @@ var searchData=
['ecl2equ_5fvec_7',['ecl2equ_vec',['../novas_8c.html#a6fa1eada41005ac70290d0bb5df1ec26',1,'ecl2equ_vec(double jd_tt, enum novas_equator_type coord_sys, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8h.html#a6fa1eada41005ac70290d0bb5df1ec26',1,'ecl2equ_vec(double jd_tt, enum novas_equator_type coord_sys, enum novas_accuracy accuracy, const double *in, double *out): novas.c']]],
['ee_8',['ee',['../structnovas__frame.html#a622800443dfc347bd82d3752ec60c771',1,'novas_frame']]],
['ee_5fct_9',['ee_ct',['../novas_8c.html#add7a260017fad0d59c943a0a8d935fcf',1,'ee_ct(double jd_tt_high, double jd_tt_low, enum novas_accuracy accuracy): novas.c'],['../novas_8h.html#add7a260017fad0d59c943a0a8d935fcf',1,'ee_ct(double jd_tt_high, double jd_tt_low, enum novas_accuracy accuracy): novas.c']]],
- ['elevation_20angles_20at_20the_20observing_20location_10',['elevation angles at the observing location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location']]],
+ ['elevation_20angles_20at_20the_20observing_20location_10',['elevation angles at the observing location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location']]],
['em_5fratio_11',['EM_RATIO',['../eph__manager_8c.html#ad13d93611f33badca5f954f0b7c9c1a3',1,'eph_manager.c']]],
['enable_5fearth_5fsun_5fhp_12',['enable_earth_sun_hp',['../solarsystem_8h.html#a279bca0519117cee9a3bd4382f38e7ad',1,'enable_earth_sun_hp(int value): solsys3.c'],['../solsys3_8c.html#a279bca0519117cee9a3bd4382f38e7ad',1,'enable_earth_sun_hp(int value): solsys3.c']]],
- ['eph_5fmanager_20tt_13',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md65',1,'']]],
+ ['eph_5fmanager_20tt_13',['Planets via <tt>eph_manager</tt>',['../index.html#autotoc_md68',1,'']]],
['eph_5fmanager_2ec_14',['eph_manager.c',['../eph__manager_8c.html',1,'']]],
['ephem_5fclose_15',['ephem_close',['../eph__manager_8c.html#a333da81ba7453316e26f32f628fefc0e',1,'eph_manager.c']]],
['ephem_5fopen_16',['ephem_open',['../eph__manager_8c.html#aabd581657809499fb433e4f9f56ace80',1,'eph_manager.c']]],
- ['ephemerides_17',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
+ ['ephemerides_17',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
['ephemeris_18',['ephemeris',['../novas_8c.html#a3221fff69d0ca52ae4694ec3ab0368ad',1,'ephemeris(const double *jd_tdb, const object *body, enum novas_origin origin, enum novas_accuracy accuracy, double *pos, double *vel): novas.c'],['../novas_8h.html#a3221fff69d0ca52ae4694ec3ab0368ad',1,'ephemeris(const double *jd_tdb, const object *body, enum novas_origin origin, enum novas_accuracy accuracy, double *pos, double *vel): novas.c']]],
- ['ephemeris_20data_20or_20services_19',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]],
- ['ephemeris_20data_20service_20integration_20',['Universal ephemeris data / service integration',['../index.html#autotoc_md63',1,'']]],
- ['ephemeris_20functions_21',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md67',1,'']]],
+ ['ephemeris_20data_20or_20services_19',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]],
+ ['ephemeris_20data_20service_20integration_20',['Universal ephemeris data / service integration',['../index.html#autotoc_md66',1,'']]],
+ ['ephemeris_20functions_21',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md70',1,'']]],
['ephfile_22',['EPHFILE',['../eph__manager_8c.html#ab690dba61a7445d8db2c104883fb0fe6',1,'eph_manager.c']]],
['eps_5fcor_23',['EPS_COR',['../novas_8c.html#ac063b61c63e78a4864f2baa4606bab36',1,'novas.c']]],
['equ2ecl_24',['equ2ecl',['../novas_8c.html#a98e8713c3a4cc14363246a3da757ddcd',1,'equ2ecl(double jd_tt, enum novas_equator_type coord_sys, enum novas_accuracy accuracy, double ra, double dec, double *elon, double *elat): novas.c'],['../novas_8h.html#a98e8713c3a4cc14363246a3da757ddcd',1,'equ2ecl(double jd_tt, enum novas_equator_type coord_sys, enum novas_accuracy accuracy, double ra, double dec, double *elon, double *elat): novas.c']]],
@@ -33,7 +33,7 @@ var searchData=
['erot_5fera_30',['EROT_ERA',['../novas_8h.html#a9e882d9c9055f187d3a8dc9b019f0609ab07b6e5ed11fd50e7c2287b5b6626b46',1,'novas.h']]],
['erot_5fgst_31',['EROT_GST',['../novas_8h.html#a9e882d9c9055f187d3a8dc9b019f0609a1d56a4fb59b567049ed1937bfcdf0f62',1,'novas.h']]],
['eta0_32',['ETA0',['../frames_8c.html#ac3263879bdfa579845d9bf404ab20208',1,'frames.c']]],
- ['example_20usage_33',['Example usage',['../index.html#autotoc_md40',1,'']]],
- ['explicit_20linking_20of_20custom_20ephemeris_20functions_34',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md67',1,'']]],
- ['external_20solar_20system_20ephemeris_20data_20or_20services_35',['External Solar-system ephemeris data or services',['../index.html#autotoc_md62',1,'']]]
+ ['example_20usage_33',['Example usage',['../index.html#autotoc_md42',1,'']]],
+ ['explicit_20linking_20of_20custom_20ephemeris_20functions_34',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md70',1,'']]],
+ ['external_20solar_20system_20ephemeris_20data_20or_20services_35',['External Solar-system ephemeris data or services',['../index.html#autotoc_md65',1,'']]]
];
diff --git a/apidoc/html/search/all_9.js b/apidoc/html/search/all_9.js
index 8be21c5d..1468d66f 100644
--- a/apidoc/html/search/all_9.js
+++ b/apidoc/html/search/all_9.js
@@ -1,21 +1,21 @@
var searchData=
[
['f_0',['f',['../structnovas__delaunay__args.html#ae3520ebb3ff8d6feab3e6afb47ed4040',1,'novas_delaunay_args::F'],['../novascon_8c.html#a480d6423b1e9ca40c69c5a83458b49b0',1,'F: novascon.c'],['../novascon_8h.html#a480d6423b1e9ca40c69c5a83458b49b0',1,'F: novascon.c']]],
- ['features_1',['SuperNOVAS specific features',['../index.html#autotoc_md57',1,'']]],
- ['fixed_2',['fixed',['../md_CHANGELOG.html#autotoc_md5',1,'Fixed'],['../md_CHANGELOG.html#autotoc_md13',1,'Fixed'],['../md_CHANGELOG.html#autotoc_md9',1,'Fixed'],['../md_CHANGELOG.html#autotoc_md2',1,'Fixed']]],
- ['fixed_20novas_20c_203_201_20issues_3',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md33',1,'']]],
+ ['features_1',['SuperNOVAS specific features',['../index.html#autotoc_md59',1,'']]],
+ ['fixed_2',['fixed',['../md_CHANGELOG.html#autotoc_md7',1,'Fixed'],['../md_CHANGELOG.html#autotoc_md15',1,'Fixed'],['../md_CHANGELOG.html#autotoc_md11',1,'Fixed'],['../md_CHANGELOG.html#autotoc_md4',1,'Fixed']]],
+ ['fixed_20novas_20c_203_201_20issues_3',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md35',1,'']]],
['fjd_5ftt_4',['fjd_tt',['../structnovas__timespec.html#a696e598955615f729a92870c8213a10c',1,'novas_timespec']]],
['fn0_5',['FN0',['../novascon_8h.html#a2d8f405dc66e829e1869bea6ffb86a44',1,'novascon.h']]],
['fn1_6',['FN1',['../novascon_8h.html#af275414414fd105a1702ca74374d1f70',1,'novascon.h']]],
- ['for_20a_20sidereal_20source_7',['for a sidereal source',['../md_LEGACY.html#autotoc_md19',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md42',1,'Calculating positions for a sidereal source']]],
- ['for_20a_20solar_20system_20source_8',['for a solar system source',['../index.html#autotoc_md49',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md27',1,'Calculating positions for a Solar-system source']]],
- ['for_20old_20jpl_20major_20planet_20ephemerides_9',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
- ['fortran_20interface_10',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
- ['frame_11',['frame',['../structnovas__transform.html#aa4ab682491bbdc54f9fbf6a26c8245a1',1,'novas_transform::frame'],['../index.html#autotoc_md46',1,'Set up the observing frame']]],
+ ['for_20a_20sidereal_20source_7',['for a sidereal source',['../md_LEGACY.html#autotoc_md21',1,'Calculating positions for a sidereal source'],['../index.html#autotoc_md44',1,'Calculating positions for a sidereal source']]],
+ ['for_20a_20solar_20system_20source_8',['for a solar system source',['../index.html#autotoc_md51',1,'Calculating positions for a Solar-system source'],['../md_LEGACY.html#autotoc_md29',1,'Calculating positions for a Solar-system source']]],
+ ['for_20old_20jpl_20major_20planet_20ephemerides_9',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
+ ['fortran_20interface_10',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
+ ['frame_11',['frame',['../structnovas__transform.html#aa4ab682491bbdc54f9fbf6a26c8245a1',1,'novas_transform::frame'],['../index.html#autotoc_md48',1,'Set up the observing frame']]],
['frame_5ftie_12',['frame_tie',['../novas_8c.html#aa11d2253a44261370af8d0c32f0715e9',1,'frame_tie(const double *in, enum novas_frametie_direction direction, double *out): novas.c'],['../novas_8h.html#aa11d2253a44261370af8d0c32f0715e9',1,'frame_tie(const double *in, enum novas_frametie_direction direction, double *out): novas.c']]],
['frames_2ec_13',['frames.c',['../frames_8c.html',1,'']]],
['from_5fsystem_14',['from_system',['../structnovas__transform.html#a5fe73fdfdc0f8933168a1c50df2db4ed',1,'novas_transform']]],
- ['functionality_15',['Newly added functionality',['../index.html#autotoc_md58',1,'']]],
- ['functions_16',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md67',1,'']]],
+ ['functionality_15',['Newly added functionality',['../index.html#autotoc_md60',1,'']]],
+ ['functions_16',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md70',1,'']]],
['fund_5fargs_17',['fund_args',['../novas_8h.html#aaac686274606e79ba666f94306eece8b',1,'fund_args(double t, novas_delaunay_args *a): novas.c'],['../novas_8c.html#aaac686274606e79ba666f94306eece8b',1,'fund_args(double t, novas_delaunay_args *a): novas.c']]]
];
diff --git a/apidoc/html/search/all_a.js b/apidoc/html/search/all_a.js
index 5b71c6ff..b4a62f69 100644
--- a/apidoc/html/search/all_a.js
+++ b/apidoc/html/search/all_a.js
@@ -8,15 +8,16 @@ var searchData=
['ge_5',['ge',['../novascon_8c.html#a0ee5d7a271610d60ec10f180747886eb',1,'GE: novascon.c'],['../novascon_8h.html#a0ee5d7a271610d60ec10f180747886eb',1,'GE: novascon.c']]],
['geo_5fposvel_6',['geo_posvel',['../novas_8c.html#a581ef7bb3d2261a105d7086fc1768c97',1,'geo_posvel(double jd_tt, double ut1_to_tt, enum novas_accuracy accuracy, const observer *obs, double *pos, double *vel): novas.c'],['../novas_8h.html#a581ef7bb3d2261a105d7086fc1768c97',1,'geo_posvel(double jd_tt, double ut1_to_tt, enum novas_accuracy accuracy, const observer *obs, double *pos, double *vel): novas.c']]],
['get_5fephem_5fprovider_7',['get_ephem_provider',['../novas_8c.html#aa6fad38297a49ba78a6bd49cedf889b1',1,'get_ephem_provider(): novas.c'],['../solarsystem_8h.html#aa6fad38297a49ba78a6bd49cedf889b1',1,'get_ephem_provider(): novas.c']]],
- ['get_5fut1_5fto_5ftt_8',['get_ut1_to_tt',['../novas_8h.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c'],['../super_8c.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c']]],
- ['get_5futc_5fto_5ftt_9',['get_utc_to_tt',['../super_8c.html#ab7611704bab9ce717744a8b5575c5378',1,'get_utc_to_tt(int leap_seconds): super.c'],['../novas_8h.html#ab7611704bab9ce717744a8b5575c5378',1,'get_utc_to_tt(int leap_seconds): super.c']]],
+ ['get_5fut1_5fto_5ftt_8',['get_ut1_to_tt',['../super_8c.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c'],['../novas_8h.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c']]],
+ ['get_5futc_5fto_5ftt_9',['get_utc_to_tt',['../novas_8h.html#ab7611704bab9ce717744a8b5575c5378',1,'get_utc_to_tt(int leap_seconds): super.c'],['../super_8c.html#ab7611704bab9ce717744a8b5575c5378',1,'get_utc_to_tt(int leap_seconds): super.c']]],
['grav_5fbodies_5ffull_5faccuracy_10',['grav_bodies_full_accuracy',['../novas_8c.html#a18647d39520d1a15a137661f698cb12a',1,'grav_bodies_full_accuracy: novas.c'],['../novas_8h.html#a18647d39520d1a15a137661f698cb12a',1,'grav_bodies_full_accuracy: novas.c']]],
['grav_5fbodies_5freduced_5faccuracy_11',['grav_bodies_reduced_accuracy',['../novas_8c.html#a03a4df8961a0cd05f89aca478d2dcd24',1,'grav_bodies_reduced_accuracy: novas.c'],['../novas_8h.html#a03a4df8961a0cd05f89aca478d2dcd24',1,'grav_bodies_reduced_accuracy: novas.c']]],
- ['grav_5fdef_12',['grav_def',['../novas_8h.html#a48f90ac20950507fad9b880a7f7f2383',1,'grav_def(double jd_tdb, enum novas_observer_place unused, enum novas_accuracy accuracy, const double *pos_src, const double *pos_obs, double *out): novas.c'],['../novas_8c.html#a48f90ac20950507fad9b880a7f7f2383',1,'grav_def(double jd_tdb, enum novas_observer_place unused, enum novas_accuracy accuracy, const double *pos_src, const double *pos_obs, double *out): novas.c']]],
+ ['grav_5fdef_12',['grav_def',['../novas_8c.html#a48f90ac20950507fad9b880a7f7f2383',1,'grav_def(double jd_tdb, enum novas_observer_place unused, enum novas_accuracy accuracy, const double *pos_src, const double *pos_obs, double *out): novas.c'],['../novas_8h.html#a48f90ac20950507fad9b880a7f7f2383',1,'grav_def(double jd_tdb, enum novas_observer_place unused, enum novas_accuracy accuracy, const double *pos_src, const double *pos_obs, double *out): novas.c']]],
['grav_5fplanets_13',['grav_planets',['../novas_8c.html#aa798460894aa44f8564569d9ea4bf1ef',1,'grav_planets(const double *pos_src, const double *pos_obs, const novas_planet_bundle *planets, double *out): novas.c'],['../novas_8h.html#aa798460894aa44f8564569d9ea4bf1ef',1,'grav_planets(const double *pos_src, const double *pos_obs, const novas_planet_bundle *planets, double *out): novas.c']]],
- ['grav_5fundef_14',['grav_undef',['../super_8c.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c'],['../novas_8h.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c']]],
- ['grav_5fundo_5fplanets_15',['grav_undo_planets',['../super_8c.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c'],['../novas_8h.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c']]],
- ['grav_5fvec_16',['grav_vec',['../novas_8c.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c'],['../novas_8h.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c']]],
- ['gs_17',['gs',['../novascon_8h.html#a5060445c439eb63c5fb506fa625ca343',1,'GS: novascon.c'],['../novascon_8c.html#a5060445c439eb63c5fb506fa625ca343',1,'GS: novascon.c']]],
- ['gst_18',['gst',['../structnovas__frame.html#aef07d7946615098b170225edc81bd4a7',1,'novas_frame']]]
+ ['grav_5fredshift_14',['grav_redshift',['../super_8c.html#a3ce6b306bc183387d0aaac97abbd82e8',1,'grav_redshift(double M_kg, double r_m): super.c'],['../novas_8h.html#a3ce6b306bc183387d0aaac97abbd82e8',1,'grav_redshift(double M_kg, double r_m): super.c']]],
+ ['grav_5fundef_15',['grav_undef',['../super_8c.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c'],['../novas_8h.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c']]],
+ ['grav_5fundo_5fplanets_16',['grav_undo_planets',['../super_8c.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c'],['../novas_8h.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c']]],
+ ['grav_5fvec_17',['grav_vec',['../novas_8c.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c'],['../novas_8h.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c']]],
+ ['gs_18',['gs',['../novascon_8c.html#a5060445c439eb63c5fb506fa625ca343',1,'GS: novascon.c'],['../novascon_8h.html#a5060445c439eb63c5fb506fa625ca343',1,'GS: novascon.c']]],
+ ['gst_19',['gst',['../structnovas__frame.html#aef07d7946615098b170225edc81bd4a7',1,'novas_frame']]]
];
diff --git a/apidoc/html/search/all_c.js b/apidoc/html/search/all_c.js
index 48abf420..bc955604 100644
--- a/apidoc/html/search/all_c.js
+++ b/apidoc/html/search/all_c.js
@@ -4,20 +4,21 @@ var searchData=
['iau2000b_1',['iau2000b',['../nutation_8c.html#ae1a30706385dd901d96d28c816b51c87',1,'iau2000b(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c'],['../nutation_8h.html#ae1a30706385dd901d96d28c816b51c87',1,'iau2000b(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c']]],
['icrs_5fto_5fj2000_2',['icrs_to_j2000',['../structnovas__frame.html#aae2b172beac21d0c2a5f256bc8ad40bc',1,'novas_frame::icrs_to_j2000'],['../novas_8h.html#ae8b91a9b4fe4af63c7054d1eacdb996ea8557604d6604356e6620b42f78aec999',1,'ICRS_TO_J2000: novas.h']]],
['ijd_5ftt_3',['ijd_tt',['../structnovas__timespec.html#ab1b769234049ec8d7cdbb22800116184',1,'novas_timespec']]],
- ['in_20support_20for_20old_20jpl_20major_20planet_20ephemerides_4',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
- ['in_20v1_201_5',['Added in v1.1',['../index.html#autotoc_md59',1,'']]],
- ['in_5fspace_6',['in_space',['../structin__space.html',1,'']]],
- ['in_5fspace_5finit_7',['IN_SPACE_INIT',['../novas_8h.html#a406038a5cbe32b7e0e7233f6145e4cf5',1,'novas.h']]],
- ['installation_8',['Building and installation',['../index.html#autotoc_md37',1,'']]],
- ['integration_9',['Universal ephemeris data / service integration',['../index.html#autotoc_md63',1,'']]],
- ['interest_10',['interest',['../index.html#autotoc_md43',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md20',1,'Specify the object of interest']]],
- ['interface_11',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
- ['interpolate_12',['interpolate',['../eph__manager_8c.html#aeda97db4dfac1a80c97ab2f3fb42b4a9',1,'eph_manager.c']]],
- ['introduction_13',['Introduction',['../index.html#autotoc_md30',1,'']]],
- ['ipt_14',['IPT',['../eph__manager_8c.html#a3e671032c94fa64bb397d6166fef36f7',1,'eph_manager.c']]],
- ['ira_5fequinox_15',['ira_equinox',['../novas_8h.html#aea0e1028baf14d16d9de800e36a17086',1,'ira_equinox(double jd_tdb, enum novas_equinox_type equinox, enum novas_accuracy accuracy): novas.c'],['../novas_8c.html#aea0e1028baf14d16d9de800e36a17086',1,'ira_equinox(double jd_tdb, enum novas_equinox_type equinox, enum novas_accuracy accuracy): novas.c']]],
- ['issues_16',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md33',1,'']]],
- ['itrs_5fto_5fcirs_17',['itrs_to_cirs',['../novas_8h.html#a12953f66c0f774284f0700ae785784d0',1,'itrs_to_cirs(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c'],['../super_8c.html#a12953f66c0f774284f0700ae785784d0',1,'itrs_to_cirs(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c']]],
- ['itrs_5fto_5fhor_18',['itrs_to_hor',['../novas_8h.html#a296fcf0239f66eb19732f5072fed6d6e',1,'itrs_to_hor(const on_surface *location, const double *itrs, double *az, double *za): super.c'],['../super_8c.html#a296fcf0239f66eb19732f5072fed6d6e',1,'itrs_to_hor(const on_surface *location, const double *itrs, double *az, double *za): super.c']]],
- ['itrs_5fto_5ftod_19',['itrs_to_tod',['../super_8c.html#a3f6ae564cfac3766a21e0754905e5f7c',1,'itrs_to_tod(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c'],['../novas_8h.html#a3f6ae564cfac3766a21e0754905e5f7c',1,'itrs_to_tod(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c']]]
+ ['in_20support_20for_20old_20jpl_20major_20planet_20ephemerides_4',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
+ ['in_20v1_201_5',['Added in v1.1',['../index.html#autotoc_md61',1,'']]],
+ ['in_20v1_202_6',['Added in v1.2',['../index.html#autotoc_md62',1,'']]],
+ ['in_5fspace_7',['in_space',['../structin__space.html',1,'']]],
+ ['in_5fspace_5finit_8',['IN_SPACE_INIT',['../novas_8h.html#a406038a5cbe32b7e0e7233f6145e4cf5',1,'novas.h']]],
+ ['installation_9',['Building and installation',['../index.html#autotoc_md39',1,'']]],
+ ['integration_10',['Universal ephemeris data / service integration',['../index.html#autotoc_md66',1,'']]],
+ ['interest_11',['interest',['../index.html#autotoc_md45',1,'Specify the object of interest'],['../md_LEGACY.html#autotoc_md22',1,'Specify the object of interest']]],
+ ['interface_12',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
+ ['interpolate_13',['interpolate',['../eph__manager_8c.html#aeda97db4dfac1a80c97ab2f3fb42b4a9',1,'eph_manager.c']]],
+ ['introduction_14',['Introduction',['../index.html#autotoc_md32',1,'']]],
+ ['ipt_15',['IPT',['../eph__manager_8c.html#a3e671032c94fa64bb397d6166fef36f7',1,'eph_manager.c']]],
+ ['ira_5fequinox_16',['ira_equinox',['../novas_8h.html#aea0e1028baf14d16d9de800e36a17086',1,'ira_equinox(double jd_tdb, enum novas_equinox_type equinox, enum novas_accuracy accuracy): novas.c'],['../novas_8c.html#aea0e1028baf14d16d9de800e36a17086',1,'ira_equinox(double jd_tdb, enum novas_equinox_type equinox, enum novas_accuracy accuracy): novas.c']]],
+ ['issues_17',['Fixed NOVAS C 3.1 issues',['../index.html#autotoc_md35',1,'']]],
+ ['itrs_5fto_5fcirs_18',['itrs_to_cirs',['../novas_8h.html#a12953f66c0f774284f0700ae785784d0',1,'itrs_to_cirs(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c'],['../super_8c.html#a12953f66c0f774284f0700ae785784d0',1,'itrs_to_cirs(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c']]],
+ ['itrs_5fto_5fhor_19',['itrs_to_hor',['../novas_8h.html#a296fcf0239f66eb19732f5072fed6d6e',1,'itrs_to_hor(const on_surface *location, const double *itrs, double *az, double *za): super.c'],['../super_8c.html#a296fcf0239f66eb19732f5072fed6d6e',1,'itrs_to_hor(const on_surface *location, const double *itrs, double *az, double *za): super.c']]],
+ ['itrs_5fto_5ftod_20',['itrs_to_tod',['../super_8c.html#a3f6ae564cfac3766a21e0754905e5f7c',1,'itrs_to_tod(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c'],['../novas_8h.html#a3f6ae564cfac3766a21e0754905e5f7c',1,'itrs_to_tod(double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out): super.c']]]
];
diff --git a/apidoc/html/search/all_d.js b/apidoc/html/search/all_d.js
index 5774ad96..8dd4ca8b 100644
--- a/apidoc/html/search/all_d.js
+++ b/apidoc/html/search/all_d.js
@@ -4,8 +4,8 @@ var searchData=
['j2000_5fto_5ficrs_1',['J2000_TO_ICRS',['../novas_8h.html#ae8b91a9b4fe4af63c7054d1eacdb996ea7e5dc966849295dce29fb339b960da4f',1,'novas.h']]],
['j2000_5fto_5ftod_2',['j2000_to_tod',['../novas_8c.html#a02fa1ee652c20160055cbd2c7bd9ca63',1,'j2000_to_tod(double jd_tdb, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8h.html#ad214e87caefca35f5f3af7f643f25c73',1,'j2000_to_tod(double jd_tt, enum novas_accuracy accuracy, const double *in, double *out): novas.c']]],
['jd_5ftdb_3',['jd_tdb',['../structra__of__cio.html#a0aefc536698706b7f8a15f23168c3486',1,'ra_of_cio']]],
- ['jpl_20major_20planet_20ephemerides_4',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md64',1,'']]],
- ['jpl_20s_20tt_20pleph_20tt_20fortran_20interface_5',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md66',1,'']]],
+ ['jpl_20major_20planet_20ephemerides_4',['Built-in support for (old) JPL major planet ephemerides',['../index.html#autotoc_md67',1,'']]],
+ ['jpl_20s_20tt_20pleph_20tt_20fortran_20interface_5',['Planets via JPL's <tt>pleph</tt> FORTRAN interface',['../index.html#autotoc_md69',1,'']]],
['jplau_6',['JPLAU',['../eph__manager_8c.html#a3827e48de0de48feb5b52444d03983d3',1,'eph_manager.c']]],
['jplihp_5f_7',['jplihp_',['../solsys2_8c.html#a14752a69e14c399d5ee82e83f22acf68',1,'solsys2.c']]],
['jplint_5f_8',['jplint_',['../solsys2_8c.html#ab53652c0e203b166427464ee1691c236',1,'solsys2.c']]],
diff --git a/apidoc/html/search/all_f.js b/apidoc/html/search/all_f.js
index d1aeba2f..7677cba2 100644
--- a/apidoc/html/search/all_f.js
+++ b/apidoc/html/search/all_f.js
@@ -6,12 +6,12 @@ var searchData=
['light_5ftime_3',['light_time',['../novas_8c.html#ac37988ea091479b766590e472293439b',1,'light_time(double jd_tdb, const object *body, const double *pos_obs, double tlight0, enum novas_accuracy accuracy, double *pos_src_obs, double *tlight): novas.c'],['../novas_8h.html#ac37988ea091479b766590e472293439b',1,'light_time(double jd_tdb, const object *body, const double *pos_obs, double tlight0, enum novas_accuracy accuracy, double *pos_src_obs, double *tlight): novas.c']]],
['light_5ftime2_4',['light_time2',['../novas_8c.html#a8a93137b6201bedd8d47cc954684ebe3',1,'light_time2(double jd_tdb, const object *body, const double *pos_obs, double tlight0, enum novas_accuracy accuracy, double *p_src_obs, double *v_ssb, double *tlight): novas.c'],['../novas_8h.html#ac800815a32e81e7befdb828c29d1efcc',1,'light_time2(double jd_tdb, const object *body, const double *pos_obs, double tlight0, enum novas_accuracy accuracy, double *pos_src_obs, double *v_ssb, double *tlight): novas.c']]],
['limb_5fangle_5',['limb_angle',['../novas_8c.html#a0e4364546c40854eb63211bd6cd0e70b',1,'limb_angle(const double *pos_src, const double *pos_obs, double *limb_ang, double *nadir_ang): novas.c'],['../novas_8h.html#a0e4364546c40854eb63211bd6cd0e70b',1,'limb_angle(const double *pos_src, const double *pos_obs, double *limb_ang, double *nadir_ang): novas.c']]],
- ['linking_20of_20custom_20ephemeris_20functions_6',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md67',1,'']]],
- ['links_7',['Related links',['../index.html#autotoc_md31',1,'']]],
+ ['linking_20of_20custom_20ephemeris_20functions_6',['Explicit linking of custom ephemeris functions',['../index.html#autotoc_md70',1,'']]],
+ ['links_7',['Related links',['../index.html#autotoc_md33',1,'']]],
['list_8',['Deprecated List',['../deprecated.html',1,'']]],
['local_5fplanet_9',['local_planet',['../novas_8c.html#ac036606c424c30a5600049b0cd38d868',1,'local_planet(double jd_tt, const object *ss_body, double ut1_to_tt, const on_surface *position, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8h.html#ac036606c424c30a5600049b0cd38d868',1,'local_planet(double jd_tt, const object *ss_body, double ut1_to_tt, const on_surface *position, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
['local_5fstar_10',['local_star',['../novas_8c.html#a0f24eef523d0a8e3252002654389bd5c',1,'local_star(double jd_tt, double ut1_to_tt, const cat_entry *star, const on_surface *position, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8h.html#a0f24eef523d0a8e3252002654389bd5c',1,'local_star(double jd_tt, double ut1_to_tt, const cat_entry *star, const on_surface *position, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]],
- ['location_11',['location',['../md_LEGACY.html#autotoc_md26',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md48',1,'Calculate azimuth and elevation angles at the observing location'],['../index.html#autotoc_md44',1,'Specify the observer location'],['../md_LEGACY.html#autotoc_md21',1,'Spefify the observer location']]],
+ ['location_11',['location',['../md_LEGACY.html#autotoc_md28',1,'B. Azimuth and elevation angles at the observing location'],['../index.html#autotoc_md50',1,'Calculate azimuth and elevation angles at the observing location'],['../index.html#autotoc_md46',1,'Specify the observer location'],['../md_LEGACY.html#autotoc_md23',1,'Spefify the observer location']]],
['longitude_12',['longitude',['../structon__surface.html#ac155e35fdeebafc89723a51520fb9fe6',1,'on_surface']]],
['lpt_13',['LPT',['../eph__manager_8c.html#ad0644039a2a0b1fcf47bf8f97af4d537',1,'eph_manager.c']]]
];
diff --git a/apidoc/html/search/functions_12.js b/apidoc/html/search/functions_12.js
index 092a275d..585accdb 100644
--- a/apidoc/html/search/functions_12.js
+++ b/apidoc/html/search/functions_12.js
@@ -1,6 +1,4 @@
var searchData=
[
- ['vector2radec_0',['vector2radec',['../novas_8c.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c'],['../novas_8h.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c']]],
- ['virtual_5fplanet_1',['virtual_planet',['../novas_8c.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8h.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
- ['virtual_5fstar_2',['virtual_star',['../novas_8c.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8h.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]]
+ ['unredshift_5fvrad_0',['unredshift_vrad',['../super_8c.html#aea89203030ca831260dec18f83081d23',1,'unredshift_vrad(double vrad, double z): super.c'],['../novas_8h.html#aea89203030ca831260dec18f83081d23',1,'unredshift_vrad(double vrad, double z): super.c']]]
];
diff --git a/apidoc/html/search/functions_13.js b/apidoc/html/search/functions_13.js
index f6d41dbd..092a275d 100644
--- a/apidoc/html/search/functions_13.js
+++ b/apidoc/html/search/functions_13.js
@@ -1,4 +1,6 @@
var searchData=
[
- ['wobble_0',['wobble',['../novas_8c.html#aead87744eeb3029ce7d5ffb1801ee652',1,'wobble(double jd_tt, enum novas_wobble_direction direction, double xp, double yp, const double *in, double *out): novas.c'],['../novas_8h.html#aead87744eeb3029ce7d5ffb1801ee652',1,'wobble(double jd_tt, enum novas_wobble_direction direction, double xp, double yp, const double *in, double *out): novas.c']]]
+ ['vector2radec_0',['vector2radec',['../novas_8c.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c'],['../novas_8h.html#a882279981a7d5a67ed596fa0937a12c1',1,'vector2radec(const double *pos, double *ra, double *dec): novas.c']]],
+ ['virtual_5fplanet_1',['virtual_planet',['../novas_8c.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c'],['../novas_8h.html#af47d81c6aaa03c8af78eb251c8894bde',1,'virtual_planet(double jd_tt, const object *ss_body, enum novas_accuracy accuracy, double *ra, double *dec, double *dis): novas.c']]],
+ ['virtual_5fstar_2',['virtual_star',['../novas_8c.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c'],['../novas_8h.html#acd47f30801a6676afb5e0614eaefa569',1,'virtual_star(double jd_tt, const cat_entry *star, enum novas_accuracy accuracy, double *ra, double *dec): novas.c']]]
];
diff --git a/apidoc/html/search/functions_6.js b/apidoc/html/search/functions_6.js
index 6f95abd6..6416f1c7 100644
--- a/apidoc/html/search/functions_6.js
+++ b/apidoc/html/search/functions_6.js
@@ -6,11 +6,12 @@ var searchData=
['gcrs_5fto_5fj2000_3',['gcrs_to_j2000',['../novas_8c.html#aeea4b5085c7267714492fae6108fb975',1,'gcrs_to_j2000(const double *in, double *out): novas.c'],['../novas_8h.html#aeea4b5085c7267714492fae6108fb975',1,'gcrs_to_j2000(const double *in, double *out): novas.c']]],
['geo_5fposvel_4',['geo_posvel',['../novas_8c.html#a581ef7bb3d2261a105d7086fc1768c97',1,'geo_posvel(double jd_tt, double ut1_to_tt, enum novas_accuracy accuracy, const observer *obs, double *pos, double *vel): novas.c'],['../novas_8h.html#a581ef7bb3d2261a105d7086fc1768c97',1,'geo_posvel(double jd_tt, double ut1_to_tt, enum novas_accuracy accuracy, const observer *obs, double *pos, double *vel): novas.c']]],
['get_5fephem_5fprovider_5',['get_ephem_provider',['../novas_8c.html#aa6fad38297a49ba78a6bd49cedf889b1',1,'get_ephem_provider(): novas.c'],['../solarsystem_8h.html#aa6fad38297a49ba78a6bd49cedf889b1',1,'get_ephem_provider(): novas.c']]],
- ['get_5fut1_5fto_5ftt_6',['get_ut1_to_tt',['../novas_8h.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c'],['../super_8c.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c']]],
+ ['get_5fut1_5fto_5ftt_6',['get_ut1_to_tt',['../super_8c.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c'],['../novas_8h.html#a4d7470ca705efa1953e8b4beab77c6b6',1,'get_ut1_to_tt(int leap_seconds, double dut1): super.c']]],
['get_5futc_5fto_5ftt_7',['get_utc_to_tt',['../super_8c.html#ab7611704bab9ce717744a8b5575c5378',1,'get_utc_to_tt(int leap_seconds): super.c'],['../novas_8h.html#ab7611704bab9ce717744a8b5575c5378',1,'get_utc_to_tt(int leap_seconds): super.c']]],
['grav_5fdef_8',['grav_def',['../novas_8c.html#a48f90ac20950507fad9b880a7f7f2383',1,'grav_def(double jd_tdb, enum novas_observer_place unused, enum novas_accuracy accuracy, const double *pos_src, const double *pos_obs, double *out): novas.c'],['../novas_8h.html#a48f90ac20950507fad9b880a7f7f2383',1,'grav_def(double jd_tdb, enum novas_observer_place unused, enum novas_accuracy accuracy, const double *pos_src, const double *pos_obs, double *out): novas.c']]],
['grav_5fplanets_9',['grav_planets',['../novas_8c.html#aa798460894aa44f8564569d9ea4bf1ef',1,'grav_planets(const double *pos_src, const double *pos_obs, const novas_planet_bundle *planets, double *out): novas.c'],['../novas_8h.html#aa798460894aa44f8564569d9ea4bf1ef',1,'grav_planets(const double *pos_src, const double *pos_obs, const novas_planet_bundle *planets, double *out): novas.c']]],
- ['grav_5fundef_10',['grav_undef',['../super_8c.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c'],['../novas_8h.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c']]],
- ['grav_5fundo_5fplanets_11',['grav_undo_planets',['../super_8c.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c'],['../novas_8h.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c']]],
- ['grav_5fvec_12',['grav_vec',['../novas_8c.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c'],['../novas_8h.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c']]]
+ ['grav_5fredshift_10',['grav_redshift',['../super_8c.html#a3ce6b306bc183387d0aaac97abbd82e8',1,'grav_redshift(double M_kg, double r_m): super.c'],['../novas_8h.html#a3ce6b306bc183387d0aaac97abbd82e8',1,'grav_redshift(double M_kg, double r_m): super.c']]],
+ ['grav_5fundef_11',['grav_undef',['../super_8c.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c'],['../novas_8h.html#aaae33249717912663bbb00be4fa4e6c3',1,'grav_undef(double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out): super.c']]],
+ ['grav_5fundo_5fplanets_12',['grav_undo_planets',['../super_8c.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c'],['../novas_8h.html#ae68d01655c4b37b5a3e1422f0062f94c',1,'grav_undo_planets(const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out): super.c']]],
+ ['grav_5fvec_13',['grav_vec',['../novas_8c.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c'],['../novas_8h.html#a08a008572e2746a70bec19739b5fb7e6',1,'grav_vec(const double *pos_src, const double *pos_obs, const double *pos_body, double rmass, double *out): novas.c']]]
];
diff --git a/apidoc/html/search/functions_b.js b/apidoc/html/search/functions_b.js
index 0712ac63..ec5d5111 100644
--- a/apidoc/html/search/functions_b.js
+++ b/apidoc/html/search/functions_b.js
@@ -7,12 +7,13 @@ var searchData=
['make_5fin_5fspace_4',['make_in_space',['../novas_8c.html#ac0ca6f330e1795ce811df95986400632',1,'make_in_space(const double *sc_pos, const double *sc_vel, in_space *loc): novas.c'],['../novas_8h.html#ac0ca6f330e1795ce811df95986400632',1,'make_in_space(const double *sc_pos, const double *sc_vel, in_space *loc): novas.c']]],
['make_5fobject_5',['make_object',['../novas_8c.html#a411f70fb77582d750c5269fcd64b0ce2',1,'make_object(enum novas_object_type type, long number, const char *name, const cat_entry *star, object *source): novas.c'],['../novas_8h.html#a449c9223f9601d7c93ba13b0aca2ab0e',1,'make_object(enum novas_object_type, long number, const char *name, const cat_entry *star_data, object *source): novas.c']]],
['make_5fobserver_6',['make_observer',['../novas_8c.html#a0f2096c7954b583fe749553b956ff9d2',1,'make_observer(enum novas_observer_place where, const on_surface *loc_surface, const in_space *loc_space, observer *obs): novas.c'],['../novas_8h.html#a8c060b573c5054e77a9fd9df2d785838',1,'make_observer(enum novas_observer_place, const on_surface *loc_surface, const in_space *loc_space, observer *obs): novas.c']]],
- ['make_5fobserver_5fat_5fgeocenter_7',['make_observer_at_geocenter',['../novas_8h.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c'],['../novas_8c.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c']]],
+ ['make_5fobserver_5fat_5fgeocenter_7',['make_observer_at_geocenter',['../novas_8c.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c'],['../novas_8h.html#a6802265b4ac76628f22260ba23ac2352',1,'make_observer_at_geocenter(observer *obs): novas.c']]],
['make_5fobserver_5fin_5fspace_8',['make_observer_in_space',['../novas_8c.html#a6c146e4d10152d5e1ffb978f2fc962be',1,'make_observer_in_space(const double *sc_pos, const double *sc_vel, observer *obs): novas.c'],['../novas_8h.html#a6c146e4d10152d5e1ffb978f2fc962be',1,'make_observer_in_space(const double *sc_pos, const double *sc_vel, observer *obs): novas.c']]],
['make_5fobserver_5fon_5fsurface_9',['make_observer_on_surface',['../novas_8c.html#a00d9f6909923cd3e559c8f011ff9b794',1,'make_observer_on_surface(double latitude, double longitude, double height, double temperature, double pressure, observer *obs): novas.c'],['../novas_8h.html#a00d9f6909923cd3e559c8f011ff9b794',1,'make_observer_on_surface(double latitude, double longitude, double height, double temperature, double pressure, observer *obs): novas.c']]],
['make_5fon_5fsurface_10',['make_on_surface',['../novas_8c.html#a9174488cd701172531174d85ed26819b',1,'make_on_surface(double latitude, double longitude, double height, double temperature, double pressure, on_surface *loc): novas.c'],['../novas_8h.html#a9174488cd701172531174d85ed26819b',1,'make_on_surface(double latitude, double longitude, double height, double temperature, double pressure, on_surface *loc): novas.c']]],
['make_5fplanet_11',['make_planet',['../novas_8c.html#a618bbba887b9bc9e7df878234c66c215',1,'make_planet(enum novas_planet num, object *planet): novas.c'],['../novas_8h.html#a618bbba887b9bc9e7df878234c66c215',1,'make_planet(enum novas_planet num, object *planet): novas.c']]],
- ['make_5fsolar_5fsystem_5fobserver_12',['make_solar_system_observer',['../super_8c.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c'],['../novas_8h.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c']]],
- ['mean_5fobliq_13',['mean_obliq',['../novas_8c.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c'],['../novas_8h.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c']]],
- ['mean_5fstar_14',['mean_star',['../novas_8c.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c'],['../novas_8h.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c']]]
+ ['make_5fredshifted_5fobject_12',['make_redshifted_object',['../super_8c.html#ae579a49d84696a913fd0d9f348bb5b11',1,'make_redshifted_object(const char *name, double ra, double dec, double z, object *source): super.c'],['../novas_8h.html#ae579a49d84696a913fd0d9f348bb5b11',1,'make_redshifted_object(const char *name, double ra, double dec, double z, object *source): super.c']]],
+ ['make_5fsolar_5fsystem_5fobserver_13',['make_solar_system_observer',['../super_8c.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c'],['../novas_8h.html#a9c3f1a1bc3fd9ac6d211806913d2d529',1,'make_solar_system_observer(const double *sc_pos, const double *sc_vel, observer *obs): super.c']]],
+ ['mean_5fobliq_14',['mean_obliq',['../novas_8c.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c'],['../novas_8h.html#af182ee8cc4239f581f746aa974827d61',1,'mean_obliq(double jd_tdb): novas.c']]],
+ ['mean_5fstar_15',['mean_star',['../novas_8c.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c'],['../novas_8h.html#a8bd9c6d2127483551c98300e264977f5',1,'mean_star(double jd_tt, double tra, double tdec, enum novas_accuracy accuracy, double *ira, double *idec): novas.c']]]
];
diff --git a/apidoc/html/search/functions_c.js b/apidoc/html/search/functions_c.js
index c0c83c54..a7b3daad 100644
--- a/apidoc/html/search/functions_c.js
+++ b/apidoc/html/search/functions_c.js
@@ -8,29 +8,33 @@ var searchData=
['novas_5fdebug_5',['novas_debug',['../novas_8c.html#a5f35633b872751df4dacd2fb2cbe4ac3',1,'novas_debug(enum novas_debug_mode mode): novas.c'],['../novas_8h.html#a5f35633b872751df4dacd2fb2cbe4ac3',1,'novas_debug(enum novas_debug_mode mode): novas.c']]],
['novas_5fdiff_5ftcb_6',['novas_diff_tcb',['../timescale_8c.html#a4818ab9be2f0891091c719db01bcfa98',1,'novas_diff_tcb(const novas_timespec *t1, const novas_timespec *t2): timescale.c'],['../novas_8h.html#a4818ab9be2f0891091c719db01bcfa98',1,'novas_diff_tcb(const novas_timespec *t1, const novas_timespec *t2): timescale.c']]],
['novas_5fdiff_5ftcg_7',['novas_diff_tcg',['../timescale_8c.html#ab904df0f504d07bbf73f84e2a1c43e07',1,'novas_diff_tcg(const novas_timespec *t1, const novas_timespec *t2): timescale.c'],['../novas_8h.html#ab904df0f504d07bbf73f84e2a1c43e07',1,'novas_diff_tcg(const novas_timespec *t1, const novas_timespec *t2): timescale.c']]],
- ['novas_5fdiff_5ftime_8',['novas_diff_time',['../novas_8h.html#abdcc8e194d79787838d1ffc064449932',1,'novas_diff_time(const novas_timespec *t1, const novas_timespec *t2): timescale.c'],['../timescale_8c.html#abdcc8e194d79787838d1ffc064449932',1,'novas_diff_time(const novas_timespec *t1, const novas_timespec *t2): timescale.c']]],
- ['novas_5fgeom_5fposvel_9',['novas_geom_posvel',['../frames_8c.html#ae6f4d3710a277c8b284487fe175e4d49',1,'novas_geom_posvel(const object *source, const novas_frame *frame, enum novas_reference_system sys, double *pos, double *vel): frames.c'],['../novas_8h.html#ae6f4d3710a277c8b284487fe175e4d49',1,'novas_geom_posvel(const object *source, const novas_frame *frame, enum novas_reference_system sys, double *pos, double *vel): frames.c']]],
+ ['novas_5fdiff_5ftime_8',['novas_diff_time',['../timescale_8c.html#abdcc8e194d79787838d1ffc064449932',1,'novas_diff_time(const novas_timespec *t1, const novas_timespec *t2): timescale.c'],['../novas_8h.html#abdcc8e194d79787838d1ffc064449932',1,'novas_diff_time(const novas_timespec *t1, const novas_timespec *t2): timescale.c']]],
+ ['novas_5fgeom_5fposvel_9',['novas_geom_posvel',['../novas_8h.html#ae6f4d3710a277c8b284487fe175e4d49',1,'novas_geom_posvel(const object *source, const novas_frame *frame, enum novas_reference_system sys, double *pos, double *vel): frames.c'],['../frames_8c.html#ae6f4d3710a277c8b284487fe175e4d49',1,'novas_geom_posvel(const object *source, const novas_frame *frame, enum novas_reference_system sys, double *pos, double *vel): frames.c']]],
['novas_5fgeom_5fto_5fapp_10',['novas_geom_to_app',['../frames_8c.html#ad412ac774327a4120237dc3b3110f9a0',1,'novas_geom_to_app(const novas_frame *frame, const double *pos, enum novas_reference_system sys, sky_pos *out): frames.c'],['../novas_8h.html#ad412ac774327a4120237dc3b3110f9a0',1,'novas_geom_to_app(const novas_frame *frame, const double *pos, enum novas_reference_system sys, sky_pos *out): frames.c']]],
['novas_5fget_5fdebug_5fmode_11',['novas_get_debug_mode',['../novas_8c.html#a29cad12337acfce5f1e370320dcefb79',1,'novas_get_debug_mode(): novas.c'],['../novas_8h.html#a29cad12337acfce5f1e370320dcefb79',1,'novas_get_debug_mode(): novas.c']]],
['novas_5fget_5fsplit_5ftime_12',['novas_get_split_time',['../timescale_8c.html#ab4ea1b646b23a76936b2a6459b1bac6d',1,'novas_get_split_time(const novas_timespec *time, enum novas_timescale timescale, long *ijd): timescale.c'],['../novas_8h.html#ab4ea1b646b23a76936b2a6459b1bac6d',1,'novas_get_split_time(const novas_timespec *time, enum novas_timescale timescale, long *ijd): timescale.c']]],
['novas_5fget_5ftime_13',['novas_get_time',['../timescale_8c.html#aa65f86f70b2ea6e77bf0799d6859ca05',1,'novas_get_time(const novas_timespec *time, enum novas_timescale timescale): timescale.c'],['../novas_8h.html#aa65f86f70b2ea6e77bf0799d6859ca05',1,'novas_get_time(const novas_timespec *time, enum novas_timescale timescale): timescale.c']]],
['novas_5fget_5funix_5ftime_14',['novas_get_unix_time',['../timescale_8c.html#aa29034a9e6579d5982083c5c6ea8d773',1,'novas_get_unix_time(const novas_timespec *time, long *nanos): timescale.c'],['../novas_8h.html#aa29034a9e6579d5982083c5c6ea8d773',1,'novas_get_unix_time(const novas_timespec *time, long *nanos): timescale.c']]],
['novas_5fhor_5fto_5fapp_15',['novas_hor_to_app',['../frames_8c.html#a4849c7fca260cfb7c1d716566f4170ac',1,'novas_hor_to_app(const novas_frame *frame, double az, double el, RefractionModel ref_model, enum novas_reference_system sys, double *ra, double *dec): frames.c'],['../novas_8h.html#a4849c7fca260cfb7c1d716566f4170ac',1,'novas_hor_to_app(const novas_frame *frame, double az, double el, RefractionModel ref_model, enum novas_reference_system sys, double *ra, double *dec): frames.c']]],
- ['novas_5finv_5frefract_16',['novas_inv_refract',['../novas_8h.html#a93ac897d3f7a2f2a7f8d92f3e8cd9ea0',1,'novas_inv_refract(RefractionModel model, double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el0): refract.c'],['../refract_8c.html#a93ac897d3f7a2f2a7f8d92f3e8cd9ea0',1,'novas_inv_refract(RefractionModel model, double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el0): refract.c']]],
+ ['novas_5finv_5frefract_16',['novas_inv_refract',['../refract_8c.html#a93ac897d3f7a2f2a7f8d92f3e8cd9ea0',1,'novas_inv_refract(RefractionModel model, double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el0): refract.c'],['../novas_8h.html#a93ac897d3f7a2f2a7f8d92f3e8cd9ea0',1,'novas_inv_refract(RefractionModel model, double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el0): refract.c']]],
['novas_5finvert_5ftransform_17',['novas_invert_transform',['../frames_8c.html#ad2081e123024609d3071b33b183502b7',1,'novas_invert_transform(const novas_transform *transform, novas_transform *inverse): frames.c'],['../novas_8h.html#ad2081e123024609d3071b33b183502b7',1,'novas_invert_transform(const novas_transform *transform, novas_transform *inverse): frames.c']]],
- ['novas_5fmake_5fframe_18',['novas_make_frame',['../frames_8c.html#abfee69517c7432733c8382c88371c983',1,'novas_make_frame(enum novas_accuracy accuracy, const observer *obs, const novas_timespec *time, double dx, double dy, novas_frame *frame): frames.c'],['../novas_8h.html#abfee69517c7432733c8382c88371c983',1,'novas_make_frame(enum novas_accuracy accuracy, const observer *obs, const novas_timespec *time, double dx, double dy, novas_frame *frame): frames.c']]],
+ ['novas_5fmake_5fframe_18',['novas_make_frame',['../novas_8h.html#abfee69517c7432733c8382c88371c983',1,'novas_make_frame(enum novas_accuracy accuracy, const observer *obs, const novas_timespec *time, double dx, double dy, novas_frame *frame): frames.c'],['../frames_8c.html#abfee69517c7432733c8382c88371c983',1,'novas_make_frame(enum novas_accuracy accuracy, const observer *obs, const novas_timespec *time, double dx, double dy, novas_frame *frame): frames.c']]],
['novas_5fmake_5ftransform_19',['novas_make_transform',['../frames_8c.html#a4d179c8573319fc25c775ce56ba055dc',1,'novas_make_transform(const novas_frame *frame, enum novas_reference_system from_system, enum novas_reference_system to_system, novas_transform *transform): frames.c'],['../novas_8h.html#a4d179c8573319fc25c775ce56ba055dc',1,'novas_make_transform(const novas_frame *frame, enum novas_reference_system from_system, enum novas_reference_system to_system, novas_transform *transform): frames.c']]],
['novas_5foffset_5ftime_20',['novas_offset_time',['../timescale_8c.html#a01f98b2b8033c8dbacaeab37e9198e91',1,'novas_offset_time(const novas_timespec *time, double seconds, novas_timespec *out): timescale.c'],['../novas_8h.html#a01f98b2b8033c8dbacaeab37e9198e91',1,'novas_offset_time(const novas_timespec *time, double seconds, novas_timespec *out): timescale.c']]],
['novas_5foptical_5frefraction_21',['novas_optical_refraction',['../refract_8c.html#ae4511a80a1defbb1e1fdc29c289e7de4',1,'novas_optical_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c'],['../novas_8h.html#ae4511a80a1defbb1e1fdc29c289e7de4',1,'novas_optical_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c']]],
['novas_5fradio_5frefraction_22',['novas_radio_refraction',['../refract_8c.html#a6b49f92f8f818f2272613e3432185a39',1,'novas_radio_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c'],['../novas_8h.html#a6b49f92f8f818f2272613e3432185a39',1,'novas_radio_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c']]],
['novas_5fset_5fsplit_5ftime_23',['novas_set_split_time',['../timescale_8c.html#a37c8f2d5e1ad2daed78d1bd7991fdba4',1,'novas_set_split_time(enum novas_timescale timescale, long ijd, double fjd, int leap, double dut1, novas_timespec *time): timescale.c'],['../novas_8h.html#a37c8f2d5e1ad2daed78d1bd7991fdba4',1,'novas_set_split_time(enum novas_timescale timescale, long ijd, double fjd, int leap, double dut1, novas_timespec *time): timescale.c']]],
- ['novas_5fset_5ftime_24',['novas_set_time',['../novas_8h.html#ac272a018a213965f07b21ac6facb4a62',1,'novas_set_time(enum novas_timescale timescale, double jd, int leap, double dut1, novas_timespec *time): timescale.c'],['../timescale_8c.html#ac272a018a213965f07b21ac6facb4a62',1,'novas_set_time(enum novas_timescale timescale, double jd, int leap, double dut1, novas_timespec *time): timescale.c']]],
+ ['novas_5fset_5ftime_24',['novas_set_time',['../timescale_8c.html#ac272a018a213965f07b21ac6facb4a62',1,'novas_set_time(enum novas_timescale timescale, double jd, int leap, double dut1, novas_timespec *time): timescale.c'],['../novas_8h.html#ac272a018a213965f07b21ac6facb4a62',1,'novas_set_time(enum novas_timescale timescale, double jd, int leap, double dut1, novas_timespec *time): timescale.c']]],
['novas_5fset_5funix_5ftime_25',['novas_set_unix_time',['../timescale_8c.html#abacd89aa380c85da2d3c19a7e2187df3',1,'novas_set_unix_time(time_t unix_time, long nanos, int leap, double dut1, novas_timespec *time): timescale.c'],['../novas_8h.html#abacd89aa380c85da2d3c19a7e2187df3',1,'novas_set_unix_time(time_t unix_time, long nanos, int leap, double dut1, novas_timespec *time): timescale.c']]],
['novas_5fsky_5fpos_26',['novas_sky_pos',['../frames_8c.html#a4e894a83f3065bbb706212d1267dd2ab',1,'novas_sky_pos(const object *object, const novas_frame *frame, enum novas_reference_system sys, sky_pos *out): frames.c'],['../novas_8h.html#a3539b76356a7f8853fbb639aaa6bf02e',1,'novas_sky_pos(const object *object, const novas_frame *frame, enum novas_reference_system sys, sky_pos *output): frames.c']]],
- ['novas_5fstandard_5frefraction_27',['novas_standard_refraction',['../refract_8c.html#ab04bff3b97c132e358e11c3a5b7a3081',1,'novas_standard_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c'],['../novas_8h.html#ab04bff3b97c132e358e11c3a5b7a3081',1,'novas_standard_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c']]],
- ['novas_5ftransform_5fsky_5fpos_28',['novas_transform_sky_pos',['../novas_8h.html#a88972e93665bb1903795bfff264c14f6',1,'novas_transform_sky_pos(const sky_pos *in, const novas_transform *transform, sky_pos *out): frames.c'],['../frames_8c.html#a88972e93665bb1903795bfff264c14f6',1,'novas_transform_sky_pos(const sky_pos *in, const novas_transform *transform, sky_pos *out): frames.c']]],
+ ['novas_5fstandard_5frefraction_27',['novas_standard_refraction',['../novas_8h.html#ab04bff3b97c132e358e11c3a5b7a3081',1,'novas_standard_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c'],['../refract_8c.html#ab04bff3b97c132e358e11c3a5b7a3081',1,'novas_standard_refraction(double jd_tt, const on_surface *loc, enum novas_refraction_type type, double el): refract.c']]],
+ ['novas_5ftransform_5fsky_5fpos_28',['novas_transform_sky_pos',['../frames_8c.html#a88972e93665bb1903795bfff264c14f6',1,'novas_transform_sky_pos(const sky_pos *in, const novas_transform *transform, sky_pos *out): frames.c'],['../novas_8h.html#a88972e93665bb1903795bfff264c14f6',1,'novas_transform_sky_pos(const sky_pos *in, const novas_transform *transform, sky_pos *out): frames.c']]],
['novas_5ftransform_5fvector_29',['novas_transform_vector',['../frames_8c.html#aadb7bc88119eed4ea54373a42e22a0d4',1,'novas_transform_vector(const double *in, const novas_transform *transform, double *out): frames.c'],['../novas_8h.html#aadb7bc88119eed4ea54373a42e22a0d4',1,'novas_transform_vector(const double *in, const novas_transform *transform, double *out): frames.c']]],
- ['nu2000k_30',['nu2000k',['../nutation_8c.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c'],['../nutation_8h.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c']]],
- ['nutation_31',['nutation',['../novas_8c.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8h.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c']]],
- ['nutation_5fangles_32',['nutation_angles',['../novas_8c.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c'],['../novas_8h.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c']]]
+ ['novas_5fv2z_30',['novas_v2z',['../super_8c.html#aa54cd00024b294d38fa29433c017c65f',1,'novas_v2z(double vel): super.c'],['../novas_8h.html#aa54cd00024b294d38fa29433c017c65f',1,'novas_v2z(double vel): super.c']]],
+ ['novas_5fz2v_31',['novas_z2v',['../novas_8c.html#a63621cea3b4985c1bfcc4514a7aa3fb1',1,'novas_z2v(double z): novas.c'],['../novas_8h.html#a63621cea3b4985c1bfcc4514a7aa3fb1',1,'novas_z2v(double z): novas.c']]],
+ ['novas_5fz_5fadd_32',['novas_z_add',['../super_8c.html#a493ab751eee5804db77157c37e94e5c3',1,'novas_z_add(double z1, double z2): super.c'],['../novas_8h.html#a493ab751eee5804db77157c37e94e5c3',1,'novas_z_add(double z1, double z2): super.c']]],
+ ['novas_5fz_5finv_33',['novas_z_inv',['../super_8c.html#a1130ad2ce520e948c71f03a25a713075',1,'novas_z_inv(double z): super.c'],['../novas_8h.html#a1130ad2ce520e948c71f03a25a713075',1,'novas_z_inv(double z): super.c']]],
+ ['nu2000k_34',['nu2000k',['../nutation_8c.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c'],['../nutation_8h.html#ab17083c5bc84987d4dda1172a4dab843',1,'nu2000k(double jd_tt_high, double jd_tt_low, double *dpsi, double *deps): nutation.c']]],
+ ['nutation_35',['nutation',['../novas_8c.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c'],['../novas_8h.html#a69df5671751c09a7575963b94ad1151e',1,'nutation(double jd_tdb, enum novas_nutation_direction direction, enum novas_accuracy accuracy, const double *in, double *out): novas.c']]],
+ ['nutation_5fangles_36',['nutation_angles',['../novas_8c.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c'],['../novas_8h.html#a0dc364ae1963da0b916ed5a9d0862d3e',1,'nutation_angles(double t, enum novas_accuracy accuracy, double *dpsi, double *deps): novas.c']]]
];
diff --git a/apidoc/html/search/functions_f.js b/apidoc/html/search/functions_f.js
index c567e02e..c3d10fb2 100644
--- a/apidoc/html/search/functions_f.js
+++ b/apidoc/html/search/functions_f.js
@@ -1,11 +1,12 @@
var searchData=
[
- ['rad_5fvel_0',['rad_vel',['../novas_8c.html#a9f76e2386515e2023172e05891c3fa28',1,'rad_vel(const object *source, const double *pos_src, const double *vel_src, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun, double *rv): novas.c'],['../novas_8h.html#a304b2220e084b4b12e674aad897972bc',1,'rad_vel(const object *source, const double *pos, const double *vel, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun, double *rv): novas.c']]],
+ ['rad_5fvel_0',['rad_vel',['../novas_8h.html#a304b2220e084b4b12e674aad897972bc',1,'rad_vel(const object *source, const double *pos, const double *vel, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun, double *rv): novas.c'],['../novas_8c.html#a9f76e2386515e2023172e05891c3fa28',1,'rad_vel(const object *source, const double *pos_src, const double *vel_src, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun, double *rv): novas.c']]],
['rad_5fvel2_1',['rad_vel2',['../novas_8c.html#a191dcbb360afb9b6bf123d46858156d0',1,'rad_vel2(const object *source, const double *pos_emit, const double *vel_src, const double *pos_det, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun): novas.c'],['../novas_8h.html#a191dcbb360afb9b6bf123d46858156d0',1,'rad_vel2(const object *source, const double *pos_emit, const double *vel_src, const double *pos_det, const double *vel_obs, double d_obs_geo, double d_obs_sun, double d_src_sun): novas.c']]],
['radec2vector_2',['radec2vector',['../novas_8c.html#acf86ce700b3d3509ebba13e5f16a4327',1,'radec2vector(double ra, double dec, double dist, double *pos): novas.c'],['../novas_8h.html#acf86ce700b3d3509ebba13e5f16a4327',1,'radec2vector(double ra, double dec, double dist, double *pos): novas.c']]],
['radec_5fplanet_3',['radec_planet',['../novas_8c.html#a11d3da697a640c39d87cf201ac54ca7c',1,'radec_planet(double jd_tt, const object *ss_body, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *dis, double *rv): novas.c'],['../novas_8h.html#a11d3da697a640c39d87cf201ac54ca7c',1,'radec_planet(double jd_tt, const object *ss_body, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *dis, double *rv): novas.c']]],
['radec_5fstar_4',['radec_star',['../novas_8c.html#aed179ad664f4ff023deb540140f3c2ef',1,'radec_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *rv): novas.c'],['../novas_8h.html#aed179ad664f4ff023deb540140f3c2ef',1,'radec_star(double jd_tt, const cat_entry *star, const observer *obs, double ut1_to_tt, enum novas_reference_system sys, enum novas_accuracy accuracy, double *ra, double *dec, double *rv): novas.c']]],
['readeph_5',['readeph',['../solarsystem_8h.html#abb70fdad016c3a2ea45990eaa16b9245',1,'solarsystem.h']]],
- ['refract_6',['refract',['../novas_8c.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c'],['../novas_8h.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c']]],
- ['refract_5fastro_7',['refract_astro',['../novas_8c.html#aa41408d8cbbe3cfc12930414a9c79fc7',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_astro): novas.c'],['../novas_8h.html#a46d245f56c6eea9b1a7dc32d3feeaeb8',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_calc): novas.c']]]
+ ['redshift_5fvrad_6',['redshift_vrad',['../super_8c.html#af56088995d42a0673e03bca1f3891544',1,'redshift_vrad(double vrad, double z): super.c'],['../novas_8h.html#af56088995d42a0673e03bca1f3891544',1,'redshift_vrad(double vrad, double z): super.c']]],
+ ['refract_7',['refract',['../novas_8c.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c'],['../novas_8h.html#a151b74255ea04462abc5503c6afddcae',1,'refract(const on_surface *location, enum novas_refraction_model option, double zd_obs): novas.c']]],
+ ['refract_5fastro_8',['refract_astro',['../novas_8c.html#aa41408d8cbbe3cfc12930414a9c79fc7',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_astro): novas.c'],['../novas_8h.html#a46d245f56c6eea9b1a7dc32d3feeaeb8',1,'refract_astro(const on_surface *location, enum novas_refraction_model option, double zd_calc): novas.c']]]
];
diff --git a/apidoc/html/search/searchdata.js b/apidoc/html/search/searchdata.js
index 15237401..8ceaf45d 100644
--- a/apidoc/html/search/searchdata.js
+++ b/apidoc/html/search/searchdata.js
@@ -3,7 +3,7 @@ var indexSectionsWithContent =
0: "0123abcdefghijklmnoprstuvwxy",
1: "cinors",
2: "efnrst",
- 3: "abcdefghijlmnoprstvw",
+ 3: "abcdefghijlmnoprstuvw",
4: "abcdefghijklmnoprstuvw",
5: "nr",
6: "n",
diff --git a/apidoc/html/solarsystem_8h.html b/apidoc/html/solarsystem_8h.html
index a8f1a977..7472d537 100644
--- a/apidoc/html/solarsystem_8h.html
+++ b/apidoc/html/solarsystem_8h.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/solsys-ephem_8c.html b/apidoc/html/solsys-ephem_8c.html
index ac0e70c2..2ad9c61f 100644
--- a/apidoc/html/solsys-ephem_8c.html
+++ b/apidoc/html/solsys-ephem_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/solsys1_8c.html b/apidoc/html/solsys1_8c.html
index ca486069..384fdc30 100644
--- a/apidoc/html/solsys1_8c.html
+++ b/apidoc/html/solsys1_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/solsys2_8c.html b/apidoc/html/solsys2_8c.html
index 1612b666..83dd8335 100644
--- a/apidoc/html/solsys2_8c.html
+++ b/apidoc/html/solsys2_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/solsys3_8c.html b/apidoc/html/solsys3_8c.html
index c6ebcea5..4031c035 100644
--- a/apidoc/html/solsys3_8c.html
+++ b/apidoc/html/solsys3_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structcat__entry.html b/apidoc/html/structcat__entry.html
index 296fb0c7..8cadb678 100644
--- a/apidoc/html/structcat__entry.html
+++ b/apidoc/html/structcat__entry.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
@@ -147,7 +147,7 @@
|
double | radialvelocity |
- | [km/s] radial velocity
|
+ | [km/s] catalog radial velocity
|
|
char | starname [SIZE_OF_OBJ_NAME] |
diff --git a/apidoc/html/structin__space.html b/apidoc/html/structin__space.html
index eaaff457..a495f009 100644
--- a/apidoc/html/structin__space.html
+++ b/apidoc/html/structin__space.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structnovas__delaunay__args.html b/apidoc/html/structnovas__delaunay__args.html
index a0f0e75c..1f1d346c 100644
--- a/apidoc/html/structnovas__delaunay__args.html
+++ b/apidoc/html/structnovas__delaunay__args.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structnovas__frame.html b/apidoc/html/structnovas__frame.html
index c8725f38..e794c85c 100644
--- a/apidoc/html/structnovas__frame.html
+++ b/apidoc/html/structnovas__frame.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structnovas__matrix.html b/apidoc/html/structnovas__matrix.html
index 312bf59c..2758d6b9 100644
--- a/apidoc/html/structnovas__matrix.html
+++ b/apidoc/html/structnovas__matrix.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structnovas__planet__bundle.html b/apidoc/html/structnovas__planet__bundle.html
index f55be8fd..e279a155 100644
--- a/apidoc/html/structnovas__planet__bundle.html
+++ b/apidoc/html/structnovas__planet__bundle.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structnovas__timespec.html b/apidoc/html/structnovas__timespec.html
index c4b85d02..094ff22e 100644
--- a/apidoc/html/structnovas__timespec.html
+++ b/apidoc/html/structnovas__timespec.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structnovas__transform.html b/apidoc/html/structnovas__transform.html
index 1f89b81e..1cfaa696 100644
--- a/apidoc/html/structnovas__transform.html
+++ b/apidoc/html/structnovas__transform.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structobject.html b/apidoc/html/structobject.html
index 5faf4cdc..48bbfe61 100644
--- a/apidoc/html/structobject.html
+++ b/apidoc/html/structobject.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structobserver.html b/apidoc/html/structobserver.html
index 104a9b1c..9f0e5b86 100644
--- a/apidoc/html/structobserver.html
+++ b/apidoc/html/structobserver.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structon__surface.html b/apidoc/html/structon__surface.html
index 8fa9f305..16dec9db 100644
--- a/apidoc/html/structon__surface.html
+++ b/apidoc/html/structon__surface.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structra__of__cio.html b/apidoc/html/structra__of__cio.html
index 0dcdd8e8..ee44f75c 100644
--- a/apidoc/html/structra__of__cio.html
+++ b/apidoc/html/structra__of__cio.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/structsky__pos.html b/apidoc/html/structsky__pos.html
index d023a7a7..542f4699 100644
--- a/apidoc/html/structsky__pos.html
+++ b/apidoc/html/structsky__pos.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
diff --git a/apidoc/html/super_8c.html b/apidoc/html/super_8c.html
index f6cc735c..15bf7685 100644
--- a/apidoc/html/super_8c.html
+++ b/apidoc/html/super_8c.html
@@ -46,7 +46,7 @@
|
- SuperNOVAS v1.1
+ SuperNOVAS v1.2
The NOVAS C library, made better
|
@@ -135,6 +135,8 @@
|
double | get_utc_to_tt (int leap_seconds) |
|
+double | grav_redshift (double M_kg, double r_m) |
+ |
int | grav_undef (double jd_tdb, enum novas_accuracy accuracy, const double *pos_app, const double *pos_obs, double *out) |
|
int | grav_undo_planets (const double *pos_app, const double *pos_obs, const novas_planet_bundle *planets, double *out) |
@@ -155,8 +157,16 @@
|
int | make_ephem_object (const char *name, long num, object *body) |
|
+int | make_redshifted_object (const char *name, double ra, double dec, double z, object *source) |
+ |
int | make_solar_system_observer (const double *sc_pos, const double *sc_vel, observer *obs) |
|
+double | novas_v2z (double vel) |
+ |
+double | novas_z_add (double z1, double z2) |
+ |
+double | novas_z_inv (double z) |
+ |
int | place_cirs (double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos) |
|
int | place_gcrs (double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos) |
@@ -169,10 +179,14 @@
|
int | place_tod (double jd_tt, const object *source, enum novas_accuracy accuracy, sky_pos *pos) |
|
+double | redshift_vrad (double vrad, double z) |
+ |
int | tod_to_cirs (double jd_tt, enum novas_accuracy accuracy, const double *in, double *out) |
|
int | tod_to_itrs (double jd_tt_high, double jd_tt_low, double ut1_to_tt, enum novas_accuracy accuracy, double xp, double yp, const double *in, double *out) |
|
+double | unredshift_vrad (double vrad, double z) |
+ |