! Started logfile: J0832+1040_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:48:55 2016 obs J0832+1040_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0832+1040_S_2014_06_09_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688889 visibilities/baseline/integration-bin. ! Found source: J0832+1040 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 11532 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0832+1040_S_2014_06_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.870958Jy sigma=0.010247 ! Fit after self-cal, rms=0.842725Jy sigma=0.009941 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.818 mas, bmaj=6.958 mas, bpa=-5.608 degrees ! Estimated noise=836.742 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.119917 Jy ! Component: 100 - total flux cleaned = 0.147335 Jy ! Total flux subtracted in 100 components = 0.147335 Jy ! Clean residual min=-0.004801 max=0.009970 Jy/beam ! Clean residual mean=0.000025 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.147336 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.147336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075354Jy sigma=0.000833 ! Fit after self-cal, rms=0.075348Jy sigma=0.000833 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104443 Jy ! Component: 100 - total flux cleaned = 0.0155465 Jy ! Total flux subtracted in 100 components = 0.0155465 Jy ! Clean residual min=-0.004019 max=0.004544 Jy/beam ! Clean residual mean=0.000014 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.162882 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.162882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073259Jy sigma=0.000811 ! Fit after self-cal, rms=0.073256Jy sigma=0.000811 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.501 mas, bmaj=8.155 mas, bpa=-4.934 degrees ! Estimated noise=566.698 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00517883 Jy ! Component: 100 - total flux cleaned = 0.00772635 Jy ! Component: 150 - total flux cleaned = 0.00917896 Jy ! Component: 200 - total flux cleaned = 0.0100307 Jy ! Total flux subtracted in 200 components = 0.0100307 Jy ! Clean residual min=-0.003295 max=0.005883 Jy/beam ! Clean residual mean=0.000014 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.172913 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 44 components and 0.172913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072817Jy sigma=0.000808 ! Fit after self-cal, rms=0.072824Jy sigma=0.000808 ! Inverting map ! Added new window around map position (11.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00539235 Jy ! Component: 100 - total flux cleaned = 0.00822849 Jy ! Component: 150 - total flux cleaned = 0.0101152 Jy ! Component: 200 - total flux cleaned = 0.0109615 Jy ! Total flux subtracted in 200 components = 0.0109615 Jy ! Clean residual min=-0.002636 max=0.002793 Jy/beam ! Clean residual mean=0.000008 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.183874 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 94 components and 0.183874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072401Jy sigma=0.000803 ! Fit after self-cal, rms=0.072360Jy sigma=0.000802 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.84 HN 0.95 KP 1.03 ! LA 1.20 MK 0.96 NL 0.99 OV 1.00 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.01 KP 1.02 ! LA 1.11 MK 0.99 NL 1.07 OV 1.03 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.16 HN 1.02 KP 0.92 ! LA 0.89 MK 1.05 NL 0.99 OV 0.97 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 0.88 ! LA 0.86 MK 1.02 NL 1.08 OV 1.02 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.072360Jy sigma=0.000802 ! Fit after self-cal, rms=0.069403Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=8.155 mas, bpa=-4.826 degrees ! Estimated noise=566.173 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135737 Jy ! Component: 100 - total flux cleaned = 0.00190363 Jy ! Component: 150 - total flux cleaned = 0.00210891 Jy ! Component: 200 - total flux cleaned = 0.00223595 Jy ! Total flux subtracted in 200 components = 0.00223595 Jy ! Clean residual min=-0.001793 max=0.001806 Jy/beam ! Clean residual mean=0.000000 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.18611 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 118 components and 0.18611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069366Jy sigma=0.000779 ! Fit after self-cal, rms=0.069361Jy sigma=0.000779 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069361Jy sigma=0.000779 ! Fit after self-cal, rms=0.069203Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.497 mas, bmaj=8.157 mas, bpa=-4.816 degrees ! Estimated noise=565.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000523493 Jy ! Component: 100 - total flux cleaned = 0.000501836 Jy ! Component: 150 - total flux cleaned = 0.000440672 Jy ! Component: 200 - total flux cleaned = 0.000385833 Jy ! Total flux subtracted in 200 components = 0.000385833 Jy ! Clean residual min=-0.001796 max=0.001642 Jy/beam ! Clean residual mean=0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.186496 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.186496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069189Jy sigma=0.000777 ! Fit after self-cal, rms=0.069190Jy sigma=0.000777 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.60766e-05 Jy ! Component: 100 - total flux cleaned = -4.04287e-05 Jy ! Component: 150 - total flux cleaned = -8.60865e-05 Jy ! Component: 200 - total flux cleaned = -0.000127298 Jy ! Total flux subtracted in 200 components = -0.000127298 Jy ! Clean residual min=-0.001793 max=0.001633 Jy/beam ! Clean residual mean=0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.186369 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 147 components and 0.186369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069183Jy sigma=0.000777 ! Fit after self-cal, rms=0.069182Jy sigma=0.000777 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069182Jy sigma=0.000777 ! Fit after self-cal, rms=0.069124Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.496 mas, bmaj=8.161 mas, bpa=-4.826 degrees ! Estimated noise=565.048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.92494e-05 Jy ! Component: 100 - total flux cleaned = 6.84099e-05 Jy ! Component: 150 - total flux cleaned = 4.1093e-05 Jy ! Component: 200 - total flux cleaned = 3.27592e-06 Jy ! Total flux subtracted in 200 components = 3.27592e-06 Jy ! Clean residual min=-0.001753 max=0.001622 Jy/beam ! Clean residual mean=0.000001 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.186372 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 154 components and 0.186372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069118Jy sigma=0.000777 ! Fit after self-cal, rms=0.069118Jy sigma=0.000777 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.94174e-05 Jy ! Component: 100 - total flux cleaned = -6.71651e-05 Jy ! Component: 150 - total flux cleaned = -8.93578e-05 Jy ! Component: 200 - total flux cleaned = -0.000121455 Jy ! Total flux subtracted in 200 components = -0.000121455 Jy ! Clean residual min=-0.001749 max=0.001608 Jy/beam ! Clean residual mean=0.000001 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.186251 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 158 components and 0.186251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069115Jy sigma=0.000777 ! Fit after self-cal, rms=0.069114Jy sigma=0.000777 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069114Jy sigma=0.000777 ! Fit after self-cal, rms=0.069076Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.686 mas, bmaj=13.66 mas, bpa=-9.842 degrees ! Estimated noise=687.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000232341 Jy ! Component: 100 - total flux cleaned = -0.000287717 Jy ! Component: 150 - total flux cleaned = -0.000346427 Jy ! Component: 200 - total flux cleaned = -0.000387723 Jy ! Total flux subtracted in 200 components = -0.000387723 Jy ! Clean residual min=-0.001687 max=0.001763 Jy/beam ! Clean residual mean=0.000003 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.185863 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 166 components and 0.185863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069074Jy sigma=0.000777 ! Fit after self-cal, rms=0.069074Jy sigma=0.000777 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.53918e-05 Jy ! Component: 100 - total flux cleaned = 1.914e-05 Jy ! Component: 150 - total flux cleaned = 6.34928e-06 Jy ! Component: 200 - total flux cleaned = -2.39547e-05 Jy ! Total flux subtracted in 200 components = -2.39547e-05 Jy ! Clean residual min=-0.001674 max=0.001760 Jy/beam ! Clean residual mean=0.000003 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.185839 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 172 components and 0.185839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069074Jy sigma=0.000777 ! Fit after self-cal, rms=0.069073Jy sigma=0.000777 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.496 mas, bmaj=8.166 mas, bpa=-4.838 degrees ! Estimated noise=564.553 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.496 x 8.166 at -4.838 degrees (North through East) ! Clean map min=-0.001688 max=0.15738 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.809 mas, bmaj=6.948 mas, bpa=-5.413 degrees ! Estimated noise=832.765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.119255 Jy ! Component: 100 - total flux cleaned = 0.146926 Jy ! Component: 150 - total flux cleaned = 0.157988 Jy ! Component: 200 - total flux cleaned = 0.164034 Jy ! Total flux subtracted in 200 components = 0.164034 Jy ! Clean residual min=-0.003417 max=0.003846 Jy/beam ! Clean residual mean=0.000012 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.164034 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.164034 Jy ! Inverting map and beam ! Estimated beam: bmin=3.496 mas, bmaj=8.166 mas, bpa=-4.838 degrees ! Estimated noise=564.553 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00675473 Jy ! Component: 100 - total flux cleaned = 0.011 Jy ! Component: 150 - total flux cleaned = 0.0139345 Jy ! Component: 200 - total flux cleaned = 0.0160412 Jy ! Total flux subtracted in 200 components = 0.0160412 Jy ! Clean residual min=-0.001843 max=0.001880 Jy/beam ! Clean residual mean=0.000005 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.180075 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 85 components and 0.180075 Jy ! Inverting map ! Added new window around map position (-98.5, -85.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183611 Jy ! Component: 100 - total flux cleaned = 0.00318696 Jy ! Component: 150 - total flux cleaned = 0.00428754 Jy ! Component: 200 - total flux cleaned = 0.00520166 Jy ! Total flux subtracted in 200 components = 0.00520166 Jy ! Clean residual min=-0.001637 max=0.001501 Jy/beam ! Clean residual mean=0.000002 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.185277 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 127 components and 0.185277 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.686 mas, bmaj=13.66 mas, bpa=-9.842 degrees ! Estimated noise=687.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000970812 Jy ! Component: 100 - total flux cleaned = 0.00138707 Jy ! Component: 150 - total flux cleaned = 0.00155536 Jy ! Component: 200 - total flux cleaned = 0.0016652 Jy ! Total flux subtracted in 200 components = 0.0016652 Jy ! Clean residual min=-0.001431 max=0.001421 Jy/beam ! Clean residual mean=0.000003 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.186942 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.28447e-05 Jy ! Component: 100 - total flux cleaned = 0.000127739 Jy ! Component: 150 - total flux cleaned = 0.000169162 Jy ! Component: 200 - total flux cleaned = 0.000182258 Jy ! Total flux subtracted in 200 components = 0.000182258 Jy ! Clean residual min=-0.001442 max=0.001431 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.187124 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 194 components and 0.187124 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.496 mas, bmaj=8.166 mas, bpa=-4.838 degrees ! Estimated noise=564.553 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.97519e-06 Jy ! Component: 100 - total flux cleaned = 7.05047e-05 Jy ! Component: 150 - total flux cleaned = 0.000162943 Jy ! Component: 200 - total flux cleaned = 0.000180336 Jy ! Total flux subtracted in 200 components = 0.000180336 Jy ! Clean residual min=-0.001571 max=0.001499 Jy/beam ! Clean residual mean=0.000001 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.187304 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 214 components and 0.187304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069050Jy sigma=0.000777 ! Fit after self-cal, rms=0.069045Jy sigma=0.000777 wmodel J0832+1040_S_2014_06_09_pus_map.mod ! Writing 214 model components to file: J0832+1040_S_2014_06_09_pus_map.mod wobs J0832+1040_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0832+1040_S_2014_06_09_pus_uvs.fits wwins J0832+1040_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J0832+1040_S_2014_06_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000505783 Jy ! Component: 100 - total flux cleaned = -0.000555076 Jy ! Component: 150 - total flux cleaned = -0.000577499 Jy ! Component: 200 - total flux cleaned = -0.000620533 Jy ! Component: 250 - total flux cleaned = -0.000559312 Jy ! Component: 300 - total flux cleaned = -0.000480754 Jy ! Component: 350 - total flux cleaned = -0.0004051 Jy ! Component: 400 - total flux cleaned = -0.000331339 Jy ! Component: 450 - total flux cleaned = -0.000241178 Jy ! Component: 500 - total flux cleaned = -0.00020575 Jy ! Component: 550 - total flux cleaned = -0.000171359 Jy ! Component: 600 - total flux cleaned = -0.000121733 Jy ! Component: 650 - total flux cleaned = -0.000138188 Jy ! Component: 700 - total flux cleaned = -0.000154084 Jy ! Component: 750 - total flux cleaned = -0.000138624 Jy ! Component: 800 - total flux cleaned = -0.000169141 Jy ! Component: 850 - total flux cleaned = -0.000198954 Jy ! Component: 900 - total flux cleaned = -0.000198889 Jy ! Component: 950 - total flux cleaned = -0.000199124 Jy ! Component: 1000 - total flux cleaned = -0.000241959 Jy ! Component: 1050 - total flux cleaned = -0.000227767 Jy ! Component: 1100 - total flux cleaned = -0.000241329 Jy ! Component: 1150 - total flux cleaned = -0.000241454 Jy ! Component: 1200 - total flux cleaned = -0.000214995 Jy ! Component: 1250 - total flux cleaned = -0.000228305 Jy ! Component: 1300 - total flux cleaned = -0.000215475 Jy ! Component: 1350 - total flux cleaned = -0.000228111 Jy ! Component: 1400 - total flux cleaned = -0.000190267 Jy ! Component: 1450 - total flux cleaned = -0.000140789 Jy ! Component: 1500 - total flux cleaned = -0.000153147 Jy ! Component: 1550 - total flux cleaned = -0.000140993 Jy ! Component: 1600 - total flux cleaned = -0.000105192 Jy ! Component: 1650 - total flux cleaned = -0.000116968 Jy ! Component: 1700 - total flux cleaned = -0.000151566 Jy ! Component: 1750 - total flux cleaned = -0.000174201 Jy ! Component: 1800 - total flux cleaned = -0.000196765 Jy ! Component: 1850 - total flux cleaned = -0.000252757 Jy ! Component: 1900 - total flux cleaned = -0.000274824 Jy ! Component: 1950 - total flux cleaned = -0.000351571 Jy ! Component: 2000 - total flux cleaned = -0.000394912 Jy ! Component: 2050 - total flux cleaned = -0.000480898 Jy ! Component: 2100 - total flux cleaned = -0.00051277 Jy ! Component: 2150 - total flux cleaned = -0.000565655 Jy ! Component: 2200 - total flux cleaned = -0.000596993 Jy ! Component: 2250 - total flux cleaned = -0.000658883 Jy ! Component: 2300 - total flux cleaned = -0.000679259 Jy ! Component: 2350 - total flux cleaned = -0.000719738 Jy ! Component: 2400 - total flux cleaned = -0.0007196 Jy ! Component: 2450 - total flux cleaned = -0.00072942 Jy ! Component: 2500 - total flux cleaned = -0.00074904 Jy ! Component: 2550 - total flux cleaned = -0.000758717 Jy ! Component: 2600 - total flux cleaned = -0.000806864 Jy ! Component: 2650 - total flux cleaned = -0.000806899 Jy ! Component: 2700 - total flux cleaned = -0.000854273 Jy ! Component: 2750 - total flux cleaned = -0.000873031 Jy ! Component: 2800 - total flux cleaned = -0.000854469 Jy ! Component: 2850 - total flux cleaned = -0.000900838 Jy ! Component: 2900 - total flux cleaned = -0.000955829 Jy ! Component: 2950 - total flux cleaned = -0.000937628 Jy ! Component: 3000 - total flux cleaned = -0.000982652 Jy ! Component: 3050 - total flux cleaned = -0.000955786 Jy ! Component: 3100 - total flux cleaned = -0.00102675 Jy ! Component: 3150 - total flux cleaned = -0.00107071 Jy ! Component: 3200 - total flux cleaned = -0.0010707 Jy ! Component: 3250 - total flux cleaned = -0.00108803 Jy ! Component: 3300 - total flux cleaned = -0.00111382 Jy ! Component: 3350 - total flux cleaned = -0.00115659 Jy ! Component: 3400 - total flux cleaned = -0.00117359 Jy ! Component: 3450 - total flux cleaned = -0.00119869 Jy ! Component: 3500 - total flux cleaned = -0.001232 Jy ! Component: 3550 - total flux cleaned = -0.00124853 Jy ! Component: 3600 - total flux cleaned = -0.0012815 Jy ! Component: 3650 - total flux cleaned = -0.00126517 Jy ! Component: 3700 - total flux cleaned = -0.00126513 Jy ! Component: 3750 - total flux cleaned = -0.00124094 Jy ! Component: 3800 - total flux cleaned = -0.00127299 Jy ! Component: 3850 - total flux cleaned = -0.00128894 Jy ! Component: 3900 - total flux cleaned = -0.00128112 Jy ! Component: 3950 - total flux cleaned = -0.00128891 Jy ! Component: 4000 - total flux cleaned = -0.00130437 Jy ! Component: 4050 - total flux cleaned = -0.00130433 Jy ! Total flux subtracted in 4096 components = -0.00132736 Jy ! Clean residual min=-0.000459 max=0.000482 Jy/beam ! Clean residual mean=0.000002 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.185977 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 516 components and 0.185977 Jy ![Exited script file: muppet] wmap "J0832+1040_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.496 x 8.166 at -4.838 degrees (North through East) ! Clean map min=-0.0010764 max=0.15676 Jy/beam ! Writing clean map to FITS file: J0832+1040_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.15676 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143389 device "J0832+1040_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0832+1040_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.27441 0.27441 0.54882 1.09764 2.19528 4.39056 8.78112 17.5622 35.1245 70.2489 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.496 x 8.166 at -4.838 degrees (North through East) ! Clean map min=-0.0010764 max=0.15676 Jy/beam quit ! Quitting program ! Log file J0832+1040_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:48:59 2016