OpenCOMPES / sed

Single Event Data Frame Processor: Backend to handle photoelectron resolved datastreams
https://opencompes.github.io/sed/
MIT License
3 stars 2 forks source link

Import utilities from hextof-processor #262

Open steinnymir opened 11 months ago

steinnymir commented 11 months ago

Some utilities which could be ported from hextof processor:

from src/processor/utilities/calibration.py

from src/processor/utilities/diagnostics.py

from src/processor/utilities/io.py

from src/processor/utilities/misc.py: I am not sure if these are then too specific for SED, and if they should be extenalized in a different repo. Open to suggestions!

from src/processor/utilities/vis.py:

Some of these might already be implemented, and if so, please do tick them as complete, and mention the function name in the comments. Some might not belong to this repo, but are rather evaluations post binning. We can discuss if these should be included in SED or if we should make a separate repo/project for that.

rettigl commented 11 months ago

correctOpticalPath: might be already in momentum/energy calibration

If this is what I think it is, then this is implemented in the energy correction workflow.

save binned results as tif save binned results as hdf5

these exist as the save function. Do we need anything else?