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

Detector and Parameters #11

Open
5 of 6 tasks
CFGrote opened this issue Apr 27, 2020 · 1 comment
Open
5 of 6 tasks

Detector and Parameters #11

CFGrote opened this issue Apr 27, 2020 · 1 comment
Assignees

Comments

@CFGrote
Copy link
Contributor

CFGrote commented Apr 27, 2020

  • Construct: calculator = Detector(parameters=..., ...)
  • Copy construct calculator2 = calculator(parameters=new_parameters, ...)
  • calculator.dump(fname="...")
  • Resurrect: calculator = Detector(dumpfile=...)
  • perform a simulation: calculator = Detector(parameters=..., ...)
  • get handle on data data = calculator.data
@shervin86
Copy link
Contributor

The syntax has been changed a bit and evolved significantly from this first design.
The Issue is closed with library version 1.1.1.
@CFGrote if you are ok, this issue can be closed.

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

2 participants