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

[New feature] Register images to union of images extent for mosaic #76

Open
gnthibault opened this issue Oct 16, 2019 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@gnthibault
Copy link
Collaborator

As discussed in the discord, it would be nice to have a feature that would allow to build on the fly, the composited image as a union of the footprint (or extent) of all the previously seen images, in order to enable building mosaic.

Right now, we are using intersection of the footprint(or extent) to build the reconstruction.
To enable this feature, and at the same time, keep computing the average properly on the whole image, we might need to implement a map of image_count, as big as the composite image instead of simple count.

To do so, we might need to use the footprint return value from https://github.com/toros-astro/astroalign/blob/master/astroalign.py#L355

@gnthibault gnthibault self-assigned this Oct 22, 2019
@deufrai deufrai added the enhancement New feature or request label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants