From 96deb3131cc3942364933682d37db927ea66c9ec Mon Sep 17 00:00:00 2001 From: Davide Ricci <davide.ricci@inaf.it> Date: Sun, 11 May 2025 21:56:31 +0000 Subject: [PATCH] Edit README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cf44151..3592239 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab