imagej / imagej-itk

ITK integration for ImageJ
Other
8 stars 3 forks source link

SimpleItk -> Itk #6

Closed bnorthan closed 9 years ago

bnorthan commented 9 years ago

Use 'Itk' instead of 'SimpleItk'

ctrueden commented 9 years ago

Thanks @bnorthan! You are really going to hate me now, but... in SciJava/ImageJ2 we decided to use all caps for acronyms—e.g., TIFFFormat not TiffFormat. So all classes with Itk in the name should actually be ITK. Unfortunately, just renaming them like that might cause major problems on case-insensitive filesystems; historically Git has not behaved well with such case-only renames on those platforms. So, I guess we can address it "later but soon"...