! Started logfile: J0912+2205_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:53:36 2016 obs J0912+2205_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0912+2205_S_2015_03_17_pus_uva.fits ! AN table 1: 93 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.716607 visibilities/baseline/integration-bin. ! Found source: J0912+2205 ! ! 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 11996 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 J0912+2205_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 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916862Jy sigma=0.011348 ! Fit after self-cal, rms=0.896799Jy sigma=0.011112 ! 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.876 mas, bmaj=5.605 mas, bpa=1.186 degrees ! Estimated noise=903.155 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.0752231 Jy ! Component: 100 - total flux cleaned = 0.0972401 Jy ! Total flux subtracted in 100 components = 0.0972401 Jy ! Clean residual min=-0.005985 max=0.010198 Jy/beam ! Clean residual mean=-0.000030 rms=0.001558 Jy/beam ! Combined flux in latest and established models = 0.0972401 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0972401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072332Jy sigma=0.000821 ! Fit after self-cal, rms=0.072278Jy sigma=0.000820 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119646 Jy ! Component: 100 - total flux cleaned = 0.0188198 Jy ! Total flux subtracted in 100 components = 0.0188198 Jy ! Clean residual min=-0.005580 max=0.005322 Jy/beam ! Clean residual mean=-0.000021 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.11606 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 18 components and 0.11606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069567Jy sigma=0.000792 ! Fit after self-cal, rms=0.069501Jy sigma=0.000792 ! 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.455 mas, bmaj=6.41 mas, bpa=0.6438 degrees ! Estimated noise=531.678 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.00548171 Jy ! Component: 100 - total flux cleaned = 0.00863537 Jy ! Component: 150 - total flux cleaned = 0.0107407 Jy ! Component: 200 - total flux cleaned = 0.0122144 Jy ! Total flux subtracted in 200 components = 0.0122144 Jy ! Clean residual min=-0.004164 max=0.004195 Jy/beam ! Clean residual mean=-0.000018 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.128274 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 44 components and 0.128274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068879Jy sigma=0.000788 ! Fit after self-cal, rms=0.068860Jy 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.03 FD 0.84 HN 0.94 KP 1.12 ! LA 0.95 MK 1.08 NL 0.91 OV 1.05 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.88 HN 0.97 KP 1.09 ! LA 0.94 MK 1.03 NL 1.01 OV 1.08 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.90 HN 0.99 KP 0.96 ! LA 0.77 MK 1.12 NL 1.18 OV 0.99 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.89 KP 0.94 ! LA 0.82 MK 1.13 NL 1.00 OV 0.98 ! PT 1.08 SC 1.04 ! ! ! Fit before self-cal, rms=0.068860Jy sigma=0.000788 ! Fit after self-cal, rms=0.065978Jy sigma=0.000773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.516 mas, bmaj=6.545 mas, bpa=1.149 degrees ! Estimated noise=533.621 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 (-13.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00403449 Jy ! Component: 100 - total flux cleaned = 0.00585644 Jy ! Component: 150 - total flux cleaned = 0.00663514 Jy ! Component: 200 - total flux cleaned = 0.00727059 Jy ! Total flux subtracted in 200 components = 0.00727059 Jy ! Clean residual min=-0.002515 max=0.002689 Jy/beam ! Clean residual mean=0.000004 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.135545 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 79 components and 0.135545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065689Jy sigma=0.000769 ! Fit after self-cal, rms=0.065619Jy sigma=0.000768 ! 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.065619Jy sigma=0.000768 ! Fit after self-cal, rms=0.065966Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.526 mas, bmaj=6.477 mas, bpa=1.17 degrees ! Estimated noise=531.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155586 Jy ! Component: 100 - total flux cleaned = 0.00240659 Jy ! Component: 150 - total flux cleaned = 0.00311634 Jy ! Component: 200 - total flux cleaned = 0.00341444 Jy ! Total flux subtracted in 200 components = 0.00341444 Jy ! Clean residual min=-0.001918 max=0.001837 Jy/beam ! Clean residual mean=0.000005 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.138959 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 98 components and 0.138959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065903Jy sigma=0.000764 ! Fit after self-cal, rms=0.065922Jy sigma=0.000764 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, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00095085 Jy ! Component: 100 - total flux cleaned = 0.00103136 Jy ! Component: 150 - total flux cleaned = 0.00116411 Jy ! Component: 200 - total flux cleaned = 0.00134205 Jy ! Total flux subtracted in 200 components = 0.00134205 Jy ! Clean residual min=-0.001811 max=0.001564 Jy/beam ! Clean residual mean=0.000005 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.140301 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.140301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065866Jy sigma=0.000763 ! Fit after self-cal, rms=0.065865Jy sigma=0.000763 ! 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.065865Jy sigma=0.000763 ! Fit after self-cal, rms=0.065783Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.531 mas, bmaj=6.48 mas, bpa=1.138 degrees ! Estimated noise=531.058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000144045 Jy ! Component: 100 - total flux cleaned = 0.000325799 Jy ! Component: 150 - total flux cleaned = 0.000431301 Jy ! Component: 200 - total flux cleaned = 0.00055098 Jy ! Total flux subtracted in 200 components = 0.00055098 Jy ! Clean residual min=-0.001714 max=0.001398 Jy/beam ! Clean residual mean=0.000005 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.140852 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 125 components and 0.140852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065760Jy sigma=0.000763 ! Fit after self-cal, rms=0.065763Jy sigma=0.000763 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.00014059 Jy ! Component: 100 - total flux cleaned = 0.000226953 Jy ! Component: 150 - total flux cleaned = 0.00026618 Jy ! Component: 200 - total flux cleaned = 0.000321722 Jy ! Total flux subtracted in 200 components = 0.000321722 Jy ! Clean residual min=-0.001685 max=0.001398 Jy/beam ! Clean residual mean=0.000005 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.141174 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 135 components and 0.141174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065751Jy sigma=0.000763 ! Fit after self-cal, rms=0.065751Jy sigma=0.000763 ! 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.065751Jy sigma=0.000763 ! Fit after self-cal, rms=0.065763Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.964 mas, bmaj=10.05 mas, bpa=1.326 degrees ! Estimated noise=666.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185759 Jy ! Component: 100 - total flux cleaned = 5.885e-05 Jy ! Component: 150 - total flux cleaned = 0.000259122 Jy ! Component: 200 - total flux cleaned = 0.000379391 Jy ! Total flux subtracted in 200 components = 0.000379391 Jy ! Clean residual min=-0.001698 max=0.001512 Jy/beam ! Clean residual mean=0.000011 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.141553 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 144 components and 0.141553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065756Jy sigma=0.000763 ! Fit after self-cal, rms=0.065753Jy sigma=0.000763 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.32429e-05 Jy ! Component: 100 - total flux cleaned = 0.000132716 Jy ! Component: 150 - total flux cleaned = 0.000179404 Jy ! Component: 200 - total flux cleaned = 0.000221668 Jy ! Total flux subtracted in 200 components = 0.000221668 Jy ! Clean residual min=-0.001674 max=0.001507 Jy/beam ! Clean residual mean=0.000011 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.141775 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 151 components and 0.141775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065752Jy sigma=0.000763 ! Fit after self-cal, rms=0.065751Jy sigma=0.000763 ! 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.536 mas, bmaj=6.487 mas, bpa=1.185 degrees ! Estimated noise=531.026 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.536 x 6.487 at 1.185 degrees (North through East) ! Clean map min=-0.0015106 max=0.1027 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.941 mas, bmaj=5.655 mas, bpa=1.605 degrees ! Estimated noise=910.251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0755441 Jy ! Component: 100 - total flux cleaned = 0.0971061 Jy ! Component: 150 - total flux cleaned = 0.108135 Jy ! Component: 200 - total flux cleaned = 0.114645 Jy ! Total flux subtracted in 200 components = 0.114645 Jy ! Clean residual min=-0.003336 max=0.003526 Jy/beam ! Clean residual mean=-0.000006 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.114645 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.114645 Jy ! Inverting map and beam ! Estimated beam: bmin=3.536 mas, bmaj=6.487 mas, bpa=1.185 degrees ! Estimated noise=531.026 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.00573978 Jy ! Component: 100 - total flux cleaned = 0.00972202 Jy ! Component: 150 - total flux cleaned = 0.0127868 Jy ! Component: 200 - total flux cleaned = 0.0152611 Jy ! Total flux subtracted in 200 components = 0.0152611 Jy ! Clean residual min=-0.002070 max=0.002018 Jy/beam ! Clean residual mean=0.000003 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.129907 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 57 components and 0.129907 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=6.964 mas, bmaj=10.05 mas, bpa=1.326 degrees ! Estimated noise=666.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00352269 Jy ! Component: 100 - total flux cleaned = 0.00595185 Jy ! Component: 150 - total flux cleaned = 0.00771699 Jy ! Component: 200 - total flux cleaned = 0.00902741 Jy ! Total flux subtracted in 200 components = 0.00902741 Jy ! Clean residual min=-0.001964 max=0.001817 Jy/beam ! Clean residual mean=0.000010 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.138934 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.000979133 Jy ! Component: 100 - total flux cleaned = 0.00155735 Jy ! Component: 150 - total flux cleaned = 0.00192763 Jy ! Component: 200 - total flux cleaned = 0.00223668 Jy ! Total flux subtracted in 200 components = 0.00223668 Jy ! Clean residual min=-0.001764 max=0.001545 Jy/beam ! Clean residual mean=0.000011 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.141171 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 127 components and 0.141171 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.536 mas, bmaj=6.487 mas, bpa=1.185 degrees ! Estimated noise=531.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341935 Jy ! Component: 100 - total flux cleaned = 0.000572815 Jy ! Component: 150 - total flux cleaned = 0.000740218 Jy ! Component: 200 - total flux cleaned = 0.000764576 Jy ! Total flux subtracted in 200 components = 0.000764576 Jy ! Clean residual min=-0.001688 max=0.001624 Jy/beam ! Clean residual mean=0.000005 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.141935 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 144 components and 0.141935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065774Jy sigma=0.000763 ! Fit after self-cal, rms=0.065771Jy sigma=0.000763 wmodel J0912+2205_S_2015_03_17_pus_map.mod ! Writing 144 model components to file: J0912+2205_S_2015_03_17_pus_map.mod wobs J0912+2205_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0912+2205_S_2015_03_17_pus_uvs.fits wwins J0912+2205_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0912+2205_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.000208115 Jy ! Component: 100 - total flux cleaned = -0.000208516 Jy ! Component: 150 - total flux cleaned = -0.000133155 Jy ! Component: 200 - total flux cleaned = 3.62885e-05 Jy ! Component: 250 - total flux cleaned = 0.000153369 Jy ! Component: 300 - total flux cleaned = 0.000243883 Jy ! Component: 350 - total flux cleaned = 0.000331497 Jy ! Component: 400 - total flux cleaned = 0.000374391 Jy ! Component: 450 - total flux cleaned = 0.000477637 Jy ! Component: 500 - total flux cleaned = 0.00057667 Jy ! Component: 550 - total flux cleaned = 0.000537393 Jy ! Component: 600 - total flux cleaned = 0.000518274 Jy ! Component: 650 - total flux cleaned = 0.00053628 Jy ! Component: 700 - total flux cleaned = 0.000590216 Jy ! Component: 750 - total flux cleaned = 0.000554812 Jy ! Component: 800 - total flux cleaned = 0.000606707 Jy ! Component: 850 - total flux cleaned = 0.000640477 Jy ! Component: 900 - total flux cleaned = 0.000673679 Jy ! Component: 950 - total flux cleaned = 0.000706376 Jy ! Component: 1000 - total flux cleaned = 0.000770422 Jy ! Component: 1050 - total flux cleaned = 0.000786094 Jy ! Component: 1100 - total flux cleaned = 0.000816884 Jy ! Component: 1150 - total flux cleaned = 0.000877747 Jy ! Component: 1200 - total flux cleaned = 0.0009077 Jy ! Component: 1250 - total flux cleaned = 0.000937469 Jy ! Component: 1300 - total flux cleaned = 0.000981492 Jy ! Component: 1350 - total flux cleaned = 0.00108128 Jy ! Component: 1400 - total flux cleaned = 0.00103883 Jy ! Component: 1450 - total flux cleaned = 0.00105296 Jy ! Component: 1500 - total flux cleaned = 0.00109382 Jy ! Component: 1550 - total flux cleaned = 0.00112062 Jy ! Component: 1600 - total flux cleaned = 0.0011995 Jy ! Component: 1650 - total flux cleaned = 0.00116036 Jy ! Component: 1700 - total flux cleaned = 0.00116027 Jy ! Component: 1750 - total flux cleaned = 0.00117295 Jy ! Component: 1800 - total flux cleaned = 0.00116066 Jy ! Component: 1850 - total flux cleaned = 0.00120983 Jy ! Component: 1900 - total flux cleaned = 0.00119784 Jy ! Component: 1950 - total flux cleaned = 0.00128171 Jy ! Component: 2000 - total flux cleaned = 0.00131736 Jy ! Component: 2050 - total flux cleaned = 0.00137555 Jy ! Component: 2100 - total flux cleaned = 0.00141019 Jy ! Component: 2150 - total flux cleaned = 0.00148998 Jy ! Component: 2200 - total flux cleaned = 0.00151248 Jy ! Component: 2250 - total flux cleaned = 0.00156821 Jy ! Component: 2300 - total flux cleaned = 0.00159047 Jy ! Component: 2350 - total flux cleaned = 0.0016884 Jy ! Component: 2400 - total flux cleaned = 0.00170996 Jy ! Component: 2450 - total flux cleaned = 0.00174218 Jy ! Component: 2500 - total flux cleaned = 0.0017845 Jy ! Component: 2550 - total flux cleaned = 0.00184703 Jy ! Component: 2600 - total flux cleaned = 0.00187795 Jy ! Component: 2650 - total flux cleaned = 0.00186783 Jy ! Component: 2700 - total flux cleaned = 0.00191833 Jy ! Component: 2750 - total flux cleaned = 0.00194836 Jy ! Component: 2800 - total flux cleaned = 0.00197804 Jy ! Component: 2850 - total flux cleaned = 0.00198801 Jy ! Component: 2900 - total flux cleaned = 0.00205575 Jy ! Component: 2950 - total flux cleaned = 0.00206538 Jy ! Component: 3000 - total flux cleaned = 0.00208432 Jy ! Component: 3050 - total flux cleaned = 0.00212196 Jy ! Component: 3100 - total flux cleaned = 0.00214062 Jy ! Component: 3150 - total flux cleaned = 0.00216829 Jy ! Component: 3200 - total flux cleaned = 0.00218659 Jy ! Component: 3250 - total flux cleaned = 0.0022137 Jy ! Component: 3300 - total flux cleaned = 0.00224963 Jy ! Component: 3350 - total flux cleaned = 0.00226747 Jy ! Component: 3400 - total flux cleaned = 0.00228517 Jy ! Component: 3450 - total flux cleaned = 0.00231161 Jy ! Component: 3500 - total flux cleaned = 0.00237213 Jy ! Component: 3550 - total flux cleaned = 0.00235486 Jy ! Component: 3600 - total flux cleaned = 0.00239737 Jy ! Component: 3650 - total flux cleaned = 0.00242259 Jy ! Component: 3700 - total flux cleaned = 0.00238909 Jy ! Component: 3750 - total flux cleaned = 0.00244721 Jy ! Component: 3800 - total flux cleaned = 0.00245546 Jy ! Component: 3850 - total flux cleaned = 0.00247997 Jy ! Component: 3900 - total flux cleaned = 0.00248808 Jy ! Component: 3950 - total flux cleaned = 0.00247202 Jy ! Component: 4000 - total flux cleaned = 0.00246403 Jy ! Component: 4050 - total flux cleaned = 0.00254332 Jy ! Total flux subtracted in 4096 components = 0.00256682 Jy ! Clean residual min=-0.000464 max=0.000478 Jy/beam ! Clean residual mean=0.000001 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.144502 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 420 components and 0.144502 Jy ![Exited script file: muppet] wmap "J0912+2205_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.536 x 6.487 at 1.185 degrees (North through East) ! Clean map min=-0.00098965 max=0.10356 Jy/beam ! Writing clean map to FITS file: J0912+2205_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.103561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000140902 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.408172 0.408172 0.816344 1.63269 3.26537 6.53075 13.0615 26.123 52.246 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.536 x 6.487 at 1.185 degrees (North through East) ! Clean map min=-0.00098965 max=0.10356 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 J0912+2205_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:53:42 2016