Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify flsimulate metadata handling #188

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Apr 22, 2020

  1. Remove digitization references

    Digitization will be handled in a separate module, so remove direct
    (and not working!) digitzation references.
    drbenmorgan committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1812f41 View commit details
    Browse the repository at this point in the history
  2. Always store metadata in output sim file

    Remove flsimulates's ability to write metadata to anything other then
    the output data file. This avoids ambiguity and complexity in storing
    and understanding this data later on.
    
    Replace separate file output with new command line program
    `brio_file_dumper`. This dumps the metadata in an input brio file
    to stdout in multiproperties format, allowing redirection to file if
    required.
    drbenmorgan committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    fd3c533 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete booleans

    drbenmorgan committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    4a5e257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94d542d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbda696 View commit details
    Browse the repository at this point in the history