Skip to content

Commit a7bf35e

Browse files
authored
Merge pull request #373 from European-XFEL/feat/caldata-from-data
Add Calibration.from_data()
2 parents 18e5df4 + 13c71de commit a7bf35e

6 files changed

Lines changed: 2514 additions & 15 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ Added:
2222
[AdqRawChannel.train_data][extra.components.AdqRawChannel.pulse_data] are now
2323
reading data in parallel by default (!497).
2424
- [AGIPDConditions][extra.calibration.AGIPDConditions] now recognizes current source constant types
25+
- [CalibrationData.from_data][extra.calibration.CalibrationData.from_data] method to
26+
find the constants suitable for a given `DataCollection`
2527
- [DetectorData][extra.calibration.DetectorData] to obtain detector metadata and
2628
module mapping from the Calibration Cataloge (!408).
2729
- [SpectrometerCalibration][extra.gui.jupyter.SpectrometerCalibration] to
2830
provide a Jupyter widget for energy calibration of 2D X-ray spectrum data
2931
(!363).
32+
- Pre-built packages will be available on PyPI for Python 3.10 - 3.13 from the
33+
next release, rather than only Python 3.10 (!377).
3034
- [CalibrationData.from_condition][extra.calibration.CalibrationData.from_condition]
3135
supports `DataCollection` objects to reference a point in time
3236
- [CalibrationData.from_correction][extra.calibration.CalibrationData.from_correction]
@@ -37,8 +41,6 @@ Added:
3741
- [lpd_dark_consts_with_fallback][extra.calibration.lpd_dark_consts_with_fallback]
3842
function to find LPD dark constants with a fallback to constants recorded with
3943
all memory cells.
40-
- Pre-built packages will be available on PyPI for Python 3.10 - 3.13 from the
41-
next release, rather than only Python 3.10 (!377).
4244
- [Scan.group_data()][extra.components.Scan.group_data] method to make an xarray
4345
or pandas GroupBy object based on scan steps (!379).
4446
- [Scan.from_motor_targets()][extra.components.Scan.from_motor_targets] method

0 commit comments

Comments
 (0)