Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Mar 20, 2024
1 parent 2d20ab4 commit 473dc74
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ kernelspec:
The instrument is configured using the `sim.UserCommands()` class. A basic setup for METIS could be

```{code-cell} ipython3
:tags: [hide-cell]
import scopesim as sim
sim.download_packages(["Armazones", "ELT", "METIS"])
```

```{code-cell} ipython3
cmd = sim.UserCommands(use_instrument="METIS", set_modes=["img_lm"])
```

Expand Down

0 comments on commit 473dc74

Please sign in to comment.