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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, during galaxy centering we calculate the median velocity of the galaxy center
rubix/rubix/galaxy/alignment.py
Line 52 in 6c50c05
But some simulation contain information about the velocity of the galaxy, for example in Illustris the SubhaloVel.
center_galaxy
center_velocity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, during galaxy centering we calculate the median velocity of the galaxy center
rubix/rubix/galaxy/alignment.py
Line 52 in 6c50c05
But some simulation contain information about the velocity of the galaxy, for example in Illustris the SubhaloVel.
TODO
center_galaxy
function take an optionalcenter_velocity
parameter: If given, use it, else calculate median velocityThe text was updated successfully, but these errors were encountered: