fmi-faim / faim-ipa

A collection of Image Processing and Analysis (IPA) functions used at the Facility for Advanced Imaging and Microscopy (FAIM)
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Separate montage methods from vendor-specific code #55

Closed imagejan closed 1 year ago

imagejan commented 1 year ago

The montage_grid_image_YX and montage_stage_pos_image_YX functions can be used independently from any input format, so let's keep them in a separate module.

codecov[bot] commented 1 year ago

Codecov Report

Merging #55 (d36123e) into main (5bd055f) will increase coverage by 0.02%. The diff coverage is 97.91%.

@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
+ Coverage   93.73%   93.76%   +0.02%     
==========================================
  Files          15       16       +1     
  Lines        1309     1315       +6     
==========================================
+ Hits         1227     1233       +6     
  Misses         82       82              
Files Coverage Δ
src/faim_hcs/CellVoyagerUtils.py 94.49% <100.00%> (ø)
src/faim_hcs/MetaSeriesUtils.py 80.85% <100.00%> (-5.18%) :arrow_down:
tests/test_CellVoyagerUtils.py 100.00% <100.00%> (ø)
tests/test_MetaSeriesUtils.py 100.00% <100.00%> (ø)
src/faim_hcs/MontageUtils.py 97.75% <97.75%> (ø)