! Started logfile: J1203+4803_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:58:43 2016 obs J1203+4803_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1203+4803_S_2015_03_17_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.859387 visibilities/baseline/integration-bin. ! Found source: J1203+4803 ! ! 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 8972 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 J1203+4803_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 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.732952Jy sigma=0.008882 ! Fit after self-cal, rms=0.721453Jy sigma=0.008746 ! 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.353 mas, bmaj=4.074 mas, bpa=1.499 degrees ! Estimated noise=941.686 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.209178 Jy ! Component: 100 - total flux cleaned = 0.262317 Jy ! Total flux subtracted in 100 components = 0.262317 Jy ! Clean residual min=-0.010201 max=0.021927 Jy/beam ! Clean residual mean=-0.000007 rms=0.002667 Jy/beam ! Combined flux in latest and established models = 0.262317 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.262317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091778Jy sigma=0.000982 ! Fit after self-cal, rms=0.091756Jy sigma=0.000982 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0243002 Jy ! Component: 100 - total flux cleaned = 0.0374461 Jy ! Total flux subtracted in 100 components = 0.0374461 Jy ! Clean residual min=-0.008569 max=0.009054 Jy/beam ! Clean residual mean=0.000005 rms=0.001898 Jy/beam ! Combined flux in latest and established models = 0.299763 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.299763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082653Jy sigma=0.000891 ! Fit after self-cal, rms=0.082627Jy sigma=0.000891 ! 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.015 mas, bmaj=4.865 mas, bpa=6.518 degrees ! Estimated noise=634.097 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.00993255 Jy ! Component: 100 - total flux cleaned = 0.0158228 Jy ! Component: 150 - total flux cleaned = 0.0195392 Jy ! Component: 200 - total flux cleaned = 0.021916 Jy ! Total flux subtracted in 200 components = 0.021916 Jy ! Clean residual min=-0.008102 max=0.009124 Jy/beam ! Clean residual mean=0.000031 rms=0.001813 Jy/beam ! Combined flux in latest and established models = 0.321679 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.321679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080839Jy sigma=0.000880 ! Fit after self-cal, rms=0.080829Jy sigma=0.000880 ! 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.91 HN 0.93 KP 1.10 ! LA 0.98 MK 1.04 NL 0.89 OV 1.02 ! PT 1.13 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 0.97 KP 1.07 ! LA 0.96 MK 1.08 NL 1.01 OV 1.03 ! PT 1.09 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.93 HN 0.97 KP 0.93 ! LA 0.78 MK 1.12 NL 1.12 OV 0.97 ! PT 1.07 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.97 HN 0.96 KP 0.91 ! LA 0.84 MK 1.11 NL 0.97 OV 1.01 ! PT 1.10 SC 0.96 ! ! ! Fit before self-cal, rms=0.080829Jy sigma=0.000880 ! Fit after self-cal, rms=0.071199Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.063 mas, bmaj=4.967 mas, bpa=8.397 degrees ! Estimated noise=636.257 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.00342606 Jy ! Component: 100 - total flux cleaned = -0.0040936 Jy ! Component: 150 - total flux cleaned = -0.00422301 Jy ! Component: 200 - total flux cleaned = -0.00416386 Jy ! Total flux subtracted in 200 components = -0.00416386 Jy ! Clean residual min=-0.003484 max=0.004134 Jy/beam ! Clean residual mean=0.000025 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.317515 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.317515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071001Jy sigma=0.000793 ! Fit after self-cal, rms=0.070974Jy sigma=0.000793 ! 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.070974Jy sigma=0.000793 ! Fit after self-cal, rms=0.070871Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.087 mas, bmaj=4.943 mas, bpa=6.591 degrees ! Estimated noise=636.137 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00153243 Jy ! Component: 100 - total flux cleaned = -0.00166993 Jy ! Component: 150 - total flux cleaned = -0.00185672 Jy ! Component: 200 - total flux cleaned = -0.00194638 Jy ! Total flux subtracted in 200 components = -0.00194638 Jy ! Clean residual min=-0.002581 max=0.002815 Jy/beam ! Clean residual mean=0.000005 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.315569 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.315569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070813Jy sigma=0.000781 ! Fit after self-cal, rms=0.070840Jy sigma=0.000781 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 (7, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00257269 Jy ! Component: 100 - total flux cleaned = 0.00353532 Jy ! Component: 150 - total flux cleaned = 0.00382485 Jy ! Component: 200 - total flux cleaned = 0.00392633 Jy ! Total flux subtracted in 200 components = 0.00392633 Jy ! Clean residual min=-0.002611 max=0.002161 Jy/beam ! Clean residual mean=0.000006 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.319495 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.319495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070734Jy sigma=0.000779 ! Fit after self-cal, rms=0.070725Jy sigma=0.000779 ! 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.070725Jy sigma=0.000779 ! Fit after self-cal, rms=0.070768Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.098 mas, bmaj=4.95 mas, bpa=6.093 degrees ! Estimated noise=636.431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000232663 Jy ! Component: 100 - total flux cleaned = -0.000196012 Jy ! Component: 150 - total flux cleaned = -0.000101558 Jy ! Component: 200 - total flux cleaned = -4.43385e-05 Jy ! Total flux subtracted in 200 components = -4.43385e-05 Jy ! Clean residual min=-0.002472 max=0.001987 Jy/beam ! Clean residual mean=0.000005 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.319451 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.319451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070730Jy sigma=0.000779 ! Fit after self-cal, rms=0.070730Jy sigma=0.000779 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.000418716 Jy ! Component: 100 - total flux cleaned = 0.000468847 Jy ! Component: 150 - total flux cleaned = 0.000536711 Jy ! Component: 200 - total flux cleaned = 0.000599746 Jy ! Total flux subtracted in 200 components = 0.000599746 Jy ! Clean residual min=-0.002461 max=0.001951 Jy/beam ! Clean residual mean=0.000005 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.320051 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 96 components and 0.320051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070714Jy sigma=0.000778 ! Fit after self-cal, rms=0.070713Jy sigma=0.000778 ! 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.070713Jy sigma=0.000778 ! Fit after self-cal, rms=0.070757Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.062 mas, bmaj=9.262 mas, bpa=13.26 degrees ! Estimated noise=789.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185867 Jy ! Component: 100 - total flux cleaned = -0.000136865 Jy ! Component: 150 - total flux cleaned = -0.000135526 Jy ! Component: 200 - total flux cleaned = -0.000136069 Jy ! Total flux subtracted in 200 components = -0.000136069 Jy ! Clean residual min=-0.002512 max=0.002298 Jy/beam ! Clean residual mean=0.000011 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.319915 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 100 components and 0.319915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070745Jy sigma=0.000778 ! Fit after self-cal, rms=0.070744Jy sigma=0.000778 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.0002485 Jy ! Component: 100 - total flux cleaned = 0.000264624 Jy ! Component: 150 - total flux cleaned = 0.000223974 Jy ! Component: 200 - total flux cleaned = 0.000199999 Jy ! Total flux subtracted in 200 components = 0.000199999 Jy ! Clean residual min=-0.002480 max=0.002289 Jy/beam ! Clean residual mean=0.000010 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.320115 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 103 components and 0.320115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070743Jy sigma=0.000778 ! Fit after self-cal, rms=0.070743Jy sigma=0.000778 ! 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.107 mas, bmaj=4.959 mas, bpa=5.975 degrees ! Estimated noise=636.892 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.107 x 4.959 at 5.975 degrees (North through East) ! Clean map min=-0.0022871 max=0.27547 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.418 mas, bmaj=4.14 mas, bpa=0.9356 degrees ! Estimated noise=955.179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.212087 Jy ! Component: 100 - total flux cleaned = 0.26368 Jy ! Component: 150 - total flux cleaned = 0.285141 Jy ! Component: 200 - total flux cleaned = 0.296327 Jy ! Total flux subtracted in 200 components = 0.296327 Jy ! Clean residual min=-0.003874 max=0.005366 Jy/beam ! Clean residual mean=-0.000003 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.296327 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.296327 Jy ! Inverting map and beam ! Estimated beam: bmin=4.107 mas, bmaj=4.959 mas, bpa=5.975 degrees ! Estimated noise=636.892 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.00731954 Jy ! Component: 100 - total flux cleaned = 0.0116398 Jy ! Component: 150 - total flux cleaned = 0.0147415 Jy ! Component: 200 - total flux cleaned = 0.0170443 Jy ! Total flux subtracted in 200 components = 0.0170443 Jy ! Clean residual min=-0.002566 max=0.002270 Jy/beam ! Clean residual mean=0.000003 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.313371 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 45 components and 0.313371 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=8.062 mas, bmaj=9.262 mas, bpa=13.26 degrees ! Estimated noise=789.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244638 Jy ! Component: 100 - total flux cleaned = 0.00397035 Jy ! Component: 150 - total flux cleaned = 0.00497572 Jy ! Component: 200 - total flux cleaned = 0.00538183 Jy ! Total flux subtracted in 200 components = 0.00538183 Jy ! Clean residual min=-0.002437 max=0.002237 Jy/beam ! Clean residual mean=0.000009 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.318753 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.000267725 Jy ! Component: 100 - total flux cleaned = 0.00047774 Jy ! Component: 150 - total flux cleaned = 0.000617981 Jy ! Component: 200 - total flux cleaned = 0.000732406 Jy ! Total flux subtracted in 200 components = 0.000732406 Jy ! Clean residual min=-0.002453 max=0.002270 Jy/beam ! Clean residual mean=0.000010 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.319485 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 91 components and 0.319485 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.107 mas, bmaj=4.959 mas, bpa=5.975 degrees ! Estimated noise=636.892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00076764 Jy ! Component: 100 - total flux cleaned = -0.000645239 Jy ! Component: 150 - total flux cleaned = -0.000572798 Jy ! Component: 200 - total flux cleaned = -0.000508086 Jy ! Total flux subtracted in 200 components = -0.000508086 Jy ! Clean residual min=-0.002501 max=0.002031 Jy/beam ! Clean residual mean=0.000005 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.318977 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 104 components and 0.318977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070796Jy sigma=0.000779 ! Fit after self-cal, rms=0.070793Jy sigma=0.000779 wmodel J1203+4803_S_2015_03_17_pus_map.mod ! Writing 104 model components to file: J1203+4803_S_2015_03_17_pus_map.mod wobs J1203+4803_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1203+4803_S_2015_03_17_pus_uvs.fits wwins J1203+4803_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1203+4803_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.000496993 Jy ! Component: 100 - total flux cleaned = -0.000532417 Jy ! Component: 150 - total flux cleaned = -0.000400475 Jy ! Component: 200 - total flux cleaned = -0.000337921 Jy ! Component: 250 - total flux cleaned = -0.000397561 Jy ! Component: 300 - total flux cleaned = -0.000368659 Jy ! Component: 350 - total flux cleaned = -0.000396766 Jy ! Component: 400 - total flux cleaned = -0.00050665 Jy ! Component: 450 - total flux cleaned = -0.000561097 Jy ! Component: 500 - total flux cleaned = -0.000719154 Jy ! Component: 550 - total flux cleaned = -0.000719287 Jy ! Component: 600 - total flux cleaned = -0.000795107 Jy ! Component: 650 - total flux cleaned = -0.000894608 Jy ! Component: 700 - total flux cleaned = -0.000967176 Jy ! Component: 750 - total flux cleaned = -0.00106243 Jy ! Component: 800 - total flux cleaned = -0.00110925 Jy ! Component: 850 - total flux cleaned = -0.00113258 Jy ! Component: 900 - total flux cleaned = -0.00120101 Jy ! Component: 950 - total flux cleaned = -0.00129043 Jy ! Component: 1000 - total flux cleaned = -0.00133447 Jy ! Component: 1050 - total flux cleaned = -0.00140001 Jy ! Component: 1100 - total flux cleaned = -0.0015505 Jy ! Component: 1150 - total flux cleaned = -0.0016564 Jy ! Component: 1200 - total flux cleaned = -0.00176091 Jy ! Component: 1250 - total flux cleaned = -0.00182324 Jy ! Component: 1300 - total flux cleaned = -0.0019051 Jy ! Component: 1350 - total flux cleaned = -0.00198575 Jy ! Component: 1400 - total flux cleaned = -0.0020855 Jy ! Component: 1450 - total flux cleaned = -0.00218369 Jy ! Component: 1500 - total flux cleaned = -0.00226128 Jy ! Component: 1550 - total flux cleaned = -0.00228042 Jy ! Component: 1600 - total flux cleaned = -0.0024319 Jy ! Component: 1650 - total flux cleaned = -0.00248811 Jy ! Component: 1700 - total flux cleaned = -0.00252516 Jy ! Component: 1750 - total flux cleaned = -0.00256185 Jy ! Component: 1800 - total flux cleaned = -0.00265262 Jy ! Component: 1850 - total flux cleaned = -0.00274238 Jy ! Component: 1900 - total flux cleaned = -0.00277774 Jy ! Component: 1950 - total flux cleaned = -0.00290054 Jy ! Component: 2000 - total flux cleaned = -0.00291789 Jy ! Component: 2050 - total flux cleaned = -0.00302114 Jy ! Component: 2100 - total flux cleaned = -0.00307215 Jy ! Component: 2150 - total flux cleaned = -0.00307175 Jy ! Component: 2200 - total flux cleaned = -0.00310526 Jy ! Component: 2250 - total flux cleaned = -0.00310541 Jy ! Component: 2300 - total flux cleaned = -0.00312184 Jy ! Component: 2350 - total flux cleaned = -0.00320318 Jy ! Component: 2400 - total flux cleaned = -0.00320299 Jy ! Component: 2450 - total flux cleaned = -0.00317109 Jy ! Component: 2500 - total flux cleaned = -0.00320278 Jy ! Component: 2550 - total flux cleaned = -0.00321844 Jy ! Component: 2600 - total flux cleaned = -0.00318758 Jy ! Component: 2650 - total flux cleaned = -0.00324899 Jy ! Component: 2700 - total flux cleaned = -0.00330994 Jy ! Component: 2750 - total flux cleaned = -0.00332498 Jy ! Component: 2800 - total flux cleaned = -0.00335485 Jy ! Component: 2850 - total flux cleaned = -0.00336965 Jy ! Component: 2900 - total flux cleaned = -0.00339898 Jy ! Component: 2950 - total flux cleaned = -0.00338416 Jy ! Component: 3000 - total flux cleaned = -0.00342751 Jy ! Component: 3050 - total flux cleaned = -0.00341307 Jy ! Component: 3100 - total flux cleaned = -0.00349864 Jy ! Component: 3150 - total flux cleaned = -0.00348446 Jy ! Component: 3200 - total flux cleaned = -0.00351277 Jy ! Component: 3250 - total flux cleaned = -0.00351281 Jy ! Component: 3300 - total flux cleaned = -0.00358179 Jy ! Component: 3350 - total flux cleaned = -0.00356789 Jy ! Component: 3400 - total flux cleaned = -0.00348613 Jy ! Component: 3450 - total flux cleaned = -0.00354046 Jy ! Component: 3500 - total flux cleaned = -0.0035672 Jy ! Component: 3550 - total flux cleaned = -0.00354039 Jy ! Component: 3600 - total flux cleaned = -0.00356693 Jy ! Component: 3650 - total flux cleaned = -0.00360652 Jy ! Component: 3700 - total flux cleaned = -0.0036586 Jy ! Component: 3750 - total flux cleaned = -0.00365878 Jy ! Component: 3800 - total flux cleaned = -0.003633 Jy ! Component: 3850 - total flux cleaned = -0.00369697 Jy ! Component: 3900 - total flux cleaned = -0.00369692 Jy ! Component: 3950 - total flux cleaned = -0.00372195 Jy ! Component: 4000 - total flux cleaned = -0.0037095 Jy ! Component: 4050 - total flux cleaned = -0.00374682 Jy ! Total flux subtracted in 4096 components = -0.00373459 Jy ! Clean residual min=-0.000871 max=0.000662 Jy/beam ! Clean residual mean=-0.000000 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.315243 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 378 components and 0.315243 Jy ![Exited script file: muppet] wmap "J1203+4803_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.107 x 4.959 at 5.975 degrees (North through East) ! Clean map min=-0.0017271 max=0.27712 Jy/beam ! Writing clean map to FITS file: J1203+4803_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.277118 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000217501 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.235461 0.235461 0.470921 0.941842 1.88368 3.76737 7.53474 15.0695 30.139 60.2779 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.277 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.107 x 4.959 at 5.975 degrees (North through East) ! Clean map min=-0.0017271 max=0.27712 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 J1203+4803_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:58:47 2016