simone codeluppi
Results
1
issues of
simone codeluppi
Hi I populated a `SpatialData` object with a `MultiScaleImage datatree.DataTree`. ```python img_scaled = to_multiscale(img, scale_factors=scale_factors) img_to_save = {stitched_marker_name: img_scaled} sdata = SpatialData(images=img_to_save) ``` The `.attrs` stored in each of the...