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

Can't concatenate by chan when using BDA #107

Open
landmanbester opened this issue Jun 23, 2024 · 0 comments
Open

Can't concatenate by chan when using BDA #107

landmanbester opened this issue Jun 23, 2024 · 0 comments

Comments

@landmanbester
Copy link
Collaborator

When using BDA in the init worker the number of output rows per chunk depends on the highest frequency in the chunk. This means that the grid worker won't be able to concatenate by chan since output chunks will have a different number of rows. The frequency resolution (i.e. the number of imaging bands) is therefore frozen in by the --channels-per-image parameter and no further coarsening in frequency is currently possible. The solution would be to combine the bands in image space but this is not currently implemented. Concatenating by row should still be possible so --integrations-per-image can be used if more and/or smaller chunks are required during initialisation

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