Skip to content
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

Merged
merged 11 commits into from
Oct 19, 2023
Merged

update parameters.py #4397

merged 11 commits into from
Oct 19, 2023

Conversation

WuShichao
Copy link
Contributor

@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.

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.")
Copy link
Member

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.

description="Coalescence time (s).")
dtype=float, default=None, label=r"$t_c$ (s)",
description="Coalescence time (s) in "
"geocentric/SSB/LISA coords.")
Copy link
Member

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.

Copy link
Member

@ahnitz ahnitz left a 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.

@WuShichao WuShichao requested a review from ahnitz July 9, 2023 12:49
@WuShichao
Copy link
Contributor Author

@ahnitz Poke :)

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.")
Copy link
Member

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.

Copy link
Contributor Author

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahnitz Poke ;)

@WuShichao WuShichao requested a review from ahnitz July 11, 2023 15:15
@WuShichao
Copy link
Contributor Author

@ahnitz Also, do not forget this PR, so we need to merge the plugin PR and this one, then frame transform module PR.

@WuShichao WuShichao merged commit e8f0b82 into gwastro:master Oct 19, 2023
33 checks passed
@WuShichao WuShichao deleted the add_parameters branch October 19, 2023 15:08
PRAVEEN-mnl pushed a commit to PRAVEEN-mnl/pycbc that referenced this pull request Nov 3, 2023
* update parameters.py

* fix cc issue

* Update parameters.py

* Update parameters.py

* fix cc issues

* Update parameters.py
maxtrevor pushed a commit to maxtrevor/pycbc that referenced this pull request Dec 11, 2023
* update parameters.py

* fix cc issue

* Update parameters.py

* Update parameters.py

* fix cc issues

* Update parameters.py
bhooshan-gadre pushed a commit to bhooshan-gadre/pycbc that referenced this pull request Mar 4, 2024
* update parameters.py

* fix cc issue

* Update parameters.py

* Update parameters.py

* fix cc issues

* Update parameters.py
lpathak97 pushed a commit to lpathak97/pycbc that referenced this pull request Mar 13, 2024
* update parameters.py

* fix cc issue

* Update parameters.py

* Update parameters.py

* fix cc issues

* Update parameters.py
acorreia61201 pushed a commit to acorreia61201/pycbc that referenced this pull request Apr 4, 2024
* update parameters.py

* fix cc issue

* Update parameters.py

* Update parameters.py

* fix cc issues

* Update parameters.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants