This package contains Imaging tools for SeismicJulia project.
At the moment, it is updated and tested against Julia v1.
To use this package you must first install the Julia programming language. Then, run the Julia application and type, at the prompt
julia>using Pkg
julia>Pkg.add(PackageSpec(url="https://github.com/SeismicJulia/SeisImaging.jl.git"))
julia>using SeisImaging
If you use the SeismicJulia project, please cite the following paper
@article{stanton2016efficient,
title={Efficient geophysical research in Julia},
author={Stanton, Aaron and Sacchi, Mauricio D},
journal={CSEG GeoConvention 2016},
pages={1--3},
year={2016}
}
- New at GitHub? These basic commands and this dictionary might help.
- This tutorial provides the basics steps you need to follow in order to fork the main repository, change the source code in your forked repository, commit the changes, and make pull requests using GitHub.
- For contributions to the package, please follow the general guidelines given here: Modifications.md.