pkg://kst-plugins_1.0.0-1_s390.deb:190520/
usr/
lib/
kde3/
kstplugins/kstinterp_cspline_periodic.xml
info downloads
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Module SYSTEM "file:/Repository/Level2/Soft/ProC/moduledef.dtd">
<module>
<intro>
<modulename name="kstinterp_cspline_periodic" readableName="Interpolation cubic spline periodic"/>
<author name="Andrew Walker"/>
<description text="Generates a cubic spline interpolation for a set of data."/>
<version minor="1" major="0"/>
<state devstate="release"/>
</intro>
<interface>
<input>
<table type="float" name="X Array" descr="The array of X coordinates." />
</input>
<input>
<table type="float" name="Y Array" descr="The array of Y coordinates." />
</input>
<input>
<table type="float" name="X' Array" descr="The array of X coordinates for which interpolated Y values are wanted." />
</input>
<output>
<table type="float" name="Y Interpolated" descr="The array of interpolated Y values." />
</output>
</interface>
</module>