from spectractor.simulation.atmosphere import Atmosphere
a = Atmosphere(airmass=1.2, pressure=800, temperature=5, lambda_min=300, lambda_max=1000)
transmission = a.simulate(ozone=400, pwv=5, aerosols=0.05)
a.plot_transmission()