Roll back IQU=0 for pol > 1, test multiple smoothings with nan handling

This commit is contained in:
Thibault Barnouin
2021-06-15 11:27:59 +02:00
parent a259bbc0c4
commit b0ecc47361
32 changed files with 20 additions and 4 deletions

View File

@@ -102,11 +102,11 @@ def main():
smoothing_FWHM = 1.00 #If None, no smoothing is done
smoothing_scale = 'arcsec' #pixel or arcsec
# Rotation
rotate_stokes = False #rotation to North convention can give erroneous results
rotate_stokes = True #rotation to North convention can give erroneous results
rotate_data = False #rotation to North convention can give erroneous results
# Polarization map output
figname = '3C405_FOC' #target/intrument name
figtype = '_combine_FWHM100' #additionnal informations
figtype = '_combine_FWHM100_rot' #additionnal informations
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%.
step_vec = 1 #plot all vectors in the array. if step_vec = 2, then every other vector will be plotted