From d6e599d4f91290f2393117e863eb876b3c6a73a4 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 5 Jul 2021 15:01:11 +0200 Subject: [PATCH] Utility title renames For #34 --- pyzebra/app/panel_ccl_integrate.py | 2 +- pyzebra/app/panel_hdf_viewer.py | 4 ++-- pyzebra/app/panel_param_study.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyzebra/app/panel_ccl_integrate.py b/pyzebra/app/panel_ccl_integrate.py index 2d41511..8392212 100644 --- a/pyzebra/app/panel_ccl_integrate.py +++ b/pyzebra/app/panel_ccl_integrate.py @@ -516,7 +516,7 @@ def create(): lorentz_checkbox = CheckboxGroup(labels=["Lorentz Correction"], width=145, margin=(13, 5, 5, 5)) - export_preview_textinput = TextAreaInput(title="Export file preview:", width=500, height=400) + export_preview_textinput = TextAreaInput(title="Export file(s) preview:", width=500, height=400) def _update_preview(): with tempfile.TemporaryDirectory() as temp_dir: diff --git a/pyzebra/app/panel_hdf_viewer.py b/pyzebra/app/panel_hdf_viewer.py index 194104c..b7a3b9b 100644 --- a/pyzebra/app/panel_hdf_viewer.py +++ b/pyzebra/app/panel_hdf_viewer.py @@ -485,7 +485,7 @@ def create(): update_image() main_auto_checkbox = CheckboxGroup( - labels=["Main Auto Range"], active=[0], width=145, margin=[10, 5, 0, 5] + labels=["Frame Intensity Range"], active=[0], width=145, margin=[10, 5, 0, 5] ) main_auto_checkbox.on_click(main_auto_checkbox_callback) @@ -531,7 +531,7 @@ def create(): update_overview_plot() proj_auto_checkbox = CheckboxGroup( - labels=["Projections Auto Range"], active=[0], width=145, margin=[10, 5, 0, 5] + labels=["Projections Intensity Range"], active=[0], width=145, margin=[10, 5, 0, 5] ) proj_auto_checkbox.on_click(proj_auto_checkbox_callback) diff --git a/pyzebra/app/panel_param_study.py b/pyzebra/app/panel_param_study.py index 9ad284f..4f55e63 100644 --- a/pyzebra/app/panel_param_study.py +++ b/pyzebra/app/panel_param_study.py @@ -684,7 +684,7 @@ def create(): lorentz_checkbox = CheckboxGroup(labels=["Lorentz Correction"], width=145, margin=(13, 5, 5, 5)) - export_preview_textinput = TextAreaInput(title="Export file preview:", width=450, height=400) + export_preview_textinput = TextAreaInput(title="Export file(s) preview:", width=450, height=400) def _update_preview(): with tempfile.TemporaryDirectory() as temp_dir: