|
|
- Tcl syntax:
- curv_read "filename" "curvname" 1st_column 2nd_column "delimiters" number_of_lines_to_skip
- Description:
- loads curve from formatted text file
- Parameters:
-
| filename | name of formatted text file |
| curvname | name for curv dataset |
| col1 | column with X coordinates |
| col2 | column with Y coordinates |
| skip_lines | number of lines to skip header |
| delimiter | delimiters between columns. May be " ", "\t", "," or other symbols |
| grow_by | =250 |
- Example
- curv_read "C:\\curv.txt" my_curv curv_read "C:\\curv2.txt" my_curv2 2 3 "\t"
- Examples:
-
curve.tcl, curve_ineq.tcl, curve_surf.tcl, curve_surf_ineq.tcl, fault.tcl, fault_aniso.tcl, fault_approx.tcl, flow_area.tcl, flow_cntr.tcl, flow_curve.tcl, flow_points.tcl, flow_points2.tcl, map_hor_frac.tcl, map_ver_frac.tcl, points.tcl, and trend.tcl.
|