-
Notifications
You must be signed in to change notification settings - Fork 16
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
CASA concat MS error #780
Comments
Firstly, these issues belong on the "new" stimela repo, https://github.com/caracal-pipeline/stimela Secondly, if you use the concat_MS:
command: concat
flavour: casa-task
inputs:
vis:
dtype: List[MS]
required: true
timesort:
dtype: bool
outputs:
concatvis:
dtype: MS
required: true |
Noted. Now should I reply here or create the same issue in the new repo?
Additonaly I've run it this way and it returned a different error
The directory to the vis is correct and it returns a list of MS but the concat command fails to validate it. I was thinking here that it might be the parameter type. In the documentation says that the I didn't find this key type in Stimela documentation. So if this is the case how we can deal with it? |
Show the log higher up please? I want to see what stimela says before this happens. |
It says
...so are you sure you're not passing it an empty list of MSs? Please double-check. |
Here is the full log
|
OK let me try to run it as you. Which machine, directory, virtual environment, stimela command? |
Garfunkel, Virtual environment: /home/samboco/Virtual_enviroments/stimela_env Stimela command |
I get this:
Am I missing a parameter to the recipe? |
Oh, sorry, the files were not there then, but it is fixed now. Please try again... |
Ah ok, I see the problem now. Same as caracal-pipeline/stimela#123, which is fixed. Update stimela to master and try again. |
Did that and then I had a different error
I succeeded to fix the error by installing the module pyyaml for python2.7 which CASA is based on. |
Well done, though I'm a bit surprised this was necessary -- which casa are you running? |
I'm running CASA Version 5.6.0-60 |
well, it runs but then crashes in the 14th scan for some reason...
|
What does |
Ah yes, one of those famous CASA "write error: Success" messages. Too successful for its own good clearly. Are you sure you're not just out of disk quota or something. |
Oh yes, I just checked now, I'm out of disk quota... |
OK I'll bump up your quota, try again in a few munutes. |
Okay, thank you. |
I wrote a Stimela recipe step to concatenate scans using the task concat from CASA, but I'm having a SyntaxError, which I need help understanding how to fix; please advise ...
Here is the cab
and recipe step
The text was updated successfully, but these errors were encountered: