Skip to content

Commit a329815

Browse files
committed
updated readme
1 parent a6cd9f7 commit a329815

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
_This crate is part of the Rustronomy Project_
88
Rustronomy-fits provides I/O tools for reading, writing and parsing FITS files. It is currently still under heavy development.
99

10+
> This repository was recently moved from rustronomy to the dedicated
11+
rustronomy-fits repo!
12+
1013
### Features/Roadmap
1114
Rustronomy-fits will support the following features (features marked with ✔️ have already been implemented):
1215

@@ -34,7 +37,7 @@ rustronomy-fits = "0.1.0"
3437
```
3538
To use Rustronomy-fits in a Jupyter notebook, execute a cell containing the following code:
3639
```rust
37-
:dep rustronomy-fits = {git = "https://github.com/smups/rustronomy"}
40+
:dep rustronomy-fits = {git = "https://github.com/smups/rustronomy-fits"}
3841
```
3942
### Short example: Importing a FITS image as a ndarray
4043
In this example, we create a Fits struct using the `open()` method, which takes

0 commit comments

Comments
 (0)