Skip to content

Commit

Permalink
Add quantity for auxialiary file
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Dec 3, 2024
1 parent 1d612f1 commit f796a79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/nomad_measurements/xrd/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,13 @@ class ELNXRayDiffraction(XRayDiffraction, EntryData, PlotSection):
component=ELNComponentEnum.FileEditQuantity,
),
)
auxiliary_hdf5_file = Quantity(
type=str,
description='Auxiliary HDF5 file containing the raw data',
a_eln=ELNAnnotation(
component=ELNComponentEnum.FileEditQuantity,
),
)
measurement_identifiers = SubSection(
section_def=ReadableIdentifiers,
)
Expand Down

0 comments on commit f796a79

Please sign in to comment.