of.import.table#
- of.gravity table_tag <string> file_path <string>
Import the table, the file type can be arbitrary.
- Y-only table
<Table Type> time [start time, end time] <N data>
<data.0>
<data.1>
…
- X-Y table
<Table Type> <N data>
<data.x0> <data.y0>
<data.x1><data.y1>
…
- Parameters:
table_tag: the tag to this table of data.
file_path: file path of the table.
Example:
# Example
of.import.table ‘pwave’ “inputPwave.dat”