Closed tuks188 closed 9 years ago
I was discussing something like this last night with another developer but I was thinking along the lines of a "Raw Binary Writer" which would allow the user to write any data set (Cell, feature, Ensemble) as a binary file.
We could combine these two filters or just make 2 filters: Raw Binary Writer ASCII Text Writer
On Jul 8, 2014, at 8:56 AM, tuks188 notifications@github.com wrote:
I have not seen this exact filter in DREAM.3D. There are Ph and Dx writers for FeatureIds but many users have requested a simple text file (or CSV) with FeatureIds. So while we're at it, we could make it write whatever cell level data the user wants.
— Reply to this email directly or view it on GitHub.
I like the 2 filters path. I will take on the ASCII Text Writer.
Before we get to far on this, I think there may be subtle differences that we would want to have between writing cell, feature and ensemble data to a csv type file. We should discuss this.
Mike
From: tuks188 [notifications@github.com] Sent: Tuesday, July 08, 2014 9:35 AM To: dream3d/DREAM3D Subject: Re: [DREAM3D] New Filter: Write Cell Data as a CSV File (#189)
I like the 2 filters path. I will take on the ASCII Text Writer.
— Reply to this email directly or view it on GitHubhttps://github.com/dream3d/DREAM3D/issues/189#issuecomment-48336197.
Yes, we should discuss this. Trying to write a 1K x 1K x 1K volume to a text file. We should think through just how to format that. Or give the user some options like "only XX number of values per line of text". Also maybe allow the user to select the separator character (, . \t \n) to use.
Mike J.
On Jul 8, 2014, at 9:38 AM, mgroeber notifications@github.com wrote:
Before we get to far on this, I think there may be subtle differences that we would want to have between writing cell, feature and ensemble data to a csv type file. We should discuss this.
Mike
From: tuks188 [notifications@github.com] Sent: Tuesday, July 08, 2014 9:35 AM To: dream3d/DREAM3D Subject: Re: [DREAM3D] New Filter: Write Cell Data as a CSV File (#189)
I like the 2 filters path. I will take on the ASCII Text Writer.
— Reply to this email directly or view it on GitHubhttps://github.com/dream3d/DREAM3D/issues/189#issuecomment-48336197. — Reply to this email directly or view it on GitHub.
THis is implemented in #259. Closing this issue.
I have not seen this exact filter in DREAM.3D. There are Ph and Dx writers for FeatureIds but many users have requested a simple text file (or CSV) with FeatureIds. So while we're at it, we could make it write whatever cell level data the user wants.