Hello,
I am attempting to fuse images in Big Stitcher through a macro command in headless mode. However, a NullPointerException occurs, pointing to the following line of code in
PreibischLab/multiview-reconstruction/blob/master/src/main/java/net/preibisch/mvrecon/fiji/plugin/fusion/FusionGUI.java
(218) boundingBoxChoice = (Choice)gd.getChoices().lastElement();
I played around with the mvrecon code a little, and it seems like anytime gd.getChoices() (or any method from the generic dialog class) is called, a null pointer exception occurs. Also, this error only occurs in headless mode. Any ideas?
Thanks,
Corey Elowsky