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
If there is a missing section in the original data and consequently in the parsed folder structure, this leads to error during loading sections for alignment, because currently it is not handled.
In the following example, the original stack does not have a section #2, which fails to be interpreted by sofima_tasks.py at line 102
/tungstenfs/scratch/gmicro_share/_software/CondaEnvs/Linux/faim_sofima/lib/python3.9/site-packages/sbem/tile_stitching/sofima_tasks.py", line 102, in
block.sections[(i, grid_index)] for i in range(start_section, end_section + 1)
KeyError: (2, 0)
The text was updated successfully, but these errors were encountered:
If there is a missing section in the original data and consequently in the parsed folder structure, this leads to error during loading sections for alignment, because currently it is not handled.
In the following example, the original stack does not have a section #2, which fails to be interpreted by sofima_tasks.py at line 102
/tungstenfs/scratch/gmicro_share/_software/CondaEnvs/Linux/faim_sofima/lib/python3.9/site-packages/sbem/tile_stitching/sofima_tasks.py", line 102, in
block.sections[(i, grid_index)] for i in range(start_section, end_section + 1)
KeyError: (2, 0)
The text was updated successfully, but these errors were encountered: