You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks that the current _extend method may lower the efficiency of volume saving, in the case that a large volume has already been written, and we would like to store a new section with even a small negative offset (e.g. 1 chunk) in X or Y.
The reason is that it will have to rename a considerable amount of folders in ngff_volume.zarr.
One way to deal with this is to pre-compute the offsets and image size for all sections. Then initialize the zarr volume accordingly, with some user defined safe margin. With this, no extension will be needed during warping.
Pre-computing offsets will also allow user to inspect the offset values and catch large offset values that indicate instability of the stage.
During warping sections, I encountered the following error:
Flow run name: hubowarpphi198-chocola-field
Flow run ID: f077b55b-658a-40fc-9e0e-690ad0634c43
The offset of this section s1956 is (857, -505, -1431). The Offsets of the previous two sections, s1954 and s1955 are also both negative in X and Y.
It seems that the Volume._extend is trying to move a chunk to the path where another chunk is stored.
The text was updated successfully, but these errors were encountered: