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

Fix issue: 405 - improve cubing methods #416

Merged
merged 14 commits into from
May 28, 2024
Merged

Conversation

PabloCorcho
Copy link
Member

This PR includes a new cubing method that incorporates a pixel-rejection step.

@PabloCorcho PabloCorcho self-assigned this May 10, 2024
@PabloCorcho PabloCorcho added the cubing All issues related to the production of Cubes from RSS label May 10, 2024
@PabloCorcho
Copy link
Member Author

This branch is based on the one that includes the DataMask. Once that PR is merged, the only modified file will be cubing.py

@PabloCorcho PabloCorcho marked this pull request as draft May 10, 2024 13:44
@PabloCorcho PabloCorcho marked this pull request as ready for review May 27, 2024 16:40
@PabloCorcho
Copy link
Member Author

This is ready for review and merging!

)
return in_rectangle

def pixel_in_circle(pixel_pos, pixel_size, circle_pos, circle_radius):
Copy link
Member

Choose a reason for hiding this comment

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

Looks OK, but aren't we reinventing photutils?

@PabloCorcho PabloCorcho mentioned this pull request May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cubing All issues related to the production of Cubes from RSS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants