GEO 365N/384S Seismic Data Processing Computational Assignment 5 |
Completing the computational part of this homework assignment requires
To setup the Madagascar environment in the JGB 3.216B computer lab, run the following commands:
module load madagascar-devel source $RSFROOT/share/madagascar/etc/env.csh setenv DATAPATH $HOME/data/ setenv RSFBOOK $HOME/data/book setenv RSFFIGS $HOME/data/figsYou can put these commands in your
$HOME/.cshrc
file to run them automatically at login time.
To setup the LATEX environment, run the following commands:
cd git clone https://github.com/SEGTeX/texmf.git texhashYou only need to do it once.
The homework code is available from the class repository by running
svn co https://github.com/GEO384S/geo384s/trunk/hw5You can also download it from your team's private repository.