ANTsPy icon indicating copy to clipboard operation
ANTsPy copied to clipboard

Save regsitration at each iteration

Open johnrr2305 opened this issue 4 years ago • 4 comments

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

johnrr2305 avatar Jan 17 '22 11:01 johnrr2305

     --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

gdevenyi avatar Jan 17 '22 15:01 gdevenyi

     --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?

johnrr2305 avatar Jan 17 '22 16:01 johnrr2305

@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.

ntustison avatar Jan 17 '22 16:01 ntustison

Oops apologies I missed this was the antspy repo.

gdevenyi avatar Jan 17 '22 16:01 gdevenyi