You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #2 we've found there's a high memory requirement in a single step - generating the PSF.
One possible workaround for this is to run this step separately in a short job on a high memory node. This should be easily achievable by running tclean twice:
tclean(..., niter=0, calcpsf=True) on a high memory node to generate the PSF and primary beam
tclean(...,niter=X, calcpsf=False) for imaging the rest of the data.
In #2 we've found there's a high memory requirement in a single step - generating the PSF.
One possible workaround for this is to run this step separately in a short job on a high memory node. This should be easily achievable by running tclean twice:
See tclean docs: https://casadocs.readthedocs.io/en/v6.5.6/api/tt/casatasks.imaging.tclean.html.
The full fix would also require tweaking slurm scripts in order to introduce dependencies etc.
The text was updated successfully, but these errors were encountered: