TomographicImaging / CILViewer

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

New Dialog for raw input preview #410

Closed paskino closed 3 months ago

paskino commented 4 months ago

Describe your changes

Adds a new dialog to help users loading raw datasets. Instead of X, Y and Z I used the terms height width and images. I renamed the Fortran Ordering field to Data Ordering.

image

This dialog has a few fields plus a preview button to preview if the input parameters are correct. One can also choose the slice to display.

image

Describe any testing you have performed

Consider adding example code to examples

Unittests have been added, thanks @DanicaSTFC , and I tested it via the cilviewer application.

Checklist when you are ready to request a review

Contribution Notes

Qt contributions should follow Qt naming conventions i.e. camelCase method names.

VTK contributions should follow VTK naming conventions i.e. PascalCase method names.