Priism is a graphical interface to a collection of applications for the analysis and visualization of multidimensional data with a focus on data from 3D optical microscopy and electron tomography.
Priism consists of three parts: the graphical interface for starting applications; the graphics windows in which images of data are displayed; and the separate applications that operate on those windows or on disk files. For more information on the applications, consult the list of applications by category or by name.
Many parts of Priism can be customized. The default attributes for the image windows can be changed by selecting Preferences from the File menu. The applications that appear in the Priism and image window menu bar can also be customized: look at the files CONFIG/IVE_NEW_FUNC_LIST and CONFIG/MON_NEW_FUNC_LIST if you want to add or remove applications.
Programming interfaces in C and FORTRAN are provided with Priism to allow you to write applications that extend Priism's capabilities.
Overview | Interface | Color tables | Programming
Applications by category | Applications by name | Installation | IVE 4 FAQ | Recent changes | Known problems | Reporting problems | Priism download site
The Priism interface consists of a menu bar from which you can select an application to run. From the Help menu of the menu bar you can look up the online help for an application in the menus. The File menu has an option to close Priism and any open applications.
At the end of the menu bar are two buttons that will affect any open image windows. -Section+ will cause all open display window to display either the previous (if you click on the minus end of the button) or the next (if you click on the plus end of the button) two-dimensional section of data. The -Zoom+ button works similarly, but it changes the magnification at which data is displayed in all the open display windows.
Overview | Interface | Color tables | Programming
The "Change lookup table" entry in Priism's Color menu allows you to change the palette of colors used when displaying images in pseudocolor. Any change will affect all image windows.
The "Change lookup table" menu has a set of predefined color tables and a "Load..." option for loading your own tables. The predefined color tables are set by the CONFIG/LUT.def file in the Priism directory. The standard tables are:
The "Load..." option in the "Change lookup table" menu will open a dialog for selecting a color table, viewing the gamut of colors, and applying the color table to Priism's image windows. To select the color table, either enter its file name directly in the text field at the top of the dialog or press the "File" button and use the file selection dialog that appears to choose the file. Priism can handle two types of color table formats:
If you have selected a color table that Priism understands, Priism will display the gamut of colors immediately below the "File" field. The toggle buttons below the gamut control possible transformations that Priism can apply to the color table. The toggle buttons are:
Pressing the "Apply" button at the bottom of the dialog causes Priism to use the selected color table for all image windows. Pressing the "Close" button at the bottom of the dialog closes the dialog.
Overview | Interface | Color tables | Programming
The Priism programming interface has five parts:
See the EXAMPLE directory for sample applications which use the Priism programming interface.
Overview | Interface | Color tables | Programming