Substitute for Codonics Clarity Viewer?
By Michael Henderson •
I got a CD which data requires Codonics Clarity Viewer which is licenced program.
I recall in viewing such data with some free OSX application last year.
I did not find the software or its substitute by apt-cache/apt-file search.
Is there any substitute for Codonics Clarity Viewer in Ubuntu?
2 Answers
Most likely it's a DICOM file format file, in Ubuntu, you have at least two alternatives:
- DicomImageViewer: To install, run
sudo apt-get install pixelmed-webstart-apps - Aeskulap: To install, run
sudo apt-get install aeskulap
Also you can search the application names in the Ubuntu Software Center. Is slower but easier.
2There is also Weasis which is a system that can launch an image viewer. It follows some DICOM standards.
0