Skip to content
Snippets Groups Projects
Commit ab93406a authored by Loic Huder's avatar Loic Huder
Browse files

Remove unused getters in XASObjectDialog

parent 98b46bbe
No related branches found
No related tags found
No related merge requests found
......@@ -206,24 +206,3 @@ class XASObjectDialog(qt.QWidget):
col_name=self.getEnergyColName(),
scan_title=self.getScanTitle(),
)
def getMonitorUrl(self):
# TODO" UNUSED
if self.getCurrentType() is InputType.hdf5_spectra:
# TODO: case not handled for H5 files ?!!
return None
else:
return build_ascii_data_url(
file_path=self.getAsciiFile(),
col_name=self.getMonitorColName(),
scan_title=self.getScanTitle(),
)
def getExtraInfos(self) -> dict:
# TODO: UNUSED
if self.getCurrentType() is InputType.hdf5_spectra:
return {}
else:
return {
"scan_title": self.getScanTitle(),
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment