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

No option to load parameter file from memory #72

Closed
ViktorvdValk opened this issue Oct 5, 2020 · 2 comments
Closed

No option to load parameter file from memory #72

ViktorvdValk opened this issue Oct 5, 2020 · 2 comments
Assignees

Comments

@ViktorvdValk
Copy link
Collaborator

It is not possible to load a transform parameter file directly from memory, the file has to be save to a .txt file first before it can be read and given to elastix. See example notebook 11.

@dzenanz
Copy link
Member

dzenanz commented Sep 12, 2023

Has this been fixed over the last 3 years?

@N-Dekker
Copy link
Collaborator

Has this been fixed over the last 3 years?

Thanks for asking, @dzenanz, I think the answer is yes 😄

With ElastixRegistrationMethod::SetInitialTransformParameterObject, added earlier this year by:

(TransformixFilter has a similar member function, SetTransformParameterObject, for a few years already.)

A ParameterObject basically has the content of a parameter file in memory.

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

3 participants