Skip to content

Commit bd5c92e

Browse files
lukaspieatomprobe-tcmkuehbach
authored
prepare v0.11.1 (#688)
Co-authored-by: mkuehbach <markus.kuehbach@physik.hu-berlin.de> Co-authored-by: Markus Kühbach <mkuehbach@users.noreply.github.com>
1 parent bd4f1e7 commit bd5c92e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ message:
44
If you use this software, please cite it using the
55
metadata from this file.
66
type: software
7-
version: 0.11.0
7+
version: 0.11.1
88
authors:
99
- given-names: Sherjeel
1010
family-names: Shabih

docs/learn/pynxtools/multi-format-reader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ Here, `key` is the config dict key (e.g., `"/ENTRY[my-entry]/data/data"`) and pa
266266

267267
The same wildcard notation can also be used within a name to repeat entries with different names (e.g., field_*{my, name, etc} is converted into three keys with * replaced by my, name, etc, respectively). As an example, for multiple lenses and their voltage readouts, one could write:
268268
```json
269-
"LENS_EM[lens_*{A,B,Foc}]": {
269+
"ELECTROMAGNETIC_LENS[lens_*{A,B,Foc}]": {
270270
"name": "*",
271271
"voltage": "@attrs:metadata/file/Lens:*:V",
272272
"voltage/@units": "V"
273273
},
274274
```
275-
which would write `NXlens_em` instances named `lens_A`, `lens_B`, and `lens_Foc`.
275+
which would write `NXelectromagnetic_lens` instances named `lens_A`, `lens_B`, and `lens_Foc`.
276276

277277
- **Required fields in optional groups**: There will sometimes be the situation that there is an optional NeXus group in an application definition, that (if implemented) requires some sub-element. As an example, for the instrument's energy resolution, the only value expected to come from a data source is the `resolution`, whereas other fields are hardcoded.
278278
```json

src/pynxtools/nexus-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2024.02-1989-gc0f643ac
1+
v2024.02-1990-gb4acce96

0 commit comments

Comments
 (0)