diff --git a/.github/workflows/dox.yml b/.github/workflows/dox.yml index e782e90b..374768cf 100644 --- a/.github/workflows/dox.yml +++ b/.github/workflows/dox.yml @@ -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 diff --git a/README.md b/README.md index cf7f0aea..3d2c342d 100644 --- a/README.md +++ b/README.md @@ -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. |