Skip to content
Snippets Groups Projects
Commit 460afbbc authored by David Hammer's avatar David Hammer
Browse files

Merge branch 'pnccd-fix-preview-axes' into 'master'

pnCCD: fix shape of preview outputs

See merge request !119
parents da2d37bb 403a3ac9
No related branches found
No related tags found
1 merge request!119pnCCD: fix shape of preview outputs
...@@ -332,8 +332,8 @@ class PnccdCpuRunner(base_kernel_runner.BaseKernelRunner): ...@@ -332,8 +332,8 @@ class PnccdCpuRunner(base_kernel_runner.BaseKernelRunner):
def _preview_data_views(self, raw_data, processed_data): def _preview_data_views(self, raw_data, processed_data):
return [ return [
raw_data[np.newaxis], raw_data,
processed_data[np.newaxis], processed_data,
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment