Closed Athanaseus closed 2 years ago
This likely means you don't have a SIGMA_SPECTRUM column (or possibly MODEL_DATA?). Could you please check?
Yeah you are tight no SIGMA_SPECTRUM just SIGMA.
In [3]: t.colnames()
Out[3]:
['UVW',
'FLAG',
'FLAG_CATEGORY',
'WEIGHT',
'SIGMA',
'ANTENNA1',
'ANTENNA2',
'ARRAY_ID',
'DATA_DESC_ID',
'EXPOSURE',
'FEED1',
'FEED2',
'FIELD_ID',
'FLAG_ROW',
'INTERVAL',
'OBSERVATION_ID',
'PROCESSOR_ID',
'SCAN_NUMBER',
'STATE_ID',
'TIME',
'TIME_CENTROID',
'DATA',
'WEIGHT_SPECTRUM',
'MODEL_DATA',
'BITFLAG',
'BITFLAG_ROW',
'CORRECTED_DATA',
'HOTPOT_MODEL_DATA',
'CORRECTED_HOTSPOT_DATA',
'CAL_HOTSPOT_MODEL_DATA',
'CORRECTED_RES_DATA']
So in this case, you may want to use WEIGHT_SPECTRUM instead. QuartiCal has two different, mutually exclusive weight parameters. input_ms.sigma_column
will recompute the weights from a SIGMA
or SIGMA_SPECTRUM
style column, whereas input_ms.weight_column
will simply use the specified column directly. Just depends on what you have available.
Oh, and for reference, this message:
2022-05-23 09:49:12 | WARNING | reads:_group_datasets | Ignoring 'FLAG_CATEGORY': Unable to infer shape of column 'FLAG_CATEGORY' due to:
'Table DataManager error: Invalid operation: TSM: no array in row 0 of column FLAG_CATEGORY in /home/ramaila/working/PicA/msdir/PicA-PictorA-avg_corr.ms/table.f18'
is not the error. It is just a warning emitted by dask-ms
. It means that although the column is present in your data, it is empty and cannot be read. Nothing to worry about.
Closing for now - the error message was correct, but I may make it clearer at some point.
Describe the bug After installing the main branch, running
goquartica
l give below error.Config description (if applicable)
To Reproduce goquartical f_slope.yml
Screenshots
Version Ubuntu-20.04 Quartical-0.1.1 Python3.8