! Started logfile: J2103-0933_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:34:33 2017 obs J2103-0933_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2103-0933_S_2015_01_23_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.886501 visibilities/baseline/integration-bin. ! Found source: J2103-0933 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 338 lines of history. ! ! Reading 19308 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 J2103-0933_S_2015_01_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014348Jy sigma=0.009637 ! Fit after self-cal, rms=0.953985Jy sigma=0.009179 ! 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.638 mas, bmaj=6.267 mas, bpa=-3.319 degrees ! Estimated noise=833.692 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.0462442 Jy ! Component: 100 - total flux cleaned = 0.0620124 Jy ! Total flux subtracted in 100 components = 0.0620124 Jy ! Clean residual min=-0.004861 max=0.009479 Jy/beam ! Clean residual mean=-0.000017 rms=0.001362 Jy/beam ! Combined flux in latest and established models = 0.0620124 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0620124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242700Jy sigma=0.000815 ! Fit after self-cal, rms=0.242440Jy sigma=0.000810 ! Inverting map ! Added new window around map position (5, -10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103742 Jy ! Component: 100 - total flux cleaned = 0.01692 Jy ! Total flux subtracted in 100 components = 0.01692 Jy ! Clean residual min=-0.003967 max=0.005227 Jy/beam ! Clean residual mean=-0.000011 rms=0.001027 Jy/beam ! Combined flux in latest and established models = 0.0789323 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.0789323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241595Jy sigma=0.000796 ! Fit after self-cal, rms=0.241540Jy sigma=0.000795 ! 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.192 mas, bmaj=7.292 mas, bpa=-3.166 degrees ! Estimated noise=551.752 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.00691894 Jy ! Component: 100 - total flux cleaned = 0.0109101 Jy ! Component: 150 - total flux cleaned = 0.0134791 Jy ! Component: 200 - total flux cleaned = 0.0151856 Jy ! Total flux subtracted in 200 components = 0.0151856 Jy ! Clean residual min=-0.004584 max=0.003783 Jy/beam ! Clean residual mean=-0.000011 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.094118 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 51 components and 0.094118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241012Jy sigma=0.000791 ! Fit after self-cal, rms=0.240931Jy sigma=0.000790 ! 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.09 FD 0.35 HN 0.99 KP 1.10 ! LA 1.18 MK 1.00 NL 0.98 OV 0.99 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.46 HN 0.99 KP 0.98 ! LA 1.09 MK 1.06 NL 1.09 OV 1.02 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.55 HN 1.05 KP 0.86 ! LA 0.93 MK 1.01 NL 1.33 OV 0.95 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.25 HN 1.03 KP 0.77 ! LA 0.93 MK 1.03 NL 0.99 OV 1.00 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.240931Jy sigma=0.000790 ! Fit after self-cal, rms=0.108867Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.214 mas, bmaj=7.377 mas, bpa=-2.713 degrees ! Estimated noise=548.262 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.00110369 Jy ! Component: 100 - total flux cleaned = 0.000942938 Jy ! Component: 150 - total flux cleaned = 0.000728536 Jy ! Component: 200 - total flux cleaned = 0.000622939 Jy ! Total flux subtracted in 200 components = 0.000622939 Jy ! Clean residual min=-0.002966 max=0.002908 Jy/beam ! Clean residual mean=-0.000001 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.0947409 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.0947409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108825Jy sigma=0.000783 ! Fit after self-cal, rms=0.108499Jy sigma=0.000782 ! 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.108499Jy sigma=0.000782 ! Fit after self-cal, rms=0.106477Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.217 mas, bmaj=7.358 mas, bpa=-2.522 degrees ! Estimated noise=548.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00076932 Jy ! Component: 100 - total flux cleaned = 0.000854859 Jy ! Component: 150 - total flux cleaned = 0.000836767 Jy ! Component: 200 - total flux cleaned = 0.000853602 Jy ! Total flux subtracted in 200 components = 0.000853602 Jy ! Clean residual min=-0.001796 max=0.001865 Jy/beam ! Clean residual mean=0.000002 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.0955945 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.0955945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106466Jy sigma=0.000777 ! Fit after self-cal, rms=0.106608Jy sigma=0.000777 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.000262021 Jy ! Component: 100 - total flux cleaned = 0.000224689 Jy ! Component: 150 - total flux cleaned = 0.000175291 Jy ! Component: 200 - total flux cleaned = 0.00014435 Jy ! Total flux subtracted in 200 components = 0.00014435 Jy ! Clean residual min=-0.001750 max=0.001900 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0957388 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.0957388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106600Jy sigma=0.000777 ! Fit after self-cal, rms=0.106603Jy sigma=0.000777 ! 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.106603Jy sigma=0.000777 ! Fit after self-cal, rms=0.106157Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=7.343 mas, bpa=-2.428 degrees ! Estimated noise=547.328 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000509613 Jy ! Component: 100 - total flux cleaned = 0.000545416 Jy ! Component: 150 - total flux cleaned = 0.000530571 Jy ! Component: 200 - total flux cleaned = 0.00051629 Jy ! Total flux subtracted in 200 components = 0.00051629 Jy ! Clean residual min=-0.001795 max=0.001931 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0962551 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.0962551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106151Jy sigma=0.000776 ! Fit after self-cal, rms=0.106174Jy sigma=0.000776 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.000167621 Jy ! Component: 100 - total flux cleaned = 0.000105685 Jy ! Component: 150 - total flux cleaned = 7.77354e-05 Jy ! Component: 200 - total flux cleaned = 7.77508e-05 Jy ! Total flux subtracted in 200 components = 7.77508e-05 Jy ! Clean residual min=-0.001799 max=0.001931 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0963329 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.0963328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106170Jy sigma=0.000776 ! Fit after self-cal, rms=0.106194Jy sigma=0.000776 ! 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.106194Jy sigma=0.000776 ! Fit after self-cal, rms=0.106269Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.201 mas, bmaj=12.75 mas, bpa=-1.916 degrees ! Estimated noise=711.573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000421889 Jy ! Component: 100 - total flux cleaned = 0.000469127 Jy ! Component: 150 - total flux cleaned = 0.000457257 Jy ! Component: 200 - total flux cleaned = 0.000426136 Jy ! Total flux subtracted in 200 components = 0.000426136 Jy ! Clean residual min=-0.001964 max=0.002081 Jy/beam ! Clean residual mean=0.000005 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.096759 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 95 components and 0.096759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106268Jy sigma=0.000776 ! Fit after self-cal, rms=0.106272Jy sigma=0.000776 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 = 3.67492e-05 Jy ! Component: 100 - total flux cleaned = 6.48349e-05 Jy ! Component: 150 - total flux cleaned = 6.6373e-05 Jy ! Component: 200 - total flux cleaned = 3.7697e-05 Jy ! Total flux subtracted in 200 components = 3.7697e-05 Jy ! Clean residual min=-0.001953 max=0.002093 Jy/beam ! Clean residual mean=0.000006 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0967967 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 99 components and 0.0967967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106271Jy sigma=0.000776 ! Fit after self-cal, rms=0.106272Jy sigma=0.000776 ! 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.212 mas, bmaj=7.333 mas, bpa=-2.36 degrees ! Estimated noise=547.041 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.212 x 7.333 at -2.36 degrees (North through East) ! Clean map min=-0.0017771 max=0.055509 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.653 mas, bmaj=6.311 mas, bpa=-2.351 degrees ! Estimated noise=827.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0458355 Jy ! Component: 100 - total flux cleaned = 0.0643014 Jy ! Component: 150 - total flux cleaned = 0.075263 Jy ! Component: 200 - total flux cleaned = 0.0820444 Jy ! Total flux subtracted in 200 components = 0.0820444 Jy ! Clean residual min=-0.002855 max=0.003541 Jy/beam ! Clean residual mean=-0.000003 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.0820444 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.0820444 Jy ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=7.333 mas, bpa=-2.36 degrees ! Estimated noise=547.041 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.00594063 Jy ! Component: 100 - total flux cleaned = 0.00935609 Jy ! Component: 150 - total flux cleaned = 0.011579 Jy ! Component: 200 - total flux cleaned = 0.0130676 Jy ! Total flux subtracted in 200 components = 0.0130676 Jy ! Clean residual min=-0.001974 max=0.001923 Jy/beam ! Clean residual mean=0.000002 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.095112 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 46 components and 0.095112 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.201 mas, bmaj=12.75 mas, bpa=-1.916 degrees ! Estimated noise=711.573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126099 Jy ! Component: 100 - total flux cleaned = 0.00172093 Jy ! Component: 150 - total flux cleaned = 0.00173614 Jy ! Component: 200 - total flux cleaned = 0.00174868 Jy ! Total flux subtracted in 200 components = 0.00174868 Jy ! Clean residual min=-0.001982 max=0.002043 Jy/beam ! Clean residual mean=0.000006 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0968607 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 = -1.01116e-05 Jy ! Component: 100 - total flux cleaned = -1.01851e-05 Jy ! Component: 150 - total flux cleaned = -1.98653e-05 Jy ! Component: 200 - total flux cleaned = -2.92334e-05 Jy ! Total flux subtracted in 200 components = -2.92334e-05 Jy ! Clean residual min=-0.001976 max=0.002035 Jy/beam ! Clean residual mean=0.000005 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.0968314 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 64 components and 0.0968314 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=7.333 mas, bpa=-2.36 degrees ! Estimated noise=547.041 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.64571e-05 Jy ! Component: 100 - total flux cleaned = 0.000118651 Jy ! Component: 150 - total flux cleaned = 7.69182e-05 Jy ! Component: 200 - total flux cleaned = 7.70644e-05 Jy ! Total flux subtracted in 200 components = 7.70644e-05 Jy ! Clean residual min=-0.001844 max=0.001978 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0969085 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.0969085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106280Jy sigma=0.000776 ! Fit after self-cal, rms=0.106261Jy sigma=0.000776 wmodel J2103-0933_S_2015_01_23_pus_map.mod ! Writing 71 model components to file: J2103-0933_S_2015_01_23_pus_map.mod wobs J2103-0933_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2103-0933_S_2015_01_23_pus_uvs.fits wwins J2103-0933_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J2103-0933_S_2015_01_23_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134318 Jy ! Component: 100 - total flux cleaned = -0.000168921 Jy ! Component: 150 - total flux cleaned = -0.000255803 Jy ! Component: 200 - total flux cleaned = -0.000282382 Jy ! Component: 250 - total flux cleaned = -0.00033495 Jy ! Component: 300 - total flux cleaned = -0.000335496 Jy ! Component: 350 - total flux cleaned = -0.000409488 Jy ! Component: 400 - total flux cleaned = -0.000457233 Jy ! Component: 450 - total flux cleaned = -0.000433847 Jy ! Component: 500 - total flux cleaned = -0.00052602 Jy ! Component: 550 - total flux cleaned = -0.000548624 Jy ! Component: 600 - total flux cleaned = -0.000658295 Jy ! Component: 650 - total flux cleaned = -0.00067951 Jy ! Component: 700 - total flux cleaned = -0.00067929 Jy ! Component: 750 - total flux cleaned = -0.000679626 Jy ! Component: 800 - total flux cleaned = -0.00067971 Jy ! Component: 850 - total flux cleaned = -0.000740563 Jy ! Component: 900 - total flux cleaned = -0.000740613 Jy ! Component: 950 - total flux cleaned = -0.000720932 Jy ! Component: 1000 - total flux cleaned = -0.000701731 Jy ! Component: 1050 - total flux cleaned = -0.000701611 Jy ! Component: 1100 - total flux cleaned = -0.00068276 Jy ! Component: 1150 - total flux cleaned = -0.000701344 Jy ! Component: 1200 - total flux cleaned = -0.000719301 Jy ! Component: 1250 - total flux cleaned = -0.000629025 Jy ! Component: 1300 - total flux cleaned = -0.000575804 Jy ! Component: 1350 - total flux cleaned = -0.000611556 Jy ! Component: 1400 - total flux cleaned = -0.000663439 Jy ! Component: 1450 - total flux cleaned = -0.000628461 Jy ! Component: 1500 - total flux cleaned = -0.000594423 Jy ! Component: 1550 - total flux cleaned = -0.000560721 Jy ! Component: 1600 - total flux cleaned = -0.000493968 Jy ! Component: 1650 - total flux cleaned = -0.000444575 Jy ! Component: 1700 - total flux cleaned = -0.0004609 Jy ! Component: 1750 - total flux cleaned = -0.000412206 Jy ! Component: 1800 - total flux cleaned = -0.000396356 Jy ! Component: 1850 - total flux cleaned = -0.0003176 Jy ! Component: 1900 - total flux cleaned = -0.000317941 Jy ! Component: 1950 - total flux cleaned = -0.000318069 Jy ! Component: 2000 - total flux cleaned = -0.000333036 Jy ! Component: 2050 - total flux cleaned = -0.000287447 Jy ! Component: 2100 - total flux cleaned = -0.000302263 Jy ! Component: 2150 - total flux cleaned = -0.000317351 Jy ! Component: 2200 - total flux cleaned = -0.000317214 Jy ! Component: 2250 - total flux cleaned = -0.00031713 Jy ! Component: 2300 - total flux cleaned = -0.00028809 Jy ! Component: 2350 - total flux cleaned = -0.00027399 Jy ! Component: 2400 - total flux cleaned = -0.000274125 Jy ! Component: 2450 - total flux cleaned = -0.000246061 Jy ! Component: 2500 - total flux cleaned = -0.000204176 Jy ! Component: 2550 - total flux cleaned = -0.000121272 Jy ! Component: 2600 - total flux cleaned = -0.000121578 Jy ! Component: 2650 - total flux cleaned = -0.00016224 Jy ! Component: 2700 - total flux cleaned = -0.000162057 Jy ! Component: 2750 - total flux cleaned = -0.000121891 Jy ! Component: 2800 - total flux cleaned = -0.000148466 Jy ! Component: 2850 - total flux cleaned = -0.000148432 Jy ! Component: 2900 - total flux cleaned = -0.000135382 Jy ! Component: 2950 - total flux cleaned = -0.000187425 Jy ! Component: 3000 - total flux cleaned = -0.00018737 Jy ! Component: 3050 - total flux cleaned = -0.000225805 Jy ! Component: 3100 - total flux cleaned = -0.000238465 Jy ! Component: 3150 - total flux cleaned = -0.000251171 Jy ! Component: 3200 - total flux cleaned = -0.000251175 Jy ! Component: 3250 - total flux cleaned = -0.000300817 Jy ! Component: 3300 - total flux cleaned = -0.00030088 Jy ! Component: 3350 - total flux cleaned = -0.000349803 Jy ! Component: 3400 - total flux cleaned = -0.00033753 Jy ! Component: 3450 - total flux cleaned = -0.00032546 Jy ! Component: 3500 - total flux cleaned = -0.000373579 Jy ! Component: 3550 - total flux cleaned = -0.00038546 Jy ! Component: 3600 - total flux cleaned = -0.000373655 Jy ! Component: 3650 - total flux cleaned = -0.000397343 Jy ! Component: 3700 - total flux cleaned = -0.000385696 Jy ! Component: 3750 - total flux cleaned = -0.000409017 Jy ! Component: 3800 - total flux cleaned = -0.000455214 Jy ! Component: 3850 - total flux cleaned = -0.000420768 Jy ! Component: 3900 - total flux cleaned = -0.000409375 Jy ! Component: 3950 - total flux cleaned = -0.000420641 Jy ! Component: 4000 - total flux cleaned = -0.000398036 Jy ! Component: 4050 - total flux cleaned = -0.000409331 Jy ! Total flux subtracted in 4096 components = -0.000453958 Jy ! Clean residual min=-0.000630 max=0.000714 Jy/beam ! Clean residual mean=0.000003 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0964546 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 361 components and 0.0964545 Jy ![Exited script file: muppet] wmap "J2103-0933_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.212 x 7.333 at -2.36 degrees (North through East) ! Clean map min=-0.001371 max=0.05553 Jy/beam ! Writing clean map to FITS file: J2103-0933_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0555299 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000206542 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.11584 1.11584 2.23168 4.46337 8.92673 17.8535 35.7069 71.4139 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.055 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.212 x 7.333 at -2.36 degrees (North through East) ! Clean map min=-0.001371 max=0.05553 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 J2103-0933_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:34:38 2017