Module gonioimsoft.macro
Functions
def list_macros()
-
Lists all available macros by names that can be directly passed to load function in this module.
def load(macro_name)
-
Loads a macro from text file.
macro_name is the name of a macro file inside macros folder, without the file ending.
Loaded macro that is returned is a list whose items are macro commands understood by DynamicImaging in core.py
def save(macro_name, macro)