SimulatorRuntime

class tolteca.simu.SimulatorRuntime(config)[source]

Bases: tolteca.utils.runtime_context.RuntimeBase

A class to run the simulator.

Attributes Summary

logger

Methods Summary

plot(type, **kwargs)

Make plot of type type.

run()

Attributes Documentation

logger = <Logger SimulatorRuntime (DEBUG)>

Methods Documentation

plot(type, **kwargs)[source]

Make plot of type type.

run()[source]