Skip to content

Commit

Permalink
Use rel link to diagram and site update
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Nov 24, 2024
1 parent 2f88ff8 commit 3dd84be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
- name: Copy API documentation
run: cp -a apidoc site/

- name: Assert site/resources/
run: mkdir -p site/resources

- name: Copy Figures
run: cp -a resources/SuperNOVAS-systems.png site/resources/

- name: Push to pages
run: |
cd site
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,9 @@ See the various enums and constants defined in `novas.h`, as well as the descrip
on how they are appropriate for the old and new methodologies respectively.
In NOVAS, the barycentric BCRS and the geocentric GCRS systems are effectively synonymous to ICRS. The origin for
positions and for velocities, in any reference system, is determined by the `observer` location in the vicinity of
Earth (at the geocenter, on the surface, or in Earth orbit).
positions and for velocities, in any reference system, is determined by the `observer` location.
| ![SuperNOVAS coordinate systems and conversions](https://github.com/Smithsonian/SuperNOVAS/blob/main/resources/SuperNOVAS-systems.png) |
| ![SuperNOVAS coordinate systems and conversions](resources/SuperNOVAS-systems.png) |
|:--:|
| __Figure 1.__ *SuperNOVAS Coordinate Systems and Conversions*. Functions indicated in bold face are available in NOVAS C also. All other functions are available in SuperNOVAS only. |
Expand Down

0 comments on commit 3dd84be

Please sign in to comment.