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
When using the Multi-Position tiling wizard setting the Z start/end sets the stage position to 0. It does not move the stage but changes the
To Reproduce
Steps to reproduce the behavior:
Crop camera FOV to 2500x2500
Move stage to xyz = 0,0,0
Set starting X,Y,Z (note that if z!=0, after setting z start, it will be changed to z=0 in the stage control gui)
Move xyz = 2000, 2000, 500
Set XYZ
NOTE: The stage does not move to 0, it just changes the gui value.
Expected behavior
Expect the tiling wizard to set z end to the current z stage position, but instead it sets it to 0.
Traceback
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\qi2lab\miniconda3\envs\ASInavigate\lib\tkinter\__init__.py", line 1892, in __call__
return self.func(*args)
File "C:\Users\qi2lab\Documents\github\asi_navigate\navigate\src\navigate\controller\sub_controllers\tiling_wizard_controller2.py", line 320, in set_table
table_values = compute_tiles_from_bounding_box(
File "C:\Users\qi2lab\Documents\github\asi_navigate\navigate\src\navigate\tools\multipos_table_tools.py", line 155, in compute_tiles_from_bounding_box
thetas = dim_vector(
File "C:\Users\qi2lab\Documents\github\asi_navigate\navigate\src\navigate\tools\multipos_table_tools.py", line 148, in dim_vector
return start + np.arange(0, n_tiles, 1) * step
numpy.core._exceptions._UFuncNoLoopError: ufunc 'add' did not contain a loop with signature matching types (dtype('<U1'), dtype('float64')) -> None
In navigation, the 'Set * Start/End' function works the same way for every axis. I suspect that the stage doesn't move to the position you set in the GUI along the Z-axis. Please double-check this by moving the Z stage to a specified value and then clicking the 'Stop' button in the stage control panel. This will show where the stage device is positioned along the Z-axis. After confirming that the Z stage moves to the specified position, click 'Set Z Start/End' to set the tiling start/end position.
When using the Multi-Position tiling wizard setting the Z start/end sets the stage position to 0. It does not move the stage but changes the
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect the tiling wizard to set z end to the current z stage position, but instead it sets it to 0.
Traceback
performance.log
view_controller_debug.log
view_controller_info.log
model_debug.log
model_error.log
model_info.log
model_performance.log
configuration
The text was updated successfully, but these errors were encountered: