! Started logfile: J1051+2027_S_2017_03_23_pus_uvs.log on Mon May 13 09:56:47 2019 obs J1051+2027_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1051+2027_S_2017_03_23_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958201 visibilities/baseline/integration-bin. ! Found source: J1051+2027 ! ! 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 481 lines of history. ! ! Reading 14488 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 J1051+2027_S_2017_03_23_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 271 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.904478Jy sigma=0.008629 ! Fit after self-cal, rms=0.897894Jy sigma=0.008577 ! 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.867 mas, bmaj=6.188 mas, bpa=-6.77 degrees ! Estimated noise=923.549 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.0791066 Jy ! Component: 100 - total flux cleaned = 0.0978657 Jy ! Total flux subtracted in 100 components = 0.0978657 Jy ! Clean residual min=-0.004289 max=0.007550 Jy/beam ! Clean residual mean=-0.000002 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.0978657 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0978657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080683Jy sigma=0.000699 ! Fit after self-cal, rms=0.080616Jy sigma=0.000699 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00846907 Jy ! Component: 100 - total flux cleaned = 0.0129818 Jy ! Total flux subtracted in 100 components = 0.0129818 Jy ! Clean residual min=-0.003579 max=0.003834 Jy/beam ! Clean residual mean=0.000005 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.110848 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.110848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079428Jy sigma=0.000689 ! Fit after self-cal, rms=0.079413Jy sigma=0.000688 ! 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.456 mas, bmaj=7.107 mas, bpa=-4.805 degrees ! Estimated noise=675.93 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 (-4, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00434844 Jy ! Component: 100 - total flux cleaned = 0.00697548 Jy ! Component: 150 - total flux cleaned = 0.00894009 Jy ! Component: 200 - total flux cleaned = 0.0104498 Jy ! Total flux subtracted in 200 components = 0.0104498 Jy ! Clean residual min=-0.002798 max=0.002756 Jy/beam ! Clean residual mean=0.000011 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.121297 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 56 components and 0.121297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079087Jy sigma=0.000686 ! Fit after self-cal, rms=0.079076Jy sigma=0.000686 ! 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.01 FD 1.03 HN 0.94 KP 1.03 ! LA 0.96 MK 1.04 NL 0.85 OV 1.01 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.06 HN 0.99 KP 0.98 ! LA 0.96 MK 0.96 NL 1.06 OV 1.06 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.06 HN 1.00 KP 0.86 ! LA 0.78 MK 1.03 NL 1.18 OV 0.94 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.08 HN 0.92 KP 1.00* ! LA 0.77 MK 1.17 NL 1.00* OV 2.03 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.079076Jy sigma=0.000686 ! Fit after self-cal, rms=0.080341Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=7.127 mas, bpa=-4.475 degrees ! Estimated noise=671.01 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.000847926 Jy ! Component: 100 - total flux cleaned = -0.0012282 Jy ! Component: 150 - total flux cleaned = -0.00145964 Jy ! Component: 200 - total flux cleaned = -0.00163376 Jy ! Total flux subtracted in 200 components = -0.00163376 Jy ! Clean residual min=-0.001892 max=0.001963 Jy/beam ! Clean residual mean=0.000010 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.119664 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.119664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080316Jy sigma=0.000671 ! Fit after self-cal, rms=0.080472Jy sigma=0.000670 ! 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.080472Jy sigma=0.000670 ! Fit after self-cal, rms=0.083575Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.466 mas, bmaj=7.122 mas, bpa=-4.486 degrees ! Estimated noise=671.417 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000496381 Jy ! Component: 100 - total flux cleaned = -0.000523621 Jy ! Component: 150 - total flux cleaned = -0.000522603 Jy ! Component: 200 - total flux cleaned = -0.000539166 Jy ! Total flux subtracted in 200 components = -0.000539166 Jy ! Clean residual min=-0.001529 max=0.001774 Jy/beam ! Clean residual mean=0.000004 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.119124 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.119124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083564Jy sigma=0.000666 ! Fit after self-cal, rms=0.083628Jy 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 (-73, 90). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000903229 Jy ! Component: 100 - total flux cleaned = 0.00130509 Jy ! Component: 150 - total flux cleaned = 0.00131027 Jy ! Component: 200 - total flux cleaned = 0.00128465 Jy ! Total flux subtracted in 200 components = 0.00128465 Jy ! Clean residual min=-0.001502 max=0.001586 Jy/beam ! Clean residual mean=0.000003 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.120409 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.120409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083586Jy sigma=0.000666 ! Fit after self-cal, rms=0.083594Jy sigma=0.000666 ! 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.083594Jy sigma=0.000666 ! Fit after self-cal, rms=0.084012Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=7.121 mas, bpa=-4.507 degrees ! Estimated noise=671.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224836 Jy ! Component: 100 - total flux cleaned = 0.00012476 Jy ! Component: 150 - total flux cleaned = 0.000101802 Jy ! Component: 200 - total flux cleaned = 5.89994e-05 Jy ! Total flux subtracted in 200 components = 5.89994e-05 Jy ! Clean residual min=-0.001510 max=0.001626 Jy/beam ! Clean residual mean=0.000002 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.120468 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.120468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083998Jy sigma=0.000666 ! Fit after self-cal, rms=0.084006Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.92607e-05 Jy ! Component: 100 - total flux cleaned = -1.90679e-05 Jy ! Component: 150 - total flux cleaned = -1.89866e-05 Jy ! Component: 200 - total flux cleaned = -1.89478e-05 Jy ! Total flux subtracted in 200 components = -1.89478e-05 Jy ! Clean residual min=-0.001511 max=0.001635 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.120449 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 120 components and 0.120449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083998Jy sigma=0.000665 ! Fit after self-cal, rms=0.083999Jy 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.083999Jy sigma=0.000665 ! Fit after self-cal, rms=0.084095Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.524 mas, bmaj=10.31 mas, bpa=-2.536 degrees ! Estimated noise=828.784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00018539 Jy ! Component: 100 - total flux cleaned = -0.000353672 Jy ! Component: 150 - total flux cleaned = -0.000422179 Jy ! Component: 200 - total flux cleaned = -0.000437637 Jy ! Total flux subtracted in 200 components = -0.000437637 Jy ! Clean residual min=-0.001709 max=0.001669 Jy/beam ! Clean residual mean=0.000002 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.120012 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 141 components and 0.120012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084090Jy sigma=0.000665 ! Fit after self-cal, rms=0.084089Jy 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 = -6.54485e-05 Jy ! Component: 100 - total flux cleaned = -6.54273e-05 Jy ! Component: 150 - total flux cleaned = -7.83889e-05 Jy ! Component: 200 - total flux cleaned = -9.00832e-05 Jy ! Total flux subtracted in 200 components = -9.00832e-05 Jy ! Clean residual min=-0.001693 max=0.001648 Jy/beam ! Clean residual mean=0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.119921 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 155 components and 0.119921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084087Jy sigma=0.000665 ! Fit after self-cal, rms=0.084086Jy 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.464 mas, bmaj=7.121 mas, bpa=-4.507 degrees ! Estimated noise=671.133 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.464 x 7.121 at -4.507 degrees (North through East) ! Clean map min=-0.0016689 max=0.10244 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.871 mas, bmaj=6.172 mas, bpa=-6.525 degrees ! Estimated noise=918.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0785074 Jy ! Component: 100 - total flux cleaned = 0.0977439 Jy ! Component: 150 - total flux cleaned = 0.106348 Jy ! Component: 200 - total flux cleaned = 0.111038 Jy ! Total flux subtracted in 200 components = 0.111038 Jy ! Clean residual min=-0.002439 max=0.002767 Jy/beam ! Clean residual mean=0.000000 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.111038 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.111038 Jy ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=7.121 mas, bpa=-4.507 degrees ! Estimated noise=671.133 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.00362707 Jy ! Component: 100 - total flux cleaned = 0.00557303 Jy ! Component: 150 - total flux cleaned = 0.00660625 Jy ! Component: 200 - total flux cleaned = 0.0071364 Jy ! Total flux subtracted in 200 components = 0.0071364 Jy ! Clean residual min=-0.001619 max=0.001695 Jy/beam ! Clean residual mean=0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.118175 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 57 components and 0.118175 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.524 mas, bmaj=10.31 mas, bpa=-2.536 degrees ! Estimated noise=828.784 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105594 Jy ! Component: 100 - total flux cleaned = 0.00144923 Jy ! Component: 150 - total flux cleaned = 0.00151324 Jy ! Component: 200 - total flux cleaned = 0.00159237 Jy ! Total flux subtracted in 200 components = 0.00159237 Jy ! Clean residual min=-0.001679 max=0.001664 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.119767 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 = 2.25965e-05 Jy ! Component: 100 - total flux cleaned = 6.20938e-05 Jy ! Component: 150 - total flux cleaned = 6.23687e-05 Jy ! Component: 200 - total flux cleaned = 4.60803e-05 Jy ! Total flux subtracted in 200 components = 4.60803e-05 Jy ! Clean residual min=-0.001643 max=0.001636 Jy/beam ! Clean residual mean=0.000003 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.119813 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 113 components and 0.119813 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.464 mas, bmaj=7.121 mas, bpa=-4.507 degrees ! Estimated noise=671.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000292808 Jy ! Component: 100 - total flux cleaned = -0.000326174 Jy ! Component: 150 - total flux cleaned = -0.000272429 Jy ! Component: 200 - total flux cleaned = -0.000248594 Jy ! Total flux subtracted in 200 components = -0.000248594 Jy ! Clean residual min=-0.001521 max=0.001669 Jy/beam ! Clean residual mean=0.000001 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.119565 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.119565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084104Jy sigma=0.000666 ! Fit after self-cal, rms=0.084103Jy sigma=0.000666 wmodel J1051+2027_S_2017_03_23_pus_map.mod ! Writing 125 model components to file: J1051+2027_S_2017_03_23_pus_map.mod wobs J1051+2027_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1051+2027_S_2017_03_23_pus_uvs.fits wwins J1051+2027_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J1051+2027_S_2017_03_23_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 = 3.16067e-05 Jy ! Component: 100 - total flux cleaned = -7.64358e-05 Jy ! Component: 150 - total flux cleaned = -0.000232824 Jy ! Component: 200 - total flux cleaned = -0.000358911 Jy ! Component: 250 - total flux cleaned = -0.000432421 Jy ! Component: 300 - total flux cleaned = -0.000528408 Jy ! Component: 350 - total flux cleaned = -0.000598769 Jy ! Component: 400 - total flux cleaned = -0.000644839 Jy ! Component: 450 - total flux cleaned = -0.000532348 Jy ! Component: 500 - total flux cleaned = -0.000532459 Jy ! Component: 550 - total flux cleaned = -0.000510792 Jy ! Component: 600 - total flux cleaned = -0.000510896 Jy ! Component: 650 - total flux cleaned = -0.000574398 Jy ! Component: 700 - total flux cleaned = -0.000553604 Jy ! Component: 750 - total flux cleaned = -0.000553977 Jy ! Component: 800 - total flux cleaned = -0.000533768 Jy ! Component: 850 - total flux cleaned = -0.000614385 Jy ! Component: 900 - total flux cleaned = -0.000614329 Jy ! Component: 950 - total flux cleaned = -0.000594497 Jy ! Component: 1000 - total flux cleaned = -0.000633057 Jy ! Component: 1050 - total flux cleaned = -0.000632805 Jy ! Component: 1100 - total flux cleaned = -0.000632711 Jy ! Component: 1150 - total flux cleaned = -0.000651347 Jy ! Component: 1200 - total flux cleaned = -0.000651198 Jy ! Component: 1250 - total flux cleaned = -0.000669507 Jy ! Component: 1300 - total flux cleaned = -0.000651356 Jy ! Component: 1350 - total flux cleaned = -0.000687322 Jy ! Component: 1400 - total flux cleaned = -0.000669591 Jy ! Component: 1450 - total flux cleaned = -0.000669611 Jy ! Component: 1500 - total flux cleaned = -0.000652398 Jy ! Component: 1550 - total flux cleaned = -0.000652428 Jy ! Component: 1600 - total flux cleaned = -0.000669438 Jy ! Component: 1650 - total flux cleaned = -0.000601938 Jy ! Component: 1700 - total flux cleaned = -0.000618795 Jy ! Component: 1750 - total flux cleaned = -0.000652088 Jy ! Component: 1800 - total flux cleaned = -0.000652079 Jy ! Component: 1850 - total flux cleaned = -0.00063587 Jy ! Component: 1900 - total flux cleaned = -0.000668178 Jy ! Component: 1950 - total flux cleaned = -0.00071609 Jy ! Component: 2000 - total flux cleaned = -0.000684091 Jy ! Component: 2050 - total flux cleaned = -0.000715661 Jy ! Component: 2100 - total flux cleaned = -0.000746926 Jy ! Component: 2150 - total flux cleaned = -0.000777788 Jy ! Component: 2200 - total flux cleaned = -0.000808723 Jy ! Component: 2250 - total flux cleaned = -0.000839356 Jy ! Component: 2300 - total flux cleaned = -0.000809083 Jy ! Component: 2350 - total flux cleaned = -0.000809323 Jy ! Component: 2400 - total flux cleaned = -0.000809359 Jy ! Component: 2450 - total flux cleaned = -0.000809468 Jy ! Component: 2500 - total flux cleaned = -0.000809483 Jy ! Component: 2550 - total flux cleaned = -0.000824028 Jy ! Component: 2600 - total flux cleaned = -0.000780518 Jy ! Component: 2650 - total flux cleaned = -0.000794944 Jy ! Component: 2700 - total flux cleaned = -0.000752055 Jy ! Component: 2750 - total flux cleaned = -0.000780754 Jy ! Component: 2800 - total flux cleaned = -0.000752353 Jy ! Component: 2850 - total flux cleaned = -0.00071023 Jy ! Component: 2900 - total flux cleaned = -0.000682332 Jy ! Component: 2950 - total flux cleaned = -0.000710176 Jy ! Component: 3000 - total flux cleaned = -0.000724114 Jy ! Component: 3050 - total flux cleaned = -0.000696762 Jy ! Component: 3100 - total flux cleaned = -0.000669508 Jy ! Component: 3150 - total flux cleaned = -0.000615398 Jy ! Component: 3200 - total flux cleaned = -0.000628902 Jy ! Component: 3250 - total flux cleaned = -0.000615605 Jy ! Component: 3300 - total flux cleaned = -0.000602138 Jy ! Component: 3350 - total flux cleaned = -0.000536227 Jy ! Component: 3400 - total flux cleaned = -0.000523232 Jy ! Component: 3450 - total flux cleaned = -0.00051036 Jy ! Component: 3500 - total flux cleaned = -0.000497335 Jy ! Component: 3550 - total flux cleaned = -0.000535958 Jy ! Component: 3600 - total flux cleaned = -0.000484714 Jy ! Component: 3650 - total flux cleaned = -0.000509994 Jy ! Component: 3700 - total flux cleaned = -0.000472005 Jy ! Component: 3750 - total flux cleaned = -0.000446976 Jy ! Component: 3800 - total flux cleaned = -0.000446985 Jy ! Component: 3850 - total flux cleaned = -0.000496641 Jy ! Component: 3900 - total flux cleaned = -0.000447135 Jy ! Component: 3950 - total flux cleaned = -0.00039796 Jy ! Component: 4000 - total flux cleaned = -0.000361415 Jy ! Component: 4050 - total flux cleaned = -0.000434304 Jy ! Total flux subtracted in 4096 components = -0.000373963 Jy ! Clean residual min=-0.000790 max=0.000903 Jy/beam ! Clean residual mean=0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.119191 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 430 components and 0.119191 Jy ![Exited script file: muppet] wmap "J1051+2027_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.464 x 7.121 at -4.507 degrees (North through East) ! Clean map min=-0.0016318 max=0.10267 Jy/beam ! Writing clean map to FITS file: J1051+2027_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102669 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225158 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.657914 0.657914 1.31583 2.63166 5.26331 10.5266 21.0532 42.1065 84.213 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 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.464 x 7.121 at -4.507 degrees (North through East) ! Clean map min=-0.0016318 max=0.10267 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 J1051+2027_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:56:52 2019