TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Standalone viewer app defaults to downsample on Z #362

Closed paskino closed 8 months ago

paskino commented 11 months ago

The standalone app now defaults to downsample in all 3 dimensions, unless it's loading an HDF5 where it can infer that we are importing acquisition data.

closes #359

lauramurgatroyd commented 11 months ago

Some of the unit tests are also using 'int' instead of 'round' which is why the gh-actions are failing.

paskino commented 9 months ago

This PR fixes #359 by moving some functionality to ccpi.viewer.utils.conversion and uses pytest for testing.

paskino commented 8 months ago

Possibly the failure is due to #367