make_las_campanas_atmospheric_layers
- hcipy.atmosphere.make_las_campanas_atmospheric_layers(input_grid, r0=0.16, L0=25, wavelength=5.5e-07)
Creates a multi-layer atmosphere for the Las Campanas Observatory site.
The layer parameters are taken from [Males2019] who based it on site testing from [Prieto2010] and [Osip2011] .
[Prieto2010]G. Prieto et al., “Giant Magellan telescope site testing seeing and turbulence statistics,” Proc. SPIE 7733, 77334O (2010).
[Osip2011]Joanna E. Thomas-Osip et al. “Giant Magellan Telescope Site Testing Summary.” arXiv:1101.2340 (2011).
[Males2019]Jared Males et al. “Ground-based adaptive optics coronagraphic performance under closed-loop predictive control”, JATIS, Volume 4, id. 019001 (2018).
- Parameters:
- input_gridGrid
Th
- r0scalar
The integrated Cn^2 value for the atmosphere.
- L0scalar
The outer scale of the atmosphere
- wavelengthscalar
The wavelength in meters at which to calculate the Fried parameter (default: 550nm).
- Returns:
- list
A list of turbulence layers.