! Started logfile: J0827+5217_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:52:24 2016 obs J0827+5217_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0827+5217_S_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974815 visibilities/baseline/integration-bin. ! Found source: J0827+5217 ! ! 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 330 lines of history. ! ! Reading 18424 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 J0827+5217_S_2015_03_17_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.920863Jy sigma=0.011007 ! Fit after self-cal, rms=0.906406Jy sigma=0.010837 ! 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=3.302 mas, bmaj=3.613 mas, bpa=-79.47 degrees ! Estimated noise=835.593 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.0684086 Jy ! Component: 100 - total flux cleaned = 0.0879795 Jy ! Total flux subtracted in 100 components = 0.0879795 Jy ! Clean residual min=-0.003967 max=0.007741 Jy/beam ! Clean residual mean=-0.000012 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.0879795 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0879795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073763Jy sigma=0.000810 ! Fit after self-cal, rms=0.073744Jy sigma=0.000809 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0088827 Jy ! Component: 100 - total flux cleaned = 0.013871 Jy ! Total flux subtracted in 100 components = 0.013871 Jy ! Clean residual min=-0.003526 max=0.003958 Jy/beam ! Clean residual mean=-0.000006 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.10185 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.10185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072010Jy sigma=0.000792 ! Fit after self-cal, rms=0.071984Jy sigma=0.000791 ! 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=4.159 mas, bmaj=4.473 mas, bpa=85.24 degrees ! Estimated noise=443.872 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.00526554 Jy ! Component: 100 - total flux cleaned = 0.00810672 Jy ! Component: 150 - total flux cleaned = 0.00985067 Jy ! Component: 200 - total flux cleaned = 0.0109396 Jy ! Total flux subtracted in 200 components = 0.0109396 Jy ! Clean residual min=-0.002763 max=0.002553 Jy/beam ! Clean residual mean=-0.000001 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.11279 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 44 components and 0.11279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071491Jy sigma=0.000788 ! Fit after self-cal, rms=0.071475Jy sigma=0.000788 ! 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.90 HN 0.93 KP 1.10 ! LA 0.99 MK 1.03 NL 0.88 OV 1.01 ! PT 1.09 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.91 HN 1.04 KP 1.06 ! LA 0.97 MK 1.10 NL 1.00 OV 1.04 ! PT 1.05 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.95 HN 1.01 KP 0.96 ! LA 0.78 MK 1.14 NL 1.11 OV 0.92 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.94 HN 0.96 KP 0.92 ! LA 0.84 MK 1.12 NL 0.98 OV 1.01 ! PT 1.10 SC 1.00 ! ! ! Fit before self-cal, rms=0.071475Jy sigma=0.000788 ! Fit after self-cal, rms=0.069435Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.244 mas, bmaj=4.566 mas, bpa=81.39 degrees ! Estimated noise=446.151 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.000949674 Jy ! Component: 100 - total flux cleaned = -0.0011774 Jy ! Component: 150 - total flux cleaned = -0.00125362 Jy ! Component: 200 - total flux cleaned = -0.00133932 Jy ! Total flux subtracted in 200 components = -0.00133932 Jy ! Clean residual min=-0.001990 max=0.002168 Jy/beam ! Clean residual mean=-0.000001 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.111451 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.111451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069403Jy sigma=0.000777 ! Fit after self-cal, rms=0.069375Jy sigma=0.000777 ! 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.069375Jy sigma=0.000777 ! Fit after self-cal, rms=0.070048Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.239 mas, bmaj=4.574 mas, bpa=84.27 degrees ! Estimated noise=445.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00050154 Jy ! Component: 100 - total flux cleaned = -0.000581849 Jy ! Component: 150 - total flux cleaned = -0.000644435 Jy ! Component: 200 - total flux cleaned = -0.000686519 Jy ! Total flux subtracted in 200 components = -0.000686519 Jy ! Clean residual min=-0.001782 max=0.002298 Jy/beam ! Clean residual mean=0.000007 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.110764 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.110764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070040Jy sigma=0.000775 ! Fit after self-cal, rms=0.070065Jy sigma=0.000775 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) ! Added new window around map position (6, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222369 Jy ! Component: 100 - total flux cleaned = 0.00295715 Jy ! Component: 150 - total flux cleaned = 0.00340128 Jy ! Component: 200 - total flux cleaned = 0.00372839 Jy ! Total flux subtracted in 200 components = 0.00372839 Jy ! Clean residual min=-0.001737 max=0.001576 Jy/beam ! Clean residual mean=0.000010 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.114493 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 80 components and 0.114493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069984Jy sigma=0.000774 ! Fit after self-cal, rms=0.069973Jy sigma=0.000774 ! 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.069973Jy sigma=0.000774 ! Fit after self-cal, rms=0.070154Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.25 mas, bmaj=4.586 mas, bpa=85.3 degrees ! Estimated noise=445.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00040265 Jy ! Component: 100 - total flux cleaned = 0.000478884 Jy ! Component: 150 - total flux cleaned = 0.000561393 Jy ! Component: 200 - total flux cleaned = 0.000596225 Jy ! Total flux subtracted in 200 components = 0.000596225 Jy ! Clean residual min=-0.001686 max=0.001500 Jy/beam ! Clean residual mean=0.000012 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.115089 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 95 components and 0.115089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070135Jy sigma=0.000774 ! Fit after self-cal, rms=0.070139Jy sigma=0.000774 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 = 0.000105003 Jy ! Component: 100 - total flux cleaned = 0.000136012 Jy ! Component: 150 - total flux cleaned = 0.000163146 Jy ! Component: 200 - total flux cleaned = 0.000175465 Jy ! Total flux subtracted in 200 components = 0.000175465 Jy ! Clean residual min=-0.001664 max=0.001468 Jy/beam ! Clean residual mean=0.000012 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.115264 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 101 components and 0.115264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070132Jy sigma=0.000774 ! Fit after self-cal, rms=0.070132Jy sigma=0.000774 ! 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.070132Jy sigma=0.000774 ! Fit after self-cal, rms=0.070184Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.945 mas, bmaj=8.788 mas, bpa=65.96 degrees ! Estimated noise=552.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000177979 Jy ! Component: 100 - total flux cleaned = 0.000201115 Jy ! Component: 150 - total flux cleaned = 0.000202891 Jy ! Component: 200 - total flux cleaned = 0.000193454 Jy ! Total flux subtracted in 200 components = 0.000193454 Jy ! Clean residual min=-0.002040 max=0.002287 Jy/beam ! Clean residual mean=0.000026 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.115458 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.115458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070183Jy sigma=0.000774 ! Fit after self-cal, rms=0.070182Jy sigma=0.000774 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 = 5.65997e-05 Jy ! Component: 100 - total flux cleaned = 6.79136e-05 Jy ! Component: 150 - total flux cleaned = 6.69972e-05 Jy ! Component: 200 - total flux cleaned = 6.62269e-05 Jy ! Total flux subtracted in 200 components = 6.62269e-05 Jy ! Clean residual min=-0.002047 max=0.002263 Jy/beam ! Clean residual mean=0.000026 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.115524 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 123 components and 0.115524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070183Jy sigma=0.000774 ! Fit after self-cal, rms=0.070183Jy sigma=0.000774 ! 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=4.259 mas, bmaj=4.596 mas, bpa=85.68 degrees ! Estimated noise=444.632 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 4.596 at 85.68 degrees (North through East) ! Clean map min=-0.0015465 max=0.092684 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=3.359 mas, bmaj=3.69 mas, bpa=-79.95 degrees ! Estimated noise=855.882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0697426 Jy ! Component: 100 - total flux cleaned = 0.0897765 Jy ! Component: 150 - total flux cleaned = 0.0978331 Jy ! Component: 200 - total flux cleaned = 0.102105 Jy ! Total flux subtracted in 200 components = 0.102105 Jy ! Clean residual min=-0.002766 max=0.003123 Jy/beam ! Clean residual mean=-0.000001 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.102105 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.102105 Jy ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=4.596 mas, bpa=85.68 degrees ! Estimated noise=444.632 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00411107 Jy ! Component: 100 - total flux cleaned = 0.00657016 Jy ! Component: 150 - total flux cleaned = 0.00834408 Jy ! Component: 200 - total flux cleaned = 0.0093665 Jy ! Total flux subtracted in 200 components = 0.0093665 Jy ! Clean residual min=-0.001682 max=0.001531 Jy/beam ! Clean residual mean=0.000009 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.111471 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 69 components and 0.111471 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.945 mas, bmaj=8.788 mas, bpa=65.96 degrees ! Estimated noise=552.243 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182139 Jy ! Component: 100 - total flux cleaned = 0.00286787 Jy ! Component: 150 - total flux cleaned = 0.00315532 Jy ! Component: 200 - total flux cleaned = 0.00337686 Jy ! Total flux subtracted in 200 components = 0.00337686 Jy ! Clean residual min=-0.002034 max=0.002190 Jy/beam ! Clean residual mean=0.000024 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.114848 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 = 0.000157807 Jy ! Component: 100 - total flux cleaned = 0.000272431 Jy ! Component: 150 - total flux cleaned = 0.000371166 Jy ! Component: 200 - total flux cleaned = 0.000456529 Jy ! Total flux subtracted in 200 components = 0.000456529 Jy ! Clean residual min=-0.002039 max=0.002237 Jy/beam ! Clean residual mean=0.000025 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.115305 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 109 components and 0.115305 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=4.596 mas, bpa=85.68 degrees ! Estimated noise=444.632 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243738 Jy ! Component: 100 - total flux cleaned = -0.000244434 Jy ! Component: 150 - total flux cleaned = -0.000244799 Jy ! Component: 200 - total flux cleaned = -0.000209978 Jy ! Total flux subtracted in 200 components = -0.000209978 Jy ! Clean residual min=-0.001551 max=0.001447 Jy/beam ! Clean residual mean=0.000012 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.115095 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 117 components and 0.115095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070183Jy sigma=0.000774 ! Fit after self-cal, rms=0.070182Jy sigma=0.000774 wmodel J0827+5217_S_2015_03_17_pus_map.mod ! Writing 117 model components to file: J0827+5217_S_2015_03_17_pus_map.mod wobs J0827+5217_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0827+5217_S_2015_03_17_pus_uvs.fits wwins J0827+5217_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J0827+5217_S_2015_03_17_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.000128309 Jy ! Component: 100 - total flux cleaned = -1.79394e-06 Jy ! Component: 150 - total flux cleaned = 7.07229e-05 Jy ! Component: 200 - total flux cleaned = 0.000187579 Jy ! Component: 250 - total flux cleaned = 0.000232882 Jy ! Component: 300 - total flux cleaned = 0.00023332 Jy ! Component: 350 - total flux cleaned = 0.000190968 Jy ! Component: 400 - total flux cleaned = 0.000149673 Jy ! Component: 450 - total flux cleaned = 0.000109331 Jy ! Component: 500 - total flux cleaned = -8.04515e-06 Jy ! Component: 550 - total flux cleaned = -4.62918e-05 Jy ! Component: 600 - total flux cleaned = -0.000121429 Jy ! Component: 650 - total flux cleaned = -0.000157723 Jy ! Component: 700 - total flux cleaned = -0.000193733 Jy ! Component: 750 - total flux cleaned = -0.000264543 Jy ! Component: 800 - total flux cleaned = -0.000298769 Jy ! Component: 850 - total flux cleaned = -0.000315561 Jy ! Component: 900 - total flux cleaned = -0.000332609 Jy ! Component: 950 - total flux cleaned = -0.000332764 Jy ! Component: 1000 - total flux cleaned = -0.00036547 Jy ! Component: 1050 - total flux cleaned = -0.00031702 Jy ! Component: 1100 - total flux cleaned = -0.000348974 Jy ! Component: 1150 - total flux cleaned = -0.000348717 Jy ! Component: 1200 - total flux cleaned = -0.00030221 Jy ! Component: 1250 - total flux cleaned = -0.000287197 Jy ! Component: 1300 - total flux cleaned = -0.000257436 Jy ! Component: 1350 - total flux cleaned = -0.000272503 Jy ! Component: 1400 - total flux cleaned = -0.000228391 Jy ! Component: 1450 - total flux cleaned = -0.00015608 Jy ! Component: 1500 - total flux cleaned = -0.000170255 Jy ! Component: 1550 - total flux cleaned = -0.000170236 Jy ! Component: 1600 - total flux cleaned = -0.000113866 Jy ! Component: 1650 - total flux cleaned = -7.22689e-05 Jy ! Component: 1700 - total flux cleaned = -3.11634e-05 Jy ! Component: 1750 - total flux cleaned = -5.82954e-05 Jy ! Component: 1800 - total flux cleaned = 2.21152e-05 Jy ! Component: 1850 - total flux cleaned = 2.20847e-05 Jy ! Component: 1900 - total flux cleaned = 6.14679e-05 Jy ! Component: 1950 - total flux cleaned = 0.000100251 Jy ! Component: 2000 - total flux cleaned = 6.15714e-05 Jy ! Component: 2050 - total flux cleaned = 0.000125365 Jy ! Component: 2100 - total flux cleaned = 0.000150573 Jy ! Component: 2150 - total flux cleaned = 0.000163036 Jy ! Component: 2200 - total flux cleaned = 0.000162939 Jy ! Component: 2250 - total flux cleaned = 0.000138435 Jy ! Component: 2300 - total flux cleaned = 0.000162408 Jy ! Component: 2350 - total flux cleaned = 9.02723e-05 Jy ! Component: 2400 - total flux cleaned = 0.000114166 Jy ! Component: 2450 - total flux cleaned = 0.000149598 Jy ! Component: 2500 - total flux cleaned = 0.000126035 Jy ! Component: 2550 - total flux cleaned = 0.000126174 Jy ! Component: 2600 - total flux cleaned = 0.000171995 Jy ! Component: 2650 - total flux cleaned = 0.000194773 Jy ! Component: 2700 - total flux cleaned = 0.000172096 Jy ! Component: 2750 - total flux cleaned = 0.000205706 Jy ! Component: 2800 - total flux cleaned = 0.000238873 Jy ! Component: 2850 - total flux cleaned = 0.000227781 Jy ! Component: 2900 - total flux cleaned = 0.000271477 Jy ! Component: 2950 - total flux cleaned = 0.000282294 Jy ! Component: 3000 - total flux cleaned = 0.000303812 Jy ! Component: 3050 - total flux cleaned = 0.000346845 Jy ! Component: 3100 - total flux cleaned = 0.000421294 Jy ! Component: 3150 - total flux cleaned = 0.000473955 Jy ! Component: 3200 - total flux cleaned = 0.000494831 Jy ! Component: 3250 - total flux cleaned = 0.000526034 Jy ! Component: 3300 - total flux cleaned = 0.000546527 Jy ! Component: 3350 - total flux cleaned = 0.000587305 Jy ! Component: 3400 - total flux cleaned = 0.000587353 Jy ! Component: 3450 - total flux cleaned = 0.000627752 Jy ! Component: 3500 - total flux cleaned = 0.000627823 Jy ! Component: 3550 - total flux cleaned = 0.000717154 Jy ! Component: 3600 - total flux cleaned = 0.000697528 Jy ! Component: 3650 - total flux cleaned = 0.000756297 Jy ! Component: 3700 - total flux cleaned = 0.000775821 Jy ! Component: 3750 - total flux cleaned = 0.000814486 Jy ! Component: 3800 - total flux cleaned = 0.000824057 Jy ! Component: 3850 - total flux cleaned = 0.0008811 Jy ! Component: 3900 - total flux cleaned = 0.000928481 Jy ! Component: 3950 - total flux cleaned = 0.00093781 Jy ! Component: 4000 - total flux cleaned = 0.000993836 Jy ! Component: 4050 - total flux cleaned = 0.00104018 Jy ! Total flux subtracted in 4096 components = 0.00108621 Jy ! Clean residual min=-0.000494 max=0.000564 Jy/beam ! Clean residual mean=0.000006 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.116181 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 401 components and 0.116181 Jy ![Exited script file: muppet] wmap "J0827+5217_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 4.596 at 85.68 degrees (North through East) ! Clean map min=-0.001311 max=0.093051 Jy/beam ! Writing clean map to FITS file: J0827+5217_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0930508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166242 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.535972 0.535972 1.07194 2.14389 4.28778 8.57555 17.1511 34.3022 68.6044 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 4.596 at 85.68 degrees (North through East) ! Clean map min=-0.001311 max=0.093051 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0827+5217_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:52:30 2016