|
| None | __init__ (self) |
| |
| None | run (self, list[str] command) |
| |
|
|
| logger = logging.getLogger() |
| |
Wrapper class to run Anima commands easily and safely
◆ __init__()
| None StrokeSegLab.utils.wrapper.AnimaWrapper.__init__ |
( |
| self | ) |
|
Initialize the wrapper class
◆ run()
| None StrokeSegLab.utils.wrapper.AnimaWrapper.run |
( |
| self, |
|
|
list[str] | command ) |
Run an Anima command, Raises error if the executable returns a non-zero exit status
Args:
command (list[str]): Command to run, where the first element is the executable name, and the rest are arguments
The documentation for this class was generated from the following file:
- /home/ymahe/Desktop/StrokeSeg/StrokeSegLab/utils/wrapper.py