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

wsclean - delete items before moving #191

Closed
tjgalvin opened this issue Nov 27, 2024 · 1 comment
Closed

wsclean - delete items before moving #191

tjgalvin opened this issue Nov 27, 2024 · 1 comment

Comments

@tjgalvin
Copy link
Owner

In some circumstances the in memory temporary file system (the ramdisk) is used during wsclean in order to lighten the load on the larger filesystem. This is done through a context manager.

When the scope of the context manager is terminated, files in a watch directory are copied to a final location. It is only once the files have been copied are they examined while cleaning up. This cleaning up should be done while the data are still in memory.

Similarly, if fits cubes are being created from any subband images, these could be created and then moved.

@tjgalvin tjgalvin changed the title wsclean - delete items both moving wsclean - delete items before moving Nov 27, 2024
@tjgalvin
Copy link
Owner Author

tjgalvin commented Dec 4, 2024

This was done in #192

@tjgalvin tjgalvin closed this as completed Dec 4, 2024
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