Sites¶
The observing site is represented by a Site
. For example:
cerro_toco = maria.get_site("cerro_toco")
cerro_toco.plot()
To see the list of all supported sites, run
print(maria.all_sites)
Customizing Sites¶
We can customize sites as:
taller_cerro_toco = maria.get_site("cerro_toco", altitude=6190) # one kilometer higher!