Skip to content

Commit 246606d

Browse files
committed
docs(README): ✨ Add feature list, links to manuals to README
1 parent 0e0c0cd commit 246606d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,21 @@ the filename and path of the file (as it does for `astropy.io.fits` objects).
166166
`astrodata` is designed to be extensible, so you can add your own methods to
167167
analyze and process data based on your specific needs and use cases.
168168

169+
`astrodata` also has a number of built in features, including:
170+
171+
+ Operator support for arithmetic operations
172+
+ Uncertainty propagation
173+
+ Slicing
174+
+ Windowing (reading and operating on subsets of data)
175+
+ Metadata management and access
176+
177+
[user Manual]: https://geminidrsoftware.github.io/astrodata/manuals/usermanual/index.html
178+
[prog manual]: https://geminidrsoftware.github.io/astrodata/manuals/progmanual/index.html
179+
169180
For a complete example, see the
170181
[Quickstart](https://geminidrsoftware.github.io/astrodata/quickstart.html) in
171-
our documentation.
182+
our documentation. For more advanced usage, see the [User Manual][user manual]
183+
or [Programmer's Manual][prog manual].
172184

173185
Installing development dependencies
174186
-----------------------------------

0 commit comments

Comments
 (0)