! Started logfile: J1139-1350_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:25:16 2016 obs J1139-1350_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1139-1350_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.699291 visibilities/baseline/integration-bin. ! Found source: J1139-1350 ! ! 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 336 lines of history. ! ! Reading 11832 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 J1139-1350_S_2014_05_31_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 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 149 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861904Jy sigma=0.008739 ! Fit after self-cal, rms=0.847111Jy sigma=0.008589 ! 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=3.235 mas, bmaj=10.04 mas, bpa=15.6 degrees ! Estimated noise=1074.2 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.116636 Jy ! Component: 100 - total flux cleaned = 0.151303 Jy ! Total flux subtracted in 100 components = 0.151303 Jy ! Clean residual min=-0.011374 max=0.024022 Jy/beam ! Clean residual mean=-0.000048 rms=0.003460 Jy/beam ! Combined flux in latest and established models = 0.151303 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.151303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096992Jy sigma=0.000939 ! Fit after self-cal, rms=0.096953Jy sigma=0.000939 ! Inverting map ! Added new window around map position (-7, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.023358 Jy ! Component: 100 - total flux cleaned = 0.0373111 Jy ! Total flux subtracted in 100 components = 0.0373111 Jy ! Clean residual min=-0.008599 max=0.010942 Jy/beam ! Clean residual mean=-0.000036 rms=0.002434 Jy/beam ! Combined flux in latest and established models = 0.188614 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.188614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089867Jy sigma=0.000861 ! Fit after self-cal, rms=0.089462Jy sigma=0.000858 ! 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.96 mas, bmaj=11.29 mas, bpa=14.88 degrees ! Estimated noise=649.113 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.0144615 Jy ! Component: 100 - total flux cleaned = 0.0234414 Jy ! Component: 150 - total flux cleaned = 0.0297622 Jy ! Component: 200 - total flux cleaned = 0.0343434 Jy ! Total flux subtracted in 200 components = 0.0343434 Jy ! Clean residual min=-0.005855 max=0.014460 Jy/beam ! Clean residual mean=-0.000025 rms=0.002052 Jy/beam ! Combined flux in latest and established models = 0.222958 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 79 components and 0.222958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086717Jy sigma=0.000830 ! Fit after self-cal, rms=0.086475Jy sigma=0.000828 ! Inverting map ! Added new window around map position (-15.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132943 Jy ! Component: 100 - total flux cleaned = 0.0196942 Jy ! Component: 150 - total flux cleaned = 0.0240462 Jy ! Component: 200 - total flux cleaned = 0.0273465 Jy ! Total flux subtracted in 200 components = 0.0273465 Jy ! Clean residual min=-0.003704 max=0.005232 Jy/beam ! Clean residual mean=-0.000012 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.250304 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 123 components and 0.250304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084442Jy sigma=0.000805 ! Fit after self-cal, rms=0.084127Jy sigma=0.000802 ! 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 0.95 FD 0.83 HN 0.95 KP 1.06 ! LA 1.20 MK 1.00* NL 0.97 OV 0.99 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.04 KP 1.01 ! LA 1.14 MK 1.00* NL 1.04 OV 1.02 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.12 HN 1.04 KP 0.92 ! LA 0.87 MK 1.00* NL 1.01 OV 0.96 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.96 HN 1.04 KP 0.86 ! LA 0.88 MK 1.00* NL 1.07 OV 1.02 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.084127Jy sigma=0.000802 ! Fit after self-cal, rms=0.079862Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.967 mas, bmaj=11.33 mas, bpa=14.97 degrees ! Estimated noise=642.758 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.00333553 Jy ! Component: 100 - total flux cleaned = 0.00467007 Jy ! Component: 150 - total flux cleaned = 0.00498972 Jy ! Component: 200 - total flux cleaned = 0.00538739 Jy ! Total flux subtracted in 200 components = 0.00538739 Jy ! Clean residual min=-0.002499 max=0.002621 Jy/beam ! Clean residual mean=-0.000004 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.255692 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 161 components and 0.255692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079628Jy sigma=0.000775 ! Fit after self-cal, rms=0.079591Jy sigma=0.000774 ! 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.079591Jy sigma=0.000774 ! Fit after self-cal, rms=0.079661Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.97 mas, bmaj=11.32 mas, bpa=14.94 degrees ! Estimated noise=643.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00183281 Jy ! Component: 100 - total flux cleaned = 0.00201027 Jy ! Component: 150 - total flux cleaned = 0.00210799 Jy ! Component: 200 - total flux cleaned = 0.00215005 Jy ! Total flux subtracted in 200 components = 0.00215005 Jy ! Clean residual min=-0.002194 max=0.002077 Jy/beam ! Clean residual mean=0.000000 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.257842 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 186 components and 0.257842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079592Jy sigma=0.000773 ! Fit after self-cal, rms=0.079587Jy sigma=0.000773 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.000382032 Jy ! Component: 100 - total flux cleaned = 0.000457358 Jy ! Component: 150 - total flux cleaned = 0.000525214 Jy ! Component: 200 - total flux cleaned = 0.000644752 Jy ! Total flux subtracted in 200 components = 0.000644752 Jy ! Clean residual min=-0.002164 max=0.001903 Jy/beam ! Clean residual mean=0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.258486 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 210 components and 0.258486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079557Jy sigma=0.000772 ! Fit after self-cal, rms=0.079552Jy sigma=0.000772 ! 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.079552Jy sigma=0.000772 ! Fit after self-cal, rms=0.079738Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.977 mas, bmaj=11.33 mas, bpa=14.88 degrees ! Estimated noise=644.537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520224 Jy ! Component: 100 - total flux cleaned = 0.00055111 Jy ! Component: 150 - total flux cleaned = 0.000576443 Jy ! Component: 200 - total flux cleaned = 0.00062469 Jy ! Total flux subtracted in 200 components = 0.00062469 Jy ! Clean residual min=-0.002014 max=0.001767 Jy/beam ! Clean residual mean=0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.259111 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 223 components and 0.259111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079716Jy sigma=0.000772 ! Fit after self-cal, rms=0.079715Jy sigma=0.000772 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.000175915 Jy ! Component: 100 - total flux cleaned = 0.000220942 Jy ! Component: 150 - total flux cleaned = 0.000221056 Jy ! Component: 200 - total flux cleaned = 0.000201822 Jy ! Total flux subtracted in 200 components = 0.000201822 Jy ! Clean residual min=-0.002010 max=0.001697 Jy/beam ! Clean residual mean=0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.259313 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 232 components and 0.259313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079703Jy sigma=0.000772 ! Fit after self-cal, rms=0.079701Jy sigma=0.000772 ! 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.079701Jy sigma=0.000772 ! Fit after self-cal, rms=0.079821Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.721 mas, bmaj=15.11 mas, bpa=4.804 degrees ! Estimated noise=734.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00039304 Jy ! Component: 100 - total flux cleaned = 0.000663295 Jy ! Component: 150 - total flux cleaned = 0.00074971 Jy ! Component: 200 - total flux cleaned = 0.000764818 Jy ! Total flux subtracted in 200 components = 0.000764818 Jy ! Clean residual min=-0.001920 max=0.001698 Jy/beam ! Clean residual mean=0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.260078 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 250 components and 0.260078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079816Jy sigma=0.000772 ! Fit after self-cal, rms=0.079814Jy sigma=0.000772 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 = 7.76401e-05 Jy ! Component: 100 - total flux cleaned = 9.22123e-05 Jy ! Component: 150 - total flux cleaned = 9.27644e-05 Jy ! Component: 200 - total flux cleaned = 9.27018e-05 Jy ! Total flux subtracted in 200 components = 9.27018e-05 Jy ! Clean residual min=-0.001882 max=0.001706 Jy/beam ! Clean residual mean=0.000003 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.26017 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 258 components and 0.26017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079812Jy sigma=0.000772 ! Fit after self-cal, rms=0.079810Jy sigma=0.000772 ! 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.982 mas, bmaj=11.33 mas, bpa=14.84 degrees ! Estimated noise=645.174 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.982 x 11.33 at 14.84 degrees (North through East) ! Clean map min=-0.0019666 max=0.15476 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=3.242 mas, bmaj=10.06 mas, bpa=15.6 degrees ! Estimated noise=1067.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.115104 Jy ! Component: 100 - total flux cleaned = 0.153014 Jy ! Component: 150 - total flux cleaned = 0.176878 Jy ! Component: 200 - total flux cleaned = 0.193676 Jy ! Total flux subtracted in 200 components = 0.193676 Jy ! Clean residual min=-0.006789 max=0.009537 Jy/beam ! Clean residual mean=-0.000027 rms=0.002069 Jy/beam ! Combined flux in latest and established models = 0.193676 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.193676 Jy ! Inverting map and beam ! Estimated beam: bmin=3.982 mas, bmaj=11.33 mas, bpa=14.84 degrees ! Estimated noise=645.174 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.0167993 Jy ! Component: 100 - total flux cleaned = 0.0282343 Jy ! Component: 150 - total flux cleaned = 0.0366277 Jy ! Component: 200 - total flux cleaned = 0.0430774 Jy ! Total flux subtracted in 200 components = 0.0430774 Jy ! Clean residual min=-0.003418 max=0.003773 Jy/beam ! Clean residual mean=-0.000004 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.236754 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 66 components and 0.236753 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.721 mas, bmaj=15.11 mas, bpa=4.804 degrees ! Estimated noise=734.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00758983 Jy ! Component: 100 - total flux cleaned = 0.0125832 Jy ! Component: 150 - total flux cleaned = 0.0160159 Jy ! Component: 200 - total flux cleaned = 0.0184301 Jy ! Total flux subtracted in 200 components = 0.0184301 Jy ! Clean residual min=-0.002160 max=0.002052 Jy/beam ! Clean residual mean=0.000001 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.255184 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.00173079 Jy ! Component: 100 - total flux cleaned = 0.00305014 Jy ! Component: 150 - total flux cleaned = 0.004084 Jy ! Component: 200 - total flux cleaned = 0.00446015 Jy ! Total flux subtracted in 200 components = 0.00446015 Jy ! Clean residual min=-0.001920 max=0.001645 Jy/beam ! Clean residual mean=0.000002 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.259644 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 163 components and 0.259644 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.982 mas, bmaj=11.33 mas, bpa=14.84 degrees ! Estimated noise=645.174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251295 Jy ! Component: 100 - total flux cleaned = -0.000249187 Jy ! Component: 150 - total flux cleaned = -0.000211553 Jy ! Component: 200 - total flux cleaned = -0.000113845 Jy ! Total flux subtracted in 200 components = -0.000113845 Jy ! Clean residual min=-0.002208 max=0.001733 Jy/beam ! Clean residual mean=0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.25953 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 189 components and 0.25953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079849Jy sigma=0.000772 ! Fit after self-cal, rms=0.079839Jy sigma=0.000772 wmodel J1139-1350_S_2014_05_31_pus_map.mod ! Writing 189 model components to file: J1139-1350_S_2014_05_31_pus_map.mod wobs J1139-1350_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1139-1350_S_2014_05_31_pus_uvs.fits wwins J1139-1350_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1139-1350_S_2014_05_31_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.000788109 Jy ! Component: 100 - total flux cleaned = -0.0012863 Jy ! Component: 150 - total flux cleaned = -0.00157365 Jy ! Component: 200 - total flux cleaned = -0.00179264 Jy ! Component: 250 - total flux cleaned = -0.0020311 Jy ! Component: 300 - total flux cleaned = -0.00228636 Jy ! Component: 350 - total flux cleaned = -0.00243502 Jy ! Component: 400 - total flux cleaned = -0.00260299 Jy ! Component: 450 - total flux cleaned = -0.00274277 Jy ! Component: 500 - total flux cleaned = -0.00285664 Jy ! Component: 550 - total flux cleaned = -0.00301272 Jy ! Component: 600 - total flux cleaned = -0.00318654 Jy ! Component: 650 - total flux cleaned = -0.00331356 Jy ! Component: 700 - total flux cleaned = -0.00337617 Jy ! Component: 750 - total flux cleaned = -0.00349862 Jy ! Component: 800 - total flux cleaned = -0.00353844 Jy ! Component: 850 - total flux cleaned = -0.00353817 Jy ! Component: 900 - total flux cleaned = -0.00355729 Jy ! Component: 950 - total flux cleaned = -0.0035198 Jy ! Component: 1000 - total flux cleaned = -0.00350196 Jy ! Component: 1050 - total flux cleaned = -0.00364768 Jy ! Component: 1100 - total flux cleaned = -0.00362936 Jy ! Component: 1150 - total flux cleaned = -0.00373516 Jy ! Component: 1200 - total flux cleaned = -0.00380463 Jy ! Component: 1250 - total flux cleaned = -0.00382195 Jy ! Component: 1300 - total flux cleaned = -0.00392334 Jy ! Component: 1350 - total flux cleaned = -0.00395664 Jy ! Component: 1400 - total flux cleaned = -0.0039895 Jy ! Component: 1450 - total flux cleaned = -0.00407043 Jy ! Component: 1500 - total flux cleaned = -0.00413455 Jy ! Component: 1550 - total flux cleaned = -0.00416634 Jy ! Component: 1600 - total flux cleaned = -0.00421328 Jy ! Component: 1650 - total flux cleaned = -0.00427506 Jy ! Component: 1700 - total flux cleaned = -0.00436673 Jy ! Component: 1750 - total flux cleaned = -0.00436665 Jy ! Component: 1800 - total flux cleaned = -0.00445628 Jy ! Component: 1850 - total flux cleaned = -0.00454507 Jy ! Component: 1900 - total flux cleaned = -0.00461763 Jy ! Component: 1950 - total flux cleaned = -0.00466115 Jy ! Component: 2000 - total flux cleaned = -0.00477511 Jy ! Component: 2050 - total flux cleaned = -0.00477487 Jy ! Component: 2100 - total flux cleaned = -0.00483061 Jy ! Component: 2150 - total flux cleaned = -0.00487199 Jy ! Component: 2200 - total flux cleaned = -0.00492649 Jy ! Component: 2250 - total flux cleaned = -0.00500753 Jy ! Component: 2300 - total flux cleaned = -0.00503415 Jy ! Component: 2350 - total flux cleaned = -0.00511389 Jy ! Component: 2400 - total flux cleaned = -0.00517965 Jy ! Component: 2450 - total flux cleaned = -0.00523185 Jy ! Component: 2500 - total flux cleaned = -0.00527045 Jy ! Component: 2550 - total flux cleaned = -0.00533447 Jy ! Component: 2600 - total flux cleaned = -0.00538508 Jy ! Component: 2650 - total flux cleaned = -0.00538506 Jy ! Component: 2700 - total flux cleaned = -0.00544741 Jy ! Component: 2750 - total flux cleaned = -0.00550914 Jy ! Component: 2800 - total flux cleaned = -0.0055336 Jy ! Component: 2850 - total flux cleaned = -0.0056067 Jy ! Component: 2900 - total flux cleaned = -0.00555823 Jy ! Component: 2950 - total flux cleaned = -0.00559426 Jy ! Component: 3000 - total flux cleaned = -0.00560622 Jy ! Component: 3050 - total flux cleaned = -0.00566541 Jy ! Component: 3100 - total flux cleaned = -0.00571221 Jy ! Component: 3150 - total flux cleaned = -0.0057471 Jy ! Component: 3200 - total flux cleaned = -0.00579317 Jy ! Component: 3250 - total flux cleaned = -0.0058506 Jy ! Component: 3300 - total flux cleaned = -0.00587323 Jy ! Component: 3350 - total flux cleaned = -0.00587325 Jy ! Component: 3400 - total flux cleaned = -0.00594078 Jy ! Component: 3450 - total flux cleaned = -0.00597408 Jy ! Component: 3500 - total flux cleaned = -0.00602947 Jy ! Component: 3550 - total flux cleaned = -0.00605125 Jy ! Component: 3600 - total flux cleaned = -0.00605124 Jy ! Component: 3650 - total flux cleaned = -0.00605116 Jy ! Component: 3700 - total flux cleaned = -0.00610505 Jy ! Component: 3750 - total flux cleaned = -0.00608373 Jy ! Component: 3800 - total flux cleaned = -0.00614757 Jy ! Component: 3850 - total flux cleaned = -0.00615814 Jy ! Component: 3900 - total flux cleaned = -0.0062526 Jy ! Component: 3950 - total flux cleaned = -0.00624212 Jy ! Component: 4000 - total flux cleaned = -0.00626278 Jy ! Component: 4050 - total flux cleaned = -0.00631427 Jy ! Total flux subtracted in 4096 components = -0.0063245 Jy ! Clean residual min=-0.000701 max=0.000520 Jy/beam ! Clean residual mean=0.000000 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.253205 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 452 components and 0.253205 Jy ![Exited script file: muppet] wmap "J1139-1350_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.982 x 11.33 at 14.84 degrees (North through East) ! Clean map min=-0.0014938 max=0.15388 Jy/beam ! Writing clean map to FITS file: J1139-1350_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.153883 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194157 device "J1139-1350_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1139-1350_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.378516 0.378516 0.757032 1.51406 3.02813 6.05625 12.1125 24.225 48.45 96.9001 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.153 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.982 x 11.33 at 14.84 degrees (North through East) ! Clean map min=-0.0014938 max=0.15388 Jy/beam quit ! Quitting program ! Log file J1139-1350_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:25:22 2016