Skip to content

Replacing TextPanel with FileWriter for ouput of txt files

Latest
Compare
Choose a tag to compare
@hansenjn hansenjn released this 31 Jul 16:47

New

With the previous version there were still problems to run the plugin in headless mode, since MotiQ used the ij.text.TextPanel to create output text files and save them. However the TextPanel needs a graphical interface, even when it is not displayed. In the new version, a new method has been implemented to save output files that uses java.io.FileWriter, which reduces memory and time for writing and outputing text files and avoids the need of a graphical interface. This should improve the issue mentioned in #3.