Download

From Modesta

Here is an executive summary of downloading muse0:

  • Download MUSE via svn:

MUSE can be obtained from: http://www.science.uva.nl/sites/modesta/wiki/index.ph p/Main_Page Download the svn version:

  %> export SVN_SSH = "ssh -i ${HOME}/.ssh/your_musekey"
       (or setenv SVN_SSH = "ssh -i ${HOME}/.ssh/your_musekey"
  %> svn checkout svn+ssh://london.science.uva.nl/  /tmp/muse
  • Download MUSE via cvs:
  cvs -d :pserver:anonymous@cvs.astro.umd.edu:/home/cvsroot login
       <hit return to enter a blank password>
  cvs -d :pserver:anonymous@cvs.astro.umd.edu:/home/cvsroot checkout muse0

You will need a fairly recent version of SWIG (Simplified Wrapper and Interface Generator, see www.swig.org) in order to be able to link and run the various packages. Try the command swig -version to see which one yo have.

At the moment MUSE does little else than running the packages independently, but at least it enables you to have a primary look at the various source codes.

The muse0/config directory contains a python.install script, as an example to install python and a set of modules to give you access to a number of common scientific libraries. This is also in development.