! Started logfile: J0514-2029_S_2017_06_10_pus_uvs.log on Mon May 6 14:45:32 2019 obs J0514-2029_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0514-2029_S_2017_06_10_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.959921 visibilities/baseline/integration-bin. ! Found source: J0514-2029 ! ! 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 9676 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 J0514-2029_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 306 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.732934Jy sigma=0.005531 ! Fit after self-cal, rms=0.697425Jy sigma=0.005259 ! 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.619 mas, bmaj=7.077 mas, bpa=-6.795 degrees ! Estimated noise=1330.88 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.245997 Jy ! Component: 100 - total flux cleaned = 0.30036 Jy ! Total flux subtracted in 100 components = 0.30036 Jy ! Clean residual min=-0.011935 max=0.026342 Jy/beam ! Clean residual mean=0.000015 rms=0.003610 Jy/beam ! Combined flux in latest and established models = 0.30036 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.30036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117781Jy sigma=0.000844 ! Fit after self-cal, rms=0.117783Jy sigma=0.000844 ! Inverting map ! Added new window around map position (3, -10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0235302 Jy ! Component: 100 - total flux cleaned = 0.0360599 Jy ! Total flux subtracted in 100 components = 0.0360599 Jy ! Clean residual min=-0.011878 max=0.019069 Jy/beam ! Clean residual mean=0.000025 rms=0.002956 Jy/beam ! Combined flux in latest and established models = 0.336419 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.336419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112612Jy sigma=0.000803 ! Fit after self-cal, rms=0.112297Jy sigma=0.000800 ! 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.063 mas, bmaj=7.85 mas, bpa=-5.925 degrees ! Estimated noise=1064.97 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.0141146 Jy ! Component: 100 - total flux cleaned = 0.0169492 Jy ! Component: 150 - total flux cleaned = 0.0180754 Jy ! Component: 200 - total flux cleaned = 0.0186427 Jy ! Total flux subtracted in 200 components = 0.0186427 Jy ! Clean residual min=-0.011880 max=0.016065 Jy/beam ! Clean residual mean=0.000021 rms=0.003274 Jy/beam ! Combined flux in latest and established models = 0.355062 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 45 components and 0.355062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110033Jy sigma=0.000787 ! Fit after self-cal, rms=0.109752Jy sigma=0.000784 ! 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.21 FD 0.92 HN 1.00 KP 1.03 ! LA 1.00 MK 0.98 NL 0.89 OV 0.99 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.61 FD 0.95 HN 1.03 KP 1.00 ! LA 0.99 MK 0.98 NL 1.03 OV 1.01 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.99 HN 1.01 KP 0.98 ! LA 0.97 MK 1.01 NL 0.97 OV 0.92 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.05 KP 1.00* ! LA 0.99 MK 1.15 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.109752Jy sigma=0.000784 ! Fit after self-cal, rms=0.117765Jy sigma=0.000741 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.056 mas, bmaj=7.901 mas, bpa=-5.886 degrees ! Estimated noise=1079.14 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.00124235 Jy ! Component: 100 - total flux cleaned = -0.0012486 Jy ! Component: 150 - total flux cleaned = -0.00137012 Jy ! Component: 200 - total flux cleaned = -0.0015952 Jy ! Total flux subtracted in 200 components = -0.0015952 Jy ! Clean residual min=-0.010954 max=0.010401 Jy/beam ! Clean residual mean=0.000012 rms=0.002657 Jy/beam ! Combined flux in latest and established models = 0.353467 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.353467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117235Jy sigma=0.000739 ! Fit after self-cal, rms=0.117326Jy sigma=0.000738 ! 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.117326Jy sigma=0.000738 ! Fit after self-cal, rms=0.124117Jy sigma=0.000685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.053 mas, bmaj=7.96 mas, bpa=-6.309 degrees ! Estimated noise=1097.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000596779 Jy ! Component: 100 - total flux cleaned = -0.000739245 Jy ! Component: 150 - total flux cleaned = -0.00109285 Jy ! Component: 200 - total flux cleaned = -0.00151118 Jy ! Total flux subtracted in 200 components = -0.00151118 Jy ! Clean residual min=-0.006051 max=0.003883 Jy/beam ! Clean residual mean=0.000006 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.351956 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.351956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123854Jy sigma=0.000682 ! Fit after self-cal, rms=0.123990Jy sigma=0.000682 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.000710016 Jy ! Component: 100 - total flux cleaned = -0.000887813 Jy ! Component: 150 - total flux cleaned = -0.0011258 Jy ! Component: 200 - total flux cleaned = -0.00134311 Jy ! Total flux subtracted in 200 components = -0.00134311 Jy ! Clean residual min=-0.005144 max=0.003816 Jy/beam ! Clean residual mean=0.000006 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.350612 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 0.350612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123908Jy sigma=0.000681 ! Fit after self-cal, rms=0.123883Jy sigma=0.000681 ! 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.123883Jy sigma=0.000681 ! Fit after self-cal, rms=0.129201Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.056 mas, bmaj=7.97 mas, bpa=-6.296 degrees ! Estimated noise=1096.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00161119 Jy ! Component: 100 - total flux cleaned = -0.00121663 Jy ! Component: 150 - total flux cleaned = -0.00110106 Jy ! Component: 200 - total flux cleaned = -0.00115094 Jy ! Total flux subtracted in 200 components = -0.00115094 Jy ! Clean residual min=-0.003635 max=0.003062 Jy/beam ! Clean residual mean=0.000005 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.349462 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 83 components and 0.349462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129131Jy sigma=0.000675 ! Fit after self-cal, rms=0.129118Jy sigma=0.000675 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.000665535 Jy ! Component: 100 - total flux cleaned = -0.000452365 Jy ! Component: 150 - total flux cleaned = -0.000359739 Jy ! Component: 200 - total flux cleaned = -0.000361047 Jy ! Total flux subtracted in 200 components = -0.000361047 Jy ! Clean residual min=-0.003413 max=0.003059 Jy/beam ! Clean residual mean=0.000005 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.349101 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.349101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129084Jy sigma=0.000674 ! Fit after self-cal, rms=0.129068Jy sigma=0.000674 ! 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.129068Jy sigma=0.000674 ! Fit after self-cal, rms=0.130236Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.545 mas, bmaj=16.87 mas, bpa=-3.612 degrees ! Estimated noise=1413.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115415 Jy ! Component: 100 - total flux cleaned = -0.00111279 Jy ! Component: 150 - total flux cleaned = -0.00122518 Jy ! Component: 200 - total flux cleaned = -0.00132853 Jy ! Total flux subtracted in 200 components = -0.00132853 Jy ! Clean residual min=-0.003719 max=0.004177 Jy/beam ! Clean residual mean=0.000008 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.347772 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.347772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130208Jy sigma=0.000674 ! Fit after self-cal, rms=0.130204Jy sigma=0.000674 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 (77.5, -121.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265943 Jy ! Component: 100 - total flux cleaned = 0.00273565 Jy ! Component: 150 - total flux cleaned = 0.00278919 Jy ! Component: 200 - total flux cleaned = 0.00260363 Jy ! Total flux subtracted in 200 components = 0.00260363 Jy ! Clean residual min=-0.003135 max=0.003291 Jy/beam ! Clean residual mean=0.000000 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.350376 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 125 components and 0.350376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130145Jy sigma=0.000673 ! Fit after self-cal, rms=0.130132Jy sigma=0.000673 ! 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.056 mas, bmaj=7.974 mas, bpa=-6.236 degrees ! Estimated noise=1095.42 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.056 x 7.974 at -6.236 degrees (North through East) ! Clean map min=-0.0045043 max=0.31248 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.625 mas, bmaj=7.196 mas, bpa=-6.667 degrees ! Estimated noise=1358.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.250721 Jy ! Component: 100 - total flux cleaned = 0.306002 Jy ! Component: 150 - total flux cleaned = 0.324937 Jy ! Component: 200 - total flux cleaned = 0.335484 Jy ! Total flux subtracted in 200 components = 0.335484 Jy ! Clean residual min=-0.004387 max=0.005337 Jy/beam ! Clean residual mean=0.000005 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.335484 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.335484 Jy ! Inverting map and beam ! Estimated beam: bmin=3.056 mas, bmaj=7.974 mas, bpa=-6.236 degrees ! Estimated noise=1095.42 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.0067083 Jy ! Component: 100 - total flux cleaned = 0.0107331 Jy ! Component: 150 - total flux cleaned = 0.0133401 Jy ! Component: 200 - total flux cleaned = 0.0140656 Jy ! Total flux subtracted in 200 components = 0.0140656 Jy ! Clean residual min=-0.003237 max=0.003073 Jy/beam ! Clean residual mean=0.000001 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.34955 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.34955 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.545 mas, bmaj=16.87 mas, bpa=-3.612 degrees ! Estimated noise=1413.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141304 Jy ! Component: 100 - total flux cleaned = 0.00154081 Jy ! Component: 150 - total flux cleaned = 0.00143189 Jy ! Component: 200 - total flux cleaned = 0.00143444 Jy ! Total flux subtracted in 200 components = 0.00143444 Jy ! Clean residual min=-0.003631 max=0.003538 Jy/beam ! Clean residual mean=0.000002 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.350984 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 = -4.38579e-05 Jy ! Component: 100 - total flux cleaned = -8.30624e-05 Jy ! Component: 150 - total flux cleaned = -8.29167e-05 Jy ! Component: 200 - total flux cleaned = -8.37704e-05 Jy ! Total flux subtracted in 200 components = -8.37704e-05 Jy ! Clean residual min=-0.003474 max=0.003347 Jy/beam ! Clean residual mean=0.000002 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.3509 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 90 components and 0.350901 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.056 mas, bmaj=7.974 mas, bpa=-6.236 degrees ! Estimated noise=1095.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00066302 Jy ! Component: 100 - total flux cleaned = -0.000983885 Jy ! Component: 150 - total flux cleaned = -0.0011557 Jy ! Component: 200 - total flux cleaned = -0.00120849 Jy ! Total flux subtracted in 200 components = -0.00120849 Jy ! Clean residual min=-0.002730 max=0.002710 Jy/beam ! Clean residual mean=0.000001 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.349692 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 112 components and 0.349692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130169Jy sigma=0.000673 ! Fit after self-cal, rms=0.130118Jy sigma=0.000672 wmodel J0514-2029_S_2017_06_10_pus_map.mod ! Writing 112 model components to file: J0514-2029_S_2017_06_10_pus_map.mod wobs J0514-2029_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0514-2029_S_2017_06_10_pus_uvs.fits wwins J0514-2029_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J0514-2029_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.000242695 Jy ! Component: 100 - total flux cleaned = -0.000561538 Jy ! Component: 150 - total flux cleaned = -0.000819815 Jy ! Component: 200 - total flux cleaned = -0.00106629 Jy ! Component: 250 - total flux cleaned = -0.00118436 Jy ! Component: 300 - total flux cleaned = -0.0013753 Jy ! Component: 350 - total flux cleaned = -0.00156101 Jy ! Component: 400 - total flux cleaned = -0.00177758 Jy ! Component: 450 - total flux cleaned = -0.00191842 Jy ! Component: 500 - total flux cleaned = -0.00212628 Jy ! Component: 550 - total flux cleaned = -0.00243034 Jy ! Component: 600 - total flux cleaned = -0.00266134 Jy ! Component: 650 - total flux cleaned = -0.00291988 Jy ! Component: 700 - total flux cleaned = -0.0032355 Jy ! Component: 750 - total flux cleaned = -0.00342123 Jy ! Component: 800 - total flux cleaned = -0.00363395 Jy ! Component: 850 - total flux cleaned = -0.00387262 Jy ! Component: 900 - total flux cleaned = -0.00404806 Jy ! Component: 950 - total flux cleaned = -0.0041343 Jy ! Component: 1000 - total flux cleaned = -0.00436119 Jy ! Component: 1050 - total flux cleaned = -0.00452816 Jy ! Component: 1100 - total flux cleaned = -0.00461062 Jy ! Component: 1150 - total flux cleaned = -0.00480095 Jy ! Component: 1200 - total flux cleaned = -0.00498825 Jy ! Component: 1250 - total flux cleaned = -0.0051196 Jy ! Component: 1300 - total flux cleaned = -0.00522317 Jy ! Component: 1350 - total flux cleaned = -0.00527481 Jy ! Component: 1400 - total flux cleaned = -0.00552758 Jy ! Component: 1450 - total flux cleaned = -0.00560224 Jy ! Component: 1500 - total flux cleaned = -0.00567608 Jy ! Component: 1550 - total flux cleaned = -0.00574954 Jy ! Component: 1600 - total flux cleaned = -0.0059176 Jy ! Component: 1650 - total flux cleaned = -0.00603639 Jy ! Component: 1700 - total flux cleaned = -0.00620035 Jy ! Component: 1750 - total flux cleaned = -0.00629284 Jy ! Component: 1800 - total flux cleaned = -0.00638484 Jy ! Component: 1850 - total flux cleaned = -0.00643078 Jy ! Component: 1900 - total flux cleaned = -0.00661046 Jy ! Component: 1950 - total flux cleaned = -0.00685447 Jy ! Component: 2000 - total flux cleaned = -0.00698593 Jy ! Component: 2050 - total flux cleaned = -0.00707284 Jy ! Component: 2100 - total flux cleaned = -0.00720202 Jy ! Component: 2150 - total flux cleaned = -0.00737265 Jy ! Component: 2200 - total flux cleaned = -0.00752047 Jy ! Component: 2250 - total flux cleaned = -0.00762504 Jy ! Component: 2300 - total flux cleaned = -0.00777 Jy ! Component: 2350 - total flux cleaned = -0.00791365 Jy ! Component: 2400 - total flux cleaned = -0.00801545 Jy ! Component: 2450 - total flux cleaned = -0.00809613 Jy ! Component: 2500 - total flux cleaned = -0.00821588 Jy ! Component: 2550 - total flux cleaned = -0.00821617 Jy ! Component: 2600 - total flux cleaned = -0.00841281 Jy ! Component: 2650 - total flux cleaned = -0.00847101 Jy ! Component: 2700 - total flux cleaned = -0.00858657 Jy ! Component: 2750 - total flux cleaned = -0.00862466 Jy ! Component: 2800 - total flux cleaned = -0.00871965 Jy ! Component: 2850 - total flux cleaned = -0.00885159 Jy ! Component: 2900 - total flux cleaned = -0.00896336 Jy ! Component: 2950 - total flux cleaned = -0.00901876 Jy ! Component: 3000 - total flux cleaned = -0.00909222 Jy ! Component: 3050 - total flux cleaned = -0.009147 Jy ! Component: 3100 - total flux cleaned = -0.00921951 Jy ! Component: 3150 - total flux cleaned = -0.00927335 Jy ! Component: 3200 - total flux cleaned = -0.00932654 Jy ! Component: 3250 - total flux cleaned = -0.00939735 Jy ! Component: 3300 - total flux cleaned = -0.00941486 Jy ! Component: 3350 - total flux cleaned = -0.00953671 Jy ! Component: 3400 - total flux cleaned = -0.00967496 Jy ! Component: 3450 - total flux cleaned = -0.00969213 Jy ! Component: 3500 - total flux cleaned = -0.00974313 Jy ! Component: 3550 - total flux cleaned = -0.00981106 Jy ! Component: 3600 - total flux cleaned = -0.00994562 Jy ! Component: 3650 - total flux cleaned = -0.00997904 Jy ! Component: 3700 - total flux cleaned = -0.0101117 Jy ! Component: 3750 - total flux cleaned = -0.0101446 Jy ! Component: 3800 - total flux cleaned = -0.0102592 Jy ! Component: 3850 - total flux cleaned = -0.0102592 Jy ! Component: 3900 - total flux cleaned = -0.0102753 Jy ! Component: 3950 - total flux cleaned = -0.0103716 Jy ! Component: 4000 - total flux cleaned = -0.0104355 Jy ! Component: 4050 - total flux cleaned = -0.0104672 Jy ! Total flux subtracted in 4096 components = -0.0104987 Jy ! Clean residual min=-0.000933 max=0.000894 Jy/beam ! Clean residual mean=-0.000002 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.339193 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 399 components and 0.339193 Jy ![Exited script file: muppet] wmap "J0514-2029_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.056 x 7.974 at -6.236 degrees (North through East) ! Clean map min=-0.0019155 max=0.31529 Jy/beam ! Writing clean map to FITS file: J0514-2029_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.315291 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00028538 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.271539 0.271539 0.543079 1.08616 2.17232 4.34463 8.68926 17.3785 34.757 69.5141 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.315 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.056 x 7.974 at -6.236 degrees (North through East) ! Clean map min=-0.0019155 max=0.31529 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 J0514-2029_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:45:37 2019