FINESSE is software for controlling a spectrometer system developed by Imperial College London's Space and Atmospheric Physics group, written in Python and with a graphical interface using the PySide6 Qt bindings.
Emissivity of the Earth's different surface types helps determine the efficiency with which the planet radiatively cools to space and is a critical variable in climate models. However, to date, most measurements of surface emissivity have been made in the mid-infrared. The FINESSE project is novel in employing a ground-based system capable of extending these datasets into the far-infrared. The system is tuned in particular for targeting ice and snow, as the response of the climate to global warming is observed to be most rapid in Arctic regions. Far-infrared emissivity data provided by FINESSE will inform climate modelling studies seeking to better understand this rapid change. They will also help to validate emissivity retrievals from upcoming satellite instruments focusing on the far-infrared which will be deployed by ESA (FORUM) and NASA (PREFIRE).
This software is currently being adapted as part of a second project – UNIRAS – to deploy a modified version of the equipment on the UK’s [Facility for Airborne Atmospheric Measurements] aircraft.
Technical documentation is available on FINESSE's GitHub Pages site.
This is a Python application that uses poetry for packaging and dependency management. It also provides pre-commit hooks for various linters and formatters and automated tests using pytest and GitHub Actions. Pre-commit hooks are automatically kept updated with a dedicated GitHub Action.
To get started:
Download and install Poetry following the instructions for your OS.
Clone this repository and make it your working directory
Set up the virtual environment:
poetry install
Activate the virtual environment (alternatively, ensure any python-related command is preceded by poetry run
):
poetry shell
Install the git hooks:
pre-commit install
Run the main app:
python -m finesse
Run the tests:
pytest
Build the user guide:
Install pandoc
python docs/gen_user_guide.py