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
First, I thought it was a bit weird that cube_split wasn't included in the default list - I had to add it.
Then, I changed wsclean to tclean.
I've been running into a wide variety of problems:
frocc seems to overwrite the .frocc_default_config.template file on each run rather than respecting the local one
tclean fails with errors like:
cube_tclean-64461335-1.err
25: listing = glob(f"{conf.env.dirVis}/*{conf.env.markerChannel}*")
26:AttributeError: 'NoneType' object has no attribute 'dirVis'
There are a few other issues I've managed to debug by digging into the source code (e.g., the frequency range has to be specified in MHz), but it would be helpful to have a little more guidance on the treatment of config files.
The text was updated successfully, but these errors were encountered:
I'm trying to run
frocc
on some ALMA data, since I can't get tclean's native parallel mode to work.I have a lot of setup questions that I don't see in the docs and can't quite figure out by inspecting the source code.
I'm running commands like this one:
First, I thought it was a bit weird that
cube_split
wasn't included in the default list - I had to add it.Then, I changed
wsclean
totclean
.I've been running into a wide variety of problems:
frocc
seems to overwrite the.frocc_default_config.template
file on each run rather than respecting the local onetclean
fails with errors like:There are a few other issues I've managed to debug by digging into the source code (e.g., the frequency range has to be specified in MHz), but it would be helpful to have a little more guidance on the treatment of config files.
The text was updated successfully, but these errors were encountered: