Skip to content

A python library containing a reader and data class for vernier output#218

Open
EdHone wants to merge 2 commits intoMetOffice:mainfrom
EdHone:py-vernier
Open

A python library containing a reader and data class for vernier output#218
EdHone wants to merge 2 commits intoMetOffice:mainfrom
EdHone:py-vernier

Conversation

@EdHone
Copy link

@EdHone EdHone commented Feb 10, 2026

Description

This adds a python library with two classes which enable a user to read vernier output into a VernierData class. This class has a simple filter routine which allows a user to extract the calipers that they are interested in, as well as a simple routine to print the averaged output to a timer.txt-like table.
I've also added an example script which demonstrates the usage of these stuctures, along with some example vernier output data.

Linked issues

Closes # (issue)

Type of change

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • New tests have been added
  • Tests have been modified to accommodate this change

Checklist:

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes, for both debug and optimised builds

@EdHone EdHone marked this pull request as draft February 10, 2026 14:34
@EdHone EdHone self-assigned this Feb 10, 2026
@EdHone EdHone marked this pull request as ready for review February 11, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant