Skip to content

Differences between pyprismatic metadata and saved parameter file #85

Description

@thomasaarholt

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions