Legacy code

Parts of scikit-rt have been migrated from the package quickviewer. In particular, the BetterViewer class of scikit-rt reimplements, and improves on, most of the image-viewing functionality of the QuickViewer class of quickviewer, but doesn’t include the following:

To make available from scikit-rt the QuickViewer functionality not implemented in BetterViewer, code for the former is included in the package skrt.viewer. The QuickViewer class can be imported as:

from skrt.viewer.viewer import QuickViewer

The class may then be used as described in the quickviewer documentation: How to use QuickViewer.