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

Progresswriterfix #106

Closed tpietzsch closed 8 years ago

tpietzsch commented 8 years ago

Create BDV windows with a non-null ProgressWriter (required to make BDV movie recording dialogs work). The ProgressWriter is obtained by IOFunctions.getProgressWriter() which returns ProgressWriterConsole or ProgressWriterIJ depending on the IOFunctions.printIJLog flag.

Use BigDataViewer.open() instead of deprecated fixes.

This PR also bumps the pom-fiji parent version to pull in newest BDV and spim_data dependencies.

StephanPreibisch commented 8 years ago

Thanks @tpietzsch!!