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

Well log viewer - Specify log run in plot config #2444

Open
Anders2303 opened this issue Feb 13, 2025 · 0 comments
Open

Well log viewer - Specify log run in plot config #2444

Anders2303 opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request well-log-viewer

Comments

@Anders2303
Copy link
Collaborator

Currently, the plots in a track is only configured using the curve name; this means that if you have the same curve across multiple well-log, the well log viewer will pick the first instance of the curve it finds across the sets. It makes sense to allow users to render different curves, so this should be changed.

Proposed changes:

  • Add logName/logName2 (or just log) to the TemplatePlot config
    • Sidenote, at this point, should we not just make it so TemplatePlot has a associatedCurve: TemplatePlot prop, instead of using all the "2" props?
  • Make it so the various track menus to support specifying a log
  • Have the rendered tracks show source well-log somehow, some ideas are:
    • One option is to show it as a hover tool-tip, but videx does not exposes this as on option
    • Add a prefix to the curve name (potentially only if multiple variants exist?)
    • Make default track title be the log name
@Anders2303 Anders2303 added enhancement New feature or request well-log-viewer labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request well-log-viewer
Projects
None yet
Development

No branches or pull requests

1 participant