I'm looking for a destination for the following metadata associated to a data collection:
- synchrotron: "ESRF"
- beamline: "ID31"
- proposal id, defined in the scope of the ESRF: "hg-124"
- data collection id, defined in the scope of the proposal: "S_220323_00006_0001"
- sample ID, defined in the user scope: "S-220323-00006"
- sample UUID, defined in the user scope: "4590be84-3493-4bd2-91fe-4cf39cfcf71f"
- name of the technique(s): ["x-ray powder diffraction"]
- command: "fscan 0 10 100 0.1"
I'm currently thinking about this but I'm not sure I'm using the fields correctly:
# ./S_220323_00006_0001.h5
10.1: NXentry # this is 1 scan in the file S_220323_00006_0001.h5
experiment_identifier = "hg-124"
entry_identifier = ["x-ray powder diffraction"]
collection_identifier = "S_220323_00006_0001"
title = "fscan 0 10 100 0.1"
instrument: NXinstrument
name = "ESRF-ID31"
@short_name = "ID31"
sample: NXsample
name = "S-220323-00006"
uuid = "4590be84-3493-4bd2-91fe-4cf39cfcf71f"
I'm especially confused about experiment_identifier, entry_identifier and collection_identifier. Could someone clarify those? What I have is a proposal name "hg-124", a data collection name "S_220323_00006_0001" and and the techniques used ["x-ray powder diffraction"].
I'm looking for a destination for the following metadata associated to a data collection:
I'm currently thinking about this but I'm not sure I'm using the fields correctly:
I'm especially confused about
experiment_identifier,entry_identifierandcollection_identifier. Could someone clarify those? What I have is a proposal name "hg-124", a data collection name "S_220323_00006_0001" and and the techniques used ["x-ray powder diffraction"].