[][src]Module patoz::expdta

Contains parsers related to Expdta records.

The EXPDTA record identifies the experimental technique used. This may refer to the type of radiation and sample, or include the spectroscopic or modeling technique. Permitted values include:

  • X-RAY DIFFRACTION
  • FIBER DIFFRACTION
  • NEUTRON DIFFRACTION
  • ELECTRON CRYSTALLOGRAPHY
  • ELECTRON MICROSCOPY
  • SOLID-STATE NMR
  • SOLUTION NMR
  • SOLUTION SCATTERING

Functions

expdata_record_parser

Parses EXPDTA records which is a continuation type of record which may span multi-lines. Record contains list of ; seperated experimental techniques. If seuccesfull returns Record variant containing ExperimentalTechniques

experimental_technique_list_parser

parses ; separated list of experimental techniques

experimental_technique_parser

parses single experimental technique. Returns ExperimentalTechnique