dcscope 2.22.1__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.
- dcscope/__init__.py +17 -0
- dcscope/__main__.py +44 -0
- dcscope/_version.py +21 -0
- dcscope/extensions.py +250 -0
- dcscope/gui/__init__.py +2 -0
- dcscope/gui/analysis/__init__.py +10 -0
- dcscope/gui/analysis/ana_basins.py +110 -0
- dcscope/gui/analysis/ana_basins.ui +143 -0
- dcscope/gui/analysis/ana_filter.py +341 -0
- dcscope/gui/analysis/ana_filter.ui +364 -0
- dcscope/gui/analysis/ana_log.py +122 -0
- dcscope/gui/analysis/ana_log.ui +100 -0
- dcscope/gui/analysis/ana_meta.py +207 -0
- dcscope/gui/analysis/ana_meta.ui +141 -0
- dcscope/gui/analysis/ana_plot.py +638 -0
- dcscope/gui/analysis/ana_plot.ui +1060 -0
- dcscope/gui/analysis/ana_slot.py +504 -0
- dcscope/gui/analysis/ana_slot.ui +684 -0
- dcscope/gui/analysis/ana_tables.py +227 -0
- dcscope/gui/analysis/ana_tables.ui +195 -0
- dcscope/gui/analysis/ana_view.py +69 -0
- dcscope/gui/analysis/ana_view.ui +269 -0
- dcscope/gui/analysis/dlg_slot_reorder.py +55 -0
- dcscope/gui/analysis/dlg_slot_reorder.ui +138 -0
- dcscope/gui/bulk/__init__.py +2 -0
- dcscope/gui/bulk/bulk_emodulus.py +200 -0
- dcscope/gui/bulk/bulk_emodulus.ui +245 -0
- dcscope/gui/compute/__init__.py +3 -0
- dcscope/gui/compute/comp_lme4.py +115 -0
- dcscope/gui/compute/comp_lme4.ui +194 -0
- dcscope/gui/compute/comp_lme4_dataset.py +51 -0
- dcscope/gui/compute/comp_lme4_dataset.ui +92 -0
- dcscope/gui/compute/comp_lme4_results.py +120 -0
- dcscope/gui/compute/comp_lme4_results.ui +268 -0
- dcscope/gui/compute/comp_stats.py +223 -0
- dcscope/gui/compute/comp_stats.ui +187 -0
- dcscope/gui/dcor/__init__.py +304 -0
- dcscope/gui/dcor/dcor.ui +118 -0
- dcscope/gui/export/__init__.py +3 -0
- dcscope/gui/export/e2data.py +394 -0
- dcscope/gui/export/e2data.ui +367 -0
- dcscope/gui/export/e2filter.py +76 -0
- dcscope/gui/export/e2filter.ui +111 -0
- dcscope/gui/export/e2plot.py +94 -0
- dcscope/gui/export/e2plot.ui +175 -0
- dcscope/gui/main.py +1089 -0
- dcscope/gui/main.ui +579 -0
- dcscope/gui/matrix/__init__.py +4 -0
- dcscope/gui/matrix/block_matrix.py +141 -0
- dcscope/gui/matrix/block_matrix.ui +207 -0
- dcscope/gui/matrix/data_matrix.py +574 -0
- dcscope/gui/matrix/dm_dataset.py +116 -0
- dcscope/gui/matrix/dm_dataset.ui +348 -0
- dcscope/gui/matrix/dm_element.py +111 -0
- dcscope/gui/matrix/dm_element.ui +169 -0
- dcscope/gui/matrix/dm_filter.py +115 -0
- dcscope/gui/matrix/dm_filter.ui +287 -0
- dcscope/gui/matrix/plot_matrix.py +316 -0
- dcscope/gui/matrix/pm_element.py +39 -0
- dcscope/gui/matrix/pm_plot.py +86 -0
- dcscope/gui/matrix/pm_plot.ui +249 -0
- dcscope/gui/pipeline_plot.py +797 -0
- dcscope/gui/pipeline_plot.ui +66 -0
- dcscope/gui/preferences.py +380 -0
- dcscope/gui/preferences.ui +554 -0
- dcscope/gui/quick_view/__init__.py +1 -0
- dcscope/gui/quick_view/qv_main.py +1072 -0
- dcscope/gui/quick_view/qv_main.ui +1297 -0
- dcscope/gui/quick_view/qv_scatter.py +284 -0
- dcscope/gui/quick_view/qv_style.css +10 -0
- dcscope/gui/update.py +90 -0
- dcscope/gui/widgets/__init__.py +15 -0
- dcscope/gui/widgets/bg_thread.py +29 -0
- dcscope/gui/widgets/bulk_list.py +79 -0
- dcscope/gui/widgets/bulk_list.ui +95 -0
- dcscope/gui/widgets/double_spin_box_nan.py +75 -0
- dcscope/gui/widgets/feature_combobox.py +140 -0
- dcscope/gui/widgets/get_path.py +42 -0
- dcscope/gui/widgets/key_value_table_widget.css +12 -0
- dcscope/gui/widgets/key_value_table_widget.py +75 -0
- dcscope/gui/widgets/mdi_subwindow_wo_close.py +12 -0
- dcscope/gui/widgets/qrangeslider.py +262 -0
- dcscope/gui/widgets/rangecontrol.py +308 -0
- dcscope/gui/widgets/rangecontrol.ui +136 -0
- dcscope/gui/widgets/simple_image_view.py +55 -0
- dcscope/gui/widgets/simple_plot_widget.py +113 -0
- dcscope/gui/widgets/so_colorbaritem.py +29 -0
- dcscope/gui/widgets/wait_cursor.py +33 -0
- dcscope/idiom.py +26 -0
- dcscope/img/__init__.py +2 -0
- dcscope/img/icon-theme/breeze/COPYING-ICONS +209 -0
- dcscope/img/icon-theme/breeze/COPYING.LIB +510 -0
- dcscope/img/icon-theme/breeze/README +5 -0
- dcscope/img/icon-theme/breeze/actions/16/application-exit.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/16/code-context.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-cancel.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-close.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-messages.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-ok-apply.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/dialog-ok.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/document-open-folder.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/document-open.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/document-save.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/documentinfo.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/16/draw-watercolor.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/edit-clear-all.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/edit-clear.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/edit-paste.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/globe.svg +16 -0
- dcscope/img/icon-theme/breeze/actions/16/gtk-preferences.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/list-add.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/messagebox_warning.svg +20 -0
- dcscope/img/icon-theme/breeze/actions/16/object-columns.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/object-order-lower.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/object-rows.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/office-chart-line-stacked.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/office-chart-ring.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/office-chart-scatter.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/path-mode-polyline.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/preferences-activities.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/remove.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/16/search.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/show-grid.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/special_paste.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/tools-wizard.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-calendar-list.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-filter.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-list-tree.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/view-statistics.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/16/visibility.svg +21 -0
- dcscope/img/icon-theme/breeze/actions/22/application-exit.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/22/code-context.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-cancel.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-close.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-messages.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-ok-apply.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/dialog-ok.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/document-open-folder.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/document-open.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/document-save.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/documentinfo.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/draw-watercolor.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/edit-clear-all.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/edit-clear.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/edit-paste.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/globe.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/22/gtk-preferences.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/22/list-add.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/messagebox_warning.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/object-columns.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/object-order-lower.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/object-rows.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/office-chart-line-stacked.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/office-chart-ring.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/office-chart-scatter.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/path-mode-polyline.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/22/preferences-activities.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/remove.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/22/special_paste.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/tools-wizard.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-calendar-list.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-filter.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-list-tree.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/view-statistics.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/22/visibility.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/application-exit.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/code-context.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-cancel.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-close.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-messages.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-ok-apply.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/dialog-ok.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/document-open-folder.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/document-open.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/document-save.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/documentinfo.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/draw-watercolor.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/edit-clear-all.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/edit-clear.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/edit-paste.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/globe.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/24/gtk-preferences.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/24/list-add.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/messagebox_warning.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/24/object-columns.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/object-order-lower.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/object-rows.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/office-chart-line-stacked.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/office-chart-ring.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/office-chart-scatter.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/path-mode-polyline.svg +15 -0
- dcscope/img/icon-theme/breeze/actions/24/preferences-activities.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/24/remove.svg +10 -0
- dcscope/img/icon-theme/breeze/actions/24/special_paste.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/tools-wizard.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-calendar-list.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-filter.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-list-tree.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/view-statistics.svg +12 -0
- dcscope/img/icon-theme/breeze/actions/24/visibility.svg +14 -0
- dcscope/img/icon-theme/breeze/actions/32/application-exit.svg +8 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-cancel.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-messages.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-ok-apply.svg +1 -0
- dcscope/img/icon-theme/breeze/actions/32/dialog-ok.svg +1 -0
- dcscope/img/icon-theme/breeze/actions/32/document-open-folder.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/document-open.svg +13 -0
- dcscope/img/icon-theme/breeze/actions/32/document-save.svg +18 -0
- dcscope/img/icon-theme/breeze/actions/32/gtk-preferences.svg +17 -0
- dcscope/img/icon-theme/breeze/actions/32/object-order-lower.svg +18 -0
- dcscope/img/icon-theme/breeze/actions/32/view-filter.svg +18 -0
- dcscope/img/icon-theme/breeze/actions/32/view-list-tree.svg +18 -0
- dcscope/img/icon-theme/breeze/places/16/folder-cloud.svg +13 -0
- dcscope/img/icon-theme/breeze/places/16/folder.svg +13 -0
- dcscope/img/icon-theme/breeze/places/22/folder-cloud.svg +13 -0
- dcscope/img/icon-theme/breeze/places/22/folder.svg +13 -0
- dcscope/img/icon-theme/breeze/places/24/folder-cloud.svg +12 -0
- dcscope/img/icon-theme/breeze/places/24/folder.svg +12 -0
- dcscope/img/icon-theme/breeze/places/32/folder-cloud.svg +35 -0
- dcscope/img/icon-theme/breeze/places/32/folder.svg +30 -0
- dcscope/img/icon-theme/breeze/places/64/folder-cloud.svg +35 -0
- dcscope/img/icon-theme/breeze/places/64/folder.svg +30 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-error.svg +9 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-information.svg +9 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-question.svg +7 -0
- dcscope/img/icon-theme/breeze/status/16/dialog-warning.svg +9 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-error.svg +9 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-information.svg +9 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-question.svg +7 -0
- dcscope/img/icon-theme/breeze/status/22/dialog-warning.svg +9 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-error.svg +13 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-information.svg +13 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-question.svg +9 -0
- dcscope/img/icon-theme/breeze/status/24/dialog-warning.svg +1 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-error.svg +25 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-information.svg +25 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-question.svg +25 -0
- dcscope/img/icon-theme/breeze/status/64/dialog-warning.svg +25 -0
- dcscope/img/icon-theme/collect_icons.py +124 -0
- dcscope/img/icon-theme/dcscope/dcor.png +0 -0
- dcscope/img/icon-theme/dcscope/edit-copy-anew.svg +13 -0
- dcscope/img/icon-theme/dcscope/emodulus.svg +69 -0
- dcscope/img/icon-theme/dcscope/filter_ray.svg +54 -0
- dcscope/img/icon-theme/dcscope/region_channel.svg +86 -0
- dcscope/img/icon-theme/dcscope/region_reservoir.svg +89 -0
- dcscope/img/icon-theme/dcscope/rlang.svg +108 -0
- dcscope/img/icon-theme/dcscope/statistical_significance.svg +106 -0
- dcscope/img/icon-theme/index.theme +81 -0
- dcscope/img/icon.png +0 -0
- dcscope/img/icon.svg +73 -0
- dcscope/img/splash.png +0 -0
- dcscope/meta_tool.py +143 -0
- dcscope/pipeline/__init__.py +5 -0
- dcscope/pipeline/core.py +632 -0
- dcscope/pipeline/dataslot.py +270 -0
- dcscope/pipeline/filter.py +161 -0
- dcscope/pipeline/filter_ray.py +170 -0
- dcscope/pipeline/plot.py +187 -0
- dcscope/plot_cache.py +79 -0
- dcscope/session.py +379 -0
- dcscope/util.py +34 -0
- dcscope-2.22.1.dist-info/METADATA +95 -0
- dcscope-2.22.1.dist-info/RECORD +267 -0
- dcscope-2.22.1.dist-info/WHEEL +5 -0
- dcscope-2.22.1.dist-info/entry_points.txt +2 -0
- dcscope-2.22.1.dist-info/licenses/LICENSE +621 -0
- dcscope-2.22.1.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
viewBox="0 0 16 16"
|
|
11
|
+
version="1.1"
|
|
12
|
+
id="svg6"
|
|
13
|
+
sodipodi:docname="emodulus.svg"
|
|
14
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
|
15
|
+
<metadata
|
|
16
|
+
id="metadata10">
|
|
17
|
+
<rdf:RDF>
|
|
18
|
+
<cc:Work
|
|
19
|
+
rdf:about="">
|
|
20
|
+
<dc:format>image/svg+xml</dc:format>
|
|
21
|
+
<dc:type
|
|
22
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
+
</cc:Work>
|
|
24
|
+
</rdf:RDF>
|
|
25
|
+
</metadata>
|
|
26
|
+
<sodipodi:namedview
|
|
27
|
+
pagecolor="#ffffff"
|
|
28
|
+
bordercolor="#666666"
|
|
29
|
+
borderopacity="1"
|
|
30
|
+
objecttolerance="10"
|
|
31
|
+
gridtolerance="10"
|
|
32
|
+
guidetolerance="10"
|
|
33
|
+
inkscape:pageopacity="0"
|
|
34
|
+
inkscape:pageshadow="2"
|
|
35
|
+
inkscape:window-width="1862"
|
|
36
|
+
inkscape:window-height="1016"
|
|
37
|
+
id="namedview8"
|
|
38
|
+
showgrid="true"
|
|
39
|
+
inkscape:snap-center="true"
|
|
40
|
+
inkscape:snap-object-midpoints="true"
|
|
41
|
+
inkscape:snap-smooth-nodes="true"
|
|
42
|
+
inkscape:zoom="41.7193"
|
|
43
|
+
inkscape:cx="10.394816"
|
|
44
|
+
inkscape:cy="6.9359843"
|
|
45
|
+
inkscape:window-x="58"
|
|
46
|
+
inkscape:window-y="27"
|
|
47
|
+
inkscape:window-maximized="1"
|
|
48
|
+
inkscape:current-layer="svg6">
|
|
49
|
+
<inkscape:grid
|
|
50
|
+
type="xygrid"
|
|
51
|
+
id="grid816" />
|
|
52
|
+
</sodipodi:namedview>
|
|
53
|
+
<defs
|
|
54
|
+
id="defs3051">
|
|
55
|
+
<style
|
|
56
|
+
type="text/css"
|
|
57
|
+
id="current-color-scheme">
|
|
58
|
+
.ColorScheme-Text {
|
|
59
|
+
color:#232629;
|
|
60
|
+
}
|
|
61
|
+
</style>
|
|
62
|
+
</defs>
|
|
63
|
+
<path
|
|
64
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#232629;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
|
|
65
|
+
d="M 13.5,8 C 13.5,12 8.976281,12.837286 5,13.5 2.9664968,13.838917 2.5,13 2.5,8 2.5,3 2.9664968,2.1610828 5,2.5 8.976281,3.1627135 13.5,4 13.5,8 Z"
|
|
66
|
+
id="path4520"
|
|
67
|
+
inkscape:connector-curvature="0"
|
|
68
|
+
sodipodi:nodetypes="sszss" />
|
|
69
|
+
</svg>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 16 16"
|
|
4
|
+
version="1.1"
|
|
5
|
+
id="svg6"
|
|
6
|
+
sodipodi:docname="filter_ray.svg"
|
|
7
|
+
inkscape:version="1.1.2 (76b9e6a115, 2022-02-25)"
|
|
8
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
9
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
12
|
+
<sodipodi:namedview
|
|
13
|
+
id="namedview8"
|
|
14
|
+
pagecolor="#ffffff"
|
|
15
|
+
bordercolor="#666666"
|
|
16
|
+
borderopacity="1.0"
|
|
17
|
+
inkscape:pageshadow="2"
|
|
18
|
+
inkscape:pageopacity="0.0"
|
|
19
|
+
inkscape:pagecheckerboard="0"
|
|
20
|
+
showgrid="true"
|
|
21
|
+
inkscape:zoom="50.5"
|
|
22
|
+
inkscape:cx="8"
|
|
23
|
+
inkscape:cy="7.990099"
|
|
24
|
+
inkscape:window-width="1866"
|
|
25
|
+
inkscape:window-height="1016"
|
|
26
|
+
inkscape:window-x="0"
|
|
27
|
+
inkscape:window-y="0"
|
|
28
|
+
inkscape:window-maximized="1"
|
|
29
|
+
inkscape:current-layer="svg6">
|
|
30
|
+
<inkscape:grid
|
|
31
|
+
type="xygrid"
|
|
32
|
+
id="grid825" />
|
|
33
|
+
</sodipodi:namedview>
|
|
34
|
+
<defs
|
|
35
|
+
id="defs3051">
|
|
36
|
+
<style
|
|
37
|
+
type="text/css"
|
|
38
|
+
id="current-color-scheme">
|
|
39
|
+
.ColorScheme-Text {
|
|
40
|
+
color:#232629;
|
|
41
|
+
}
|
|
42
|
+
</style>
|
|
43
|
+
</defs>
|
|
44
|
+
<path
|
|
45
|
+
style="fill:currentColor;fill-opacity:1;stroke:none"
|
|
46
|
+
d="M 14,4.3125 V 3 L 13,2 H 9 7.25 3 L 2,3 V 4 4.3125 L 6,9.96875 V 10 12 l 4,2 v -4 -0.00781 -0.00781 -0.00781 -0.00781 L 11,8.5546875 11.5,7.8476562 10.5,7.515625 10,8.21875 9,9.625 c 0,0 0,0.1458333 0,0.375 0,0.229167 0,1 0,1 v 1 L 7,11 V 10 9.625 L 3,4 V 3 H 7.25 9 13 v 1 z"
|
|
47
|
+
class="ColorScheme-Text"
|
|
48
|
+
id="path4"
|
|
49
|
+
sodipodi:nodetypes="ccccccccccccccccccccccczcccccccccccc" />
|
|
50
|
+
<path
|
|
51
|
+
style="color:#000000;fill:#232629;-inkscape-stroke:none;fill-opacity:1"
|
|
52
|
+
d="M 6,4 V 4.5 8 h 9 V 4 Z m 1,1 h 7 V 7 H 7 Z"
|
|
53
|
+
id="path882" />
|
|
54
|
+
</svg>
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
viewBox="0 0 16 16"
|
|
11
|
+
version="1.1"
|
|
12
|
+
id="svg6"
|
|
13
|
+
sodipodi:docname="region_channel.svg"
|
|
14
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
|
15
|
+
<metadata
|
|
16
|
+
id="metadata10">
|
|
17
|
+
<rdf:RDF>
|
|
18
|
+
<cc:Work
|
|
19
|
+
rdf:about="">
|
|
20
|
+
<dc:format>image/svg+xml</dc:format>
|
|
21
|
+
<dc:type
|
|
22
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
+
</cc:Work>
|
|
24
|
+
</rdf:RDF>
|
|
25
|
+
</metadata>
|
|
26
|
+
<sodipodi:namedview
|
|
27
|
+
pagecolor="#ffffff"
|
|
28
|
+
bordercolor="#666666"
|
|
29
|
+
borderopacity="1"
|
|
30
|
+
objecttolerance="10"
|
|
31
|
+
gridtolerance="10"
|
|
32
|
+
guidetolerance="10"
|
|
33
|
+
inkscape:pageopacity="0"
|
|
34
|
+
inkscape:pageshadow="2"
|
|
35
|
+
inkscape:window-width="1863"
|
|
36
|
+
inkscape:window-height="1025"
|
|
37
|
+
id="namedview8"
|
|
38
|
+
showgrid="true"
|
|
39
|
+
inkscape:snap-center="false"
|
|
40
|
+
inkscape:snap-page="true"
|
|
41
|
+
inkscape:snap-object-midpoints="true"
|
|
42
|
+
inkscape:snap-bbox="true"
|
|
43
|
+
inkscape:snap-bbox-edge-midpoints="true"
|
|
44
|
+
inkscape:snap-bbox-midpoints="true"
|
|
45
|
+
inkscape:zoom="29.5"
|
|
46
|
+
inkscape:cx="0.55777003"
|
|
47
|
+
inkscape:cy="6.3426357"
|
|
48
|
+
inkscape:window-x="57"
|
|
49
|
+
inkscape:window-y="27"
|
|
50
|
+
inkscape:window-maximized="1"
|
|
51
|
+
inkscape:current-layer="svg6"
|
|
52
|
+
inkscape:snap-grids="true"
|
|
53
|
+
inkscape:snap-to-guides="true">
|
|
54
|
+
<inkscape:grid
|
|
55
|
+
type="xygrid"
|
|
56
|
+
id="grid3568" />
|
|
57
|
+
</sodipodi:namedview>
|
|
58
|
+
<defs
|
|
59
|
+
id="defs3051">
|
|
60
|
+
<style
|
|
61
|
+
type="text/css"
|
|
62
|
+
id="current-color-scheme">
|
|
63
|
+
.ColorScheme-Text {
|
|
64
|
+
color:#232629;
|
|
65
|
+
}
|
|
66
|
+
</style>
|
|
67
|
+
</defs>
|
|
68
|
+
<path
|
|
69
|
+
style="fill:none;stroke:#232629;stroke-width:1.0444659;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
70
|
+
d="m 2,4.5222329 12,2e-7"
|
|
71
|
+
id="path817-3-5"
|
|
72
|
+
inkscape:connector-curvature="0"
|
|
73
|
+
sodipodi:nodetypes="cc" />
|
|
74
|
+
<circle
|
|
75
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#232629;stroke-width:0.93103445;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
|
|
76
|
+
id="path3536"
|
|
77
|
+
cx="4"
|
|
78
|
+
cy="7.5"
|
|
79
|
+
r="1.0344827" />
|
|
80
|
+
<path
|
|
81
|
+
style="fill:none;stroke:#232629;stroke-width:1;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
82
|
+
d="M 1.9999998,10.5 H 14"
|
|
83
|
+
id="path817-3-5-27"
|
|
84
|
+
inkscape:connector-curvature="0"
|
|
85
|
+
sodipodi:nodetypes="cc" />
|
|
86
|
+
</svg>
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
viewBox="0 0 16 16"
|
|
11
|
+
version="1.1"
|
|
12
|
+
id="svg6"
|
|
13
|
+
sodipodi:docname="region_reservoir.svg"
|
|
14
|
+
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
|
15
|
+
<metadata
|
|
16
|
+
id="metadata10">
|
|
17
|
+
<rdf:RDF>
|
|
18
|
+
<cc:Work
|
|
19
|
+
rdf:about="">
|
|
20
|
+
<dc:format>image/svg+xml</dc:format>
|
|
21
|
+
<dc:type
|
|
22
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
+
<dc:title></dc:title>
|
|
24
|
+
</cc:Work>
|
|
25
|
+
</rdf:RDF>
|
|
26
|
+
</metadata>
|
|
27
|
+
<sodipodi:namedview
|
|
28
|
+
pagecolor="#ffffff"
|
|
29
|
+
bordercolor="#666666"
|
|
30
|
+
borderopacity="1"
|
|
31
|
+
objecttolerance="10"
|
|
32
|
+
gridtolerance="10"
|
|
33
|
+
guidetolerance="10"
|
|
34
|
+
inkscape:pageopacity="0"
|
|
35
|
+
inkscape:pageshadow="2"
|
|
36
|
+
inkscape:window-width="1863"
|
|
37
|
+
inkscape:window-height="1025"
|
|
38
|
+
id="namedview8"
|
|
39
|
+
showgrid="true"
|
|
40
|
+
inkscape:snap-center="true"
|
|
41
|
+
inkscape:snap-page="true"
|
|
42
|
+
inkscape:snap-object-midpoints="true"
|
|
43
|
+
inkscape:snap-bbox="true"
|
|
44
|
+
inkscape:snap-bbox-edge-midpoints="true"
|
|
45
|
+
inkscape:snap-bbox-midpoints="true"
|
|
46
|
+
inkscape:zoom="29.5"
|
|
47
|
+
inkscape:cx="5.7780675"
|
|
48
|
+
inkscape:cy="8.245496"
|
|
49
|
+
inkscape:window-x="57"
|
|
50
|
+
inkscape:window-y="27"
|
|
51
|
+
inkscape:window-maximized="1"
|
|
52
|
+
inkscape:current-layer="svg6"
|
|
53
|
+
inkscape:snap-grids="true"
|
|
54
|
+
inkscape:snap-to-guides="true"
|
|
55
|
+
inkscape:bbox-nodes="true"
|
|
56
|
+
inkscape:bbox-paths="true">
|
|
57
|
+
<inkscape:grid
|
|
58
|
+
type="xygrid"
|
|
59
|
+
id="grid3570" />
|
|
60
|
+
</sodipodi:namedview>
|
|
61
|
+
<defs
|
|
62
|
+
id="defs3051">
|
|
63
|
+
<style
|
|
64
|
+
type="text/css"
|
|
65
|
+
id="current-color-scheme">
|
|
66
|
+
.ColorScheme-Text {
|
|
67
|
+
color:#232629;
|
|
68
|
+
}
|
|
69
|
+
</style>
|
|
70
|
+
</defs>
|
|
71
|
+
<path
|
|
72
|
+
style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
73
|
+
d="M 14,9.5 10,9.4661017 5,14.550847"
|
|
74
|
+
id="path954"
|
|
75
|
+
inkscape:connector-curvature="0"
|
|
76
|
+
sodipodi:nodetypes="ccc" />
|
|
77
|
+
<path
|
|
78
|
+
style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
79
|
+
d="M 14,6.5 H 10 L 5,1.4152542"
|
|
80
|
+
id="path954-1"
|
|
81
|
+
inkscape:connector-curvature="0"
|
|
82
|
+
sodipodi:nodetypes="ccc" />
|
|
83
|
+
<circle
|
|
84
|
+
style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#232629;stroke-width:0.89999998;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:markers stroke fill"
|
|
85
|
+
id="path3536"
|
|
86
|
+
cx="4"
|
|
87
|
+
cy="6.4499998"
|
|
88
|
+
r="1" />
|
|
89
|
+
</svg>
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
preserveAspectRatio="xMidYMid"
|
|
11
|
+
width="16"
|
|
12
|
+
height="16"
|
|
13
|
+
viewBox="0 0 16 16"
|
|
14
|
+
version="1.1"
|
|
15
|
+
id="svg18"
|
|
16
|
+
sodipodi:docname="rlang.svg"
|
|
17
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
|
18
|
+
<metadata
|
|
19
|
+
id="metadata22">
|
|
20
|
+
<rdf:RDF>
|
|
21
|
+
<cc:Work
|
|
22
|
+
rdf:about="">
|
|
23
|
+
<dc:format>image/svg+xml</dc:format>
|
|
24
|
+
<dc:type
|
|
25
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
26
|
+
<dc:title></dc:title>
|
|
27
|
+
</cc:Work>
|
|
28
|
+
</rdf:RDF>
|
|
29
|
+
</metadata>
|
|
30
|
+
<sodipodi:namedview
|
|
31
|
+
pagecolor="#ffffff"
|
|
32
|
+
bordercolor="#666666"
|
|
33
|
+
borderopacity="1"
|
|
34
|
+
objecttolerance="10"
|
|
35
|
+
gridtolerance="10"
|
|
36
|
+
guidetolerance="10"
|
|
37
|
+
inkscape:pageopacity="0"
|
|
38
|
+
inkscape:pageshadow="2"
|
|
39
|
+
inkscape:window-width="1862"
|
|
40
|
+
inkscape:window-height="1016"
|
|
41
|
+
id="namedview20"
|
|
42
|
+
showgrid="true"
|
|
43
|
+
showguides="false"
|
|
44
|
+
inkscape:zoom="22.627417"
|
|
45
|
+
inkscape:cx="3.6046496"
|
|
46
|
+
inkscape:cy="9.7875081"
|
|
47
|
+
inkscape:window-x="58"
|
|
48
|
+
inkscape:window-y="27"
|
|
49
|
+
inkscape:window-maximized="1"
|
|
50
|
+
inkscape:current-layer="svg18">
|
|
51
|
+
<inkscape:grid
|
|
52
|
+
type="xygrid"
|
|
53
|
+
id="grid833" />
|
|
54
|
+
</sodipodi:namedview>
|
|
55
|
+
<defs
|
|
56
|
+
id="defs12">
|
|
57
|
+
<linearGradient
|
|
58
|
+
id="gradientFill-1"
|
|
59
|
+
x1="0.7414425"
|
|
60
|
+
x2="590.86261"
|
|
61
|
+
y1="3.6658268"
|
|
62
|
+
y2="593.78699"
|
|
63
|
+
gradientUnits="userSpaceOnUse"
|
|
64
|
+
spreadMethod="pad"
|
|
65
|
+
gradientTransform="matrix(0.02024185,0,0,0.01355653,1.9940479,3.9503041)">
|
|
66
|
+
<stop
|
|
67
|
+
offset="0"
|
|
68
|
+
stop-color="rgb(203,206,208)"
|
|
69
|
+
stop-opacity="1"
|
|
70
|
+
id="stop2" />
|
|
71
|
+
<stop
|
|
72
|
+
offset="1"
|
|
73
|
+
stop-color="rgb(132,131,139)"
|
|
74
|
+
stop-opacity="1"
|
|
75
|
+
id="stop4" />
|
|
76
|
+
</linearGradient>
|
|
77
|
+
<linearGradient
|
|
78
|
+
id="gradientFill-2"
|
|
79
|
+
x1="301.02603"
|
|
80
|
+
x2="703.0675"
|
|
81
|
+
y1="151.4006"
|
|
82
|
+
y2="553.44208"
|
|
83
|
+
gradientUnits="userSpaceOnUse"
|
|
84
|
+
spreadMethod="pad"
|
|
85
|
+
gradientTransform="matrix(0.01741114,0,0,0.01741263,1.7587937,3.3637168)">
|
|
86
|
+
<stop
|
|
87
|
+
offset="0"
|
|
88
|
+
stop-color="rgb(39,109,195)"
|
|
89
|
+
stop-opacity="1"
|
|
90
|
+
id="stop7" />
|
|
91
|
+
<stop
|
|
92
|
+
offset="1"
|
|
93
|
+
stop-color="rgb(22,92,170)"
|
|
94
|
+
stop-opacity="1"
|
|
95
|
+
id="stop9" />
|
|
96
|
+
</linearGradient>
|
|
97
|
+
</defs>
|
|
98
|
+
<path
|
|
99
|
+
style="fill:url(#gradientFill-1);fill-rule:evenodd;stroke-width:48.07293701"
|
|
100
|
+
inkscape:connector-curvature="0"
|
|
101
|
+
d="M 7.9816277,12 C 4.6830776,12 2.0090561,10.209141 2.0090561,8.0000081 2.0090561,5.7908588 4.6830776,4 7.9816277,4 11.280195,4 13.954199,5.7908588 13.954199,8.0000081 13.954199,10.209141 11.280195,12 7.9816277,12 Z M 8.8958339,5.5638644 c -2.5071923,0 -4.5396727,1.2243087 -4.5396727,2.7345677 0,1.510259 2.0324804,2.7345679 4.5396727,2.7345679 2.5071761,0 4.3574381,-0.837028 4.3574381,-2.7345679 0,-1.896943 -1.850262,-2.7345677 -4.3574381,-2.7345677 z"
|
|
102
|
+
id="path14" />
|
|
103
|
+
<path
|
|
104
|
+
style="fill:#232629;fill-rule:evenodd;stroke-width:48.07293701;fill-opacity:1"
|
|
105
|
+
inkscape:connector-curvature="0"
|
|
106
|
+
d="m 11.432162,9.8622898 c 0,0 0.383804,0.1135095 0.606784,0.2240892 0.07737,0.03837 0.211231,0.11494 0.307789,0.21547 0.09459,0.09845 0.140704,0.198232 0.140704,0.198232 L 14,12.999532 l -2.444723,10e-4 -1.143215,-2.104055 c 0,0 -0.234097,-0.394206 -0.378142,-0.508508 -0.1201607,-0.09534 -0.1713945,-0.129283 -0.290201,-0.129283 -0.082698,0 -0.5808593,0 -0.5808593,0 l 4.573e-4,2.740398 -2.1633168,8.96e-4 V 6 h 4.3442218 c 0,0 1.978643,0.034975 1.978643,1.8799665 0,1.8449914 -1.890703,1.9823233 -1.890703,1.9823233 z M 10.491207,7.5183907 9.1815557,7.5175633 9.180905,8.7078192 10.491207,8.7074055 c 0,0 0.606784,-0.00184 0.606784,-0.6054706 0,-0.6157613 -0.606784,-0.5835442 -0.606784,-0.5835442 z"
|
|
107
|
+
id="path16" />
|
|
108
|
+
</svg>
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
9
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
10
|
+
viewBox="0 0 16 16"
|
|
11
|
+
version="1.1"
|
|
12
|
+
id="svg6"
|
|
13
|
+
sodipodi:docname="statistical_significance.svg"
|
|
14
|
+
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
|
|
15
|
+
<metadata
|
|
16
|
+
id="metadata10">
|
|
17
|
+
<rdf:RDF>
|
|
18
|
+
<cc:Work
|
|
19
|
+
rdf:about="">
|
|
20
|
+
<dc:format>image/svg+xml</dc:format>
|
|
21
|
+
<dc:type
|
|
22
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
23
|
+
</cc:Work>
|
|
24
|
+
</rdf:RDF>
|
|
25
|
+
</metadata>
|
|
26
|
+
<sodipodi:namedview
|
|
27
|
+
pagecolor="#ffffff"
|
|
28
|
+
bordercolor="#666666"
|
|
29
|
+
borderopacity="1"
|
|
30
|
+
objecttolerance="10"
|
|
31
|
+
gridtolerance="10"
|
|
32
|
+
guidetolerance="10"
|
|
33
|
+
inkscape:pageopacity="0"
|
|
34
|
+
inkscape:pageshadow="2"
|
|
35
|
+
inkscape:window-width="1862"
|
|
36
|
+
inkscape:window-height="1016"
|
|
37
|
+
id="namedview8"
|
|
38
|
+
showgrid="true"
|
|
39
|
+
inkscape:snap-center="false"
|
|
40
|
+
inkscape:snap-page="true"
|
|
41
|
+
inkscape:snap-object-midpoints="false"
|
|
42
|
+
inkscape:snap-bbox="true"
|
|
43
|
+
inkscape:snap-bbox-edge-midpoints="true"
|
|
44
|
+
inkscape:snap-bbox-midpoints="false"
|
|
45
|
+
inkscape:zoom="32"
|
|
46
|
+
inkscape:cx="9.5610703"
|
|
47
|
+
inkscape:cy="7.3437107"
|
|
48
|
+
inkscape:window-x="58"
|
|
49
|
+
inkscape:window-y="27"
|
|
50
|
+
inkscape:window-maximized="1"
|
|
51
|
+
inkscape:current-layer="svg6"
|
|
52
|
+
inkscape:snap-grids="true"
|
|
53
|
+
inkscape:snap-to-guides="true"
|
|
54
|
+
inkscape:snap-global="true"
|
|
55
|
+
inkscape:snap-nodes="false"
|
|
56
|
+
inkscape:snap-others="false"
|
|
57
|
+
inkscape:bbox-nodes="true"
|
|
58
|
+
inkscape:bbox-paths="true">
|
|
59
|
+
<inkscape:grid
|
|
60
|
+
type="xygrid"
|
|
61
|
+
id="grid3568" />
|
|
62
|
+
</sodipodi:namedview>
|
|
63
|
+
<defs
|
|
64
|
+
id="defs3051">
|
|
65
|
+
<style
|
|
66
|
+
type="text/css"
|
|
67
|
+
id="current-color-scheme">
|
|
68
|
+
.ColorScheme-Text {
|
|
69
|
+
color:#232629;
|
|
70
|
+
}
|
|
71
|
+
</style>
|
|
72
|
+
</defs>
|
|
73
|
+
<g
|
|
74
|
+
aria-label="p"
|
|
75
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:1.25;font-family:sans-serif;-inkscape-font-specification:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#232629;fill-opacity:1;stroke:none;stroke-width:1.41370928;stroke-opacity:1"
|
|
76
|
+
id="text821"
|
|
77
|
+
transform="matrix(0.70735902,0,0,0.70735902,8.4652618,3.2926407)">
|
|
78
|
+
<path
|
|
79
|
+
d="m -2.0714542,5.2603033 c 0,-2.64 -1.5611278,-4.2603028 -4.2411278,-4.2603028 H -9.1400005 V 15.137093 h 1.4137093 V 9.4822556 h 1.4137092 c 2.92,0 4.2411278,-1.5219528 4.2411278,-4.2219523 z m -1.4137092,0 c 0,1.78 -0.8274185,2.808243 -2.8274186,2.808243 H -7.7262912 V 2.4137092 h 1.4137092 c 1.9599999,0 2.8274186,0.9265936 2.8274186,2.8465941 z"
|
|
80
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Gillius ADF';-inkscape-font-specification:'Gillius ADF';stroke-width:1.41370928;fill:#232629;fill-opacity:1;stroke:none;stroke-opacity:1"
|
|
81
|
+
id="path823"
|
|
82
|
+
inkscape:connector-curvature="0"
|
|
83
|
+
sodipodi:nodetypes="ssccccssssccss" />
|
|
84
|
+
</g>
|
|
85
|
+
<g
|
|
86
|
+
id="g5097">
|
|
87
|
+
<path
|
|
88
|
+
sodipodi:nodetypes="cc"
|
|
89
|
+
inkscape:connector-curvature="0"
|
|
90
|
+
id="path838"
|
|
91
|
+
d="M 11.501064,2 V 7"
|
|
92
|
+
style="fill:none;fill-opacity:1;stroke:#232629;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
93
|
+
<path
|
|
94
|
+
sodipodi:nodetypes="cc"
|
|
95
|
+
inkscape:connector-curvature="0"
|
|
96
|
+
id="path838-3"
|
|
97
|
+
d="m 9.3360002,3.25 4.3301278,2.5"
|
|
98
|
+
style="fill:#232629;fill-opacity:1;stroke:#232629;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
99
|
+
<path
|
|
100
|
+
sodipodi:nodetypes="cc"
|
|
101
|
+
inkscape:connector-curvature="0"
|
|
102
|
+
id="path838-0"
|
|
103
|
+
d="M 13.666128,3.25 9.336,5.75"
|
|
104
|
+
style="fill:#232629;fill-opacity:1;stroke:#232629;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
|
|
105
|
+
</g>
|
|
106
|
+
</svg>
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
[Icon Theme]
|
|
2
|
+
Name=DCscopeMix
|
|
3
|
+
Comment=Mix of themes for DCscope
|
|
4
|
+
|
|
5
|
+
Directories=dcscope,breeze/actions/16,breeze/actions/22,breeze/actions/24,breeze/actions/32,breeze/places/16,breeze/places/22,breeze/places/24,breeze/places/32,breeze/places/64,breeze/status/16,breeze/status/22,breeze/status/24,breeze/status/64
|
|
6
|
+
|
|
7
|
+
[dcscope]
|
|
8
|
+
Size=16
|
|
9
|
+
Type=Fixed
|
|
10
|
+
|
|
11
|
+
[dcscope]
|
|
12
|
+
Size=22
|
|
13
|
+
Type=Fixed
|
|
14
|
+
|
|
15
|
+
[dcscope]
|
|
16
|
+
Size=24
|
|
17
|
+
Type=Fixed
|
|
18
|
+
|
|
19
|
+
[dcscope]
|
|
20
|
+
Size=32
|
|
21
|
+
Type=Fixed
|
|
22
|
+
|
|
23
|
+
[dcscope]
|
|
24
|
+
Size=64
|
|
25
|
+
Type=Fixed
|
|
26
|
+
|
|
27
|
+
[dcscope]
|
|
28
|
+
Size=128
|
|
29
|
+
Type=Fixed
|
|
30
|
+
|
|
31
|
+
[breeze/actions/16]
|
|
32
|
+
Size=16
|
|
33
|
+
Type=Fixed
|
|
34
|
+
|
|
35
|
+
[breeze/actions/22]
|
|
36
|
+
Size=22
|
|
37
|
+
Type=Fixed
|
|
38
|
+
|
|
39
|
+
[breeze/actions/24]
|
|
40
|
+
Size=24
|
|
41
|
+
Type=Fixed
|
|
42
|
+
|
|
43
|
+
[breeze/actions/32]
|
|
44
|
+
Size=32
|
|
45
|
+
Type=Fixed
|
|
46
|
+
|
|
47
|
+
[breeze/places/16]
|
|
48
|
+
Size=16
|
|
49
|
+
Type=Fixed
|
|
50
|
+
|
|
51
|
+
[breeze/places/22]
|
|
52
|
+
Size=22
|
|
53
|
+
Type=Fixed
|
|
54
|
+
|
|
55
|
+
[breeze/places/24]
|
|
56
|
+
Size=24
|
|
57
|
+
Type=Fixed
|
|
58
|
+
|
|
59
|
+
[breeze/places/32]
|
|
60
|
+
Size=32
|
|
61
|
+
Type=Fixed
|
|
62
|
+
|
|
63
|
+
[breeze/places/64]
|
|
64
|
+
Size=64
|
|
65
|
+
Type=Fixed
|
|
66
|
+
|
|
67
|
+
[breeze/status/16]
|
|
68
|
+
Size=16
|
|
69
|
+
Type=Fixed
|
|
70
|
+
|
|
71
|
+
[breeze/status/22]
|
|
72
|
+
Size=22
|
|
73
|
+
Type=Fixed
|
|
74
|
+
|
|
75
|
+
[breeze/status/24]
|
|
76
|
+
Size=24
|
|
77
|
+
Type=Fixed
|
|
78
|
+
|
|
79
|
+
[breeze/status/64]
|
|
80
|
+
Size=64
|
|
81
|
+
Type=Fixed
|
dcscope/img/icon.png
ADDED
|
Binary file
|
dcscope/img/icon.svg
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
version="1.1"
|
|
6
|
+
id="svg2"
|
|
7
|
+
xml:space="preserve"
|
|
8
|
+
width="256"
|
|
9
|
+
height="256"
|
|
10
|
+
viewBox="0 0 255.99957 255.99957"
|
|
11
|
+
sodipodi:docname="dcscope-icon.svg"
|
|
12
|
+
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
|
|
13
|
+
inkscape:export-filename="dcscope_icon.png"
|
|
14
|
+
inkscape:export-xdpi="96"
|
|
15
|
+
inkscape:export-ydpi="96"
|
|
16
|
+
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
|
17
|
+
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
20
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
21
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
22
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
|
|
23
|
+
id="metadata8"><rdf:RDF><cc:Work
|
|
24
|
+
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
25
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
|
26
|
+
id="defs6" /><sodipodi:namedview
|
|
27
|
+
pagecolor="#ffffff"
|
|
28
|
+
bordercolor="#666666"
|
|
29
|
+
borderopacity="1"
|
|
30
|
+
objecttolerance="10"
|
|
31
|
+
gridtolerance="10"
|
|
32
|
+
guidetolerance="10"
|
|
33
|
+
inkscape:pageopacity="0"
|
|
34
|
+
inkscape:pageshadow="2"
|
|
35
|
+
inkscape:window-width="1492"
|
|
36
|
+
inkscape:window-height="912"
|
|
37
|
+
id="namedview4"
|
|
38
|
+
showgrid="false"
|
|
39
|
+
fit-margin-top="0"
|
|
40
|
+
fit-margin-left="0"
|
|
41
|
+
fit-margin-right="0"
|
|
42
|
+
fit-margin-bottom="0"
|
|
43
|
+
inkscape:zoom="1.5695687"
|
|
44
|
+
inkscape:cx="85.69233"
|
|
45
|
+
inkscape:cy="120.09668"
|
|
46
|
+
inkscape:window-x="0"
|
|
47
|
+
inkscape:window-y="0"
|
|
48
|
+
inkscape:window-maximized="1"
|
|
49
|
+
inkscape:current-layer="g10"
|
|
50
|
+
inkscape:showpageshadow="2"
|
|
51
|
+
inkscape:pagecheckerboard="0"
|
|
52
|
+
inkscape:deskcolor="#d1d1d1" /><g
|
|
53
|
+
id="g10"
|
|
54
|
+
inkscape:groupmode="layer"
|
|
55
|
+
inkscape:label="ink_ext_XXXXXX"
|
|
56
|
+
transform="matrix(1.3333333,0,0,-1.3333333,-0.04570299,46.722436)"><circle
|
|
57
|
+
style="fill:#ececec;stroke-width:1.5052;stroke-linecap:square;stroke-dasharray:1.5052, 4.51558;paint-order:stroke fill markers"
|
|
58
|
+
id="path1"
|
|
59
|
+
cx="96.034119"
|
|
60
|
+
cy="60.958012"
|
|
61
|
+
r="95.99984"
|
|
62
|
+
transform="scale(1,-1)" /><text
|
|
63
|
+
xml:space="preserve"
|
|
64
|
+
style="font-size:231.835px;line-height:1.15;font-family:'Arista Pro Alternate';-inkscape-font-specification:'Arista Pro Alternate';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;direction:ltr;text-anchor:start;fill:#333333;stroke-width:19.3866;stroke-linecap:square;stroke-dasharray:19.3866, 58.1598;paint-order:stroke fill markers"
|
|
65
|
+
x="45.60321"
|
|
66
|
+
y="115.57735"
|
|
67
|
+
id="text1"
|
|
68
|
+
transform="scale(1,-1)"><tspan
|
|
69
|
+
sodipodi:role="line"
|
|
70
|
+
id="tspan1"
|
|
71
|
+
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:'Arista Pro Trial';-inkscape-font-specification:'Arista Pro Trial';fill:#333333;stroke-width:19.3866"
|
|
72
|
+
x="45.60321"
|
|
73
|
+
y="115.57735">s</tspan></text></g></svg>
|
dcscope/img/splash.png
ADDED
|
Binary file
|