// Quick LLSM Data processing and viewing tools. // De-skew Dialog.create("Detection Angle") Dialog.addMessage("Input angle of detection (degrees, relative to sample plane)") Dialog.addNumber("theta = ", 50) Dialog.show() theta = Dialog.getNumber() x = cos(theta); y = 1; z = sin(theta);