virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
66 stars 20 forks source link

Exporting convoluted variable results exports entire Z stack (the z-stack is based off of mesh) #1180

Closed AvocadoMoon closed 6 months ago

AvocadoMoon commented 7 months ago

Problem

When exporting variables that have underwent some projection from 3D to 2D the entire Z-stack is still being exported because the mesh information is incorrect.

Solution

Properly read the post processing information through the HDF5 file that happens to store it.