Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
24c6e81
Update NXxas and add child classes
mretegan Mar 15, 2026
f5739b6
Build docs
mretegan Mar 17, 2026
849c728
Add .readthedocs.yaml
mretegan Mar 17, 2026
d27514e
Remove optional iref from NXxas_trans
mretegan Mar 17, 2026
35f2bd4
Add a NXcollection for generic raw data
mretegan Mar 17, 2026
8e3f58f
Move NXxas and related subclasses to contributed_definitions
mretegan Mar 29, 2026
ef01dd9
Substitute NXelement with the existing NXatom
mretegan Mar 30, 2026
e8733ad
Rename element to absorber
mretegan Mar 30, 2026
50c10ee
Re-add reference detector for transmission
mretegan Mar 31, 2026
1105792
Remove optional NXcollection group from NXxas definition
mretegan Mar 31, 2026
ea40940
Update Read the Docs configuration to use Ubuntu 24.04 and Python 3.14
mretegan Apr 2, 2026
f03e551
Restrict sphinx version to smaller than 8.2.0
mretegan Apr 2, 2026
389d401
Add NXatom group to absorption edge and emission line
mretegan Apr 2, 2026
16b9f4a
Replace the `calculated` boolean with `spectrum_type`
mretegan Apr 2, 2026
9f0b791
Update NXxas_trans definition to include 'iref' in intensity field de…
mretegan Apr 2, 2026
1cd1311
Add NXemission_lines
mretegan Apr 2, 2026
2e1dbdc
Remove unused symbols `nTransitions` and `nChan` from NXxas definition
mretegan Apr 2, 2026
e4fb42c
Add grating-type spectrometer to NXxas_pfy
mretegan Apr 2, 2026
cdb5c40
Clarify description of absorption edge in NXxas definition
mretegan Apr 2, 2026
b6fd81f
Make 'energy' field optional and rename 'group' to 'atom' in NXabsorp…
mretegan Apr 2, 2026
454ecce
Refactor 'spectrum_type' field to 'experimental' boolean
mretegan Apr 3, 2026
82d682d
Allow for the two absorption edge notation
mretegan Apr 7, 2026
4e49c77
Update NXabsorption_edge documentation
mretegan Apr 7, 2026
0ce9506
Add emission_energy_window to NXxas_pfy and improve doc
mretegan Apr 7, 2026
648652f
Rename the field to `is_experimental`
mretegan Apr 7, 2026
706184f
Add beamline coordinate system and transformations to NXxas_pfy
mretegan Apr 7, 2026
79147a6
Clarify the I_f and I_0 definitions
mretegan Apr 7, 2026
85a9b77
Make the coordinate sytem optional
mretegan Apr 7, 2026
375fa48
Update intensity field description
mretegan May 4, 2026
591c0ba
Fix CI caused by sphinx_toolbox (#1628)
PeterC-DLS Apr 1, 2026
03852f0
updated event_index and event_id description (#1404)
KyleQianliMa Apr 1, 2026
59e6c39
Add choice element rendering in documentation (#1613)
mretegan Apr 29, 2026
9698e05
Merge branch 'main' into xas-using-inheritance
mretegan May 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: "3.12"
python: "3.14"
commands:
- pip install -r requirements.txt
- make prepare
Expand Down
127 changes: 0 additions & 127 deletions applications/NXxas.nxdl.xml

This file was deleted.

171 changes: 0 additions & 171 deletions base_classes/NXelement.nxdl.xml

This file was deleted.

Loading
Loading