ReadCsv
read .CSV tables
Parameters
name |
description |
type |
|---|---|---|
first_step |
first timestep to read |
Int |
last_step |
last timestep to read (-1: last) |
Int |
step_increment |
number of steps to increment |
Int |
first_rank |
rank for first partition of first timestep |
Int |
directory |
directory with CSV files |
String |
filename |
Name of file) |
Int |
layerMode |
layer mode (NONE, X, Y, Z) |
Int |
layerOffset |
layer offset |
Float |
layersInOneObject |
layers in one object |
Int |
xName |
Name of x column) |
Int |
yName |
Name of y column) |
Int |
zName |
Name of z column) |
Int |
dataName0 |
Name of data column outputted at data_out_0) |
Int |
dataName1 |
Name of data column outputted at data_out_1) |
Int |
dataName2 |
Name of data column outputted at data_out_2) |
Int |
dataName3 |
Name of data column outputted at data_out_3) |
Int |