fiji / SPIM_Registration

Deprecated, instead check out: https://github.com/preibischLab/multiview-reconstruction & https://github.com/PreibischLab/BigStitcher
GNU General Public License v2.0
23 stars 22 forks source link

Add support for SlideBook6 SLD file image loader #109

Closed RichardMyers closed 7 years ago

StephanPreibisch commented 7 years ago

Hi @RichardMyers, this looks great. Just a few issues, there should not be any changes to LightSheetZ1MetaData.java, LightSheetZ1.java, and ImgLib2Temp.java ... or should there? Thanks, Stephan

RichardMyers commented 7 years ago

Hey @StephanPreibisch , I just pushed my change to remove the dependency on Java3d. Using AffineTransform3D appears to be what I should have used in the first place.

I also (hopefully) correctly rolled back my changes to LightSheetZ1MetaData.java, LightSheetZ1.java, and ImgLib2Temp.java. They were changed by a bad merge caused by my old fashion Perforce thinking. :-)

Hopefully this now makes it possible to include the SLD reader without conflicts.

StephanPreibisch commented 7 years ago

Yes, that worked fine ... also Maven is happy with it. Thanks!