Skip to content

Uninformative error message selfcal #39

Description

@IrisdeRuiter

Running selfcalibration on an ATCA/BIGCAT observation like below

nohup dstools-selfcal --no-interactive ATCA_obs.ms/ &

returns the following error message

ERROR    2026-03-06 09:07:26 - dstools.cli.selfcal - This MS has not been split with .to_nspws()

This is likely due to the spectral windows not being combined in the provided measurement set. Error message should show something like 'combine spectral windows before proceeding', or try to combine spectral windows itself with something like:

mstransform(                  
    vis='ATCA_obs.ms',              
    combinespws=True,         
    datacolumn="all",         
    spw="0~14",             
    outputvis='ATCA_obs_combined.ms',    
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions