Skip to content

Reader for metronix .ats files#332

Open
kkappler wants to merge 4 commits into
masterfrom
ats
Open

Reader for metronix .ats files#332
kkappler wants to merge 4 commits into
masterfrom
ats

Conversation

@kkappler

@kkappler kkappler commented Apr 3, 2026

Copy link
Copy Markdown
Collaborator

Rough workflow

  • Add test data to mth5_test_data repository here
    • Mayotte data shared by BRGM in this format.
    • MTHotel "NorthernMining" example data
    • This is done in mth5_test_data PR5
  • Following the example of mth5/io/metronix/metronix_metadata.MetronixChannelJSON, create a similar, mt_metadata-based class MetronixRunXML that ingests the xml files. Hopefully we can then have channel metadata generated from this object (together with the filename metadata). The only open source reader we know to get the XML is resistics
  • Following the example of mth5/io/metronix/metronix_atss.ATSS, create a mth5/io/metronix/metronix_ats.ATS that can read the ATS files. Resistics may also be handy for this, btu there is a bit of wrangling to do because of how they handle timestamps.
  • Implement a Collection that can handle ATS files (can follow the Metronix Collection already implemented, but there will be some work here to keep everything clean, while still avoiding duplication of code.
  • Create a test workflow that uses make_mth5 and produces mth5 files.
  • verify with simple time series plots and make a TF to see that things look reasonable

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