Leor Ariel Rose

Results 6 comments of Leor Ariel Rose

@NHPatterson Just adding a few more details. This is how it looks when opening the images after registration in Napari: ![image](https://github.com/NHPatterson/wsireg/assets/44137602/5716600a-548b-458f-ba9b-902a48072c2e) I've also uploaded the sample data I used to...

This issue is solved if I add downsampling to modality_1 when calling add_modality: ``` reg_graph.add_modality( "modality_1", "./sample_data/mod_1/img.ome.tiff", image_res=0.221, preprocessing={"image_type": "BF", 'downsampling': 2}, output_res=1.0 ) ``` ![image](https://github.com/NHPatterson/wsireg/assets/44137602/0e17f289-d2d7-4dfb-8fba-04ea7fe297db) But if I add...

When i use (AutomaticTransformInitializationMethod "GeometricalCenter") the masks are taken into consideration but when using (AutomaticTransformInitializationMethod "CenterOfGravity") mask are not taken into consideration and transform parameters are initialized the same as...

Looks like changing the `schema_version` in the `napari.yaml` to `0.1.0` from `0.2.0` fix the issue..

@ntatsisk of course, here is the information requested: - OS - windows 10 - Python version - 3.9.16 - Installation - `pip install elastix-napari` I should also note that i'm...