fiji / register_virtual_stack_slices

Fiji package for registering and transforming arbitrarily large sequences of images
https://imagej.net/Register_Virtual_Stack_Slices
GNU General Public License v3.0
18 stars 12 forks source link

Update to point to the new package location of DM3_Reader #5

Closed JonathanCSmith closed 7 years ago

JonathanCSmith commented 7 years ago

Allows Register Virtual Stack Slices to work with .dm3 extension files again (offending spec change is at fiji/IO@9fb67a856742c57814650133715554bdef68e43a)

ctrueden commented 7 years ago

Thanks @JonathanCSmith!

However, it is not enough to simply change the import. The build needs to be updated to depend on the newer version of sc.fiji:IO_.

So I have pushed a commit which updates the POM to the latest version of pom-scijava, which includes the updated IO_ component, along with the necessary import change.

Cheers!