! Started logfile: J1421-0643_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:01:27 2016 obs J1421-0643_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1421-0643_S_2015_03_17_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.763588 visibilities/baseline/integration-bin. ! Found source: J1421-0643 ! ! 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 330 lines of history. ! ! Reading 11408 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 J1421-0643_S_2015_03_17_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917870Jy sigma=0.010369 ! Fit after self-cal, rms=0.851986Jy sigma=0.009715 ! 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.691 mas, bmaj=6.388 mas, bpa=-1.776 degrees ! Estimated noise=979.616 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.102997 Jy ! Component: 100 - total flux cleaned = 0.146646 Jy ! Total flux subtracted in 100 components = 0.146646 Jy ! Clean residual min=-0.010115 max=0.026328 Jy/beam ! Clean residual mean=0.000013 rms=0.003519 Jy/beam ! Combined flux in latest and established models = 0.146646 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.146646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119571Jy sigma=0.001105 ! Fit after self-cal, rms=0.119243Jy sigma=0.001101 ! Inverting map ! Added new window around map position (3.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0270252 Jy ! Component: 100 - total flux cleaned = 0.0430356 Jy ! Total flux subtracted in 100 components = 0.0430356 Jy ! Clean residual min=-0.008761 max=0.014281 Jy/beam ! Clean residual mean=0.000004 rms=0.002706 Jy/beam ! Combined flux in latest and established models = 0.189682 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 40 components and 0.189682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108104Jy sigma=0.001023 ! Fit after self-cal, rms=0.107914Jy sigma=0.001021 ! 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.212 mas, bmaj=7.244 mas, bpa=-1.088 degrees ! Estimated noise=626.601 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.0182586 Jy ! Component: 100 - total flux cleaned = 0.0300922 Jy ! Component: 150 - total flux cleaned = 0.0382823 Jy ! Component: 200 - total flux cleaned = 0.0439639 Jy ! Total flux subtracted in 200 components = 0.0439639 Jy ! Clean residual min=-0.009658 max=0.014493 Jy/beam ! Clean residual mean=-0.000010 rms=0.003141 Jy/beam ! Combined flux in latest and established models = 0.233646 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 53 components and 0.233646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102891Jy sigma=0.000997 ! Fit after self-cal, rms=0.102705Jy sigma=0.000995 ! 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.23 FD 0.77 HN 1.00* KP 1.08 ! LA 0.95 MK 1.04 NL 1.00 OV 1.04 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.50 FD 0.78 HN 1.00* KP 1.04 ! LA 0.93 MK 1.06 NL 1.12 OV 1.02 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 2.14 FD 0.84 HN 1.00* KP 0.94 ! LA 0.78 MK 1.06 NL 1.12 OV 0.96 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.43 FD 0.88 HN 1.00* KP 0.93 ! LA 0.83 MK 0.97 NL 0.97 OV 1.03 ! PT 1.06 SC 0.94 ! ! ! Fit before self-cal, rms=0.102705Jy sigma=0.000995 ! Fit after self-cal, rms=0.133966Jy sigma=0.000903 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.201 mas, bmaj=7.526 mas, bpa=-1.059 degrees ! Estimated noise=649.512 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.00182895 Jy ! Component: 100 - total flux cleaned = 0.00167819 Jy ! Component: 150 - total flux cleaned = 0.00140416 Jy ! Component: 200 - total flux cleaned = 0.0012825 Jy ! Total flux subtracted in 200 components = 0.0012825 Jy ! Clean residual min=-0.010302 max=0.009924 Jy/beam ! Clean residual mean=-0.000005 rms=0.002433 Jy/beam ! Combined flux in latest and established models = 0.234928 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.234928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133082Jy sigma=0.000901 ! Fit after self-cal, rms=0.133025Jy sigma=0.000900 ! 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.133025Jy sigma=0.000900 ! Fit after self-cal, rms=0.313533Jy sigma=0.000827 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=7.532 mas, bpa=-1.024 degrees ! Estimated noise=655.049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196814 Jy ! Component: 100 - total flux cleaned = 0.00163025 Jy ! Component: 150 - total flux cleaned = 0.00148157 Jy ! Component: 200 - total flux cleaned = 0.00133845 Jy ! Total flux subtracted in 200 components = 0.00133845 Jy ! Clean residual min=-0.004044 max=0.007553 Jy/beam ! Clean residual mean=-0.000009 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.236266 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.236267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.313345Jy sigma=0.000826 ! Fit after self-cal, rms=0.313467Jy sigma=0.000825 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 (15.5, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00740567 Jy ! Component: 100 - total flux cleaned = 0.0112612 Jy ! Component: 150 - total flux cleaned = 0.0133286 Jy ! Component: 200 - total flux cleaned = 0.0141325 Jy ! Total flux subtracted in 200 components = 0.0141325 Jy ! Clean residual min=-0.003279 max=0.004435 Jy/beam ! Clean residual mean=-0.000005 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.250399 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 103 components and 0.250399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.313167Jy sigma=0.000818 ! Fit after self-cal, rms=0.313134Jy sigma=0.000817 ! Inverting map ! Added new window around map position (25.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00399289 Jy ! Component: 100 - total flux cleaned = 0.00632553 Jy ! Component: 150 - total flux cleaned = 0.00730088 Jy ! Component: 200 - total flux cleaned = 0.00769228 Jy ! Total flux subtracted in 200 components = 0.00769228 Jy ! Clean residual min=-0.003034 max=0.003366 Jy/beam ! Clean residual mean=-0.000001 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.258091 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.258091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.312978Jy sigma=0.000815 ! Fit after self-cal, rms=0.312969Jy sigma=0.000815 ! Inverting map ! Added new window around map position (25.5, 96). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023203 Jy ! Component: 100 - total flux cleaned = 0.00285847 Jy ! Component: 150 - total flux cleaned = 0.00319038 Jy ! Component: 200 - total flux cleaned = 0.00337329 Jy ! Total flux subtracted in 200 components = 0.00337329 Jy ! Clean residual min=-0.002997 max=0.002690 Jy/beam ! Clean residual mean=-0.000001 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.261465 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 147 components and 0.261465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.312838Jy sigma=0.000814 ! Fit after self-cal, rms=0.312837Jy sigma=0.000814 ! 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.312837Jy sigma=0.000814 ! Fit after self-cal, rms=0.337678Jy sigma=0.000813 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=7.536 mas, bpa=-0.9196 degrees ! Estimated noise=658.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209371 Jy ! Component: 100 - total flux cleaned = 0.00296722 Jy ! Component: 150 - total flux cleaned = 0.0034445 Jy ! Component: 200 - total flux cleaned = 0.00366601 Jy ! Total flux subtracted in 200 components = 0.00366601 Jy ! Clean residual min=-0.003117 max=0.002647 Jy/beam ! Clean residual mean=0.000000 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.265131 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 165 components and 0.265131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.337540Jy sigma=0.000813 ! Fit after self-cal, rms=0.337544Jy sigma=0.000813 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.000527195 Jy ! Component: 100 - total flux cleaned = 0.000582188 Jy ! Component: 150 - total flux cleaned = 0.000681941 Jy ! Component: 200 - total flux cleaned = 0.000680412 Jy ! Total flux subtracted in 200 components = 0.000680412 Jy ! Clean residual min=-0.003014 max=0.002593 Jy/beam ! Clean residual mean=0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.265811 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 171 components and 0.265811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.337470Jy sigma=0.000812 ! Fit after self-cal, rms=0.337468Jy sigma=0.000812 ! 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.337468Jy sigma=0.000812 ! Fit after self-cal, rms=0.343891Jy sigma=0.000812 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.273 mas, bmaj=13.89 mas, bpa=9.893 degrees ! Estimated noise=849.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223274 Jy ! Component: 100 - total flux cleaned = 0.00265206 Jy ! Component: 150 - total flux cleaned = 0.00271876 Jy ! Component: 200 - total flux cleaned = 0.00266188 Jy ! Total flux subtracted in 200 components = 0.00266188 Jy ! Clean residual min=-0.003220 max=0.003363 Jy/beam ! Clean residual mean=0.000001 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.268473 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 188 components and 0.268473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.343726Jy sigma=0.000812 ! Fit after self-cal, rms=0.343723Jy sigma=0.000812 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.000380338 Jy ! Component: 100 - total flux cleaned = 0.000217242 Jy ! Component: 150 - total flux cleaned = 0.000112033 Jy ! Component: 200 - total flux cleaned = -8.93365e-05 Jy ! Total flux subtracted in 200 components = -8.93365e-05 Jy ! Clean residual min=-0.003007 max=0.003304 Jy/beam ! Clean residual mean=0.000002 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.268384 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 197 components and 0.268384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.343636Jy sigma=0.000812 ! Fit after self-cal, rms=0.343634Jy sigma=0.000812 ! 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.243 mas, bmaj=7.541 mas, bpa=-0.882 degrees ! Estimated noise=662.583 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.243 x 7.541 at -0.882 degrees (North through East) ! Clean map min=-0.002792 max=0.12974 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.695 mas, bmaj=6.639 mas, bpa=-1.571 degrees ! Estimated noise=1052.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110417 Jy ! Component: 100 - total flux cleaned = 0.158254 Jy ! Component: 150 - total flux cleaned = 0.185624 Jy ! Component: 200 - total flux cleaned = 0.202061 Jy ! Total flux subtracted in 200 components = 0.202061 Jy ! Clean residual min=-0.005230 max=0.010678 Jy/beam ! Clean residual mean=0.000000 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.202061 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.202061 Jy ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=7.541 mas, bpa=-0.882 degrees ! Estimated noise=662.583 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) ! Added new window around map position (8.5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150635 Jy ! Component: 100 - total flux cleaned = 0.024961 Jy ! Component: 150 - total flux cleaned = 0.0323197 Jy ! Component: 200 - total flux cleaned = 0.0380336 Jy ! Total flux subtracted in 200 components = 0.0380336 Jy ! Clean residual min=-0.003417 max=0.004989 Jy/beam ! Clean residual mean=-0.000002 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.240094 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 94 components and 0.240094 Jy ! Inverting map ! Added new window around map position (-4, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00511979 Jy ! Component: 100 - total flux cleaned = 0.00898564 Jy ! Component: 150 - total flux cleaned = 0.0122445 Jy ! Component: 200 - total flux cleaned = 0.0150243 Jy ! Total flux subtracted in 200 components = 0.0150243 Jy ! Clean residual min=-0.002490 max=0.002799 Jy/beam ! Clean residual mean=-0.000001 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.255119 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 149 components and 0.255119 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=8.273 mas, bmaj=13.89 mas, bpa=9.893 degrees ! Estimated noise=849.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00380587 Jy ! Component: 100 - total flux cleaned = 0.00663257 Jy ! Component: 150 - total flux cleaned = 0.00865089 Jy ! Component: 200 - total flux cleaned = 0.00977472 Jy ! Total flux subtracted in 200 components = 0.00977472 Jy ! Clean residual min=-0.003179 max=0.003120 Jy/beam ! Clean residual mean=0.000000 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.264893 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.000243255 Jy ! Component: 100 - total flux cleaned = 0.000405794 Jy ! Component: 150 - total flux cleaned = 0.000603705 Jy ! Component: 200 - total flux cleaned = 0.000650801 Jy ! Total flux subtracted in 200 components = 0.000650801 Jy ! Clean residual min=-0.002964 max=0.002938 Jy/beam ! Clean residual mean=0.000001 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.265544 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 222 components and 0.265544 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=7.541 mas, bpa=-0.882 degrees ! Estimated noise=662.583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000180996 Jy ! Component: 100 - total flux cleaned = -1.31178e-05 Jy ! Component: 150 - total flux cleaned = -6.08749e-05 Jy ! Component: 200 - total flux cleaned = -6.16825e-05 Jy ! Total flux subtracted in 200 components = -6.16825e-05 Jy ! Clean residual min=-0.002447 max=0.002152 Jy/beam ! Clean residual mean=0.000001 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.265482 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 246 components and 0.265482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.343175Jy sigma=0.000811 ! Fit after self-cal, rms=0.343167Jy sigma=0.000811 wmodel J1421-0643_S_2015_03_17_pus_map.mod ! Writing 246 model components to file: J1421-0643_S_2015_03_17_pus_map.mod wobs J1421-0643_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1421-0643_S_2015_03_17_pus_uvs.fits wwins J1421-0643_S_2015_03_17_pus_map.win ! wwins: Wrote 7 windows to J1421-0643_S_2015_03_17_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.000200489 Jy ! Component: 100 - total flux cleaned = -0.000346466 Jy ! Component: 150 - total flux cleaned = -0.000415708 Jy ! Component: 200 - total flux cleaned = -0.000548578 Jy ! Component: 250 - total flux cleaned = -0.000677484 Jy ! Component: 300 - total flux cleaned = -0.000895533 Jy ! Component: 350 - total flux cleaned = -0.000955385 Jy ! Component: 400 - total flux cleaned = -0.00101469 Jy ! Component: 450 - total flux cleaned = -0.00104346 Jy ! Component: 500 - total flux cleaned = -0.00112758 Jy ! Component: 550 - total flux cleaned = -0.00115499 Jy ! Component: 600 - total flux cleaned = -0.00120902 Jy ! Component: 650 - total flux cleaned = -0.00131461 Jy ! Component: 700 - total flux cleaned = -0.00133992 Jy ! Component: 750 - total flux cleaned = -0.00136541 Jy ! Component: 800 - total flux cleaned = -0.00141506 Jy ! Component: 850 - total flux cleaned = -0.00139033 Jy ! Component: 900 - total flux cleaned = -0.00139055 Jy ! Component: 950 - total flux cleaned = -0.00139097 Jy ! Component: 1000 - total flux cleaned = -0.00134413 Jy ! Component: 1050 - total flux cleaned = -0.00139034 Jy ! Component: 1100 - total flux cleaned = -0.00127627 Jy ! Component: 1150 - total flux cleaned = -0.00123133 Jy ! Component: 1200 - total flux cleaned = -0.00123174 Jy ! Component: 1250 - total flux cleaned = -0.00118777 Jy ! Component: 1300 - total flux cleaned = -0.00116621 Jy ! Component: 1350 - total flux cleaned = -0.00110223 Jy ! Component: 1400 - total flux cleaned = -0.00114465 Jy ! Component: 1450 - total flux cleaned = -0.00106145 Jy ! Component: 1500 - total flux cleaned = -0.00108237 Jy ! Component: 1550 - total flux cleaned = -0.00108224 Jy ! Component: 1600 - total flux cleaned = -0.00100152 Jy ! Component: 1650 - total flux cleaned = -0.000981423 Jy ! Component: 1700 - total flux cleaned = -0.000942074 Jy ! Component: 1750 - total flux cleaned = -0.000903169 Jy ! Component: 1800 - total flux cleaned = -0.000941414 Jy ! Component: 1850 - total flux cleaned = -0.000826986 Jy ! Component: 1900 - total flux cleaned = -0.00084561 Jy ! Component: 1950 - total flux cleaned = -0.000733235 Jy ! Component: 2000 - total flux cleaned = -0.000733298 Jy ! Component: 2050 - total flux cleaned = -0.000659937 Jy ! Component: 2100 - total flux cleaned = -0.000605443 Jy ! Component: 2150 - total flux cleaned = -0.000587836 Jy ! Component: 2200 - total flux cleaned = -0.000605487 Jy ! Component: 2250 - total flux cleaned = -0.000517517 Jy ! Component: 2300 - total flux cleaned = -0.000482702 Jy ! Component: 2350 - total flux cleaned = -0.000482604 Jy ! Component: 2400 - total flux cleaned = -0.000431156 Jy ! Component: 2450 - total flux cleaned = -0.000465087 Jy ! Component: 2500 - total flux cleaned = -0.000431542 Jy ! Component: 2550 - total flux cleaned = -0.000381497 Jy ! Component: 2600 - total flux cleaned = -0.000414713 Jy ! Component: 2650 - total flux cleaned = -0.00044772 Jy ! Component: 2700 - total flux cleaned = -0.000431363 Jy ! Component: 2750 - total flux cleaned = -0.000398941 Jy ! Component: 2800 - total flux cleaned = -0.000510959 Jy ! Component: 2850 - total flux cleaned = -0.000478798 Jy ! Component: 2900 - total flux cleaned = -0.000478611 Jy ! Component: 2950 - total flux cleaned = -0.000400317 Jy ! Component: 3000 - total flux cleaned = -0.000431385 Jy ! Component: 3050 - total flux cleaned = -0.000477548 Jy ! Component: 3100 - total flux cleaned = -0.000446783 Jy ! Component: 3150 - total flux cleaned = -0.000446848 Jy ! Component: 3200 - total flux cleaned = -0.000492368 Jy ! Component: 3250 - total flux cleaned = -0.000522186 Jy ! Component: 3300 - total flux cleaned = -0.000551981 Jy ! Component: 3350 - total flux cleaned = -0.00050749 Jy ! Component: 3400 - total flux cleaned = -0.000581192 Jy ! Component: 3450 - total flux cleaned = -0.00056655 Jy ! Component: 3500 - total flux cleaned = -0.000653558 Jy ! Component: 3550 - total flux cleaned = -0.000624792 Jy ! Component: 3600 - total flux cleaned = -0.000624759 Jy ! Component: 3650 - total flux cleaned = -0.000624762 Jy ! Component: 3700 - total flux cleaned = -0.000667108 Jy ! Component: 3750 - total flux cleaned = -0.000653057 Jy ! Component: 3800 - total flux cleaned = -0.000694933 Jy ! Component: 3850 - total flux cleaned = -0.000708713 Jy ! Component: 3900 - total flux cleaned = -0.000736108 Jy ! Component: 3950 - total flux cleaned = -0.000722331 Jy ! Component: 4000 - total flux cleaned = -0.000708702 Jy ! Component: 4050 - total flux cleaned = -0.000735772 Jy ! Total flux subtracted in 4096 components = -0.000776184 Jy ! Clean residual min=-0.000785 max=0.000770 Jy/beam ! Clean residual mean=0.000001 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.264706 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 540 components and 0.264706 Jy ![Exited script file: muppet] wmap "J1421-0643_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.243 x 7.541 at -0.882 degrees (North through East) ! Clean map min=-0.0019139 max=0.13416 Jy/beam ! Writing clean map to FITS file: J1421-0643_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.134159 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251113 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.561527 0.561527 1.12305 2.24611 4.49221 8.98442 17.9688 35.9377 71.8754 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.134 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.243 x 7.541 at -0.882 degrees (North through East) ! Clean map min=-0.0019139 max=0.13416 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 J1421-0643_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:01:32 2016