NXentry

Search MPES Definitions
Categories
< All Topics
Print
name: NXentry
category: base
doc: "Draft extension of NXentry to include fields to describe laboratory based experiments."
(NXobject):
  experiment_title(NX_CHAR):
    doc: "Title of the experiment"
  experiment_location(NX_CHAR):
    doc: "City and country where ex. Took place"
  experiment_start_date(NX_DATE_TIME):
    doc: "Start date and time of ex. in ISO 8601 format, ideally including UTC offset."
  experiment_end_date(NX_DATE_TIME):
    doc: "Start date and time of ex. in ISO 8601 format, ideally including UTC offset."
  experiment_description(NX_CHAR):
    doc: "Descriptive summary of ex."
  experiment_documentation(NXnote):
    doc: "Documents describing the experiment"
  experiment_identifier(NX_CHAR):
    doc: "Unique identifier for the experiment."
  run_cycle(NX_CHAR):
    doc: "Some facilities organize their beamtime into run cycles."
  experiment_institution(NX_CHAR):
    doc: "Name of the institution hosting the facility"
  experiment_facility(NX_CHAR):
    doc: "Name of the experimental facility"
  experiment_laboratory(NX_CHAR):
    doc: "Name of the laboratory or beamline"
  title(NX_CHAR):
    doc: "Title of the entry, referring to a specific measurement."
  entry_identifier(NX_CHAR):
    doc: "Identifier of the measurement"
  start_time(NX_DATE_TIME):
    doc: "Start date and time of ex. in ISO 8601 format, ideally including UTC offset."
  end_time(NX_DATE_TIME):
    doc: "Ending date of the measurement"
  duration(NX_FLOAT):
    unit: NX_TIME
    doc: "Duration of the measurement"
  collection_time(NX_FLOAT):
    unit: NX_TIME
    doc: "Time spent actually collecting data"
  definition(NX_CHAR):
    doc: "Does the file correspond to a standardized structure?"
Table of Contents

Leave a Comment