-
Notifications
You must be signed in to change notification settings - Fork 20
Major overhaul of documentation #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5866811
Switch to sphinx-book-theme and myst-nb for docs
astronomyk e099af3
Refactor instrument READMEs with shared ScopeSim guide
astronomyk c03863f
Add card gallery to docs landing page (index.md)
astronomyk f166d08
Cleanup vibe-coded docs
teutoburg 3b7ea97
Harmonize on upper-case spelling and more cleanup
teutoburg 485b358
Disable broken markdownlinkchecker for now...
teutoburg 132389f
Even more cleanup
teutoburg c5fd670
METIS notebooks as TOC trees
teutoburg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,108 @@ | ||
| ```{image} metis_scopesim_logo.png | ||
| :width: 600px | ||
| :alt: METIS + ScopeSim | ||
| :align: center | ||
| ``` | ||
|
|
||
| # METIS + ScopeSim | ||
|
|
||
| ## Introduction | ||
|
|
||
| The METIS data simulator is based on the generic simulator ScopeSim, a | ||
| descendant of the older SimCado/SimMETIS interface. METIS itself is handled | ||
| as an instrument package containing configuration files for the various | ||
| instrument modes and data files describing the instrument components. | ||
|
|
||
| The simulator currently supports imaging and long-slit spectroscopy modes. | ||
| The LM-band high-resolution IFU (LMS) mode is under development. | ||
|
|
||
| ```{note} | ||
| **Bug reports and help desk** | ||
|
|
||
| If you come across a bug or get stuck with ScopeSim or the METIS package, | ||
| please [open an issue on GitHub](https://github.com/AstarVienna/irdb/issues) | ||
| or contact us by email (see below). | ||
|
|
||
| **Your feedback is the only way we know** what needs to be | ||
| changed or improved with the package and the simulator. | ||
|
|
||
| Please always include the output of `scopesim.bug_report()` from your | ||
| installation. | ||
| ``` | ||
|
|
||
| ## Downloading the METIS instrument package | ||
|
|
||
| Once ScopeSim is installed, download the METIS instrument package into your | ||
| working directory: | ||
|
|
||
| ```python | ||
| import scopesim | ||
| scopesim.download_packages(["Armazones", "ELT", "METIS"]) | ||
| ``` | ||
|
|
||
| This installs the packages into the subdirectory `./inst_pkgs/`. | ||
|
|
||
| Your working directory should look like this afterwards: | ||
|
|
||
| ``` | ||
| my_simulations/ | ||
| ├── <your notebook>.ipynb | ||
| └── inst_pkgs/ | ||
| ├── Armazones/ | ||
| ├── ELT/ | ||
| └── METIS/ | ||
| └── docs/ | ||
| └── example_notebooks/ | ||
| └── <notebook>.ipynb ← copy to working dir before running | ||
| ``` | ||
|
|
||
| ```{include} ../../docs/ScopeSim_guide.md | ||
| ``` | ||
|
|
||
| ## Example notebooks | ||
|
|
||
| Find the notebooks locally in `inst_pkgs/METIS/docs/example_notebooks/` | ||
| after downloading the package, or download them from the | ||
| [GitHub repository](https://github.com/AstarVienna/irdb/tree/dev_master/METIS/docs/example_notebooks). | ||
|
|
||
| ```{warning} | ||
| Run notebooks in your working directory, **not** inside `inst_pkgs/`. | ||
| Copy the desired notebook out first. | ||
| ``` | ||
|
|
||
| ### Introductory notebooks | ||
|
|
||
| ```{toctree} | ||
| :maxdepth: 1 | ||
|
|
||
| example_notebooks/Introduction_to_Scopesim_for_METIS | ||
| example_notebooks/METIS_IFU-01-Source_cube | ||
| example_notebooks/METIS_IFU-02-Simulation | ||
| example_notebooks/METIS_WCU | ||
| ``` | ||
|
|
||
| ### Scientific use-case notebooks | ||
|
|
||
| ```{toctree} | ||
| :maxdepth: 1 | ||
|
|
||
| example_notebooks/IMG_L_N-examples | ||
| example_notebooks/LSS-YSO_model_simulation | ||
| example_notebooks/LSS_AGN-01_preparation | ||
| example_notebooks/LSS_AGN-02_simulation | ||
| ``` | ||
|
|
||
| ### Effect demonstration notebooks | ||
|
oczoske marked this conversation as resolved.
|
||
|
|
||
| These notebooks are in `docs/example_notebooks/demos/`. | ||
|
|
||
| ```{toctree} | ||
| :maxdepth: 1 | ||
| :glob: | ||
|
|
||
| example_notebooks/demos/* | ||
| ``` | ||
|
|
||
| ### Instrument homepage | ||
|
|
||
| [METIS at Leiden Observatory](https://metis.strw.leidenuniv.nl/) | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.