Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Umami Umami
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-flavor-tagging-toolsatlas-flavor-tagging-tools
  • algorithmsalgorithms
  • UmamiUmami
  • Merge requests
  • !274

Add track origin selection for input variable plotting

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastien Rettie requested to merge srettie/umami:srettie-add-track-origin-selection into master Nov 26, 2021
  • Overview 13
  • Commits 17
  • Pipelines 13
  • Changes 19

This MR provides the functionality to require a specific track origin when plotting input variables. The default behaviour of plot_input_variables.py does not change, except for appending a suffix _All to the plot name (so the reference image names have also been updated). If desired, the user can now specify a list of track_origins in the configuration file. This will produce a set of plots, one for each track origin specified. Note that the truthOriginLabel variable must be present in the .h5 files used for plotting for this option to work.

The unit tests are currently failing because the x-axis labels are different to the reference plots (they now include the track origin in the x-axis title).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: srettie-add-track-origin-selection