small-fish-gui 1.9.0__py3-none-any.whl → 1.9.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -38,4 +38,4 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
38
38
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
39
 
40
40
  """
41
- __version__ = "1.9.0"
41
+ __version__ = "1.9.1"
@@ -120,7 +120,7 @@ def batch_pipeline(
120
120
  image, other_image = prepare_image_detection(map_, parameters)
121
121
  nucleus_signal = get_nucleus_signal(image, other_image, parameters)
122
122
  try : # Catch error raised if user enter a spot size too small compare to voxel size
123
- parameters, frame_result, spots, clusters = launch_detection(
123
+ parameters, frame_result, spots, clusters, spot_cluster_id = launch_detection(
124
124
  image,
125
125
  other_image,
126
126
  parameters,
@@ -139,7 +139,7 @@ def batch_pipeline(
139
139
  if parameters['save detection'] :
140
140
  if parameters['do_cluster_computation'] :
141
141
  if len(clusters) > 0 :
142
- spots_list = [spots, clusters[:,:parameters['dim']]]
142
+ spots_list = [spots, clusters[:,:-2]]
143
143
  else : spots_list = [spots]
144
144
  else : spots_list = [spots]
145
145
  output_spot_tiffvisual(
@@ -166,6 +166,7 @@ def batch_pipeline(
166
166
  user_parameters=parameters,
167
167
  image=image,
168
168
  spots=spots,
169
+ cluster_id=spot_cluster_id,
169
170
  nucleus_label= nucleus_label,
170
171
  cell_label= cytoplasm_label,
171
172
  )
@@ -178,6 +179,7 @@ def batch_pipeline(
178
179
  nucleus_signal = nucleus_signal,
179
180
  spots=spots,
180
181
  clusters=clusters,
182
+ spots_cluster_id=spot_cluster_id,
181
183
  nucleus_label = nucleus_label,
182
184
  cell_label= cytoplasm_label,
183
185
  user_parameters=parameters,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: small_fish_gui
3
- Version: 1.9.0
3
+ Version: 1.9.1
4
4
  Summary: Small Fish is a python application for the analysis of smFish images. It provides a ready to use graphical interface to combine famous python packages for cell analysis without any need for coding.
5
5
  Project-URL: Homepage, https://github.com/2Echoes/small_fish
6
6
  Project-URL: Issues, https://github.com/2Echoes/small_fish/issues
@@ -2,7 +2,7 @@ small_fish_gui/.readthedocs.yaml,sha256=r2T0e_In8X8l0_ZwgPvuoWQ9c0PE9bSpFzV2W6Ez
2
2
  small_fish_gui/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
3
3
  small_fish_gui/README.md,sha256=4RpEXKZW5vH6sUWeZb88yr1TLLPi20PqOk7KdA9O9Hk,4234
4
4
  small_fish_gui/Segmentation example.jpg,sha256=opfiSbjmfF6z8kBs08sg_FNR2Om0AcMPU5sSwSLHdoQ,215038
5
- small_fish_gui/__init__.py,sha256=NAO9zD3llJ5ST2ZjY5DmlJ5Yncl50TO84Gp5568YQQ8,1941
5
+ small_fish_gui/__init__.py,sha256=M1CS65MKPvigTfxKbIQcEavjtD309_uiJBfJtBTN8oA,1941
6
6
  small_fish_gui/__main__.py,sha256=jjFNnf-l4jCJI16epq2KOaKmgtUAe9lSNdPj5fpxrDk,1143
7
7
  small_fish_gui/hints.py,sha256=_AhC-Th36ELxinjMyGtjIqJfZkISPr1YwhQ9ifD9Kj4,1926
8
8
  small_fish_gui/napari_detection_example.png,sha256=l5EZlrbXemLiGqb5inSVsD6Kko1Opz528-go-fBfrw8,977350
@@ -12,7 +12,7 @@ small_fish_gui/.github/workflows/python-publish.yml,sha256=5Ltnuhw9TevhzndlBmdUg
12
12
  small_fish_gui/batch/__init__.py,sha256=ku2_Yate-UG89Q0BmE2B9kFV4kOz-u9Lf2lj6VsdFXs,127
13
13
  small_fish_gui/batch/input.py,sha256=mqnP8LBhyNbtlcqjVlUiVeuHw4YxOX3GgzJbq03isKE,1477
14
14
  small_fish_gui/batch/integrity.py,sha256=jIJH0c_M_7gSET32iKWEznHIad0OwPNvJurA9rivTJ0,4851
15
- small_fish_gui/batch/pipeline.py,sha256=ZFb1cGinm-4WLy1vpvPBFA_MvUXQ4UvXkYA74en670c,9065
15
+ small_fish_gui/batch/pipeline.py,sha256=EUUY0L6JvUYyF1SqJ1KdQHKKR1jhxsHSCyBm7nnB7mU,9157
16
16
  small_fish_gui/batch/prompt.py,sha256=Ob6Cml3IJTInMJ_9kSwLOKzwna7igbk91D2eaA7I1bo,18849
17
17
  small_fish_gui/batch/test.py,sha256=q04a1YstnDsxy2Bi5563BfcOU-O3VPE9c5WSJjvFjMg,211
18
18
  small_fish_gui/batch/update.py,sha256=AFG2oW5zfbNPJbb1jqbkMexPB8NoR4ZoftqpO3cAsok,5042
@@ -46,7 +46,7 @@ small_fish_gui/pipeline/spots.py,sha256=9hNOGnOZhrtrIORt8UGBcI-SGCh1XftcUGerkBwN
46
46
  small_fish_gui/pipeline/test.py,sha256=w4ZMGDmUDXxVgWTlZ2TKw19W8q5gcE9gLMKe0SWnRrw,2827
47
47
  small_fish_gui/pipeline/testing.ipynb,sha256=eMynROxPIa5uW6E2nb_CwA4X4Peiqa4QS68JcADrAnM,76479
48
48
  small_fish_gui/pipeline/utils.py,sha256=run6qtqCAe_mFnE3o1CnmF1xBBmK3ydgc8-jOV9P-_w,448
49
- small_fish_gui-1.9.0.dist-info/METADATA,sha256=EN_U5bakmWkSKdm2197zNPXWMuFnxS87oLNWSC7vOpM,2567
50
- small_fish_gui-1.9.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
51
- small_fish_gui-1.9.0.dist-info/licenses/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
52
- small_fish_gui-1.9.0.dist-info/RECORD,,
49
+ small_fish_gui-1.9.1.dist-info/METADATA,sha256=yCnUaZp6Yoi9vRVfRsekRoyOLV2nzjycs5j6fyh7zsY,2567
50
+ small_fish_gui-1.9.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
51
+ small_fish_gui-1.9.1.dist-info/licenses/LICENSE,sha256=-iFy8VGBYs5VsHglKpk4D-hxqQ2jMJaqmfq_ulIzDks,1303
52
+ small_fish_gui-1.9.1.dist-info/RECORD,,