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

Analysis Globals #6

Open
philipstarkey opened this issue Jul 10, 2014 · 3 comments
Open

Analysis Globals #6

philipstarkey opened this issue Jul 10, 2014 · 3 comments

Comments

@philipstarkey
Copy link
Member

Original report (archived issue) by Philip Starkey (Bitbucket: pstarkey, GitHub: philipstarkey).


Currently in the dual-species lab at Monash, we have some analysis globals. These globals are stored, and edited in runmanager because we have no other option. These globals however, are completely decoupled from the experiment, and really shouldn't be there.

I propose that we provide a new pane in lyse to edit analysis globals; that is, parameters which are frequently edited and used by analysis scripts. These globals would be stored in a separate h5 file.

This then makes lyse follow the same architecture as runmanager/labscript, and allows for asynchronous (or post-hoc) modification of the analysis globals. Of course, these globals should be saved along with the script, in the h5 file, when the anlaysis is run.

@philipstarkey
Copy link
Member Author

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Hm, ok, and analysis globals won't need to have expansions or anything like that - they're just values.

I'll see how easy this is to do once I'm writing the qt port anyway, liststores full of python values saved to h5 files will be fresh in my mind from having just ported runmanager, so it probably will be trivial to implement given I'll be knee deep in that anyway. But no guarantee. You can fudge a similar effect without runmanager currently by having an 'analysis' script that saves 'results': and store your globals there.

But it would be nice to have this in a gui and automatically populate a namespace for you.

@philipstarkey
Copy link
Member Author

Original comment by Jan Werkmann (Bitbucket: PhyNerd, GitHub: PhyNerd).


After 3 years this is still relevant. We are doing the runmanager hack as well and I'd very much like to get rid of it.

@philipstarkey
Copy link
Member Author

Original comment by David Meyer (Bitbucket: dihm, GitHub: dihm).


Giving this another small bump. We recently hit this limitation fairly hard in our lab as well. We have been using the runmanager hack but would really like to move away from it.

Is there something subtle that make it hard to implement a simpler version of the runmanager globals system in lyse? At first glance I can imagine it being a little hard to decide when to save the globals to the h5 file since the gui allows (even encourages) multiple analysis files to a shot, that can be run in arbitrary order an arbitrary number of times. Saving the same set of globals multiple times to a shot can lead to a lot of h5 file bloat.

Loki27182 pushed a commit to Loki27182/lyse that referenced this issue Oct 9, 2023
Added an object lyse.routine_storage

Approved-by: Philip Starkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant