update: changed README.md

This commit is contained in:
Yael-II
2024-12-01 16:34:44 +01:00
parent d5a01d2023
commit e84f907f39

View File

@@ -62,7 +62,7 @@ Available commands (not case sensitive):
- `quit`, `exit`, `q`: quit the current code (WARNING: this does not save the current state!) - `quit`, `exit`, `q`: quit the current code (WARNING: this does not save the current state!)
- `write`, `save`: write the current table in a file - `write`, `save`: write the current table in a file
(no options available yet) (no options available yet)
- `read [filename]`, `open [filename]`, `load`: loads the file "filename" in the current table (no additional options available yet) - `read [filename]`, `open [filename]`, `load [filename]`: loads the file "filename" in the current table (no additional options available yet)
- `calibration`, `calib`: adds a calibration in the target list - `calibration`, `calib`: adds a calibration in the target list
- `simbad [object name]`, `object [object name]`: - `simbad [object name]`, `object [object name]`:
add an object from simbad add an object from simbad
@@ -71,7 +71,7 @@ add an object from simbad
- `sequence`, `seq`: computes the sequence order for each - `sequence`, `seq`: computes the sequence order for each
target target
- `check`: check if all targets are in the observation field - `check`: check if all targets are in the observation field
- plot, graph: creates a graph with all the targets observation date and time - `plot`, `graph`: creates a graph with all the targets observation date and time
General actions: General actions:
- `cancel`, `back`: cancels the current action - `cancel`, `back`: cancels the current action