Metadata-Version: 2.1
Name: suitcase-nomad-camels-hdf5
Version: 0.3.1
License: BSD (3-clause)
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: event-model>=1.8.0
Requires-Dist: suitcase-utils
Requires-Dist: h5py>=3.7.0
Requires-Dist: databroker>=1.2.5
Requires-Dist: bluesky>=1.8.3
Requires-Dist: ophyd>=1.6.4
Requires-Dist: PySide6>=6.5.1

# suitcase.nomad_camels_hdf5

This is a suitcase subpackage for the hdf5 Output of NOMAD CAMELS.

## Installation

```
pip install suitcase-nomad-camels-hdf5
```



# Changelog

## 0.3.1
Improved the NOMAD identifier for samples, user and instruments

## 0.3.0
Refactored the way metadata of instruments is saved.

## 0.2.2
Bug that would create datasets at the instruments with too high length fixed.

## 0.2.1
Fixed bug with fits

## 0.2.0
Features:
- Added virtual datasets of measured data in instruments, resembling the NeXus standard more closely.
- More metadata for measured channels.

Fixes:
- Now correctly saving the variable signal also after run.


## 0.1.4
Fixed saving of string data.

## 0.1.3
Fixes:
- Fixed issue with empty data, this is now caught.
- can now save named tuples as they come from ophyd devices or camel's variable signal

## 0.1.2
Fixed issue with dots in paths

## 0.1.1
Added CAMELS plots to export function

## 0.1.0
Initial release
