VH-Lab / vhlab-microscopyimageanalysis-matlab

Matlab app for analysis of high density imaging data like that from Array Tomography
0 stars 0 forks source link

create creator objects like mia.creator.image.threshold #45

Open stevevanhooser opened 2 years ago

stevevanhooser commented 2 years ago

Hi Katherine -

Can you please create some more creator objects in the style of mia.creator.image.threshold ?

You could do this for the at_image/at_image_process/at_image*.m files first. mia.creator.image.threshold is a re-creation of at_image/at_image_process/at_image_threshold.m and it is an example to follow.

Thanks! Steve

stevevanhooser commented 2 years ago

Hi Katherine -

I finally got to write the mia.test.creator.roi.connect function

I re-organized the test code a little bit into mia.test instead of mia.testcode and made the function names a little shorter.

Everything looks good, except that we don't need the subpackages "makers" and "editors" anymore. I moved mia.creator.roi.makers.connect -> mia.creator.roi.connect.

Can you please move the editors directly into the mia.creator.roi. package as well please? Does the testing structure make sense? You could go ahead and make other test functions for the other roi objects.

Thanks! Best Steve