| rinterx | stsdas.hst_calib.foc.focgeom | rinterx |
rinterx -- Perform linear interpolation between reseau grids.
rinterx input1 entry1 input2 entry2 output outentry mag1 mag2
This task creates an output reseau grid which is the weighted mean of two input grids. Entries in the output reseau grid will contain values produced by the following equation:
outentry = mag1*entry1 + mag2*entry2 + shift
The same file name can be passed to any two, or all, of the parameters input1, input2, or output. Grid sizes must match.
1. Perform a linear interpolation between entry "dist" in the reseau tables "res1.tab" and "res2.tab". Put the weighted mean values in a reseau file called "avgres.tab".
fo> rinterx res1.tab dist res2.tab dist avgres.tab dist 0.5 0.5
This task was written by David Giaretta.
Type "help focgeom option=sys" for a higher-level description of the focgeom package.
Type "help reseau" for a description of reseau files.