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

Issue in enterprise/enterprise/signals/selections.py for CHIME-O-Grav #392

Open
alyssacassity opened this issue Aug 13, 2024 · 1 comment

Comments

@alyssacassity
Copy link
Contributor

Issue for CHIME combination in enterprise/enterprise/signals/selections.py , starting line 118:

def nanograv_backends(backend_flags):
    """Selection function to split by NANOGRav backend flags only."""
    flagvals = np.unique(backend_flags)
    ngb = ["ASP", "GASP", "GUPPI", "PUPPI", "YUPPI"]
    flagvals = [val for val in flagvals if any([b in val for b in ngb])]
    return {val: backend_flags == val for val in flagvals}

Need to add in "CHIME" in line 121:
ngb = ["ASP", "GASP", "GUPPI", "PUPPI", "YUPPI", "CHIME"]

@alyssacassity
Copy link
Contributor Author

Cannot setup ECORR for CHIME without fix

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

No branches or pull requests

1 participant