---
sd_hide_title: false
---

# SASKTRAN2 Extensions

::::{grid}
:reverse:
:gutter: 2 1 1 1
:margin: 4 4 1 1

:::{grid-item}
:columns: 4

```{image} ./_static/sasktran-dark.svg
:width: 250px
:class: sd-m-auto transparent-image only-light
:name: landing-page-logo-light
```

```{image} ./_static/sasktran-light.svg
:width: 250px
:class: sd-m-auto transparent-image only-dark
:name: landing-page-logo-dark
```
:::

:::{grid-item}
:columns: 8
:class: sd-fs-3

The SASKTRAN Radiative Transfer Framework (Version 2) Extensions

:::

::::

This package provides extensions to the [SASKTRAN2](https://sasktran2.readthedocs.io) atmospheric radiative transfer model,
including an implementation of the MT_CKD continuum.

::::{grid} 1 1 2 2
:gutter: 2

:::{grid-item-card} {octicon}`paper-airplane;1.5em;sd-mr-1` Installation
:link: _installation
:link-type: ref

`sasktran2_ext` is available as a `pip` package on most platforms.

+++
[Learn more »](installation)
:::

:::{grid-item-card} {octicon}`plug;1.5em;sd-mr-1` Quick Start Guide
:link: _quickstart
:link-type: ref

The quick start guide will help you set up your first continuum calculation.

+++
[Learn more »](quickstart)
:::

:::{grid-item-card} {octicon}`tools;1.5em;sd-mr-1` User's Guide
:link: _users_guide
:link-type: ref

The user's guide demonstrates the extension features through example.

+++
[Learn more »](users_guide)
:::

:::{grid-item-card} {octicon}`code;1.5em;sd-mr-1` API Reference
:link: _api_reference
:link-type: ref

A full reference to the SASKTRAN2 extension API.

+++
[Learn more »](api_reference)
:::


::::



```{toctree}
:maxdepth: 4
:hidden:
:caption: For Users

installation
quickstart
users_guide
api_reference
changelog
