Loading README.md +14 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
README.md +14 −0 Original line number Diff line number Diff line Loading @@ -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 Loading