In [2]:
from IPython.display import Image

###### All images are produced by NOD3 ################
###### This is used to show the I, Q, U, V images #####
Image(filename='3c273_7208_I.png')
Out[2]:
In [4]:
Image(filename='3c273_7208_Q.png')
Out[4]:
In [5]:
Image(filename='3c273_7208_U.png')
Out[5]:
In [6]:
Image(filename='3c273_7208_V.png')
Out[6]:
In [7]:
### Linearly Polarized intensity image ####
Image(filename='3c273_7208_PI.png')
Out[7]:
In [9]:
### linear polarizated percentage calculated with the TT plot   ###
###  It is found to be ~8.2% for 3C273                           ###
Image(filename='TT-PI.png')
Out[9]:
In [10]:
### instrumental polarizated percentage (or V) calculated with the TT plot   ###
###  The instrumental polarization is found to be ~2.3% for 3C273            ###
Image(filename='TTV.png')
Out[10]:
In [ ]: