Skip to main content

A plugin for NOMAD containing base sections for measurements.

Project description

DOI

NOMAD's Measurements Plugin

This is a plugin for NOMAD which contains base sections for materials science measurements.

The nomad_measurements.xrd module supports parsing of following vendor-specific file formats:

  • .rasx (Rigaku)
  • .xrdml (Malvern Panalytical)
  • .brml (Bruker)

The nomad_measurements.transmission module supports parsing of following vendor-specific file formats:

  • .asc (generated by Perkin Elmer UV WinLab software)

The nomad_measurements.quantumdesign module supports parsing of following file format:

  • .dat (in the structure of the QuantumDesign)

Getting started

nomad-measurements can be installed from PyPI using pip. Currently we require features in nomad-lab which are not published to PyPI. In order to install these a --index-url needs to be provided:

pip install nomad-measurements --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple

Setting up your OASIS

Read the NOMAD oasis documentation for details on how to add the plugin on your NOMAD instance.

You don't need to modify the nomad.yaml configuration file of your NOMAD instance, because the package is pip installed and all the available modules (entry points) are loaded. To include, instead, only some of the entry points, you need to specify them in the include section of the nomad.yaml. In the following lines, a list of all the available entry points:

plugins:
  include:
    - "nomad_measurements.general:schema_entry_point"
    - "nomad_measurements.xrd:schema_entry_point"
    - "nomad_measurements.xrd.parser:parser_entry_point"
    - "nomad_measurements.transmission:schema_entry_point"
    - "nomad_measurements.transmission:parser_entry_point"
    - "nomad_measurements.quantumdesign:eto_schema"
    - "nomad_measurements.quantumdesign:act_schema"
    - "nomad_measurements.quantumdesign:acms_schema"
    - "nomad_measurements.quantumdesign:eto_parser"
    - "nomad_measurements.quantumdesign:act_parser"
    - "nomad_measurements.quantumdesign:acms_parser"
    - "nomad_measurements.quantumdesign:sequence_parser"

X-ray diffraction ELN allows to generate a nexus .nxs file from the entry data by clicking on Switch To/From HDF5 Results button. This is useful for high-resolution or RSM scans, where the data is large and slows down the interaction with the entry. Once the data is moved to a nexus file, the entry only stores references to it, rather than the data itself, making the ELNs responsive. However, this requires that the plugin is installed with nexus dependencies. When adding this plugin to your oasis, nexus dependencies can be included by adding the following line in the pyproject.toml:

...
dependencies = [
  ...
  "nomad-measurements[nexus]",
]

If the nexus dependencies are not included, the functionality above still works but uses a plain .h5 file rather than a .nxs file.

Development

This code is currently under development and for installing and contributing you should clone the repository:

git clone git@github.com:FAIRmat-NFDI/nomad-measurements.git
cd nomad-measurements

And install the package in editable mode with the development ('dev') dependencies:

pip install -e .[dev] --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nomad_measurements-1.3.4.tar.gz (9.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nomad_measurements-1.3.4-py3-none-any.whl (68.9 kB view details)

Uploaded Python 3

File details

Details for the file nomad_measurements-1.3.4.tar.gz.

File metadata

  • Download URL: nomad_measurements-1.3.4.tar.gz
  • Upload date:
  • Size: 9.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for nomad_measurements-1.3.4.tar.gz
Algorithm Hash digest
SHA256 edebc8c1eda38c45d2e9b99c435d2383715187268ef13be952c0e6b8169ad4d1
MD5 c49f63a0704ea6c24612746f6ba5f65a
BLAKE2b-256 ff99eb042ab7f101d6e91d8a5a886fdb4a0efad952ea80676336cd89988d0163

See more details on using hashes here.

File details

Details for the file nomad_measurements-1.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for nomad_measurements-1.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 13db29b415ce21beec2aa05c3769b0a0e1705a801ca75cb2fbabab6357c53b4c
MD5 15118c1f4c4d50e84d9ede12f8d9c9b5
BLAKE2b-256 946fb98fae7c336b92436c792c25be29019378d3913a868bd4dd49b6b23ed10a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page