sjeknic / CellTK

Toolkit for analysis of live-cell microscopy data
MIT License
3 stars 0 forks source link

`ImageHelper` doesn't guarantee order for kwarg passed images #78

Closed sjeknic closed 2 years ago

sjeknic commented 2 years ago

ImageHelper passes all images as args, rather than kwargs. Where the user specifies the name, that should not happen. Easiest is probably just to save the images in kwargs and put nothing in pass_to_func.

sjeknic commented 2 years ago

Closed by #86