Download Latest Version Source inc. Sample data (2.8 MB)
Email in envelope

Get an email when there's a new version of RoiView

Home / v0.75 SOURCE
Name Modified Size InfoDownloads / Week
Parent folder
samples.tar.gz 2010-10-12 2.0 MB
DOC.tar.gz 2010-10-12 583.2 kB
icons.tar.gz 2010-10-12 116.1 kB
roiview.py 2010-10-12 7.1 kB
gpl-3.0.txt 2010-10-12 35.1 kB
roiviewgtk.py 2010-10-12 41.8 kB
roiviewdata.py 2010-10-12 51.6 kB
roiview.glade 2010-10-12 79.0 kB
README.txt 2010-10-12 3.0 kB
Totals: 9 Items   2.9 MB 0
RoiView 
ver 0.75
September, 2010

This program reads ROI_PAC files (*.int, *.slc, *.unw, *.dem, *.hgt or *.cor file)
and other formats, convert them to an RGB image and allow to explor the data. 
  
tested with python 2.6; numpy 1.3.0; matplotlib 0.99.1; 

first created: 26 December, 2007 by Ran Novitsky Nof: ran.nof@gmail.com

##################
#    LICANSE     #
##################

This file is part of the RoiView software.

RoiView is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 
A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with 
RoiView; if not, see <http://www.gnu.org/licenses/>.

##################
#     INSTALL    #
##################

SOURCE:
-------
Download the source code and untar it.
Since it's a python code there is no need to compile it
but you'll need to install python: http://www.python.org/download
(RoiView was tested with python 2.6 and 2.7)
Note! you might need to modify the first line in the roiview.py code:
#!/usr/bin/env python
to your python environment.
in addition some python modules are needed for running the code:
 # scipy, numpy, pylab modules: http://www.scipy.org
 # matplotlib module: http://matplotlib.sourceforge.net/index.html
 # pygtk gtk modules: http://www.pygtk.org
 # other modules might be needed depending on your python distribution.

LINUX BINARIES:
---------------
Download the binaries tar, untar it to your prefered directory (e.g. /usr/local/bin,
add the directory to your user path. you might need to modify the binary file to enable execution:

sudo chmod +x roiview

WINDOWS BINARIES:
-----------------
Download the msi file and run.

##################
#     RUN        #
##################
SOURCE:
-------
Use roiview.py to run the program.
BINARIES:
---------
Use roiview to run

##################
#     MANUAL     #
##################
See index.html in the <roiview>/DOC directory.

##################
#     BUGS       #
##################
1. A known issue is the high memory usage. That's part of the matplotlib module problems.
   for a low memory machines it is recommended to use -o option without -s 
   (this will produce the image with now viewing option) or reduce the file size.
please report bugs and other issues to:
ran.nof@gmail.com

##################
# TODO list:     #
##################
  most important - speed things up.
  write help html files
  add documentation
  link command line help to html files.
  add region selector and manipulator.
  add more control over fonts (type and size) and colors
  add data point selection/extraction
  add support for reading rgb flies
  add support for more than 2 layers
  add support for grd files (read/export)
  add kml option for images
  add support for exporting to different data types,bytorder and structures 
  add support for changing data spatial limits

Source: README.txt, updated 2010-10-12