-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi there,
I tried to run kMS on some Meerkat data (only 2 mins scan) and I found that if I set the TChunk parameter smaller than the targeted data itself, then there will be en error message complaining about not finding data column (as shown below)

I've tried with different TChunk length and it seems as long as this parameter is smaller than the data, then this error will occur. Currently I'm using a large TChunk and everything is fine, but I can see this becoming a problem e.g. when working on some science targets with long scans.
FYI, the command I used are:
kMS.py --MSName="../../msdir/1579141864_sdp_l0.POLCALIBRATED.ms" --FieldID=17 --SolverType=KAFCA --PolMode=Scalar --BaseImageName=image_DI_Clustered.DeeperDeconv --dt 5 --NCPU 96 --OutSolsName DD0 --NChanSols 20 --InCol CORRECTED_DATA --TChunk 5 --BeamModel FITS --FITSParAngleIncDeg 0.5 --FITSFile='/localwork/feng/data/widefield_pol/fgao/beam-model/meerkat_pb_jones_cube_95channels_$(xy)_$(reim).fits' --CenterNorm 1 --FITSFeed xy --FITSFeedSwap 1 --ApplyPJones 1 --FlipVisibilityHands 1 --NChanBeamPerMS 20
Thank you ~