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

Allow inclusion of higher order modes #7

Open
wants to merge 2 commits into
base: conmodel
Choose a base branch
from

Conversation

SSingh087
Copy link

  • separate evaluation of l, m
  • if if_hom True calculation wrt l = m = 2 mode

* separate evaluation of l, m
* if `if_hom` True calculation wrt l = m = 2 mode
@@ -195,7 +209,13 @@ def __init__(

# generate fiducial waveform
f_lo = self.kmin[ifo] * self.df[ifo]

if is_hom:
Copy link
Owner

Choose a reason for hiding this comment

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

This seems a bit artificial here. Is there a reason this can't be set from the config file rather than hard coding the relation? There may be times we don't want to truncate at the same time for example.

Copy link
Author

Choose a reason for hiding this comment

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

Yes, indeed this can be set from the config file directly and was not required for this case

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

Successfully merging this pull request may close these issues.

2 participants