! Started logfile: J0321-3122_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:03:51 2017 obs J0321-3122_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0321-3122_S_2015_01_23_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.976496 visibilities/baseline/integration-bin. ! Found source: J0321-3122 ! ! 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 338 lines of history. ! ! Reading 18280 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 J0321-3122_S_2015_01_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.953123Jy sigma=0.007444 ! Fit after self-cal, rms=0.897212Jy sigma=0.007228 ! 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.267 mas, bmaj=6.578 mas, bpa=-7.01 degrees ! Estimated noise=1200.66 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.0815829 Jy ! Component: 100 - total flux cleaned = 0.101231 Jy ! Total flux subtracted in 100 components = 0.101231 Jy ! Clean residual min=-0.006605 max=0.011364 Jy/beam ! Clean residual mean=0.000011 rms=0.001551 Jy/beam ! Combined flux in latest and established models = 0.101231 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.101231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198765Jy sigma=0.000836 ! Fit after self-cal, rms=0.198717Jy sigma=0.000836 ! Inverting map ! Added new window around map position (5, 3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117298 Jy ! Component: 100 - total flux cleaned = 0.019492 Jy ! Total flux subtracted in 100 components = 0.019492 Jy ! Clean residual min=-0.006334 max=0.006603 Jy/beam ! Clean residual mean=0.000004 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.120723 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 31 components and 0.120723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196775Jy sigma=0.000816 ! Fit after self-cal, rms=0.196748Jy sigma=0.000815 ! 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=2.884 mas, bmaj=7.817 mas, bpa=-7.949 degrees ! Estimated noise=703.126 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.0136618 Jy ! Component: 100 - total flux cleaned = 0.0219851 Jy ! Component: 150 - total flux cleaned = 0.0274239 Jy ! Component: 200 - total flux cleaned = 0.0310349 Jy ! Total flux subtracted in 200 components = 0.0310349 Jy ! Clean residual min=-0.003757 max=0.005238 Jy/beam ! Clean residual mean=-0.000015 rms=0.001081 Jy/beam ! Combined flux in latest and established models = 0.151757 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 78 components and 0.151757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194885Jy sigma=0.000803 ! Fit after self-cal, rms=0.194846Jy sigma=0.000802 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.64 HN 1.04 KP 1.11 ! LA 0.99 MK 0.98 NL 1.17 OV 0.98 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.11 HN 1.16 KP 1.01 ! LA 0.99 MK 1.05 NL 1.24 OV 1.01 ! PT 1.03 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00 HN 1.14 KP 0.87 ! LA 0.81 MK 1.04 NL 1.04 OV 0.96 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.52 HN 1.05 KP 0.85 ! LA 0.84 MK 1.00 NL 0.96 OV 1.02 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.194846Jy sigma=0.000802 ! Fit after self-cal, rms=0.161667Jy sigma=0.000791 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.909 mas, bmaj=7.832 mas, bpa=-7.638 degrees ! Estimated noise=707.47 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.00135406 Jy ! Component: 100 - total flux cleaned = 0.00160655 Jy ! Component: 150 - total flux cleaned = 0.00172335 Jy ! Component: 200 - total flux cleaned = 0.00174278 Jy ! Total flux subtracted in 200 components = 0.00174278 Jy ! Clean residual min=-0.002712 max=0.002837 Jy/beam ! Clean residual mean=-0.000017 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.1535 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.1535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161631Jy sigma=0.000791 ! Fit after self-cal, rms=0.161553Jy sigma=0.000791 ! 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.161553Jy sigma=0.000791 ! Fit after self-cal, rms=0.162036Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.901 mas, bmaj=7.805 mas, bpa=-7.567 degrees ! Estimated noise=709.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000995829 Jy ! Component: 100 - total flux cleaned = 0.00134462 Jy ! Component: 150 - total flux cleaned = 0.00141621 Jy ! Component: 200 - total flux cleaned = 0.00144803 Jy ! Total flux subtracted in 200 components = 0.00144803 Jy ! Clean residual min=-0.002745 max=0.002869 Jy/beam ! Clean residual mean=-0.000017 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.154948 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 103 components and 0.154948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162006Jy sigma=0.000791 ! Fit after self-cal, rms=0.162004Jy sigma=0.000791 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 = 8.38491e-05 Jy ! Component: 100 - total flux cleaned = 8.42335e-05 Jy ! Component: 150 - total flux cleaned = 6.98592e-05 Jy ! Component: 200 - total flux cleaned = 5.70624e-05 Jy ! Total flux subtracted in 200 components = 5.70624e-05 Jy ! Clean residual min=-0.002763 max=0.002844 Jy/beam ! Clean residual mean=-0.000017 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.155005 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.155005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161999Jy sigma=0.000791 ! Fit after self-cal, rms=0.161998Jy sigma=0.000791 ! 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.161998Jy sigma=0.000791 ! Fit after self-cal, rms=0.161829Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.895 mas, bmaj=7.797 mas, bpa=-7.591 degrees ! Estimated noise=712.793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000698755 Jy ! Component: 100 - total flux cleaned = 0.000807562 Jy ! Component: 150 - total flux cleaned = 0.000858827 Jy ! Component: 200 - total flux cleaned = 0.000881834 Jy ! Total flux subtracted in 200 components = 0.000881834 Jy ! Clean residual min=-0.002319 max=0.002971 Jy/beam ! Clean residual mean=-0.000011 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.155887 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 113 components and 0.155887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161814Jy sigma=0.000789 ! Fit after self-cal, rms=0.161830Jy sigma=0.000789 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 (22.5, 22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290517 Jy ! Component: 100 - total flux cleaned = 0.00455982 Jy ! Component: 150 - total flux cleaned = 0.00563886 Jy ! Component: 200 - total flux cleaned = 0.00643397 Jy ! Total flux subtracted in 200 components = 0.00643397 Jy ! Clean residual min=-0.002317 max=0.002416 Jy/beam ! Clean residual mean=-0.000006 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.162321 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 139 components and 0.162321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161766Jy sigma=0.000788 ! Fit after self-cal, rms=0.161748Jy sigma=0.000788 ! Inverting map ! Added new window around map position (-14.5, 31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132452 Jy ! Component: 100 - total flux cleaned = 0.00162234 Jy ! Component: 150 - total flux cleaned = 0.00202858 Jy ! Component: 200 - total flux cleaned = 0.00235122 Jy ! Total flux subtracted in 200 components = 0.00235122 Jy ! Clean residual min=-0.002212 max=0.001996 Jy/beam ! Clean residual mean=-0.000004 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.164672 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 155 components and 0.164672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161705Jy sigma=0.000788 ! Fit after self-cal, rms=0.161685Jy sigma=0.000788 ! 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.161685Jy sigma=0.000788 ! Fit after self-cal, rms=0.163345Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.508 mas, bmaj=19.81 mas, bpa=-3.098 degrees ! Estimated noise=958.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116022 Jy ! Component: 100 - total flux cleaned = 0.00200501 Jy ! Component: 150 - total flux cleaned = 0.00264894 Jy ! Component: 200 - total flux cleaned = 0.00289833 Jy ! Total flux subtracted in 200 components = 0.00289833 Jy ! Clean residual min=-0.002460 max=0.002873 Jy/beam ! Clean residual mean=-0.000006 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.167571 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 178 components and 0.167571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163318Jy sigma=0.000788 ! Fit after self-cal, rms=0.163328Jy sigma=0.000788 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.000378662 Jy ! Component: 100 - total flux cleaned = 0.000468045 Jy ! Component: 150 - total flux cleaned = 0.000499824 Jy ! Component: 200 - total flux cleaned = 0.000528893 Jy ! Total flux subtracted in 200 components = 0.000528893 Jy ! Clean residual min=-0.002428 max=0.002846 Jy/beam ! Clean residual mean=-0.000005 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.168099 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 183 components and 0.1681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163320Jy sigma=0.000788 ! Fit after self-cal, rms=0.163319Jy sigma=0.000788 ! 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=2.893 mas, bmaj=7.795 mas, bpa=-7.563 degrees ! Estimated noise=714.376 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.893 x 7.795 at -7.563 degrees (North through East) ! Clean map min=-0.0020913 max=0.10944 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.262 mas, bmaj=6.518 mas, bpa=-6.58 degrees ! Estimated noise=1221.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0821521 Jy ! Component: 100 - total flux cleaned = 0.103216 Jy ! Component: 150 - total flux cleaned = 0.115181 Jy ! Component: 200 - total flux cleaned = 0.123553 Jy ! Total flux subtracted in 200 components = 0.123553 Jy ! Clean residual min=-0.004052 max=0.005192 Jy/beam ! Clean residual mean=0.000002 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.123553 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.123553 Jy ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.795 mas, bpa=-7.563 degrees ! Estimated noise=714.376 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.012298 Jy ! Component: 100 - total flux cleaned = 0.0195351 Jy ! Component: 150 - total flux cleaned = 0.0242022 Jy ! Component: 200 - total flux cleaned = 0.0277175 Jy ! Total flux subtracted in 200 components = 0.0277175 Jy ! Clean residual min=-0.002682 max=0.002592 Jy/beam ! Clean residual mean=-0.000012 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.15127 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 88 components and 0.15127 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.508 mas, bmaj=19.81 mas, bpa=-3.098 degrees ! Estimated noise=958.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0050926 Jy ! Component: 100 - total flux cleaned = 0.00849603 Jy ! Component: 150 - total flux cleaned = 0.0108991 Jy ! Component: 200 - total flux cleaned = 0.0127069 Jy ! Total flux subtracted in 200 components = 0.0127069 Jy ! Clean residual min=-0.002665 max=0.002466 Jy/beam ! Clean residual mean=-0.000010 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.163977 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.0012396 Jy ! Component: 100 - total flux cleaned = 0.00195222 Jy ! Component: 150 - total flux cleaned = 0.0024985 Jy ! Component: 200 - total flux cleaned = 0.0029758 Jy ! Total flux subtracted in 200 components = 0.0029758 Jy ! Clean residual min=-0.002490 max=0.002711 Jy/beam ! Clean residual mean=-0.000006 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.166953 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 142 components and 0.166953 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.893 mas, bmaj=7.795 mas, bpa=-7.563 degrees ! Estimated noise=714.376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000419437 Jy ! Component: 100 - total flux cleaned = 0.000377291 Jy ! Component: 150 - total flux cleaned = 0.000412386 Jy ! Component: 200 - total flux cleaned = 0.000509874 Jy ! Total flux subtracted in 200 components = 0.000509874 Jy ! Clean residual min=-0.002245 max=0.002057 Jy/beam ! Clean residual mean=-0.000004 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.167463 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 168 components and 0.167463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163336Jy sigma=0.000788 ! Fit after self-cal, rms=0.163326Jy sigma=0.000788 wmodel J0321-3122_S_2015_01_23_pus_map.mod ! Writing 168 model components to file: J0321-3122_S_2015_01_23_pus_map.mod wobs J0321-3122_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0321-3122_S_2015_01_23_pus_uvs.fits wwins J0321-3122_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J0321-3122_S_2015_01_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 = -0.000616947 Jy ! Component: 100 - total flux cleaned = -0.000725372 Jy ! Component: 150 - total flux cleaned = -0.000928875 Jy ! Component: 200 - total flux cleaned = -0.00115746 Jy ! Component: 250 - total flux cleaned = -0.00153859 Jy ! Component: 300 - total flux cleaned = -0.00175536 Jy ! Component: 350 - total flux cleaned = -0.00196788 Jy ! Component: 400 - total flux cleaned = -0.00214643 Jy ! Component: 450 - total flux cleaned = -0.00235099 Jy ! Component: 500 - total flux cleaned = -0.00249451 Jy ! Component: 550 - total flux cleaned = -0.00269218 Jy ! Component: 600 - total flux cleaned = -0.0029136 Jy ! Component: 650 - total flux cleaned = -0.00307678 Jy ! Component: 700 - total flux cleaned = -0.00331775 Jy ! Component: 750 - total flux cleaned = -0.00342334 Jy ! Component: 800 - total flux cleaned = -0.00363129 Jy ! Component: 850 - total flux cleaned = -0.00378515 Jy ! Component: 900 - total flux cleaned = -0.00393703 Jy ! Component: 950 - total flux cleaned = -0.00411156 Jy ! Component: 1000 - total flux cleaned = -0.00418579 Jy ! Component: 1050 - total flux cleaned = -0.00430773 Jy ! Component: 1100 - total flux cleaned = -0.00445172 Jy ! Component: 1150 - total flux cleaned = -0.00459368 Jy ! Component: 1200 - total flux cleaned = -0.00461694 Jy ! Component: 1250 - total flux cleaned = -0.00466321 Jy ! Component: 1300 - total flux cleaned = -0.00475442 Jy ! Component: 1350 - total flux cleaned = -0.0048218 Jy ! Component: 1400 - total flux cleaned = -0.00484409 Jy ! Component: 1450 - total flux cleaned = -0.00497606 Jy ! Component: 1500 - total flux cleaned = -0.00501943 Jy ! Component: 1550 - total flux cleaned = -0.00504085 Jy ! Component: 1600 - total flux cleaned = -0.00510449 Jy ! Component: 1650 - total flux cleaned = -0.00514668 Jy ! Component: 1700 - total flux cleaned = -0.00520934 Jy ! Component: 1750 - total flux cleaned = -0.00531244 Jy ! Component: 1800 - total flux cleaned = -0.00537339 Jy ! Component: 1850 - total flux cleaned = -0.00549454 Jy ! Component: 1900 - total flux cleaned = -0.0055544 Jy ! Component: 1950 - total flux cleaned = -0.00563373 Jy ! Component: 2000 - total flux cleaned = -0.0056535 Jy ! Component: 2050 - total flux cleaned = -0.00577008 Jy ! Component: 2100 - total flux cleaned = -0.00582795 Jy ! Component: 2150 - total flux cleaned = -0.00594233 Jy ! Component: 2200 - total flux cleaned = -0.00592332 Jy ! Component: 2250 - total flux cleaned = -0.00603596 Jy ! Component: 2300 - total flux cleaned = -0.00607346 Jy ! Component: 2350 - total flux cleaned = -0.00623942 Jy ! Component: 2400 - total flux cleaned = -0.00627586 Jy ! Component: 2450 - total flux cleaned = -0.00638496 Jy ! Component: 2500 - total flux cleaned = -0.00634918 Jy ! Component: 2550 - total flux cleaned = -0.00649193 Jy ! Component: 2600 - total flux cleaned = -0.0065273 Jy ! Component: 2650 - total flux cleaned = -0.00661515 Jy ! Component: 2700 - total flux cleaned = -0.00668488 Jy ! Component: 2750 - total flux cleaned = -0.00673675 Jy ! Component: 2800 - total flux cleaned = -0.00678839 Jy ! Component: 2850 - total flux cleaned = -0.00687365 Jy ! Component: 2900 - total flux cleaned = -0.00694138 Jy ! Component: 2950 - total flux cleaned = -0.00697505 Jy ! Component: 3000 - total flux cleaned = -0.00705862 Jy ! Component: 3050 - total flux cleaned = -0.0070587 Jy ! Component: 3100 - total flux cleaned = -0.00712453 Jy ! Component: 3150 - total flux cleaned = -0.00710842 Jy ! Component: 3200 - total flux cleaned = -0.00718975 Jy ! Component: 3250 - total flux cleaned = -0.00728651 Jy ! Component: 3300 - total flux cleaned = -0.00731835 Jy ! Component: 3350 - total flux cleaned = -0.00736609 Jy ! Component: 3400 - total flux cleaned = -0.00741378 Jy ! Component: 3450 - total flux cleaned = -0.00742942 Jy ! Component: 3500 - total flux cleaned = -0.0074608 Jy ! Component: 3550 - total flux cleaned = -0.00760044 Jy ! Component: 3600 - total flux cleaned = -0.00766207 Jy ! Component: 3650 - total flux cleaned = -0.00770799 Jy ! Component: 3700 - total flux cleaned = -0.00772322 Jy ! Component: 3750 - total flux cleaned = -0.00775338 Jy ! Component: 3800 - total flux cleaned = -0.00776853 Jy ! Component: 3850 - total flux cleaned = -0.00782844 Jy ! Component: 3900 - total flux cleaned = -0.00782837 Jy ! Component: 3950 - total flux cleaned = -0.00793176 Jy ! Component: 4000 - total flux cleaned = -0.00797575 Jy ! Component: 4050 - total flux cleaned = -0.00806322 Jy ! Total flux subtracted in 4096 components = -0.00809228 Jy ! Clean residual min=-0.000752 max=0.000754 Jy/beam ! Clean residual mean=-0.000004 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.159371 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 441 components and 0.159371 Jy ![Exited script file: muppet] wmap "J0321-3122_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.893 x 7.795 at -7.563 degrees (North through East) ! Clean map min=-0.0015275 max=0.11064 Jy/beam ! Writing clean map to FITS file: J0321-3122_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.110645 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270219 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.732667 0.732667 1.46533 2.93067 5.86134 11.7227 23.4453 46.8907 93.7814 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.11 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.893 x 7.795 at -7.563 degrees (North through East) ! Clean map min=-0.0015275 max=0.11064 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 J0321-3122_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:03:57 2017