A plugin for NOMAD containing base sections for material processing.
Project description
NOMAD's Measurements Plugin
This is a plugin for NOMAD which contains base sections for materials science measurements.
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 plugin documentation for all details on how to deploy the plugin on your NOMAD instance.
You need to modify the nomad.yaml
configuration file of your NOMAD instance.
To include, for example, the XRD plugin you need to add the following lines: .
plugins:
include:
- 'parsers/nomad_measurements/xrd'
options:
parsers/nomad_measurements/xrd:
python_package: nomad_measurements.xrd.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]
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
Hashes for nomad_measurements-0.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 722e8259fccb56c96b2ad9828a8154ca0c51ce14efe26617cc1875979c5e9de1 |
|
MD5 | ac17b963a85610c6667e5828767764d8 |
|
BLAKE2b-256 | 8f6a23c93167882251d2ddbe38942873380d43b567334dc5461223db3f1dd1d4 |