cgse 2024.7.0__py3-none-any.whl → 2025.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- README.md +27 -0
- bump.py +85 -0
- cgse-2025.0.2.dist-info/METADATA +38 -0
- cgse-2025.0.2.dist-info/RECORD +5 -0
- {cgse-2024.7.0.dist-info → cgse-2025.0.2.dist-info}/WHEEL +1 -2
- cgse-2024.7.0.dist-info/COPYING +0 -674
- cgse-2024.7.0.dist-info/COPYING.LESSER +0 -165
- cgse-2024.7.0.dist-info/METADATA +0 -144
- cgse-2024.7.0.dist-info/RECORD +0 -660
- cgse-2024.7.0.dist-info/entry_points.txt +0 -75
- cgse-2024.7.0.dist-info/top_level.txt +0 -2
- egse/__init__.py +0 -12
- egse/__main__.py +0 -32
- egse/aeu/aeu.py +0 -5238
- egse/aeu/aeu_awg.yaml +0 -265
- egse/aeu/aeu_crio.yaml +0 -273
- egse/aeu/aeu_cs.py +0 -627
- egse/aeu/aeu_devif.py +0 -321
- egse/aeu/aeu_main_ui.py +0 -903
- egse/aeu/aeu_metrics.py +0 -131
- egse/aeu/aeu_protocol.py +0 -463
- egse/aeu/aeu_psu.yaml +0 -204
- egse/aeu/aeu_ui.py +0 -873
- egse/aeu/arbdata/FccdRead.arb +0 -2
- egse/aeu/arbdata/FccdRead_min_points.arb +0 -2
- egse/aeu/arbdata/HeaterSync_FccdRead.arb +0 -2
- egse/aeu/arbdata/HeaterSync_ccdRead25.arb +0 -2
- egse/aeu/arbdata/HeaterSync_ccdRead31_25.arb +0 -2
- egse/aeu/arbdata/HeaterSync_ccdRead37_50.arb +0 -2
- egse/aeu/arbdata/HeaterSync_ccdRead43_75.arb +0 -2
- egse/aeu/arbdata/HeaterSync_ccdRead50.arb +0 -2
- egse/aeu/arbdata/Heater_FccdRead_min_points.arb +0 -2
- egse/aeu/arbdata/ccdRead25.arb +0 -2
- egse/aeu/arbdata/ccdRead25_150ms.arb +0 -2
- egse/aeu/arbdata/ccdRead31_25.arb +0 -2
- egse/aeu/arbdata/ccdRead31_25_150ms.arb +0 -2
- egse/aeu/arbdata/ccdRead37_50.arb +0 -2
- egse/aeu/arbdata/ccdRead37_50_150ms.arb +0 -2
- egse/aeu/arbdata/ccdRead43_75.arb +0 -2
- egse/aeu/arbdata/ccdRead43_75_150ms.arb +0 -2
- egse/aeu/arbdata/ccdRead50.arb +0 -2
- egse/aeu/arbdata/ccdRead50_150ms.arb +0 -2
- egse/alert/__init__.py +0 -1049
- egse/alert/alertman.yaml +0 -37
- egse/alert/alertman_cs.py +0 -233
- egse/alert/alertman_ui.py +0 -600
- egse/alert/gsm/beaglebone.py +0 -138
- egse/alert/gsm/beaglebone.yaml +0 -51
- egse/alert/gsm/beaglebone_cs.py +0 -108
- egse/alert/gsm/beaglebone_devif.py +0 -122
- egse/alert/gsm/beaglebone_protocol.py +0 -46
- egse/bits.py +0 -318
- egse/camera.py +0 -44
- egse/collimator/__init__.py +0 -0
- egse/collimator/fcul/__init__.py +0 -0
- egse/collimator/fcul/ogse.py +0 -1077
- egse/collimator/fcul/ogse.yaml +0 -14
- egse/collimator/fcul/ogse_cs.py +0 -154
- egse/collimator/fcul/ogse_devif.py +0 -358
- egse/collimator/fcul/ogse_protocol.py +0 -132
- egse/collimator/fcul/ogse_sim.py +0 -431
- egse/collimator/fcul/ogse_ui.py +0 -1108
- egse/command.py +0 -699
- egse/config.py +0 -410
- egse/confman/__init__.py +0 -1058
- egse/confman/confman.yaml +0 -70
- egse/confman/confman_cs.py +0 -240
- egse/confman/confman_ui.py +0 -381
- egse/confman/setup_ui.py +0 -565
- egse/control.py +0 -632
- egse/coordinates/__init__.py +0 -534
- egse/coordinates/avoidance.py +0 -100
- egse/coordinates/cslmodel.py +0 -127
- egse/coordinates/laser_tracker_to_dict.py +0 -122
- egse/coordinates/point.py +0 -707
- egse/coordinates/pyplot.py +0 -194
- egse/coordinates/referenceFrame.py +0 -1279
- egse/coordinates/refmodel.py +0 -737
- egse/coordinates/rotationMatrix.py +0 -85
- egse/coordinates/transform3d_addon.py +0 -419
- egse/csl/__init__.py +0 -50
- egse/csl/commanding.py +0 -78
- egse/csl/icons/hexapod-connected-selected.svg +0 -30
- egse/csl/icons/hexapod-connected.svg +0 -30
- egse/csl/icons/hexapod-homing-selected.svg +0 -68
- egse/csl/icons/hexapod-homing.svg +0 -68
- egse/csl/icons/hexapod-retract-selected.svg +0 -56
- egse/csl/icons/hexapod-retract.svg +0 -51
- egse/csl/icons/hexapod-zero-selected.svg +0 -56
- egse/csl/icons/hexapod-zero.svg +0 -56
- egse/csl/icons/logo-puna.svg +0 -92
- egse/csl/icons/stop.svg +0 -1
- egse/csl/initialisation.py +0 -102
- egse/csl/mech_pos_settings.yaml +0 -18
- egse/das.py +0 -1240
- egse/das.yaml +0 -7
- egse/data/conf/SETUP_CSL_00000_170620_150000.yaml +0 -5
- egse/data/conf/SETUP_CSL_00001_170620_151010.yaml +0 -69
- egse/data/conf/SETUP_CSL_00002_170620_151020.yaml +0 -69
- egse/data/conf/SETUP_CSL_00003_170620_151030.yaml +0 -69
- egse/data/conf/SETUP_CSL_00004_170620_151040.yaml +0 -69
- egse/data/conf/SETUP_CSL_00005_170620_151050.yaml +0 -69
- egse/data/conf/SETUP_CSL_00006_170620_151060.yaml +0 -69
- egse/data/conf/SETUP_CSL_00007_170620_151070.yaml +0 -69
- egse/data/conf/SETUP_CSL_00008_170620_151080.yaml +0 -75
- egse/data/conf/SETUP_CSL_00010_210308_083016.yaml +0 -138
- egse/data/conf/SETUP_INTA_00000_170620_150000.yaml +0 -4
- egse/data/conf/SETUP_SRON_00000_170620_150000.yaml +0 -4
- egse/decorators.py +0 -514
- egse/device.py +0 -269
- egse/dpu/__init__.py +0 -2698
- egse/dpu/ccd_ui.py +0 -514
- egse/dpu/dpu.py +0 -783
- egse/dpu/dpu.yaml +0 -153
- egse/dpu/dpu_cs.py +0 -272
- egse/dpu/dpu_ui.py +0 -671
- egse/dpu/fitsgen.py +0 -2096
- egse/dpu/fitsgen_ui.py +0 -399
- egse/dpu/hdf5_model.py +0 -332
- egse/dpu/hdf5_ui.py +0 -277
- egse/dpu/hdf5_viewer.py +0 -506
- egse/dpu/hk_ui.py +0 -468
- egse/dpu_commands.py +0 -81
- egse/dsi/__init__.py +0 -33
- egse/dsi/_libesl.py +0 -232
- egse/dsi/constants.py +0 -296
- egse/dsi/esl.py +0 -630
- egse/dsi/rmap.py +0 -444
- egse/dsi/rmapci.py +0 -39
- egse/dsi/spw.py +0 -335
- egse/dsi/spw_state.py +0 -29
- egse/dummy.py +0 -318
- egse/dyndummy.py +0 -179
- egse/env.py +0 -278
- egse/exceptions.py +0 -88
- egse/fdir/__init__.py +0 -26
- egse/fdir/fdir_manager.py +0 -85
- egse/fdir/fdir_manager.yaml +0 -37
- egse/fdir/fdir_manager_controller.py +0 -136
- egse/fdir/fdir_manager_cs.py +0 -164
- egse/fdir/fdir_manager_interface.py +0 -15
- egse/fdir/fdir_remote.py +0 -73
- egse/fdir/fdir_remote.yaml +0 -30
- egse/fdir/fdir_remote_controller.py +0 -30
- egse/fdir/fdir_remote_cs.py +0 -94
- egse/fdir/fdir_remote_interface.py +0 -9
- egse/fdir/fdir_remote_popup.py +0 -26
- egse/fee/__init__.py +0 -106
- egse/fee/f_fee_register.yaml +0 -43
- egse/fee/feesim.py +0 -914
- egse/fee/n_fee_hk.py +0 -768
- egse/fee/nfee.py +0 -188
- egse/filterwheel/__init__.py +0 -4
- egse/filterwheel/eksma/__init__.py +0 -49
- egse/filterwheel/eksma/fw8smc4.py +0 -657
- egse/filterwheel/eksma/fw8smc4.yaml +0 -121
- egse/filterwheel/eksma/fw8smc4_cs.py +0 -144
- egse/filterwheel/eksma/fw8smc4_devif.py +0 -473
- egse/filterwheel/eksma/fw8smc4_protocol.py +0 -82
- egse/filterwheel/eksma/fw8smc4_ui.py +0 -940
- egse/filterwheel/eksma/fw8smc5.py +0 -115
- egse/filterwheel/eksma/fw8smc5.yaml +0 -105
- egse/filterwheel/eksma/fw8smc5_controller.py +0 -307
- egse/filterwheel/eksma/fw8smc5_cs.py +0 -141
- egse/filterwheel/eksma/fw8smc5_interface.py +0 -65
- egse/filterwheel/eksma/fw8smc5_simulator.py +0 -29
- egse/filterwheel/eksma/fw8smc5_ui.py +0 -1065
- egse/filterwheel/eksma/testpythonfw.py +0 -215
- egse/fov/__init__.py +0 -65
- egse/fov/fov_hk.py +0 -710
- egse/fov/fov_ui.py +0 -859
- egse/fov/fov_ui_controller.py +0 -140
- egse/fov/fov_ui_model.py +0 -200
- egse/fov/fov_ui_view.py +0 -345
- egse/gimbal/__init__.py +0 -32
- egse/gimbal/symetrie/__init__.py +0 -26
- egse/gimbal/symetrie/alpha.py +0 -586
- egse/gimbal/symetrie/generic_gimbal_ui.py +0 -1521
- egse/gimbal/symetrie/gimbal.py +0 -877
- egse/gimbal/symetrie/gimbal.yaml +0 -168
- egse/gimbal/symetrie/gimbal_cs.py +0 -183
- egse/gimbal/symetrie/gimbal_protocol.py +0 -138
- egse/gimbal/symetrie/gimbal_ui.py +0 -361
- egse/gimbal/symetrie/pmac.py +0 -1006
- egse/gimbal/symetrie/pmac_regex.py +0 -83
- egse/graph.py +0 -132
- egse/gui/__init__.py +0 -47
- egse/gui/buttons.py +0 -378
- egse/gui/focalplane.py +0 -1285
- egse/gui/formatter.py +0 -10
- egse/gui/led.py +0 -162
- egse/gui/limitswitch.py +0 -143
- egse/gui/mechanisms.py +0 -587
- egse/gui/states.py +0 -148
- egse/gui/stripchart.py +0 -729
- egse/gui/styles.qss +0 -48
- egse/gui/switch.py +0 -112
- egse/h5.py +0 -274
- egse/help/__init__.py +0 -0
- egse/help/help_ui.py +0 -126
- egse/hexapod/__init__.py +0 -32
- egse/hexapod/symetrie/__init__.py +0 -137
- egse/hexapod/symetrie/alpha.py +0 -874
- egse/hexapod/symetrie/dynalpha.py +0 -1387
- egse/hexapod/symetrie/hexapod_ui.py +0 -1516
- egse/hexapod/symetrie/pmac.py +0 -1010
- egse/hexapod/symetrie/pmac_regex.py +0 -83
- egse/hexapod/symetrie/puna.py +0 -1167
- egse/hexapod/symetrie/puna.yaml +0 -193
- egse/hexapod/symetrie/puna_cs.py +0 -195
- egse/hexapod/symetrie/puna_protocol.py +0 -134
- egse/hexapod/symetrie/puna_ui.py +0 -433
- egse/hexapod/symetrie/punaplus.py +0 -107
- egse/hexapod/symetrie/zonda.py +0 -872
- egse/hexapod/symetrie/zonda.yaml +0 -337
- egse/hexapod/symetrie/zonda_cs.py +0 -172
- egse/hexapod/symetrie/zonda_devif.py +0 -414
- egse/hexapod/symetrie/zonda_protocol.py +0 -123
- egse/hexapod/symetrie/zonda_ui.py +0 -449
- egse/hk.py +0 -791
- egse/icons/aeu-cs-start.svg +0 -117
- egse/icons/aeu-cs-stop.svg +0 -118
- egse/icons/aeu-cs.svg +0 -107
- egse/icons/aeu_cs-started.svg +0 -112
- egse/icons/aeu_cs-stopped.svg +0 -112
- egse/icons/aeu_cs.svg +0 -55
- egse/icons/alert.svg +0 -1
- egse/icons/arrow-double-left.png +0 -0
- egse/icons/arrow-double-right.png +0 -0
- egse/icons/arrow-up.svg +0 -11
- egse/icons/backward.svg +0 -1
- egse/icons/busy.svg +0 -1
- egse/icons/cleaning.svg +0 -115
- egse/icons/color-scheme.svg +0 -1
- egse/icons/cs-connected-alert.svg +0 -91
- egse/icons/cs-connected-disabled.svg +0 -43
- egse/icons/cs-connected.svg +0 -89
- egse/icons/cs-not-connected.svg +0 -44
- egse/icons/double-left-arrow.svg +0 -1
- egse/icons/double-right-arrow.svg +0 -1
- egse/icons/erase-disabled.svg +0 -19
- egse/icons/erase.svg +0 -59
- egse/icons/fitsgen-start.svg +0 -47
- egse/icons/fitsgen-stop.svg +0 -48
- egse/icons/fitsgen.svg +0 -1
- egse/icons/forward.svg +0 -1
- egse/icons/fov-hk-start.svg +0 -33
- egse/icons/fov-hk-stop.svg +0 -37
- egse/icons/fov-hk.svg +0 -1
- egse/icons/front-desk.svg +0 -1
- egse/icons/home-actioned.svg +0 -15
- egse/icons/home-disabled.svg +0 -15
- egse/icons/home.svg +0 -13
- egse/icons/info.svg +0 -1
- egse/icons/invalid.png +0 -0
- egse/icons/led-green.svg +0 -20
- egse/icons/led-grey.svg +0 -20
- egse/icons/led-orange.svg +0 -20
- egse/icons/led-red.svg +0 -20
- egse/icons/led-square-green.svg +0 -134
- egse/icons/led-square-grey.svg +0 -134
- egse/icons/led-square-orange.svg +0 -134
- egse/icons/led-square-red.svg +0 -134
- egse/icons/limit-switch-all-green.svg +0 -115
- egse/icons/limit-switch-all-red.svg +0 -117
- egse/icons/limit-switch-el+.svg +0 -116
- egse/icons/limit-switch-el-.svg +0 -117
- egse/icons/location-marker.svg +0 -1
- egse/icons/logo-dpu.svg +0 -48
- egse/icons/logo-gimbal.svg +0 -112
- egse/icons/logo-huber.svg +0 -23
- egse/icons/logo-ogse.svg +0 -31
- egse/icons/logo-puna.svg +0 -92
- egse/icons/logo-tcs.svg +0 -29
- egse/icons/logo-zonda.svg +0 -66
- egse/icons/maximize.svg +0 -1
- egse/icons/meter.svg +0 -1
- egse/icons/more.svg +0 -45
- egse/icons/n-fee-hk-start.svg +0 -24
- egse/icons/n-fee-hk-stop.svg +0 -25
- egse/icons/n-fee-hk.svg +0 -83
- egse/icons/observing-off.svg +0 -46
- egse/icons/observing-on.svg +0 -46
- egse/icons/open-document-hdf5.png +0 -0
- egse/icons/open-document-hdf5.svg +0 -21
- egse/icons/ops-mode.svg +0 -1
- egse/icons/play-green.svg +0 -17
- egse/icons/plugged-disabled.svg +0 -27
- egse/icons/plugged.svg +0 -21
- egse/icons/pm_ui.svg +0 -1
- egse/icons/power-button-green.svg +0 -27
- egse/icons/power-button-red.svg +0 -27
- egse/icons/power-button.svg +0 -27
- egse/icons/radar.svg +0 -1
- egse/icons/radioactive.svg +0 -2
- egse/icons/reload.svg +0 -1
- egse/icons/remote-control-off.svg +0 -28
- egse/icons/remote-control-on.svg +0 -28
- egse/icons/repeat-blue.svg +0 -15
- egse/icons/repeat.svg +0 -1
- egse/icons/settings.svg +0 -1
- egse/icons/shrink.svg +0 -1
- egse/icons/shutter.svg +0 -1
- egse/icons/sign-off.svg +0 -1
- egse/icons/sign-on.svg +0 -1
- egse/icons/sim-mode.svg +0 -1
- egse/icons/small-buttons-go.svg +0 -20
- egse/icons/small-buttons-minus.svg +0 -51
- egse/icons/small-buttons-plus.svg +0 -51
- egse/icons/sponge.svg +0 -220
- egse/icons/start-button-disabled.svg +0 -84
- egse/icons/start-button.svg +0 -50
- egse/icons/stop-button-disabled.svg +0 -84
- egse/icons/stop-button.svg +0 -50
- egse/icons/stop-red.svg +0 -17
- egse/icons/stop.svg +0 -1
- egse/icons/switch-disabled-square.svg +0 -87
- egse/icons/switch-disabled.svg +0 -15
- egse/icons/switch-off-square.svg +0 -87
- egse/icons/switch-off.svg +0 -72
- egse/icons/switch-on-square.svg +0 -87
- egse/icons/switch-on.svg +0 -61
- egse/icons/temperature-control.svg +0 -44
- egse/icons/th_ui_logo.svg +0 -1
- egse/icons/unplugged.svg +0 -23
- egse/icons/unvalid.png +0 -0
- egse/icons/user-interface.svg +0 -1
- egse/icons/vacuum.svg +0 -1
- egse/icons/valid.png +0 -0
- egse/icons/zoom-to-pixel-dark.svg +0 -64
- egse/icons/zoom-to-pixel-white.svg +0 -36
- egse/images/big-rotation-stage.png +0 -0
- egse/images/connected-100.png +0 -0
- egse/images/cross.svg +0 -6
- egse/images/disconnected-100.png +0 -0
- egse/images/gui-icon.png +0 -0
- egse/images/home.svg +0 -6
- egse/images/info-icon.png +0 -0
- egse/images/led-black.svg +0 -89
- egse/images/led-green.svg +0 -85
- egse/images/led-orange.svg +0 -85
- egse/images/led-red.svg +0 -85
- egse/images/load-icon.png +0 -0
- egse/images/load-setup.png +0 -0
- egse/images/load.png +0 -0
- egse/images/pause.png +0 -0
- egse/images/play-button.svg +0 -8
- egse/images/play.png +0 -0
- egse/images/process-status.png +0 -0
- egse/images/restart.png +0 -0
- egse/images/search.png +0 -0
- egse/images/sma.png +0 -0
- egse/images/start.png +0 -0
- egse/images/stop-button.svg +0 -8
- egse/images/stop.png +0 -0
- egse/images/switch-off.svg +0 -48
- egse/images/switch-on.svg +0 -48
- egse/images/undo.png +0 -0
- egse/images/update-button.svg +0 -11
- egse/imageviewer/exposureselection.py +0 -475
- egse/imageviewer/imageviewer.py +0 -198
- egse/imageviewer/matchfocalplane.py +0 -179
- egse/imageviewer/subfieldposition.py +0 -133
- egse/lampcontrol/__init__.py +0 -4
- egse/lampcontrol/beaglebone/beaglebone.py +0 -178
- egse/lampcontrol/beaglebone/beaglebone.yaml +0 -62
- egse/lampcontrol/beaglebone/beaglebone_cs.py +0 -106
- egse/lampcontrol/beaglebone/beaglebone_devif.py +0 -150
- egse/lampcontrol/beaglebone/beaglebone_protocol.py +0 -73
- egse/lampcontrol/energetiq/__init__.py +0 -22
- egse/lampcontrol/energetiq/eq99.yaml +0 -98
- egse/lampcontrol/energetiq/lampEQ99.py +0 -283
- egse/lampcontrol/energetiq/lampEQ99_cs.py +0 -128
- egse/lampcontrol/energetiq/lampEQ99_devif.py +0 -158
- egse/lampcontrol/energetiq/lampEQ99_encode_decode_errors.py +0 -73
- egse/lampcontrol/energetiq/lampEQ99_protocol.py +0 -71
- egse/lampcontrol/energetiq/lampEQ99_ui.py +0 -465
- egse/lib/CentOS-7/EtherSpaceLink_v34_86.dylib +0 -0
- egse/lib/CentOS-8/ESL-RMAP_v34_86.dylib +0 -0
- egse/lib/CentOS-8/EtherSpaceLink_v34_86.dylib +0 -0
- egse/lib/Debian/ESL-RMAP_v34_86.dylib +0 -0
- egse/lib/Debian/EtherSpaceLink_v34_86.dylib +0 -0
- egse/lib/Debian/libetherspacelink_v35_21.dylib +0 -0
- egse/lib/Linux/ESL-RMAP_v34_86.dylib +0 -0
- egse/lib/Linux/EtherSpaceLink_v34_86.dylib +0 -0
- egse/lib/Ubuntu-20/ESL-RMAP_v34_86.dylib +0 -0
- egse/lib/Ubuntu-20/EtherSpaceLink_v34_86.dylib +0 -0
- egse/lib/gssw/python3-gssw_2.2.3+31f63c9f-1_all.deb +0 -0
- egse/lib/ximc/__pycache__/pyximc.cpython-38 2.pyc +0 -0
- egse/lib/ximc/__pycache__/pyximc.cpython-38.pyc +0 -0
- egse/lib/ximc/libximc.framework/Frameworks/libbindy.dylib +0 -0
- egse/lib/ximc/libximc.framework/Frameworks/libxiwrapper.dylib +0 -0
- egse/lib/ximc/libximc.framework/Headers/ximc.h +0 -5510
- egse/lib/ximc/libximc.framework/Resources/Info.plist +0 -42
- egse/lib/ximc/libximc.framework/Resources/keyfile.sqlite +0 -0
- egse/lib/ximc/libximc.framework/libbindy.so +0 -0
- egse/lib/ximc/libximc.framework/libximc +0 -0
- egse/lib/ximc/libximc.framework/libximc.so +0 -0
- egse/lib/ximc/libximc.framework/libximc.so.7.0.0 +0 -0
- egse/lib/ximc/libximc.framework/libxiwrapper.so +0 -0
- egse/lib/ximc/pyximc.py +0 -922
- egse/listener.py +0 -179
- egse/logger/__init__.py +0 -243
- egse/logger/log_cs.py +0 -321
- egse/metrics.py +0 -102
- egse/mixin.py +0 -464
- egse/monitoring.py +0 -95
- egse/ni/alarms/__init__.py +0 -26
- egse/ni/alarms/cdaq9375.py +0 -300
- egse/ni/alarms/cdaq9375.yaml +0 -89
- egse/ni/alarms/cdaq9375_cs.py +0 -130
- egse/ni/alarms/cdaq9375_devif.py +0 -183
- egse/ni/alarms/cdaq9375_protocol.py +0 -48
- egse/obs_inspection.py +0 -165
- egse/observer.py +0 -41
- egse/obsid.py +0 -163
- egse/powermeter/__init__.py +0 -0
- egse/powermeter/ni/__init__.py +0 -38
- egse/powermeter/ni/cdaq9184.py +0 -224
- egse/powermeter/ni/cdaq9184.yaml +0 -73
- egse/powermeter/ni/cdaq9184_cs.py +0 -130
- egse/powermeter/ni/cdaq9184_devif.py +0 -201
- egse/powermeter/ni/cdaq9184_protocol.py +0 -48
- egse/powermeter/ni/cdaq9184_ui.py +0 -544
- egse/powermeter/thorlabs/__init__.py +0 -25
- egse/powermeter/thorlabs/pm100a.py +0 -380
- egse/powermeter/thorlabs/pm100a.yaml +0 -132
- egse/powermeter/thorlabs/pm100a_cs.py +0 -136
- egse/powermeter/thorlabs/pm100a_devif.py +0 -127
- egse/powermeter/thorlabs/pm100a_protocol.py +0 -80
- egse/powermeter/thorlabs/pm100a_ui.py +0 -725
- egse/process.py +0 -451
- egse/procman/__init__.py +0 -834
- egse/procman/cannot_start_process_popup.py +0 -43
- egse/procman/procman.yaml +0 -49
- egse/procman/procman_cs.py +0 -201
- egse/procman/procman_ui.py +0 -2081
- egse/protocol.py +0 -605
- egse/proxy.py +0 -531
- egse/randomwalk.py +0 -140
- egse/reg.py +0 -585
- egse/reload.py +0 -122
- egse/reprocess.py +0 -693
- egse/resource.py +0 -333
- egse/rmap.py +0 -406
- egse/rst.py +0 -135
- egse/search.py +0 -182
- egse/serialdevice.py +0 -190
- egse/services.py +0 -247
- egse/services.yaml +0 -68
- egse/settings.py +0 -379
- egse/settings.yaml +0 -980
- egse/setup.py +0 -1181
- egse/shutter/__init__.py +0 -0
- egse/shutter/thorlabs/__init__.py +0 -19
- egse/shutter/thorlabs/ksc101.py +0 -205
- egse/shutter/thorlabs/ksc101.yaml +0 -105
- egse/shutter/thorlabs/ksc101_cs.py +0 -136
- egse/shutter/thorlabs/ksc101_devif.py +0 -201
- egse/shutter/thorlabs/ksc101_protocol.py +0 -71
- egse/shutter/thorlabs/ksc101_ui.py +0 -548
- egse/shutter/thorlabs/sc10.py +0 -82
- egse/shutter/thorlabs/sc10.yaml +0 -52
- egse/shutter/thorlabs/sc10_controller.py +0 -81
- egse/shutter/thorlabs/sc10_cs.py +0 -108
- egse/shutter/thorlabs/sc10_interface.py +0 -25
- egse/shutter/thorlabs/sc10_simulator.py +0 -30
- egse/simulator.py +0 -41
- egse/slack.py +0 -61
- egse/socketdevice.py +0 -218
- egse/sockets.py +0 -218
- egse/spw.py +0 -1401
- egse/stages/__init__.py +0 -12
- egse/stages/aerotech/ensemble.py +0 -245
- egse/stages/aerotech/ensemble.yaml +0 -205
- egse/stages/aerotech/ensemble_controller.py +0 -275
- egse/stages/aerotech/ensemble_cs.py +0 -110
- egse/stages/aerotech/ensemble_interface.py +0 -132
- egse/stages/aerotech/ensemble_parameters.py +0 -433
- egse/stages/aerotech/ensemble_simulator.py +0 -27
- egse/stages/aerotech/mgse_sim.py +0 -188
- egse/stages/arun/smd3.py +0 -110
- egse/stages/arun/smd3.yaml +0 -68
- egse/stages/arun/smd3_controller.py +0 -470
- egse/stages/arun/smd3_cs.py +0 -112
- egse/stages/arun/smd3_interface.py +0 -53
- egse/stages/arun/smd3_simulator.py +0 -27
- egse/stages/arun/smd3_stop.py +0 -16
- egse/stages/huber/__init__.py +0 -49
- egse/stages/huber/smc9300.py +0 -920
- egse/stages/huber/smc9300.yaml +0 -63
- egse/stages/huber/smc9300_cs.py +0 -178
- egse/stages/huber/smc9300_devif.py +0 -345
- egse/stages/huber/smc9300_protocol.py +0 -113
- egse/stages/huber/smc9300_sim.py +0 -547
- egse/stages/huber/smc9300_ui.py +0 -973
- egse/state.py +0 -173
- egse/statemachine.py +0 -274
- egse/storage/__init__.py +0 -1067
- egse/storage/persistence.py +0 -2295
- egse/storage/storage.yaml +0 -79
- egse/storage/storage_cs.py +0 -231
- egse/styles/dark.qss +0 -343
- egse/styles/default.qss +0 -48
- egse/synoptics/__init__.py +0 -417
- egse/synoptics/syn.yaml +0 -9
- egse/synoptics/syn_cs.py +0 -195
- egse/system.py +0 -1611
- egse/tcs/__init__.py +0 -14
- egse/tcs/tcs.py +0 -879
- egse/tcs/tcs.yaml +0 -14
- egse/tcs/tcs_cs.py +0 -202
- egse/tcs/tcs_devif.py +0 -292
- egse/tcs/tcs_protocol.py +0 -180
- egse/tcs/tcs_sim.py +0 -177
- egse/tcs/tcs_ui.py +0 -543
- egse/tdms.py +0 -171
- egse/tempcontrol/__init__.py +0 -23
- egse/tempcontrol/agilent/agilent34970.py +0 -109
- egse/tempcontrol/agilent/agilent34970.yaml +0 -44
- egse/tempcontrol/agilent/agilent34970_cs.py +0 -114
- egse/tempcontrol/agilent/agilent34970_devif.py +0 -182
- egse/tempcontrol/agilent/agilent34970_protocol.py +0 -96
- egse/tempcontrol/agilent/agilent34972.py +0 -111
- egse/tempcontrol/agilent/agilent34972.yaml +0 -44
- egse/tempcontrol/agilent/agilent34972_cs.py +0 -115
- egse/tempcontrol/agilent/agilent34972_devif.py +0 -189
- egse/tempcontrol/agilent/agilent34972_protocol.py +0 -98
- egse/tempcontrol/beaglebone/beaglebone.py +0 -341
- egse/tempcontrol/beaglebone/beaglebone.yaml +0 -110
- egse/tempcontrol/beaglebone/beaglebone_cs.py +0 -117
- egse/tempcontrol/beaglebone/beaglebone_protocol.py +0 -134
- egse/tempcontrol/beaglebone/beaglebone_ui.py +0 -674
- egse/tempcontrol/digalox/digalox.py +0 -115
- egse/tempcontrol/digalox/digalox.yaml +0 -36
- egse/tempcontrol/digalox/digalox_cs.py +0 -108
- egse/tempcontrol/digalox/digalox_protocol.py +0 -56
- egse/tempcontrol/keithley/__init__.py +0 -33
- egse/tempcontrol/keithley/daq6510.py +0 -662
- egse/tempcontrol/keithley/daq6510.yaml +0 -105
- egse/tempcontrol/keithley/daq6510_cs.py +0 -163
- egse/tempcontrol/keithley/daq6510_devif.py +0 -343
- egse/tempcontrol/keithley/daq6510_protocol.py +0 -79
- egse/tempcontrol/keithley/daq6510_sim.py +0 -186
- egse/tempcontrol/lakeshore/__init__.py +0 -33
- egse/tempcontrol/lakeshore/lsci.py +0 -361
- egse/tempcontrol/lakeshore/lsci.yaml +0 -162
- egse/tempcontrol/lakeshore/lsci_cs.py +0 -174
- egse/tempcontrol/lakeshore/lsci_devif.py +0 -292
- egse/tempcontrol/lakeshore/lsci_protocol.py +0 -76
- egse/tempcontrol/lakeshore/lsci_ui.py +0 -387
- egse/tempcontrol/ni/__init__.py +0 -0
- egse/tempcontrol/spid/spid.py +0 -109
- egse/tempcontrol/spid/spid.yaml +0 -81
- egse/tempcontrol/spid/spid_controller.py +0 -279
- egse/tempcontrol/spid/spid_cs.py +0 -136
- egse/tempcontrol/spid/spid_protocol.py +0 -107
- egse/tempcontrol/spid/spid_ui.py +0 -723
- egse/tempcontrol/srs/__init__.py +0 -22
- egse/tempcontrol/srs/ptc10.py +0 -867
- egse/tempcontrol/srs/ptc10.yaml +0 -227
- egse/tempcontrol/srs/ptc10_cs.py +0 -128
- egse/tempcontrol/srs/ptc10_devif.py +0 -116
- egse/tempcontrol/srs/ptc10_protocol.py +0 -39
- egse/tempcontrol/srs/ptc10_ui.py +0 -906
- egse/ups/apc/apc.py +0 -236
- egse/ups/apc/apc.yaml +0 -45
- egse/ups/apc/apc_cs.py +0 -101
- egse/ups/apc/apc_protocol.py +0 -125
- egse/user.yaml +0 -7
- egse/vacuum/beaglebone/beaglebone.py +0 -149
- egse/vacuum/beaglebone/beaglebone.yaml +0 -44
- egse/vacuum/beaglebone/beaglebone_cs.py +0 -108
- egse/vacuum/beaglebone/beaglebone_devif.py +0 -159
- egse/vacuum/beaglebone/beaglebone_protocol.py +0 -192
- egse/vacuum/beaglebone/beaglebone_ui.py +0 -638
- egse/vacuum/instrutech/igm402.py +0 -91
- egse/vacuum/instrutech/igm402.yaml +0 -90
- egse/vacuum/instrutech/igm402_controller.py +0 -124
- egse/vacuum/instrutech/igm402_cs.py +0 -108
- egse/vacuum/instrutech/igm402_interface.py +0 -49
- egse/vacuum/instrutech/igm402_simulator.py +0 -36
- egse/vacuum/keller/kellerBus.py +0 -256
- egse/vacuum/keller/leo3.py +0 -100
- egse/vacuum/keller/leo3.yaml +0 -38
- egse/vacuum/keller/leo3_controller.py +0 -81
- egse/vacuum/keller/leo3_cs.py +0 -101
- egse/vacuum/keller/leo3_interface.py +0 -33
- egse/vacuum/mks/evision.py +0 -86
- egse/vacuum/mks/evision.yaml +0 -75
- egse/vacuum/mks/evision_cs.py +0 -101
- egse/vacuum/mks/evision_devif.py +0 -313
- egse/vacuum/mks/evision_interface.py +0 -60
- egse/vacuum/mks/evision_simulator.py +0 -24
- egse/vacuum/mks/evision_ui.py +0 -701
- egse/vacuum/pfeiffer/acp40.py +0 -87
- egse/vacuum/pfeiffer/acp40.yaml +0 -60
- egse/vacuum/pfeiffer/acp40_controller.py +0 -117
- egse/vacuum/pfeiffer/acp40_cs.py +0 -109
- egse/vacuum/pfeiffer/acp40_interface.py +0 -40
- egse/vacuum/pfeiffer/acp40_simulator.py +0 -37
- egse/vacuum/pfeiffer/tc400.py +0 -87
- egse/vacuum/pfeiffer/tc400.yaml +0 -83
- egse/vacuum/pfeiffer/tc400_controller.py +0 -136
- egse/vacuum/pfeiffer/tc400_cs.py +0 -109
- egse/vacuum/pfeiffer/tc400_interface.py +0 -70
- egse/vacuum/pfeiffer/tc400_simulator.py +0 -35
- egse/vacuum/pfeiffer/tpg261.py +0 -80
- egse/vacuum/pfeiffer/tpg261.yaml +0 -66
- egse/vacuum/pfeiffer/tpg261_controller.py +0 -150
- egse/vacuum/pfeiffer/tpg261_cs.py +0 -109
- egse/vacuum/pfeiffer/tpg261_interface.py +0 -59
- egse/vacuum/pfeiffer/tpg261_simulator.py +0 -23
- egse/version.py +0 -174
- egse/visitedpositions.py +0 -398
- egse/windowing.py +0 -213
- egse/zmq/__init__.py +0 -28
- egse/zmq/spw.py +0 -160
- egse/zmq_ser.py +0 -41
- scripts/alerts/cold.yaml +0 -278
- scripts/alerts/example_alerts.yaml +0 -54
- scripts/alerts/transition.yaml +0 -14
- scripts/alerts/warm.yaml +0 -49
- scripts/analyse_n_fee_hk_data.py +0 -52
- scripts/check_hdf5_files.py +0 -192
- scripts/check_register_sync.py +0 -47
- scripts/check_tcs_calib_coef.py +0 -90
- scripts/correct_ccd_cold_temperature_cal.py +0 -157
- scripts/create_hdf5_report.py +0 -293
- scripts/csl_model.py +0 -420
- scripts/csl_restore_setup.py +0 -229
- scripts/export-grafana-dashboards.py +0 -49
- scripts/fdir/cs_recovery/fdir_cs_recovery.py +0 -54
- scripts/fdir/fdir_table.yaml +0 -70
- scripts/fdir/fdir_test_recovery.py +0 -10
- scripts/fdir/hw_recovery/fdir_agilent_hw_recovery.py +0 -73
- scripts/fdir/limit_recovery/fdir_agilent_limit.py +0 -61
- scripts/fdir/limit_recovery/fdir_bb_heater_limit.py +0 -59
- scripts/fdir/limit_recovery/fdir_ensemble_limit.py +0 -33
- scripts/fdir/limit_recovery/fdir_pressure_limit_recovery.py +0 -71
- scripts/fix_csv.py +0 -80
- scripts/ias/correct_ccd_temp_cal_elfique.py +0 -43
- scripts/ias/correct_ccd_temp_cal_floreffe.py +0 -43
- scripts/ias/correct_trp_swap_achel.py +0 -199
- scripts/inta/correct_ccd_temp_cal_duvel.py +0 -43
- scripts/inta/correct_ccd_temp_cal_gueuze.py +0 -43
- scripts/n_fee_supply_voltage_calculation.py +0 -92
- scripts/playground.py +0 -30
- scripts/print_hdf5_hk_data.py +0 -68
- scripts/print_register_map.py +0 -43
- scripts/remove_lines_between_matches.py +0 -188
- scripts/sron/commanding/control_heaters.py +0 -44
- scripts/sron/commanding/pumpdown.py +0 -46
- scripts/sron/commanding/set_pid_setpoint.py +0 -19
- scripts/sron/commanding/shutdown_bbb_heaters.py +0 -10
- scripts/sron/commanding/shutdown_pumps.py +0 -33
- scripts/sron/correct_mgse_coordinates_brigand_chimay.py +0 -272
- scripts/sron/correct_trp_swap_brigand.py +0 -204
- scripts/sron/gimbal_conversions.py +0 -75
- scripts/sron/tm_gen/tm_gen_agilent.py +0 -37
- scripts/sron/tm_gen/tm_gen_heaters.py +0 -4
- scripts/sron/tm_gen/tm_gen_spid.py +0 -13
- scripts/update_operational_cgse.py +0 -268
- scripts/update_operational_cgse_old.py +0 -273
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
-
<path style="fill:#303C42;" d="M469.333,170.667V85.333c0-23.531-19.146-42.667-42.667-42.667h-384C19.146,42.667,0,61.802,0,85.333
|
|
6
|
-
v85.333c0,12.805,5.786,24.174,14.746,32C5.786,210.492,0,221.862,0,234.667V320c0,23.531,19.146,42.667,42.667,42.667h384
|
|
7
|
-
c23.521,0,42.667-19.135,42.667-42.667v-85.333c0-12.805-5.786-24.174-14.746-32C463.547,194.841,469.333,183.471,469.333,170.667z"
|
|
8
|
-
/>
|
|
9
|
-
<g>
|
|
10
|
-
<path style="fill:#E6E6E6;" d="M448,234.667V320c0,11.76-9.563,21.333-21.333,21.333h-384c-11.771,0-21.333-9.573-21.333-21.333
|
|
11
|
-
v-85.333c0-11.76,9.563-21.333,21.333-21.333h384C438.438,213.333,448,222.906,448,234.667z"/>
|
|
12
|
-
<path style="fill:#E6E6E6;" d="M42.667,192c-11.771,0-21.333-9.573-21.333-21.333V85.333C21.333,73.573,30.896,64,42.667,64h384
|
|
13
|
-
C438.438,64,448,73.573,448,85.333v85.333c0,11.76-9.563,21.333-21.333,21.333H42.667z"/>
|
|
14
|
-
</g>
|
|
15
|
-
<path style="opacity:0.1;enable-background:new ;" d="M426.667,213.333h-19.201c10.594,0,19.201,9.573,19.201,21.333V320
|
|
16
|
-
c0,11.76-8.607,21.333-19.201,21.333h19.201C438.438,341.333,448,331.76,448,320v-85.333
|
|
17
|
-
C448,222.906,438.438,213.333,426.667,213.333z"/>
|
|
18
|
-
<g>
|
|
19
|
-
<path style="opacity:0.2;fill:#FFFFFF;enable-background:new ;" d="M42.667,320v-85.333c0-11.76,8.607-21.333,19.201-21.333
|
|
20
|
-
H42.667c-11.771,0-21.333,9.573-21.333,21.333V320c0,11.76,9.563,21.333,21.333,21.333h19.201
|
|
21
|
-
C51.273,341.333,42.667,331.76,42.667,320z"/>
|
|
22
|
-
<path style="opacity:0.2;fill:#FFFFFF;enable-background:new ;" d="M42.667,170.667V85.333C42.667,73.573,51.273,64,61.867,64
|
|
23
|
-
H42.667c-11.771,0-21.333,9.573-21.333,21.333v85.333c0,11.76,9.563,21.333,21.333,21.333h19.201
|
|
24
|
-
C51.273,192,42.667,182.427,42.667,170.667z"/>
|
|
25
|
-
</g>
|
|
26
|
-
<path style="opacity:0.1;enable-background:new ;" d="M426.667,64h-19.201c10.594,0,19.201,9.573,19.201,21.333v85.333
|
|
27
|
-
c0,11.76-8.607,21.333-19.201,21.333h19.201c11.771,0,21.333-9.573,21.333-21.333V85.333C448,73.573,438.438,64,426.667,64z"/>
|
|
28
|
-
<g>
|
|
29
|
-
<path style="fill:#303C42;" d="M74.667,170.667C68.771,170.667,64,165.896,64,160V96c0-5.896,4.771-10.667,10.667-10.667
|
|
30
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C85.333,165.896,80.563,170.667,74.667,170.667z"/>
|
|
31
|
-
<path style="fill:#303C42;" d="M117.333,170.667c-5.896,0-10.667-4.771-10.667-10.667V96c0-5.896,4.771-10.667,10.667-10.667
|
|
32
|
-
S128,90.104,128,96v64C128,165.896,123.229,170.667,117.333,170.667z"/>
|
|
33
|
-
<path style="fill:#303C42;" d="M160,170.667c-5.896,0-10.667-4.771-10.667-10.667V96c0-5.896,4.771-10.667,10.667-10.667
|
|
34
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C170.667,165.896,165.896,170.667,160,170.667z"/>
|
|
35
|
-
<path style="fill:#303C42;" d="M74.667,320C68.771,320,64,315.229,64,309.333v-64c0-5.896,4.771-10.667,10.667-10.667
|
|
36
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C85.333,315.229,80.563,320,74.667,320z"/>
|
|
37
|
-
<path style="fill:#303C42;" d="M117.333,320c-5.896,0-10.667-4.771-10.667-10.667v-64c0-5.896,4.771-10.667,10.667-10.667
|
|
38
|
-
S128,239.438,128,245.333v64C128,315.229,123.229,320,117.333,320z"/>
|
|
39
|
-
<path style="fill:#303C42;" d="M160,320c-5.896,0-10.667-4.771-10.667-10.667v-64c0-5.896,4.771-10.667,10.667-10.667
|
|
40
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C170.667,315.229,165.896,320,160,320z"/>
|
|
41
|
-
<circle style="fill:#303C42;" cx="384" cy="128" r="21.333"/>
|
|
42
|
-
<circle style="fill:#303C42;" cx="320" cy="128" r="21.333"/>
|
|
43
|
-
<circle style="fill:#303C42;" cx="384" cy="277.333" r="21.333"/>
|
|
44
|
-
<circle style="fill:#303C42;" cx="320" cy="277.333" r="21.333"/>
|
|
45
|
-
<circle style="fill:#303C42;" cx="394.667" cy="352" r="117.333"/>
|
|
46
|
-
</g>
|
|
47
|
-
<circle style="fill:#FFCA28;" cx="394.667" cy="352" r="96"/>
|
|
48
|
-
<g>
|
|
49
|
-
<path style="fill:#303C42;" d="M394.667,277.333c-5.896,0-10.667,4.771-10.667,10.667v85.333c0,5.896,4.771,10.667,10.667,10.667
|
|
50
|
-
c5.896,0,10.667-4.771,10.667-10.667V288C405.333,282.104,400.563,277.333,394.667,277.333z"/>
|
|
51
|
-
<circle style="fill:#303C42;" cx="394.667" cy="416" r="10.667"/>
|
|
52
|
-
</g>
|
|
53
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-47.0148" y1="642.2591" x2="-21.8771" y2="630.5372" gradientTransform="matrix(21.3333 0 0 -21.3333 996.3334 13791.667)">
|
|
54
|
-
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
|
55
|
-
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
|
56
|
-
</linearGradient>
|
|
57
|
-
<path style="fill:url(#SVGID_1_);" d="M469.333,261.561v-26.895c0-12.805-5.786-24.174-14.746-32
|
|
58
|
-
c8.96-7.826,14.746-19.195,14.746-32V85.333c0-23.531-19.146-42.667-42.667-42.667h-384C19.146,42.667,0,61.802,0,85.333v85.333
|
|
59
|
-
c0,12.805,5.786,24.174,14.746,32C5.786,210.492,0,221.862,0,234.667V320c0,23.531,19.146,42.667,42.667,42.667h235.207
|
|
60
|
-
c5.414,59.711,55.695,106.667,116.793,106.667C459.365,469.333,512,416.698,512,352C512,315.643,495.376,283.1,469.333,261.561z"/>
|
|
61
|
-
<g>
|
|
62
|
-
</g>
|
|
63
|
-
<g>
|
|
64
|
-
</g>
|
|
65
|
-
<g>
|
|
66
|
-
</g>
|
|
67
|
-
<g>
|
|
68
|
-
</g>
|
|
69
|
-
<g>
|
|
70
|
-
</g>
|
|
71
|
-
<g>
|
|
72
|
-
</g>
|
|
73
|
-
<g>
|
|
74
|
-
</g>
|
|
75
|
-
<g>
|
|
76
|
-
</g>
|
|
77
|
-
<g>
|
|
78
|
-
</g>
|
|
79
|
-
<g>
|
|
80
|
-
</g>
|
|
81
|
-
<g>
|
|
82
|
-
</g>
|
|
83
|
-
<g>
|
|
84
|
-
</g>
|
|
85
|
-
<g>
|
|
86
|
-
</g>
|
|
87
|
-
<g>
|
|
88
|
-
</g>
|
|
89
|
-
<g>
|
|
90
|
-
</g>
|
|
91
|
-
</svg>
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="512" height="512"
|
|
4
|
-
viewBox="0, 0, 512, 512">
|
|
5
|
-
<g id="Background">
|
|
6
|
-
<rect x="0" y="0" width="512" height="512" fill="#000000" fill-opacity="0"/>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<linearGradient id="Gradient_1" gradientUnits="userSpaceOnUse" x1="-47.015" y1="642.259" x2="-21.877" y2="630.537" gradientTransform="matrix(21.333, 0, 0, -21.333, 996.333, 13791.667)">
|
|
10
|
-
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0.2"/>
|
|
11
|
-
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0"/>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
</defs>
|
|
14
|
-
<g id="Layer_1">
|
|
15
|
-
<path d="M469.333,170.667 L469.333,85.333 C469.333,61.802 450.187,42.666 426.666,42.666 L42.666,42.666 C19.146,42.667 -0,61.802 -0,85.333 L-0,170.666 C-0,183.471 5.786,194.84 14.746,202.666 C5.786,210.492 -0,221.862 -0,234.667 L-0,320 C-0,343.531 19.146,362.667 42.667,362.667 L426.667,362.667 C450.188,362.667 469.334,343.532 469.334,320 L469.334,234.667 C469.334,221.862 463.548,210.493 454.588,202.667 C463.547,194.841 469.333,183.471 469.333,170.667 z" fill="#303C42" opacity="0.502"/>
|
|
16
|
-
<g>
|
|
17
|
-
<path d="M448,234.667 L448,320 C448,331.76 438.437,341.333 426.667,341.333 L42.667,341.333 C30.896,341.333 21.334,331.76 21.334,320 L21.334,234.667 C21.334,222.907 30.897,213.334 42.667,213.334 L426.667,213.334 C438.438,213.333 448,222.906 448,234.667 z" fill="#E6E6E6"/>
|
|
18
|
-
<path d="M42.667,192 C30.896,192 21.334,182.427 21.334,170.667 L21.334,85.333 C21.333,73.573 30.896,64 42.667,64 L426.667,64 C438.438,64 448,73.573 448,85.333 L448,170.666 C448,182.426 438.437,191.999 426.667,191.999 L42.667,191.999 z" fill="#E6E6E6"/>
|
|
19
|
-
</g>
|
|
20
|
-
<path d="M426.667,213.333 L407.466,213.333 C418.06,213.333 426.667,222.906 426.667,234.666 L426.667,320 C426.667,331.76 418.06,341.333 407.466,341.333 L426.667,341.333 C438.438,341.333 448,331.76 448,320 L448,234.667 C448,222.906 438.438,213.333 426.667,213.333 z" fill="#000000" opacity="0.1"/>
|
|
21
|
-
<g>
|
|
22
|
-
<path d="M42.667,320 L42.667,234.667 C42.667,222.907 51.274,213.334 61.868,213.334 L42.667,213.334 C30.896,213.334 21.334,222.907 21.334,234.667 L21.334,320 C21.334,331.76 30.897,341.333 42.667,341.333 L61.868,341.333 C51.273,341.333 42.667,331.76 42.667,320 z" fill="#FFFFFF" opacity="0.2"/>
|
|
23
|
-
<path d="M42.667,170.667 L42.667,85.333 C42.667,73.573 51.273,64 61.867,64 L42.667,64 C30.896,64 21.334,73.573 21.334,85.333 L21.334,170.666 C21.334,182.426 30.897,191.999 42.667,191.999 L61.868,191.999 C51.273,192 42.667,182.427 42.667,170.667 z" fill="#FFFFFF" opacity="0.2"/>
|
|
24
|
-
</g>
|
|
25
|
-
<path d="M426.667,64 L407.466,64 C418.06,64 426.667,73.573 426.667,85.333 L426.667,170.666 C426.667,182.426 418.06,191.999 407.466,191.999 L426.667,191.999 C438.438,191.999 448,182.426 448,170.666 L448,85.333 C448,73.573 438.438,64 426.667,64 z" fill="#000000" opacity="0.1"/>
|
|
26
|
-
<g opacity="0.502">
|
|
27
|
-
<path d="M74.667,170.667 C68.771,170.667 64,165.896 64,160 L64,96 C64,90.104 68.771,85.333 74.667,85.333 C80.563,85.333 85.334,90.104 85.334,96 L85.334,160 C85.333,165.896 80.563,170.667 74.667,170.667 z" fill="#303C42"/>
|
|
28
|
-
<path d="M117.333,170.667 C111.437,170.667 106.666,165.896 106.666,160 L106.666,96 C106.666,90.104 111.437,85.333 117.333,85.333 C123.229,85.333 128,90.104 128,96 L128,160 C128,165.896 123.229,170.667 117.333,170.667 z" fill="#303C42"/>
|
|
29
|
-
<path d="M160,170.667 C154.104,170.667 149.333,165.896 149.333,160 L149.333,96 C149.333,90.104 154.104,85.333 160,85.333 C165.896,85.333 170.667,90.104 170.667,96 L170.667,160 C170.667,165.896 165.896,170.667 160,170.667 z" fill="#303C42"/>
|
|
30
|
-
<path d="M74.667,320 C68.771,320 64,315.229 64,309.333 L64,245.333 C64,239.437 68.771,234.666 74.667,234.666 C80.563,234.666 85.334,239.437 85.334,245.333 L85.334,309.333 C85.333,315.229 80.563,320 74.667,320 z" fill="#303C42"/>
|
|
31
|
-
<path d="M117.333,320 C111.437,320 106.666,315.229 106.666,309.333 L106.666,245.333 C106.666,239.437 111.437,234.666 117.333,234.666 C123.229,234.666 128,239.438 128,245.333 L128,309.333 C128,315.229 123.229,320 117.333,320 z" fill="#303C42"/>
|
|
32
|
-
<path d="M160,320 C154.104,320 149.333,315.229 149.333,309.333 L149.333,245.333 C149.333,239.437 154.104,234.666 160,234.666 C165.896,234.666 170.667,239.437 170.667,245.333 L170.667,309.333 C170.667,315.229 165.896,320 160,320 z" fill="#303C42"/>
|
|
33
|
-
<path d="M405.333,128 C405.333,139.782 395.782,149.333 384,149.333 C372.218,149.333 362.667,139.782 362.667,128 C362.667,116.218 372.218,106.667 384,106.667 C395.782,106.667 405.333,116.218 405.333,128 z" fill="#303C42"/>
|
|
34
|
-
<path d="M341.333,128 C341.333,139.782 331.782,149.333 320,149.333 C308.218,149.333 298.667,139.782 298.667,128 C298.667,116.218 308.218,106.667 320,106.667 C331.782,106.667 341.333,116.218 341.333,128 z" fill="#303C42"/>
|
|
35
|
-
<path d="M405.333,277.333 C405.333,289.115 395.782,298.666 384,298.666 C372.218,298.666 362.667,289.115 362.667,277.333 C362.667,265.551 372.218,256 384,256 C395.782,256 405.333,265.551 405.333,277.333 z" fill="#303C42"/>
|
|
36
|
-
<path d="M341.333,277.333 C341.333,289.115 331.782,298.666 320,298.666 C308.218,298.666 298.667,289.115 298.667,277.333 C298.667,265.551 308.218,256 320,256 C331.782,256 341.333,265.551 341.333,277.333 z" fill="#303C42"/>
|
|
37
|
-
</g>
|
|
38
|
-
<path d="M512,352 C512,416.801 459.468,469.333 394.667,469.333 C329.866,469.333 277.334,416.801 277.334,352 C277.334,287.199 329.866,234.667 394.667,234.667 C459.468,234.667 512,287.199 512,352 z" fill="#303C42"/>
|
|
39
|
-
<path d="M490.667,352 C490.667,405.019 447.686,448 394.667,448 C341.648,448 298.667,405.019 298.667,352 C298.667,298.981 341.648,256 394.667,256 C447.686,256 490.667,298.981 490.667,352 z" fill="#959595"/>
|
|
40
|
-
<path d="M437.333,341.333 L352,341.333 C346.104,341.333 341.333,346.104 341.333,352 C341.333,357.896 346.104,362.667 352,362.667 L437.333,362.667 C443.229,362.667 448,357.896 448,352 C448,346.104 443.229,341.333 437.333,341.333 z" fill="#303C42"/>
|
|
41
|
-
<path d="M469.333,261.561 L469.333,234.666 C469.333,221.861 463.547,210.492 454.587,202.666 C463.547,194.84 469.333,183.471 469.333,170.666 L469.333,85.333 C469.333,61.802 450.187,42.666 426.666,42.666 L42.666,42.666 C19.146,42.667 0,61.802 0,85.333 L0,170.666 C0,183.471 5.786,194.84 14.746,202.666 C5.786,210.492 0,221.862 0,234.667 L0,320 C0,343.531 19.146,362.667 42.667,362.667 L277.874,362.667 C283.288,422.378 333.569,469.334 394.667,469.334 C459.365,469.333 512,416.698 512,352 C512,315.643 495.376,283.1 469.333,261.561 z" fill="url(#Gradient_1)"/>
|
|
42
|
-
</g>
|
|
43
|
-
</svg>
|
egse/icons/cs-connected.svg
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
-
<path style="fill:#303C42;" d="M469.333,170.667V85.333c0-23.531-19.146-42.667-42.667-42.667h-384C19.146,42.667,0,61.802,0,85.333
|
|
6
|
-
v85.333c0,12.805,5.786,24.174,14.746,32C5.786,210.492,0,221.862,0,234.667V320c0,23.531,19.146,42.667,42.667,42.667h384
|
|
7
|
-
c23.521,0,42.667-19.135,42.667-42.667v-85.333c0-12.805-5.786-24.174-14.746-32C463.547,194.841,469.333,183.471,469.333,170.667z"
|
|
8
|
-
/>
|
|
9
|
-
<g>
|
|
10
|
-
<path style="fill:#E6E6E6;" d="M448,234.667V320c0,11.76-9.563,21.333-21.333,21.333h-384c-11.771,0-21.333-9.573-21.333-21.333
|
|
11
|
-
v-85.333c0-11.76,9.563-21.333,21.333-21.333h384C438.438,213.333,448,222.906,448,234.667z"/>
|
|
12
|
-
<path style="fill:#E6E6E6;" d="M42.667,192c-11.771,0-21.333-9.573-21.333-21.333V85.333C21.333,73.573,30.896,64,42.667,64h384
|
|
13
|
-
C438.438,64,448,73.573,448,85.333v85.333c0,11.76-9.563,21.333-21.333,21.333H42.667z"/>
|
|
14
|
-
</g>
|
|
15
|
-
<path style="opacity:0.1;enable-background:new ;" d="M426.667,213.333h-19.201c10.594,0,19.201,9.573,19.201,21.333V320
|
|
16
|
-
c0,11.76-8.607,21.333-19.201,21.333h19.201C438.438,341.333,448,331.76,448,320v-85.333
|
|
17
|
-
C448,222.906,438.438,213.333,426.667,213.333z"/>
|
|
18
|
-
<g>
|
|
19
|
-
<path style="opacity:0.2;fill:#FFFFFF;enable-background:new ;" d="M42.667,320v-85.333c0-11.76,8.607-21.333,19.201-21.333
|
|
20
|
-
H42.667c-11.771,0-21.333,9.573-21.333,21.333V320c0,11.76,9.563,21.333,21.333,21.333h19.201
|
|
21
|
-
C51.273,341.333,42.667,331.76,42.667,320z"/>
|
|
22
|
-
<path style="opacity:0.2;fill:#FFFFFF;enable-background:new ;" d="M42.667,170.667V85.333C42.667,73.573,51.273,64,61.867,64
|
|
23
|
-
H42.667c-11.771,0-21.333,9.573-21.333,21.333v85.333c0,11.76,9.563,21.333,21.333,21.333h19.201
|
|
24
|
-
C51.273,192,42.667,182.427,42.667,170.667z"/>
|
|
25
|
-
</g>
|
|
26
|
-
<path style="opacity:0.1;enable-background:new ;" d="M426.667,64h-19.201c10.594,0,19.201,9.573,19.201,21.333v85.333
|
|
27
|
-
c0,11.76-8.607,21.333-19.201,21.333h19.201c11.771,0,21.333-9.573,21.333-21.333V85.333C448,73.573,438.438,64,426.667,64z"/>
|
|
28
|
-
<g>
|
|
29
|
-
<path style="fill:#303C42;" d="M74.667,170.667C68.771,170.667,64,165.896,64,160V96c0-5.896,4.771-10.667,10.667-10.667
|
|
30
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C85.333,165.896,80.563,170.667,74.667,170.667z"/>
|
|
31
|
-
<path style="fill:#303C42;" d="M117.333,170.667c-5.896,0-10.667-4.771-10.667-10.667V96c0-5.896,4.771-10.667,10.667-10.667
|
|
32
|
-
S128,90.104,128,96v64C128,165.896,123.229,170.667,117.333,170.667z"/>
|
|
33
|
-
<path style="fill:#303C42;" d="M160,170.667c-5.896,0-10.667-4.771-10.667-10.667V96c0-5.896,4.771-10.667,10.667-10.667
|
|
34
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C170.667,165.896,165.896,170.667,160,170.667z"/>
|
|
35
|
-
<path style="fill:#303C42;" d="M74.667,320C68.771,320,64,315.229,64,309.333v-64c0-5.896,4.771-10.667,10.667-10.667
|
|
36
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C85.333,315.229,80.563,320,74.667,320z"/>
|
|
37
|
-
<path style="fill:#303C42;" d="M117.333,320c-5.896,0-10.667-4.771-10.667-10.667v-64c0-5.896,4.771-10.667,10.667-10.667
|
|
38
|
-
S128,239.438,128,245.333v64C128,315.229,123.229,320,117.333,320z"/>
|
|
39
|
-
<path style="fill:#303C42;" d="M160,320c-5.896,0-10.667-4.771-10.667-10.667v-64c0-5.896,4.771-10.667,10.667-10.667
|
|
40
|
-
c5.896,0,10.667,4.771,10.667,10.667v64C170.667,315.229,165.896,320,160,320z"/>
|
|
41
|
-
<circle style="fill:#303C42;" cx="384" cy="128" r="21.333"/>
|
|
42
|
-
<circle style="fill:#303C42;" cx="320" cy="128" r="21.333"/>
|
|
43
|
-
<circle style="fill:#303C42;" cx="384" cy="277.333" r="21.333"/>
|
|
44
|
-
<circle style="fill:#303C42;" cx="320" cy="277.333" r="21.333"/>
|
|
45
|
-
<circle style="fill:#303C42;" cx="394.667" cy="352" r="117.333"/>
|
|
46
|
-
</g>
|
|
47
|
-
<circle style="fill:#7CB342;" cx="394.667" cy="352" r="96"/>
|
|
48
|
-
<path style="fill:#303C42;" d="M440.458,312.458l-67.125,67.125l-24.458-24.458c-4.167-4.167-10.917-4.167-15.083,0
|
|
49
|
-
c-4.167,4.167-4.167,10.917,0,15.083l32,32c2.083,2.083,4.813,3.125,7.542,3.125s5.458-1.042,7.542-3.125l74.667-74.667
|
|
50
|
-
c4.167-4.167,4.167-10.917,0-15.083C451.375,308.292,444.625,308.292,440.458,312.458z"/>
|
|
51
|
-
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-47.0148" y1="642.2591" x2="-21.8771" y2="630.5372" gradientTransform="matrix(21.3333 0 0 -21.3333 996.3334 13791.667)">
|
|
52
|
-
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.2"/>
|
|
53
|
-
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
|
|
54
|
-
</linearGradient>
|
|
55
|
-
<path style="fill:url(#SVGID_1_);" d="M469.333,261.561v-26.895c0-12.805-5.786-24.174-14.746-32
|
|
56
|
-
c8.96-7.826,14.746-19.195,14.746-32V85.333c0-23.531-19.146-42.667-42.667-42.667h-384C19.146,42.667,0,61.802,0,85.333v85.333
|
|
57
|
-
c0,12.805,5.786,24.174,14.746,32C5.786,210.492,0,221.862,0,234.667V320c0,23.531,19.146,42.667,42.667,42.667h235.207
|
|
58
|
-
c5.414,59.711,55.695,106.667,116.793,106.667C459.365,469.333,512,416.698,512,352C512,315.643,495.376,283.1,469.333,261.561z"/>
|
|
59
|
-
<g>
|
|
60
|
-
</g>
|
|
61
|
-
<g>
|
|
62
|
-
</g>
|
|
63
|
-
<g>
|
|
64
|
-
</g>
|
|
65
|
-
<g>
|
|
66
|
-
</g>
|
|
67
|
-
<g>
|
|
68
|
-
</g>
|
|
69
|
-
<g>
|
|
70
|
-
</g>
|
|
71
|
-
<g>
|
|
72
|
-
</g>
|
|
73
|
-
<g>
|
|
74
|
-
</g>
|
|
75
|
-
<g>
|
|
76
|
-
</g>
|
|
77
|
-
<g>
|
|
78
|
-
</g>
|
|
79
|
-
<g>
|
|
80
|
-
</g>
|
|
81
|
-
<g>
|
|
82
|
-
</g>
|
|
83
|
-
<g>
|
|
84
|
-
</g>
|
|
85
|
-
<g>
|
|
86
|
-
</g>
|
|
87
|
-
<g>
|
|
88
|
-
</g>
|
|
89
|
-
</svg>
|
egse/icons/cs-not-connected.svg
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="512" height="512"
|
|
4
|
-
viewBox="0, 0, 512, 512">
|
|
5
|
-
<g id="Background">
|
|
6
|
-
<rect x="0" y="0" width="512" height="512" fill="#000000" fill-opacity="0"/>
|
|
7
|
-
</g>
|
|
8
|
-
<defs>
|
|
9
|
-
<linearGradient id="Gradient_1" gradientUnits="userSpaceOnUse" x1="-47.015" y1="642.259" x2="-21.877" y2="630.537" gradientTransform="matrix(21.333, 0, 0, -21.333, 996.333, 13791.667)">
|
|
10
|
-
<stop offset="0" stop-color="#FFFFFF" stop-opacity="0.2"/>
|
|
11
|
-
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0"/>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
</defs>
|
|
14
|
-
<g id="Layer_1">
|
|
15
|
-
<path d="M469.333,170.667 L469.333,85.333 C469.333,61.802 450.187,42.666 426.666,42.666 L42.666,42.666 C19.146,42.667 -0,61.802 -0,85.333 L-0,170.666 C-0,183.471 5.786,194.84 14.746,202.666 C5.786,210.492 -0,221.862 -0,234.667 L-0,320 C-0,343.531 19.146,362.667 42.667,362.667 L426.667,362.667 C450.188,362.667 469.334,343.532 469.334,320 L469.334,234.667 C469.334,221.862 463.548,210.493 454.588,202.667 C463.547,194.841 469.333,183.471 469.333,170.667 z" fill="#303C42"/>
|
|
16
|
-
<g>
|
|
17
|
-
<path d="M448,234.667 L448,320 C448,331.76 438.437,341.333 426.667,341.333 L42.667,341.333 C30.896,341.333 21.334,331.76 21.334,320 L21.334,234.667 C21.334,222.907 30.897,213.334 42.667,213.334 L426.667,213.334 C438.438,213.333 448,222.906 448,234.667 z" fill="#E6E6E6"/>
|
|
18
|
-
<path d="M42.667,192 C30.896,192 21.334,182.427 21.334,170.667 L21.334,85.333 C21.333,73.573 30.896,64 42.667,64 L426.667,64 C438.438,64 448,73.573 448,85.333 L448,170.666 C448,182.426 438.437,191.999 426.667,191.999 L42.667,191.999 z" fill="#E6E6E6"/>
|
|
19
|
-
</g>
|
|
20
|
-
<path d="M426.667,213.333 L407.466,213.333 C418.06,213.333 426.667,222.906 426.667,234.666 L426.667,320 C426.667,331.76 418.06,341.333 407.466,341.333 L426.667,341.333 C438.438,341.333 448,331.76 448,320 L448,234.667 C448,222.906 438.438,213.333 426.667,213.333 z" fill="#000000" opacity="0.1"/>
|
|
21
|
-
<g>
|
|
22
|
-
<path d="M42.667,320 L42.667,234.667 C42.667,222.907 51.274,213.334 61.868,213.334 L42.667,213.334 C30.896,213.334 21.334,222.907 21.334,234.667 L21.334,320 C21.334,331.76 30.897,341.333 42.667,341.333 L61.868,341.333 C51.273,341.333 42.667,331.76 42.667,320 z" fill="#FFFFFF" opacity="0.2"/>
|
|
23
|
-
<path d="M42.667,170.667 L42.667,85.333 C42.667,73.573 51.273,64 61.867,64 L42.667,64 C30.896,64 21.334,73.573 21.334,85.333 L21.334,170.666 C21.334,182.426 30.897,191.999 42.667,191.999 L61.868,191.999 C51.273,192 42.667,182.427 42.667,170.667 z" fill="#FFFFFF" opacity="0.2"/>
|
|
24
|
-
</g>
|
|
25
|
-
<path d="M426.667,64 L407.466,64 C418.06,64 426.667,73.573 426.667,85.333 L426.667,170.666 C426.667,182.426 418.06,191.999 407.466,191.999 L426.667,191.999 C438.438,191.999 448,182.426 448,170.666 L448,85.333 C448,73.573 438.438,64 426.667,64 z" fill="#000000" opacity="0.1"/>
|
|
26
|
-
<g>
|
|
27
|
-
<path d="M74.667,170.667 C68.771,170.667 64,165.896 64,160 L64,96 C64,90.104 68.771,85.333 74.667,85.333 C80.563,85.333 85.334,90.104 85.334,96 L85.334,160 C85.333,165.896 80.563,170.667 74.667,170.667 z" fill="#303C42"/>
|
|
28
|
-
<path d="M117.333,170.667 C111.437,170.667 106.666,165.896 106.666,160 L106.666,96 C106.666,90.104 111.437,85.333 117.333,85.333 C123.229,85.333 128,90.104 128,96 L128,160 C128,165.896 123.229,170.667 117.333,170.667 z" fill="#303C42"/>
|
|
29
|
-
<path d="M160,170.667 C154.104,170.667 149.333,165.896 149.333,160 L149.333,96 C149.333,90.104 154.104,85.333 160,85.333 C165.896,85.333 170.667,90.104 170.667,96 L170.667,160 C170.667,165.896 165.896,170.667 160,170.667 z" fill="#303C42"/>
|
|
30
|
-
<path d="M74.667,320 C68.771,320 64,315.229 64,309.333 L64,245.333 C64,239.437 68.771,234.666 74.667,234.666 C80.563,234.666 85.334,239.437 85.334,245.333 L85.334,309.333 C85.333,315.229 80.563,320 74.667,320 z" fill="#303C42"/>
|
|
31
|
-
<path d="M117.333,320 C111.437,320 106.666,315.229 106.666,309.333 L106.666,245.333 C106.666,239.437 111.437,234.666 117.333,234.666 C123.229,234.666 128,239.438 128,245.333 L128,309.333 C128,315.229 123.229,320 117.333,320 z" fill="#303C42"/>
|
|
32
|
-
<path d="M160,320 C154.104,320 149.333,315.229 149.333,309.333 L149.333,245.333 C149.333,239.437 154.104,234.666 160,234.666 C165.896,234.666 170.667,239.437 170.667,245.333 L170.667,309.333 C170.667,315.229 165.896,320 160,320 z" fill="#303C42"/>
|
|
33
|
-
<path d="M405.333,128 C405.333,139.782 395.782,149.333 384,149.333 C372.218,149.333 362.667,139.782 362.667,128 C362.667,116.218 372.218,106.667 384,106.667 C395.782,106.667 405.333,116.218 405.333,128 z" fill="#303C42"/>
|
|
34
|
-
<path d="M341.333,128 C341.333,139.782 331.782,149.333 320,149.333 C308.218,149.333 298.667,139.782 298.667,128 C298.667,116.218 308.218,106.667 320,106.667 C331.782,106.667 341.333,116.218 341.333,128 z" fill="#303C42"/>
|
|
35
|
-
<path d="M405.333,277.333 C405.333,289.115 395.782,298.666 384,298.666 C372.218,298.666 362.667,289.115 362.667,277.333 C362.667,265.551 372.218,256 384,256 C395.782,256 405.333,265.551 405.333,277.333 z" fill="#303C42"/>
|
|
36
|
-
<path d="M341.333,277.333 C341.333,289.115 331.782,298.666 320,298.666 C308.218,298.666 298.667,289.115 298.667,277.333 C298.667,265.551 308.218,256 320,256 C331.782,256 341.333,265.551 341.333,277.333 z" fill="#303C42"/>
|
|
37
|
-
<path d="M512,352 C512,416.801 459.468,469.333 394.667,469.333 C329.866,469.333 277.334,416.801 277.334,352 C277.334,287.199 329.866,234.667 394.667,234.667 C459.468,234.667 512,287.199 512,352 z" fill="#303C42"/>
|
|
38
|
-
</g>
|
|
39
|
-
<path d="M490.667,352 C490.667,405.019 447.686,448 394.667,448 C341.648,448 298.667,405.019 298.667,352 C298.667,298.981 341.648,256 394.667,256 C447.686,256 490.667,298.981 490.667,352 z" fill="#D32F2F"/>
|
|
40
|
-
<path d="M443.473,383.055 L364.278,303.86 C358.806,298.388 351.005,297.333 346.836,301.503 C342.666,305.672 343.721,313.473 349.193,318.945 L428.388,398.14 C433.86,403.612 441.661,404.667 445.83,400.497 C450,396.328 448.945,388.527 443.473,383.055 z" fill="#303C42"/>
|
|
41
|
-
<path d="M428.388,303.86 L349.193,383.055 C343.721,388.527 342.666,396.328 346.836,400.497 C351.005,404.667 358.806,403.612 364.278,398.14 L443.473,318.945 C448.945,313.473 450,305.672 445.83,301.503 C441.661,297.333 433.86,298.388 428.388,303.86 z" fill="#303C42"/>
|
|
42
|
-
<path d="M469.333,261.561 L469.333,234.666 C469.333,221.861 463.547,210.492 454.587,202.666 C463.547,194.84 469.333,183.471 469.333,170.666 L469.333,85.333 C469.333,61.802 450.187,42.666 426.666,42.666 L42.666,42.666 C19.146,42.667 0,61.802 0,85.333 L0,170.666 C0,183.471 5.786,194.84 14.746,202.666 C5.786,210.492 0,221.862 0,234.667 L0,320 C0,343.531 19.146,362.667 42.667,362.667 L277.874,362.667 C283.288,422.378 333.569,469.334 394.667,469.334 C459.365,469.333 512,416.698 512,352 C512,315.643 495.376,283.1 469.333,261.561 z" fill="url(#Gradient_1)"/>
|
|
43
|
-
</g>
|
|
44
|
-
</svg>
|
egse/icons/double-left-arrow.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Line" enable-background="new 0 0 32 32" height="512" viewBox="0 0 32 32" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m16.707 26.293c.391.391.391 1.023 0 1.414s-1.023.391-1.414 0l-11-11c-.391-.391-.391-1.023 0-1.414l11-11c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414l-10.293 10.293z"/><path d="m27.707 5.707-10.293 10.293 10.293 10.293c.391.391.391 1.023 0 1.414s-1.023.391-1.414 0l-11-11c-.391-.391-.391-1.023 0-1.414l11-11c.391-.391 1.023-.391 1.414 0s.391 1.023 0 1.414z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Line" enable-background="new 0 0 32 32" height="512" viewBox="0 0 32 32" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m27.707 15.293c.391.391.391 1.023 0 1.414l-11 11c-.391.391-1.023.391-1.414 0s-.391-1.023 0-1.414l10.293-10.293-10.293-10.293c-.391-.391-.391-1.023 0-1.414s1.023-.391 1.414 0z"/><path d="m16.707 16.707-11 11c-.391.391-1.023.391-1.414 0s-.391-1.023 0-1.414l10.293-10.293-10.293-10.293c-.391-.391-.391-1.023 0-1.414s1.023-.391 1.414 0l11 11c.391.391.391 1.023 0 1.414z"/></svg>
|
egse/icons/erase-disabled.svg
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" width="512" height="512"
|
|
4
|
-
viewBox="0, 0, 512, 512">
|
|
5
|
-
<g id="Background">
|
|
6
|
-
<rect x="0" y="0" width="512" height="512" fill="#000000" fill-opacity="0"/>
|
|
7
|
-
</g>
|
|
8
|
-
<g id="Layer_1">
|
|
9
|
-
<path d="M506.795,0.988 C503.723,-0.377 500.054,0.305 497.579,2.695 L107.093,373.724 C86.784,395.911 91.648,429.873 118.869,456.241 C133.973,470.833 154.794,481.158 176.213,481.158 C192.256,481.158 208.64,475.355 223.232,461.19 L509.355,185.051 C511.062,183.43 512,181.211 512,178.907 L512,8.839 C512,5.425 509.952,2.353 506.795,0.988 z M211.371,448.903 C195.926,463.922 177.664,466.396 160.939,461.703 C149.675,458.46 139.094,452.06 130.731,443.954 C114.262,427.911 103.68,402.738 119.211,385.671 L191.062,317.404 C191.318,317.745 223.318,354.012 244.566,378.076 C255.147,390.023 263.083,398.983 263.083,398.983 L211.371,448.903 z M275.371,387.121 C275.371,387.121 267.52,378.332 256.854,366.47 C256.769,366.385 256.598,366.214 256.513,366.129 C235.265,342.321 203.265,306.481 202.838,306.225 L263.083,248.966 C263.083,248.966 295.766,285.574 317.099,309.382 C327.424,320.817 335.019,329.35 335.19,329.435 L275.371,387.121 z M494.933,175.324 L347.051,318.001 C346.966,317.916 339.456,309.382 329.302,297.862 C308.054,273.969 275.457,237.19 275.457,237.19 L494.933,28.721 L494.933,175.324 z" fill="#000000" opacity="0.498"/>
|
|
10
|
-
<path d="M494.933,28.721 L494.933,141.105 L329.301,297.863 C308.053,273.97 275.456,237.191 275.456,237.191 L494.933,28.721 z" fill="#FFF3AA" opacity="0.499"/>
|
|
11
|
-
<path d="M494.933,141.105 L494.933,175.324 L347.051,318.001 C346.966,317.916 339.456,309.382 329.302,297.862 L494.933,141.105 z" fill="#FFE755" opacity="0.499"/>
|
|
12
|
-
<path d="M335.189,329.436 L275.37,387.121 C275.37,387.121 267.519,378.332 256.853,366.47 L317.098,309.382 C327.424,320.817 335.019,329.351 335.189,329.436 z" fill="#7E939E"/>
|
|
13
|
-
<path d="M317.099,309.383 L256.854,366.471 C256.769,366.386 256.598,366.215 256.513,366.13 C235.265,342.322 203.265,306.482 202.838,306.226 L263.083,248.967 C263.083,248.967 295.765,285.575 317.099,309.383 z" fill="#AFAFAF"/>
|
|
14
|
-
<path d="M244.565,378.076 L160.938,461.703 C149.674,458.46 139.093,452.06 130.73,443.954 C114.261,427.911 103.679,402.738 119.21,385.671 L191.061,317.404 C191.317,317.745 223.317,354.012 244.565,378.076 z" fill="#FFAACE" opacity="0.499"/>
|
|
15
|
-
<path d="M93.867,494.641 L8.533,494.641 C3.814,494.641 -0,498.464 -0,503.174 C-0,507.884 3.814,511.707 8.533,511.707 L93.866,511.707 C98.585,511.707 102.399,507.884 102.399,503.174 C102.399,498.464 98.586,494.641 93.867,494.641 z" fill="#000000" opacity="0.498"/>
|
|
16
|
-
<path d="M503.467,494.641 L264.533,494.641 C259.814,494.641 256,498.464 256,503.174 C256,507.884 259.814,511.707 264.533,511.707 L503.466,511.707 C508.185,511.707 511.999,507.884 511.999,503.174 C511.999,498.464 508.186,494.641 503.467,494.641 z" fill="#000000" opacity="0.498"/>
|
|
17
|
-
<path d="M263.083,398.983 L211.371,448.903 C195.926,463.922 177.664,466.396 160.939,461.703 L244.566,378.076 C255.147,390.023 263.083,398.983 263.083,398.983 z" fill="#FF80B6" opacity="0.499"/>
|
|
18
|
-
</g>
|
|
19
|
-
</svg>
|
egse/icons/erase.svg
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
|
|
5
|
-
<path d="M506.795,0.988c-3.072-1.365-6.741-0.683-9.216,1.707L107.093,373.724c-20.309,22.187-15.445,56.149,11.776,82.517
|
|
6
|
-
c15.104,14.592,35.925,24.917,57.344,24.917c16.043,0,32.427-5.803,47.019-19.968l286.123-276.139
|
|
7
|
-
c1.707-1.621,2.645-3.84,2.645-6.144V8.839C512,5.425,509.952,2.353,506.795,0.988z M211.371,448.903
|
|
8
|
-
c-15.445,15.019-33.707,17.493-50.432,12.8c-11.264-3.243-21.845-9.643-30.208-17.749c-16.469-16.043-27.051-41.216-11.52-58.283
|
|
9
|
-
l71.851-68.267c0.256,0.341,32.256,36.608,53.504,60.672c10.581,11.947,18.517,20.907,18.517,20.907L211.371,448.903z
|
|
10
|
-
M275.371,387.121c0,0-7.851-8.789-18.517-20.651c-0.085-0.085-0.256-0.256-0.341-0.341c-21.248-23.808-53.248-59.648-53.675-59.904
|
|
11
|
-
l60.245-57.259c0,0,32.683,36.608,54.016,60.416c10.325,11.435,17.92,19.968,18.091,20.053L275.371,387.121z M494.933,175.324
|
|
12
|
-
L347.051,318.001c-0.085-0.085-7.595-8.619-17.749-20.139c-21.248-23.893-53.845-60.672-53.845-60.672L494.933,28.721V175.324z"/>
|
|
13
|
-
<path style="fill:#FDB50D;" d="M494.933,28.721v112.384L329.301,297.863c-21.248-23.893-53.845-60.672-53.845-60.672L494.933,28.721
|
|
14
|
-
z"/>
|
|
15
|
-
<path style="fill:#F6981E;" d="M494.933,141.105v34.219L347.051,318.001c-0.085-0.085-7.595-8.619-17.749-20.139L494.933,141.105z"
|
|
16
|
-
/>
|
|
17
|
-
<path style="fill:#7E939E;" d="M335.189,329.436l-59.819,57.685c0,0-7.851-8.789-18.517-20.651l60.245-57.088
|
|
18
|
-
C327.424,320.817,335.019,329.351,335.189,329.436z"/>
|
|
19
|
-
<path style="fill:#AFAFAF;" d="M317.099,309.383l-60.245,57.088c-0.085-0.085-0.256-0.256-0.341-0.341
|
|
20
|
-
c-21.248-23.808-53.248-59.648-53.675-59.904l60.245-57.259C263.083,248.967,295.765,285.575,317.099,309.383z"/>
|
|
21
|
-
<path style="fill:#CC004E;" d="M244.565,378.076l-83.627,83.627c-11.264-3.243-21.845-9.643-30.208-17.749
|
|
22
|
-
c-16.469-16.043-27.051-41.216-11.52-58.283l71.851-68.267C191.317,317.745,223.317,354.012,244.565,378.076z"/>
|
|
23
|
-
<path d="M93.867,494.641H8.533c-4.719,0-8.533,3.823-8.533,8.533s3.814,8.533,8.533,8.533h85.333c4.719,0,8.533-3.823,8.533-8.533
|
|
24
|
-
S98.586,494.641,93.867,494.641z"/>
|
|
25
|
-
<path d="M503.467,494.641H264.533c-4.719,0-8.533,3.823-8.533,8.533s3.814,8.533,8.533,8.533h238.933
|
|
26
|
-
c4.719,0,8.533-3.823,8.533-8.533S508.186,494.641,503.467,494.641z"/>
|
|
27
|
-
<path style="fill:#9B0045;" d="M263.083,398.983l-51.712,49.92c-15.445,15.019-33.707,17.493-50.432,12.8l83.627-83.627
|
|
28
|
-
C255.147,390.023,263.083,398.983,263.083,398.983z"/>
|
|
29
|
-
<g>
|
|
30
|
-
</g>
|
|
31
|
-
<g>
|
|
32
|
-
</g>
|
|
33
|
-
<g>
|
|
34
|
-
</g>
|
|
35
|
-
<g>
|
|
36
|
-
</g>
|
|
37
|
-
<g>
|
|
38
|
-
</g>
|
|
39
|
-
<g>
|
|
40
|
-
</g>
|
|
41
|
-
<g>
|
|
42
|
-
</g>
|
|
43
|
-
<g>
|
|
44
|
-
</g>
|
|
45
|
-
<g>
|
|
46
|
-
</g>
|
|
47
|
-
<g>
|
|
48
|
-
</g>
|
|
49
|
-
<g>
|
|
50
|
-
</g>
|
|
51
|
-
<g>
|
|
52
|
-
</g>
|
|
53
|
-
<g>
|
|
54
|
-
</g>
|
|
55
|
-
<g>
|
|
56
|
-
</g>
|
|
57
|
-
<g>
|
|
58
|
-
</g>
|
|
59
|
-
</svg>
|
egse/icons/fitsgen-start.svg
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="550" height="600" viewBox="0, 0, 550, 600">
|
|
4
|
-
<g id="Layer_1">
|
|
5
|
-
<g id="fitsgen">
|
|
6
|
-
<g>
|
|
7
|
-
<path d="M368.32,318.6 C366.24,314.68 364.56,310.52 363.2,306.28 L344,301 L344,285 L344,269 L363.2,263.72 C364.56,259.48 366.24,255.32 368.32,251.4 L358.48,234.12 L376.08,216.6 L376,216.52 L376,189 L376,77 L184,77 L184,157 L104,157 L104,189 L104,285 L104,317 L200,317 C208.8,317 216,324.2 216,333 L216,349 C216,357.8 208.8,365 200,365 L200,397 C208.8,397 216,404.2 216,413 L216,429 C216,437.8 208.8,445 200,445 L200,477 C208.8,477 216,484.2 216,493 L216,509 L376,509 L376,353.48 L358.48,335.88 z" fill="#E6E9ED"/>
|
|
8
|
-
<path d="M216,109 L344,109 L344,157 L216,157 z" fill="#FF826E"/>
|
|
9
|
-
<path d="M184,77 L184,157 L104,157 z" fill="#B4DD7F"/>
|
|
10
|
-
<path d="M248,381 L344,381 L344,477 L248,477 z" fill="#4FC1E9"/>
|
|
11
|
-
<path d="M398.4,221.32 C402.32,219.24 406.48,217.56 410.72,216.2 L416,197 L448,197 L453.28,216.2 C457.52,217.56 461.68,219.24 465.6,221.32 L482.88,211.48 L505.52,234.12 L495.68,251.4 C497.76,255.32 499.44,259.48 500.8,263.72 L520,269 L520,301 L500.8,306.28 C499.44,310.52 497.76,314.68 495.68,318.6 L505.52,335.88 L482.88,358.52 L465.6,348.68 C461.68,350.76 457.52,352.44 453.28,353.8 L448,373 L416,373 L410.72,353.8 C406.48,352.44 402.32,350.76 398.4,348.68 L381.12,358.52 L376,353.48 L358.48,335.88 L368.32,318.6 C366.24,314.68 364.56,310.52 363.2,306.28 L344,301 L344,285 L344,269 L363.2,263.72 C364.56,259.48 366.24,255.32 368.32,251.4 L358.48,234.12 L376.08,216.6 L381.12,211.48 z M472,285 C472,262.92 454.08,245 432,245 C409.92,245 392,262.92 392,285 C392,307.08 409.92,325 432,325 C454.08,325 472,307.08 472,285 z" fill="#FCD770"/>
|
|
12
|
-
<path d="M216,493 L216,509 C216,517.8 208.8,525 200,525 L56,525 C47.2,525 40,517.8 40,509 L40,493 C40,484.2 47.2,477 56,477 L200,477 C208.8,477 216,484.2 216,493 z" fill="#FF826E"/>
|
|
13
|
-
<path d="M216,413 L216,429 C216,437.8 208.8,445 200,445 L56,445 C47.2,445 40,437.8 40,429 L40,413 C40,404.2 47.2,397 56,397 L200,397 C208.8,397 216,404.2 216,413 z" fill="#FF826E"/>
|
|
14
|
-
<path d="M216,333 L216,349 C216,357.8 208.8,365 200,365 L56,365 C47.2,365 40,357.8 40,349 L40,333 C40,324.2 47.2,317 56,317 L104,317 L200,317 C208.8,317 216,324.2 216,333 z" fill="#FF826E"/>
|
|
15
|
-
<path d="M56,365 L200,365 L200,397 L56,397 z" fill="#B4DD7F"/>
|
|
16
|
-
<path d="M56,445 L200,445 L200,477 L56,477 z" fill="#B4DD7F"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g>
|
|
19
|
-
<path d="M432,237 C405.528,237 384,258.528 384,285 C384,311.472 405.528,333 432,333 C458.472,333 480,311.472 480,285 C480,258.528 458.472,237 432,237 z M432,317 C414.352,317 400,302.648 400,285 C400,267.352 414.352,253 432,253 C449.648,253 464,267.352 464,285 C464,302.648 449.648,317 432,317 z" fill="#000000"/>
|
|
20
|
-
<path d="M80,77 C80,63.768 90.768,53 104,53 L400,53 C413.232,53 424,63.768 424,77 L424,138.576 L406.656,112.56 L393.344,121.432 L432,179.424 L470.656,121.44 L457.344,112.568 L440,138.576 L440,77 C440,54.944 422.056,37 400,37 L104,37 C81.944,37 64,54.944 64,77 L64,117 L80,117 z" fill="#000000"/>
|
|
21
|
-
<path d="M64,133 L80,133 L80,149 L64,149 z" fill="#000000"/>
|
|
22
|
-
<path d="M64,165 L80,165 L80,181 L64,181 z" fill="#000000"/>
|
|
23
|
-
<path d="M352,101 L208,101 L208,165 L352,165 z M336,149 L224,149 L224,117 L336,117 z" fill="#000000"/>
|
|
24
|
-
<path d="M528,307.112 L528,262.896 L507,257.152 C506.312,255.32 505.552,253.488 504.712,251.672 L515.512,232.744 L484.248,201.48 L465.32,212.28 C463.504,211.448 461.68,210.68 459.84,209.992 L454.104,189 L409.896,189 L404.152,210 C402.32,210.688 400.488,211.448 398.672,212.288 L384,203.912 L384,69 L180.688,69 L96,153.688 L96,309 L56,309 C42.768,309 32,319.768 32,333 L32,349 C32,359.416 38.712,368.216 48,371.528 L48,390.48 C38.712,393.784 32,402.584 32,413 L32,429 C32,439.416 38.712,448.216 48,451.528 L48,470.48 C38.712,473.784 32,482.584 32,493 L32,509 C32,522.232 42.768,533 56,533 L200,533 C210.416,533 219.216,526.288 222.528,517 L384,517 L384,366.088 L398.672,357.712 C400.48,358.544 402.312,359.312 404.152,360 L409.896,381 L454.104,381 L459.848,360 C461.688,359.312 463.52,358.544 465.328,357.712 L484.248,368.52 L515.512,337.264 L504.712,318.328 C505.544,316.512 506.312,314.688 507,312.856 z M176,96.312 L176,149 L123.312,149 z M48,333 C48,328.584 51.592,325 56,325 L200,325 C204.408,325 208,328.584 208,333 L208,349 C208,353.416 204.408,357 200,357 L56,357 C51.592,357 48,353.416 48,349 z M192,373 L192,389 L64,389 L64,373 z M48,413 C48,408.584 51.592,405 56,405 L200,405 C204.408,405 208,408.584 208,413 L208,429 C208,433.416 204.408,437 200,437 L56,437 C51.592,437 48,433.416 48,429 z M192,453 L192,469 L64,469 L64,453 z M208,509 C208,513.416 204.408,517 200,517 L56,517 C51.592,517 48,513.416 48,509 L48,493 C48,488.584 51.592,485 56,485 L200,485 C204.408,485 208,488.584 208,493 z M224,501 L224,493 C224,482.584 217.288,473.784 208,470.472 L208,451.52 C217.288,448.208 224,439.408 224,428.992 L224,412.992 C224,402.576 217.288,393.776 208,390.464 L208,371.512 C217.288,368.2 224,359.4 224,348.984 L224,332.984 C224,319.752 213.232,308.984 200,308.984 L112,308.984 L112,165 L192,165 L192,85 L368,85 L368,213.24 L348.488,232.752 L359.288,251.68 C358.456,253.496 357.688,255.32 357,257.16 L336,262.896 L336,307.112 L357,312.856 C357.688,314.688 358.448,316.512 359.288,318.328 L348.488,337.264 L368,356.768 L368,501 z M495.568,334.568 L481.568,348.56 L465.736,339.52 L461.848,341.584 C458.288,343.472 454.6,345.016 450.896,346.16 L446.696,347.448 L441.896,365 L422.104,365 L417.304,347.456 L413.104,346.168 C409.4,345.016 405.712,343.48 402.152,341.592 L398.264,339.528 L382.432,348.568 L368.432,334.576 L377.464,318.744 L375.416,314.864 C373.512,311.264 371.976,307.568 370.84,303.896 L369.544,299.704 L352,294.888 L352,275.104 L369.544,270.304 L370.84,266.104 C371.976,262.424 373.512,258.728 375.416,255.136 L377.464,251.248 L368.432,235.416 L382.432,221.416 L398.264,230.448 L402.152,228.4 C405.744,226.504 409.432,224.96 413.12,223.824 L417.32,222.528 L422.12,204.984 L441.912,204.984 L446.712,222.528 L450.912,223.824 C454.592,224.96 458.288,226.496 461.88,228.4 L465.768,230.448 L481.6,221.416 L495.6,235.416 L486.568,251.248 L488.616,255.136 C490.512,258.728 492.056,262.416 493.192,266.104 L494.488,270.304 L512.032,275.104 L512.032,294.888 L494.488,299.696 L493.192,303.888 C492.056,307.56 490.52,311.256 488.616,314.856 L486.568,318.736 z" fill="#000000"/>
|
|
25
|
-
<path d="M128,181 L144,181 L144,197 L128,197 z" fill="#000000"/>
|
|
26
|
-
<path d="M160,181 L352,181 L352,197 L160,197 z" fill="#000000"/>
|
|
27
|
-
<path d="M128,213 L336,213 L336,229 L128,229 z" fill="#000000"/>
|
|
28
|
-
<path d="M128,245 L336,245 L336,261 L128,261 z" fill="#000000"/>
|
|
29
|
-
<path d="M128,277 L256,277 L256,293 L128,293 z" fill="#000000"/>
|
|
30
|
-
<path d="M272,277 L288,277 L288,293 L272,293 z" fill="#000000"/>
|
|
31
|
-
<path d="M304,277 L320,277 L320,293 L304,293 z" fill="#000000"/>
|
|
32
|
-
<path d="M240,485 L352,485 L352,373 L240,373 z M256,389 L336,389 L336,469 L256,469 z" fill="#000000"/>
|
|
33
|
-
<path d="M240,341 L336,341 L336,357 L240,357 z" fill="#000000"/>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
<path d="M485.636,506.731 C485.636,548.152 452.057,581.731 410.636,581.731 C369.215,581.731 335.636,548.152 335.636,506.731 C335.636,465.31 369.215,431.731 410.636,431.731 C452.057,431.731 485.636,465.31 485.636,506.731 z" fill="#303C42"/>
|
|
37
|
-
<path d="M439.36,477.729 L396.453,520.635 L380.819,505.002 C378.156,502.338 373.841,502.338 371.178,505.002 C368.515,507.665 368.515,511.98 371.178,514.643 L391.633,535.097 C392.964,536.429 394.709,537.095 396.454,537.095 C398.198,537.095 399.943,536.429 401.275,535.097 L449.002,487.37 C451.666,484.706 451.666,480.391 449.002,477.729 C446.338,475.066 442.023,475.066 439.36,477.729 z" fill="#303C42"/>
|
|
38
|
-
<g>
|
|
39
|
-
<path d="M411.848,448.171 L411.848,564.656 C444.014,564.656 470.09,538.58 470.09,506.413 C470.09,474.247 444.014,448.171 411.848,448.171 z" fill="#009916"/>
|
|
40
|
-
<path d="M463.059,506.413 C463.059,474.247 440.131,448.171 411.848,448.171 C379.682,448.171 353.606,474.247 353.606,506.413 C353.606,538.58 379.682,564.656 411.848,564.656 C440.131,564.656 463.059,538.58 463.059,506.413 z" fill="#38C300"/>
|
|
41
|
-
<path d="M441.96,500.322 C441.96,500.32 402.069,477.289 402.069,477.289 C400.859,476.591 399.46,476.267 398.062,476.363 L398.06,536.464 C399.459,536.559 400.858,536.235 402.067,535.537 L441.96,512.505 C444.064,511.289 445.481,509.017 445.481,506.413 C445.481,503.809 444.064,501.537 441.96,500.322 z" fill="#AAFFB6"/>
|
|
42
|
-
<path d="M435.388,512.505 C437.217,511.289 438.45,509.018 438.45,506.413 C438.45,503.809 437.217,501.537 435.388,500.322 C435.388,500.32 400.694,477.289 400.694,477.289 C399.888,476.755 398.986,476.439 398.061,476.363 C397.026,476.433 395.991,476.733 395.032,477.287 C392.776,478.589 391.517,480.952 391.517,483.381 C391.515,483.383 391.515,529.445 391.515,529.445 C391.517,531.875 392.776,534.238 395.032,535.541 C395.99,536.094 397.026,536.394 398.06,536.464 C398.985,536.388 399.887,536.072 400.692,535.537 z" fill="#FFFFFF"/>
|
|
43
|
-
<path d="M452.517,463.987 C441.184,452.655 426.117,446.413 410.09,446.413 C394.064,446.413 378.997,452.655 367.664,463.987 C356.332,475.32 350.09,490.387 350.09,506.413 C350.09,522.44 356.332,537.507 367.664,548.84 C378.997,560.172 394.064,566.413 410.09,566.413 C426.117,566.413 441.184,560.172 452.517,548.84 C463.849,537.507 470.09,522.44 470.09,506.413 C470.09,490.387 463.849,475.32 452.517,463.987 z M410.09,562.898 C378.945,562.898 353.606,537.559 353.606,506.413 C353.606,475.268 378.945,449.929 410.09,449.929 C441.236,449.929 466.575,475.268 466.575,506.413 C466.575,537.559 441.236,562.898 410.09,562.898 z" fill="#000000"/>
|
|
44
|
-
<path d="M442.84,498.8 C442.691,498.714 442.541,498.627 442.392,498.541 L402.947,475.766 C400.231,474.201 396.861,474.201 394.153,475.764 C391.443,477.329 389.76,480.247 389.759,483.381 L389.776,483.381 C389.759,483.631 389.759,483.909 389.759,484.22 L389.757,502.898 C389.757,503.869 390.544,504.656 391.515,504.656 C392.486,504.656 393.273,503.869 393.273,502.898 C393.273,502.706 393.274,483.776 393.275,483.393 L393.275,483.381 C393.275,481.499 394.285,479.747 395.911,478.809 C397.536,477.871 399.559,477.872 401.19,478.811 C401.585,479.039 440.554,501.538 441.07,501.838 C441.074,501.84 441.077,501.842 441.081,501.844 C442.711,502.786 443.723,504.536 443.723,506.413 C443.723,508.29 442.711,510.041 441.082,510.982 L401.189,534.014 C399.559,534.955 397.537,534.956 395.911,534.018 C394.286,533.08 393.275,531.326 393.273,529.444 L393.273,509.929 C393.273,508.958 392.486,508.171 391.515,508.171 C390.544,508.171 389.757,508.958 389.757,509.929 L389.757,529.446 C389.76,532.58 391.445,535.499 394.153,537.062 C395.507,537.844 397.025,538.235 398.544,538.235 C400.066,538.235 401.588,537.843 402.946,537.059 L442.84,514.027 C445.553,512.459 447.239,509.542 447.239,506.413 C447.239,503.285 445.553,500.368 442.84,498.8 z" fill="#000000"/>
|
|
45
|
-
</g>
|
|
46
|
-
</g>
|
|
47
|
-
</svg>
|
egse/icons/fitsgen-stop.svg
DELETED
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="550" height="600" viewBox="0, 0, 550, 600">
|
|
4
|
-
<g id="Layer_1">
|
|
5
|
-
<g id="fitsgen">
|
|
6
|
-
<g>
|
|
7
|
-
<path d="M368.32,318.6 C366.24,314.68 364.56,310.52 363.2,306.28 L344,301 L344,285 L344,269 L363.2,263.72 C364.56,259.48 366.24,255.32 368.32,251.4 L358.48,234.12 L376.08,216.6 L376,216.52 L376,189 L376,77 L184,77 L184,157 L104,157 L104,189 L104,285 L104,317 L200,317 C208.8,317 216,324.2 216,333 L216,349 C216,357.8 208.8,365 200,365 L200,397 C208.8,397 216,404.2 216,413 L216,429 C216,437.8 208.8,445 200,445 L200,477 C208.8,477 216,484.2 216,493 L216,509 L376,509 L376,353.48 L358.48,335.88 z" fill="#E6E9ED"/>
|
|
8
|
-
<path d="M216,109 L344,109 L344,157 L216,157 z" fill="#FF826E"/>
|
|
9
|
-
<path d="M184,77 L184,157 L104,157 z" fill="#B4DD7F"/>
|
|
10
|
-
<path d="M248,381 L344,381 L344,477 L248,477 z" fill="#4FC1E9"/>
|
|
11
|
-
<path d="M398.4,221.32 C402.32,219.24 406.48,217.56 410.72,216.2 L416,197 L448,197 L453.28,216.2 C457.52,217.56 461.68,219.24 465.6,221.32 L482.88,211.48 L505.52,234.12 L495.68,251.4 C497.76,255.32 499.44,259.48 500.8,263.72 L520,269 L520,301 L500.8,306.28 C499.44,310.52 497.76,314.68 495.68,318.6 L505.52,335.88 L482.88,358.52 L465.6,348.68 C461.68,350.76 457.52,352.44 453.28,353.8 L448,373 L416,373 L410.72,353.8 C406.48,352.44 402.32,350.76 398.4,348.68 L381.12,358.52 L376,353.48 L358.48,335.88 L368.32,318.6 C366.24,314.68 364.56,310.52 363.2,306.28 L344,301 L344,285 L344,269 L363.2,263.72 C364.56,259.48 366.24,255.32 368.32,251.4 L358.48,234.12 L376.08,216.6 L381.12,211.48 z M472,285 C472,262.92 454.08,245 432,245 C409.92,245 392,262.92 392,285 C392,307.08 409.92,325 432,325 C454.08,325 472,307.08 472,285 z" fill="#FCD770"/>
|
|
12
|
-
<path d="M216,493 L216,509 C216,517.8 208.8,525 200,525 L56,525 C47.2,525 40,517.8 40,509 L40,493 C40,484.2 47.2,477 56,477 L200,477 C208.8,477 216,484.2 216,493 z" fill="#FF826E"/>
|
|
13
|
-
<path d="M216,413 L216,429 C216,437.8 208.8,445 200,445 L56,445 C47.2,445 40,437.8 40,429 L40,413 C40,404.2 47.2,397 56,397 L200,397 C208.8,397 216,404.2 216,413 z" fill="#FF826E"/>
|
|
14
|
-
<path d="M216,333 L216,349 C216,357.8 208.8,365 200,365 L56,365 C47.2,365 40,357.8 40,349 L40,333 C40,324.2 47.2,317 56,317 L104,317 L200,317 C208.8,317 216,324.2 216,333 z" fill="#FF826E"/>
|
|
15
|
-
<path d="M56,365 L200,365 L200,397 L56,397 z" fill="#B4DD7F"/>
|
|
16
|
-
<path d="M56,445 L200,445 L200,477 L56,477 z" fill="#B4DD7F"/>
|
|
17
|
-
</g>
|
|
18
|
-
<g>
|
|
19
|
-
<path d="M432,237 C405.528,237 384,258.528 384,285 C384,311.472 405.528,333 432,333 C458.472,333 480,311.472 480,285 C480,258.528 458.472,237 432,237 z M432,317 C414.352,317 400,302.648 400,285 C400,267.352 414.352,253 432,253 C449.648,253 464,267.352 464,285 C464,302.648 449.648,317 432,317 z" fill="#000000"/>
|
|
20
|
-
<path d="M80,77 C80,63.768 90.768,53 104,53 L400,53 C413.232,53 424,63.768 424,77 L424,138.576 L406.656,112.56 L393.344,121.432 L432,179.424 L470.656,121.44 L457.344,112.568 L440,138.576 L440,77 C440,54.944 422.056,37 400,37 L104,37 C81.944,37 64,54.944 64,77 L64,117 L80,117 z" fill="#000000"/>
|
|
21
|
-
<path d="M64,133 L80,133 L80,149 L64,149 z" fill="#000000"/>
|
|
22
|
-
<path d="M64,165 L80,165 L80,181 L64,181 z" fill="#000000"/>
|
|
23
|
-
<path d="M352,101 L208,101 L208,165 L352,165 z M336,149 L224,149 L224,117 L336,117 z" fill="#000000"/>
|
|
24
|
-
<path d="M528,307.112 L528,262.896 L507,257.152 C506.312,255.32 505.552,253.488 504.712,251.672 L515.512,232.744 L484.248,201.48 L465.32,212.28 C463.504,211.448 461.68,210.68 459.84,209.992 L454.104,189 L409.896,189 L404.152,210 C402.32,210.688 400.488,211.448 398.672,212.288 L384,203.912 L384,69 L180.688,69 L96,153.688 L96,309 L56,309 C42.768,309 32,319.768 32,333 L32,349 C32,359.416 38.712,368.216 48,371.528 L48,390.48 C38.712,393.784 32,402.584 32,413 L32,429 C32,439.416 38.712,448.216 48,451.528 L48,470.48 C38.712,473.784 32,482.584 32,493 L32,509 C32,522.232 42.768,533 56,533 L200,533 C210.416,533 219.216,526.288 222.528,517 L384,517 L384,366.088 L398.672,357.712 C400.48,358.544 402.312,359.312 404.152,360 L409.896,381 L454.104,381 L459.848,360 C461.688,359.312 463.52,358.544 465.328,357.712 L484.248,368.52 L515.512,337.264 L504.712,318.328 C505.544,316.512 506.312,314.688 507,312.856 z M176,96.312 L176,149 L123.312,149 z M48,333 C48,328.584 51.592,325 56,325 L200,325 C204.408,325 208,328.584 208,333 L208,349 C208,353.416 204.408,357 200,357 L56,357 C51.592,357 48,353.416 48,349 z M192,373 L192,389 L64,389 L64,373 z M48,413 C48,408.584 51.592,405 56,405 L200,405 C204.408,405 208,408.584 208,413 L208,429 C208,433.416 204.408,437 200,437 L56,437 C51.592,437 48,433.416 48,429 z M192,453 L192,469 L64,469 L64,453 z M208,509 C208,513.416 204.408,517 200,517 L56,517 C51.592,517 48,513.416 48,509 L48,493 C48,488.584 51.592,485 56,485 L200,485 C204.408,485 208,488.584 208,493 z M224,501 L224,493 C224,482.584 217.288,473.784 208,470.472 L208,451.52 C217.288,448.208 224,439.408 224,428.992 L224,412.992 C224,402.576 217.288,393.776 208,390.464 L208,371.512 C217.288,368.2 224,359.4 224,348.984 L224,332.984 C224,319.752 213.232,308.984 200,308.984 L112,308.984 L112,165 L192,165 L192,85 L368,85 L368,213.24 L348.488,232.752 L359.288,251.68 C358.456,253.496 357.688,255.32 357,257.16 L336,262.896 L336,307.112 L357,312.856 C357.688,314.688 358.448,316.512 359.288,318.328 L348.488,337.264 L368,356.768 L368,501 z M495.568,334.568 L481.568,348.56 L465.736,339.52 L461.848,341.584 C458.288,343.472 454.6,345.016 450.896,346.16 L446.696,347.448 L441.896,365 L422.104,365 L417.304,347.456 L413.104,346.168 C409.4,345.016 405.712,343.48 402.152,341.592 L398.264,339.528 L382.432,348.568 L368.432,334.576 L377.464,318.744 L375.416,314.864 C373.512,311.264 371.976,307.568 370.84,303.896 L369.544,299.704 L352,294.888 L352,275.104 L369.544,270.304 L370.84,266.104 C371.976,262.424 373.512,258.728 375.416,255.136 L377.464,251.248 L368.432,235.416 L382.432,221.416 L398.264,230.448 L402.152,228.4 C405.744,226.504 409.432,224.96 413.12,223.824 L417.32,222.528 L422.12,204.984 L441.912,204.984 L446.712,222.528 L450.912,223.824 C454.592,224.96 458.288,226.496 461.88,228.4 L465.768,230.448 L481.6,221.416 L495.6,235.416 L486.568,251.248 L488.616,255.136 C490.512,258.728 492.056,262.416 493.192,266.104 L494.488,270.304 L512.032,275.104 L512.032,294.888 L494.488,299.696 L493.192,303.888 C492.056,307.56 490.52,311.256 488.616,314.856 L486.568,318.736 z" fill="#000000"/>
|
|
25
|
-
<path d="M128,181 L144,181 L144,197 L128,197 z" fill="#000000"/>
|
|
26
|
-
<path d="M160,181 L352,181 L352,197 L160,197 z" fill="#000000"/>
|
|
27
|
-
<path d="M128,213 L336,213 L336,229 L128,229 z" fill="#000000"/>
|
|
28
|
-
<path d="M128,245 L336,245 L336,261 L128,261 z" fill="#000000"/>
|
|
29
|
-
<path d="M128,277 L256,277 L256,293 L128,293 z" fill="#000000"/>
|
|
30
|
-
<path d="M272,277 L288,277 L288,293 L272,293 z" fill="#000000"/>
|
|
31
|
-
<path d="M304,277 L320,277 L320,293 L304,293 z" fill="#000000"/>
|
|
32
|
-
<path d="M240,485 L352,485 L352,373 L240,373 z M256,389 L336,389 L336,469 L256,469 z" fill="#000000"/>
|
|
33
|
-
<path d="M240,341 L336,341 L336,357 L240,357 z" fill="#000000"/>
|
|
34
|
-
</g>
|
|
35
|
-
</g>
|
|
36
|
-
<path d="M485.636,506.731 C485.636,548.152 452.057,581.731 410.636,581.731 C369.215,581.731 335.636,548.152 335.636,506.731 C335.636,465.31 369.215,431.731 410.636,431.731 C452.057,431.731 485.636,465.31 485.636,506.731 z" fill="#303C42"/>
|
|
37
|
-
<path d="M439.36,477.729 L396.453,520.635 L380.819,505.002 C378.156,502.338 373.841,502.338 371.178,505.002 C368.515,507.665 368.515,511.98 371.178,514.643 L391.633,535.097 C392.964,536.429 394.709,537.095 396.454,537.095 C398.198,537.095 399.943,536.429 401.275,535.097 L449.002,487.37 C451.666,484.706 451.666,480.391 449.002,477.729 C446.338,475.066 442.023,475.066 439.36,477.729 z" fill="#303C42"/>
|
|
38
|
-
<g>
|
|
39
|
-
<path d="M485.09,506.413 C485.09,547.834 451.511,581.413 410.09,581.413 C368.669,581.413 335.09,547.834 335.09,506.413 C335.09,464.992 368.669,431.413 410.09,431.413 C451.511,431.413 485.09,464.992 485.09,506.413 z" fill="#303C42"/>
|
|
40
|
-
<path d="M410.09,448.171 L410.09,564.656 C442.257,564.656 468.333,538.58 468.333,506.413 C468.333,474.247 442.257,448.171 410.09,448.171 z" fill="#D41915"/>
|
|
41
|
-
<path d="M461.301,506.413 C461.301,474.247 438.373,448.171 410.09,448.171 C377.924,448.171 351.848,474.247 351.848,506.413 C351.848,538.58 377.924,564.656 410.09,564.656 C438.373,564.656 461.301,538.58 461.301,506.413 z" fill="#FF3636"/>
|
|
42
|
-
<path d="M429.134,480.572 L422.103,480.572 L422.103,532.255 L429.134,532.255 C433.017,532.255 436.165,529.107 436.165,525.223 L436.165,487.603 C436.165,483.72 433.017,480.572 429.134,480.572 z" fill="#FFD8D8"/>
|
|
43
|
-
<path d="M429.134,525.224 L429.134,487.603 C429.134,483.72 425.986,480.572 422.103,480.572 L391.514,480.572 C387.63,480.572 384.482,483.72 384.482,487.603 L384.482,525.223 C384.482,529.107 387.63,532.255 391.514,532.255 L422.103,532.255 C425.986,532.255 429.134,529.107 429.134,525.224 z" fill="#FFFFFF"/>
|
|
44
|
-
<path d="M452.517,463.987 C441.184,452.655 426.117,446.413 410.09,446.413 C394.064,446.413 378.997,452.655 367.664,463.987 C356.332,475.32 350.09,490.387 350.09,506.413 C350.09,522.44 356.332,537.507 367.664,548.84 C378.997,560.172 394.064,566.413 410.09,566.413 C426.117,566.413 441.184,560.172 452.517,548.84 C463.849,537.507 470.09,522.44 470.09,506.413 C470.09,490.387 463.849,475.32 452.517,463.987 z M410.09,562.898 C378.945,562.898 353.606,537.559 353.606,506.413 C353.606,475.268 378.945,449.929 410.09,449.929 C441.236,449.929 466.575,475.268 466.575,506.413 C466.575,537.559 441.236,562.898 410.09,562.898 z" fill="#000000"/>
|
|
45
|
-
<path d="M429.134,478.814 L391.514,478.814 C386.667,478.814 382.724,482.757 382.724,487.603 L382.724,502.898 C382.724,503.869 383.512,504.656 384.482,504.656 C385.453,504.656 386.24,503.869 386.24,502.898 L386.24,487.603 C386.24,484.695 388.606,482.33 391.514,482.33 L429.134,482.33 C432.041,482.33 434.407,484.695 434.407,487.603 L434.407,525.224 C434.407,528.131 432.041,530.497 429.134,530.497 L391.514,530.497 C388.606,530.497 386.24,528.131 386.24,525.224 L386.24,509.929 C386.24,508.958 385.453,508.171 384.482,508.171 C383.512,508.171 382.724,508.958 382.724,509.929 L382.724,525.224 C382.724,530.07 386.667,534.013 391.514,534.013 L429.134,534.013 C433.98,534.013 437.923,530.07 437.923,525.224 L437.923,487.603 C437.923,482.757 433.98,478.814 429.134,478.814 z" fill="#000000"/>
|
|
46
|
-
</g>
|
|
47
|
-
</g>
|
|
48
|
-
</svg>
|
egse/icons/fitsgen.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="Layer_5" enable-background="new 0 0 64 64" height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><g><path d="m43.04 36.2c-.26-.49-.47-1.01-.64-1.54l-2.4-.66v-2-2l2.4-.66c.17-.53.38-1.05.64-1.54l-1.23-2.16 2.2-2.19-.01-.01v-3.44-14h-24v10h-10v4 12 4h12c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2v4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2v4c1.1 0 2 .9 2 2v2h20v-19.44l-2.19-2.2z" fill="#e6e9ed"/></g><g><path d="m24 10h16v6h-16z" fill="#ff826e"/></g><g><path d="m20 6v10h-10z" fill="#b4dd7f"/></g><g><path d="m28 44h12v12h-12z" fill="#4fc1e9"/></g><g><path d="m46.8 24.04c.49-.26 1.01-.47 1.54-.64l.66-2.4h4l.66 2.4c.53.17 1.05.38 1.54.64l2.16-1.23 2.83 2.83-1.23 2.16c.26.49.47 1.01.64 1.54l2.4.66v4l-2.4.66c-.17.53-.38 1.05-.64 1.54l1.23 2.16-2.83 2.83-2.16-1.23c-.49.26-1.01.47-1.54.64l-.66 2.4h-4l-.66-2.4c-.53-.17-1.05-.38-1.54-.64l-2.16 1.23-.64-.63-2.19-2.2 1.23-2.16c-.26-.49-.47-1.01-.64-1.54l-2.4-.66v-2-2l2.4-.66c.17-.53.38-1.05.64-1.54l-1.23-2.16 2.2-2.19.63-.64zm9.2 7.96c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5z" fill="#fcd770"/></g><g><path d="m24 58v2c0 1.1-.9 2-2 2h-18c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h18c1.1 0 2 .9 2 2z" fill="#ff826e"/></g><g><path d="m24 48v2c0 1.1-.9 2-2 2h-18c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h18c1.1 0 2 .9 2 2z" fill="#ff826e"/></g><g><path d="m24 38v2c0 1.1-.9 2-2 2h-18c-1.1 0-2-.9-2-2v-2c0-1.1.9-2 2-2h6 12c1.1 0 2 .9 2 2z" fill="#ff826e"/></g><g><path d="m4 42h18v4h-18z" fill="#b4dd7f"/></g><g><path d="m4 52h18v4h-18z" fill="#b4dd7f"/></g></g><g><path d="m51 26c-3.309 0-6 2.691-6 6s2.691 6 6 6 6-2.691 6-6-2.691-6-6-6zm0 10c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z"/><path d="m7 6c0-1.654 1.346-3 3-3h37c1.654 0 3 1.346 3 3v7.697l-2.168-3.252-1.664 1.109 4.832 7.249 4.832-7.248-1.664-1.109-2.168 3.251v-7.697c0-2.757-2.243-5-5-5h-37c-2.757 0-5 2.243-5 5v5h2z"/><path d="m5 13h2v2h-2z"/><path d="m5 17h2v2h-2z"/><path d="m41 9h-18v8h18zm-2 6h-14v-4h14z"/><path d="m63 34.764v-5.527l-2.625-.718c-.086-.229-.181-.458-.286-.685l1.35-2.366-3.908-3.908-2.366 1.35c-.227-.104-.455-.2-.685-.286l-.717-2.624h-5.526l-.718 2.625c-.229.086-.458.181-.685.286l-1.834-1.047v-16.864h-25.414l-10.586 10.586v19.414h-5c-1.654 0-3 1.346-3 3v2c0 1.302.839 2.402 2 2.816v2.369c-1.161.413-2 1.513-2 2.815v2c0 1.302.839 2.402 2 2.816v2.369c-1.161.413-2 1.513-2 2.815v2c0 1.654 1.346 3 3 3h18c1.302 0 2.402-.839 2.816-2h20.184v-18.864l1.834-1.047c.226.104.455.2.685.286l.718 2.625h5.526l.718-2.625c.23-.086.459-.182.685-.286l2.365 1.351 3.908-3.907-1.35-2.367c.104-.227.2-.455.286-.684zm-44-26.35v6.586h-6.586zm-16 29.586c0-.552.449-1 1-1h18c.551 0 1 .448 1 1v2c0 .552-.449 1-1 1h-18c-.551 0-1-.448-1-1zm18 5v2h-16v-2zm-18 5c0-.552.449-1 1-1h18c.551 0 1 .448 1 1v2c0 .552-.449 1-1 1h-18c-.551 0-1-.448-1-1zm18 5v2h-16v-2zm2 7c0 .552-.449 1-1 1h-18c-.551 0-1-.448-1-1v-2c0-.552.449-1 1-1h18c.551 0 1 .448 1 1zm2-1v-1c0-1.302-.839-2.402-2-2.816v-2.369c1.161-.414 2-1.514 2-2.816v-2c0-1.302-.839-2.402-2-2.816v-2.369c1.161-.414 2-1.514 2-2.816v-2c0-1.654-1.346-3-3-3h-11v-17.998h10v-10h22v16.03l-2.439 2.439 1.35 2.366c-.104.227-.2.455-.286.685l-2.625.717v5.527l2.625.718c.086.229.181.457.286.684l-1.35 2.367 2.439 2.438v18.029zm33.946-20.804-1.75 1.749-1.979-1.13-.486.258c-.445.236-.906.429-1.369.572l-.525.161-.6 2.194h-2.474l-.6-2.193-.525-.161c-.463-.144-.924-.336-1.369-.572l-.486-.258-1.979 1.13-1.75-1.749 1.129-1.979-.256-.485c-.238-.45-.43-.912-.572-1.371l-.162-.524-2.193-.602v-2.473l2.193-.6.162-.525c.142-.46.334-.922.572-1.371l.256-.486-1.129-1.979 1.75-1.75 1.979 1.129.486-.256c.449-.237.91-.43 1.371-.572l.525-.162.6-2.193h2.474l.6 2.193.525.162c.46.142.922.334 1.371.572l.486.256 1.979-1.129 1.75 1.75-1.129 1.979.256.486c.237.449.43.91.572 1.371l.162.525 2.193.6v2.473l-2.193.601-.162.524c-.142.459-.334.921-.572 1.371l-.256.485z"/><path d="m13 19h2v2h-2z"/><path d="m17 19h24v2h-24z"/><path d="m13 23h26v2h-26z"/><path d="m13 27h26v2h-26z"/><path d="m13 31h16v2h-16z"/><path d="m31 31h2v2h-2z"/><path d="m35 31h2v2h-2z"/><path d="m27 57h14v-14h-14zm2-12h10v10h-10z"/><path d="m27 39h12v2h-12z"/></g></g></svg>
|
egse/icons/forward.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg id="_x31__x2C_5" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m12 .75c-6.204 0-11.25 5.047-11.25 11.25s5.046 11.25 11.25 11.25 11.25-5.047 11.25-11.25-5.046-11.25-11.25-11.25z" fill="#2196f3"/><path d="m19.25 12-6.5-6.25v4h-6.5c-.28 0-.5.22-.5.5v3.5c0 .28.22.5.5.5h6.5v4z" fill="#fff"/><path d="m12.75 19c-.1 0-.199-.02-.294-.06-.276-.118-.456-.389-.456-.69v-3.25h-5.75c-.689 0-1.25-.561-1.25-1.25v-3.5c0-.689.561-1.25 1.25-1.25h5.75v-3.25c0-.301.18-.572.456-.69s.597-.06.814.149l6.5 6.25c.147.142.23.337.23.541s-.083.399-.23.541l-6.5 6.25c-.143.137-.33.209-.52.209zm-6.25-5.5h6.25c.414 0 .75.336.75.75v2.238l4.668-4.488-4.668-4.488v2.238c0 .414-.336.75-.75.75h-6.25z"/><path d="m12 24c-6.617 0-12-5.383-12-12s5.383-12 12-12 12 5.383 12 12-5.383 12-12 12zm0-22.5c-5.79 0-10.5 4.71-10.5 10.5s4.71 10.5 10.5 10.5 10.5-4.71 10.5-10.5-4.71-10.5-10.5-10.5z"/></svg>
|
egse/icons/fov-hk-start.svg
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" width="600" height="580" viewBox="0, 0, 600, 580">
|
|
4
|
-
<g id="Layer_1">
|
|
5
|
-
<g id="fov-hk">
|
|
6
|
-
<g>
|
|
7
|
-
<path d="M524.021,281.5 C524.021,283.841 530.467,286.675 530.403,289 C529.081,336.811 514.254,381.247 489.6,418.63 C445.154,486.026 371.302,522.191 284.531,522.191 C147.288,522.191 43.51,415.136 43.51,277.893 C43.51,212.316 58.9,156.779 100.4,112.369 C144.059,65.65 205.536,35.792 274,33.626 C276.656,33.542 278.823,38.872 281.5,38.872 C283.841,38.872 286.675,33.532 289,33.596 C352.159,35.343 409.429,60.656 452.331,101.058 C453.684,102.332 449.675,111.066 451,112.369 C453.24,114.575 460.786,109.379 462.941,111.668 C503.129,154.343 528.388,211.236 530.373,273.999 C530.458,276.656 524.021,278.823 524.021,281.5 z" fill="#DCF2F6"/>
|
|
8
|
-
<path d="M489.6,418.63 C446.349,484.212 372.868,528.084 289,530.403 C286.674,530.467 282.149,517.723 279.808,517.723 C277.131,517.723 276.656,530.457 273.999,530.373 C142.785,526.223 37.23,420.344 33.597,289 C33.533,286.674 46.83,280.235 46.83,277.894 C46.83,275.217 33.543,276.656 33.627,274 C35.601,211.577 60.604,154.967 100.4,112.37 C74.55,151.58 59.5,198.53 59.5,249 C59.5,386.24 170.76,497.5 308,497.5 C379.66,497.5 444.24,467.16 489.6,418.63 z" fill="#BAE6EF"/>
|
|
9
|
-
<g>
|
|
10
|
-
<path d="M232.5,124.5 C232.5,127.704 232.043,130.801 231.192,133.73 C227.199,147.463 215.681,152.234 200.66,152.234 C182.435,152.234 172.958,140.97 172.958,122.745 C172.958,108.261 175.832,97.712 188.811,93.27 C192.164,92.123 195.76,91.5 199.501,91.5 C217.725,91.5 232.5,106.275 232.5,124.5 z" fill="#DD646E"/>
|
|
11
|
-
<path d="M196,418.5 C196,420.431 195.808,422.317 195.442,424.14 C192.824,437.179 181.309,441 167.5,441 C151.76,441 144.447,433.421 144.447,417.681 C144.447,404.335 148.173,393.951 160.558,390.852 C162.78,390.296 165.106,390.001 167.5,390.001 C183.24,390 196,402.76 196,418.5 z" fill="#DD646E"/>
|
|
12
|
-
<path d="M470.5,362 C470.5,363.931 470.308,365.817 469.942,367.64 C467.324,380.678 457.878,384.149 444.069,384.149 C428.329,384.149 417.638,375.378 417.638,359.638 C417.638,346.292 422.673,337.451 435.058,334.351 C437.28,333.795 439.606,333.5 442,333.5 C457.74,333.5 470.5,346.26 470.5,362 z" fill="#DD646E"/>
|
|
13
|
-
</g>
|
|
14
|
-
<path d="M231.19,133.73 C227.2,147.46 214.53,157.5 199.5,157.5 C181.27,157.5 166.5,142.73 166.5,124.5 C166.5,110.01 175.83,97.71 188.81,93.27 C187.96,96.2 187.5,99.3 187.5,102.5 C187.5,120.73 202.27,135.5 220.5,135.5 C224.24,135.5 227.84,134.88 231.19,133.73 z" fill="#DA4955"/>
|
|
15
|
-
<path d="M195.44,424.14 C192.82,437.18 181.31,447 167.5,447 C151.76,447 139,434.24 139,418.5 C139,405.15 148.17,393.95 160.56,390.86 C160.19,392.68 160,394.57 160,396.5 C160,412.24 172.76,425 188.5,425 C190.89,425 193.22,424.7 195.44,424.14 z" fill="#DA4955"/>
|
|
16
|
-
<path d="M469.94,367.64 C467.32,380.68 455.81,390.5 442,390.5 C426.26,390.5 413.5,377.74 413.5,362 C413.5,348.65 422.67,337.45 435.06,334.36 C434.69,336.18 434.5,338.07 434.5,340 C434.5,355.74 447.26,368.5 463,368.5 C465.39,368.5 467.72,368.2 469.94,367.64 z" fill="#DA4955"/>
|
|
17
|
-
<path d="M284.362,312.83 C263.133,312.83 248.447,300.697 248.447,279.468 C248.447,261.323 256.118,248.601 273.041,244.552 C275.917,243.864 278.917,243.5 282,243.5 C303.229,243.5 320.5,260.771 320.5,282 C320.5,284.197 320.315,286.352 319.96,288.45 C316.882,306.619 303.393,312.83 284.362,312.83 z" fill="#DD646E"/>
|
|
18
|
-
<path d="M319.96,288.45 C316.88,306.62 301.03,320.5 282,320.5 C260.77,320.5 243.5,303.23 243.5,282 C243.5,263.85 256.12,248.6 273.04,244.55 C272.68,246.65 272.5,248.8 272.5,251 C272.5,272.23 289.77,289.5 311,289.5 C314.08,289.5 317.08,289.14 319.96,288.45 z" fill="#DA4955"/>
|
|
19
|
-
</g>
|
|
20
|
-
<path d="M538,281.5 C538,281.446 537.993,281.394 537.992,281.341 C537.821,213.208 511.216,149.176 463.02,100.98 C414.667,52.629 350.38,26 282,26 C281.865,26 281.73,26.005 281.595,26.005 C281.563,26.004 281.532,26 281.5,26 C281.448,26 281.398,26.007 281.346,26.008 C248.158,26.09 215.88,32.426 185.399,44.856 C181.564,46.419 179.722,50.796 181.286,54.632 C182.85,58.468 187.228,60.312 191.063,58.744 C217.484,47.97 245.348,42.073 274,41.145 L274,96.177 C260.246,96.763 246.654,98.861 233.437,102.438 C226.204,91.35 213.698,84 199.5,84 C177.168,84 159,102.168 159,124.5 C159,129.967 160.095,135.181 162.067,139.943 C122.047,173.732 98.392,221.926 96.188,274 L41.134,274 C43.897,191.688 89.146,115.503 160.62,73.751 C164.196,71.662 165.402,67.069 163.313,63.492 C161.225,59.917 156.631,58.71 153.054,60.8 C115.097,82.972 83.277,114.735 61.034,152.653 C38.215,191.553 26.111,236.06 26.005,281.401 C26.005,281.434 26,281.466 26,281.5 C26,281.524 26.003,281.547 26.004,281.571 C26.003,281.714 26,281.857 26,282 C26,350.38 52.628,414.668 100.98,463.02 C149.176,511.216 213.207,537.822 281.341,537.992 C281.394,537.993 281.446,538 281.5,538 C281.533,538 281.564,537.996 281.597,537.995 C281.732,537.995 281.865,538 282,538 C359.27,538 431.622,503.616 480.504,443.666 C483.122,440.456 482.641,435.731 479.431,433.114 C476.221,430.495 471.497,430.976 468.879,434.187 C424.337,488.814 359.098,520.891 289,522.897 L289,467.85 C343.859,465.759 395.417,439.205 429.158,395.623 C433.15,397.153 437.477,398 442,398 C461.851,398 478,381.851 478,362 C478,349.236 471.317,338.011 461.273,331.617 C465.116,317.749 467.331,303.465 467.869,289 L522.891,289 C521.693,330.495 509.864,370.927 488.485,406.348 C486.344,409.895 487.484,414.505 491.03,416.645 C492.242,417.376 493.579,417.725 494.898,417.725 C497.439,417.725 499.918,416.433 501.326,414.1 C525.319,374.35 538,328.67 538,282 C538,281.865 537.995,281.732 537.995,281.597 C537.996,281.564 538,281.533 538,281.5 z M460.197,228.628 C459.007,224.66 454.824,222.408 450.858,223.6 C446.891,224.79 444.639,228.971 445.83,232.939 C449.826,246.258 452.145,260.037 452.792,274.001 L397.719,274.001 C395.929,247.849 385.434,224.053 369.114,205.494 L408.052,166.556 C417.372,176.732 425.56,188.114 432.336,200.571 C433.696,203.071 436.272,204.489 438.931,204.488 C440.141,204.488 441.369,204.195 442.508,203.576 C446.147,201.597 447.492,197.042 445.513,193.403 C438.039,179.662 428.982,167.129 418.665,155.943 L457.545,117.063 C496.404,158.396 520.866,213.402 522.854,274 L467.824,274 C467.165,258.573 464.613,243.346 460.197,228.628 z M167.5,397.5 C179.08,397.5 188.5,406.921 188.5,418.5 C188.5,430.079 179.08,439.5 167.5,439.5 C155.92,439.5 146.5,430.079 146.5,418.5 C146.5,406.921 155.92,397.5 167.5,397.5 z M167.5,382.5 C160.352,382.5 153.69,384.602 148.083,388.209 C125.573,359.871 112.635,325.117 111.15,289 L166.217,289 C167.256,306.105 172.085,322.861 180.346,337.843 C182.346,341.471 186.908,342.79 190.535,340.789 C194.162,338.789 195.482,334.227 193.482,330.601 C186.44,317.83 182.27,303.574 181.252,289 L236.531,289 C239.511,308.435 254.704,323.889 273.999,327.289 L273.999,382.661 C251.802,380.901 230.797,371.873 214.156,356.755 C211.091,353.971 206.347,354.199 203.562,357.264 C200.777,360.33 201.004,365.074 204.07,367.859 C223.481,385.492 248.06,395.937 273.999,397.725 L273.999,452.791 C248.316,451.588 223.254,444.617 200.709,432.39 C202.504,428.114 203.499,423.422 203.499,418.501 C203.5,398.649 187.351,382.5 167.5,382.5 z M408.061,145.332 C375.876,115.632 333.836,97.825 289,96.141 L289,41.109 C349.994,42.858 405.376,67.383 446.937,106.456 z M397.449,155.944 L358.508,194.885 C339.712,178.357 315.546,167.805 289.001,166.217 L289.001,111.159 C329.797,112.827 368.051,129.007 397.449,155.944 z M282,313 C264.907,313 251,299.094 251,282 C251,264.906 264.907,251 282,251 C290.529,251 298.264,254.463 303.875,260.056 C303.887,260.068 303.896,260.081 303.908,260.093 C303.92,260.105 303.933,260.114 303.944,260.126 C309.537,265.736 313,273.471 313,282 C313,299.094 299.093,313 282,313 z M308.767,244.626 C303.019,240.498 296.293,237.65 289,236.532 L289,181.247 C311.414,182.789 331.841,191.672 347.884,205.51 z M274,236.711 C255.038,240.052 240.052,255.038 236.711,274 L181.317,274 C185.201,224.674 224.675,185.2 274.001,181.316 L274.001,236.711 z M289,327.468 C308.771,324.437 324.437,308.771 327.468,289 L382.753,289 C379.305,339.124 339.124,379.305 289,382.753 z M327.289,274 C326.072,267.093 323.312,260.715 319.374,255.233 L358.49,216.117 C372.122,231.921 380.949,251.979 382.683,274.001 L327.289,274.001 z M199.5,99 C213.561,99 225,110.439 225,124.5 C225,138.561 213.561,150 199.5,150 C185.439,150 174,138.561 174,124.5 C174,110.439 185.439,99 199.5,99 z M170.366,152.59 C177.737,160.232 188.069,165 199.5,165 C221.832,165 240,146.832 240,124.5 C240,121.737 239.72,119.039 239.19,116.43 C250.552,113.491 262.208,111.739 274,111.192 L274,166.281 C216.4,170.224 170.224,216.399 166.281,274 L111.2,274 C113.367,226.984 134.574,183.456 170.366,152.59 z M41.109,289 L96.143,289 C97.657,329.061 112.125,367.605 137.377,398.823 C133.667,404.483 131.501,411.241 131.501,418.5 C131.501,438.351 147.65,454.5 167.501,454.5 C176.992,454.5 185.632,450.802 192.07,444.778 C217.188,458.699 245.252,466.57 274.001,467.807 L274.001,522.853 C147.126,518.692 44.751,416.002 41.109,289 z M442,383 C430.42,383 421,373.579 421,362 C421,350.421 430.42,341 442,341 C453.58,341 463,350.421 463,362 C463,373.579 453.58,383 442,383 z M447.16,326.375 C445.474,326.132 443.752,326 442,326 C422.149,326 406,342.149 406,362 C406,371.911 410.026,380.898 416.528,387.414 C385.607,426.762 338.809,450.77 289,452.837 L289,397.783 C347.398,394.289 394.289,347.399 397.783,289 L452.855,289 C452.341,301.678 450.435,314.2 447.16,326.375 z" fill="#000000"/>
|
|
21
|
-
</g>
|
|
22
|
-
<path d="M570,481 C570,522.421 536.421,556 495,556 C453.579,556 420,522.421 420,481 C420,439.579 453.579,406 495,406 C536.421,406 570,439.579 570,481 z" fill="#303C42"/>
|
|
23
|
-
<path d="M523.724,451.998 L480.817,494.904 L465.183,479.271 C462.52,476.607 458.205,476.607 455.542,479.271 C452.879,481.934 452.879,486.249 455.542,488.912 L475.997,509.366 C477.328,510.698 479.073,511.364 480.818,511.364 C482.562,511.364 484.307,510.698 485.639,509.366 L533.366,461.639 C536.03,458.975 536.03,454.66 533.366,451.998 C530.702,449.335 526.387,449.335 523.724,451.998 z" fill="#303C42"/>
|
|
24
|
-
<g>
|
|
25
|
-
<path d="M496.758,422.758 L496.758,539.242 C528.924,539.242 555,513.166 555,481 C555,448.834 528.924,422.758 496.758,422.758 z" fill="#009916"/>
|
|
26
|
-
<path d="M547.969,481 C547.969,448.834 525.041,422.758 496.758,422.758 C464.591,422.758 438.516,448.834 438.516,481 C438.516,513.166 464.591,539.242 496.758,539.242 C525.041,539.242 547.969,513.166 547.969,481 z" fill="#38C300"/>
|
|
27
|
-
<path d="M526.87,474.909 C526.87,474.906 486.979,451.875 486.979,451.875 C485.768,451.178 484.37,450.854 482.971,450.949 L482.97,511.051 C484.369,511.146 485.767,510.822 486.977,510.123 L526.87,487.091 C528.974,485.876 530.391,483.604 530.391,481 C530.391,478.396 528.974,476.124 526.87,474.909 z" fill="#AAFFB6"/>
|
|
28
|
-
<path d="M520.297,487.091 C522.127,485.876 523.359,483.604 523.359,481 C523.359,478.396 522.127,476.124 520.297,474.909 C520.297,474.906 485.604,451.875 485.604,451.875 C484.798,451.341 483.896,451.026 482.971,450.949 C481.936,451.02 480.9,451.319 479.941,451.873 C477.686,453.175 476.427,455.538 476.426,457.968 C476.424,457.969 476.424,504.031 476.424,504.031 C476.427,506.462 477.686,508.825 479.941,510.127 C480.9,510.681 481.935,510.98 482.97,511.051 C483.894,510.975 484.796,510.658 485.602,510.124 z" fill="#FFFFFF"/>
|
|
29
|
-
<path d="M537.427,438.573 C526.094,427.241 511.027,421 495,421 C478.973,421 463.906,427.241 452.573,438.573 C441.241,449.906 435,464.973 435,481 C435,497.027 441.241,512.094 452.573,523.427 C463.906,534.759 478.973,541 495,541 C511.027,541 526.094,534.759 537.427,523.427 C548.759,512.094 555,497.027 555,481 C555,464.973 548.759,449.906 537.427,438.573 z M495,537.484 C463.854,537.484 438.516,512.146 438.516,481 C438.516,449.854 463.854,424.516 495,424.516 C526.146,424.516 551.484,449.854 551.484,481 C551.484,512.146 526.146,537.484 495,537.484 z" fill="#000000"/>
|
|
30
|
-
<path d="M527.749,473.387 C527.601,473.301 527.451,473.214 527.301,473.128 L487.856,450.352 C485.141,448.788 481.771,448.788 479.062,450.351 C476.353,451.915 474.669,454.834 474.669,457.968 L474.686,457.968 C474.669,458.218 474.669,458.496 474.669,458.806 L474.667,477.484 C474.667,478.455 475.454,479.242 476.425,479.242 C477.396,479.242 478.183,478.455 478.183,477.484 C478.183,477.293 478.183,458.363 478.185,457.98 L478.185,457.968 C478.185,456.086 479.195,454.334 480.82,453.396 C482.445,452.457 484.469,452.458 486.1,453.398 C486.494,453.625 525.464,476.124 525.979,476.424 C525.983,476.426 525.987,476.429 525.991,476.431 C527.621,477.372 528.633,479.123 528.633,481 C528.633,482.877 527.621,484.628 525.991,485.569 L486.098,508.601 C484.468,509.542 482.446,509.543 480.821,508.604 C479.195,507.666 478.185,505.913 478.183,504.031 L478.183,484.516 C478.183,483.545 477.396,482.758 476.425,482.758 C475.454,482.758 474.667,483.545 474.667,484.516 L474.667,504.033 C474.67,507.167 476.354,510.085 479.062,511.649 C480.416,512.431 481.935,512.821 483.454,512.821 C484.976,512.821 486.498,512.429 487.856,511.645 L527.749,488.613 C530.463,487.046 532.148,484.129 532.148,481 C532.148,477.871 530.463,474.954 527.749,473.387 z" fill="#000000"/>
|
|
31
|
-
</g>
|
|
32
|
-
</g>
|
|
33
|
-
</svg>
|