cyriltasse / DynSpecMS

0 stars 3 forks source link

Blank dynamic spec for source far from phase centre #21

Closed zhangxiang-planet closed 1 year ago

zhangxiang-planet commented 1 year ago

When I use DynspecMS on a source ~10 deg away from the phase centre, I get blank (all elements are zero) dynamic spec. The W and W2 images are blank, too. The same happens to the OFF pointings.

A few notes:

  1. The elevation of the source is relatively low (compared to previous observations where DynSpecMS worked perfectly). Phase centre at ~40 deg elevation, source at ~30 deg.
  2. We observed with 64 channels per SB with NenuFAR. That's different from our usual setting (12 averaged channels, edge channels flagged).
  3. No error message popped up during DynSpecMS processing.
  4. I've made images with columns KMS_SUB and DDF_PREDICT. Both images look fine.

Here is the script. Any suggestions? dynspec.txt

cyriltasse commented 1 year ago

Weird - can you show the log file?

zhangxiang-planet commented 1 year ago

Sure. I didn't find a log file generated by DynSpecMS, so I re-ran the script and copied the screen output below: dynspecms_output.txt

zhangxiang-planet commented 1 year ago

Hi Cyril. I think I've found the reason for the issue: I didn't set uvrange in my dynspecms script.

I assumed the default would be no limit; however, the default limit was [1, 1000] in km, which is a bit high for NenuFAR... For this NenuFAR dataset, all the remote MAs were manually flagged, while all the core baselines got flagged by the uvrange limit. So there was no visibility left, and I got the empty dynamic spectra.

I am using --uv=0.067,1000 and it works now.

cyriltasse commented 1 year ago

Perfect, thanks!