Skip to content
Snippets Groups Projects
Commit 96deb313 authored by Davide Ricci's avatar Davide Ricci
Browse files

Edit README.md

parent 78c3a27e
No related branches found
No related tags found
No related merge requests found
Pipeline #28530 passed with warnings
......@@ -31,6 +31,20 @@ cd noche
pip install -e .
```
## Quick test
```python
my_obs = "oarpaf" # Currently supported ['grt', 'opc', 'oarpaf', 'ogg', 'ossfoligno', 'abobservatory']
from noche import Noche
n = Noche()
n.load_noctis_observatory(my_obs, "original.fits")
n.write_noctis_fits("file_with_new_header.fits")
```
## Usage Example
```python
from noche import Noche
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment