A plugin for NOMAD containing base sections for measurements.
Project description
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, beacuse 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"
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nomad_measurements-1.3.0.tar.gz.
File metadata
- Download URL: nomad_measurements-1.3.0.tar.gz
- Upload date:
- Size: 9.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb871f76cf358c86b6ff3ed70483da03a0df6c1dd84096f301dc3798d902d51f
|
|
| MD5 |
20178f37877a9dc9b2626a85402889a9
|
|
| BLAKE2b-256 |
876d0a27e0e3368eb977c89fec888efbf41c66c2b984df743f8e29b61bc78129
|
File details
Details for the file nomad_measurements-1.3.0-py3-none-any.whl.
File metadata
- Download URL: nomad_measurements-1.3.0-py3-none-any.whl
- Upload date:
- Size: 64.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23547545d94528c60538bd4a78259cae055d252c7f5878b2f1441d1bca769832
|
|
| MD5 |
eb39339e5a2ac73b4e0f241a6939400e
|
|
| BLAKE2b-256 |
adf9cb5d8c9c52b6d24a0a9346466e2af87601d464944a991e46572b81fb4e25
|