! Started logfile: J0111-1422_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:39:15 2016 obs J0111-1422_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0111-1422_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.960795 visibilities/baseline/integration-bin. ! Found source: J0111-1422 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 330 lines of history. ! ! Reading 21272 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 J0111-1422_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002846Jy sigma=0.009634 ! Fit after self-cal, rms=0.963775Jy sigma=0.009275 ! 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.67 mas, bmaj=6.379 mas, bpa=-4.201 degrees ! Estimated noise=861.646 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.0289132 Jy ! Component: 100 - total flux cleaned = 0.0352937 Jy ! Total flux subtracted in 100 components = 0.0352937 Jy ! Clean residual min=-0.002812 max=0.003268 Jy/beam ! Clean residual mean=0.000000 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0352937 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0352937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086321Jy sigma=0.000754 ! Fit after self-cal, rms=0.084930Jy sigma=0.000740 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00455813 Jy ! Component: 100 - total flux cleaned = 0.00640676 Jy ! Total flux subtracted in 100 components = 0.00640676 Jy ! Clean residual min=-0.002988 max=0.003057 Jy/beam ! Clean residual mean=0.000002 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.0417005 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.0417005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084547Jy sigma=0.000737 ! Fit after self-cal, rms=0.084508Jy sigma=0.000737 ! 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.225 mas, bmaj=7.448 mas, bpa=-3.782 degrees ! Estimated noise=514.6 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.00232886 Jy ! Component: 100 - total flux cleaned = 0.00329747 Jy ! Component: 150 - total flux cleaned = 0.003537 Jy ! Component: 200 - total flux cleaned = 0.00363981 Jy ! Total flux subtracted in 200 components = 0.00363981 Jy ! Clean residual min=-0.001724 max=0.001981 Jy/beam ! Clean residual mean=0.000004 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0453403 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 0.0453403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084426Jy sigma=0.000736 ! Fit after self-cal, rms=0.084390Jy sigma=0.000736 ! 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.02 FD 0.92 HN 0.89 KP 1.14 ! LA 0.93 MK 1.05 NL 0.96 OV 1.04 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.93 HN 1.03 KP 1.05 ! LA 0.98 MK 1.08 NL 1.05 OV 1.12 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.88 HN 0.98 KP 1.01 ! LA 0.77 MK 1.03 NL 1.10 OV 1.01 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 0.97 KP 0.99 ! LA 0.88 MK 0.95 NL 1.08 OV 0.97 ! PT 1.07 SC 0.94 ! ! ! Fit before self-cal, rms=0.084390Jy sigma=0.000736 ! Fit after self-cal, rms=0.081705Jy sigma=0.000735 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=7.453 mas, bpa=-3.329 degrees ! Estimated noise=514.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.000521 Jy ! Component: 100 - total flux cleaned = 0.000575977 Jy ! Component: 150 - total flux cleaned = 0.000587917 Jy ! Component: 200 - total flux cleaned = 0.000621564 Jy ! Total flux subtracted in 200 components = 0.000621564 Jy ! Clean residual min=-0.001643 max=0.001529 Jy/beam ! Clean residual mean=0.000003 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0459619 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.0459619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081700Jy sigma=0.000735 ! Fit after self-cal, rms=0.081583Jy sigma=0.000734 ! 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.081583Jy sigma=0.000734 ! Fit after self-cal, rms=0.079797Jy sigma=0.000734 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=7.38 mas, bpa=-3.09 degrees ! Estimated noise=512.421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.15563e-06 Jy ! Component: 100 - total flux cleaned = 1.18396e-05 Jy ! Component: 150 - total flux cleaned = 3.5578e-05 Jy ! Component: 200 - total flux cleaned = 4.55208e-05 Jy ! Total flux subtracted in 200 components = 4.55208e-05 Jy ! Clean residual min=-0.001689 max=0.001439 Jy/beam ! Clean residual mean=0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0460074 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.0460074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079792Jy sigma=0.000734 ! Fit after self-cal, rms=0.079759Jy sigma=0.000733 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.000211349 Jy ! Component: 100 - total flux cleaned = 0.000262395 Jy ! Component: 150 - total flux cleaned = 0.000273258 Jy ! Component: 200 - total flux cleaned = 0.000283517 Jy ! Total flux subtracted in 200 components = 0.000283517 Jy ! Clean residual min=-0.001623 max=0.001390 Jy/beam ! Clean residual mean=0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0462909 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0462909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079756Jy sigma=0.000733 ! Fit after self-cal, rms=0.079755Jy sigma=0.000733 ! 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.079755Jy sigma=0.000733 ! Fit after self-cal, rms=0.079993Jy sigma=0.000733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=7.344 mas, bpa=-2.991 degrees ! Estimated noise=513.635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129223 Jy ! Component: 100 - total flux cleaned = 0.000142305 Jy ! Component: 150 - total flux cleaned = 0.000163573 Jy ! Component: 200 - total flux cleaned = 0.000172823 Jy ! Total flux subtracted in 200 components = 0.000172823 Jy ! Clean residual min=-0.001600 max=0.001410 Jy/beam ! Clean residual mean=0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0464637 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0464637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079989Jy sigma=0.000733 ! Fit after self-cal, rms=0.080004Jy sigma=0.000733 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.6698e-05 Jy ! Component: 100 - total flux cleaned = 6.81556e-05 Jy ! Component: 150 - total flux cleaned = 8.71566e-05 Jy ! Component: 200 - total flux cleaned = 9.52401e-05 Jy ! Total flux subtracted in 200 components = 9.52401e-05 Jy ! Clean residual min=-0.001601 max=0.001396 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.046559 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.046559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080001Jy sigma=0.000733 ! Fit after self-cal, rms=0.079997Jy sigma=0.000733 ! 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.079997Jy sigma=0.000733 ! Fit after self-cal, rms=0.080258Jy sigma=0.000733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.67 mas, bmaj=13.87 mas, bpa=3.939 degrees ! Estimated noise=669.686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341985 Jy ! Component: 100 - total flux cleaned = 0.000360038 Jy ! Component: 150 - total flux cleaned = 0.000376544 Jy ! Component: 200 - total flux cleaned = 0.000392129 Jy ! Total flux subtracted in 200 components = 0.000392129 Jy ! Clean residual min=-0.002006 max=0.001797 Jy/beam ! Clean residual mean=0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0469511 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 43 components and 0.0469511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080256Jy sigma=0.000733 ! Fit after self-cal, rms=0.080262Jy sigma=0.000733 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 = 8.52545e-05 Jy ! Component: 100 - total flux cleaned = 0.000101185 Jy ! Component: 150 - total flux cleaned = 0.000115947 Jy ! Component: 200 - total flux cleaned = 0.000129856 Jy ! Total flux subtracted in 200 components = 0.000129856 Jy ! Clean residual min=-0.001980 max=0.001827 Jy/beam ! Clean residual mean=0.000001 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.047081 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 44 components and 0.047081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080262Jy sigma=0.000733 ! Fit after self-cal, rms=0.080260Jy sigma=0.000733 ! 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.242 mas, bmaj=7.323 mas, bpa=-2.836 degrees ! Estimated noise=515.012 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.242 x 7.323 at -2.836 degrees (North through East) ! Clean map min=-0.0015512 max=0.040984 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.671 mas, bmaj=6.251 mas, bpa=-3.507 degrees ! Estimated noise=868.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0317703 Jy ! Component: 100 - total flux cleaned = 0.0390897 Jy ! Component: 150 - total flux cleaned = 0.0418806 Jy ! Component: 200 - total flux cleaned = 0.0434165 Jy ! Total flux subtracted in 200 components = 0.0434165 Jy ! Clean residual min=-0.003033 max=0.002884 Jy/beam ! Clean residual mean=0.000001 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.0434165 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0434165 Jy ! Inverting map and beam ! Estimated beam: bmin=3.242 mas, bmaj=7.323 mas, bpa=-2.836 degrees ! Estimated noise=515.012 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.00194924 Jy ! Component: 100 - total flux cleaned = 0.00262914 Jy ! Component: 150 - total flux cleaned = 0.00282031 Jy ! Component: 200 - total flux cleaned = 0.00297262 Jy ! Total flux subtracted in 200 components = 0.00297262 Jy ! Clean residual min=-0.001599 max=0.001461 Jy/beam ! Clean residual mean=0.000002 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0463891 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0463891 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.67 mas, bmaj=13.87 mas, bpa=3.939 degrees ! Estimated noise=669.686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493511 Jy ! Component: 100 - total flux cleaned = 0.000514899 Jy ! Component: 150 - total flux cleaned = 0.000533925 Jy ! Component: 200 - total flux cleaned = 0.000550954 Jy ! Total flux subtracted in 200 components = 0.000550954 Jy ! Clean residual min=-0.001982 max=0.001866 Jy/beam ! Clean residual mean=0.000002 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0469401 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 = 8.05386e-06 Jy ! Component: 100 - total flux cleaned = 1.53462e-05 Jy ! Component: 150 - total flux cleaned = 2.20947e-05 Jy ! Component: 200 - total flux cleaned = 2.85264e-05 Jy ! Total flux subtracted in 200 components = 2.85264e-05 Jy ! Clean residual min=-0.001976 max=0.001870 Jy/beam ! Clean residual mean=0.000002 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.0469686 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0469686 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.242 mas, bmaj=7.323 mas, bpa=-2.836 degrees ! Estimated noise=515.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001939 Jy ! Component: 100 - total flux cleaned = -0.000195972 Jy ! Component: 150 - total flux cleaned = -0.000197512 Jy ! Component: 200 - total flux cleaned = -0.000182537 Jy ! Total flux subtracted in 200 components = -0.000182537 Jy ! Clean residual min=-0.001569 max=0.001458 Jy/beam ! Clean residual mean=0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.0467861 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.0467861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080265Jy sigma=0.000733 ! Fit after self-cal, rms=0.080262Jy sigma=0.000733 wmodel J0111-1422_S_2015_03_17_pus_map.mod ! Writing 43 model components to file: J0111-1422_S_2015_03_17_pus_map.mod wobs J0111-1422_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0111-1422_S_2015_03_17_pus_uvs.fits wwins J0111-1422_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0111-1422_S_2015_03_17_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000558328 Jy ! Component: 100 - total flux cleaned = -0.000796479 Jy ! Component: 150 - total flux cleaned = -0.000971786 Jy ! Component: 200 - total flux cleaned = -0.00116212 Jy ! Component: 250 - total flux cleaned = -0.00129911 Jy ! Component: 300 - total flux cleaned = -0.00147602 Jy ! Component: 350 - total flux cleaned = -0.00164709 Jy ! Component: 400 - total flux cleaned = -0.00181306 Jy ! Component: 450 - total flux cleaned = -0.00201488 Jy ! Component: 500 - total flux cleaned = -0.00213288 Jy ! Component: 550 - total flux cleaned = -0.00226773 Jy ! Component: 600 - total flux cleaned = -0.0023805 Jy ! Component: 650 - total flux cleaned = -0.00245397 Jy ! Component: 700 - total flux cleaned = -0.00249045 Jy ! Component: 750 - total flux cleaned = -0.0026149 Jy ! Component: 800 - total flux cleaned = -0.00270153 Jy ! Component: 850 - total flux cleaned = -0.00273591 Jy ! Component: 900 - total flux cleaned = -0.00280334 Jy ! Component: 950 - total flux cleaned = -0.00288619 Jy ! Component: 1000 - total flux cleaned = -0.00293458 Jy ! Component: 1050 - total flux cleaned = -0.00299836 Jy ! Component: 1100 - total flux cleaned = -0.00301409 Jy ! Component: 1150 - total flux cleaned = -0.00306097 Jy ! Component: 1200 - total flux cleaned = -0.00307639 Jy ! Component: 1250 - total flux cleaned = -0.00312224 Jy ! Component: 1300 - total flux cleaned = -0.00321171 Jy ! Component: 1350 - total flux cleaned = -0.0032117 Jy ! Component: 1400 - total flux cleaned = -0.00326956 Jy ! Component: 1450 - total flux cleaned = -0.00329832 Jy ! Component: 1500 - total flux cleaned = -0.00331264 Jy ! Component: 1550 - total flux cleaned = -0.00334045 Jy ! Component: 1600 - total flux cleaned = -0.00331289 Jy ! Component: 1650 - total flux cleaned = -0.00335415 Jy ! Component: 1700 - total flux cleaned = -0.00339435 Jy ! Component: 1750 - total flux cleaned = -0.00336766 Jy ! Component: 1800 - total flux cleaned = -0.00340732 Jy ! Component: 1850 - total flux cleaned = -0.00339407 Jy ! Component: 1900 - total flux cleaned = -0.00334255 Jy ! Component: 1950 - total flux cleaned = -0.00338108 Jy ! Component: 2000 - total flux cleaned = -0.00339357 Jy ! Component: 2050 - total flux cleaned = -0.00339359 Jy ! Component: 2100 - total flux cleaned = -0.00338113 Jy ! Component: 2150 - total flux cleaned = -0.00339344 Jy ! Component: 2200 - total flux cleaned = -0.00338138 Jy ! Component: 2250 - total flux cleaned = -0.00342944 Jy ! Component: 2300 - total flux cleaned = -0.00341764 Jy ! Component: 2350 - total flux cleaned = -0.00340588 Jy ! Component: 2400 - total flux cleaned = -0.00335927 Jy ! Component: 2450 - total flux cleaned = -0.00345174 Jy ! Component: 2500 - total flux cleaned = -0.00341745 Jy ! Component: 2550 - total flux cleaned = -0.00339469 Jy ! Component: 2600 - total flux cleaned = -0.00341722 Jy ! Component: 2650 - total flux cleaned = -0.00340609 Jy ! Component: 2700 - total flux cleaned = -0.00340611 Jy ! Component: 2750 - total flux cleaned = -0.00334021 Jy ! Component: 2800 - total flux cleaned = -0.00332937 Jy ! Component: 2850 - total flux cleaned = -0.00330785 Jy ! Component: 2900 - total flux cleaned = -0.00327576 Jy ! Component: 2950 - total flux cleaned = -0.00327573 Jy ! Component: 3000 - total flux cleaned = -0.0032336 Jy ! Component: 3050 - total flux cleaned = -0.00318127 Jy ! Component: 3100 - total flux cleaned = -0.00312934 Jy ! Component: 3150 - total flux cleaned = -0.00307802 Jy ! Component: 3200 - total flux cleaned = -0.0030779 Jy ! Component: 3250 - total flux cleaned = -0.00301717 Jy ! Component: 3300 - total flux cleaned = -0.00295684 Jy ! Component: 3350 - total flux cleaned = -0.0029269 Jy ! Component: 3400 - total flux cleaned = -0.00290698 Jy ! Component: 3450 - total flux cleaned = -0.00281857 Jy ! Component: 3500 - total flux cleaned = -0.00277963 Jy ! Component: 3550 - total flux cleaned = -0.00275045 Jy ! Component: 3600 - total flux cleaned = -0.00269283 Jy ! Component: 3650 - total flux cleaned = -0.00271195 Jy ! Component: 3700 - total flux cleaned = -0.00265497 Jy ! Component: 3750 - total flux cleaned = -0.00264542 Jy ! Component: 3800 - total flux cleaned = -0.00258918 Jy ! Component: 3850 - total flux cleaned = -0.00251487 Jy ! Component: 3900 - total flux cleaned = -0.00251493 Jy ! Component: 3950 - total flux cleaned = -0.00250579 Jy ! Component: 4000 - total flux cleaned = -0.00246936 Jy ! Component: 4050 - total flux cleaned = -0.00243324 Jy ! Total flux subtracted in 4096 components = -0.00242423 Jy ! Clean residual min=-0.000604 max=0.000607 Jy/beam ! Clean residual mean=0.000001 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0443618 Jy keep ! Adding 318 model components to the UV plane model. ! The established model now contains 361 components and 0.0443619 Jy ![Exited script file: muppet] wmap "J0111-1422_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.242 x 7.323 at -2.836 degrees (North through East) ! Clean map min=-0.0011001 max=0.041192 Jy/beam ! Writing clean map to FITS file: J0111-1422_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0411918 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167409 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.21924 1.21924 2.43849 4.87697 9.75394 19.5079 39.0158 78.0315 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 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.242 x 7.323 at -2.836 degrees (North through East) ! Clean map min=-0.0011001 max=0.041192 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 J0111-1422_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:39:22 2016