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

when plotting, update metadata from tiled if run is active #186

Open
prjemian opened this issue Nov 29, 2023 · 1 comment
Open

when plotting, update metadata from tiled if run is active #186

prjemian opened this issue Nov 29, 2023 · 1 comment
Labels
task routine work
Milestone

Comments

@prjemian
Copy link
Contributor

When fields are selected for plotting and the run is active (which means it is the last run in the database and the run had not stop document, meaning it was still measuring), then update the run's metadata from the tiled server.

Calling the run's .request_from_tiled_server() method will do the update and reset the additional structures to be refreshed from the tiled server.

@prjemian prjemian added the task routine work label Nov 29, 2023
@prjemian prjemian added this to the v1.0 milestone Nov 29, 2023
@prjemian
Copy link
Contributor Author

Logic for that activity would go here:

self.selected.emit(action, self.tableView.model().plotFields())

The code needs the RunMetadata object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task routine work
Projects
Status: No status
Development

No branches or pull requests

1 participant