Skip to content
Snippets Groups Projects
Commit 2296fbb5 authored by Simon Wittl's avatar Simon Wittl
Browse files

typo u -> v

parent db7a06c3
No related branches found
No related tags found
No related merge requests found
[project]
name = "h5schemas"
version = "0.1.14"
version = "0.1.15"
description = "Add your description here"
readme = "README.md"
authors = [
......
......@@ -28,7 +28,7 @@ def add_detector_sample(
dst.resize((dst.shape[0] + 1,))
dst[-1,] = detector_image_dimensions_px[1]
dst = h5_file["pixel_pitch_mm/v"]
dst = h5_file["pixel_pitch_mm/u"]
dst.resize((dst.shape[0] + 1,))
dst[-1,] = pixel_pitch_mm[0]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment