Closed tibuch closed 11 months ago
Tested the MD and CV PlateAcquisition implementations on larger datasets and noticed that the implementations are slow. The time between creating an instance of a PlateAcquisition and the start of the stitching work is very long.
PlateAcquisition
Pain points:
WellAcquisitions
WellAcquisition
Tested the MD and CV
PlateAcquisition
implementations on larger datasets and noticed that the implementations are slow. The time between creating an instance of aPlateAcquisition
and the start of the stitching work is very long.Pain points:
WellAcquisitions
are not cached: https://github.com/fmi-faim/faim-hcs/blob/b9f1448260ac9c894dd4a2fe4829a440ef5ddba3/src/faim_hcs/hcs/cellvoyager/StackAcquisition.py#L72 but used at various points:WellAcquisition
involves metadata parsing.WellAcquisition
andPlateAcquisition
.