I'm using the FIDASIM-2.0.0, when using the prefida for inputs through python, I set the beam grid as defult
"basic_bgrid = fs.utils.beam_grid(nbi,250.0)", but the error happened:
""nx"has the weong type of "
I don't know why this happen, but in the python script I changed the type:
"basic_bgrid['nx'] = int(basic_bgrid['nx'])
basic_bgrid['ny'] = int(basic_bgrid['ny'])
basic_bgrid['nz'] = int(basic_bgrid['nz'])"
This worked, but spectra and weight function changed, the intensity of FIDA, BES, and halo became stronger except for bremsstrahlung. Is this a bug or my setting si wrong?
Dear FIDASIM team,
I'm using the FIDASIM-2.0.0, when using the prefida for inputs through python, I set the beam grid as defult "basic_bgrid = fs.utils.beam_grid(nbi,250.0)", but the error happened: ""nx"has the weong type of"
I don't know why this happen, but in the python script I changed the type:
"basic_bgrid['nx'] = int(basic_bgrid['nx'])
basic_bgrid['ny'] = int(basic_bgrid['ny'])
basic_bgrid['nz'] = int(basic_bgrid['nz'])"
This worked, but spectra and weight function changed, the intensity of FIDA, BES, and halo became stronger except for bremsstrahlung. Is this a bug or my setting si wrong?
Thanks in advance for your response!