! Started logfile: J2003+3034_S_2017_06_10_pus_uvs.log on Mon May 6 15:01:32 2019 obs J2003+3034_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2003+3034_S_2017_06_10_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.957143 visibilities/baseline/integration-bin. ! Found source: J2003+3034 ! ! 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 1154 lines of history. ! ! Reading 14472 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 J2003+3034_S_2017_06_10_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 457 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.834614Jy sigma=0.008774 ! Fit after self-cal, rms=0.826432Jy sigma=0.008693 ! 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.972 mas, bmaj=5.494 mas, bpa=-6.667 degrees ! Estimated noise=841.07 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.127787 Jy ! Component: 100 - total flux cleaned = 0.169842 Jy ! Total flux subtracted in 100 components = 0.169842 Jy ! Clean residual min=-0.006790 max=0.019354 Jy/beam ! Clean residual mean=0.000015 rms=0.002101 Jy/beam ! Combined flux in latest and established models = 0.169842 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.169842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084741Jy sigma=0.000835 ! Fit after self-cal, rms=0.084710Jy sigma=0.000835 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0226345 Jy ! Component: 100 - total flux cleaned = 0.0359899 Jy ! Total flux subtracted in 100 components = 0.0359899 Jy ! Clean residual min=-0.004944 max=0.006892 Jy/beam ! Clean residual mean=0.000013 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.205832 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.205832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076590Jy sigma=0.000742 ! Fit after self-cal, rms=0.076593Jy sigma=0.000742 ! 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.542 mas, bmaj=6.369 mas, bpa=-6.201 degrees ! Estimated noise=634.547 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.0115254 Jy ! Component: 100 - total flux cleaned = 0.0181903 Jy ! Component: 150 - total flux cleaned = 0.0222819 Jy ! Component: 200 - total flux cleaned = 0.0248818 Jy ! Total flux subtracted in 200 components = 0.0248818 Jy ! Clean residual min=-0.003745 max=0.004735 Jy/beam ! Clean residual mean=0.000012 rms=0.001133 Jy/beam ! Combined flux in latest and established models = 0.230714 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 51 components and 0.230714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074782Jy sigma=0.000722 ! Fit after self-cal, rms=0.074789Jy sigma=0.000722 ! 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.05 FD 0.94 HN 0.97 KP 1.02 ! LA 1.00 MK 1.07 NL 0.89 OV 1.02 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.97 HN 1.00 KP 0.98 ! LA 0.97 MK 1.07 NL 1.05 OV 1.03 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 0.98 KP 0.97 ! LA 0.98 MK 1.05 NL 1.02 OV 0.95 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.97 KP 1.00* ! LA 0.96 MK 1.08 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.074789Jy sigma=0.000722 ! Fit after self-cal, rms=0.075935Jy sigma=0.000706 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=6.445 mas, bpa=-6.133 degrees ! Estimated noise=642.891 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.000619558 Jy ! Component: 100 - total flux cleaned = 0.00061954 Jy ! Component: 150 - total flux cleaned = 0.000619376 Jy ! Component: 200 - total flux cleaned = 0.000599819 Jy ! Total flux subtracted in 200 components = 0.000599819 Jy ! Clean residual min=-0.003950 max=0.004013 Jy/beam ! Clean residual mean=0.000011 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.231314 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.231314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075915Jy sigma=0.000706 ! Fit after self-cal, rms=0.075937Jy sigma=0.000706 ! 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.075937Jy sigma=0.000706 ! Fit after self-cal, rms=0.076565Jy sigma=0.000679 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=6.428 mas, bpa=-5.956 degrees ! Estimated noise=644.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288535 Jy ! Component: 100 - total flux cleaned = -0.000336515 Jy ! Component: 150 - total flux cleaned = -0.000359543 Jy ! Component: 200 - total flux cleaned = -0.00040248 Jy ! Total flux subtracted in 200 components = -0.00040248 Jy ! Clean residual min=-0.001585 max=0.001895 Jy/beam ! Clean residual mean=0.000004 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.230911 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 75 components and 0.230911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076552Jy sigma=0.000679 ! Fit after self-cal, rms=0.076606Jy sigma=0.000679 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 (2.5, 90.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000616845 Jy ! Component: 100 - total flux cleaned = 0.000438679 Jy ! Component: 150 - total flux cleaned = 0.000286193 Jy ! Component: 200 - total flux cleaned = 0.000150881 Jy ! Total flux subtracted in 200 components = 0.000150881 Jy ! Clean residual min=-0.001537 max=0.001598 Jy/beam ! Clean residual mean=0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.231062 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 94 components and 0.231062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076544Jy sigma=0.000679 ! Fit after self-cal, rms=0.076542Jy sigma=0.000678 ! 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.076542Jy sigma=0.000678 ! Fit after self-cal, rms=0.076646Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=6.435 mas, bpa=-5.986 degrees ! Estimated noise=644.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000112591 Jy ! Component: 100 - total flux cleaned = 1.84622e-05 Jy ! Component: 150 - total flux cleaned = -6.69023e-05 Jy ! Component: 200 - total flux cleaned = -0.000145109 Jy ! Total flux subtracted in 200 components = -0.000145109 Jy ! Clean residual min=-0.001551 max=0.001580 Jy/beam ! Clean residual mean=0.000004 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.230917 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 98 components and 0.230917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076623Jy sigma=0.000678 ! Fit after self-cal, rms=0.076623Jy sigma=0.000678 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.154e-05 Jy ! Component: 100 - total flux cleaned = -9.19135e-05 Jy ! Component: 150 - total flux cleaned = -0.00013767 Jy ! Component: 200 - total flux cleaned = -0.000181175 Jy ! Total flux subtracted in 200 components = -0.000181175 Jy ! Clean residual min=-0.001563 max=0.001551 Jy/beam ! Clean residual mean=0.000004 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.230736 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.230736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076610Jy sigma=0.000678 ! Fit after self-cal, rms=0.076610Jy sigma=0.000678 ! 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.076610Jy sigma=0.000678 ! Fit after self-cal, rms=0.076574Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.683 mas, bmaj=9.972 mas, bpa=-6.58 degrees ! Estimated noise=785.556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.97502e-05 Jy ! Component: 100 - total flux cleaned = -0.000164167 Jy ! Component: 150 - total flux cleaned = -0.000224039 Jy ! Component: 200 - total flux cleaned = -0.000269278 Jy ! Total flux subtracted in 200 components = -0.000269278 Jy ! Clean residual min=-0.001626 max=0.001572 Jy/beam ! Clean residual mean=0.000007 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.230466 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.230466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076571Jy sigma=0.000678 ! Fit after self-cal, rms=0.076571Jy sigma=0.000678 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.23186e-05 Jy ! Component: 100 - total flux cleaned = -4.96545e-06 Jy ! Component: 150 - total flux cleaned = -2.092e-05 Jy ! Component: 200 - total flux cleaned = -3.54041e-05 Jy ! Total flux subtracted in 200 components = -3.54041e-05 Jy ! Clean residual min=-0.001625 max=0.001565 Jy/beam ! Clean residual mean=0.000007 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.230431 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 126 components and 0.230431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076569Jy sigma=0.000678 ! Fit after self-cal, rms=0.076569Jy sigma=0.000678 ! 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.6 mas, bmaj=6.436 mas, bpa=-6.003 degrees ! Estimated noise=644.438 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.6 x 6.436 at -6.003 degrees (North through East) ! Clean map min=-0.0014997 max=0.17437 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.015 mas, bmaj=5.521 mas, bpa=-6.769 degrees ! Estimated noise=864.585 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.130933 Jy ! Component: 100 - total flux cleaned = 0.17286 Jy ! Component: 150 - total flux cleaned = 0.194759 Jy ! Component: 200 - total flux cleaned = 0.207482 Jy ! Total flux subtracted in 200 components = 0.207482 Jy ! Clean residual min=-0.003543 max=0.006533 Jy/beam ! Clean residual mean=0.000006 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.207482 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.207482 Jy ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=6.436 mas, bpa=-6.003 degrees ! Estimated noise=644.438 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.00975718 Jy ! Component: 100 - total flux cleaned = 0.0151919 Jy ! Component: 150 - total flux cleaned = 0.0185226 Jy ! Component: 200 - total flux cleaned = 0.020152 Jy ! Total flux subtracted in 200 components = 0.020152 Jy ! Clean residual min=-0.001770 max=0.001796 Jy/beam ! Clean residual mean=0.000004 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.227634 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.227634 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.683 mas, bmaj=9.972 mas, bpa=-6.58 degrees ! Estimated noise=785.556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125385 Jy ! Component: 100 - total flux cleaned = 0.00168381 Jy ! Component: 150 - total flux cleaned = 0.00187048 Jy ! Component: 200 - total flux cleaned = 0.00205106 Jy ! Total flux subtracted in 200 components = 0.00205106 Jy ! Clean residual min=-0.001622 max=0.001556 Jy/beam ! Clean residual mean=0.000008 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.229685 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 = 7.94678e-07 Jy ! Component: 100 - total flux cleaned = 2.31259e-05 Jy ! Component: 150 - total flux cleaned = 2.24775e-05 Jy ! Component: 200 - total flux cleaned = 2.22973e-05 Jy ! Total flux subtracted in 200 components = 2.22973e-05 Jy ! Clean residual min=-0.001641 max=0.001562 Jy/beam ! Clean residual mean=0.000008 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.229707 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 85 components and 0.229707 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.6 mas, bmaj=6.436 mas, bpa=-6.003 degrees ! Estimated noise=644.438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000763402 Jy ! Component: 100 - total flux cleaned = -0.000435569 Jy ! Component: 150 - total flux cleaned = -0.000389585 Jy ! Component: 200 - total flux cleaned = -0.000305078 Jy ! Total flux subtracted in 200 components = -0.000305078 Jy ! Clean residual min=-0.001627 max=0.001646 Jy/beam ! Clean residual mean=0.000004 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.229402 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 95 components and 0.229402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076643Jy sigma=0.000679 ! Fit after self-cal, rms=0.076635Jy sigma=0.000679 wmodel J2003+3034_S_2017_06_10_pus_map.mod ! Writing 95 model components to file: J2003+3034_S_2017_06_10_pus_map.mod wobs J2003+3034_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2003+3034_S_2017_06_10_pus_uvs.fits wwins J2003+3034_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J2003+3034_S_2017_06_10_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.000154695 Jy ! Component: 100 - total flux cleaned = 0.00047253 Jy ! Component: 150 - total flux cleaned = 0.000639259 Jy ! Component: 200 - total flux cleaned = 0.000773189 Jy ! Component: 250 - total flux cleaned = 0.000902509 Jy ! Component: 300 - total flux cleaned = 0.00107907 Jy ! Component: 350 - total flux cleaned = 0.00125097 Jy ! Component: 400 - total flux cleaned = 0.00144293 Jy ! Component: 450 - total flux cleaned = 0.00151351 Jy ! Component: 500 - total flux cleaned = 0.00162917 Jy ! Component: 550 - total flux cleaned = 0.001697 Jy ! Component: 600 - total flux cleaned = 0.00180832 Jy ! Component: 650 - total flux cleaned = 0.00187365 Jy ! Component: 700 - total flux cleaned = 0.00193854 Jy ! Component: 750 - total flux cleaned = 0.002045 Jy ! Component: 800 - total flux cleaned = 0.00212911 Jy ! Component: 850 - total flux cleaned = 0.0022739 Jy ! Component: 900 - total flux cleaned = 0.00241637 Jy ! Component: 950 - total flux cleaned = 0.00247641 Jy ! Component: 1000 - total flux cleaned = 0.0026145 Jy ! Component: 1050 - total flux cleaned = 0.00267277 Jy ! Component: 1100 - total flux cleaned = 0.00273019 Jy ! Component: 1150 - total flux cleaned = 0.00282536 Jy ! Component: 1200 - total flux cleaned = 0.00295642 Jy ! Component: 1250 - total flux cleaned = 0.0030484 Jy ! Component: 1300 - total flux cleaned = 0.00315789 Jy ! Component: 1350 - total flux cleaned = 0.00324791 Jy ! Component: 1400 - total flux cleaned = 0.00331897 Jy ! Component: 1450 - total flux cleaned = 0.00344203 Jy ! Component: 1500 - total flux cleaned = 0.00354633 Jy ! Component: 1550 - total flux cleaned = 0.00358078 Jy ! Component: 1600 - total flux cleaned = 0.0036832 Jy ! Component: 1650 - total flux cleaned = 0.00380137 Jy ! Component: 1700 - total flux cleaned = 0.00386808 Jy ! Component: 1750 - total flux cleaned = 0.00386803 Jy ! Component: 1800 - total flux cleaned = 0.00393371 Jy ! Component: 1850 - total flux cleaned = 0.00398293 Jy ! Component: 1900 - total flux cleaned = 0.00409585 Jy ! Component: 1950 - total flux cleaned = 0.00417603 Jy ! Component: 2000 - total flux cleaned = 0.00419188 Jy ! Component: 2050 - total flux cleaned = 0.00430195 Jy ! Component: 2100 - total flux cleaned = 0.00425509 Jy ! Component: 2150 - total flux cleaned = 0.00440968 Jy ! Component: 2200 - total flux cleaned = 0.00444035 Jy ! Component: 2250 - total flux cleaned = 0.00454662 Jy ! Component: 2300 - total flux cleaned = 0.00445614 Jy ! Component: 2350 - total flux cleaned = 0.00451599 Jy ! Component: 2400 - total flux cleaned = 0.00459017 Jy ! Component: 2450 - total flux cleaned = 0.00457552 Jy ! Component: 2500 - total flux cleaned = 0.00461906 Jy ! Component: 2550 - total flux cleaned = 0.00460449 Jy ! Component: 2600 - total flux cleaned = 0.00459022 Jy ! Component: 2650 - total flux cleaned = 0.00464745 Jy ! Component: 2700 - total flux cleaned = 0.00470399 Jy ! Component: 2750 - total flux cleaned = 0.00468979 Jy ! Component: 2800 - total flux cleaned = 0.00468952 Jy ! Component: 2850 - total flux cleaned = 0.00473111 Jy ! Component: 2900 - total flux cleaned = 0.00477221 Jy ! Component: 2950 - total flux cleaned = 0.00474468 Jy ! Component: 3000 - total flux cleaned = 0.00477163 Jy ! Component: 3050 - total flux cleaned = 0.00481193 Jy ! Component: 3100 - total flux cleaned = 0.00485177 Jy ! Component: 3150 - total flux cleaned = 0.0048517 Jy ! Component: 3200 - total flux cleaned = 0.00490423 Jy ! Component: 3250 - total flux cleaned = 0.004878 Jy ! Component: 3300 - total flux cleaned = 0.00490395 Jy ! Component: 3350 - total flux cleaned = 0.00489108 Jy ! Component: 3400 - total flux cleaned = 0.00487808 Jy ! Component: 3450 - total flux cleaned = 0.00489089 Jy ! Component: 3500 - total flux cleaned = 0.00490352 Jy ! Component: 3550 - total flux cleaned = 0.0049161 Jy ! Component: 3600 - total flux cleaned = 0.00491613 Jy ! Component: 3650 - total flux cleaned = 0.00499081 Jy ! Component: 3700 - total flux cleaned = 0.00500305 Jy ! Component: 3750 - total flux cleaned = 0.00499077 Jy ! Component: 3800 - total flux cleaned = 0.00503974 Jy ! Component: 3850 - total flux cleaned = 0.00507614 Jy ! Component: 3900 - total flux cleaned = 0.00506406 Jy ! Component: 3950 - total flux cleaned = 0.00509998 Jy ! Component: 4000 - total flux cleaned = 0.00507607 Jy ! Component: 4050 - total flux cleaned = 0.00507609 Jy ! Total flux subtracted in 4096 components = 0.00509978 Jy ! Clean residual min=-0.000660 max=0.000685 Jy/beam ! Clean residual mean=0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.234502 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 390 components and 0.234502 Jy ![Exited script file: muppet] wmap "J2003+3034_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.6 x 6.436 at -6.003 degrees (North through East) ! Clean map min=-0.0011766 max=0.17473 Jy/beam ! Writing clean map to FITS file: J2003+3034_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.174731 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211556 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.363226 0.363226 0.726451 1.4529 2.9058 5.81161 11.6232 23.2464 46.4929 92.9857 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.174 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.6 x 6.436 at -6.003 degrees (North through East) ! Clean map min=-0.0011766 max=0.17473 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 J2003+3034_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:01:36 2019