We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The Grid2D::binBunch method bins particles on the x-y axis by default:
Grid2D::binBunch
PyORBIT3/src/spacecharge/Grid2D.cc
Lines 113 to 115 in 709a5cc
but also allows specifying the axis:
Line 120 in 709a5cc
However, Grid3D::binBunch bins coordinates only on the x-y-z axis:
Grid3D::binBunch
PyORBIT3/src/spacecharge/Grid3D.cc
Line 308 in 709a5cc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Grid2D::binBunch
method bins particles on the x-y axis by default:PyORBIT3/src/spacecharge/Grid2D.cc
Lines 113 to 115 in 709a5cc
but also allows specifying the axis:
PyORBIT3/src/spacecharge/Grid2D.cc
Line 120 in 709a5cc
However,
Grid3D::binBunch
bins coordinates only on the x-y-z axis:PyORBIT3/src/spacecharge/Grid3D.cc
Line 308 in 709a5cc
The text was updated successfully, but these errors were encountered: