File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,21 @@ the filename and path of the file (as it does for `astropy.io.fits` objects).
166
166
` astrodata ` is designed to be extensible, so you can add your own methods to
167
167
analyze and process data based on your specific needs and use cases.
168
168
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
+
169
180
For a complete example, see the
170
181
[ 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 ] .
172
184
173
185
Installing development dependencies
174
186
-----------------------------------
You can’t perform that action at this time.
0 commit comments