Scale factor from mask MPP to desired mpp
(self)
| 1361 | |
| 1362 | @cached_property |
| 1363 | def _sf(self) -> float: |
| 1364 | """Scale factor from mask MPP to desired mpp""" |
| 1365 | return 1e3 * self._tilesource.getMetadata()['mm_x'] / self.mpp |
| 1366 | |
| 1367 | @cached_property |
| 1368 | def _tilesource(self): |
nothing calls this directly
no outgoing calls
no test coverage detected