tomwer 1.5.0rc0__py3-none-any.whl → 1.5.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.
- orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows +1 -1
- orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows +1 -1
- tomwer/app/axis.py +1 -1
- tomwer/core/process/control/datalistener/rpcserver.py +2 -8
- tomwer/core/process/drac/binning.py +2 -2
- tomwer/core/process/drac/output.py +1 -1
- tomwer/core/process/reconstruction/axis/mode.py +2 -2
- tomwer/core/process/reconstruction/axis/params.py +4 -4
- tomwer/core/process/reconstruction/axis/projectiontype.py +1 -1
- tomwer/core/process/reconstruction/axis/side.py +1 -1
- tomwer/core/process/reconstruction/darkref/params.py +1 -2
- tomwer/core/process/reconstruction/nabu/nabucommon.py +2 -2
- tomwer/core/process/reconstruction/nabu/nabuslices.py +18 -5
- tomwer/core/process/reconstruction/nabu/target.py +1 -1
- tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py +9 -0
- tomwer/core/process/reconstruction/nabu/utils.py +3 -0
- tomwer/core/process/reconstruction/normalization/normalization.py +1 -1
- tomwer/core/process/reconstruction/normalization/params.py +3 -3
- tomwer/core/process/reconstruction/saaxis/params.py +3 -3
- tomwer/core/process/reconstruction/saaxis/saaxis.py +5 -1
- tomwer/core/process/reconstruction/scores/params.py +2 -2
- tomwer/core/process/reconstruction/scores/scores.py +3 -3
- tomwer/core/process/reconstruction/tests/test_saaxis.py +56 -66
- tomwer/core/process/tests/test_normalization.py +2 -1
- tomwer/core/scan/scanbase.py +1 -1
- tomwer/core/scan/scantype.py +1 -1
- tomwer/core/settings.py +1 -1
- tomwer/gui/cluster/slurm.py +3 -3
- tomwer/gui/configuration/level.py +1 -1
- tomwer/gui/control/actions.py +1 -1
- tomwer/gui/control/datalist.py +1 -1
- tomwer/gui/control/series/seriescreator.py +5 -5
- tomwer/gui/control/tomoobjdisplaymode.py +1 -1
- tomwer/gui/dataportal/gallery.py +6 -6
- tomwer/gui/edit/tests/test_nx_editor.py +1 -1
- tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py +2 -2
- tomwer/gui/reconstruction/axis/InputWidget.py +3 -3
- tomwer/gui/reconstruction/nabu/nabuconfig/base.py +1 -3
- tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py +6 -6
- tomwer/gui/reconstruction/nabu/nabuconfig/phase.py +3 -3
- tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py +3 -3
- tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py +7 -3
- tomwer/gui/reconstruction/nabu/slices.py +6 -6
- tomwer/gui/reconstruction/nabu/volume.py +1 -1
- tomwer/gui/reconstruction/normalization/intensity.py +6 -10
- tomwer/gui/reconstruction/saaxis/corrangeselector.py +2 -2
- tomwer/gui/reconstruction/sacommon.py +2 -2
- tomwer/gui/reconstruction/scores/scoreplot.py +3 -3
- tomwer/gui/reconstruction/tests/test_nabu.py +2 -2
- tomwer/gui/stitching/config/positionoveraxis.py +1 -1
- tomwer/gui/utils/buttons.py +1 -1
- tomwer/gui/utils/flow.py +1 -1
- tomwer/gui/utils/loadingmode.py +1 -1
- tomwer/gui/utils/vignettes.py +1 -1
- tomwer/gui/visualization/dataviewer.py +7 -7
- tomwer/gui/visualization/reconstructionparameters.py +35 -23
- tomwer/gui/visualization/scanoverview.py +28 -11
- tomwer/gui/visualization/test/test_reconstruction_parameters.py +2 -2
- tomwer/resources/gui/icons/borders.png +0 -0
- tomwer/synctools/stacks/processingstack.py +19 -3
- tomwer/synctools/stacks/reconstruction/nabu.py +5 -0
- tomwer/synctools/utils/scanstages.py +3 -3
- tomwer/version.py +2 -2
- {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/METADATA +1 -1
- {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/RECORD +69 -68
- {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/WHEEL +0 -0
- {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/entry_points.txt +0 -0
- {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/licenses/LICENSE +0 -0
- {tomwer-1.5.0rc0.dist-info → tomwer-1.5.1.dist-info}/top_level.txt +0 -0
@@ -47,10 +47,10 @@ class ScanOverviewWidget(qt.QWidget):
|
|
47
47
|
self._estimatedCOR = qt.QTreeWidgetItem(self._frames)
|
48
48
|
self._estimatedCOR.setText(0, "estimated cor")
|
49
49
|
|
50
|
-
self.
|
51
|
-
self.
|
52
|
-
self.
|
53
|
-
self.
|
50
|
+
self._detector_x_pixel_size = qt.QTreeWidgetItem(self._instrument)
|
51
|
+
self._detector_x_pixel_size.setText(0, "x pixel size")
|
52
|
+
self._detector_y_pixel_size = qt.QTreeWidgetItem(self._instrument)
|
53
|
+
self._detector_y_pixel_size.setText(0, "y pixel size")
|
54
54
|
|
55
55
|
# 2: define sample
|
56
56
|
self._sample = qt.QTreeWidgetItem(self._tree)
|
@@ -58,6 +58,11 @@ class ScanOverviewWidget(qt.QWidget):
|
|
58
58
|
self._sample_name = qt.QTreeWidgetItem(self._sample)
|
59
59
|
self._sample_name.setText(0, "name")
|
60
60
|
|
61
|
+
self._sample_x_pixel_size = qt.QTreeWidgetItem(self._sample)
|
62
|
+
self._sample_x_pixel_size.setText(0, "x pixel size")
|
63
|
+
self._sample_y_pixel_size = qt.QTreeWidgetItem(self._sample)
|
64
|
+
self._sample_y_pixel_size.setText(0, "y pixel size")
|
65
|
+
|
61
66
|
# 3: other hight level items
|
62
67
|
self._startTime = qt.QTreeWidgetItem(self._tree)
|
63
68
|
self._startTime.setText(0, "start_time")
|
@@ -96,6 +101,7 @@ class ScanOverviewWidget(qt.QWidget):
|
|
96
101
|
"times": self._updateTimes,
|
97
102
|
"names": self._updateNames,
|
98
103
|
"scan-range": self._updateScanRange,
|
104
|
+
"sample": self._updateSample,
|
99
105
|
}
|
100
106
|
for part_name, fct in parts.items():
|
101
107
|
try:
|
@@ -107,7 +113,7 @@ class ScanOverviewWidget(qt.QWidget):
|
|
107
113
|
def _updateInstrument(self, scan: TomwerScanBase):
|
108
114
|
self._updateFrames(scan=scan)
|
109
115
|
self._updateEnergy(scan=scan)
|
110
|
-
self.
|
116
|
+
self._updateDetectorPixelSize(scan=scan)
|
111
117
|
|
112
118
|
def _setColoredTxt(
|
113
119
|
self, item, text, column=1, hightlight_red=False, hightlight_orange=False
|
@@ -125,7 +131,18 @@ class ScanOverviewWidget(qt.QWidget):
|
|
125
131
|
item.setBackground(0, qt.QBrush(bkg_color))
|
126
132
|
|
127
133
|
def _updateSample(self, scan: TomwerScanBase):
|
128
|
-
|
134
|
+
x_pixel_size = scan.sample_x_pixel_size
|
135
|
+
y_pixel_size = scan.sample_y_pixel_size
|
136
|
+
self._setColoredTxt(
|
137
|
+
item=self._sample_x_pixel_size,
|
138
|
+
text=f"{x_pixel_size} (m)",
|
139
|
+
hightlight_red=x_pixel_size in (None, 0.0, 1.0),
|
140
|
+
)
|
141
|
+
self._setColoredTxt(
|
142
|
+
item=self._sample_y_pixel_size,
|
143
|
+
text=f"{y_pixel_size} (m)",
|
144
|
+
hightlight_red=y_pixel_size in (None, 0.0, 1.0),
|
145
|
+
)
|
129
146
|
|
130
147
|
def _updateTimes(self, scan: TomwerScanBase):
|
131
148
|
self._startTime.setText(1, str(scan.start_time))
|
@@ -213,20 +230,20 @@ class ScanOverviewWidget(qt.QWidget):
|
|
213
230
|
text=str(scan_range),
|
214
231
|
)
|
215
232
|
|
216
|
-
def
|
233
|
+
def _updateDetectorPixelSize(self, scan: TomwerScanBase):
|
217
234
|
assert isinstance(scan, TomwerScanBase)
|
218
235
|
if isinstance(scan, EDFTomoScan):
|
219
236
|
x_pixel_size = y_pixel_size = scan.pixel_size
|
220
237
|
else:
|
221
|
-
x_pixel_size = scan.
|
222
|
-
y_pixel_size = scan.
|
238
|
+
x_pixel_size = scan.detector_x_pixel_size
|
239
|
+
y_pixel_size = scan.detector_y_pixel_size
|
223
240
|
self._setColoredTxt(
|
224
|
-
item=self.
|
241
|
+
item=self._detector_x_pixel_size,
|
225
242
|
text=f"{x_pixel_size} (m)",
|
226
243
|
hightlight_red=x_pixel_size in (None, 0.0, 1.0),
|
227
244
|
)
|
228
245
|
self._setColoredTxt(
|
229
|
-
item=self.
|
246
|
+
item=self._detector_y_pixel_size,
|
230
247
|
text=f"{y_pixel_size} (m)",
|
231
248
|
hightlight_red=y_pixel_size in (None, 0.0, 1.0),
|
232
249
|
)
|
@@ -46,8 +46,8 @@ def test_ReconstructionParameters(qtapp, phase_method): # noqa F401
|
|
46
46
|
assert window._methodQLE.text() == "FBP"
|
47
47
|
assert window._paganinQLE.text() == phase_method
|
48
48
|
assert window._deltaBetaQLE.text() == "110.0"
|
49
|
-
assert window.
|
50
|
-
assert window.
|
49
|
+
assert window._sampleDetectorDistanceQLE.text() == "0.4"
|
50
|
+
assert window._voxelSizeQLE.text() == "0.2x0.2x0.2"
|
51
51
|
assert window._corQLE.text() == "104.00"
|
52
52
|
assert window._halfTomoCB.isChecked()
|
53
53
|
assert window._fbpFilterQLE.text() == "Hilbert"
|
Binary file
|
@@ -17,6 +17,9 @@ class ProcessingThread(qt.QThread):
|
|
17
17
|
sigComputationStarted = qt.Signal()
|
18
18
|
"""Signal emitted when a computation is started"""
|
19
19
|
|
20
|
+
sigError = qt.Signal(str)
|
21
|
+
"""Error found during processing. Parameter is the error raised"""
|
22
|
+
|
20
23
|
|
21
24
|
class FIFO(SuperviseProcess):
|
22
25
|
"""Processing Queue with a First In, First Out behavior"""
|
@@ -29,17 +32,22 @@ class FIFO(SuperviseProcess):
|
|
29
32
|
|
30
33
|
def __init__(self, process_id=None):
|
31
34
|
SuperviseProcess.__init__(self, process_id=process_id)
|
35
|
+
self._errors: list[qt.QErrorMessage] = []
|
32
36
|
self._deque = deque()
|
33
37
|
self._computationThread = self._create_processing_thread(process_id=process_id)
|
34
38
|
assert isinstance(self._computationThread, ProcessingThread)
|
35
|
-
|
36
|
-
self._start_threaded_computation
|
37
|
-
)
|
39
|
+
|
38
40
|
"""scan process by the thread"""
|
39
41
|
self._data_currently_computed = None
|
40
42
|
"""Scan computed currently"""
|
41
43
|
self._processing = False
|
42
44
|
|
45
|
+
# connect signal / slot
|
46
|
+
self._computationThread.sigComputationStarted.connect(
|
47
|
+
self._start_threaded_computation
|
48
|
+
)
|
49
|
+
self._computationThread.sigError.connect(self._displayError)
|
50
|
+
|
43
51
|
@property
|
44
52
|
def data_currently_computed(self) -> TomwerObject | None:
|
45
53
|
return self._data_currently_computed
|
@@ -146,6 +154,14 @@ class FIFO(SuperviseProcess):
|
|
146
154
|
self._processing = False
|
147
155
|
self._data_currently_computed = None
|
148
156
|
|
157
|
+
def _displayError(self, error_msg: str):
|
158
|
+
err = qt.QMessageBox()
|
159
|
+
err.setText(error_msg)
|
160
|
+
err.setIcon(qt.QMessageBox.Warning)
|
161
|
+
self._errors.append(err)
|
162
|
+
err.setModal(False)
|
163
|
+
err.show()
|
164
|
+
|
149
165
|
# expose deque API
|
150
166
|
def append(self, value):
|
151
167
|
self._deque.append(value)
|
@@ -6,6 +6,7 @@ import logging
|
|
6
6
|
|
7
7
|
from processview.core.manager import DatasetState, ProcessManager
|
8
8
|
from processview.core.superviseprocess import SuperviseProcess
|
9
|
+
|
9
10
|
from silx.gui import qt
|
10
11
|
from silx.gui.utils import blockSignals
|
11
12
|
|
@@ -138,6 +139,7 @@ class _SliceProcessingThread(ProcessingThread, SuperviseProcess):
|
|
138
139
|
"nabu_params": self._configuration,
|
139
140
|
"dry_run": self._dry_run,
|
140
141
|
"serialize_output_data": False,
|
142
|
+
"invalid_slice_callback": self.showErrorSliceInvalid,
|
141
143
|
},
|
142
144
|
)
|
143
145
|
self._task.run()
|
@@ -148,6 +150,9 @@ class _SliceProcessingThread(ProcessingThread, SuperviseProcess):
|
|
148
150
|
self._task.cancel()
|
149
151
|
self.quit()
|
150
152
|
|
153
|
+
def showErrorSliceInvalid(self, error_message):
|
154
|
+
self.sigError.emit(error_message)
|
155
|
+
|
151
156
|
|
152
157
|
class _VolumeProcessingThread(_SliceProcessingThread):
|
153
158
|
"""
|
@@ -10,7 +10,7 @@ import os
|
|
10
10
|
import shutil
|
11
11
|
|
12
12
|
from silx.io.url import DataUrl
|
13
|
-
from
|
13
|
+
from enum import Enum as _Enum
|
14
14
|
|
15
15
|
from tomwer.core.scan.edfscan import EDFTomoScan
|
16
16
|
from tomwer.core.scan.nxtomoscan import NXtomoScan
|
@@ -59,7 +59,7 @@ class ScanStages:
|
|
59
59
|
:param stage:
|
60
60
|
:param dest_dir:
|
61
61
|
"""
|
62
|
-
stage = ScanStages.AcquisitionStage
|
62
|
+
stage = ScanStages.AcquisitionStage(stage)
|
63
63
|
if not dest_dir.endswith(os.path.basename(self.scan.path)):
|
64
64
|
dest_dir = os.path.join(dest_dir, os.path.basename(self.scan.path))
|
65
65
|
for t_stage in ScanStages.AcquisitionStage:
|
@@ -75,7 +75,7 @@ class ScanStages:
|
|
75
75
|
"""
|
76
76
|
if not dest_dir.endswith(os.path.basename(self.scan.path)):
|
77
77
|
dest_dir = os.path.join(dest_dir, os.path.basename(self.scan.path))
|
78
|
-
stage = ScanStages.AcquisitionStage
|
78
|
+
stage = ScanStages.AcquisitionStage(stage)
|
79
79
|
if stage is ScanStages.AcquisitionStage.ACQUI_NOT_STARTED:
|
80
80
|
return
|
81
81
|
elif stage is ScanStages.AcquisitionStage.ACQUI_STARTED:
|
tomwer/version.py
CHANGED
@@ -21,8 +21,8 @@ orangecontrib/tomwer/tutorials/simple_volume_to_slurm_reconstruction.ows,sha256=
|
|
21
21
|
orangecontrib/tomwer/tutorials/using_saaxis_to_find_cor.ows,sha256=TUZNkXEsQyj7Qra1GEb4IhGFDWv3uJzqXbp3P04jwbs,5192
|
22
22
|
orangecontrib/tomwer/tutorials/volume_casting_on_slurm.ows,sha256=yKa6pvd4UB6XDDlj_o7T8Md6bI8aQJXMCUnxyecdXbc,7568
|
23
23
|
orangecontrib/tomwer/tutorials/id16b/ID16b_full_volume.ows,sha256=eSxYxrZ-0WKsmDqXivsHxND7SR2dSwdgG6Wcjbr06Ew,1727
|
24
|
-
orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows,sha256=
|
25
|
-
orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows,sha256=
|
24
|
+
orangecontrib/tomwer/tutorials/id16b/ID16b_insitu.ows,sha256=sdo7YmzVUSBf61hsMUg7zOiGtDa21eitCx08fYY93LI,29558
|
25
|
+
orangecontrib/tomwer/tutorials/id16b/ID16b_normalization.ows,sha256=eufyC3wPbnzpUIQyno4mTrGXGtRayRFQbo0OAyYCds8,22594
|
26
26
|
orangecontrib/tomwer/tutorials/id16b/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
27
|
orangecontrib/tomwer/widgets/__init__.py,sha256=dX_TpkBh3mVsrj3EeGglEESsnZAEVq7V0Nb9bnBrb-8,1214
|
28
28
|
orangecontrib/tomwer/widgets/utils.py,sha256=yq1wZfpfY3iVAhwMRBls57q02lhljO89WRKN7MxMMNg,983
|
@@ -219,9 +219,9 @@ orangecontrib/tomwer/widgets/visualization/tests/__init__.py,sha256=47DEQpj8HBSa
|
|
219
219
|
tomwer/__init__.py,sha256=cMIyH-uRxpa9WVnAuWjiBD7k9TK57WO21RzP_S-Mb8I,460
|
220
220
|
tomwer/__main__.py,sha256=7tCADiS4u7k1PCxFhlRAcYSIOpxQTGUTx8sCEQ-hi1E,8707
|
221
221
|
tomwer/utils.py,sha256=7h7dEgKAEUmQ43jkULvC1B9Adl55nkCty-SEKUKCl4U,7008
|
222
|
-
tomwer/version.py,sha256=
|
222
|
+
tomwer/version.py,sha256=K5a0x_MIZk2c2KnjS9jTsWtptvB-LYnkQQEw0IH9mdc,4386
|
223
223
|
tomwer/app/__init__.py,sha256=h1FKED7Tw5f99yikygt7ruXsdrxQhcJxO7kagLGxhJg,84
|
224
|
-
tomwer/app/axis.py,sha256=
|
224
|
+
tomwer/app/axis.py,sha256=1TZU27QPhq6Sa5-1kRMr4VDv2Qntg4ZHTQOjwucXf4I,5842
|
225
225
|
tomwer/app/canvas.py,sha256=y8rYOiwmv6ug7JcjgkOzEiGQnNXjKWNNmKofT0n8TFg,1538
|
226
226
|
tomwer/app/darkref.py,sha256=SnSKtLa6K1jmHfyqQfsuhJ7EC4g04ejTrhJa9pzC4S8,276
|
227
227
|
tomwer/app/darkrefpatch.py,sha256=Zzl1zdBHEDgAPd5J7agaaK1GN3uQjxePRRCaLpXL6A8,285
|
@@ -256,7 +256,7 @@ tomwer/app/stitching/common.py,sha256=unFHRuJdzKMLlBM6znQx-KPcbJ7H__EKKe8CUw_Apf
|
|
256
256
|
tomwer/core/__init__.py,sha256=-EtD8J-a7WVnCgYS7WHkisYn61iM2PpHWcXwE5BetJ8,71
|
257
257
|
tomwer/core/futureobject.py,sha256=8Sd9gOrdhYc0PvzPeZPBNOmaHuwB5epG6RJyABRsCmQ,5113
|
258
258
|
tomwer/core/resourcemanager.py,sha256=VLNnVodMa-HOMZhN2qpUR_L6phJ8IHPUEPYMxuW6VHg,1067
|
259
|
-
tomwer/core/settings.py,sha256=
|
259
|
+
tomwer/core/settings.py,sha256=8AqV6rzXJMQLsSmTmXcDf6GU7cTvspz2-7zy2yLMnY8,3991
|
260
260
|
tomwer/core/signal.py,sha256=I5TUcyeBZzrEh1SFGs-ylJSL1aBs41ZFb3IJo3O_55c,6115
|
261
261
|
tomwer/core/tomwer_object.py,sha256=BupCf-jgh3QG1qqMM_o7e90AD5SQ4KksrnSwCTF9nbk,2022
|
262
262
|
tomwer/core/cluster/__init__.py,sha256=w58VJZaGwC-8hwHLADeJrW9-rs-PrVz6few3AqpScqQ,116
|
@@ -286,7 +286,7 @@ tomwer/core/process/control/tomoobjseries.py,sha256=_fiVup4ugH5BAC6HwkIziA0QweEu
|
|
286
286
|
tomwer/core/process/control/volumeselector.py,sha256=0uv1Q8k5Ms1h_iU-ldhb-Y35xsy1kHwQrbUQguV5M_A,370
|
287
287
|
tomwer/core/process/control/datalistener/__init__.py,sha256=gSEeJEDX8E-8HzY7tmPc32QKfqSZHG4Ad06IxDrzOWo,52
|
288
288
|
tomwer/core/process/control/datalistener/datalistener.py,sha256=kNDTIeMhJ6n019b2XWoGoB8zDCv-zpVxE7YDzZR9KBM,9606
|
289
|
-
tomwer/core/process/control/datalistener/rpcserver.py,sha256=
|
289
|
+
tomwer/core/process/control/datalistener/rpcserver.py,sha256=5fwlg_DB0Kee3g2lvLlF0Z_HCxpEd6iHEGn0p9QC6Zg,9456
|
290
290
|
tomwer/core/process/control/datawatcher/__init__.py,sha256=F9d_bGOr5iAPEfnKaf5XOEwQSR1wZp_wkzcDYNSuin4,50
|
291
291
|
tomwer/core/process/control/datawatcher/datawatcher.py,sha256=UmOEW9vA3jJ93R1QcVRisknB_S2j0Nfsc7477VjwThE,15265
|
292
292
|
tomwer/core/process/control/datawatcher/datawatcherobserver.py,sha256=q7ZB9WMWSyeEUtuU9SKuvJ80eBlFzLUC31NlLIYfWfk,24197
|
@@ -299,10 +299,10 @@ tomwer/core/process/control/tests/test_concatenate_nxtomos.py,sha256=P2tZW7LHAJC
|
|
299
299
|
tomwer/core/process/control/tests/test_email.py,sha256=gmQ-1iu_gh9OHEUGTl-hpOxavFHbbmPynEHWArNZoAc,1553
|
300
300
|
tomwer/core/process/control/tests/test_h52nx_process.py,sha256=45iN1zJJbsegcDB-ww_me_fBmylfDO9sHnx3w9Yk_Ik,5472
|
301
301
|
tomwer/core/process/drac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
302
|
-
tomwer/core/process/drac/binning.py,sha256=
|
302
|
+
tomwer/core/process/drac/binning.py,sha256=f3ZqXFxHAYqHoaHGWXzxHdjcV6OU_C_MGGPXLQWWB8Q,1271
|
303
303
|
tomwer/core/process/drac/dracbase.py,sha256=_EYcZscvNpLpSc6cuy6nmNKYWo2C8u6Ke_oXrLjOBiM,5639
|
304
304
|
tomwer/core/process/drac/gallery.py,sha256=bQosh4xbTWj8Vn_vqepyJ1QMfLcVGxh7uPJ0ysLtx5o,4790
|
305
|
-
tomwer/core/process/drac/output.py,sha256=
|
305
|
+
tomwer/core/process/drac/output.py,sha256=tRBtfpttOZ7J8s5keWIefq0vIJtVj3Hsw81WuY7ydi0,224
|
306
306
|
tomwer/core/process/drac/processeddataset.py,sha256=pp4uW249k7qFb1q1yZCtU1fbjoD9Y9onL5w3mOcxrWU,5839
|
307
307
|
tomwer/core/process/drac/publish.py,sha256=S6UZ39Mv0I9A5bKQig5zohFenRPonu-oxK6DEUeAvD4,3845
|
308
308
|
tomwer/core/process/drac/rawdataset.py,sha256=mB4sNTM1rx46n5whjIlY4xq1gz4_rbaS7yAS3QE2iT0,5175
|
@@ -322,41 +322,41 @@ tomwer/core/process/reconstruction/paramsbase.py,sha256=6PjFcO0yYs_apgv2MImGSDLs
|
|
322
322
|
tomwer/core/process/reconstruction/axis/__init__.py,sha256=VSQkN6M6JvM_c55OiboNyJUW8Zs1wkkQgv1JYmzvIr8,80
|
323
323
|
tomwer/core/process/reconstruction/axis/anglemode.py,sha256=lpc6EQ8rZaFd4q-HpNWlQ1Fb3rJWQLQpjm-9R937hE0,520
|
324
324
|
tomwer/core/process/reconstruction/axis/axis.py,sha256=mphrIARRau6X1bS2vHeLMsVcNq4ntcDQtsDD5KmkQeE,17144
|
325
|
-
tomwer/core/process/reconstruction/axis/mode.py,sha256=
|
326
|
-
tomwer/core/process/reconstruction/axis/params.py,sha256=
|
327
|
-
tomwer/core/process/reconstruction/axis/projectiontype.py,sha256=
|
328
|
-
tomwer/core/process/reconstruction/axis/side.py,sha256=
|
325
|
+
tomwer/core/process/reconstruction/axis/mode.py,sha256=yH8P30CFB7pDOc-YcbObydvYto_m_gEcbWjGREY4mgU,9514
|
326
|
+
tomwer/core/process/reconstruction/axis/params.py,sha256=mbYu1m225fivmfDbnbBUPOurkzkmjtS5rbCyMOyXCW0,28232
|
327
|
+
tomwer/core/process/reconstruction/axis/projectiontype.py,sha256=uj9EElRWl2CP7zyAUPyt8u72K8h2-Lhwme6vn4KItQc,173
|
328
|
+
tomwer/core/process/reconstruction/axis/side.py,sha256=WPblAjFYGRjcs3Oaa0nEDLujBg9aY7aIEgtvQ5dog8A,128
|
329
329
|
tomwer/core/process/reconstruction/darkref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
330
330
|
tomwer/core/process/reconstruction/darkref/darkrefs.py,sha256=PL2-18lybEuUyjux3lP-eWTJNRKJndTetpq4myyoyRI,16966
|
331
331
|
tomwer/core/process/reconstruction/darkref/darkrefscopy.py,sha256=yPkEnDfUVZUS7QvbIUmd1rPXCMT6oDVLqWNTKQHH9Dk,12959
|
332
|
-
tomwer/core/process/reconstruction/darkref/params.py,sha256
|
332
|
+
tomwer/core/process/reconstruction/darkref/params.py,sha256=QIGEs5q9hDXnXvz7X8wWyRhcVkgtdSAtddL2uugg6Yk,8707
|
333
333
|
tomwer/core/process/reconstruction/darkref/settings.py,sha256=35jliuOIjMKTOJjgn4uiotcDEr6RskpLHfRWWLm76dc,188
|
334
334
|
tomwer/core/process/reconstruction/nabu/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
335
335
|
tomwer/core/process/reconstruction/nabu/castvolume.py,sha256=yTdVMGjG8gnByNi7D1X3OsqU81kJ5usLmFDjvSlhvjw,10184
|
336
336
|
tomwer/core/process/reconstruction/nabu/helical.py,sha256=twqUNAatBAAK2K0cTmqcWb4py_nHif6Vsr3ms6Pqbag,2051
|
337
|
-
tomwer/core/process/reconstruction/nabu/nabucommon.py,sha256=
|
337
|
+
tomwer/core/process/reconstruction/nabu/nabucommon.py,sha256=GGhM3jl2OVbI2mr4-bMlMOyON2Ss0dEOU_v9SmixhTo,24532
|
338
338
|
tomwer/core/process/reconstruction/nabu/nabuscores.py,sha256=fjOtWxPOoVHq5E1mkbpfVglWNq5HfP1VAzhaLu1jd1M,25291
|
339
|
-
tomwer/core/process/reconstruction/nabu/nabuslices.py,sha256=
|
339
|
+
tomwer/core/process/reconstruction/nabu/nabuslices.py,sha256=9w_DPooYn8l9rSGZJhYFmWlPO0L-DkuEKvKmb-Q9Sao,32648
|
340
340
|
tomwer/core/process/reconstruction/nabu/nabuvolume.py,sha256=Fn0tkPDTDJQaMEJA4LzpPp0ZtG4MIu9YN82-jesxRKo,20052
|
341
341
|
tomwer/core/process/reconstruction/nabu/plane.py,sha256=1SFNJgl1_cDYVW6gq7zjw2jpvRjiEmzzEQEBCxUseGM,380
|
342
342
|
tomwer/core/process/reconstruction/nabu/settings.py,sha256=3AJpxVQbJziw4v6F26Ppz8Q9vc9ZNepTWygqpCAbIEM,955
|
343
|
-
tomwer/core/process/reconstruction/nabu/target.py,sha256=
|
344
|
-
tomwer/core/process/reconstruction/nabu/utils.py,sha256=
|
343
|
+
tomwer/core/process/reconstruction/nabu/target.py,sha256=I_7X2Nfr5VC4doaodtCzTeg7JVG1Lnbv123uI8AKEeU,111
|
344
|
+
tomwer/core/process/reconstruction/nabu/utils.py,sha256=VLyF3JUBSCDOfOB4gtKuQoFr0ZwpbgeuJ1wZL5NZ4wM,16253
|
345
345
|
tomwer/core/process/reconstruction/nabu/test/test_castvolume.py,sha256=yEqVFrmp8vVpiIuhASMR9bWLF3Cgnag2u8S_SaI8BSo,3985
|
346
|
-
tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py,sha256=
|
346
|
+
tomwer/core/process/reconstruction/nabu/test/test_nabu_utils.py,sha256=vmB02KUGcP_AyUEWuDByGm0UAOCDIHEhePfRV1UGQQg,15608
|
347
347
|
tomwer/core/process/reconstruction/nabu/test/test_nabunormalization.py,sha256=5rHDwUROEBlsEFsZoy8mmcdRpziEetF9g_oFyxlvS6k,6010
|
348
348
|
tomwer/core/process/reconstruction/normalization/__init__.py,sha256=TDtATpMVFkEOT93wLXLpW0A_TOeiQDiM7AWAqX4FIB0,119
|
349
|
-
tomwer/core/process/reconstruction/normalization/normalization.py,sha256=
|
350
|
-
tomwer/core/process/reconstruction/normalization/params.py,sha256=
|
349
|
+
tomwer/core/process/reconstruction/normalization/normalization.py,sha256=8rW9D6ev3GZzMf8LtmwfG3_IQrmNk3VyZsdmadH-jB8,11847
|
350
|
+
tomwer/core/process/reconstruction/normalization/params.py,sha256=BqZPnaAeCi0CVkNxVKcS188oCb2y6RUxY-c5pLdOIDk,3374
|
351
351
|
tomwer/core/process/reconstruction/saaxis/__init__.py,sha256=ZEOu0nZWlMyBoX_A64yeEjVflE5x4iWSpYLTgs45g0o,137
|
352
|
-
tomwer/core/process/reconstruction/saaxis/params.py,sha256=
|
353
|
-
tomwer/core/process/reconstruction/saaxis/saaxis.py,sha256=
|
352
|
+
tomwer/core/process/reconstruction/saaxis/params.py,sha256=tCV5QLu7jqLwmoRnUGCNxXgdXZ_WRRuuIxbmXG18mH0,4171
|
353
|
+
tomwer/core/process/reconstruction/saaxis/saaxis.py,sha256=g3p8_cI1KTasAc4183pXKa22jwml-CfAbhwF8dvZLlo,30282
|
354
354
|
tomwer/core/process/reconstruction/sadeltabeta/__init__.py,sha256=WDYJxfqPnz5IeLPCX5W8UEO8-Z-NSH79gkqp2DZn1bM,162
|
355
355
|
tomwer/core/process/reconstruction/sadeltabeta/params.py,sha256=ziAlTtQLy4EItIprFxDOm2Td1emHpSpnQb58niF1tI0,2691
|
356
356
|
tomwer/core/process/reconstruction/sadeltabeta/sadeltabeta.py,sha256=bAO0dYSnMdgbBHlcU-roRC7sGqLIpi_rlC7cMXFInLI,29075
|
357
357
|
tomwer/core/process/reconstruction/scores/__init__.py,sha256=aTWranL8RRGSMKOSDkkjhaqWisgZdP9Xgx7GoFhLwJo,282
|
358
|
-
tomwer/core/process/reconstruction/scores/params.py,sha256=
|
359
|
-
tomwer/core/process/reconstruction/scores/scores.py,sha256=
|
358
|
+
tomwer/core/process/reconstruction/scores/params.py,sha256=vHFPW2moZd7Ce5kYgr7Go8Gnk4f7BYSYPrfoPSEZeJ8,6126
|
359
|
+
tomwer/core/process/reconstruction/scores/scores.py,sha256=N6gE9X4w4r1n_7J8m-oThefUhmnGHJFtQ0J9XLUmHi4,5855
|
360
360
|
tomwer/core/process/reconstruction/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
361
361
|
tomwer/core/process/reconstruction/tests/test_axis.py,sha256=xz5_ng78Qb8xvabmmIJkuEx7J-jm6k_mxi7rk7H2Nh8,1683
|
362
362
|
tomwer/core/process/reconstruction/tests/test_axis_params.py,sha256=DSZ73nr4vom12ZFwdqoYBMvCqTx9k1a0xEDq8NsEqzo,1614
|
@@ -364,7 +364,7 @@ tomwer/core/process/reconstruction/tests/test_darkref.py,sha256=KkdZ4epw9fYOPT3e
|
|
364
364
|
tomwer/core/process/reconstruction/tests/test_darkref_copy.py,sha256=Cl8qLAMZxLHDJp2oMDusr6q2WfALIg6mpbvuGyJJY7M,6090
|
365
365
|
tomwer/core/process/reconstruction/tests/test_params_cache.py,sha256=mNqWbOLr4mo06mwF3KhFpQPRvGgFxsCTPhLlK-fF2Ro,1238
|
366
366
|
tomwer/core/process/reconstruction/tests/test_paramsbase.py,sha256=n9x9BZV4I9uF7DM5QjCelfxaAzWQ6vx9N9BsjysW6RU,1505
|
367
|
-
tomwer/core/process/reconstruction/tests/test_saaxis.py,sha256=
|
367
|
+
tomwer/core/process/reconstruction/tests/test_saaxis.py,sha256=iuDJW3Wr5vbS19UZO49a7ohcJBX5vhQytzvOEPUusIQ,2362
|
368
368
|
tomwer/core/process/reconstruction/tests/test_sadeltabeta.py,sha256=24JRMIocNYLMdX_xFgOCUUo_VA61BPzz3HTaRTzDFhE,1232
|
369
369
|
tomwer/core/process/reconstruction/tests/test_utils.py,sha256=o_w8Bkk3T0btLCAan2UPq9U45y9vfh8ihyaHnZ7fEb0,1006
|
370
370
|
tomwer/core/process/reconstruction/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -383,7 +383,7 @@ tomwer/core/process/tests/test_data_listener.py,sha256=R8aNlDvNbrm7ziZtcKE5cB-fi
|
|
383
383
|
tomwer/core/process/tests/test_data_transfer.py,sha256=2eQ4-UzscI4PbFWopY0kACumAP4feVekN9W6uzbz2rM,14031
|
384
384
|
tomwer/core/process/tests/test_data_watcher.py,sha256=i08qwGz1pOH8u_W8A7UpjYRActf2heKvcFWNvVJRSYQ,1262
|
385
385
|
tomwer/core/process/tests/test_nabu.py,sha256=gOYQ5ujQh86g39g539kjhfu8odpZXy60gvGQBoNPi5E,18049
|
386
|
-
tomwer/core/process/tests/test_normalization.py,sha256=
|
386
|
+
tomwer/core/process/tests/test_normalization.py,sha256=QiQu5FdIbjWqWDei6bWRqY6TsdQ61h1c5JUFdKU8Lck,2719
|
387
387
|
tomwer/core/process/tests/test_timer.py,sha256=PGcYSQJ55ysj2J8bh7RZtboRL4zLoOk4mB_0CGjDuBU,1704
|
388
388
|
tomwer/core/process/visualization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
389
389
|
tomwer/core/process/visualization/dataviewer.py,sha256=evqc14kAgY-M4AyPZMGQY1aLVJdfjid6BtE6F_VA5wg,335
|
@@ -409,9 +409,9 @@ tomwer/core/scan/futurescan.py,sha256=chXjteQ4_6cSyFBoCil-DeHkHGGzM-xb21xJRYLEfh
|
|
409
409
|
tomwer/core/scan/hdf5scan.py,sha256=rQ-WtbOIgNtnMxA2kC23fEAcJIJIKboAv7UQColkrBg,966
|
410
410
|
tomwer/core/scan/helicalmetadata.py,sha256=JRBxqHkyTe5f3FDlbIeDfN31P6Ms48SqGiFRXHuZ8sw,472
|
411
411
|
tomwer/core/scan/nxtomoscan.py,sha256=a5MBZ2i5P1pHhLL0sNewYhEObM_bF4BRPJ0IlexH-rI,18438
|
412
|
-
tomwer/core/scan/scanbase.py,sha256=
|
412
|
+
tomwer/core/scan/scanbase.py,sha256=OJ6SltmiLBLzs8keex9xrXTmUjjouSnQuK8iSl4OGY8,25614
|
413
413
|
tomwer/core/scan/scanfactory.py,sha256=-bF0Ru9bn8bnGk4MKXhbt5Oli19qN1WvFPDMtqw81BA,9116
|
414
|
-
tomwer/core/scan/scantype.py,sha256=
|
414
|
+
tomwer/core/scan/scantype.py,sha256=I2FMLJQBeWSxF2RC3zIXxZJpTAwKCr5rd1yVv1mCnmw,126
|
415
415
|
tomwer/core/scan/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
416
416
|
tomwer/core/scan/tests/test_edf.py,sha256=JI7wH5emdjlYl08OhmjIO_8mui7rHa-aRCUwmkCRyys,830
|
417
417
|
tomwer/core/scan/tests/test_future_scan.py,sha256=tsF9p57dCOmW0fPyl6BP2lLSo0rRYRF6hSF-kryLMDM,848
|
@@ -464,7 +464,7 @@ tomwer/gui/settings.py,sha256=7LH-v6DM_V82j--aoHO7BaRawCsJsfgE3_6yI90TD7E,405
|
|
464
464
|
tomwer/gui/stackplot.py,sha256=WE_GOa0RzwPcMiop98ljM_r-4g4bSy-Jee9h8v3kwO8,3552
|
465
465
|
tomwer/gui/stacks.py,sha256=4lPRUjqGhif_oxArV7HHllbFsmLTdPJgHe4QD8TRz8k,13558
|
466
466
|
tomwer/gui/cluster/__init__.py,sha256=QeukFHF5SISl4dsVtIGc8UoAlgMiXdAeG2nksocycic,36
|
467
|
-
tomwer/gui/cluster/slurm.py,sha256=
|
467
|
+
tomwer/gui/cluster/slurm.py,sha256=4P5lLOjIU_DN_mutrsSZt1c5caV9dpoBXyqofxXMsK4,34778
|
468
468
|
tomwer/gui/cluster/supervisor.py,sha256=5qgAbRoFQvQeZ1jy5Z-5p98QqdZxNM9hieOce2Dn_uE,15794
|
469
469
|
tomwer/gui/cluster/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
470
470
|
tomwer/gui/cluster/tests/test_cluster.py,sha256=Yz0nzPQmMhMj3lRsJ8lB3_d9tpeJ9iC-K24IgdhV08w,3205
|
@@ -473,11 +473,11 @@ tomwer/gui/conditions/__init__.py,sha256=tR7WSGA_D6_HEqHrxqyIHrBU5rVZ4XN-xwYNrUS
|
|
473
473
|
tomwer/gui/conditions/filter.py,sha256=lZ-gczKfq7KWtdU_vfyNfio1u1v4MLSAbbrHt_DDPeQ,4234
|
474
474
|
tomwer/gui/configuration/__init__.py,sha256=8TF_yRZ1-lxMY_4VPXnwfR6ja7jOFmdv0JJmh8Q52Rs,123
|
475
475
|
tomwer/gui/configuration/action.py,sha256=xmMJAtkLKJkLOvhGRAS8i2cge54I16xxYTRQaWHOqT4,2512
|
476
|
-
tomwer/gui/configuration/level.py,sha256=
|
476
|
+
tomwer/gui/configuration/level.py,sha256=Wex7jxI1MvMYhSPi17ZwlrwpTIBPXyyLJ3aMsjXgRcY,642
|
477
477
|
tomwer/gui/control/__init__.py,sha256=Pe27j1z4qWIXC9gSUcMDo3dgL5SXyxs_AFUFUo9zOxA,92
|
478
|
-
tomwer/gui/control/actions.py,sha256=
|
478
|
+
tomwer/gui/control/actions.py,sha256=IHXmZ-aJHO8NUlu9FzBZjUmu1gzCg5xZ7h8bfKqFH14,3381
|
479
479
|
tomwer/gui/control/datadiscovery.py,sha256=EogZJbochmRU9t2J3G1-eCjqBlYG6YXplmtlUKAQU34,6135
|
480
|
-
tomwer/gui/control/datalist.py,sha256=
|
480
|
+
tomwer/gui/control/datalist.py,sha256=Kl5S5xmnTRgBKqTZ4SWisA3XjvyX9WsOdoVLrjDL2Dk,40454
|
481
481
|
tomwer/gui/control/datalistener.py,sha256=RmSuGkmnPXiIb1poOgEA0oCPK7FHPcoiLMcUJSA1r-w,16528
|
482
482
|
tomwer/gui/control/datareacheractions.py,sha256=9XiwdtRO6X-OfwKWS0hSEbNHDOkvHofiix83VTWIyn4,1236
|
483
483
|
tomwer/gui/control/datatransfert.py,sha256=AGRlOcChI9T9pi7ljgj9vNUEbr2FrsfllIRNHOoIfSA,4366
|
@@ -489,7 +489,7 @@ tomwer/gui/control/reducedarkflatselector.py,sha256=n-LUd4llW-BZ4RWSHQVm_7Sowp4E
|
|
489
489
|
tomwer/gui/control/scanselectorwidget.py,sha256=YrIKG-cBfLrBBDB9Hldn43QsgppXnCH0V_MmEyKQS50,1026
|
490
490
|
tomwer/gui/control/selectorwidgetbase.py,sha256=6uKMCx-L8DAXop60dCPIj4WAfHRxlNP5FpgjtPC7XYI,5663
|
491
491
|
tomwer/gui/control/singletomoobj.py,sha256=yqT4_MxJsTxAm-SsdcCh5q7j0J1KN5_TwfeDcuoSJmU,6782
|
492
|
-
tomwer/gui/control/tomoobjdisplaymode.py,sha256=
|
492
|
+
tomwer/gui/control/tomoobjdisplaymode.py,sha256=TDol7JAl8K68lQODmbMGMk6rnpI_m3mP2CNemC0NxwE,148
|
493
493
|
tomwer/gui/control/volumeselectorwidget.py,sha256=asbtYx1gfcCooeelhF00iYU8L4YVP0SdpHsFT7CXeKg,759
|
494
494
|
tomwer/gui/control/datawatcher/__init__.py,sha256=JsdZCI6AlZw0XRBT97UZzjCUSF11tlxYc8CLUCWtADQ,73
|
495
495
|
tomwer/gui/control/datawatcher/configuration.py,sha256=HRvThx1rlfgpNkvnzIidizq8oOsgN_6rnY6S8RdCAFw,8857
|
@@ -498,7 +498,7 @@ tomwer/gui/control/datawatcher/datawatcher.py,sha256=Z4nZfBZs3FplTgyXfroWDaXdq0f
|
|
498
498
|
tomwer/gui/control/datawatcher/datawatcherobserver.py,sha256=DAog4ZppGMgsNxCI3V-N93aI2qIgaMju9dOunNqtqww,9250
|
499
499
|
tomwer/gui/control/series/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
500
500
|
tomwer/gui/control/series/nxtomoconcatenate.py,sha256=YyJssAnQauRhQ1jBg63uj1pXcdo2IsktebaQvpgx8YA,3131
|
501
|
-
tomwer/gui/control/series/seriescreator.py,sha256=
|
501
|
+
tomwer/gui/control/series/seriescreator.py,sha256=UPQ9o21tdl09gyU9-b4qoga42_9YGAJXg8jaUMb7NLI,34131
|
502
502
|
tomwer/gui/control/series/serieswaiter.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
503
503
|
tomwer/gui/control/series/test/test_creator.py,sha256=rKry0n7UxRLFCiCtOv2ANGV0Qufztgnzl3OWBtXQCEM,14431
|
504
504
|
tomwer/gui/control/series/test/test_nxtomo_concatenate.py,sha256=rZqOlAhAdlKaboDHwVB6j733XVT8R623cGPWNIIbvOo,669
|
@@ -518,7 +518,7 @@ tomwer/gui/control/tests/test_volume_dialog.py,sha256=AEbawlIr05oqXhuqYEgJDEVIf5
|
|
518
518
|
tomwer/gui/control/tests/test_volumeselector.py,sha256=cF33xpGiRM2iORHxgGWuTDHLeV12QqaHlBbxJVqwWuI,2090
|
519
519
|
tomwer/gui/dataportal/__init__.py,sha256=Ql9igxJsXj6yiykmscFWR1DTH93MrNRctdTC1liPAO4,37
|
520
520
|
tomwer/gui/dataportal/createscreenshots.py,sha256=1XcvaTxZ4dZwWtcyQW4dBkUf9HpJI6PlowZHsJyuzRg,3128
|
521
|
-
tomwer/gui/dataportal/gallery.py,sha256=
|
521
|
+
tomwer/gui/dataportal/gallery.py,sha256=M289IoMX9ToHm1dNltGBRnMCn78b8p4KqFsoPkk3aT0,4861
|
522
522
|
tomwer/gui/dataportal/outputformat.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
523
523
|
tomwer/gui/dataportal/publish.py,sha256=LnRHEUiBc6hLyCbCjwjmYUNowr01rrnjayqwQeLPCkw,3731
|
524
524
|
tomwer/gui/dataportal/tests/test_create_screenshots_gui.py,sha256=-1UL8VvMLGfPEvX5yg1VfJJMSVVxjIIAfLuYp4SzeuE,714
|
@@ -537,9 +537,9 @@ tomwer/gui/edit/nxtomowarmer.py,sha256=GZZyP9XyX2Lpw9Lhtp_JEWZFHVVNtEmAgv5-IyCmP
|
|
537
537
|
tomwer/gui/edit/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
538
538
|
tomwer/gui/edit/tests/test_dkrf_patch.py,sha256=L0fO2nqqK74EOIZTPQKjO03qsAiXbqjj7FCGMrpRz3k,6685
|
539
539
|
tomwer/gui/edit/tests/test_image_key_editor.py,sha256=6sIGM_DjU_KjspnVKB2UDhWh_BLDhYP8rS6U1fAZXkk,4647
|
540
|
-
tomwer/gui/edit/tests/test_nx_editor.py,sha256=
|
540
|
+
tomwer/gui/edit/tests/test_nx_editor.py,sha256=y4_-g1-8rj0NkhAZ9HeebH-CIcUrvrH3q-s2RnBRQMo,17501
|
541
541
|
tomwer/gui/reconstruction/__init__.py,sha256=Ozf9bYay5hVhe1clExeM_MLhcAuu624i5BP1xonWlB0,95
|
542
|
-
tomwer/gui/reconstruction/sacommon.py,sha256=
|
542
|
+
tomwer/gui/reconstruction/sacommon.py,sha256=1ZT51WRkajkWsyaJmnH1Fi2QxHzyEa8Pqf7DAyF47lQ,5982
|
543
543
|
tomwer/gui/reconstruction/axis/AxisMainWindow.py,sha256=7w2LhdQ1pa8vU9U-XTA3ohGQfYKk5ETZ79s_xl4Zxx8,9641
|
544
544
|
tomwer/gui/reconstruction/axis/AxisOptionsWidget.py,sha256=M47xflZ68KkTDg8tksFt8n7ZFVIr8tJxstlPyG4Odq0,12168
|
545
545
|
tomwer/gui/reconstruction/axis/AxisSettingsWidget.py,sha256=7GpHteE2j9RUo-jUQoJdXJ-GnIi9VnY13Lveq3mvd1M,28120
|
@@ -548,8 +548,8 @@ tomwer/gui/reconstruction/axis/CalculationWidget.py,sha256=G6zru4IvDfv4tC7u9-sPL
|
|
548
548
|
tomwer/gui/reconstruction/axis/CompareImages.py,sha256=jqzlMBU_tfIdR1yHuZa8Avt8Te0EPBkjI6R4TY6kIlw,11425
|
549
549
|
tomwer/gui/reconstruction/axis/ControlWidget.py,sha256=w2kNLuIhQhGT3KpEYWWq4XJks3Kr7R2aOPCTKz4je4U,10709
|
550
550
|
tomwer/gui/reconstruction/axis/EstimatedCORWidget.py,sha256=U6CjfLSHT9Og7TWzywTpfmlDDofPBu3NsjmCOUkH2OI,17116
|
551
|
-
tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py,sha256=
|
552
|
-
tomwer/gui/reconstruction/axis/InputWidget.py,sha256=
|
551
|
+
tomwer/gui/reconstruction/axis/EstimatedCorComboBox.py,sha256=GNLjyefJP837hdXlcImpsM_YByPTQHymDVwD_phAQUg,4429
|
552
|
+
tomwer/gui/reconstruction/axis/InputWidget.py,sha256=T13DMgwJ7jx0ag73zD21Pk8F97JlKVTG4ey9GejtuXQ,13031
|
553
553
|
tomwer/gui/reconstruction/axis/ManualFramesSelection.py,sha256=b7-OjYyLuMQxG19AuvUNdwhSV5ewwfC4s9Yn8-6yZLQ,6481
|
554
554
|
tomwer/gui/reconstruction/axis/__init__.py,sha256=0YJJmL_suumgRcTA-uUNt6HStVM96ST3SJei7domThk,104
|
555
555
|
tomwer/gui/reconstruction/darkref/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -561,27 +561,27 @@ tomwer/gui/reconstruction/nabu/check.py,sha256=5DYLlVCyXm3ax5VgogX79n1Oyl3O_JUvZ
|
|
561
561
|
tomwer/gui/reconstruction/nabu/helical.py,sha256=TAVPcuZdgtZSz37ESqi_yuLhYuNnGde_0drvjTntahs,3708
|
562
562
|
tomwer/gui/reconstruction/nabu/nabuflow.py,sha256=mnFFd9z7IC9FFZ3xcOr-6g2hvY0R7PtnFI-AMgWqHhI,14977
|
563
563
|
tomwer/gui/reconstruction/nabu/platform.py,sha256=eSPs2yUfBSHsqZ8bYY_BJ7zuRXc5sxXA4lRxlQaFBz0,3859
|
564
|
-
tomwer/gui/reconstruction/nabu/slices.py,sha256=
|
564
|
+
tomwer/gui/reconstruction/nabu/slices.py,sha256=fDvYrDDvwYmXFmjEKU4zv3NdkUciPYM4rqteSb9pQD8,24283
|
565
565
|
tomwer/gui/reconstruction/nabu/slurm.py,sha256=yfJD8KgX45Be5CUi6bn2CdocrQemJPxDYBBqoLoXqn0,1268
|
566
|
-
tomwer/gui/reconstruction/nabu/volume.py,sha256=
|
566
|
+
tomwer/gui/reconstruction/nabu/volume.py,sha256=OGstMDOd7DHY0PVUJdPRxOtSH7SaJyy7VNWU1F6ci6g,17826
|
567
567
|
tomwer/gui/reconstruction/nabu/nabuconfig/__init__.py,sha256=WgEFXIrUDhX0vpBNlKiymHEY9p1DMdk4QZkvnXIC8yk,77
|
568
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/base.py,sha256=
|
569
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py,sha256=
|
568
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/base.py,sha256=7jB8VKVk5zt2QP4z1Vx2k7vLfPN5jjeGnCL_dLXr1J4,2133
|
569
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/ctf.py,sha256=_2eDt-Y5LaJ5J0Q2wm0sIFQuSHXYjPqQGYC28Iqr4LE,13095
|
570
570
|
tomwer/gui/reconstruction/nabu/nabuconfig/nabuconfig.py,sha256=5tCkwvgCv_Rdt7yP4ZUrq9ZGKE7Yy9Ht-n7XvCGIoTw,9048
|
571
571
|
tomwer/gui/reconstruction/nabu/nabuconfig/output.py,sha256=0SShYqvFj-motxTw20e3I1Z0WiierSqgOsN15qwe-TY,11907
|
572
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/phase.py,sha256=
|
573
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py,sha256=
|
574
|
-
tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py,sha256=
|
572
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/phase.py,sha256=t4rVi6DCwRkrfGv_9hD1SWMwu9CMpzxjAwyH_YmC3Gw,16238
|
573
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/preprocessing.py,sha256=utJgcburzX_WNdXItAKuENd97oLIs4QzFmLrNUF0n3c,32532
|
574
|
+
tomwer/gui/reconstruction/nabu/nabuconfig/reconstruction.py,sha256=W0EXvvEgtlOtxgg7CjsSj2aTjfpRwYfQ_I1fDX0cPxE,42571
|
575
575
|
tomwer/gui/reconstruction/nabu/test/test_cast_volume.py,sha256=Gtz_LduqKQNiVuVYrvtoPkE-DgG9QotS1mK-siSl8HU,3451
|
576
576
|
tomwer/gui/reconstruction/nabu/test/test_check.py,sha256=KXg1Gg4FVjQ9GkBOgb0ZJh6_c3JMeJTtyX5UVY6vdms,2318
|
577
577
|
tomwer/gui/reconstruction/nabu/test/test_ctf.py,sha256=uiJznrY6ScH51xaaSUFfplg9XJcFacczIV8_7k9tuRg,1554
|
578
578
|
tomwer/gui/reconstruction/nabu/test/test_helical.py,sha256=6vB_xXJOuNPHbXKLw8JWUtl-BB-Ntm8xkNEMV08ocEM,754
|
579
579
|
tomwer/gui/reconstruction/nabu/test/test_nabu_preprocessing.py,sha256=OcTJ6-GQrIMETlezvJ7HlWE7_eWMKdfbfueohl_lZ-c,2258
|
580
580
|
tomwer/gui/reconstruction/normalization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
581
|
-
tomwer/gui/reconstruction/normalization/intensity.py,sha256=
|
581
|
+
tomwer/gui/reconstruction/normalization/intensity.py,sha256=mKt7gLsIAljb3XQAl_szJJItjOUPAt2LL5VaIY8g4Iw,32476
|
582
582
|
tomwer/gui/reconstruction/normalization/test/test_intensity.py,sha256=CP9GxvaR7QrVfU6VHyDY_4OkK-oNwh13XJ1tYs5Lebo,3420
|
583
583
|
tomwer/gui/reconstruction/saaxis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
584
|
-
tomwer/gui/reconstruction/saaxis/corrangeselector.py,sha256=
|
584
|
+
tomwer/gui/reconstruction/saaxis/corrangeselector.py,sha256=JU4SRCAxBNBI315sX-1omS96YdpvQlegiIXBXvs6V9U,31775
|
585
585
|
tomwer/gui/reconstruction/saaxis/dimensionwidget.py,sha256=AqOrVS2-XHM1aA2zOmMG9g1fMKX5t7jRGm4Cs-rNZ6g,8133
|
586
586
|
tomwer/gui/reconstruction/saaxis/saaxis.py,sha256=oKHoJ7Z8xZS4BIQ8A6Cn5SijPNH7C7S56Z0zPSEZ2Fo,20122
|
587
587
|
tomwer/gui/reconstruction/saaxis/sliceselector.py,sha256=NMKCVc2x2cMrPxm801M3hl2qCXtxuvIWTjxyUx1mRxE,10883
|
@@ -589,10 +589,10 @@ tomwer/gui/reconstruction/sadeltabeta/__init__.py,sha256=74VkZ1KfTqXmfQReLkjJenv
|
|
589
589
|
tomwer/gui/reconstruction/sadeltabeta/saadeltabeta.py,sha256=r2zDJPnRyiJ8ZX-iO0WbXcsNSlzH3xLp-5S4L3noCRc,19470
|
590
590
|
tomwer/gui/reconstruction/scores/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
591
591
|
tomwer/gui/reconstruction/scores/control.py,sha256=SVWMruB--sa_LSM1oZhjoFM5ci1oQTe9XqXOyI8iR0U,1496
|
592
|
-
tomwer/gui/reconstruction/scores/scoreplot.py,sha256=
|
592
|
+
tomwer/gui/reconstruction/scores/scoreplot.py,sha256=_mHvuc8EoSgEFiQkDJM9p21CLkgLe3c3d-bvPfQ0mFc,31166
|
593
593
|
tomwer/gui/reconstruction/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
594
594
|
tomwer/gui/reconstruction/tests/test_axis.py,sha256=h0u_tTnQp57rg4oFtwjGSYNw5IujoxydOpnvNd98INA,7498
|
595
|
-
tomwer/gui/reconstruction/tests/test_nabu.py,sha256=
|
595
|
+
tomwer/gui/reconstruction/tests/test_nabu.py,sha256=JI3GFzUXR_SsDMQfj2joVv6ToEqS-QdMyB12y14OvdI,13628
|
596
596
|
tomwer/gui/reconstruction/tests/test_saaxis.py,sha256=dQjhULF913WMevo0ePIy6JQbnrP6zGVnde9XLRLBtFM,6792
|
597
597
|
tomwer/gui/reconstruction/tests/test_sadeltabeta.py,sha256=96tE_gxIcmp0qDXQmIwSEkYl3Js7dT2CyUH1doyjGc0,4491
|
598
598
|
tomwer/gui/samplemoved/__init__.py,sha256=jNA03mYWfP3_S1MRet6ijYe5DNCTK3Br7-5yrW3oEG4,8240
|
@@ -615,7 +615,7 @@ tomwer/gui/stitching/utils.py,sha256=ZgfKHLyH7l81Ry-4M5ajdwqdeos_J4g4Ee3j3yoXcJo
|
|
615
615
|
tomwer/gui/stitching/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
616
616
|
tomwer/gui/stitching/config/axisparams.py,sha256=PpE72t4lE05aelPz3bsNBQgn34xKVovTvM16obYesQs,8004
|
617
617
|
tomwer/gui/stitching/config/output.py,sha256=ibAZ9nrtFnC9dN9MpafDr4yUIykpa3HwqcmQCJNx9v4,6165
|
618
|
-
tomwer/gui/stitching/config/positionoveraxis.py,sha256=
|
618
|
+
tomwer/gui/stitching/config/positionoveraxis.py,sha256=o2shOMeHBY86gRQhqQDSuQw9MM5akNYVYhW4Ds3RrHA,16631
|
619
619
|
tomwer/gui/stitching/config/stitchingstrategies.py,sha256=UtmdBJ6jHeHTwdwbW4n9Edho9O_5HkCSNc9ZK7omTOE,4551
|
620
620
|
tomwer/gui/stitching/config/tomoobjdetails.py,sha256=aOufJsG_E7nIY959GksFya728JWTfVuMt9Q2AqNDYVw,15013
|
621
621
|
tomwer/gui/stitching/config/tests/test_axisparams.py,sha256=btumHdTFr2xmiFZ-GbWAuRy6kjwYUilMrluhiE0repM,738
|
@@ -635,13 +635,13 @@ tomwer/gui/tests/test_axis_gui.py,sha256=7Sz7LKTADuRCxaPYFGes22-0AItYwfrcd6kgk4X
|
|
635
635
|
tomwer/gui/tests/test_qfolder_dialog.py,sha256=hwN7uEDUYoGsHeJgjTvgMLV21umt_LTIemDsUTU2UvA,352
|
636
636
|
tomwer/gui/utils/RangeWidget.py,sha256=HERjGePh_LxkJEELt2ZVOL_D8G_0xmaP4OotZlASPEo,1327
|
637
637
|
tomwer/gui/utils/__init__.py,sha256=zRGvzYC0R676iDAjHIERQJlV4YgTcsXc3G34f6cUCK8,66
|
638
|
-
tomwer/gui/utils/buttons.py,sha256=
|
638
|
+
tomwer/gui/utils/buttons.py,sha256=czf14thj6yC9oqrSga77pBDFUtizuAlsIG39GSfpIss,7361
|
639
639
|
tomwer/gui/utils/completer.py,sha256=XQGVSiUdLa1MfgXPDY5qfcTxtjVerxmVKXmWDb-kQ-I,3606
|
640
|
-
tomwer/gui/utils/flow.py,sha256=
|
640
|
+
tomwer/gui/utils/flow.py,sha256=DO9QhS_0dOxMArowqDGU5yZ_a36CsvwQUoFPwuxjxkE,10646
|
641
641
|
tomwer/gui/utils/gpu.py,sha256=R2sRA77zyxdy5bVYGNltQpKS_9wuaj9eIn6rglsWGWg,2223
|
642
642
|
tomwer/gui/utils/illustrations.py,sha256=SoLAGBIrdYAu44qIZM8kvC74naOTJzUyAxSUkpblyEw,3134
|
643
643
|
tomwer/gui/utils/inputwidget.py,sha256=E8S4XwuIFxdm7ylBzqQVcJtEYif5CgMx5RTAyQ9Vs8E,22505
|
644
|
-
tomwer/gui/utils/loadingmode.py,sha256=
|
644
|
+
tomwer/gui/utils/loadingmode.py,sha256=sO7YckBfqJtR33v1P0AnmY1tXSdI6R5Hqcn-cAOlsyM,2917
|
645
645
|
tomwer/gui/utils/qt_utils.py,sha256=QMXte_vdCEwr4Vybt5sopczQ_OuRd1W5h6SydqFH0F8,538
|
646
646
|
tomwer/gui/utils/sandboxes.py,sha256=QfSRhL1KrFhS2Wr734Tzvp1OjTp82Ozc0ULr-JycFlI,6145
|
647
647
|
tomwer/gui/utils/scandescription.py,sha256=T4-tu6B8ZhpE_9sMdZ_4V7iS81gyEQxi3Yenik2I24o,2009
|
@@ -651,7 +651,7 @@ tomwer/gui/utils/splashscreen.py,sha256=Wt6lDby3irZn6Vc52whPRTbJOzmMA66VH6d5cIXy
|
|
651
651
|
tomwer/gui/utils/step.py,sha256=epEKQwj2byRFH_Lc2XUuMGOVcrKR0m1iFP7HPqb5iG0,5397
|
652
652
|
tomwer/gui/utils/unitsystem.py,sha256=bEdT74iTpCtPTg725f9B2-nFovYVVmC8FpEiRwLdgBQ,6277
|
653
653
|
tomwer/gui/utils/utils.py,sha256=FbzvEkJacSdZXe4lvrYOge9csQGx50hH-R8gbx5E0sI,2687
|
654
|
-
tomwer/gui/utils/vignettes.py,sha256=
|
654
|
+
tomwer/gui/utils/vignettes.py,sha256=5huW8paiKmHt_0CTZTM2ahXuSZl6C7YlGTIYsY-t32g,17781
|
655
655
|
tomwer/gui/utils/waiterthread.py,sha256=lyRCzVDAyxquO3JbXxDhVTCv_YjzOQd7PAPsGWjKBrE,494
|
656
656
|
tomwer/gui/utils/lineselector/__init__.py,sha256=GZ847ef5X2wk_sAHxg6h24TarPYmb4NZjQI3jjkc7jE,75
|
657
657
|
tomwer/gui/utils/lineselector/lineselector.py,sha256=2G1LoVAbnahokLhtT_EbFTqu_oHKctzXCEVgMwD34Lo,6966
|
@@ -660,12 +660,12 @@ tomwer/gui/utils/tests/test_line_selector.py,sha256=42EbSc81A6uYwTixuZr0R4pexAX3
|
|
660
660
|
tomwer/gui/utils/tests/test_splashscreen.py,sha256=sJZzsvJ1-VpNuQ2wifRz4a6PbU7rZQVXZzMVMGYpZ0A,253
|
661
661
|
tomwer/gui/utils/tests/test_vignettes.py,sha256=xgTmE7QB5db12Wqe32v5zA7hx0PtE5bqQbHtStVzerk,2265
|
662
662
|
tomwer/gui/visualization/__init__.py,sha256=SSJ9-dlyNdnairP1L2s4909HDu2ROntVHWAus7qM-Zo,95
|
663
|
-
tomwer/gui/visualization/dataviewer.py,sha256=
|
663
|
+
tomwer/gui/visualization/dataviewer.py,sha256=4Wdh_Am8FPFmg_f_v8W8H1D7W9XFnc2UDGtVR5bJPCA,13459
|
664
664
|
tomwer/gui/visualization/fullscreenplot.py,sha256=PwPbhbdU23_ngZ7FM_lhM7zxY6Xd1AbdACGVG6YfwrM,3637
|
665
665
|
tomwer/gui/visualization/imagestack.py,sha256=DBMEFBo0BbdFCscL8EMSumXkWVl_p7_uk4UvEtsSWRw,15777
|
666
666
|
tomwer/gui/visualization/nxtomometadata.py,sha256=IG_VTrmw6k1LMWtlyH80mPUe2t69zaiqoFyBLKC07TI,559
|
667
|
-
tomwer/gui/visualization/reconstructionparameters.py,sha256=
|
668
|
-
tomwer/gui/visualization/scanoverview.py,sha256=
|
667
|
+
tomwer/gui/visualization/reconstructionparameters.py,sha256=ZkIdRHD5m9U9WMz_wRTxPjVHEcc9akxWqX_Xml9JMaQ,9602
|
668
|
+
tomwer/gui/visualization/scanoverview.py,sha256=recZLPN01qRLGE9tmWcpkjmukl8uGMCcOVoS7Es6qrU,8868
|
669
669
|
tomwer/gui/visualization/sinogramviewer.py,sha256=M91xw63ptfG1erPt6jvFH5uqmV6KUm1B4xreco6Ixto,8380
|
670
670
|
tomwer/gui/visualization/tomoobjoverview.py,sha256=8tsVhTZw0upDSYzE1W8VXCWMBmSFcEP7SlcGA6Nl6ig,1995
|
671
671
|
tomwer/gui/visualization/volumeoverview.py,sha256=k0OLdw5dvbDlWFnk6I8TlrJu03dmKToCZVEtmAh_U9M,2496
|
@@ -677,7 +677,7 @@ tomwer/gui/visualization/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
677
677
|
tomwer/gui/visualization/test/test_dataviewer.py,sha256=LhE9j5JJOt1A6FMfUUR8V9czl1sy7T-4WJX7w1ASPLs,1128
|
678
678
|
tomwer/gui/visualization/test/test_diffviewer.py,sha256=EuFdUrYgtS95GWQ_UTBFWwNl2ZVeq0WaIvTjQOgJfvc,2218
|
679
679
|
tomwer/gui/visualization/test/test_nx_tomo_metadata_viewer.py,sha256=SPsCdgmZgunpZyTUwV8CwDfAyzcOShhcZt_VazExjE8,2740
|
680
|
-
tomwer/gui/visualization/test/test_reconstruction_parameters.py,sha256=
|
680
|
+
tomwer/gui/visualization/test/test_reconstruction_parameters.py,sha256=AHxeeeivfGfqHKbcF-OaH7T1oGro1IRUm9cVsL61Ceo,1932
|
681
681
|
tomwer/gui/visualization/test/test_sinogramviewer.py,sha256=NwJI7r6chsnmp5mZOIUCTl1o3c_CRBnD2WB6dC9THlU,1750
|
682
682
|
tomwer/gui/visualization/test/test_stacks.py,sha256=OrchwJ0L0Sqi9f3o8_P5LO-4bI6JxC-P26DSFXcA2Js,6214
|
683
683
|
tomwer/gui/visualization/test/test_volumeviewer.py,sha256=ws8m3JczvpwCJygXqBkxSiUPwLtD_8Q_KWNOsIXGu5w,2413
|
@@ -704,6 +704,7 @@ tomwer/resources/gui/icons/background.png,sha256=o4479aVkI5oI6LyiHVbRnFtnfwXP-wS
|
|
704
704
|
tomwer/resources/gui/icons/background.svg,sha256=ydyBCNZy_uQK7ro1L-e03qJyACmOb1GoB9OuFwlcIzg,10778
|
705
705
|
tomwer/resources/gui/icons/basic_user.png,sha256=9bHI9dU-6SVbVGxokRZTq4XyK8lNDwTd1HU2tSseM4w,4694
|
706
706
|
tomwer/resources/gui/icons/basic_user.svg,sha256=KOk8j33FLmie4cGpD4wJN9UYIKQfXOyK9_5_id6Iaa4,9246
|
707
|
+
tomwer/resources/gui/icons/borders.png,sha256=E8rkw2TiZSgBzSiuLz6DdFw6cyKOI7K5bIAcIz85J5k,1541
|
707
708
|
tomwer/resources/gui/icons/cfg_file_active.png,sha256=XA80Ltn7y9I5MlQHTrjKi-WO5RpI2_z-zrIgHUG0GO8,2150
|
708
709
|
tomwer/resources/gui/icons/cfg_file_active.svg,sha256=ExCvTt8QZ99q3B9WqfsMTqfylv_hjvvZjSB615GWkro,7344
|
709
710
|
tomwer/resources/gui/icons/cfg_file_inactive.png,sha256=9ezxJCR6jIQhFbJ8kOGSQ_klpwjp-rKiU135ddvtywo,1979
|
@@ -833,14 +834,14 @@ tomwer/synctools/rsyncmanager.py,sha256=4SvN0Bk_D_WavBWFvF64Vxmll5kXeOrhmgOI4k0g
|
|
833
834
|
tomwer/synctools/saaxis.py,sha256=hvsJ3g189fA3FWZUdUFrqPLDRh5T-V7ptWY2YhJJ13I,669
|
834
835
|
tomwer/synctools/sadeltabeta.py,sha256=WCrBx-2lBlQUuoZlbR_HQaBAH8owsghh2j1TQXiBMIw,694
|
835
836
|
tomwer/synctools/stacks/__init__.py,sha256=wWN09X2qRXzBSekl5nkpEx1WDAcU2LQLxO9NpmW3bDU,165
|
836
|
-
tomwer/synctools/stacks/processingstack.py,sha256=
|
837
|
+
tomwer/synctools/stacks/processingstack.py,sha256=3FE7Z_dHvPS6k3HoYr1WJSkdOk4mM_R8OgFylw2tTc4,5959
|
837
838
|
tomwer/synctools/stacks/control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
838
839
|
tomwer/synctools/stacks/control/datalistener.py,sha256=XN40esWfSQPgsy9HHrjvd3imSg7gcTzZ2OJgAFEtbEs,3785
|
839
840
|
tomwer/synctools/stacks/reconstruction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
840
841
|
tomwer/synctools/stacks/reconstruction/axis.py,sha256=yq36BFGUGq0dtrDYE581nA2kMomMex6Nl7JSF2EVa_U,6088
|
841
842
|
tomwer/synctools/stacks/reconstruction/castvolume.py,sha256=hyLW_M6uR81nUAk1ZvyyYMd3gvIcWfqKF7RSdUgVzmQ,6795
|
842
843
|
tomwer/synctools/stacks/reconstruction/dkrefcopy.py,sha256=bemmlZajyoT7hAvGeEfhEXuxIN1IwhgEwnYSe1htXKA,6171
|
843
|
-
tomwer/synctools/stacks/reconstruction/nabu.py,sha256=
|
844
|
+
tomwer/synctools/stacks/reconstruction/nabu.py,sha256=fr86pc9XJahx3tel1lRoZU1GQZ64px3R11W4IMWhLAE,6661
|
844
845
|
tomwer/synctools/stacks/reconstruction/normalization.py,sha256=WSlx-aad8OhKI-2wZDe2pKzu9ht-446Yrwo0Z0cUaE0,4044
|
845
846
|
tomwer/synctools/stacks/reconstruction/saaxis.py,sha256=6HHfNfT4n6podzB_X88AjC7simiFAHpoi520nt3OexY,5808
|
846
847
|
tomwer/synctools/stacks/reconstruction/sadeltabeta.py,sha256=Oo0mczxv3-DxedpOybyMSUZAlcf65W8ZiCeTvPMHEas,5796
|
@@ -848,7 +849,7 @@ tomwer/synctools/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
|
|
848
849
|
tomwer/synctools/tests/test_darkRefs.py,sha256=1OgWaV-hgDmi4rkh0hxjCW_codBAnxNhp3KFyZAWFOI,14534
|
849
850
|
tomwer/synctools/tests/test_foldertransfer.py,sha256=ZFIJWSjgYAWw3ktzamid5DJZNnMkAV6Pj72dKG69cJc,12024
|
850
851
|
tomwer/synctools/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
851
|
-
tomwer/synctools/utils/scanstages.py,sha256=
|
852
|
+
tomwer/synctools/utils/scanstages.py,sha256=xd27Y1mIcL9YGTHER7MX7oS_ky12R_y2fjIznT6p2rg,7797
|
852
853
|
tomwer/tasks/reconstruction/cleardarkflat.py,sha256=_V_x7W8vp1_AqqtQ9xk2VRgwlivn4IPTLEpWySjSZRE,1353
|
853
854
|
tomwer/tests/__init__.py,sha256=dPPaIvpzHssjwxsMzYJM_gxQ2e0cnRyQHXxi9ux6ZOY,19
|
854
855
|
tomwer/tests/conftest.py,sha256=0XlKfOrVtPg8VmyQn4BoK_mzcliFUtacDGLlZ5wD_PM,1912
|
@@ -906,9 +907,9 @@ tomwer/tests/orangecontrib/tomwer/widgets/visualization/tests/test_volume_viewer
|
|
906
907
|
tomwer/tests/test_ewoks/test_conversion.py,sha256=a8cEWbErXiFCAkaapi0jeEoRKYxcFQCoa-Jr_u77_OM,3656
|
907
908
|
tomwer/tests/test_ewoks/test_single_node_execution.py,sha256=YBUHfiAnkciv_kjj7biC5fOs7c7ofNImM_azGMn4LZM,2813
|
908
909
|
tomwer/tests/test_ewoks/test_workflows.py,sha256=Eq80eexf5NVL7SzvwctLOaUeuQ8V3vDiFiHgbJA4Yb8,4871
|
909
|
-
tomwer-1.5.
|
910
|
-
tomwer-1.5.
|
911
|
-
tomwer-1.5.
|
912
|
-
tomwer-1.5.
|
913
|
-
tomwer-1.5.
|
914
|
-
tomwer-1.5.
|
910
|
+
tomwer-1.5.1.dist-info/licenses/LICENSE,sha256=62p1wL0n9WMTu8x2YDv0odYgTqeSvTd9mQ0v6Mq7lzE,1876
|
911
|
+
tomwer-1.5.1.dist-info/METADATA,sha256=hQC84pwhh-IbdRxuVIaVjU_GixxKgGbcVX4dywQxhwU,13456
|
912
|
+
tomwer-1.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
913
|
+
tomwer-1.5.1.dist-info/entry_points.txt,sha256=py3ZUWvGnWGc5c7Yhw_uBTm8Fmew0BDw3aQZnWMBNZI,500
|
914
|
+
tomwer-1.5.1.dist-info/top_level.txt,sha256=Yz5zKh0FPiImtzHYcPuztG1AO8-6KEpUWgoChGbA0Ys,21
|
915
|
+
tomwer-1.5.1.dist-info/RECORD,,
|