TwiceAsNice
2019-02-18
|
Prop2Fits Service Worker dumping property values into a file. More...
Public Member Functions | |
def | camtmp (self) |
Obtain the directory CAMTMP of the environment variable. More... | |
def | __init__ (self, _svcName) |
def | init (self) |
def | deinit (self) |
def | activate (self) |
def | deactivate (self) |
def | idleOffline (self) |
def | idleOnline (self) |
def | work (self) |
Run through the node list and dump one line for each node Construct WCS CDi_j keywords if PANG_STRT_ANG and MOT_STRT_ANG specs are met. More... | |
def | camtmp (self) |
Obtain the directory CAMTMP of the environment variable. More... | |
def | __init__ (self, _svcName) |
def | init (self) |
def | deinit (self) |
def | activate (self) |
def | deactivate (self) |
def | idleOffline (self) |
def | idleOnline (self) |
def | work (self) |
Run through the node list and dump one line for each node Construct WCS CDi_j keywords if PANG_STRT_ANG and MOT_STRT_ANG specs are met. More... | |
![]() | |
def | __init__ (self, _svcName) |
def | name (self) |
def | config (self, _node) |
def | cfg (self, _node) |
def | var (self, _node) |
def | abort (self) |
dummy (does nothing) More... | |
def | stop (self) |
dummy (does nothing) More... | |
def | init (self) |
dummy (does nothing) More... | |
def | deinit (self) |
dummy (does nothing) More... | |
def | activate (self) |
dummy (does nothing) More... | |
def | deactivate (self) |
dummy (does nothing) More... | |
def | idleOffline (self) |
dummy (waits for state change) More... | |
def | idleStandby (self) |
dummy (waits for state change) More... | |
def | idleOnline (self) |
dummy (waits for state change) More... | |
def | errorOffline (self) |
action in response to an error while offline Sets the state to OFFLINE More... | |
def | errorStandby (self) |
action in response to an error while in standby Sets the state to OFFLINE More... | |
def | errorOnline (self) |
action in response to an error while online Sets the state to OFFLINE More... | |
def | errorWorking (self) |
action in response to an error while executing a command Sets the state to OFFLINE More... | |
def | __init__ (self, _svcName) |
def | name (self) |
def | config (self, _node) |
def | cfg (self, _node) |
def | var (self, _node) |
def | abort (self) |
dummy (does nothing) More... | |
def | stop (self) |
dummy (does nothing) More... | |
def | init (self) |
dummy (does nothing) More... | |
def | deinit (self) |
dummy (does nothing) More... | |
def | activate (self) |
dummy (does nothing) More... | |
def | deactivate (self) |
dummy (does nothing) More... | |
def | idleOffline (self) |
dummy (waits for state change) More... | |
def | idleStandby (self) |
dummy (waits for state change) More... | |
def | idleOnline (self) |
dummy (waits for state change) More... | |
def | errorOffline (self) |
action in response to an error while offline Sets the state to OFFLINE More... | |
def | errorStandby (self) |
action in response to an error while in standby Sets the state to OFFLINE More... | |
def | errorOnline (self) |
action in response to an error while online Sets the state to OFFLINE More... | |
def | errorWorking (self) |
action in response to an error while executing a command Sets the state to OFFLINE More... | |
Public Attributes | |
counter | |
nodelist | |
varDataNode | |
cfgDataNode | |
cfgNode | |
offline_wait | |
online_wait | |
fhdrFile | |
geirsFile | |
scphost | |
![]() | |
name | |
worker | |
Prop2Fits Service Worker dumping property values into a file.
Prop2Fits Service Worker dumping node values into a file
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.__init__ | ( | self, | |
_svcName | |||
) |
Constructor Calls base class constructor and uses Nice config data to config. timing. Defines a base file name for the data output.
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.__init__ | ( | self, | |
_svcName | |||
) |
Constructor Calls base class constructor and uses Nice config data to config. timing. Defines a base file name for the data output.
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.activate | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.activate | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.camtmp | ( | self | ) |
Obtain the directory CAMTMP of the environment variable.
This is equivalent to the setting in GEIRS startup script and Sutil.cxx . Note that monit may start this as user nobody (even if configured different in config/monit.d) and none of these environment variables may be set.
Obtain the directory CAMTMP of the environment variable. This is equivalent to the setting in GEIRS GENERIC and Sutil.cxx .
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.camtmp | ( | self | ) |
Obtain the directory CAMTMP of the environment variable.
This is equivalent to the setting in GEIRS startup script and Sutil.cxx . Note that monit may start this as user nobody (even if configured different in config/monit.d) and none of these environment variables may be set.
Obtain the directory CAMTMP of the environment variable. This is equivalent to the setting in GEIRS GENERIC and Sutil.cxx .
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.deactivate | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.deactivate | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.deinit | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.deinit | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.idleOffline | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.idleOffline | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.idleOnline | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.idleOnline | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.init | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.init | ( | self | ) |
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.work | ( | self | ) |
Run through the node list and dump one line for each node Construct WCS CDi_j keywords if PANG_STRT_ANG and MOT_STRT_ANG specs are met.
Run through the node list and dump one line for each
def LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.work | ( | self | ) |
Run through the node list and dump one line for each node Construct WCS CDi_j keywords if PANG_STRT_ANG and MOT_STRT_ANG specs are met.
Run through the node list and dump one line for each
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.cfgDataNode |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.cfgNode |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.counter |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.fhdrFile |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.geirsFile |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.nodelist |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.offline_wait |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.online_wait |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.scphost |
LircsProp2FitsPythonServiceWorker.Prop2FitsPythonServiceWorker.varDataNode |