Guide to Madagascar programs
Next:
sfadd: Add, multiply, or
Up:
Fomel: Madagascar programs
Previous:
Fomel: Madagascar programs
Main programs
The source files for these programs can be found under
system/main
in the Madagascar distribution.
Subsections
sfadd: Add, multiply, or divide RSF datasets.
Implementation:
system/main/add.c
sfattr: Display dataset attributes.
Implementation:
system/main/attr.c
sfcat: Concatenate datasets.
Implementation:
system/main/cat.c
sfcmplx: Create a complex dataset from its real and imaginary parts.
Implementation:
system/main/cmplx.c
sfconjgrad: Generic conjugate-gradient solver for linear inversion
Implementation:
system/main/conjgrad.c
sfcp: Copy or move a dataset.
Implementation:
system/main/cp.c
sfcut: Zero a portion of the dataset.
sfdd: Convert between different formats.
sfdisfil: Print out data values.
sfdottest: Generic dot-product test for linear operators with adjoints
sfget: Output parameters from the header.
Implementation:
system/main/get.c
sfheadercut: Zero a portion of a dataset based on a header mask.
sfheadersort: Sort a dataset according to a header key.
sfheaderwindow: Window a dataset based on a header mask.
sfin: Display basic information about RSF files.
sfinterleave: Combine several datasets by interleaving.
sfmask: Create a mask.
sfmath: Mathematical operations on data files.
sfpad: Pad a dataset with zeros.
sfput: Input parameters into a header.
sfreal: Extract real (sfreal) or imaginary (sfimag) part of a complex dataset.
sfreverse: Reverse one or more axes in the data hypercube.
sfrm: Remove RSF files together with their data.
sfrotate: Rotate a portion of one or more axes in the data hypercube.
sfrtoc: Convert real data to complex (by adding zero imaginary part).
sfscale: Scale data.
sfspike: Generate simple data: spikes, boxes, planes, constants.
sfspray: Extend a dataset by duplicating in the specified axis dimension.
sfstack: Stack a dataset over one of the dimensions.
sftransp: Transpose two axes in a dataset.
sfwindow: Window a portion of a dataset.
2012-07-19