PolarizedLightFieldMicroscopy / napari-LF

Light field imaging plugin for napari
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Create space so the important variable fields are emphasized #22

Closed gschlafly closed 1 year ago

gschlafly commented 1 year ago

How enhancement relates to a problem

When napari window size is smaller than a typical computer display, vertical height of the parameters region is limited. This makes it difficult to see multiple of the parameters simultaneously.

Preferred solution

Alternative solutions considered

Additional context

The header could look more similar to that of the plugin brainglobe. A link to the corresponding website, documentation, and source code are included.

gschlafly commented 1 year ago

Is it possible to make the Deconvolve button disabled if there is not a *.lfc file in the directory? I think that would make it clear to the user that the calibration step is required for the deconvolution step. @amitabhverma

amitabhverma commented 1 year ago

Is it possible to make the Deconvolve button disabled if there is not a *.lfc file in the directory? I think that would make it clear to the user that the calibration step is required for the deconvolution step. @amitabhverma

Implemented in the latest /NN branch https://github.com/PolarizedLightFieldMicroscopy/napari-LF/blob/4bfc52b08297b26fd1454723fe3577832947a085/src/napari_lf/_widgetLF_gui.py#L1521-L1529