Skip to content

planetary-fub/VICAR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

Fork of official VICAR repository with HRSC tools included

The Mars Express / High Resolution Stereo Camera (HRSC) software was taken from ftp://psa.esac.esa.int/pub/mirror/MARS-EXPRESS/HRSC/MEX-M-HRSC-3-RDR-V2.0/SOFTWARE.

Makefiles have been updated to include the HW software programs (mainly frameortho, hrortho) and library (libhwsub).

To compile for linux (as stated in the manual, see link below):

cd <destination>
git clone https://github.com/swalterfub/VICAR.git
mv VICAR vicar #the software does not accept mixed caps
wget http://www-mipl.jpl.nasa.gov/vicar_os/v4.0/vicar_open_ext_x86-64-linx_4.0.tar.gz
tar -zxf vicar_open_ext_x86-64-linx_4.0.tar.gz
mv vicar_open_ext_x86-64-linx_4.0 vicar/external
rm vicar_open_ext_x86-64-linx_4.0.tar.gz
cd vicar/vos
setenv V2TOP `pwd`
source build_open_vicar.csh >& build_open_vicar.log &
tail -f build_open_vicar.log

The rest of this README contains the original content from the main repository!

VICAR

VICAR, which stands for Video Image Communication And Retrieval, is a general purpose image processing software system that has been developed since 1966 to digitally process multi-dimensional imaging data.

We are pleased to announce that the VICAR Open Source Core version 4.0 is now available. Please visit the VICAR Open Source release homepage:

http://www-mipl.jpl.nasa.gov/vicar_open.html.

This release includes:

  • Pre-built binaries for 32- and 64-bit Linux(Red Hat 7.3) and Mac OS X 64-bit.
  • A Docker Centos7 image that runs the 64-bit Linux binaries (Java 1.8).
  • A Docker Centos7 image preloaded with VOS 64-bit Linux(Red Hat 7.3) using Java 1.8.
  • 6 new application programs: avgpix comprs crosshair medval nimsr2iof sdsems
  • 19 anomalies, 72 bug fixes/improvements. For a full list, click here.

For a full list of programs being released click here.

VICAR Discussion Forum

We have set up a VICAR Open Source Google group, where you can find notifications of new releases, bug reports, and general discussion. You can join the group here.

Obtaining VICAR

The VICAR source code can be obtained via github.com using the links below. In addition to the VICAR source code an externals package containing 3rd party software is required.

Note that for externals you'll find a tarball that contains all the platforms, as well as separate ones for each platform. Externals are 3rd party packages that are required to run VICAR. See section 2 of the Building VICAR document for more information. You need only the one that applies to your machine type.

Pre-built VICAR binaries are available at https://github.com/NASA-AMMOS/VICAR/releases.

Tarballs

Using VICAR

  • The VICAR installation guide can be found here.
  • The VICAR quick-start guide can be found here.

Questions: vicar_help@jpl.nasa.gov

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 43.2%
  • Fortran 39.0%
  • C++ 9.0%
  • DIGITAL Command Language 4.8%
  • Java 2.9%
  • Shell 0.4%
  • Other 0.7%