Sites¶
Overview¶
The observing site is represented by a Site
. For example:
import maria
cerro_toco = maria.get_site("cerro_toco")
cerro_toco.plot()
(Source code
, png
, hires.png
, pdf
)

Hint
To see all available pre-defined sites, run print(maria.all_sites)
.