add reduction MKN463 and PGN1630+377 (but no POL60 for PGN)

This commit is contained in:
Thibault Barnouin
2021-06-01 12:25:48 +02:00
parent b39c80d59d
commit f4cc4f1f24
18 changed files with 35 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
Observation data
Instrument : FOC
Proposal ID : 5960
Target name : MKN 463
Dataset : X2RP030

View File

@@ -0,0 +1,5 @@
Observation data
Instrument : FOC
Proposal ID : 6618
Target name : PGN1630+377
Dataset : X39510

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

View File

@@ -42,9 +42,25 @@ def main():
# 'x43w0109r_c0f.fits', 'x43w0203r_c0f.fits', 'x43w0206r_c0f.fits'] # 'x43w0109r_c0f.fits', 'x43w0203r_c0f.fits', 'x43w0206r_c0f.fits']
# globals()['plots_folder'] = "../plots/CygnusA_x43w0/" # globals()['plots_folder'] = "../plots/CygnusA_x43w0/"
globals()['data_folder'] = "../data/3C109_x3mc010/" # globals()['data_folder'] = "../data/3C109_x3mc010/"
infiles = ['x3mc0101m_c0f.fits','x3mc0102m_c0f.fits','x3mc0103m_c0f.fits'] # infiles = ['x3mc0101m_c0f.fits','x3mc0102m_c0f.fits','x3mc0103m_c0f.fits']
globals()['plots_folder'] = "../plots/3C109_x3mc010/" # globals()['plots_folder'] = "../plots/3C109_x3mc010/"
globals()['data_folder'] = "../data/PGN1630377_x39510/"
infiles = ['x3990201m_c0f.fits', 'x3990205m_c0f.fits', 'x3995101r_c0f.fits',
'x3995105r_c0f.fits', 'x3995109r_c0f.fits', 'x3995201r_c0f.fits',
'x3995205r_c0f.fits', 'x3990202m_c0f.fits', 'x3990206m_c0f.fits',
'x3995102r_c0f.fits', 'x3995106r_c0f.fits', 'x399510ar_c0f.fits',
'x3995202r_c0f.fits','x3995206r_c0f.fits']
globals()['plots_folder'] = "../plots/PGN1630377_x39510/"
# globals()['data_folder'] = "../data/MKN463_x2rp030/"
# infiles = ['x2rp0201t_c0f.fits', 'x2rp0203t_c0f.fits', 'x2rp0205t_c0f.fits',
# 'x2rp0207t_c0f.fits', 'x2rp0302t_c0f.fits', 'x2rp0304t_c0f.fits',
# 'x2rp0306t_c0f.fits', 'x2rp0202t_c0f.fits', 'x2rp0204t_c0f.fits',
# 'x2rp0206t_c0f.fits', 'x2rp0301t_c0f.fits', 'x2rp0303t_c0f.fits',
# 'x2rp0305t_c0f.fits', 'x2rp0307t_c0f.fits']
# globals()['plots_folder'] = "../plots/MKN463_x2rp030/"
## Reduction parameters ## Reduction parameters
# Deconvolution # Deconvolution
@@ -57,7 +73,7 @@ def main():
iterations = 5 iterations = 5
# Error estimation # Error estimation
error_sub_shape = (100,100) error_sub_shape = (100,100)
display_error = False display_error = True
# Data binning # Data binning
rebin = True rebin = True
if rebin: if rebin:
@@ -66,17 +82,17 @@ def main():
rebin_operation = 'sum' #sum or average rebin_operation = 'sum' #sum or average
# Alignement # Alignement
align_center = 'image' #If None will align image to image center align_center = 'image' #If None will align image to image center
display_data = False display_data = True
# Smoothing # Smoothing
smoothing_function = 'gaussian' #gaussian or combine smoothing_function = 'combine' #gaussian or combine
smoothing_FWHM = 2 #If None, no smoothing is done smoothing_FWHM = None #If None, no smoothing is done
smoothing_scale = 'pixel' #pixel or arcsec smoothing_scale = 'pixel' #pixel or arcsec
# Rotation # Rotation
rotate = False #rotation to North convention can give erroneous results rotate = False #rotation to North convention can give erroneous results
rotate_library = 'scipy' #scipy or pillow rotate_library = 'scipy' #scipy or pillow
# Polarization map output # Polarization map output
figname = '3C109_FOC' #target/intrument name figname = 'PGN1630+377_FOC' #target/intrument name
figtype = '_gaussian_FWHM2' #additionnal informations figtype = '' #additionnal informations
SNRp_cut = 3 #P measurments with SNR>3 SNRp_cut = 3 #P measurments with SNR>3
SNRi_cut = 30 #I measurments with SNR>30, which implies an uncertainty in P of 4.7%. SNRi_cut = 30 #I measurments with SNR>30, which implies an uncertainty in P of 4.7%.
step_vec = 1 #plot all vectors in the array. if step_vec = 2, then every other vector will be plotted step_vec = 1 #plot all vectors in the array. if step_vec = 2, then every other vector will be plotted