Code Monkey home page Code Monkey logo

Comments (3)

julien-seitz avatar julien-seitz commented on June 23, 2024 1

Hi, yes that would absolutely be sufficient for me.

from ecal.

hannemn avatar hannemn commented on June 23, 2024

Hi @julien-seitz ,
thanks for the bug report. When providing the measurement root path (location of *.ecalmeas) to meas cutter, it technically invokes at some point the eCAL HDF5 API that recursively opens all *.hdf5 files in the subfolders like PC1, PC2, etc. But from API perspective the opened becomes shown and abstracted as one single big measurement. It means that the folder structure as well as in particular the folder names, where the hdf5 files has been orginally recorded are not exposed by eCAL HDF5 API and therefore the information is also not visible for the user or in your case the ecal meas cutter. For this reason we introduced this very generic named "MEASUREMENT_CONVERTER" folder, where we just save the entire hdf5 output in one single flat structure.

On short notice I can offer you that we fix the location of ecalmeas file as well as the doc folder. So that we end up with something like this:

Measurement Folder

  • doc
  • MEASUREMENT_CONVERTER
    • *.hdf5
  • *.ecalmeas

Let me know if this is already sufficiant in your case.

Due to the reasons that I described above, reflecting the sub folder names in the convertered output will require changes in the architecture how we load folder structures of hdf5 files, either inside meas cutter or even in eCAL HDF5.

from ecal.

hannemn avatar hannemn commented on June 23, 2024

Folder structure of meas cutter has been aligned as discussed.

from ecal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.