! Started logfile: J1103+3014_S_2017_02_24_pus_uvs.log on Sat May 4 11:25:05 2019 obs J1103+3014_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1103+3014_S_2017_02_24_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.841298 visibilities/baseline/integration-bin. ! Found source: J1103+3014 ! ! 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 823 lines of history. ! ! Reading 17112 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 J1103+3014_S_2017_02_24_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 437 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.828260Jy sigma=0.008024 ! Fit after self-cal, rms=0.818808Jy sigma=0.007935 ! 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.235 mas, bmaj=5.538 mas, bpa=-2.695 degrees ! Estimated noise=882.707 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.140049 Jy ! Component: 100 - total flux cleaned = 0.172554 Jy ! Total flux subtracted in 100 components = 0.172554 Jy ! Clean residual min=-0.004430 max=0.012144 Jy/beam ! Clean residual mean=-0.000006 rms=0.001240 Jy/beam ! Combined flux in latest and established models = 0.172554 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.172554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076316Jy sigma=0.000704 ! Fit after self-cal, rms=0.076314Jy sigma=0.000704 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129793 Jy ! Component: 100 - total flux cleaned = 0.0193058 Jy ! Total flux subtracted in 100 components = 0.0193058 Jy ! Clean residual min=-0.003359 max=0.003503 Jy/beam ! Clean residual mean=-0.000003 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.19186 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.19186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073686Jy sigma=0.000679 ! Fit after self-cal, rms=0.073667Jy sigma=0.000679 ! 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.847 mas, bmaj=6.355 mas, bpa=-0.758 degrees ! Estimated noise=608.331 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 (3.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00511762 Jy ! Component: 100 - total flux cleaned = 0.00804024 Jy ! Component: 150 - total flux cleaned = 0.0101806 Jy ! Component: 200 - total flux cleaned = 0.0118356 Jy ! Total flux subtracted in 200 components = 0.0118356 Jy ! Clean residual min=-0.002457 max=0.002278 Jy/beam ! Clean residual mean=-0.000001 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.203696 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 34 components and 0.203696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073243Jy sigma=0.000676 ! Fit after self-cal, rms=0.073231Jy sigma=0.000675 ! 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 0.94 FD 1.03 HN 1.03 KP 0.98 ! LA 0.97 MK 0.98 NL 1.02 OV 1.03 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 HN 1.03 KP 0.92 ! LA 0.94 MK 0.97 NL 0.98 OV 1.07 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.00 KP 1.01 ! LA 1.02 MK 1.00 NL 1.09 OV 0.99 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 0.95 KP 1.00* ! LA 1.02 MK 1.11 NL 1.00* OV 0.99 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.073231Jy sigma=0.000675 ! Fit after self-cal, rms=0.071960Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.84 mas, bmaj=6.349 mas, bpa=-0.3604 degrees ! Estimated noise=605.96 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.000686919 Jy ! Component: 100 - total flux cleaned = 0.000718787 Jy ! Component: 150 - total flux cleaned = 0.000878901 Jy ! Component: 200 - total flux cleaned = 0.00102538 Jy ! Total flux subtracted in 200 components = 0.00102538 Jy ! Clean residual min=-0.001957 max=0.001896 Jy/beam ! Clean residual mean=0.000003 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.204721 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.204721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071923Jy sigma=0.000668 ! Fit after self-cal, rms=0.071922Jy sigma=0.000668 ! 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.071922Jy sigma=0.000668 ! Fit after self-cal, rms=0.071511Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.835 mas, bmaj=6.345 mas, bpa=-0.5207 degrees ! Estimated noise=606.181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475565 Jy ! Component: 100 - total flux cleaned = 0.000662713 Jy ! Component: 150 - total flux cleaned = 0.000797658 Jy ! Component: 200 - total flux cleaned = 0.00089997 Jy ! Total flux subtracted in 200 components = 0.00089997 Jy ! Clean residual min=-0.001411 max=0.001578 Jy/beam ! Clean residual mean=-0.000002 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.205621 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.205621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071498Jy sigma=0.000666 ! Fit after self-cal, rms=0.071495Jy sigma=0.000666 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 (-117, 106.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000860006 Jy ! Component: 100 - total flux cleaned = 0.000836466 Jy ! Component: 150 - total flux cleaned = 0.000810239 Jy ! Component: 200 - total flux cleaned = 0.000893454 Jy ! Total flux subtracted in 200 components = 0.000893454 Jy ! Clean residual min=-0.001396 max=0.001412 Jy/beam ! Clean residual mean=-0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.206514 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.206514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071461Jy sigma=0.000665 ! Fit after self-cal, rms=0.071460Jy sigma=0.000665 ! 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.071460Jy sigma=0.000665 ! Fit after self-cal, rms=0.071457Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.832 mas, bmaj=6.343 mas, bpa=-0.5196 degrees ! Estimated noise=606.389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000270924 Jy ! Component: 100 - total flux cleaned = 0.000269918 Jy ! Component: 150 - total flux cleaned = 0.000287835 Jy ! Component: 200 - total flux cleaned = 0.000339967 Jy ! Total flux subtracted in 200 components = 0.000339967 Jy ! Clean residual min=-0.001392 max=0.001397 Jy/beam ! Clean residual mean=-0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.206854 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 84 components and 0.206854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071446Jy sigma=0.000665 ! Fit after self-cal, rms=0.071446Jy sigma=0.000665 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.000125201 Jy ! Component: 100 - total flux cleaned = 0.000141071 Jy ! Component: 150 - total flux cleaned = 0.000141121 Jy ! Component: 200 - total flux cleaned = 0.00015593 Jy ! Total flux subtracted in 200 components = 0.00015593 Jy ! Clean residual min=-0.001368 max=0.001393 Jy/beam ! Clean residual mean=-0.000002 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.20701 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 96 components and 0.20701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071440Jy sigma=0.000665 ! Fit after self-cal, rms=0.071440Jy sigma=0.000665 ! 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.071440Jy sigma=0.000665 ! Fit after self-cal, rms=0.071456Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.43 mas, bmaj=9.521 mas, bpa=1.157 degrees ! Estimated noise=735.082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000365716 Jy ! Component: 100 - total flux cleaned = 0.00046779 Jy ! Component: 150 - total flux cleaned = 0.000483099 Jy ! Component: 200 - total flux cleaned = 0.000471583 Jy ! Total flux subtracted in 200 components = 0.000471583 Jy ! Clean residual min=-0.001406 max=0.001693 Jy/beam ! Clean residual mean=-0.000005 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.207482 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 121 components and 0.207482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071456Jy sigma=0.000665 ! Fit after self-cal, rms=0.071456Jy sigma=0.000665 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.00017586 Jy ! Component: 100 - total flux cleaned = 0.000144561 Jy ! Component: 150 - total flux cleaned = 0.000117627 Jy ! Component: 200 - total flux cleaned = 9.32708e-05 Jy ! Total flux subtracted in 200 components = 9.32708e-05 Jy ! Clean residual min=-0.001393 max=0.001685 Jy/beam ! Clean residual mean=-0.000004 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.207575 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 132 components and 0.207575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071457Jy sigma=0.000665 ! Fit after self-cal, rms=0.071457Jy sigma=0.000665 ! 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.83 mas, bmaj=6.341 mas, bpa=-0.5036 degrees ! Estimated noise=606.723 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.83 x 6.341 at -0.5036 degrees (North through East) ! Clean map min=-0.0013062 max=0.18225 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.216 mas, bmaj=5.528 mas, bpa=-2.491 degrees ! Estimated noise=882.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139821 Jy ! Component: 100 - total flux cleaned = 0.173248 Jy ! Component: 150 - total flux cleaned = 0.186951 Jy ! Component: 200 - total flux cleaned = 0.193587 Jy ! Total flux subtracted in 200 components = 0.193587 Jy ! Clean residual min=-0.002442 max=0.003031 Jy/beam ! Clean residual mean=-0.000003 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.193587 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.193587 Jy ! Inverting map and beam ! Estimated beam: bmin=3.83 mas, bmaj=6.341 mas, bpa=-0.5036 degrees ! Estimated noise=606.723 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.00443658 Jy ! Component: 100 - total flux cleaned = 0.00699292 Jy ! Component: 150 - total flux cleaned = 0.00886252 Jy ! Component: 200 - total flux cleaned = 0.0100515 Jy ! Total flux subtracted in 200 components = 0.0100515 Jy ! Clean residual min=-0.001542 max=0.001469 Jy/beam ! Clean residual mean=-0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.203639 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 0.203639 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.43 mas, bmaj=9.521 mas, bpa=1.157 degrees ! Estimated noise=735.082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154626 Jy ! Component: 100 - total flux cleaned = 0.00207589 Jy ! Component: 150 - total flux cleaned = 0.00243272 Jy ! Component: 200 - total flux cleaned = 0.00267034 Jy ! Total flux subtracted in 200 components = 0.00267034 Jy ! Clean residual min=-0.001486 max=0.001631 Jy/beam ! Clean residual mean=-0.000005 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.206309 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.000184686 Jy ! Component: 100 - total flux cleaned = 0.000267525 Jy ! Component: 150 - total flux cleaned = 0.000323518 Jy ! Component: 200 - total flux cleaned = 0.000391317 Jy ! Total flux subtracted in 200 components = 0.000391317 Jy ! Clean residual min=-0.001431 max=0.001654 Jy/beam ! Clean residual mean=-0.000005 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.2067 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 96 components and 0.2067 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.83 mas, bmaj=6.341 mas, bpa=-0.5036 degrees ! Estimated noise=606.723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000223877 Jy ! Component: 100 - total flux cleaned = -9.36951e-05 Jy ! Component: 150 - total flux cleaned = -9.34936e-06 Jy ! Component: 200 - total flux cleaned = -9.18077e-06 Jy ! Total flux subtracted in 200 components = -9.18077e-06 Jy ! Clean residual min=-0.001364 max=0.001372 Jy/beam ! Clean residual mean=-0.000002 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.206691 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 122 components and 0.206691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071478Jy sigma=0.000665 ! Fit after self-cal, rms=0.071475Jy sigma=0.000665 wmodel J1103+3014_S_2017_02_24_pus_map.mod ! Writing 122 model components to file: J1103+3014_S_2017_02_24_pus_map.mod wobs J1103+3014_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1103+3014_S_2017_02_24_pus_uvs.fits wwins J1103+3014_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J1103+3014_S_2017_02_24_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.000389919 Jy ! Component: 100 - total flux cleaned = -0.000584952 Jy ! Component: 150 - total flux cleaned = -0.000654106 Jy ! Component: 200 - total flux cleaned = -0.000721706 Jy ! Component: 250 - total flux cleaned = -0.000787104 Jy ! Component: 300 - total flux cleaned = -0.000850742 Jy ! Component: 350 - total flux cleaned = -0.00087134 Jy ! Component: 400 - total flux cleaned = -0.000871385 Jy ! Component: 450 - total flux cleaned = -0.000971555 Jy ! Component: 500 - total flux cleaned = -0.0010697 Jy ! Component: 550 - total flux cleaned = -0.00120462 Jy ! Component: 600 - total flux cleaned = -0.00131845 Jy ! Component: 650 - total flux cleaned = -0.00144899 Jy ! Component: 700 - total flux cleaned = -0.00155906 Jy ! Component: 750 - total flux cleaned = -0.00166724 Jy ! Component: 800 - total flux cleaned = -0.0017739 Jy ! Component: 850 - total flux cleaned = -0.00184398 Jy ! Component: 900 - total flux cleaned = -0.00194807 Jy ! Component: 950 - total flux cleaned = -0.00205047 Jy ! Component: 1000 - total flux cleaned = -0.00215155 Jy ! Component: 1050 - total flux cleaned = -0.00223432 Jy ! Component: 1100 - total flux cleaned = -0.00234856 Jy ! Component: 1150 - total flux cleaned = -0.00238066 Jy ! Component: 1200 - total flux cleaned = -0.00246041 Jy ! Component: 1250 - total flux cleaned = -0.00253962 Jy ! Component: 1300 - total flux cleaned = -0.00264893 Jy ! Component: 1350 - total flux cleaned = -0.00272603 Jy ! Component: 1400 - total flux cleaned = -0.00283312 Jy ! Component: 1450 - total flux cleaned = -0.00284843 Jy ! Component: 1500 - total flux cleaned = -0.00295318 Jy ! Component: 1550 - total flux cleaned = -0.0030421 Jy ! Component: 1600 - total flux cleaned = -0.00305657 Jy ! Component: 1650 - total flux cleaned = -0.00308601 Jy ! Component: 1700 - total flux cleaned = -0.00321507 Jy ! Component: 1750 - total flux cleaned = -0.00321485 Jy ! Component: 1800 - total flux cleaned = -0.00324284 Jy ! Component: 1850 - total flux cleaned = -0.00324292 Jy ! Component: 1900 - total flux cleaned = -0.0032844 Jy ! Component: 1950 - total flux cleaned = -0.00331177 Jy ! Component: 2000 - total flux cleaned = -0.00331174 Jy ! Component: 2050 - total flux cleaned = -0.00339233 Jy ! Component: 2100 - total flux cleaned = -0.00337893 Jy ! Component: 2150 - total flux cleaned = -0.00340534 Jy ! Component: 2200 - total flux cleaned = -0.00344471 Jy ! Component: 2250 - total flux cleaned = -0.00341878 Jy ! Component: 2300 - total flux cleaned = -0.00347009 Jy ! Component: 2350 - total flux cleaned = -0.00341906 Jy ! Component: 2400 - total flux cleaned = -0.00349495 Jy ! Component: 2450 - total flux cleaned = -0.00349487 Jy ! Component: 2500 - total flux cleaned = -0.00350732 Jy ! Component: 2550 - total flux cleaned = -0.00348257 Jy ! Component: 2600 - total flux cleaned = -0.00351931 Jy ! Component: 2650 - total flux cleaned = -0.00349491 Jy ! Component: 2700 - total flux cleaned = -0.00351883 Jy ! Component: 2750 - total flux cleaned = -0.00355448 Jy ! Component: 2800 - total flux cleaned = -0.00356628 Jy ! Component: 2850 - total flux cleaned = -0.00355454 Jy ! Component: 2900 - total flux cleaned = -0.00355464 Jy ! Component: 2950 - total flux cleaned = -0.00361236 Jy ! Component: 3000 - total flux cleaned = -0.00360082 Jy ! Component: 3050 - total flux cleaned = -0.00362341 Jy ! Component: 3100 - total flux cleaned = -0.00361217 Jy ! Component: 3150 - total flux cleaned = -0.00366838 Jy ! Component: 3200 - total flux cleaned = -0.00371281 Jy ! Component: 3250 - total flux cleaned = -0.00366871 Jy ! Component: 3300 - total flux cleaned = -0.00369071 Jy ! Component: 3350 - total flux cleaned = -0.00371245 Jy ! Component: 3400 - total flux cleaned = -0.00370163 Jy ! Component: 3450 - total flux cleaned = -0.00370161 Jy ! Component: 3500 - total flux cleaned = -0.00373358 Jy ! Component: 3550 - total flux cleaned = -0.00376532 Jy ! Component: 3600 - total flux cleaned = -0.00372337 Jy ! Component: 3650 - total flux cleaned = -0.00376522 Jy ! Component: 3700 - total flux cleaned = -0.0037756 Jy ! Component: 3750 - total flux cleaned = -0.00378591 Jy ! Component: 3800 - total flux cleaned = -0.00374499 Jy ! Component: 3850 - total flux cleaned = -0.00377547 Jy ! Component: 3900 - total flux cleaned = -0.00375528 Jy ! Component: 3950 - total flux cleaned = -0.00378524 Jy ! Component: 4000 - total flux cleaned = -0.00375548 Jy ! Component: 4050 - total flux cleaned = -0.00377531 Jy ! Total flux subtracted in 4096 components = -0.00377533 Jy ! Clean residual min=-0.000715 max=0.000685 Jy/beam ! Clean residual mean=-0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.202916 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 394 components and 0.202916 Jy ![Exited script file: muppet] wmap "J1103+3014_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.83 x 6.341 at -0.5036 degrees (North through East) ! Clean map min=-0.0010065 max=0.18171 Jy/beam ! Writing clean map to FITS file: J1103+3014_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.181714 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179724 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.296714 0.296714 0.593429 1.18686 2.37371 4.74743 9.49486 18.9897 37.9794 75.9589 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.181 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.83 x 6.341 at -0.5036 degrees (North through East) ! Clean map min=-0.0010065 max=0.18171 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 J1103+3014_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:25:10 2019