3dgeo-heidelberg / helios

http://uni-heidelberg.de/helios
Other
181 stars 43 forks source link

Abnormal Simulated Intensity Values #452

Open NanBlanc opened 3 months ago

NanBlanc commented 3 months ago

Hi 3DGeo team, I just tried the current dev version of HELIOS++ (GitHash: 4d50c542) and figured out that intensity values return are abnormal (ranging from 0.0001 to 0.0007) compared to expected ones (around 500, depending of the setup)

Here are the graphs of the values distributions from the same simulation : wrong Using current dev version of HELIOS++ (v2) (GitHash: 4d50c542)

right Using current stable version of HELIOS++ v1.3.0 (GitHash: 79df55e8)

Also in the current dev version (v2), the argument --version still returns HELIOS_1.3.0_REL_pybind_dynBoost, you might want to change it to avoid confusions

albertoesmp commented 3 months ago

Dear @NanBlanc, thank you very much for your observation. We are currently working on alternative energy models, which is why you get different results. If you want to use the dev branch with the old energy model, run with the --legacyEnergyModel flag to enable it.

NanBlanc commented 3 months ago

Thanks @albertoesmp, i will stick to the stable one until you release a stable for the new energy models :)