display_program = mdisplayThe display program can be set to either ``mdisplay'' or ``D4''. This function creates temporary files to hold the specified volume and runs the display program to pop up a window containing the volume. If the display program is not in your search path, the function will use the environment variables $MDISPLAYHOME or $D4HOME to try to locate the executable. These environment variables should be set to the directory containing the display program executable.
window_title = ``title name''
icon_title = ``icon name''
NOTE: This function creates temporary files each time it is executed, but the temporary files are NOT automatically deleted. By default, these files are created in /tmp (but this can be modified using the $TMPDIR environment variable, see the tempnam(3) manual page for details), and have the form ``vN_xxxxxxx.img'' and ``vN_xxxxxxx.hdr'', where N is volume number and ``xxxxxxx'' is a string supplied by the operating system. Users should periodically check for and delete these temporary files.