diff --git a/README.md b/README.md index 665a6d4b..15916d7a 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ This document has been updated for the `v1.2` and later releases. - [Building and installation](#installation) - [Building your application with SuperNOVAS](#integration) - [Example usage](#examples) + - [Tips and Tricks](#tips) - [Notes on precision](#precision) - [SuperNOVAS specific features](#supernovas-features) - [Incorporating Solar-system ephemeris data or services](#solarsystem) @@ -633,6 +634,11 @@ Other than that, it's the same spiel as before, e.g.: } ``` +------------------------------------------------------------------------------ + + +## Tips and Tricks + ### Reduced accuracy shortcuts @@ -950,8 +956,8 @@ before that level of accuracy is reached. #### Added in v1.2 - - New `novas_make_redshifted_object()` to simplify the creation of distant catalog sources that are characterized - with a redshift measure rather than a radial velocity value. + - New `make_redshifted_cat_entry()` and `make_redshifted_object()` to simplify the creation of distant catalog + sources that are characterized with a redshift measure rather than a radial velocity value. - New generic redshift-handling functions `novas_v2z()`, `novas_z2v()`,