scilens 0.3.5__py3-none-any.whl → 0.3.6__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.
- scilens/report/templates/index.html +1 -0
- scilens/report/templates/uti_spectrograms.js +6 -6
- {scilens-0.3.5.dist-info → scilens-0.3.6.dist-info}/METADATA +1 -1
- {scilens-0.3.5.dist-info → scilens-0.3.6.dist-info}/RECORD +6 -6
- {scilens-0.3.5.dist-info → scilens-0.3.6.dist-info}/WHEEL +0 -0
- {scilens-0.3.5.dist-info → scilens-0.3.6.dist-info}/entry_points.txt +0 -0
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
<script src="https://cdn.plot.ly/plotly-2.34.0.min.js" charset="utf-8"></script>
|
|
27
27
|
|
|
28
28
|
<script>
|
|
29
|
+
((w_1, undef) => { w_1.None = undef; })(window); // for Python None = undef when templating
|
|
29
30
|
{% include 'js_dom.js' %}
|
|
30
31
|
{% include 'js_palette.js' %}
|
|
31
32
|
</script>
|
|
@@ -67,10 +67,10 @@ class Spectrograms {
|
|
|
67
67
|
const style = "width:"+this.size+"px;height:"+this.size+"px;";
|
|
68
68
|
const attrs = { class: "m-1 shadow-lg" };
|
|
69
69
|
//
|
|
70
|
-
const templs = [{out:"
|
|
70
|
+
const templs = [{out:"var", tag:"div", attrs: attrs, style:style} ];
|
|
71
71
|
if (mat.ref) {
|
|
72
|
-
templs.push({out:"
|
|
73
|
-
templs.push({out:"
|
|
72
|
+
templs.push({out:"ref", tag:"div", attrs: attrs, style:style});
|
|
73
|
+
templs.push({out:"dif", tag:"div", attrs: attrs, style:style});
|
|
74
74
|
}
|
|
75
75
|
const e = {};
|
|
76
76
|
dom.tree(
|
|
@@ -81,10 +81,10 @@ class Spectrograms {
|
|
|
81
81
|
e
|
|
82
82
|
);
|
|
83
83
|
|
|
84
|
-
this.add_widget(e["
|
|
84
|
+
this.add_widget(e["var"], mat.data);
|
|
85
85
|
if (mat.ref) {
|
|
86
|
-
this.add_widget(e["
|
|
87
|
-
this.add_widget(e["
|
|
86
|
+
this.add_widget(e["ref"], mat.ref);
|
|
87
|
+
this.add_widget(e["dif"], mat.ref_diff_data(), COLORSCALE_DIFF);
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
var_rmv(idx) {
|
|
@@ -70,7 +70,7 @@ scilens/report/templates/compare_12_sections.html,sha256=Sm5NtOkGhkm0Eo-H2R-97mN
|
|
|
70
70
|
scilens/report/templates/compare_13_section_numbers copy.html,sha256=0PWK_I2kNX3LjPLkkY4eSYIeB7YFkA28nk-PPLDhnaY,1753
|
|
71
71
|
scilens/report/templates/compare_13_section_numbers.html,sha256=9etEMSqwrDyJIn_nMbKEVaDgnFL_hBxSjPR-hU2wgDI,851
|
|
72
72
|
scilens/report/templates/compare_13_section_numbers_table.html,sha256=sJy6ZYtjl80vM1b3oqZSXawZWp7KNIwLI_wCnvBwYPE,3270
|
|
73
|
-
scilens/report/templates/index.html,sha256=
|
|
73
|
+
scilens/report/templates/index.html,sha256=2xR6htGfpYwCxRDzXzQJflrnl9lp7r0AkJRnm16liM8,4954
|
|
74
74
|
scilens/report/templates/js_chartlibs_echarts.js,sha256=6YicVhTNIBmmBpV31XCVN5oBeiD0t29JIosJZRUv01M,907
|
|
75
75
|
scilens/report/templates/js_chartlibs_plotly.js,sha256=uVAOKUB5XE33-r04phR-LlRkFoaHEIXyQ3jXT5r97Rc,1521
|
|
76
76
|
scilens/report/templates/js_com_page.js,sha256=ZxYHR-KGQRH726rPOXrEgyzBKM9NtGH3_APvcawKxQw,6862
|
|
@@ -79,7 +79,7 @@ scilens/report/templates/js_dom.js,sha256=XnxgdB0x-Xtt0eQFrwjcFO1cb_KPsTImpJBB6m
|
|
|
79
79
|
scilens/report/templates/js_palette.js,sha256=HeewAmkR67QiqXSanJS3cCgp6IPKomlULUTKt55F6es,218
|
|
80
80
|
scilens/report/templates/style.css,sha256=thZ_LZonmY9qH9oBie1BcK2H2FPPqik11YFr1hyo6ng,4071
|
|
81
81
|
scilens/report/templates/uti_matrix.js,sha256=L2NqR9fu1075JGStWy6yS7EX4pHGAcBrhfR_cAL4VYw,2675
|
|
82
|
-
scilens/report/templates/uti_spectrograms.js,sha256=
|
|
82
|
+
scilens/report/templates/uti_spectrograms.js,sha256=EoZtBUYbup0KOvmcZRpnUGNrIZVbveqQK0aoIqkq94E,3066
|
|
83
83
|
scilens/report/templates/utils_compare_report_anim.js,sha256=a7FHRco17BmgOAHb9kiDsFcSoxbmTGqjBbXBprf3hnU,2923
|
|
84
84
|
scilens/report/templates/utils_compare_report_framesseries.js,sha256=su4zy29yZMqBlL213B1oLFpzBrmwta5jlc96fN_pphc,5697
|
|
85
85
|
scilens/report/vendors/tailwindcss_3_4_15.js,sha256=niHw6Rf0uS2pE5_8h-E18NI24o1urZL5Ac31_n9htKE,407279
|
|
@@ -99,7 +99,7 @@ scilens/utils/template.py,sha256=9dlXX3nmfzDRUwzPJOkoxk15UXivZ2SW-McdCwokFa4,443
|
|
|
99
99
|
scilens/utils/time_tracker.py,sha256=DdVBoMpVLXrX0qZZXyLm4g38EwDVLlRcBqcpNex1mYY,545
|
|
100
100
|
scilens/utils/vectors.py,sha256=4N2BZSC5n3HgZqPujDGF5NdjVmSL1rOHb_qw4OoABQY,103
|
|
101
101
|
scilens/utils/web.py,sha256=MAFWpIFOKz7QhqDoFh-Qwstvc76KpcxstSgHFT8FOL4,901
|
|
102
|
-
scilens-0.3.
|
|
103
|
-
scilens-0.3.
|
|
104
|
-
scilens-0.3.
|
|
105
|
-
scilens-0.3.
|
|
102
|
+
scilens-0.3.6.dist-info/METADATA,sha256=m6niWTXoKAI_Ean-zkDhQmYvGQvSEM_mI3K7Le22tBM,1367
|
|
103
|
+
scilens-0.3.6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
104
|
+
scilens-0.3.6.dist-info/entry_points.txt,sha256=DaKGgxUEUv34GJAoXtta6ecL37ercejep9sCSSRQK2s,48
|
|
105
|
+
scilens-0.3.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|