Commit 9ab7385c894729d1bf54d8d1ca769a94cf2f498a

Authored by aklotz
1 parent 75a063d0
Exists in dev

attached device

config/components/DetectorTimer.yml
@@ -14,3 +14,11 @@ @@ -14,3 +14,11 @@
14 is_editable: False 14 is_editable: False
15 label: "model" 15 label: "model"
16 16
  17 +- attribute:
  18 + key: _sn
  19 + is_container: False
  20 + value: unknown
  21 + unit: ""
  22 + is_editable: False
  23 + label: "serial number"
  24 +
config/components/MountPointing.yml
@@ -31,14 +31,6 @@ @@ -31,14 +31,6 @@
31 label: "Velocity profile" 31 label: "Velocity profile"
32 32
33 - attribute: 33 - attribute:
34 - key: _home  
35 - is_container: False  
36 - value: "GPS 2.0375 E 43.6443484725 136.9"  
37 - unit: ""  
38 - is_editable: False  
39 - label: "Home location"  
40 -  
41 -- attribute:  
42 key: _connect_real_mount 34 key: _connect_real_mount
43 is_container: False 35 is_container: False
44 value: False 36 value: False
privatedev/config/guitalens/device_Astromecca_TM350_sn001.yml
@@ -42,9 +42,5 @@ DEVICE: @@ -42,9 +42,5 @@ DEVICE:
42 value: TRAPEZIUM 42 value: TRAPEZIUM
43 43
44 - attribute: 44 - attribute:
45 - key: _home  
46 - value: "GPS 2.0375 E 43.6443484725 136.9"  
47 -  
48 - - attribute:  
49 key: _connect_real_mount 45 key: _connect_real_mount
50 value: False 46 value: False
privatedev/config/guitalens/device_FLI_KITS_sn0x1.yml 0 → 100644
@@ -0,0 +1,35 @@ @@ -0,0 +1,35 @@
  1 +# Schema file to check the syntax of this config file
  2 +schema: schema_device-2.0.yml
  3 +
  4 +# Here is the description of the configuration of an isolated device
  5 +DEVICE:
  6 +
  7 + _inventory_label: GPS-FLI-0x1
  8 + _manufacturer: FLI
  9 + _model: Kepler Image Time Stamp
  10 + _description: "GPS FLI Kepler" # opt str
  11 + _sn: SN0x1
  12 + _power:
  13 + _voltage: 12
  14 + _intensity: 1
  15 + _socket: "MiniDIN 8 pins"
  16 +
  17 + _connector:
  18 + _input: "GPS radio waves"
  19 + _output: "Meta data"
  20 +
  21 + CAPABILITIES:
  22 +
  23 + - CAPABILITY:
  24 + component: DetectorTimer
  25 +
  26 + attributes:
  27 +
  28 + - attribute:
  29 + key: manufacturer
  30 + value: Garmin
  31 +
  32 + - attribute:
  33 + key: _model
  34 + value: Unknown
  35 +
privatedev/config/guitalens/device_FLI_Kepler4040_sn2821221.yml
@@ -17,11 +17,10 @@ DEVICE: @@ -17,11 +17,10 @@ DEVICE:
17 _connector: 17 _connector:
18 _input: "male 3 inches" 18 _input: "male 3 inches"
19 _output: USB3 19 _output: USB3
20 - 20 +
21 CAPABILITIES: 21 CAPABILITIES:
22 22
23 - CAPABILITY: 23 - CAPABILITY:
24 -  
25 component: DetectorSensor 24 component: DetectorSensor
26 25
27 attributes: 26 attributes:
@@ -106,3 +105,6 @@ DEVICE: @@ -106,3 +105,6 @@ DEVICE:
106 key: _modes 105 key: _modes
107 value: ["opened"] 106 value: ["opened"]
108 is_editable: False 107 is_editable: False
  108 +
  109 + ATTACHED_DEVICES:
  110 + - file: device_FLI_KITS_sn0x1.yml
privatedev/config/guitalens/observatory_guitalens.yml
@@ -66,7 +66,11 @@ OBSERVATORY: @@ -66,7 +66,11 @@ OBSERVATORY:
66 66
67 - UNIT: 67 - UNIT:
68 _name: TNC-prototype 68 _name: TNC-prototype
69 - 69 + _home: "GPS 2.0375 E 43.6443484725 136.9"
  70 + _horizon:
  71 + _type: ALTAZ
  72 + _line: [ [0,0], [360,0] ]
  73 +
70 DATABASE: 74 DATABASE:
71 _computer: MainComputer 75 _computer: MainComputer
72 _file: pyros/docker/.env 76 _file: pyros/docker/.env