get_cloud_nk_data#
- exo_skryer.registry_cloud.get_cloud_nk_data() Dict[str, Array][source]#
Retrieve cached cloud refractive index data.
- Returns:
- nk_datadict[str,
ndarray] Dictionary containing: - ‘wl’: Wavelength grid in microns, shape (nwl,) - ‘n’: Real refractive index, shape (nwl,) - ‘k’: Imaginary refractive index, shape (nwl,) - ‘conducting’: int32 flag (1 if conducting, 0 otherwise) if loaded via load_cloud_nk_data()
- nk_datadict[str,
- Raises:
- RuntimeError
If no cloud n,k data has been loaded (call
set_cloud_nk_datafirst).