ANTsX / ANTs

Advanced Normalization Tools (ANTs)
Apache License 2.0
1.18k stars 381 forks source link

ANTs functions/commands equivalent to those of FSL #1168

Closed sj-choi closed 3 years ago

sj-choi commented 3 years ago

It would be great to know ANTs functions/commands equivalent to those available in FSL in a table. It might expedite migration from FSL to ANTs more time/effort-efficiently.

I like ImageMath in ANTs. It replaces many FSL commands that I am familiar with.

Where could I get a list of ANTs functions/commands for FSL-equivalents like: fslreorient2std, fslswapdim, fslorient, fslcpgeom, etc.

Thank you.

ntustison commented 3 years ago

It would be great to know ANTs functions/commands equivalent to those available in FSL in a table. It might expedite migration from FSL to ANTs more time/effort-efficiently.

This would be a great pull request. I don't think many, if any, of the major developers use FSL extensively so you would have to put together such a list yourself.

gdevenyi commented 3 years ago

My experience is that ANTs doesn't cover the full range of features covered by FSL or minc-toolkit, though what it does cover it does better.

sj-choi commented 3 years ago

Thanks for your feedbacks.