AVS 5 Source Code Download
The code has been tested for AVS on SGI (IRIX 6.*), SUN (Ultra60) and for AVS Express on Windows NT. Click here for the zipped file.Windows users right click and choose "Save targer as..", SGI and Sun users hold the shift button and left click on the link
or right click and choose "save as..".
To Install:
SGI and Sun users unzip and untar using the following commands
>gunzip TrackRepository.tgz
The .tgz file will be converted into a .tar file. Then type
>tar -xvf TrackRepositry.tar
You will have the source code and the Makefiles for IRIX 6.* (the makefiles assume that you have installed AVS in "/usr/avs" directory).
The executables are obtained by compiling the source code.
You can manually load the modules into AVS or make changes in your .avsrc file so that AVS automatically loads them when it starts up.
When it begins execution, AVS searches for a startup file, which specifies which module libraries to load, the locations of various
directories, etc. Users can override the options in the system startup file (/usr/avs/runtime/avsrc) with a personal .avsrc file.
AVS looks for user .avsrc files in the order listed, using the first that it finds:
./.avsrc (current diretory)The following is an example of .avsrc file. Users can change the directory name to the directory where the modules are located,$HOME/.avsrc (home directory)
and simply save this file in your home directory.
Next time, when AVS starts up, it will automatically load all the modules into AVS module panel.
=====================================================================================
# "@(#)avsrc 1.6 Stellar 90/04/04"
# Copyright 1989 by
# Stellar Computer Inc.
# All Rights Reserved
#
# This software comprises unpublished confidential information of
# Stellar Computer Inc. and may not be used, copied or made
# available to anyone, except in accordance with the license
# under which it is furnished.
#
#
Network# This command may be necessary when you are seeing less color
# rendition than you know your display is capable of. VisualType lets
# you specify a visualtype, either PseudoColor, TrueColor, or DirectColor.
Window 960x960+290+30
VisualType VisualID 0x65Path /usr/avs
Home /home/userModuleLibraries $Path/unsupp_mods/Unsupported \
$Path/chem_lib/Chemistry \
$Path/avs_library/Animation \
$Path/avs_library/FiniteDiff \
$Path/avs_library/UCD \
$Path/avs_library/Volume \
$Path/avs_library/Imaging \
$Path/avs_library/Vizlab \
/<the path of the library file>/FeatureTrackingLib \
/<the path of the library file>/PlumeStudyLib \
/<the path of the library file>/Utilities_cwvonLib \
$Path/avs_library/Supported
NetworkDirectory /usr/home/usr/Network
====================================================================================
For documentation on how to use these AVS modules, refer to the following publications:User Interface for Feature Extraction, Tracking and Quantification System
CAIP Technical Report TR-241, Department of Electrical and Computer Engineering, Rutgers University, 1999.Chengwei Feng, Dr. Simon Xin Wang, Dr. Deborah Silver.Acoustic Imaging Manual: Feature Extraction and Quantification
CAIP Technical Report TR-242, Department of Electrical and Computer Engineering, Rutgers University, 1999.
Chengwei Feng, Dr. Deborah Silver
Department of Electrical and Computer Engineering, Rutgers University.
Dr. Karen Bemis, Dr. Peter Rona
Institute of Marine and Coastal Sciences, Rutgers University.
A User Interface Design for Feature Extraction and Tracking with Application to Oceanography.Questions and Comments please contact: Ravi Kanth Gudlavalleti
Master's Thesis, Department of Electrical and Computer Engineering, Rutgers University, December 1999.Chengwei Feng