motile_tracker.import_export.menus.segmentation_widget

Classes

SegmentationWidget

QWidget for specifying pixel calibration

FileFolderDialog

Module Contents

class motile_tracker.import_export.menus.segmentation_widget.SegmentationWidget(incl_z=True)

Bases: qtpy.QtWidgets.QWidget

QWidget for specifying pixel calibration

update_buttons
incl_z = True
image_path_line
image_browse_button
z_spin_box
y_spin_box
x_spin_box
_scale_spin_box() qtpy.QtWidgets.QDoubleSpinBox

Return a QDoubleSpinBox for scaling values

get_scale() list[float]

Return the scaling values in the spinboxes as a list of floats. Since we currently require a dummy 1 value for the time dimension, add it here.

_browse_segmentation() None

Open custom dialog to select either a file or a folder

_load_segmentation() None

Load the segmentation image file

class motile_tracker.import_export.menus.segmentation_widget.FileFolderDialog(parent=None)

Bases: qtpy.QtWidgets.QDialog

layout
path_line_edit
file_button
folder_button
ok_button
select_file()
select_folder()
get_selected_path()