Sites

The observing site is represented by a Site. For example:

cerro_toco = maria.get_site("cerro_toco")

To see the list of 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!