transientskp / old-aartfaac-imaging-pipeline

AARTFAAC Imaging Pipeline
0 stars 0 forks source link

AARTFAAC QC tests #23

Open hsuyeep opened 9 years ago

hsuyeep commented 9 years ago

This is a placeholder list of possible QC tests for AARTFAAC images. These might be different from those applicable to LOFAR images due to several reasons:

From the AARTFAAC meeting of 29Jul15, the following tests were suggested:

ycendes commented 9 years ago

Sooooo, fun stuff, I've been working on this issue today and have made some progress. I now have a script that can take an AARTFAAC imag from the directory @hsuyeep put on struis (that is a few minutes long) and spit out the ones with an RMS value that's greater than a given threshold. (If you look at the RMS of all the images first, most are normal and will have an RMS in the 1-2 range- whatever that means without a flux scale- so after toying around with it I arrived at the very scientific cutoff of saying all images > 2.) And lo and behold, every single one of these images that gets put on the list has a strong RFI source in the upper right hand quadrant of the image (not sure but I think this means it's an RFI source in the northeast?), which you can see in the attached image. ALL images with an RMS > 2 have this source!

I will add the script for this to the AARTFAAC tools in the next few days, there's still a (hopefully minor) bug that needs to be squashed before I do so to make sure we are getting all the images. But hey, it's a nice start! ds9

ycendes commented 9 years ago

Script is now debugged, and is available here: https://github.com/transientskp/aartfaac-tools/blob/master/rms-check.py