When i do File-> Save Data -> “file.csv”, I get a csv file that looks like this:
One problem is that the file has 15470 rows.
But the main problem is that the (X,Y,Z) beggining and ending aren’t the same as the data is Paraview.
what can I do to get the real points? Or maybe I am reading the data wrong in the CSV file?
I am uploading the csv file so whoever wants to give it a try is welcome.
The original files are over 2gb and it will be hard for me to share them with you.
I have a raw file (.raw) from an experiment I have done. I loaded it in Paraview with a python script (I’ll share here) and i can see the vectors (in the image I sent).
My goal is to have a csv file with (x, y, z) beginning and ending or with an angel and length.
In the File -> Save Data -> csv -> there is a Choose Arrays To Write option. Now, you get to output whatever you want. Thus, no need for the Pass Arrays filter.