Atmosphyre Documentation
Atmosphyre is a Python package to characterise the impact of atmospheric dispersion on a spectrograph’s transmission.
It can be installed with pip:
(.venv) $ pip install astrophyre
Note
This project is under active development.
Contents
The documentation is a work in progress. Below presents the background to the package, the available functions for use in analysis, and examples of Atmosphyre in practice.
- Introduction
- Functions
simsim.load_wavelengths()sim.load_observation()sim.calculate_integration_shifts()sim.load_aperture()sim.load_PSFs()sim.calculate_integration_transmissions()sim.integration_plots()sim.run()sim.optimise_integration()sim.load_ZA()sim.calculate_snapshot_shifts()sim.calculate_snapshot_transmissions()sim.snapshot_plots()
- Examples