Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c40f1d0
Sets preparation, temperature+gas_pressure in NXmpes/NXsample to reco…
domna Sep 11, 2023
b0c6858
Sets fields to optional
domna Sep 11, 2023
3c314cb
Incorporates comments from proposal page
domna Sep 11, 2023
5cbdf9b
Incorporates changes from may workshop (#32)
domna Sep 13, 2023
dab0037
Adds a reference to PaNET ontology
domna Sep 13, 2023
13e2251
Use NXmpes.yaml generated with correct nyaml2nxdl
domna Sep 21, 2023
599d1c5
Addresses some of the comments
domna Sep 26, 2023
53d5a85
Cleaner docs for NXmpes
domna Sep 27, 2023
c7b789b
Adds proper NXresolution
domna Sep 27, 2023
1947ee5
Add NXfabrication to any device in NXmpes
lukaspie Sep 27, 2023
1afc8eb
NXresolution: Change `dimension` to `physical_quantity`
domna Sep 27, 2023
45264d0
Add NXfabrication to all MPES instrument-related base classes
lukaspie Sep 27, 2023
9f94d68
Add general concepts first defined in NXmpes_xps sub app-def
lukaspie Sep 27, 2023
ed9115b
Make energy axis recommended instead of required for now
lukaspie Sep 27, 2023
dc2d267
Add NXnote to NXcalibration to store calibration file
lukaspie Sep 27, 2023
d39f018
Add transmission function in NXelectronanalyser, intensity calibratio…
lukaspie Sep 27, 2023
5551050
Adds response_function to NXresolution
domna Sep 28, 2023
9c72ceb
Address comments, change transmission function
lukaspie Sep 28, 2023
5d9e0cf
Fix typo in work function docstring
lukaspie Sep 28, 2023
01b87df
More typo fixes
lukaspie Sep 28, 2023
35ab0c6
Rename energy correction to energy_referencing
lukaspie Sep 29, 2023
c4bbfd1
Add reference to ISO standard
lukaspie Sep 29, 2023
8bcf0e2
Merge branch 'mpes-iso-standard' into mpes-changes-from-xps-subdef
lukaspie Sep 29, 2023
dd3be94
Add more ISO references to NXmpes
lukaspie Sep 29, 2023
395fc34
update data docstring with ISO reference
lukaspie Sep 29, 2023
cee5940
Use mapping in NXcalibration
lukaspie Oct 5, 2023
fdfcc54
Update ISO links in docs
lukaspie Oct 5, 2023
56dabc3
Update doc in type attribute of NXdata
lukaspie Oct 5, 2023
c16d6a2
Add base class for electronic core levels
lukaspie Oct 5, 2023
19bcd9d
Add single strings for 'No' option in enum
lukaspie Oct 5, 2023
c8b341f
Resolve merged conflicts in yaml files
lukaspie Oct 6, 2023
d8d4c7e
Fix merge conflicts in NXdetector, remove NXdetector.yaml from contri…
lukaspie Oct 6, 2023
65c6b9a
typo fix in NXdetector
lukaspie Oct 6, 2023
e400ca8
more merge conflict fixes
lukaspie Oct 6, 2023
821d9e5
Remake nxdl files
lukaspie Oct 6, 2023
9649ea5
Ensure yaml-nxdl consistency
lukaspie Oct 6, 2023
18afeaa
Readd lost NXdetector fields
lukaspie Oct 6, 2023
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
6 changes: 6 additions & 0 deletions base_classes/NXsample.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,12 @@
This group describes the shape of the sample
</doc>
</group>
<field name="physical_form">
<doc>
Physical form of the sample material.
Examples include single crystal, foil, pellet, powder, thin film, disc, foam, gas, liquid, amorphous.
</doc>
</field>
<group type="NXsingle_crystal">
<doc>
If the sample is a single crystal, add description of single crystal and unit
Expand Down
Loading