next up previous print clean
Next: Data structures Up: Basic concepts Previous: Spraying mapping

OPERATOR DEFINITION

 Ideally the user of the package would need only to define the characteristics of the particular operators he intends to test. The kind of characteristics depend on the complexity of the operator and on the type of spatial mapping that is optimal.

In the simple trace-to-trace mapping the operator is simply described by a transformation of the time axis. In the more general case, an integral operator is defined by a transformation of the time axis for each pair of input and output traces. The generic interface for the mapping function map_amp is:

For each pair of input and output traces, map_amp must compute the mapping function of the input time axis into the output time axis, (map) and by its corresponding amplitude term (amp). The lower and upper limit of the mapping are respectively described by the first_samp and last_samp arrays. To avoid aliasing artifacts the input traces can be filtered with a low-pass filter before being summed into the output space. The high-frequency cutoff of this low-pass filtering must also be computed by map_amp and stored in the max_freq array.

As discussed above, when the spraying spatial mapping is applied, the data are first sprayed into an intermediary output space. The array inp_cent_coord contains the coordinates of this intermediate output space. It is used by the map_amp function and it is initialized by the operator-domain definition function oper_domain. The generic interface for the operator-domain function is:

The array inp_cent_coord must be filled with the coordinates of the spraying domain, in input-centered coordinate system. The coordinates of the spraying domain in the output-space coordinate system is stored in the out_geom data structure.  


next up previous print clean
Next: Data structures Up: Basic concepts Previous: Spraying mapping
Stanford Exploration Project
7/5/1998