TwiceAsNice
2019-02-18
|
Public Member Functions | |
def | __init__ (self, _svcName) |
def | connectDrot (self, prefix) |
def | connectWfc (self, _node) |
def | connectCamera (self, _node) |
def | activate (self) |
def | init (self) |
def | deinit (self) |
def | deactivate (self) |
def | idleOnline (self) |
def | idleOffline (self) |
def | work (self) |
def | getIntMatFile (self, rot) |
def | reduceIM (self, intMatFile) |
def | get_mask_pixels (self, full_mask) |
![]() | |
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 | |
config | |
dataPath | |
intMatPrefix | |
metaPupRadius | |
drotStepSize | |
drotUpdateInterval | |
m2c | |
currIntMatFile | |
filePrefix | |
drotCtrl | |
wfcFitsWriter | |
camera | |
pupil | |
![]() | |
name | |
worker | |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.__init__ | ( | self, | |
_svcName | |||
) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.activate | ( | self | ) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.connectCamera | ( | self, | |
_node | |||
) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.connectDrot | ( | self, | |
prefix | |||
) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.connectWfc | ( | self, | |
_node | |||
) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.deactivate | ( | self | ) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.deinit | ( | self | ) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.get_mask_pixels | ( | self, | |
full_mask | |||
) |
Returns flat array of illuminated pixels from the mask provided. The pask can be 80x80 or 40x40. It only considers the first 40x40 elements. The pixel position can be from 0 to 1600 (corresponding to 40x40 array)
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.getIntMatFile | ( | self, | |
rot | |||
) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.idleOffline | ( | self | ) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.idleOnline | ( | self | ) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.init | ( | self | ) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.reduceIM | ( | self, | |
intMatFile | |||
) |
def LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.work | ( | self | ) |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.camera |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.config |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.currIntMatFile |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.dataPath |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.drotCtrl |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.drotStepSize |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.drotUpdateInterval |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.filePrefix |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.intMatPrefix |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.m2c |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.metaPupRadius |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.pupil |
LaosHWSRecMatPythonServiceWorker.LaosHWSRecMatPythonServiceWorker.wfcFitsWriter |