Skip to content

Commit

Permalink
Merge pull request #28 from pcubillos/docs
Browse files Browse the repository at this point in the history
Docs
  • Loading branch information
pcubillos authored Oct 10, 2024
2 parents a0bcd8b + d5df0cb commit 169db52
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 11 deletions.
30 changes: 22 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,33 @@ To launch the application use this prompt command:
tso
```

### Docs:

**Take the tour:**
### Take the tour (docs):

[https://pcubillos.github.io/gen_tso/get_started.html](https://pcubillos.github.io/gen_tso/get_started.html)

**And take a look:**

<img alt="Gen_TSO" src="https://github.com/pcubillos/gen_tso/blob/master/docs/gen_tso_screenshot.png">

### Cite as:

Comming soon ...
```bibtex
@ARTICLE{Cubillos2024paspGenTSO,
author = {{Cubillos}, Patricio E.},
title = "{Gen TSO: A General JWST Simulator for Exoplanet Times-series
Observations}",
journal = {arXiv e-prints},
keywords = {Astrophysics - Earth and Planetary Astrophysics, Astrophysics
- Instrumentation and Methods for Astrophysics},
year = 2024,
month = oct,
eid = {arXiv:2410.04856},
pages = {arXiv:2410.04856},
archivePrefix = {arXiv},
eprint = {2410.04856},
primaryClass = {astro-ph.EP},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024arXiv241004856C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```

**And take a look:**

<img alt="Gen_TSO" src="https://github.com/pcubillos/gen_tso/blob/master/docs/gen_tso_screenshot.png">

33 changes: 31 additions & 2 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for known exoplanets.
- Interactive visualization of target's field of view with [ESASky](https://sky.esa.int/esasky/)
- Perform transit and eclipse S/N simulations for all JWST spectroscopic modes
- Perform target-acquisition simulations on science or nearby targets
- Insteractive visualization of transit, eclipse, and stellar SEDs spectra, observing modes, and simulated TSO spectra
- Interactive visualization of transit, eclipse, and stellar SEDs spectra, observing modes, and simulated TSO spectra

---

Expand All @@ -44,7 +44,36 @@ Then, you can launch the `Gen TSO` application with this prompt command:
tso
```

More information in the links below.
### Citing

Please cite this paper if you found ``Gen TSO`` useful for your research (submitted to PASP, under revision): <br>
[Cubillos (2024): Gen TSO: A General JWST Simulator for Exoplanet Times-series Observations](https://ui.adsabs.harvard.edu/abs/2024arXiv241004856C)


BibTeX reference:

```bibtex
@ARTICLE{Cubillos2024paspGenTSO,
author = {{Cubillos}, Patricio E.},
title = "{Gen TSO: A General JWST Simulator for Exoplanet Times-series Observations}",
journal = {arXiv e-prints},
keywords = {Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Instrumentation and Methods for Astrophysics},
year = 2024,
month = oct,
eid = {arXiv:2410.04856},
pages = {arXiv:2410.04856},
archivePrefix = {arXiv},
eprint = {2410.04856},
primaryClass = {astro-ph.EP},
adsurl = {https://ui.adsabs.harvard.edu/abs/2024arXiv241004856C},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```

We welcome your feedback or inquiries, please raise issues on the [Github repository](https://github.com/pcubillos/gen_tso/issues) or refer them to: <br>
Patricio Cubillos (`patricio.cubillos[at]oeaw.ac.at`)

Find more information in the links below:

- [Installation](install.qmd)
- [Getting Started](get_started.qmd)
Expand Down
2 changes: 1 addition & 1 deletion gen_tso/gen_tso_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ def _():
button_width = '95%'

my_pandeia = pandeia.engine.__version__
pandeia_status = get_version_advice(pandeia.engine, latest_version='4.0.0')
pandeia_status = get_version_advice(pandeia.engine, latest_version='4.0')
gen_tso_status = get_version_advice(gen_tso)
pandeia_ref_status = check_pandeia_ref_data(engine_version=my_pandeia)
pysynphot_data = check_pysynphot()
Expand Down

0 comments on commit 169db52

Please sign in to comment.