pyushkevich / greedy

Very fast greedy diffeomorphic registration code
GNU General Public License v3.0
59 stars 16 forks source link

save iterations #22

Closed faeze-el closed 3 years ago

faeze-el commented 3 years ago

Good Day, Is it possible to save iterations of a registration algorithm? Simply, I want to see each step.

pyushkevich commented 3 years ago

There are some debug flags that will save certain intermediate files. You need to look at the code in GreedyAPI.cxx to see exactly what the meaning of the saved files is.

On Thu, Feb 11, 2021 at 4:11 AM faeze-el notifications@github.com wrote:

Good Day, Is it possible to save iterations of a registration algorithm? Simply, I want to see each step.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pyushkevich/greedy/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJPEW62TIRQ5GYGVHRF6ALS6ONL7ANCNFSM4XOO2XOQ .

-- Paul A. Yushkevich, Ph.D. Professor of Radiology Penn Image Computing and Science Laboratory University of Pennsylvania Perelman School of Medicine

faeze-el commented 3 years ago

thanks for your reply. It worked. It is -dump-moving flag.