Reading Density Field Data

Hello Paraview Users,

Could help me with the error I am getting reading this file in for visualizing the density fields? I will attach it below. However, I am getting the error message: Unsupported point attribute type: .0 and have no idea why.

Thank you


vtk DataFile Version 5.1

DensityFields eps1rho1Wd2_2 07_05_23
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 55 55 55
ORIGIN 0.0 0.0 0.0
SPACING 1.0 1.0 1.0
POINT_DATA 166375.0
SCALARS Density float
LOOKUP_TABLE default
-0.002910555 -0.002298629 -0.000676079 0.001894692 0.005001408 0.007941415 0.009946997 0.010502674 0.009580551 0.007633297 0.005343035 0.003299655 0.001810851 0.000916456 0.000531054 0.000591254 0.001129774 0.002261375 0.004107209 0.00671979 0.01010936 0.014476287 0.020660705 0.030598782 0.047292858 0.073705411 0.110453052 0.153314117 0.192629702 0.216266394 0.215368578 0.189374427 0.146578387 0.099686055 0.059588953 0.031480799 0.014975218 0.006790607 0.003473043 0.00267415 0.003081561 0.003882711 0.004461275 0.00444417 0.00382262 0.002889078 0.001997021 0.001339962 0.000898581 0.000532363 9.6103e-05 -0.000495729 -0.001246783 -0.002060131 -0.002720163

I would guess that the Number after “POINT_DATA” should be an integer. Does it help to delete the “.0”? Cheers,
Venke

2 Likes

Thank you, I did not realize the number of points also need to be in INT format.

-C