ANTsPy
ANTsPy copied to clipboard
Save regsitration at each iteration
Hi,
I currently have a registration working but I was wondering if there is a way to save the registration at each iteration. I have looked through the registration documentation but could not find an answer.
Thanks
--write-interval-volumes <unsignedIntegerValue>
Writes out the output volume at each iteration. It helps to present the
registration process as a short movie a value of 0 (the default) indicates that
this option should not take placeany value greater than 0 represents the
interval between the iterations which outputs are written to the disk.
<VALUES>: 0
--write-interval-volumes <unsignedIntegerValue> Writes out the output volume at each iteration. It helps to present the registration process as a short movie a value of 0 (the default) indicates that this option should not take placeany value greater than 0 represents the interval between the iterations which outputs are written to the disk. <VALUES>: 0
Sorry where is this in the ANTsPy documentation?
@gdevenyi is referring to the main antsRegistration interface and not through ANTsPy. I'm pretty sure the functionality you're looking for doesn't currently exist in ANTsPy.
Oops apologies I missed this was the antspy repo.