Temp imaging directories for chunked imaging handling#246
Merged
low-sky merged 7 commits intoPhangsTeam:masterfrom Aug 20, 2025
Merged
Temp imaging directories for chunked imaging handling#246low-sky merged 7 commits intoPhangsTeam:masterfrom
low-sky merged 7 commits intoPhangsTeam:masterfrom
Conversation
25e96c0 to
bebe996
Compare
Collaborator
Author
|
Update: the temp directory fixes various issues with running multiple CASA instances in the same directory. |
thomaswilliamsastro
approved these changes
Aug 8, 2025
akleroy
approved these changes
Aug 20, 2025
Collaborator
akleroy
left a comment
There was a problem hiding this comment.
Seems reasonable and worked on LGLBS - I would say merge and if we run into more issues we'll hammer them out.
Collaborator
Author
|
Just to note: this is very useful for cluster processing and what we should adopt whenever running multiple jobs in parallel. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement temp dirs when imaging in chunks to avoid overlapping casa temp products.
I'm hitting issues with the filesystem I'm running this on where the casa temporary gridding and weight products are interacting between the separate jobs running each chunk (since the processing is all in the same directory).