There was an error while loading. Please reload this page.
1 parent c8ecfb2 commit b7cd956Copy full SHA for b7cd956
1 file changed
src/extra/calibration.py
@@ -1590,13 +1590,6 @@ def source_name_pattern(self) -> str:
1590
'incomplete detector entry in CalCat'
1591
return self._source_name_pattern
1592
1593
- @property
1594
- def source_names(self) -> list[str]:
1595
- """Source names of currently mapped PDUs."""
1596
- return [self.source_name_pattern.format(
1597
- modno=pdu.module_number or i + self.first_module_index
1598
- ) for i, pdu in enumerate(self.pdus)]
1599
-
1600
@property
1601
def first_module_index(self) -> int:
1602
"""Module index of the first module."""
0 commit comments