BlueQuartzSoftware / DREAM3D

Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
http://dream3d.bluequartz.net
Other
163 stars 76 forks source link

Missing voxel information in CSV output for SyntheticVolume, CellData #224

Closed npaulson closed 9 years ago

npaulson commented 10 years ago

The information about the last voxel in the CSV output for SyntheticVolume, CellData is completely missing.

For example, if I were to generate a 21x21x21 voxel microstructure, I would only see the info cell ID's 1 through 9260 in the CSV file. The information for the 9261st cell would be missing.

I am running Dream3D on Windows 7 Enterprise, service pack 1

imikejackson commented 10 years ago

Which version of DREAM3D are you currently using? Or are you compile from source? If you are compiling from Source which branch are you using?

Are you trying to write the "Cell" data or the "Field" data? Can you send your pipeline file to dream3d@bluequartz.net

npaulson commented 10 years ago

sorry for the slow response, this went to spam...

I'm using the DREAM3D-5.1.116-Win64 beta version. I didn't get it from the github page

I'm writing SyntheticVolumeDataContainer to CellData.

I'll send the pipeline file now

sdonegan commented 9 years ago

Please give v6 of DREAM.3D a try, there is a filter called "Export Data" that can dump any number of arrays to an ASCII file with a chosen delimiter. If you notice that this filter is also not exporting all the data, please resubmit the issue and we'll look into the problem. Thanks!