Core Objects#

The core reference centers on the project model, receptors, and the simulation objects returned by transport runs.

Project interface#

Model

Science-facing STILT project interface.

Receptor objects#

Receptor

Abstract base for all STILT receptor types.

PointReceptor

A single-point STILT receptor.

ColumnReceptor

A vertical-column STILT receptor (two altitudes, shared horizontal location).

MultiPointReceptor

A multi-point STILT receptor with arbitrary spatial coordinates.

ReceptorID

Unique receptor identifier: {YYYYMMDDHHMM}_{location_id}.

LocationID

Unique spatial location identifier.

read_receptors

Load receptors from a CSV file.

Simulation objects#

Simulation

Container for running and reading a STILT simulation.

SimID

Structured representation of a PYSTILT simulation ID.

Trajectories

STILT particle trajectory ensemble.

Footprint

STILT footprint container with grid metadata and data array.