|
|
|
|
Introduction to Madagascar |
The package consists of
< data.rsf sfwindow n1=100 | sfbandpass fhi=60 > data2.rsfThis approach follows the Unix philosophy, as formulated by Doug McIlroy, the inventor of Unix pipes (Salus, 1994):
Running a command (such as sfwindow) without parameters or the necessary input and output files shows a brief documentation, explaining the program purpose and parameters. Alternatively, brief documentation is provided by sfdoc program. Main program documentation in HTML format is available on the web at http://www.reproducibility.org/RSF/.
Madagascar uses Regularly Sampled Format (RSF) for data files, which is similar to the format used in the SEPlib library developed at the Stanford Exploration Project (SEP). The file format describes regularly sampled hypercubes. Up to 9 dimensions are supported. In accordance with the Unix philosophy, each RSF file (such as data.rsf) is a simple readable text. It contains a pointer (in= parameter) to the location of the binary data.
Madagascar provides programs for conversion to and from other formats such as SEG-Y and SU. Madagascar currently adopts Vplot file format, also developed at SEP, for generated graphics files.
Follow the links at the end of this paper for additional documentation.
|
|
|
|
Introduction to Madagascar |