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

Automate finding vanadium for MARI #321

Open
Pasarus opened this issue Oct 3, 2024 · 0 comments
Open

Automate finding vanadium for MARI #321

Pasarus opened this issue Oct 3, 2024 · 0 comments
Assignees

Comments

@Pasarus
Copy link
Member

Pasarus commented Oct 3, 2024

Having had a discussion with our contact on MARI, we came to the conclusion that it may be possible to go find the latest vanadium run, by checking the title for "van", "30mev", and "50hz". The latest run with those in the title should be our vanadium run to use for processing data. Maintain a default using the current value that is set manually. This would have worked for the following:

cycle_24_1: 29526
cycle_24_2: 29680
cycle_24_3: 29895

Example psuedo/python code:

if "van" in title.lower() and "30mev" in title.lower() and "50hz" in title.lower() and experiment_number is None:
    # Is latest vanadium run
@Pasarus Pasarus self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant