-
Notifications
You must be signed in to change notification settings - Fork 53
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
User defined modelling of the temporal behaviour #30
Comments
I guess we should also think whether we want to do this in C or in Python. |
yes, worth talking about it. Probably we should come up with a convenient parametrisation. If in python then this can be similar to this script, where just linear vertical shift is implemented. However the vector of shifts (translations, rotations) can be of any trajectory. |
If we want to support a C API (or wrappers for other languages as MATLAB) would be the ability to set each parameter as:
Worth having a look at what the CCPPETMR numerical simulation implementation. I suggest to change the current implementation which assumes equal steps to use generic arrays where the value of the parameter at each step is defined. TODO, update these lines:
|
Long term plans - to ensure ability to model dynamic behaviour of phantoms by providing descriptors (vectors for describing the motion). This insures a capability of creating complex motion patterns. Convenient syntax needs to be established. Tentative - a text file with vectors for each object in the model.
The text was updated successfully, but these errors were encountered: