hughbg / leda_analysis_2016

LEDA Radiometry data processing for 21cm global signal - calibration and RFI flagging.
0 stars 2 forks source link

Add a zoom feature to the waterfall plot script #4

Open hughbg opened 6 years ago

hughbg commented 6 years ago

So we can look close at specific frequency ranges or time intervals in the waterfall plots. Also look at TV channel signals.

hughbg commented 6 years ago

It's possible to zoom into a plot created by matplotlib and displayed on the screen, which applies to all the plots generated by the Python scripts. However the zoom does not increase the resolution of what you are looking at, it just zooms the existing image.

Low priority.

jaycedowell commented 6 years ago

9742aef does something like this. Is that what you were envisioning?

hughbg commented 6 years ago

Yes it will improve the waterfall plots as a way of quick assessment. The plot_ds9.py script was created for looking at data at high resolution, because we can use the functionality of DS9 if we can generate a FITS file of the waterfall plot. This only allows viewing of 1 antenna at a time though.