hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Classes | Functions | Variables
utils.named_positions_helper Namespace Reference

Classes

class  NamedPositionsHelper
 Structure that help decode and encode a datapoint value with a yaml string It uses the CiiConfigDocument and CiiConfigng to do the convertion between yaml string value and a python list with the a group of the telescope named posistions. More...
 

Functions

def main ()
 Test entry point.
 

Variables

str CFG_STRING
 

Function Documentation

◆ main()

def utils.named_positions_helper.main ( )

Test entry point.

Variable Documentation

◆ CFG_STRING

str utils.named_positions_helper.CFG_STRING
Initial value:
1= """
2!cfg.typedef TelNamedPosition:
3 pos_string: !cfg.type:string
4 alt_pos: !cfg.type:double
5 az_pos: !cfg.type:double
6
7tel_named_pos: !cfg.type:vector_TelNamedPosition
8 - pos_string: PARK
9 alt_pos: 0.000000
10 az_pos: 0.000000
11
12 - pos_string: ZENITH
13 alt_pos: 1.570796
14 az_pos: 0.000000
15"""