shapepipe.utilities.canfar
shapepipe.utilities.canfar¶
CANFAR TOOLS.
This module defines methods for managing CANFAR specific actions.
- Author
Samuel Farrens <samuel.farrens@cea.fr> Martin Kilbinger <martin.kilbinger@cea.fr>
- exception vosError[source]¶
Bases:
Exception
VOS Error.
Generic error that is raised by the vosHandler.
- class vosHandler(command)[source]¶
Bases:
object
VOS Handler.
This class manages the use of VOS commands.
- Parameters
command (str) – VOS command name
- static _check_vos_install()[source]¶
Check VOS Install.
Check if VOS is correctly installed.
- Raises
ImportError – if vos package cannot be imported
- property command¶
Set Command.
This method sets the VOS command property.
- Raises
ValueError – if value is not valid vos command