tmweigand / PMMoTo

Porous Media Morphological and Topological Analysis Toolkit
1 stars 0 forks source link

RemoveHalo = False #33

Closed kbruning closed 1 year ago

kbruning commented 1 year ago

I am trying to output what is occurring in the reservoirs at multiple steps within calcDrainage. When I set removeHalo to False, the csv outputs of x,y,z,value are all 0's. This is happening for testInkBottle at pc = 1.81122 for reservoir sizes of 1 and 10 voxels. Setting removeHalo to True outputs the csv populated as expected.

tmweigand commented 1 year ago

Found a typo and pushed to timMA. If that did not fix it, I will look into it more later.

kbruning commented 1 year ago

Fixed!