API
visxCtrl.xapp Namespace Reference

Classes

class  VisXConfig
 
class  VisX
 

Functions

def find_active_filter (client, fwname)
 

Variables

 log = logging.getLogger(__name__)
 
dictionary EXTERNAL_RECORDED_PROPERTIES
 
tuple RECORDED_WHEELS = ('fwfpm', 'fwlyot')
 
int CAMERA_CONNECT_RETRY_SEC = 5
 

Function Documentation

◆ find_active_filter()

def visxCtrl.xapp.find_active_filter (   client,
  fwname 
)

Definition at line 34 of file xapp.py.

Referenced by visxCtrl.xapp.VisX._gather_metadata().

Variable Documentation

◆ CAMERA_CONNECT_RETRY_SEC

int visxCtrl.xapp.CAMERA_CONNECT_RETRY_SEC = 5

Definition at line 32 of file xapp.py.

◆ EXTERNAL_RECORDED_PROPERTIES

dictionary visxCtrl.xapp.EXTERNAL_RECORDED_PROPERTIES
Initial value:
1 = {
2  'tcsi.catalog.object': 'OBJECT',
3  'tcsi.catdata.ra': None,
4  'tcsi.catdata.dec': None,
5  'tcsi.catdata.epoch': None,
6  'observers.current_observer.full_name': 'OBSERVER',
7  'tcsi.teldata.pa': 'PARANG',
8  'flipacq.presetName.in': None,
9 }

Definition at line 20 of file xapp.py.

◆ log

visxCtrl.xapp.log = logging.getLogger(__name__)

Definition at line 18 of file xapp.py.

◆ RECORDED_WHEELS

tuple visxCtrl.xapp.RECORDED_WHEELS = ('fwfpm', 'fwlyot')

Definition at line 30 of file xapp.py.