Retrieval Examples#
In this section we will give fully implemented examples of retrievals.
If you use the pRT retrieval package, please cite Nasedkin et al. (2024).
The retrieval tutorials use the current dataset-control names scale_flux, scale_uncertainties, and fit_flux_offset. They also demonstrate the JAX retrieval setup through the same Data and RetrievalConfig interfaces.
- Retrieval Parameter Reference
- Overview of Built-in Model Functions
- Planetary / Orbital Parameters
- Temperature–Pressure Profile Parameters
- Chemistry Parameters
- Cloud Parameters
- Optional Emission Model Parameters
- Per-Dataset Instrumental / Calibration Parameters
- Gaussian-Process Covariance Hyperparameters
- Uncertainties Mode Parameters
- Parameter Compatibility Matrix
- Prior Types for
RetrievalParameter - Internal Infrastructure Parameters
- Example: Minimal Emission Retrieval Setup
- Retrieval Samplers
- Retrievals: Basic Retrieval Tutorial
- Retrievals: Advanced features
- Retrievals with JAX
- Retrievals: JAX Emission Tutorial
- Retrievals: Using the Model Functions
- Retrievals: Dealing with multiple datasets
- Retrievals: Emission Spectra Retrieval
- Retrievals: Emission Spectra Retrieval with NumPyro NUTS
- Leave-One-Out Analysis with petitRADTRANS 4
- JWST retrieval workflow with
SpectralModel - High-resolution retrieval workflow with
SpectralModel- Optional: loading a
Planet - Loading data
- Optional: generating simulated observations
- Preparing the data
- Defining the retrieved parameters
- The forward model: a
SpectralModelwith velocity range - Setting up the retrieval
- Running the retrieval
- Plotting a corner plot
- Best fit model and best fit parameters
- Optional: loading a
- Retrievals: Exploring the built-in models