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
It looks like when all_eigs=False, add_rn_eig_jump randomly changes either the gamma or amplitude of each psr's RN:
all_eigs=False
add_rn_eig_jump
QuickCW/QuickCW/QuickMTHelpers.py
Line 692 in b565a71
I think it is intended to pick a pulsar to perturb randomly.
With that said, we may be only using it with all_eigs=True right now.
all_eigs=True
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It looks like when
all_eigs=False
,add_rn_eig_jump
randomly changes either the gamma or amplitude of each psr's RN:QuickCW/QuickCW/QuickMTHelpers.py
Line 692 in b565a71
I think it is intended to pick a pulsar to perturb randomly.
With that said, we may be only using it with
all_eigs=True
right now.The text was updated successfully, but these errors were encountered: