ratt-ru / simms

Creates empty measurement sets using the the CASA simulate tool.
GNU General Public License v2.0
7 stars 8 forks source link

output columns to simulate #38

Closed rdeane closed 7 years ago

rdeane commented 7 years ago

It would be great if simms gives the option of only simulating 1 output column (i.e. DATA), not automatically include MODEL_DATA and CORRECTED_DATA.

SpheMakh commented 7 years ago

Yes, this would be a nice feature, but from a quick glance at the casa simulator tool, it doesn't look its possible.

As a workaround, I could add a flag ('--data-only') that would trigger a casa 'split' task to get only one coulmn and delete the 'original' ms.

rdeane commented 7 years ago

ah, no need - will just do manually. Thanks.