Requirements
and
installation
RadDisplay program can be installed
in Unix/Linux
based operating systems and in Microsoft Windows NT/2000/XP.
Below
are given requirements and installation
information for both versions of program.
Installation
from binaries (Windows only)
To install RadDisplay program follow next
procedure:
- Double-click
on RadDisplay-1.0.Setup.exe
file to start RadDisplay installation program.
- Follow
all steps in installation program.
- Program icon
will be added to Desktop and Start
Menu. Program can be started with double-click on the icon.
- Configuration
files are put in installation
directory in subdirectory raddisplay-conf.
- To
uninstall program use Control Panel
-> Add or Remove Programs utility or uninstall program from
Start menu, RadDispaly submenu.
When
program is installed no other programs or
libraries are needed to run the program.
Notes: Radiance binaries for Windows operating system.
Three Radiance programs are needed for RadDisplay
execution: ra_bmp, pextrem and pfilt. These executables are
automatically installed in "Radiance" subdirectory. Radiance executable
files used in RadDisplay distribution are compiled for Windows with
mingw32 on 2005-10-07 by Francesco Anselmo, and they are available in MINGW
Radiance distribution
RadDisplay tries to start default version of
Radiance programs in your Windows OS, and if it doesn't exist the path
to installed Radiance binaries is read from raddispaly.config file. If
you want to use some other version of Radiance executables, install
Radiance on Windows, and add its path to PATH environment variable or
change the path in config file.
Installation
from sources (Linux and Windows)
RadDisplay source code distribution can be installed on both Linux and
Windows platforms. To install it follow the procedure below:
Before you can
install RadDisplay, the
complementary packages listed below (see requirements)
need to be installed.
Linux OS
- Open archive
raddisplay-1.0.tar.gz
tar xvzf
raddisplay-1.0.tar.gz. - In directory
raddisplay-1.0, log as a root user
and execute command
python ./setup.py install
- Program will be installed in site-packages
subdirectory in Python directory and it is available to all users with
command raddisplay.
- Configuration
files are put in users home
directory in subdirectory raddisplay-conf.
- To
uninstall the program you can use script
uninstall.csh as root user. This will remove all RadDisplay files, and
your config files won't be deleted.
Windows
OS - Open archive
raddisplay-1.0.zip with some of
standard Window archive programs.
- Open Command
Prompt window (Start
menu->Run, type cmd and press "OK"),
position yourself in raddisplay-1.0 directory and run the command
python ./setup.py install - Program
will be installed in Lib/site-packages
subdirectory in Python directory, and raddisplay script will be in
Scripts subdirectory in Python directory.
Create shortcut to raddisplay script, and use it
to open the program (with python). - Configuration
files are put in Python directory
in subdirectory raddisplay-conf.
Requirements
To run RadDisplay installed from source code
distribution next programs/libraries are required:
- Python,
version 2.4 or above;
- wxPython,
version 2.6.x or above;
- Pyhon Imaging
Library (PIL) version 1.1.6 or above;
- NumPy
Python module;
- Numeric
Python module on Linux;
- Python for Windows extensions on Windows;
- Radiance
version 3.7.x or above for Linux version. On Windows few programs from MINGW
Radiance distribution are installed with program.
- To
acheive faster results on image opening, the weave
module should be installed.
The
following software is recommended to achieve
full potential of RadDisplay program:
wrjpgcom
and rdjpgcom - two programs usually
installed with JPEG libraries.