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

Cubenoisenan #140

Closed
wants to merge 3 commits into from
Closed

Cubenoisenan #140

wants to merge 3 commits into from

Conversation

ErikOsinga
Copy link
Contributor

The current implementation of cube_noise is quite slow, and a lot slower than it needs to be for datasets that have planes/channels fully flagged.

This small improvement now checks whether the plane is fully flagged and if so, sets the noise and skymedian to np.nan right away instead of doing a bunch of useless NaN calculations.

This will be particularly important for non-uniform frequency coverage if the users implementation is "simply add NaN channels to make the frequency coverage uniform"

@ErikOsinga
Copy link
Contributor Author

I seem to be not so good with multiple branching yet.. now this branch also includes the commit for #139 ....

@Cameron-Van-Eck
Copy link
Collaborator

Also already merged into dev, so I'm closing the PR (sorry, you're probably getting a bunch of spam in a row from all of these)

@Cameron-Van-Eck Cameron-Van-Eck deleted the cubenoisenan branch December 5, 2024 23:52
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