File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
_ This crate is part of the Rustronomy Project_
8
8
Rustronomy-fits provides I/O tools for reading, writing and parsing FITS files. It is currently still under heavy development.
9
9
10
+ > This repository was recently moved from rustronomy to the dedicated
11
+ rustronomy-fits repo!
12
+
10
13
### Features/Roadmap
11
14
Rustronomy-fits will support the following features (features marked with ✔️ have already been implemented):
12
15
@@ -34,7 +37,7 @@ rustronomy-fits = "0.1.0"
34
37
```
35
38
To use Rustronomy-fits in a Jupyter notebook, execute a cell containing the following code:
36
39
``` rust
37
- : dep rustronomy - fits = {git = " https://github.com/smups/rustronomy" }
40
+ : dep rustronomy - fits = {git = " https://github.com/smups/rustronomy-fits " }
38
41
```
39
42
### Short example: Importing a FITS image as a ndarray
40
43
In this example, we create a Fits struct using the ` open() ` method, which takes
You can’t perform that action at this time.
0 commit comments