Skip to content

Commit

Permalink
README edits, fig install, site update
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Dec 17, 2024
1 parent ce2efe0 commit f32ee94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ ifneq ($(wildcard apidoc/html/search/*),)
install -d $(DESTDIR)$(htmldir)/search
$(INSTALL_DATA) -D apidoc/html/search/* $(DESTDIR)$(htmldir)/search/
$(INSTALL_DATA) -D apidoc/html/*.* $(DESTDIR)$(htmldir)/
@echo "installing images to $(DESTDIR)$(htmldir)/resources"
install -d $(DESTDIR)$(htmldir)/resources
$(INSTALL_DATA) -D resources/SupeNOVAS-systems.png $(DESTDIR)$(htmldir)/resources/
@echo "installing Doxygen tag file to $(DESTDIR)$(docdir)"
install -d $(DESTDIR)$(docdir)
$(INSTALL_DATA) apidoc/supernovas.tag $(DESTDIR)$(docdir)/supernovas.tag
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@ In NOVAS, the barycentric BCRS and the geocentric GCRS systems are effectively s
for positions and for velocities, in any reference system, is determined by the `observer` location, while aberration
and gravitational deflection is included for apparent places only (as seen from the observer location).
Older catalogs, such as B1950 (FK4) or B1900 are just special cases of MOD (mean-of-date) coordinates for the B1950
and B1900 epochs, respectively.
TIRS (Intermediate Terrestrial Reference System) is not explicitly referenced in SuperNOVAS. But it can be thought
of as a special case of ITRS (International Terrestrial Reference System) with DUT1 (= UT1-UTC), the polar offsets
(_dx_, _dy_) all set to zero.
Expand Down
3 changes: 3 additions & 0 deletions src/novas.c
Original file line number Diff line number Diff line change
Expand Up @@ -4506,6 +4506,9 @@ double rad_vel2(const object *source, const double *pos_emit, const double *vel_
* @sa tt2tdb()
* @sa cio_basis()
* @sa NOVAS_TOD
* @sa NOVAS_JD_J2000
* @sa NOVAS_JD_B1950
* @sa NOVAS_JD_B1900
*/
short precession(double jd_tdb_in, const double *in, double jd_tdb_out, double *out) {
static THREAD_LOCAL double t_last;
Expand Down

0 comments on commit f32ee94

Please sign in to comment.