gwyfile
gwyfile copied to clipboard
GwyBricks
Will the support for GwyBrick be added?
I never had a chance to work with volume data in Gwyddion. This would certainly be nice to support!
As far as I can tell from the Gwyddion file format documentation, the only missing part is a convenience class for GwyBricks and discovery functions similar to get_datafields(obj) and find_datafields(obj). The actual data behind the volume should already be in the GwyBrick object available under obj['/brick/0'].
I have volume data, especially micro Raman spectroscopy and fortunately I can write python. i love to make a pull request which I will do soon.