Add diluted integrated values on display

This commit is contained in:
Thibault Barnouin
2021-06-04 15:13:11 +02:00
parent 42f33e99ad
commit 0c57e0ed1c
52 changed files with 21 additions and 4 deletions

View File

@@ -88,10 +88,10 @@ def main():
smoothing_FWHM = 0.10 #If None, no smoothing is done
smoothing_scale = 'arcsec' #pixel or arcsec
# Rotation
rotate = False #rotation to North convention can give erroneous results
rotate = True #rotation to North convention can give erroneous results
# Polarization map output
figname = 'NGC1068_FOC' #target/intrument name
figtype = '_gaussian_after_FWHM010' #additionnal informations
figtype = '_gaussian_after_FWHM010_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