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
casa_concat embedded in the transform worker has some limitations, the most important is that it cannot concatenate SPWs of different sizes.
Another property is that 'If concatvis already exists (e.g., it is the same as the first input data set), then the other input data sets will be appended to the concatvis data set.'
Within the transform worker the latter is not necessarily what the user wants (and it can easily generate errors because of the previous point), hence I suggest to add a keyword to delete previously existing files or not. This can be added here:
casa_concat embedded in the transform worker has some limitations, the most important is that it cannot concatenate SPWs of different sizes.
Another property is that 'If concatvis already exists (e.g., it is the same as the first input data set), then the other input data sets will be appended to the concatvis data set.'
Within the transform worker the latter is not necessarily what the user wants (and it can easily generate errors because of the previous point), hence I suggest to add a keyword to delete previously existing files or not. This can be added here:
caracal/caracal/workers/transform_worker.py
Lines 338 to 381 in 346405b
The text was updated successfully, but these errors were encountered: