Simulating high-resolution spectroscopy of exoplanet atmospheres.
Project description
scope
Simulating high-resolution cross-correlation spectroscopy for exoplanet atmospheres.
installation
You can install scope
using pip:
pip install scope-astr
To install from source, run
python3 -m pip install -U pip
python3 -m pip install -U setuptools setuptools_scm pep517
git clone https://github.com/arjunsavel/scope
cd scope
python3 -m pip install -e .
You'll also need to download some data files. Currently, these data files are about 141 MB large. You can download them (to the correct directory, even!) with the following:
cd src/scope
chmod +x download_data.bash
./download_data.bash
This will create a data
directory and plop the relevant files into it. You're also welcome to run the tests to
make sure everything's been installed correctly:
pytest .
workflow
For more details, see the documentation.
Ideally, most user interaction with scope
will simply occur through the input file (scope/input.txt
).
Any data field in a row marked with the [DB] flag can be pulled from a local database by inputting DATABASE
. In our case, a database simply refers
to a CSV containing contents from the Exoplanet Archive,
with planet parameters resolved with the planet name.
Simply edit the input file to the desired parameters, then run:
python run_simulation.py
Running the script requires exoplanet, stellar, and telluric spectra. Default spectra and parameters currently correspond to the exoplanet WASP-77Ab.
Once completed, the code will create a directory for the data in output/
(based on the input modelname
)
with the following types of files:
simdata_
: the simulated flux cube with PCA performed. That is, the principal components with the largest variance have been removed.nopca_simdata_
: the simulated flux cube, including all spectral components (exoplanet, star, blaze function, tellurics).A_noplanet_
: the simulated flux cube with the lowest-variance principal component(s) removed.lls_
: the log-likelihood surface for the simulated flux cube, as a Kp--Vsys map.ccfs_
: the cross-correlation function for the simulated flux cube, as a Kp--Vsys map.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file scope_astr-0.4.4b0.tar.gz
.
File metadata
- Download URL: scope_astr-0.4.4b0.tar.gz
- Upload date:
- Size: 57.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 697c29ea4a3ba2510bd4ae49e23ffc5733c474afb525f5b6f6e432851e81ffce |
|
MD5 | 48d91caa890880677b6e4e2160f6c49e |
|
BLAKE2b-256 | c4cd8310ef1470fe3a75398464279802b944a2a0121570a6c5537d066c7c3516 |
File details
Details for the file scope_astr-0.4.4b0-py3-none-any.whl
.
File metadata
- Download URL: scope_astr-0.4.4b0-py3-none-any.whl
- Upload date:
- Size: 47.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c47c0ba8c38115e58a3f27e5db2ed0907d28b50ae8371662076be19a67e683b |
|
MD5 | 2eef60e32b6a284a3600c91a61e16859 |
|
BLAKE2b-256 | 8d2f2f0960097eef29ce03c1f9b04ef58f98242bcc4426ae1752faa6eca6b5f5 |