! Started logfile: J1323-3407_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:53:49 2017 obs J1323-3407_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1323-3407_S_2015_01_22_pus_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1323-3407 ! ! 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 281 lines of history. ! ! Reading 9072 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 J1323-3407_S_2015_01_22_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 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.887652Jy sigma=0.007337 ! Fit after self-cal, rms=0.860494Jy sigma=0.007138 ! 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.24 mas, bmaj=6.627 mas, bpa=-4.04 degrees ! Estimated noise=1639.21 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.0884667 Jy ! Component: 100 - total flux cleaned = 0.129898 Jy ! Total flux subtracted in 100 components = 0.129898 Jy ! Clean residual min=-0.013286 max=0.024234 Jy/beam ! Clean residual mean=-0.000104 rms=0.004479 Jy/beam ! Combined flux in latest and established models = 0.129898 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.129898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137878Jy sigma=0.001097 ! Fit after self-cal, rms=0.137150Jy sigma=0.001093 ! Inverting map ! Added new window around map position (-3, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0299101 Jy ! Component: 100 - total flux cleaned = 0.0508706 Jy ! Total flux subtracted in 100 components = 0.0508706 Jy ! Clean residual min=-0.010100 max=0.012734 Jy/beam ! Clean residual mean=-0.000078 rms=0.003107 Jy/beam ! Combined flux in latest and established models = 0.180769 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.180769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120700Jy sigma=0.000939 ! Fit after self-cal, rms=0.120389Jy sigma=0.000937 ! 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.763 mas, bmaj=7.602 mas, bpa=-5.012 degrees ! Estimated noise=961.619 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.0383923 Jy ! Component: 100 - total flux cleaned = 0.0614672 Jy ! Component: 150 - total flux cleaned = 0.075943 Jy ! Component: 200 - total flux cleaned = 0.0850751 Jy ! Total flux subtracted in 200 components = 0.0850751 Jy ! Clean residual min=-0.009579 max=0.013057 Jy/beam ! Clean residual mean=-0.000082 rms=0.002797 Jy/beam ! Combined flux in latest and established models = 0.265844 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 65 components and 0.265844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106965Jy sigma=0.000812 ! Fit after self-cal, rms=0.106527Jy sigma=0.000809 ! 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.98 FD 1.00* HN 1.20 KP 1.02 ! LA 1.02 MK 1.02 NL 1.28 OV 0.94 ! PT 1.02 SC 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* HN 1.00* KP 0.96 ! LA 0.99 MK 0.93 NL 1.25 OV 0.99 ! PT 0.97 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00* HN 1.20 KP 0.82 ! LA 0.81 MK 1.07 NL 1.23 OV 0.91 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00* HN 1.32 KP 0.78 ! LA 0.93 MK 1.00 NL 1.07 OV 0.96 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.106527Jy sigma=0.000809 ! Fit after self-cal, rms=0.105862Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.784 mas, bmaj=7.583 mas, bpa=-4.446 degrees ! Estimated noise=954.161 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 (-10, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00643619 Jy ! Component: 100 - total flux cleaned = 0.00917262 Jy ! Component: 150 - total flux cleaned = 0.00995109 Jy ! Component: 200 - total flux cleaned = 0.0104712 Jy ! Total flux subtracted in 200 components = 0.0104712 Jy ! Clean residual min=-0.003252 max=0.003456 Jy/beam ! Clean residual mean=-0.000027 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.276315 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 103 components and 0.276315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105494Jy sigma=0.000771 ! Fit after self-cal, rms=0.105725Jy sigma=0.000770 ! 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.105725Jy sigma=0.000770 ! Fit after self-cal, rms=0.105478Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.776 mas, bmaj=7.56 mas, bpa=-4.41 degrees ! Estimated noise=948.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021377 Jy ! Component: 100 - total flux cleaned = 0.0026909 Jy ! Component: 150 - total flux cleaned = 0.00300729 Jy ! Component: 200 - total flux cleaned = 0.00316136 Jy ! Total flux subtracted in 200 components = 0.00316136 Jy ! Clean residual min=-0.002784 max=0.002930 Jy/beam ! Clean residual mean=-0.000021 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.279476 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 125 components and 0.279476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105414Jy sigma=0.000770 ! Fit after self-cal, rms=0.105408Jy sigma=0.000769 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.000992795 Jy ! Component: 100 - total flux cleaned = 0.00109611 Jy ! Component: 150 - total flux cleaned = 0.00115698 Jy ! Component: 200 - total flux cleaned = 0.00118397 Jy ! Total flux subtracted in 200 components = 0.00118397 Jy ! Clean residual min=-0.002627 max=0.002941 Jy/beam ! Clean residual mean=-0.000018 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.28066 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.28066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105384Jy sigma=0.000769 ! Fit after self-cal, rms=0.105384Jy sigma=0.000769 ! 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.105384Jy sigma=0.000769 ! Fit after self-cal, rms=0.105036Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.771 mas, bmaj=7.548 mas, bpa=-4.465 degrees ! Estimated noise=945.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000543383 Jy ! Component: 100 - total flux cleaned = 0.000575798 Jy ! Component: 150 - total flux cleaned = 0.000576866 Jy ! Component: 200 - total flux cleaned = 0.000577283 Jy ! Total flux subtracted in 200 components = 0.000577283 Jy ! Clean residual min=-0.002567 max=0.002793 Jy/beam ! Clean residual mean=-0.000015 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.281238 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 143 components and 0.281238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105016Jy sigma=0.000769 ! Fit after self-cal, rms=0.105012Jy sigma=0.000769 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.000286571 Jy ! Component: 100 - total flux cleaned = 0.000260412 Jy ! Component: 150 - total flux cleaned = 0.000212792 Jy ! Component: 200 - total flux cleaned = 0.000190397 Jy ! Total flux subtracted in 200 components = 0.000190397 Jy ! Clean residual min=-0.002477 max=0.002783 Jy/beam ! Clean residual mean=-0.000014 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.281428 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 147 components and 0.281428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104998Jy sigma=0.000769 ! Fit after self-cal, rms=0.105000Jy sigma=0.000769 ! 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.105000Jy sigma=0.000769 ! Fit after self-cal, rms=0.104760Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.94 mas, bmaj=22.26 mas, bpa=-1.311 degrees ! Estimated noise=1255.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000844571 Jy ! Component: 100 - total flux cleaned = 0.000823497 Jy ! Component: 150 - total flux cleaned = 0.00076082 Jy ! Component: 200 - total flux cleaned = 0.000743222 Jy ! Total flux subtracted in 200 components = 0.000743222 Jy ! Clean residual min=-0.002921 max=0.002949 Jy/beam ! Clean residual mean=-0.000023 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.282171 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 153 components and 0.282171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104761Jy sigma=0.000769 ! Fit after self-cal, rms=0.104751Jy sigma=0.000769 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.00031057 Jy ! Component: 100 - total flux cleaned = 0.000272278 Jy ! Component: 150 - total flux cleaned = 0.000239689 Jy ! Component: 200 - total flux cleaned = 0.000224985 Jy ! Total flux subtracted in 200 components = 0.000224985 Jy ! Clean residual min=-0.002936 max=0.002923 Jy/beam ! Clean residual mean=-0.000021 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.282396 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 157 components and 0.282396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104749Jy sigma=0.000769 ! Fit after self-cal, rms=0.104750Jy sigma=0.000769 ! 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.768 mas, bmaj=7.54 mas, bpa=-4.476 degrees ! Estimated noise=942.872 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.768 x 7.54 at -4.476 degrees (North through East) ! Clean map min=-0.0025902 max=0.12993 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.23 mas, bmaj=6.508 mas, bpa=-3.273 degrees ! Estimated noise=1658.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0905609 Jy ! Component: 100 - total flux cleaned = 0.136031 Jy ! Component: 150 - total flux cleaned = 0.165096 Jy ! Component: 200 - total flux cleaned = 0.186218 Jy ! Total flux subtracted in 200 components = 0.186218 Jy ! Clean residual min=-0.007747 max=0.012220 Jy/beam ! Clean residual mean=-0.000066 rms=0.002711 Jy/beam ! Combined flux in latest and established models = 0.186218 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.186218 Jy ! Inverting map and beam ! Estimated beam: bmin=2.768 mas, bmaj=7.54 mas, bpa=-4.476 degrees ! Estimated noise=942.872 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.0316839 Jy ! Component: 100 - total flux cleaned = 0.0500696 Jy ! Component: 150 - total flux cleaned = 0.0616715 Jy ! Component: 200 - total flux cleaned = 0.0697767 Jy ! Total flux subtracted in 200 components = 0.0697767 Jy ! Clean residual min=-0.003862 max=0.005290 Jy/beam ! Clean residual mean=-0.000070 rms=0.001461 Jy/beam ! Combined flux in latest and established models = 0.255995 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 95 components and 0.255995 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.94 mas, bmaj=22.26 mas, bpa=-1.311 degrees ! Estimated noise=1255.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106111 Jy ! Component: 100 - total flux cleaned = 0.0166642 Jy ! Component: 150 - total flux cleaned = 0.0203043 Jy ! Component: 200 - total flux cleaned = 0.0225107 Jy ! Total flux subtracted in 200 components = 0.0225107 Jy ! Clean residual min=-0.002908 max=0.003510 Jy/beam ! Clean residual mean=-0.000040 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.278506 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.00134138 Jy ! Component: 100 - total flux cleaned = 0.00215718 Jy ! Component: 150 - total flux cleaned = 0.00260634 Jy ! Component: 200 - total flux cleaned = 0.00265405 Jy ! Total flux subtracted in 200 components = 0.00265405 Jy ! Clean residual min=-0.002585 max=0.003210 Jy/beam ! Clean residual mean=-0.000026 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.28116 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 127 components and 0.28116 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.768 mas, bmaj=7.54 mas, bpa=-4.476 degrees ! Estimated noise=942.872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110878 Jy ! Component: 100 - total flux cleaned = -0.00111241 Jy ! Component: 150 - total flux cleaned = -0.00118446 Jy ! Component: 200 - total flux cleaned = -0.00124524 Jy ! Total flux subtracted in 200 components = -0.00124524 Jy ! Clean residual min=-0.002755 max=0.003230 Jy/beam ! Clean residual mean=-0.000015 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.279914 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 139 components and 0.279914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104772Jy sigma=0.000769 ! Fit after self-cal, rms=0.104770Jy sigma=0.000769 wmodel J1323-3407_S_2015_01_22_pus_map.mod ! Writing 139 model components to file: J1323-3407_S_2015_01_22_pus_map.mod wobs J1323-3407_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1323-3407_S_2015_01_22_pus_uvs.fits wwins J1323-3407_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1323-3407_S_2015_01_22_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.000284656 Jy ! Component: 100 - total flux cleaned = 0.00037326 Jy ! Component: 150 - total flux cleaned = 0.000500584 Jy ! Component: 200 - total flux cleaned = 0.000500901 Jy ! Component: 250 - total flux cleaned = 0.000502757 Jy ! Component: 300 - total flux cleaned = 0.000504025 Jy ! Component: 350 - total flux cleaned = 0.000398365 Jy ! Component: 400 - total flux cleaned = 0.000227821 Jy ! Component: 450 - total flux cleaned = -2.18115e-06 Jy ! Component: 500 - total flux cleaned = -0.000162152 Jy ! Component: 550 - total flux cleaned = -0.000287062 Jy ! Component: 600 - total flux cleaned = -0.000378697 Jy ! Component: 650 - total flux cleaned = -0.000527356 Jy ! Component: 700 - total flux cleaned = -0.000642505 Jy ! Component: 750 - total flux cleaned = -0.000642178 Jy ! Component: 800 - total flux cleaned = -0.000670145 Jy ! Component: 850 - total flux cleaned = -0.0007248 Jy ! Component: 900 - total flux cleaned = -0.000778068 Jy ! Component: 950 - total flux cleaned = -0.000856124 Jy ! Component: 1000 - total flux cleaned = -0.000881546 Jy ! Component: 1050 - total flux cleaned = -0.000857103 Jy ! Component: 1100 - total flux cleaned = -0.0010055 Jy ! Component: 1150 - total flux cleaned = -0.00102958 Jy ! Component: 1200 - total flux cleaned = -0.00107772 Jy ! Component: 1250 - total flux cleaned = -0.00112487 Jy ! Component: 1300 - total flux cleaned = -0.00114793 Jy ! Component: 1350 - total flux cleaned = -0.00119322 Jy ! Component: 1400 - total flux cleaned = -0.00117085 Jy ! Component: 1450 - total flux cleaned = -0.00123715 Jy ! Component: 1500 - total flux cleaned = -0.00125908 Jy ! Component: 1550 - total flux cleaned = -0.00134524 Jy ! Component: 1600 - total flux cleaned = -0.00143016 Jy ! Component: 1650 - total flux cleaned = -0.0014508 Jy ! Component: 1700 - total flux cleaned = -0.00155463 Jy ! Component: 1750 - total flux cleaned = -0.00157511 Jy ! Component: 1800 - total flux cleaned = -0.00161598 Jy ! Component: 1850 - total flux cleaned = -0.00167628 Jy ! Component: 1900 - total flux cleaned = -0.00171619 Jy ! Component: 1950 - total flux cleaned = -0.00183459 Jy ! Component: 2000 - total flux cleaned = -0.00185413 Jy ! Component: 2050 - total flux cleaned = -0.00183493 Jy ! Component: 2100 - total flux cleaned = -0.00191167 Jy ! Component: 2150 - total flux cleaned = -0.00189265 Jy ! Component: 2200 - total flux cleaned = -0.00191152 Jy ! Component: 2250 - total flux cleaned = -0.00191155 Jy ! Component: 2300 - total flux cleaned = -0.00194885 Jy ! Component: 2350 - total flux cleaned = -0.00194876 Jy ! Component: 2400 - total flux cleaned = -0.00193049 Jy ! Component: 2450 - total flux cleaned = -0.00193049 Jy ! Component: 2500 - total flux cleaned = -0.00187649 Jy ! Component: 2550 - total flux cleaned = -0.0018407 Jy ! Component: 2600 - total flux cleaned = -0.00185842 Jy ! Component: 2650 - total flux cleaned = -0.00187605 Jy ! Component: 2700 - total flux cleaned = -0.00178815 Jy ! Component: 2750 - total flux cleaned = -0.00185796 Jy ! Component: 2800 - total flux cleaned = -0.00178847 Jy ! Component: 2850 - total flux cleaned = -0.00166771 Jy ! Component: 2900 - total flux cleaned = -0.00166786 Jy ! Component: 2950 - total flux cleaned = -0.00161678 Jy ! Component: 3000 - total flux cleaned = -0.00158272 Jy ! Component: 3050 - total flux cleaned = -0.00153185 Jy ! Component: 3100 - total flux cleaned = -0.00144784 Jy ! Component: 3150 - total flux cleaned = -0.00139766 Jy ! Component: 3200 - total flux cleaned = -0.00136434 Jy ! Component: 3250 - total flux cleaned = -0.00128146 Jy ! Component: 3300 - total flux cleaned = -0.00123193 Jy ! Component: 3350 - total flux cleaned = -0.0011497 Jy ! Component: 3400 - total flux cleaned = -0.0010514 Jy ! Component: 3450 - total flux cleaned = -0.00096977 Jy ! Component: 3500 - total flux cleaned = -0.000904744 Jy ! Component: 3550 - total flux cleaned = -0.000791153 Jy ! Component: 3600 - total flux cleaned = -0.000677957 Jy ! Component: 3650 - total flux cleaned = -0.000581161 Jy ! Component: 3700 - total flux cleaned = -0.000468455 Jy ! Component: 3750 - total flux cleaned = -0.000420191 Jy ! Component: 3800 - total flux cleaned = -0.00032389 Jy ! Component: 3850 - total flux cleaned = -0.000211709 Jy ! Component: 3900 - total flux cleaned = -0.000131746 Jy ! Component: 3950 - total flux cleaned = -8.38429e-05 Jy ! Component: 4000 - total flux cleaned = -4.07901e-06 Jy ! Component: 4050 - total flux cleaned = 4.36614e-05 Jy ! Total flux subtracted in 4096 components = 9.15174e-05 Jy ! Clean residual min=-0.000934 max=0.000990 Jy/beam ! Clean residual mean=0.000007 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.280006 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 405 components and 0.280006 Jy ![Exited script file: muppet] wmap "J1323-3407_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.768 x 7.54 at -4.476 degrees (North through East) ! Clean map min=-0.0021 max=0.13147 Jy/beam ! Writing clean map to FITS file: J1323-3407_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.131472 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000294235 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.671401 0.671401 1.3428 2.6856 5.37121 10.7424 21.4848 42.9697 85.9393 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.131 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.768 x 7.54 at -4.476 degrees (North through East) ! Clean map min=-0.0021 max=0.13147 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 J1323-3407_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:53:56 2017