From 246606da4759329e584c0de0987dafbee7d6da3e Mon Sep 17 00:00:00 2001 From: teald Date: Tue, 27 Aug 2024 16:16:53 -0700 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E2=9C=A8=20Add=20feature=20lis?= =?UTF-8?q?t,=20links=20to=20manuals=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba562d2b..a28f8c61 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,21 @@ the filename and path of the file (as it does for `astropy.io.fits` objects). `astrodata` is designed to be extensible, so you can add your own methods to analyze and process data based on your specific needs and use cases. +`astrodata` also has a number of built in features, including: + ++ Operator support for arithmetic operations ++ Uncertainty propagation ++ Slicing ++ Windowing (reading and operating on subsets of data) ++ Metadata management and access + +[user Manual]: https://geminidrsoftware.github.io/astrodata/manuals/usermanual/index.html +[prog manual]: https://geminidrsoftware.github.io/astrodata/manuals/progmanual/index.html + For a complete example, see the [Quickstart](https://geminidrsoftware.github.io/astrodata/quickstart.html) in -our documentation. +our documentation. For more advanced usage, see the [User Manual][user manual] +or [Programmer's Manual][prog manual]. Installing development dependencies -----------------------------------