ReadCsv

read .CSV tables

ReadCsv points_out unordered points (points_out) data_out0 data on points from column dataName0 (data_out0) data_out1 data on points from column dataName1 (data_out1) data_out2 data on points from column dataName2 (data_out2) data_out3 data on points from column dataName3 (data_out3)

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