When testing ome/omero-web#536 on idr-testing, I noticed this issue which I think Seb mentioned was due to a Bio-Formats update (see below)
Deployed on idr-testing from branch at #537, this is returning different zoomLevelScaling from previously!?
On https://idr.openmicroscopy.org/webclient/img_detail/9840218/ that image has:
"tiles": true,
"tile_size": {
"width": 240,
"height": 240
},
"levels": 3,
"zoomLevelScaling": {
"0": 1.0,
"1": 0.2499840367792606,
"2": 0.029308473277568484
},
But on idr-testing, a different zoomLevelScaling is causing problems:

From slack idr, 28th Feb
Seb: "SVS in particular is a format which went through several changes in recent versions"
Will: Ah - so that bug may not be due to my PR?
Seb:
14:30
where that bug == the resolution levels are different between deployments or that bug == the resolution levels on idr-testing are incorrect?
14:32
actually the bug is clearly in production IDR (and has been addressed in recent Bio-Formats versions)
14:33
https://idr.openmicroscopy.org/webclient/img_detail/9840219/?dataset=10450 is absolutely not a label image, it's a resolution level of the whole slide image
14:34
so this dataset will partly break as part of the OMERO.server upgrade and we might need to consider reimporting these files unfortunately
When testing ome/omero-web#536 on idr-testing, I noticed this issue which I think Seb mentioned was due to a Bio-Formats update (see below)
Deployed on idr-testing from branch at #537, this is returning different
zoomLevelScalingfrom previously!?On https://idr.openmicroscopy.org/webclient/img_detail/9840218/ that image has:
But on idr-testing, a different zoomLevelScaling is causing problems:
From slack idr, 28th Feb
Seb: "SVS in particular is a format which went through several changes in recent versions"
Will: Ah - so that bug may not be due to my PR?
Seb:
14:30
where that bug == the resolution levels are different between deployments or that bug == the resolution levels on idr-testing are incorrect?
14:32
actually the bug is clearly in production IDR (and has been addressed in recent Bio-Formats versions)
14:33
https://idr.openmicroscopy.org/webclient/img_detail/9840219/?dataset=10450 is absolutely not a label image, it's a resolution level of the whole slide image
14:34
so this dataset will partly break as part of the OMERO.server upgrade and we might need to consider reimporting these files unfortunately