In [1]:
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_7225_I.png')
Out[1]:
In [2]:
Image(filename='3c273_7225_Q.png')
Out[2]:
In [3]:
Image(filename='3c273_7225_U.png')
Out[3]:
In [4]:
Image(filename='3c273_7225_V.png')
Out[4]:
In [5]:
### Linearly Polarized intensity image ####
Image(filename='3c273_7225_PI.png')
Out[5]:
In [6]:
### linear polarizated percentage calculated with the TT plot   ###
###  It is found to be ~10% for 3C273                           ###
Image(filename='TT-PI.png')
Out[6]:
In [7]:
### instrumental polarizated percentage (or V) calculated with the TT plot   ###
###  The instrumental polarization is found to be ~4.7% for 3C273            ###
Image(filename='TTV.png')
Out[7]:
In [ ]: