Add MKN3 observation studied by Dr. Kishimoto for comparison

This commit is contained in:
Thibault Barnouin
2021-06-05 12:39:29 +02:00
parent 3a086e57e3
commit fbfe85fcb6
18 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
Observation data
Instrument : FOC
Proposal ID : 6702
Target name : MKN3
Dataset : X3MD010

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -70,9 +70,14 @@ def main():
# infiles = ['x3nl0101r_c0f.fits','x3nl0102r_c0f.fits','x3nl0103r_c0f.fits'] # infiles = ['x3nl0101r_c0f.fits','x3nl0102r_c0f.fits','x3nl0103r_c0f.fits']
# globals()['plots_folder'] = "../plots/MKN3_x3nl010/" # globals()['plots_folder'] = "../plots/MKN3_x3nl010/"
globals()['data_folder'] = "../data/MKN78_x3nl020/" globals()['data_folder'] = "../data/MKN3_x3md010/"
infiles = ['x3nl0201r_c0f.fits','x3nl0202r_c0f.fits','x3nl0203r_c0f.fits'] # infiles = ['x3md0101r_c0f.fits', 'x3md0102r_c0f.fits', 'x3md0103r_c0f.fits']
globals()['plots_folder'] = "../plots/MKN78_x3nl020/" infiles = ['x3md0104r_c0f.fits', 'x3md0105r_c0f.fits', 'x3md0106r_c0f.fits']
globals()['plots_folder'] = "../plots/MKN3_x3md010/"
# globals()['data_folder'] = "../data/MKN78_x3nl020/"
# infiles = ['x3nl0201r_c0f.fits','x3nl0202r_c0f.fits','x3nl0203r_c0f.fits']
# globals()['plots_folder'] = "../plots/MKN78_x3nl020/"
## Reduction parameters ## Reduction parameters
# Deconvolution # Deconvolution
@@ -85,7 +90,7 @@ def main():
iterations = 10 iterations = 10
# Error estimation # Error estimation
error_sub_shape = (75,75) error_sub_shape = (75,75)
display_error = False display_error = True
# Data binning # Data binning
rebin = True rebin = True
if rebin: if rebin:
@@ -94,16 +99,16 @@ 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_after' #gaussian_after, gaussian or combine smoothing_function = 'combine' #gaussian_after, 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 = 'arcsec' #pixel or arcsec
# Rotation # Rotation
rotate = True #rotation to North convention can give erroneous results rotate = True #rotation to North convention can give erroneous results
# Polarization map output # Polarization map output
figname = 'MKN78_FOC' #target/intrument name figname = 'MKN3_2_FOC' #target/intrument name
figtype = '_gaussian_after_FWHM2_rot' #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