Editing
Manual
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
[[Image:Fotolia_8418493_XS.jpg|right|]] As the number of pages on the Wiki grows, the navbar starts becoming insufficient for proper organization of all documentation. A top-down view of all materials about Madagascar is also useful for determining whether gaps in coverage exist. This page will stay in the Sandbox for a long while -- until all gaps have been filled. Ideally the manual will only consist of either links to wiki pages, or own content. "Forking", i.e. creating a modified copy of a page especially for the manual, invariably ends up with one version getting out of synch. =About Madagascar= ==Introduction== [[Main Page]] of the wiki, and the [[Package overview]]. ==For people who do not read manuals== Point them to [[Download]], [[Installation|Short Install Guide]], and the [[Revisiting SEP tour with Madagascar and SCons|SEPlib Tour Revisited]]. ==Why use Madagascar?== An articulate description of the reasons on the [[Why Madagascar]] page. Have some spectacular pictures obtained with algorithms that are not present in other packages. Describe algorithms/tools unavailable in other open-source geophysical data analysis packages. ==Community== A description of the current Madagascar community, with the map of downloads and an estimate of the number of installs, who are the biggest users, outstanding research results obtained with Madagascar, etc. Links to the [http://reproducibility.org/rsflog/ blog], [https://lists.sourceforge.net/lists/listinfo/rsf-user user mailing list], [https://lists.sourceforge.net/lists/listinfo/rsf-devel developer mailing list]. Mention of the Google Groups mirrors for [https://groups.google.com/forum/#!forum/osdeve_mirror_geophysics_rsf-user rsf-user] and [https://groups.google.com/forum/#!forum/osdeve_mirror_geophysics_rsf-devel rsf-devel] Also mention the [http://sourceforge.net/tracker/?group_id=162909&atid=825645 bug tracker] and [http://sourceforge.net/tracker/?group_id=162909&atid=825648 feature request tracker], encouraging the community to use them more. Mention [http://sourceforge.net/forum/?group_id=162909 forums] as an alternative for those who want to ask questions or conduct discussions without subscribing to a mailing list. ==History== A history of Madagascar, with the SEPlib/SU part of the [[Introduction_to_madagascar#Alternatives|"Alternatives" section of the Introduction]], and mentions of landmark events (short descriptions where necessary): * 2003: Work started by Sergey Fomel * 2004-08 (?): made available to selected alpha users * 2005-02-16: RSF Blog started * 2006-03-17: Registered on Sourceforge * 2006-04-19: [http://www.m8r.info/rsflog/index.php?/archives/67-Madagascar.html Name change from RSF to Madagascar] * 2006-06-11: Public launch at the Open Source E&P Software EAGE Workshop (Vienna) * 2006-06-18: [http://www.m8r.info/rsflog/index.php?/archives/74-Mailing-lists-and-madagascar-0.9.1.html First stable version (0.9.1). Mailing lists created] * 2006-07-23: [http://www.m8r.info/rsflog/index.php?/archives/86-New-madagascar-logo.html Madagascar logo created by Scott Rodgers (BEG)] * 2007-04-27: Release 0.9.4 * 2007-11-10: Release 0.9.5 * 2008-06-14: Release 0.9.6 * 2009-01-03: Release 0.9.7 * 2009-08-01: Release 0.9.8 * 2010-05-02: Release 0.9.9 * 2010-07-23: Release 1.0 * For details on releases after 1.0, see [[Release Notes]] A link to the appendix containing the content of the [[Conferences]] and [[Publications]] pages. =Downloading and installing Madagascar= ==Download== [[Download]] ==Install== # [[Installation|Short installation guide]] # [[Advanced Installation|Advanced installation guide]] ==Licensing and export regulations== * Explanation and text of the GPL 2+ * [[US export control]] =Using Madagascar= ==The lightning-quick tour== The [[Revisiting SEP tour with Madagascar and SCons|revisited SEP Tour]] ==The Madagascar file formats== ===The Regularly Sampled Format (RSF)=== The current [[Guide_to_RSF_file_format|Guide to RSF file format]] ===Handling irregularly sampled data=== Explain the principle of the current method (sfheadermath/sfheaderwindow used on the trace header block output by su/segyread) ===Importing and exporting data from and to SEG-Y and SU=== sfsegyread and sfsuread, with examples ===Importing and exporting data from and to raster images=== [[Raster image I/O]] ===Visualizing data and exporting figures with vplot=== * Explanation of vplot format * Preempting display aliasing in raster plots with <tt>sfprep4plot</tt> * How to create vplot images with sfgraph, sfgrey, sfdots, etc. [[Common pen parameters]] * How to display vplot images with sfpen. How it defaults to <tt>oglpen</tt> on systems that support OpenGL, and <tt>xtpen</tt> on systems that do not support it, but have X Windows. * How to convert vplot images to other formats with <tt>vpconvert</tt>. This tool can work on a single plot, i.e.: <syntaxhighlight lang="bash"> vpconvert file.vpl file.jpg </syntaxhighlight> or an entire collection of files: <syntaxhighlight lang="bash"> vpconvert format=tiff Fig/*.vpl </syntaxhighlight> The <tt>vpconvert</tt> program can export to and from a multitude of file formats: avi, eps, gif, jpg, mpeg, pdf, png, ppm, ps, svg, and tif, and is the recommended vpl import and export tool. Older single-purpose utilities (vplot2gif and vplot2avi) are still available. ===Visualizing data and exporting figures with GLE=== [[Graphics with GLE]] ===Visualizing data and exporting figures with gnuplot=== [[Graphics with gnuplot]] ===Visualizing data and exporting figures with PLplot=== [http://plplot.sourceforge.net/examples.php PLplot] is a device-independent vector-plotting library. Their concept is very similar to that of vplot, but instead of separated device-dependent pens (like xtpen or pspen) they use loadable "drivers" (organized as shared objects and connected to a plotting programs in a plugin fashion). They have an extensive high-level interface for different types of plots. A sample Madagascar program which utilizes PLplot's surface rendering capabilities is [[Guide_to_madagascar_programs#Plotting_programs_.28development.29 | sfplsurf]]. ==Calling existing Madagascar programs== ===Finding out what program you need=== # [http://reproducibility.org/rsflog/index.php?/archives/128-How-do-I-find-programs-in-madagascar.html sfdoc -k] # [[Task-centric program list]] and all its subordinate nodes # Collection of 2-3 page reproducible papers -- "How to do raytracing in Madagascar"; "How to do modeling in Madagascar"; etc # [[SU to m8r dictionary]] # [[SEPlib to m8r dictionary]] # Other such dictionaries, for free or proprietary seismic processing packages. Such dictionaries are also useful because they will highlight algorithms/utilities present in such packages but missing from m8r. This chapter is now just a sketch, should get quite big. Users approach tools in a task-centric fashion, i.e. Q1:"how do I do X with Madagascar?", A1:"With feature Y"; Q2: "How do I use feature Y to this end?" M8r is very good at answering Q2, but people ask Q1 first. Many of the reproducible papers included so far contain cutting-edge research. Users learning how to use Madagascar need to start with something much more simple, where they do not have to focus on understanding research on top of understanding software. ===Learning how to use a given program=== # Command-line self-doc # Local html self-doc (<tt>$RSFROOT/doc/index.html</tt>). Contains all programs installed on the user's machine and only those programs. # [http://reproducibility.org/RSF/ Online self-doc] # The wiki [[Guide_to_madagascar_programs|Guide to Programs]]. # Series of dedicated reproducible papers that present the theory behind specific geophysical programs and demonstrate it with various types of inputs and combination of parameters, like [http://www.reproducibility.org/RSF/book/sep/fkamo/paper_html/paper.html this paper] does for SEPlib's AMO program. # Combining together multiple programs -- the reproducible papers; pointer to relevant section of the manual ("Exploring reproducible papers") ==What is reproducibility== The whole [[Reproducibility]] page, combined with Section 1 from [[Reproducible computational experiments using SCons]] ==Exploring existing reproducible papers== ===Papers and books included in the Madagascar distribution=== [[Reproducible Documents]] and more. ===How to reproduce specific figures in existing papers=== A frequently encountered case is when a researcher wants to reproduce only one or several figures from an entire paper, but not the entire paper. This can happen because on that system LaTeX dependencies of Madagascar are missing or not working properly, or simply because the researcher is interested only in that result. # '''Finding the paper directory:''' If the interesting article has been found by browsing/hyperlink to [[Reproducible Documents]], then the reproducibility package corresponding to <pre>http://www.reproducibility.org/RSF/book/<bookname>/<papername>/paper_html/</pre> can be found in <pre>RSFSRC/book/<bookname>/<papername>/</pre> # '''Finding result names:''' Use the html version of the paper, or grep in all <tt>.tex</tt> files in the directory for a text string that occurs in the figure legend. Multiple-panel figures may have individual names for each panel. [Note: In pdf versions obtained with scons pdf in paper directory, neither the book name nor paper directory name nor figure names are given. LaTeX options to have figure names as well as a Geophysics-style header/footer with more details on the first page may be in order] # '''Finding where to launch the re-build''': In some cases, rules for creating a result are specified in SConstruct files in subdirectories of the main paper directory. If step 4 fails in the main paper directory, then you will have to find where the figure is built. Because result names may be generated automatically, a simple grep may not be enough and you may need to read the SConstruct and python modules imported by it to figure out if the result is generated there. # '''Re-build''' and display the figure by typing <tt>scons resultname.view</tt> in the appropriate directory. SConstructs containing a <tt>Fetch</tt> instruction will attempt to download public-domain input data from a communal server when the "scons" command is run. A fast internet connection is necessary in this case. ===How to reproduce entire papers using stored figures=== # See the previous section for how to find the paper directory # Pointer to how to download stored figures ([[Download#Reproducible figures]]) *<tt>scons pdf</tt> *<tt>scons read</tt> Troubleshooting: * In case of failure with this kind of messages (details here), you miss TeX system dependencies. Install a TeX system. [http://www.tug.org/texlive/ Tex Live] should have it all. Note: It's a 1 Gb download. Too large for many individual users to bother with it and for most IT departments of companies to review for security. We should implement individual dependency checking, like we do in the installation. * In case of failure with <tt>LaTeX Error: File `geophysics.cls' not found</tt> you have LaTeX, but you are missing [[SEGTeX]] * If <tt>scons pdf</tt> in the paper directory requires pdf figures already in place in order to work, run <tt>sftour scons lock</tt> (?). ===How to reproduce entire papers and all their figures=== # See an earlier section for how to find the paper directory # The relevant SCons command (<tt>scons lock</tt>, or <tt>sftour scons lock</tt>, as in [[Download#Reproducible figures]] to force reproducing the figures in the paper even when the reference figures repository is present Tell the user to expect conditional reproducibility: If Matlab is not present, rsftex will not try to build the figures but will use the stored PDF files (same goes for Mathematica, xfig, etc.) ===How to reproduce whole books=== The [http://sourceforge.net/mailarchive/forum.php?thread_name=20061222142849.9688.qmail%40web34215.mail.mud.yahoo.com&forum_name=rsf-user 2006-12-22 rsf-user thread], [http://reproducibility.org/rsflog/index.php?/archives/142-Assembling-reports-from-papers.html the 2007-04-08 blog entry] and more. From Jim's 2009-03-7 rsf-devel message: Here is a way to generate all the targets in the subdirectories of $RSFSRC/book/geostats/spatial_stats: <syntaxhighlight lang="bash"> cd $RSFSRC/book/geostats/spatial_stats sftour scons </syntaxhighlight> That works pretty nice. It generates all the targets in each of the 4 subdirectories of book/geostats/spatial_stats. Now suppose I want to capture the output and errors in a log file (tcsh): <syntaxhighlight lang="bash"> sftour scons >& scons.log </syntaxhighlight> That's nice, except all the output goes into one log file in book/geostats/spatial_stats. Suppose I want 4 separate log files, one in each of the subdirectories. This will do the trick: <syntaxhighlight lang="bash"> sftour 'scons >& scons.log' </syntaxhighlight> The quotes make the entire string go to sftour as the command to run in each directory, instead of just 'scons'. So far so good. Now suppose I want to go up one directory level and do the process recursively: <syntaxhighlight lang="bash"> cd $RSFSRC/book/geostats sftour sftour 'scons >& scons.log' </syntaxhighlight> Well, that runs scons in each of the book/geostats/*/* directories, but it only makes 3 log files in the 3 subdirectories of book/geostats, not 14 log files in the 14 book/geostats/*/* directories. I can get 14 separate log files like this: <syntaxhighlight lang="bash"> sftour "sftour 'scons >& scons.log'" </syntaxhighlight> That does what I want. Now suppose I want to go up one more level to $RSFSRC/book and run the process recursively three levels deep: <syntaxhighlight lang="bash"> sftour sftour "sftour 'scons >& scons.log'" </syntaxhighlight> This works, but it doesn't put the log files in the bottom level, it puts them one level up. I can't fix it the same way I did before because I've run out of quotes :-) Here is one way to do it (tcsh): <pre> foreach i (*) if ( -d $i) then echo ++++++ $i cd $i sftour "sftour '/usr/bin/time -p scons >& scons.log'" cd .. endif end </pre> From Sergey's 2009-03-10 rsf-devel message: A more elegant solution is <syntaxhighlight lang="bash"> sftour sftour scons >& ../../%/%/scons.log </syntaxhighlight> ==Writing a LaTeX paper in the Madagascar framework== Follows the natural progression of learning of somebody who may even not know LaTeX, let alone SCons. # A paper with no figures. # A paper with NR-only figures ==Creating a reproducible paper== Sections 2 and 3 from [[Reproducible computational experiments using SCons]]. Also, mention the "SCons macros" in <tt>book/Recipes</tt>. Publications included in Madagascar's book directories are tested periodically. Those publications that fail the tests and are not easily repaired are moved to <tt>book/Grave</tt>, with a note on how the tests failed and why the problems could not be fixed. ==Data-conditional reproducibility== Due to seismic data licensing terms, an author may find it possible to make public everything that is needed to make a publication reproducible, except for the data. In such conditions, the paper is still acceptable for inclusion in the Madagascar collection. To indicate that certain datasets are private, the relevant <tt>SConstruct</tt> files should use <tt>Fetch(...,local=1)</tt> or tt>Fetch(...,server=private.server)</tt>, where <tt>private.server</tt> is a password-protected private server. Affected vplot figures should be uploaded to the [[Download#Reproducible figures | figure repository]]. Reproducibility testing will be skipped for the affected figures, but the html and pdf versions of the publications will still be created. The usage of public seismic datasets, such as those at http://software.seg.org/, is strongly encouraged. ==Creating a reproducible book== =Developing in Madagascar= ==Writing your own programs== ===Introduction to the Madagascar API=== # The existing [[Guide_to_madagascar_API|data clipping API demo]] # A more complex [[Guide_to_programming_with_madagascar|finite differences API demo]] – add Python, F77 and Matlab APIs to it ===How to add your program=== [[Adding_new_programs_to_madagascar#How_to_add_your_program|The relevant section in "Adding programs"]] ===How to document your program=== [[Adding_new_programs_to_madagascar#How_to_document_your_program|The relevant section in "Adding programs"]] ===Style guide=== [[Adding_new_programs_to_madagascar#Style_guide|The relevant section in "Adding programs"]] ===How to test your program=== [[Adding_new_programs_to_madagascar#How_to_test_your_program|The relevant section in "Adding programs"]] ===How to parallelize your programs=== The [[Parallel Computing]] page. ===Tips and tricks=== [[Adding_new_programs_to_madagascar#Tips_and_tricks|The relevant section in "Adding programs"]] ===Madagascar library reference=== * [[Library Reference]] * The [http://m8r.info/rsf_epydoc/ Python API documentation] * The [http://m8r.info/RSF/book/rsf/manual/manual_html/ Programming Reference Manual] ==Adding programs to the central repository== ==Framework development and maintenance== Description of m8r's inner works for those who want to help improve and maintain Madagascar. [[Maintenance guide]] and perhaps other stuff. ==Graphics development with vplot== [[Graphics development with vplot]] ==Packaging madagascar== [[Packaging madagascar]] =Datasets distributed with Madagascar= * Description of datasets – pictures of the velocity model, of sample gathers, zero-offset sections, migrated image. * Comment on which are the main problems they illustrate (internal multiples? overturning waves? etc). Algorithm used for generating them, references to published literature describing the datasets * Command line options for correctly reading them from the storage format (SEG-Y, most probably) into RSF * In general, expand the [[Reproducible_Documents#Madagascar_Datasets | datasets section of Reproducible Documents page]] to include other datasets =Other open-source data analysis packages= ==Geophysical software== [[Other open-source geophysical packages]]. Briefly discuss each of them. Mention "dictionaries" from them to m8r where available (should attempt to have dictionaries for all of them) ==Other tools== There are many other useful open-source or public domain software tools in the domain of applied mathematics, that can be used complementary to Madagascar. A few common examples, in alphabetical order, are: * [http://www.alglib.net/ ALGLIB]: a highly portable numerical analysis and data processing library; * [http://www.caam.rice.edu/software/ARPACK/ ARPACK] ("The ARnoldi PACKage"): a library written in FORTRAN 77 for solving large-scale eigenvalue problems; * [http://math-atlas.sourceforge.net/ ATLAS] ("Automatically Tuned Linear Algebra Software"): a linear algebra library, implementing the [http://en.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms BLAS] APIs for C and Fortran77; * [http://www.oonumerics.org/blitz/ Blitz++]: a C++ class library for scientific computing which provides performance on par with Fortran 77/90; * [http://www.dune-project.org/ DUNE] ("Distributed and Unified Numerics Environment"): a modular toolbox for solving partial differential equations with grid-based methods. It supports the easy implementation of methods like Finite Elements, Finite Volumes, and also Finite Differences. * [http://fftw.org/ FFTW] ("The Fastest Fourier Transform in the West"): Hardware-adaptive FFT libraries; * [http://www.gnu.org/software/gsl/ GNU Scientific Library]: a C library for numerical calculations in many branches of applied mathematics and science; * [http://gts.sourceforge.net/index.html GNU Triangulated Surface Library]: a library providing a set of useful functions to deal with 3D surfaces meshed with interconnected triangles; * [http://www.netlib.org/lapack/ LAPACK] ("The Linear Algebra PACKage"): a collection of routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems; * [http://en.wikipedia.org/wiki/MINPACK MINPACK]: a library of FORTRAN subroutines for the solving of systems of nonlinear equations, or the least squares minimization of the residual of a set of linear or nonlinear equations; * [http://www.mcs.anl.gov/petsc/petsc-2/ PETSc] ("the Portable, Extensible Toolkit for Scientific computation"): A set of serial and parallel, linear and nonlinear, solvers for large-scale, sparse linear and nonlinear systems of equations; * [http://www.scipy.org/ SciPY] ("Scientific Python"): a toolbox for scientific computing in Python; * [http://www.boost.org/doc/libs/1_39_0/libs/numeric/ublas/doc/index.htm uBLAS]: a C++ template class library that provides BLAS level 1, 2, 3 functionality for dense, packed and sparse matrices. Most [http://en.wikipedia.org/ Wikipedia] pages of the above libraries are valuable resources, as is Wikipedia's [http://en.wikipedia.org/wiki/List_of_numerical_analysis_software list of numerical analysis software]. Other libraries and standalone programs are available through the [http://www.netlib.org/ Netlib repository] and indexed by the [http://gams.nist.gov/ Guide to Available Mathematical Software]. The U.S. DOE's [http://acts.nersc.gov/ ACTS Collection] is another valuable repository. ==Madagascar in conferences and publications== The content of the [[Conferences]] and [[Publications]] pages. A mention about the reproducible documents that are listed in the "Papers and books included in the Madagascar distribution" sections. ==Madagascar project system administrator's guide== [[Mediawiki installation, customization and operation]]
Summary:
Please note that all contributions to Madagascar are considered to be released under the GNU Free Documentation License 1.3 or later (see
My wiki:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
English
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Getting Madagascar
download
Installation
GitHub repository
SEGTeX
Introduction
Package overview
Tutorial
Hands-on tour
Reproducible documents
Hall of Fame
User Documentation
List of programs
Common programs
Popular programs
The RSF file format
Reproducibility with SCons
Developer documentation
Adding programs
Contributing programs
API demo: clipping data
API demo: explicit finite differences
Community
Conferences
User mailing list
Developer mailing list
GitHub organization
LinkedIn group
Development blog
Twitter
Slack
Tools
What links here
Related changes
Special pages
Page information