! Started logfile: J1031-0423_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:21:19 2017 obs J1031-0423_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1031-0423_S_2015_01_23_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77619 visibilities/baseline/integration-bin. ! Found source: J1031-0423 ! ! 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 11736 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 J1031-0423_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.872272Jy sigma=0.009281 ! Fit after self-cal, rms=0.863162Jy sigma=0.009214 ! 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.766 mas, bmaj=6.832 mas, bpa=0.2775 degrees ! Estimated noise=850.678 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.104851 Jy ! Component: 100 - total flux cleaned = 0.133962 Jy ! Total flux subtracted in 100 components = 0.133962 Jy ! Clean residual min=-0.005917 max=0.011536 Jy/beam ! Clean residual mean=0.000014 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.133962 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.133962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114195Jy sigma=0.000819 ! Fit after self-cal, rms=0.114143Jy sigma=0.000818 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118526 Jy ! Component: 100 - total flux cleaned = 0.0178951 Jy ! Total flux subtracted in 100 components = 0.0178951 Jy ! Clean residual min=-0.005024 max=0.005466 Jy/beam ! Clean residual mean=0.000004 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.151857 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.151857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112454Jy sigma=0.000803 ! Fit after self-cal, rms=0.112436Jy sigma=0.000803 ! 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.333 mas, bmaj=7.879 mas, bpa=0.8814 degrees ! Estimated noise=640.022 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.00359798 Jy ! Component: 100 - total flux cleaned = 0.00543109 Jy ! Component: 150 - total flux cleaned = 0.00651176 Jy ! Component: 200 - total flux cleaned = 0.00702616 Jy ! Total flux subtracted in 200 components = 0.00702616 Jy ! Clean residual min=-0.005009 max=0.004761 Jy/beam ! Clean residual mean=0.000005 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.158884 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 42 components and 0.158884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112188Jy sigma=0.000803 ! Fit after self-cal, rms=0.112189Jy sigma=0.000803 ! 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.01 FD 0.73 HN 0.96 KP 1.12 ! LA 1.00 MK 0.98 NL 0.93 OV 0.99 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 1.05 KP 1.07 ! LA 0.98 MK 1.01 NL 1.22 OV 1.00 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.12 HN 1.02 KP 0.92 ! LA 0.80 MK 1.06 NL 1.18 OV 0.93 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.86 HN 1.01 KP 0.85 ! LA 0.85 MK 1.00 NL 1.06 OV 1.00 ! PT 1.04 SC 0.99 ! ! ! Fit before self-cal, rms=0.112189Jy sigma=0.000803 ! Fit after self-cal, rms=0.103900Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=7.931 mas, bpa=0.9563 degrees ! Estimated noise=644.59 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 (12.5, 28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422777 Jy ! Component: 100 - total flux cleaned = 0.00654096 Jy ! Component: 150 - total flux cleaned = 0.00816259 Jy ! Component: 200 - total flux cleaned = 0.0091222 Jy ! Total flux subtracted in 200 components = 0.0091222 Jy ! Clean residual min=-0.002099 max=0.002289 Jy/beam ! Clean residual mean=-0.000002 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.168006 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 67 components and 0.168006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103722Jy sigma=0.000781 ! Fit after self-cal, rms=0.103693Jy sigma=0.000780 ! 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.103693Jy sigma=0.000780 ! Fit after self-cal, rms=0.103952Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=7.942 mas, bpa=0.8452 degrees ! Estimated noise=644.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145518 Jy ! Component: 100 - total flux cleaned = 0.00239109 Jy ! Component: 150 - total flux cleaned = 0.00281194 Jy ! Component: 200 - total flux cleaned = 0.0030483 Jy ! Total flux subtracted in 200 components = 0.0030483 Jy ! Clean residual min=-0.001991 max=0.001831 Jy/beam ! Clean residual mean=0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.171054 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.171054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103925Jy sigma=0.000776 ! Fit after self-cal, rms=0.103940Jy 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.000455312 Jy ! Component: 100 - total flux cleaned = 0.000518822 Jy ! Component: 150 - total flux cleaned = 0.000518878 Jy ! Component: 200 - total flux cleaned = 0.0005373 Jy ! Total flux subtracted in 200 components = 0.0005373 Jy ! Clean residual min=-0.001914 max=0.001806 Jy/beam ! Clean residual mean=0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.171591 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 100 components and 0.171591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103933Jy sigma=0.000776 ! Fit after self-cal, rms=0.103933Jy sigma=0.000776 ! 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.103933Jy sigma=0.000776 ! Fit after self-cal, rms=0.104287Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=7.945 mas, bpa=0.8065 degrees ! Estimated noise=645.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000635499 Jy ! Component: 100 - total flux cleaned = 0.000694944 Jy ! Component: 150 - total flux cleaned = 0.000695116 Jy ! Component: 200 - total flux cleaned = 0.000679109 Jy ! Total flux subtracted in 200 components = 0.000679109 Jy ! Clean residual min=-0.001850 max=0.001778 Jy/beam ! Clean residual mean=0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.17227 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 111 components and 0.17227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104280Jy sigma=0.000776 ! Fit after self-cal, rms=0.104281Jy 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.000144653 Jy ! Component: 100 - total flux cleaned = 0.00011292 Jy ! Component: 150 - total flux cleaned = 0.000112752 Jy ! Component: 200 - total flux cleaned = 0.000112689 Jy ! Total flux subtracted in 200 components = 0.000112689 Jy ! Clean residual min=-0.001823 max=0.001750 Jy/beam ! Clean residual mean=0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.172383 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.172383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104277Jy sigma=0.000776 ! Fit after self-cal, rms=0.104277Jy 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.104277Jy sigma=0.000776 ! Fit after self-cal, rms=0.104497Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.401 mas, bmaj=12.86 mas, bpa=0.1617 degrees ! Estimated noise=813.541 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379665 Jy ! Component: 100 - total flux cleaned = 0.000431226 Jy ! Component: 150 - total flux cleaned = 0.000431824 Jy ! Component: 200 - total flux cleaned = 0.00043216 Jy ! Total flux subtracted in 200 components = 0.00043216 Jy ! Clean residual min=-0.001872 max=0.001828 Jy/beam ! Clean residual mean=0.000003 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.172815 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 123 components and 0.172815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104495Jy sigma=0.000776 ! Fit after self-cal, rms=0.104497Jy 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 = 5.53568e-05 Jy ! Component: 100 - total flux cleaned = 6.59925e-05 Jy ! Component: 150 - total flux cleaned = 6.65252e-05 Jy ! Component: 200 - total flux cleaned = 7.65824e-05 Jy ! Total flux subtracted in 200 components = 7.65824e-05 Jy ! Clean residual min=-0.001837 max=0.001846 Jy/beam ! Clean residual mean=0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.172892 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 129 components and 0.172892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104495Jy sigma=0.000776 ! Fit after self-cal, rms=0.104495Jy 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.352 mas, bmaj=7.948 mas, bpa=0.7847 degrees ! Estimated noise=645.959 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.352 x 7.948 at 0.7847 degrees (North through East) ! Clean map min=-0.0017514 max=0.13761 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.781 mas, bmaj=6.898 mas, bpa=0.2799 degrees ! Estimated noise=860.956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105902 Jy ! Component: 100 - total flux cleaned = 0.135557 Jy ! Component: 150 - total flux cleaned = 0.147253 Jy ! Component: 200 - total flux cleaned = 0.153404 Jy ! Total flux subtracted in 200 components = 0.153404 Jy ! Clean residual min=-0.003070 max=0.003712 Jy/beam ! Clean residual mean=0.000006 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.153404 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.153404 Jy ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.948 mas, bpa=0.7847 degrees ! Estimated noise=645.959 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.00487536 Jy ! Component: 100 - total flux cleaned = 0.00825261 Jy ! Component: 150 - total flux cleaned = 0.0106794 Jy ! Component: 200 - total flux cleaned = 0.0124745 Jy ! Total flux subtracted in 200 components = 0.0124745 Jy ! Clean residual min=-0.001919 max=0.001997 Jy/beam ! Clean residual mean=0.000004 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.165878 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 60 components and 0.165878 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.401 mas, bmaj=12.86 mas, bpa=0.1617 degrees ! Estimated noise=813.541 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214083 Jy ! Component: 100 - total flux cleaned = 0.0035765 Jy ! Component: 150 - total flux cleaned = 0.00461397 Jy ! Component: 200 - total flux cleaned = 0.00537836 Jy ! Total flux subtracted in 200 components = 0.00537836 Jy ! Clean residual min=-0.001934 max=0.001928 Jy/beam ! Clean residual mean=0.000004 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.171256 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.000379177 Jy ! Component: 100 - total flux cleaned = 0.000667207 Jy ! Component: 150 - total flux cleaned = 0.000873524 Jy ! Component: 200 - total flux cleaned = 0.000970259 Jy ! Total flux subtracted in 200 components = 0.000970259 Jy ! Clean residual min=-0.001921 max=0.001900 Jy/beam ! Clean residual mean=0.000003 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.172227 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 93 components and 0.172227 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.948 mas, bpa=0.7847 degrees ! Estimated noise=645.959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.36313e-05 Jy ! Component: 100 - total flux cleaned = -4.89014e-06 Jy ! Component: 150 - total flux cleaned = 4.58456e-05 Jy ! Component: 200 - total flux cleaned = 0.00011546 Jy ! Total flux subtracted in 200 components = 0.00011546 Jy ! Clean residual min=-0.001804 max=0.001739 Jy/beam ! Clean residual mean=0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.172342 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 102 components and 0.172342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104503Jy sigma=0.000776 ! Fit after self-cal, rms=0.104502Jy sigma=0.000776 wmodel J1031-0423_S_2015_01_23_pus_map.mod ! Writing 102 model components to file: J1031-0423_S_2015_01_23_pus_map.mod wobs J1031-0423_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1031-0423_S_2015_01_23_pus_uvs.fits wwins J1031-0423_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1031-0423_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 = 9.3935e-05 Jy ! Component: 100 - total flux cleaned = 0.000242777 Jy ! Component: 150 - total flux cleaned = 0.000495281 Jy ! Component: 200 - total flux cleaned = 0.000848295 Jy ! Component: 250 - total flux cleaned = 0.00121756 Jy ! Component: 300 - total flux cleaned = 0.00139711 Jy ! Component: 350 - total flux cleaned = 0.00162227 Jy ! Component: 400 - total flux cleaned = 0.00186601 Jy ! Component: 450 - total flux cleaned = 0.00203345 Jy ! Component: 500 - total flux cleaned = 0.00229092 Jy ! Component: 550 - total flux cleaned = 0.00245182 Jy ! Component: 600 - total flux cleaned = 0.00274365 Jy ! Component: 650 - total flux cleaned = 0.00291934 Jy ! Component: 700 - total flux cleaned = 0.00309213 Jy ! Component: 750 - total flux cleaned = 0.00324087 Jy ! Component: 800 - total flux cleaned = 0.00336578 Jy ! Component: 850 - total flux cleaned = 0.00340692 Jy ! Component: 900 - total flux cleaned = 0.00350815 Jy ! Component: 950 - total flux cleaned = 0.00364764 Jy ! Component: 1000 - total flux cleaned = 0.00370641 Jy ! Component: 1050 - total flux cleaned = 0.00380322 Jy ! Component: 1100 - total flux cleaned = 0.00393645 Jy ! Component: 1150 - total flux cleaned = 0.00403011 Jy ! Component: 1200 - total flux cleaned = 0.00410392 Jy ! Component: 1250 - total flux cleaned = 0.00417664 Jy ! Component: 1300 - total flux cleaned = 0.00424843 Jy ! Component: 1350 - total flux cleaned = 0.00431949 Jy ! Component: 1400 - total flux cleaned = 0.00442481 Jy ! Component: 1450 - total flux cleaned = 0.00451127 Jy ! Component: 1500 - total flux cleaned = 0.00459687 Jy ! Component: 1550 - total flux cleaned = 0.00473211 Jy ! Component: 1600 - total flux cleaned = 0.00483254 Jy ! Component: 1650 - total flux cleaned = 0.00496443 Jy ! Component: 1700 - total flux cleaned = 0.0050786 Jy ! Component: 1750 - total flux cleaned = 0.0052074 Jy ! Component: 1800 - total flux cleaned = 0.00531881 Jy ! Component: 1850 - total flux cleaned = 0.00547594 Jy ! Component: 1900 - total flux cleaned = 0.00549154 Jy ! Component: 1950 - total flux cleaned = 0.0056461 Jy ! Component: 2000 - total flux cleaned = 0.00576829 Jy ! Component: 2050 - total flux cleaned = 0.00585893 Jy ! Component: 2100 - total flux cleaned = 0.00602299 Jy ! Component: 2150 - total flux cleaned = 0.00606719 Jy ! Component: 2200 - total flux cleaned = 0.00614031 Jy ! Component: 2250 - total flux cleaned = 0.0061983 Jy ! Component: 2300 - total flux cleaned = 0.0062415 Jy ! Component: 2350 - total flux cleaned = 0.00631259 Jy ! Component: 2400 - total flux cleaned = 0.00638311 Jy ! Component: 2450 - total flux cleaned = 0.00648088 Jy ! Component: 2500 - total flux cleaned = 0.00652248 Jy ! Component: 2550 - total flux cleaned = 0.00665972 Jy ! Component: 2600 - total flux cleaned = 0.00672762 Jy ! Component: 2650 - total flux cleaned = 0.0068218 Jy ! Component: 2700 - total flux cleaned = 0.00683516 Jy ! Component: 2750 - total flux cleaned = 0.00686182 Jy ! Component: 2800 - total flux cleaned = 0.00695382 Jy ! Component: 2850 - total flux cleaned = 0.00696681 Jy ! Component: 2900 - total flux cleaned = 0.00695378 Jy ! Component: 2950 - total flux cleaned = 0.0069922 Jy ! Component: 3000 - total flux cleaned = 0.00700506 Jy ! Component: 3050 - total flux cleaned = 0.00706835 Jy ! Component: 3100 - total flux cleaned = 0.00708093 Jy ! Component: 3150 - total flux cleaned = 0.00709332 Jy ! Component: 3200 - total flux cleaned = 0.00711803 Jy ! Component: 3250 - total flux cleaned = 0.00716725 Jy ! Component: 3300 - total flux cleaned = 0.00717944 Jy ! Component: 3350 - total flux cleaned = 0.00723998 Jy ! Component: 3400 - total flux cleaned = 0.00725197 Jy ! Component: 3450 - total flux cleaned = 0.00727569 Jy ! Component: 3500 - total flux cleaned = 0.00729943 Jy ! Component: 3550 - total flux cleaned = 0.0073229 Jy ! Component: 3600 - total flux cleaned = 0.00733454 Jy ! Component: 3650 - total flux cleaned = 0.00736937 Jy ! Component: 3700 - total flux cleaned = 0.00739253 Jy ! Component: 3750 - total flux cleaned = 0.00738119 Jy ! Component: 3800 - total flux cleaned = 0.00741541 Jy ! Component: 3850 - total flux cleaned = 0.00742669 Jy ! Component: 3900 - total flux cleaned = 0.00746051 Jy ! Component: 3950 - total flux cleaned = 0.00742697 Jy ! Component: 4000 - total flux cleaned = 0.00741591 Jy ! Component: 4050 - total flux cleaned = 0.00741595 Jy ! Total flux subtracted in 4096 components = 0.00744879 Jy ! Clean residual min=-0.000597 max=0.000630 Jy/beam ! Clean residual mean=0.000000 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.179791 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 393 components and 0.179791 Jy ![Exited script file: muppet] wmap "J1031-0423_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.352 x 7.948 at 0.7847 degrees (North through East) ! Clean map min=-0.0011966 max=0.13797 Jy/beam ! Writing clean map to FITS file: J1031-0423_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.137973 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201457 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.438035 0.438035 0.87607 1.75214 3.50428 7.00856 14.0171 28.0342 56.0685 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.352 x 7.948 at 0.7847 degrees (North through East) ! Clean map min=-0.0011966 max=0.13797 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 J1031-0423_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:21:24 2017