Skip to content

Commit

Permalink
Adds provenance information
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jan 16, 2024
1 parent 80051e2 commit f973995
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions contributed_definitions/NXdispersive_material.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
<item value="NXdispersive_material"/>
</enumeration>
</field>
<field name="program" type="NX_CHAR">
<doc>Name of the program used for creating this dispersion</doc>
</field>
<field name="version" type="NX_CHAR">
<doc>Version of the program used</doc>
</field>
<field name="date" type="NX_DATE_TIME">
<doc>Date and time of creating this dispersion.</doc>
</field>
<group name="sample" type="NXsample">
<field name="chemical_formula" type="NX_CHAR"/>
<field name="atom_types" type="NX_CHAR" optional="true">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This is the set of base classes for describing an optical experiment.
Description of an optical lens.

:ref:`NXpolarizer_opt`
A spin polarizer.
An optical polarizer.

:ref:`NXwaveplate`
A waveplate or retarder.
Expand Down

0 comments on commit f973995

Please sign in to comment.