Example instrumentsΒΆ
This notebook a bunch of pre-defined instruments in maria
[1]:
import maria
m2 = maria.get_instrument("m2/mustang-2")
m2.plot()
[2]:
saboca = maria.get_instrument("apex/saboca")
saboca.plot()
[3]:
artemis = maria.get_instrument("apex/artemis")
artemis.plot()