Running a simulation with pyprismatic, and then running the same simulation but using prismatic CLI on prismatic_gui_params.txt that is saved during the first simulation, produces different results.
I first noticed this because the first simulation had over 30000 probe positions, but the second one only had 100. Comparing the output printed in the terminal when the simulation starts, I find these two differences.
# First simulation with pyprismatic
Simulation parameters:
...
integrationAngleMin = 0
integrationAngleMax = 1e-06
randomSeed = 170908
crop4Damax = 0.1
# Second simulation with prismatic -pf prismatic_gui_params.txt
integrationAngleMin = 0
integrationAngleMax = 0.001
randomSeed = 170908
crop4Damax = 0.0001
I've tried setting integrationAngleMax back to 1e-6 manually, without success.
Running a simulation with pyprismatic, and then running the same simulation but using prismatic CLI on
prismatic_gui_params.txtthat is saved during the first simulation, produces different results.I first noticed this because the first simulation had over 30000 probe positions, but the second one only had 100. Comparing the output printed in the terminal when the simulation starts, I find these two differences.
I've tried setting
integrationAngleMaxback to 1e-6 manually, without success.