! Started logfile: J1340-0137_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:37:06 2016 obs J1340-0137_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1340-0137_S_2014_12_20_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.98103 visibilities/baseline/integration-bin. ! Found source: J1340-0137 ! ! 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 344 lines of history. ! ! Reading 14480 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 J1340-0137_S_2014_12_20_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.728455Jy sigma=0.007535 ! Fit after self-cal, rms=0.672237Jy sigma=0.006987 ! 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.647 mas, bmaj=6.621 mas, bpa=-2.558 degrees ! Estimated noise=818.913 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.253518 Jy ! Component: 100 - total flux cleaned = 0.308928 Jy ! Total flux subtracted in 100 components = 0.308928 Jy ! Clean residual min=-0.008874 max=0.016359 Jy/beam ! Clean residual mean=-0.000000 rms=0.002350 Jy/beam ! Combined flux in latest and established models = 0.308928 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.308928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103043Jy sigma=0.000942 ! Fit after self-cal, rms=0.103040Jy sigma=0.000942 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169284 Jy ! Component: 100 - total flux cleaned = 0.0263265 Jy ! Total flux subtracted in 100 components = 0.0263265 Jy ! Clean residual min=-0.009215 max=0.007807 Jy/beam ! Clean residual mean=-0.000003 rms=0.001972 Jy/beam ! Combined flux in latest and established models = 0.335254 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 34 components and 0.335254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098522Jy sigma=0.000914 ! Fit after self-cal, rms=0.098522Jy sigma=0.000914 ! 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.169 mas, bmaj=7.612 mas, bpa=-2.725 degrees ! Estimated noise=584.809 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.0078572 Jy ! Component: 100 - total flux cleaned = 0.0124331 Jy ! Component: 150 - total flux cleaned = 0.0152778 Jy ! Component: 200 - total flux cleaned = 0.0170644 Jy ! Total flux subtracted in 200 components = 0.0170644 Jy ! Clean residual min=-0.010456 max=0.007458 Jy/beam ! Clean residual mean=0.000005 rms=0.002143 Jy/beam ! Combined flux in latest and established models = 0.352319 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 54 components and 0.352319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097373Jy sigma=0.000913 ! Fit after self-cal, rms=0.097378Jy sigma=0.000912 ! 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.00 FD 0.85 HN 0.98 KP 1.11 ! LA 0.99 MK 1.01 NL 0.81 OV 1.00 ! PT 1.05 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.05 KP 1.06 ! LA 0.96 MK 1.00 NL 0.97 OV 1.03 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.17 HN 1.04 KP 0.96 ! LA 0.79 MK 1.03 NL 1.32 OV 0.94 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 0.98 KP 0.90 ! LA 0.84 MK 1.01 NL 1.06 OV 1.02 ! PT 1.05 SC 0.97 ! ! ! Fit before self-cal, rms=0.097378Jy sigma=0.000912 ! Fit after self-cal, rms=0.086127Jy sigma=0.000818 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=7.647 mas, bpa=-2.583 degrees ! Estimated noise=588.093 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 = -8.53949e-05 Jy ! Component: 100 - total flux cleaned = -0.000237595 Jy ! Component: 150 - total flux cleaned = -0.000367346 Jy ! Component: 200 - total flux cleaned = -0.000452625 Jy ! Total flux subtracted in 200 components = -0.000452625 Jy ! Clean residual min=-0.005505 max=0.006188 Jy/beam ! Clean residual mean=0.000001 rms=0.001558 Jy/beam ! Combined flux in latest and established models = 0.351866 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.351866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086086Jy sigma=0.000818 ! Fit after self-cal, rms=0.086055Jy sigma=0.000818 ! 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.086055Jy sigma=0.000818 ! Fit after self-cal, rms=0.082102Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=7.652 mas, bpa=-2.591 degrees ! Estimated noise=588.062 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.55995e-05 Jy ! Component: 100 - total flux cleaned = -0.000108566 Jy ! Component: 150 - total flux cleaned = -0.000107976 Jy ! Component: 200 - total flux cleaned = -0.000129744 Jy ! Total flux subtracted in 200 components = -0.000129744 Jy ! Clean residual min=-0.001928 max=0.001981 Jy/beam ! Clean residual mean=0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.351736 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.351736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082079Jy sigma=0.000782 ! Fit after self-cal, rms=0.082089Jy sigma=0.000782 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 (-5.5, 54). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157819 Jy ! Component: 100 - total flux cleaned = 0.00203031 Jy ! Component: 150 - total flux cleaned = 0.00213119 Jy ! Component: 200 - total flux cleaned = 0.00219769 Jy ! Total flux subtracted in 200 components = 0.00219769 Jy ! Clean residual min=-0.001835 max=0.001726 Jy/beam ! Clean residual mean=0.000002 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.353934 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.353934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082052Jy sigma=0.000782 ! Fit after self-cal, rms=0.082049Jy sigma=0.000782 ! 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.082049Jy sigma=0.000782 ! Fit after self-cal, rms=0.082182Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=7.658 mas, bpa=-2.631 degrees ! Estimated noise=588.721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000292102 Jy ! Component: 100 - total flux cleaned = 0.00031674 Jy ! Component: 150 - total flux cleaned = 0.000338146 Jy ! Component: 200 - total flux cleaned = 0.000356791 Jy ! Total flux subtracted in 200 components = 0.000356791 Jy ! Clean residual min=-0.001806 max=0.001703 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.354291 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 91 components and 0.354291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082168Jy sigma=0.000781 ! Fit after self-cal, rms=0.082168Jy sigma=0.000781 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.000131441 Jy ! Component: 100 - total flux cleaned = 0.000113664 Jy ! Component: 150 - total flux cleaned = 0.000130574 Jy ! Component: 200 - total flux cleaned = 0.000114215 Jy ! Total flux subtracted in 200 components = 0.000114215 Jy ! Clean residual min=-0.001780 max=0.001678 Jy/beam ! Clean residual mean=0.000002 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.354405 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 97 components and 0.354405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082161Jy sigma=0.000781 ! Fit after self-cal, rms=0.082160Jy sigma=0.000781 ! 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.082160Jy sigma=0.000781 ! Fit after self-cal, rms=0.082243Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.488 mas, bmaj=12.44 mas, bpa=1.346 degrees ! Estimated noise=744.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000584448 Jy ! Component: 100 - total flux cleaned = 0.000772276 Jy ! Component: 150 - total flux cleaned = 0.000865527 Jy ! Component: 200 - total flux cleaned = 0.000932736 Jy ! Total flux subtracted in 200 components = 0.000932736 Jy ! Clean residual min=-0.001693 max=0.001742 Jy/beam ! Clean residual mean=0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.355338 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 111 components and 0.355338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082239Jy sigma=0.000781 ! Fit after self-cal, rms=0.082238Jy sigma=0.000781 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 = -5.56203e-05 Jy ! Component: 100 - total flux cleaned = -4.80453e-06 Jy ! Component: 150 - total flux cleaned = 4.01829e-05 Jy ! Component: 200 - total flux cleaned = 0.000101163 Jy ! Total flux subtracted in 200 components = 0.000101163 Jy ! Clean residual min=-0.001701 max=0.001730 Jy/beam ! Clean residual mean=0.000003 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.355439 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 123 components and 0.355439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082239Jy sigma=0.000781 ! Fit after self-cal, rms=0.082238Jy sigma=0.000781 ! 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.181 mas, bmaj=7.661 mas, bpa=-2.663 degrees ! Estimated noise=589.123 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.181 x 7.661 at -2.663 degrees (North through East) ! Clean map min=-0.0016169 max=0.3281 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.658 mas, bmaj=6.648 mas, bpa=-2.347 degrees ! Estimated noise=823.899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.255049 Jy ! Component: 100 - total flux cleaned = 0.310789 Jy ! Component: 150 - total flux cleaned = 0.327214 Jy ! Component: 200 - total flux cleaned = 0.335625 Jy ! Total flux subtracted in 200 components = 0.335625 Jy ! Clean residual min=-0.002896 max=0.004281 Jy/beam ! Clean residual mean=0.000002 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.335625 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.335625 Jy ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=7.661 mas, bpa=-2.663 degrees ! Estimated noise=589.123 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.00678215 Jy ! Component: 100 - total flux cleaned = 0.0104698 Jy ! Component: 150 - total flux cleaned = 0.0128596 Jy ! Component: 200 - total flux cleaned = 0.0145944 Jy ! Total flux subtracted in 200 components = 0.0145944 Jy ! Clean residual min=-0.001850 max=0.001959 Jy/beam ! Clean residual mean=0.000003 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.35022 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 67 components and 0.35022 Jy ! Inverting map ! Added new window around map position (26, -37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187816 Jy ! Component: 100 - total flux cleaned = 0.00311258 Jy ! Component: 150 - total flux cleaned = 0.00399576 Jy ! Component: 200 - total flux cleaned = 0.0045084 Jy ! Total flux subtracted in 200 components = 0.0045084 Jy ! Clean residual min=-0.001638 max=0.001751 Jy/beam ! Clean residual mean=0.000002 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.354728 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 95 components and 0.354728 Jy ! Inverting map ! Added new window around map position (-59.5, 41.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148977 Jy ! Component: 100 - total flux cleaned = 0.0023156 Jy ! Component: 150 - total flux cleaned = 0.00277595 Jy ! Component: 200 - total flux cleaned = 0.00303177 Jy ! Total flux subtracted in 200 components = 0.00303177 Jy ! Clean residual min=-0.001510 max=0.001469 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.35776 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 120 components and 0.35776 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.488 mas, bmaj=12.44 mas, bpa=1.346 degrees ! Estimated noise=744.783 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00090639 Jy ! Component: 100 - total flux cleaned = 0.00154641 Jy ! Component: 150 - total flux cleaned = 0.00207584 Jy ! Component: 200 - total flux cleaned = 0.00248821 Jy ! Total flux subtracted in 200 components = 0.00248821 Jy ! Clean residual min=-0.001522 max=0.001289 Jy/beam ! Clean residual mean=0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.360248 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.000266916 Jy ! Component: 100 - total flux cleaned = 0.000338595 Jy ! Component: 150 - total flux cleaned = 0.000420558 Jy ! Component: 200 - total flux cleaned = 0.000472214 Jy ! Total flux subtracted in 200 components = 0.000472214 Jy ! Clean residual min=-0.001496 max=0.001266 Jy/beam ! Clean residual mean=0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.36072 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 160 components and 0.36072 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=7.661 mas, bpa=-2.663 degrees ! Estimated noise=589.123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000410716 Jy ! Component: 100 - total flux cleaned = -0.000482916 Jy ! Component: 150 - total flux cleaned = -0.000551087 Jy ! Component: 200 - total flux cleaned = -0.000615182 Jy ! Total flux subtracted in 200 components = -0.000615182 Jy ! Clean residual min=-0.001506 max=0.001412 Jy/beam ! Clean residual mean=0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.360105 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 176 components and 0.360105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082171Jy sigma=0.000781 ! Fit after self-cal, rms=0.082163Jy sigma=0.000781 wmodel J1340-0137_S_2014_12_20_pus_map.mod ! Writing 176 model components to file: J1340-0137_S_2014_12_20_pus_map.mod wobs J1340-0137_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1340-0137_S_2014_12_20_pus_uvs.fits wwins J1340-0137_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J1340-0137_S_2014_12_20_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.000277401 Jy ! Component: 100 - total flux cleaned = -0.000403648 Jy ! Component: 150 - total flux cleaned = -0.000548457 Jy ! Component: 200 - total flux cleaned = -0.000618639 Jy ! Component: 250 - total flux cleaned = -0.000664942 Jy ! Component: 300 - total flux cleaned = -0.000798051 Jy ! Component: 350 - total flux cleaned = -0.000927709 Jy ! Component: 400 - total flux cleaned = -0.00115992 Jy ! Component: 450 - total flux cleaned = -0.0012631 Jy ! Component: 500 - total flux cleaned = -0.00146519 Jy ! Component: 550 - total flux cleaned = -0.00156412 Jy ! Component: 600 - total flux cleaned = -0.00168086 Jy ! Component: 650 - total flux cleaned = -0.00181461 Jy ! Component: 700 - total flux cleaned = -0.00188983 Jy ! Component: 750 - total flux cleaned = -0.00201912 Jy ! Component: 800 - total flux cleaned = -0.00212778 Jy ! Component: 850 - total flux cleaned = -0.00223442 Jy ! Component: 900 - total flux cleaned = -0.00230467 Jy ! Component: 950 - total flux cleaned = -0.00237369 Jy ! Component: 1000 - total flux cleaned = -0.0024589 Jy ! Component: 1050 - total flux cleaned = -0.00252623 Jy ! Component: 1100 - total flux cleaned = -0.00260895 Jy ! Component: 1150 - total flux cleaned = -0.00259275 Jy ! Component: 1200 - total flux cleaned = -0.00270566 Jy ! Component: 1250 - total flux cleaned = -0.00270543 Jy ! Component: 1300 - total flux cleaned = -0.00275276 Jy ! Component: 1350 - total flux cleaned = -0.00273689 Jy ! Component: 1400 - total flux cleaned = -0.00279863 Jy ! Component: 1450 - total flux cleaned = -0.00284416 Jy ! Component: 1500 - total flux cleaned = -0.00287418 Jy ! Component: 1550 - total flux cleaned = -0.00285923 Jy ! Component: 1600 - total flux cleaned = -0.00290335 Jy ! Component: 1650 - total flux cleaned = -0.00290343 Jy ! Component: 1700 - total flux cleaned = -0.00294715 Jy ! Component: 1750 - total flux cleaned = -0.00299019 Jy ! Component: 1800 - total flux cleaned = -0.00300437 Jy ! Component: 1850 - total flux cleaned = -0.00304681 Jy ! Component: 1900 - total flux cleaned = -0.00310287 Jy ! Component: 1950 - total flux cleaned = -0.00311685 Jy ! Component: 2000 - total flux cleaned = -0.00310306 Jy ! Component: 2050 - total flux cleaned = -0.00313061 Jy ! Component: 2100 - total flux cleaned = -0.00317106 Jy ! Component: 2150 - total flux cleaned = -0.00319796 Jy ! Component: 2200 - total flux cleaned = -0.00318458 Jy ! Component: 2250 - total flux cleaned = -0.00318466 Jy ! Component: 2300 - total flux cleaned = -0.00323701 Jy ! Component: 2350 - total flux cleaned = -0.00326298 Jy ! Component: 2400 - total flux cleaned = -0.00323714 Jy ! Component: 2450 - total flux cleaned = -0.00322435 Jy ! Component: 2500 - total flux cleaned = -0.00323704 Jy ! Component: 2550 - total flux cleaned = -0.00326227 Jy ! Component: 2600 - total flux cleaned = -0.00327466 Jy ! Component: 2650 - total flux cleaned = -0.00329925 Jy ! Component: 2700 - total flux cleaned = -0.00327461 Jy ! Component: 2750 - total flux cleaned = -0.00327469 Jy ! Component: 2800 - total flux cleaned = -0.00328683 Jy ! Component: 2850 - total flux cleaned = -0.00331096 Jy ! Component: 2900 - total flux cleaned = -0.0033109 Jy ! Component: 2950 - total flux cleaned = -0.00332273 Jy ! Component: 3000 - total flux cleaned = -0.00333445 Jy ! Component: 3050 - total flux cleaned = -0.00333444 Jy ! Component: 3100 - total flux cleaned = -0.00331107 Jy ! Component: 3150 - total flux cleaned = -0.00334585 Jy ! Component: 3200 - total flux cleaned = -0.00332292 Jy ! Component: 3250 - total flux cleaned = -0.00335724 Jy ! Component: 3300 - total flux cleaned = -0.00336846 Jy ! Component: 3350 - total flux cleaned = -0.003312 Jy ! Component: 3400 - total flux cleaned = -0.00336815 Jy ! Component: 3450 - total flux cleaned = -0.00337925 Jy ! Component: 3500 - total flux cleaned = -0.00337936 Jy ! Component: 3550 - total flux cleaned = -0.00336836 Jy ! Component: 3600 - total flux cleaned = -0.00334652 Jy ! Component: 3650 - total flux cleaned = -0.00333579 Jy ! Component: 3700 - total flux cleaned = -0.00332504 Jy ! Component: 3750 - total flux cleaned = -0.00337881 Jy ! Component: 3800 - total flux cleaned = -0.00336814 Jy ! Component: 3850 - total flux cleaned = -0.00332565 Jy ! Component: 3900 - total flux cleaned = -0.00334682 Jy ! Component: 3950 - total flux cleaned = -0.00334674 Jy ! Component: 4000 - total flux cleaned = -0.00333626 Jy ! Component: 4050 - total flux cleaned = -0.00332589 Jy ! Total flux subtracted in 4096 components = -0.00330523 Jy ! Clean residual min=-0.000686 max=0.000605 Jy/beam ! Clean residual mean=-0.000000 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.3568 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 451 components and 0.3568 Jy ![Exited script file: muppet] wmap "J1340-0137_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.181 x 7.661 at -2.663 degrees (North through East) ! Clean map min=-0.0011855 max=0.32897 Jy/beam ! Writing clean map to FITS file: J1340-0137_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.328972 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000185481 device "J1340-0137_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1340-0137_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.169145 0.169145 0.338291 0.676582 1.35316 2.70633 5.41265 10.8253 21.6506 43.3012 86.6025 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.328 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.181 x 7.661 at -2.663 degrees (North through East) ! Clean map min=-0.0011855 max=0.32897 Jy/beam quit ! Quitting program ! Log file J1340-0137_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:37:12 2016