Elena Pascal
Elena Pascal
I found that bit confusing as well. I think in one version of the code it is doing a scattering step before the scattering loop. I think it would make...
The MC code could definitely use some structure. You could try to make it a common kernel and expose the exit conditions. What I mean is that the difference, as...
I wonder if removing the `$` in reads from ln 1303 and 1313 in EMsoftLib\local.f90.in would fix it, if someone has a Windows build and wants to try it
Until the fix for this goes upstream, you can go round not using the config file at all. If you 1. Remove the json config file. This way all programs...
Sorry, I wasn't too explicit. You have to rename the `.template` to `.nml.` And also add the correct info in the nml file. `.template` is the example for the `.nml`...
Nice! The output is a h5 file. But yeah all the nice visual tools are in IDL.
Actually I think the IDL scripts are not in the nightly binary builds, or I can't see them. @marcdegraef would be able to answer if the[ IDL scripts](https://github.com/EMsoft-org/EMsoft/tree/develop/IDL/pro) play nicely...
Hi, I think this is partly related to [this discussion](https://groups.google.com/g/emsoft-users/c/be8RwtqgTsE). The black band indicates where the intensity cuts off on the detector (due to geometry) and it should just be...
Rather than not working it seems to not exist in the binary folder. 1) Are there any binaries in the folder? 2) Does ls | grep init return anything? 3)...
I'm glad some progress happened. The program is not found now because you did not tell bash the full address to it. Bash is not looking in all user folders...