-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
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
update parameters.py #4397
update parameters.py #4397
Conversation
pycbc/waveform/parameters.py
Outdated
dtype=float, default=0., label=r"$\alpha$", | ||
description="Right ascension (rad).") | ||
dtype=float, default=0., label=r"$\alpha$", | ||
description="Right ascension (rad) in geocentric coords.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't make sense to say that ra/dec are in geocentric coordinates. They are uniquely defined, so there is no extra coordinate freedom.
pycbc/waveform/parameters.py
Outdated
description="Coalescence time (s).") | ||
dtype=float, default=None, label=r"$t_c$ (s)", | ||
description="Coalescence time (s) in " | ||
"geocentric/SSB/LISA coords.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WuShichao Looking at this, I'd take out reference here to coordinates systems generally. I think it's going to end up being confusing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See minor request, once that is taken care of this can be merged.
@ahnitz Poke :) |
pycbc/waveform/parameters.py
Outdated
delta_tc = Parameter("delta_tc", dtype=float, | ||
label=r"$\Delta t_c~(\rm{s})$", | ||
description="Coalesence time offset.") | ||
description="Coalesence time offset in " + | ||
"a certain coordinate system.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop 'in a certain coordinate system'. I don't think that adds any clarification.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahnitz Yeah, that makes sense. I have removed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahnitz Poke ;)
@ahnitz Also, do not forget this PR, so we need to merge the plugin PR and this one, then frame transform module PR. |
* update parameters.py * fix cc issue * Update parameters.py * Update parameters.py * fix cc issues * Update parameters.py
* update parameters.py * fix cc issue * Update parameters.py * Update parameters.py * fix cc issues * Update parameters.py
* update parameters.py * fix cc issue * Update parameters.py * Update parameters.py * fix cc issues * Update parameters.py
* update parameters.py * fix cc issue * Update parameters.py * Update parameters.py * fix cc issues * Update parameters.py
* update parameters.py * fix cc issue * Update parameters.py * Update parameters.py * fix cc issues * Update parameters.py
@ahnitz According to your good suggestion, I separated parts of the code from #4289 as separated PRs, this PR updates several parameter names for LISA.