! Started logfile: J1124-1501_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:24:43 2016 obs J1124-1501_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1124-1501_S_2014_05_31_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.700654 visibilities/baseline/integration-bin. ! Found source: J1124-1501 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 12864 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 J1124-1501_S_2014_05_31_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.839637Jy sigma=0.008468 ! Fit after self-cal, rms=0.788190Jy sigma=0.007987 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.272 mas, bmaj=10.45 mas, bpa=17.3 degrees ! Estimated noise=837.201 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.166519 Jy ! Component: 100 - total flux cleaned = 0.202831 Jy ! Total flux subtracted in 100 components = 0.202831 Jy ! Clean residual min=-0.005471 max=0.010130 Jy/beam ! Clean residual mean=-0.000017 rms=0.001481 Jy/beam ! Combined flux in latest and established models = 0.202831 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.202831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086802Jy sigma=0.000811 ! Fit after self-cal, rms=0.086799Jy sigma=0.000810 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00836811 Jy ! Component: 100 - total flux cleaned = 0.012151 Jy ! Total flux subtracted in 100 components = 0.012151 Jy ! Clean residual min=-0.004865 max=0.004677 Jy/beam ! Clean residual mean=-0.000019 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.214982 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.214982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085666Jy sigma=0.000803 ! Fit after self-cal, rms=0.085668Jy 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=4.004 mas, bmaj=11.52 mas, bpa=15.32 degrees ! Estimated noise=628.331 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.00357676 Jy ! Component: 100 - total flux cleaned = 0.00551002 Jy ! Component: 150 - total flux cleaned = 0.00640772 Jy ! Component: 200 - total flux cleaned = 0.00657635 Jy ! Total flux subtracted in 200 components = 0.00657635 Jy ! Clean residual min=-0.003860 max=0.004022 Jy/beam ! Clean residual mean=-0.000019 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.221558 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 46 components and 0.221558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085439Jy sigma=0.000802 ! Fit after self-cal, rms=0.085446Jy sigma=0.000802 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.81 HN 0.98 KP 1.04 ! LA 1.19 MK 1.00* NL 0.95 OV 0.97 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.03 KP 1.02 ! LA 1.13 MK 1.00* NL 1.09 OV 1.02 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.14 HN 1.03 KP 0.93 ! LA 0.90 MK 1.00* NL 0.98 OV 0.92 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00 HN 1.02 KP 0.89 ! LA 0.89 MK 1.00* NL 1.07 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.085446Jy sigma=0.000802 ! Fit after self-cal, rms=0.080696Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.008 mas, bmaj=11.56 mas, bpa=15.33 degrees ! Estimated noise=627.78 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.00113954 Jy ! Component: 100 - total flux cleaned = -0.00142781 Jy ! Component: 150 - total flux cleaned = -0.00156115 Jy ! Component: 200 - total flux cleaned = -0.00162865 Jy ! Total flux subtracted in 200 components = -0.00162865 Jy ! Clean residual min=-0.002481 max=0.002906 Jy/beam ! Clean residual mean=-0.000009 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.21993 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.21993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080678Jy sigma=0.000767 ! Fit after self-cal, rms=0.080665Jy sigma=0.000767 ! 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.080665Jy sigma=0.000767 ! Fit after self-cal, rms=0.080481Jy sigma=0.000764 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.009 mas, bmaj=11.54 mas, bpa=15.42 degrees ! Estimated noise=627.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000749303 Jy ! Component: 100 - total flux cleaned = -0.000639085 Jy ! Component: 150 - total flux cleaned = -0.000592317 Jy ! Component: 200 - total flux cleaned = -0.000572018 Jy ! Total flux subtracted in 200 components = -0.000572018 Jy ! Clean residual min=-0.001644 max=0.001923 Jy/beam ! Clean residual mean=-0.000005 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.219358 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 70 components and 0.219358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080460Jy sigma=0.000764 ! Fit after self-cal, rms=0.080470Jy sigma=0.000764 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 = -2.85479e-06 Jy ! Component: 100 - total flux cleaned = -2.74201e-06 Jy ! Component: 150 - total flux cleaned = -1.90581e-05 Jy ! Component: 200 - total flux cleaned = -1.91021e-05 Jy ! Total flux subtracted in 200 components = -1.91021e-05 Jy ! Clean residual min=-0.001632 max=0.001929 Jy/beam ! Clean residual mean=-0.000005 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.219339 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.219339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080463Jy sigma=0.000764 ! Fit after self-cal, rms=0.080463Jy sigma=0.000764 ! 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.080463Jy sigma=0.000764 ! Fit after self-cal, rms=0.080420Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.007 mas, bmaj=11.54 mas, bpa=15.5 degrees ! Estimated noise=627.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000524744 Jy ! Component: 100 - total flux cleaned = -0.000412901 Jy ! Component: 150 - total flux cleaned = -0.000338734 Jy ! Component: 200 - total flux cleaned = -0.000322905 Jy ! Total flux subtracted in 200 components = -0.000322905 Jy ! Clean residual min=-0.001626 max=0.001805 Jy/beam ! Clean residual mean=-0.000005 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.219016 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.219016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080408Jy sigma=0.000763 ! Fit after self-cal, rms=0.080409Jy sigma=0.000763 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.54176e-07 Jy ! Component: 100 - total flux cleaned = -1.36898e-05 Jy ! Component: 150 - total flux cleaned = -9.09451e-07 Jy ! Component: 200 - total flux cleaned = -2.48893e-05 Jy ! Total flux subtracted in 200 components = -2.48893e-05 Jy ! Clean residual min=-0.001620 max=0.001810 Jy/beam ! Clean residual mean=-0.000005 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.218991 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.218991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080405Jy sigma=0.000763 ! Fit after self-cal, rms=0.080405Jy sigma=0.000763 ! 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.080405Jy sigma=0.000763 ! Fit after self-cal, rms=0.080374Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.744 mas, bmaj=15.63 mas, bpa=5.82 degrees ! Estimated noise=708.418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000241647 Jy ! Component: 100 - total flux cleaned = 0.00027353 Jy ! Component: 150 - total flux cleaned = 0.000284201 Jy ! Component: 200 - total flux cleaned = 0.000284094 Jy ! Total flux subtracted in 200 components = 0.000284094 Jy ! Clean residual min=-0.001767 max=0.001631 Jy/beam ! Clean residual mean=-0.000007 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.219275 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 97 components and 0.219275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080371Jy sigma=0.000763 ! Fit after self-cal, rms=0.080371Jy sigma=0.000763 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 = 4.14404e-05 Jy ! Component: 100 - total flux cleaned = 3.34598e-05 Jy ! Component: 150 - total flux cleaned = 1.90537e-05 Jy ! Component: 200 - total flux cleaned = 1.25297e-05 Jy ! Total flux subtracted in 200 components = 1.25297e-05 Jy ! Clean residual min=-0.001772 max=0.001622 Jy/beam ! Clean residual mean=-0.000007 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.219287 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.219288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080370Jy sigma=0.000763 ! Fit after self-cal, rms=0.080370Jy sigma=0.000763 ! 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=4.006 mas, bmaj=11.54 mas, bpa=15.56 degrees ! Estimated noise=626.674 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.006 x 11.54 at 15.56 degrees (North through East) ! Clean map min=-0.0015513 max=0.21333 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=10.44 mas, bpa=17.49 degrees ! Estimated noise=834.948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.16596 Jy ! Component: 100 - total flux cleaned = 0.20215 Jy ! Component: 150 - total flux cleaned = 0.210221 Jy ! Component: 200 - total flux cleaned = 0.213406 Jy ! Total flux subtracted in 200 components = 0.213406 Jy ! Clean residual min=-0.002264 max=0.002338 Jy/beam ! Clean residual mean=-0.000005 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.213406 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.213406 Jy ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=11.54 mas, bpa=15.56 degrees ! Estimated noise=626.674 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.00244033 Jy ! Component: 100 - total flux cleaned = 0.00366882 Jy ! Component: 150 - total flux cleaned = 0.00441279 Jy ! Component: 200 - total flux cleaned = 0.00472038 Jy ! Total flux subtracted in 200 components = 0.00472038 Jy ! Clean residual min=-0.001665 max=0.001728 Jy/beam ! Clean residual mean=-0.000004 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.218126 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 51 components and 0.218126 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.744 mas, bmaj=15.63 mas, bpa=5.82 degrees ! Estimated noise=708.418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000725544 Jy ! Component: 100 - total flux cleaned = 0.000846857 Jy ! Component: 150 - total flux cleaned = 0.000884044 Jy ! Component: 200 - total flux cleaned = 0.000884218 Jy ! Total flux subtracted in 200 components = 0.000884218 Jy ! Clean residual min=-0.001791 max=0.001695 Jy/beam ! Clean residual mean=-0.000007 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.219011 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.27329e-11 Jy ! Component: 100 - total flux cleaned = 8.03235e-07 Jy ! Component: 150 - total flux cleaned = 9.33818e-06 Jy ! Component: 200 - total flux cleaned = 9.26686e-06 Jy ! Total flux subtracted in 200 components = 9.26686e-06 Jy ! Clean residual min=-0.001785 max=0.001658 Jy/beam ! Clean residual mean=-0.000007 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.21902 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.21902 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.006 mas, bmaj=11.54 mas, bpa=15.56 degrees ! Estimated noise=626.674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000318236 Jy ! Component: 100 - total flux cleaned = -0.00041535 Jy ! Component: 150 - total flux cleaned = -0.000458085 Jy ! Component: 200 - total flux cleaned = -0.000496976 Jy ! Total flux subtracted in 200 components = -0.000496976 Jy ! Clean residual min=-0.001614 max=0.001757 Jy/beam ! Clean residual mean=-0.000004 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.218523 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 79 components and 0.218523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080371Jy sigma=0.000763 ! Fit after self-cal, rms=0.080372Jy sigma=0.000763 wmodel J1124-1501_S_2014_05_31_pus_map.mod ! Writing 79 model components to file: J1124-1501_S_2014_05_31_pus_map.mod wobs J1124-1501_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1124-1501_S_2014_05_31_pus_uvs.fits wwins J1124-1501_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1124-1501_S_2014_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000515948 Jy ! Component: 100 - total flux cleaned = 0.000887893 Jy ! Component: 150 - total flux cleaned = 0.000996585 Jy ! Component: 200 - total flux cleaned = 0.000945482 Jy ! Component: 250 - total flux cleaned = 0.000920487 Jy ! Component: 300 - total flux cleaned = 0.000799093 Jy ! Component: 350 - total flux cleaned = 0.00065823 Jy ! Component: 400 - total flux cleaned = 0.000611743 Jy ! Component: 450 - total flux cleaned = 0.000432671 Jy ! Component: 500 - total flux cleaned = 0.000302179 Jy ! Component: 550 - total flux cleaned = 0.000195587 Jy ! Component: 600 - total flux cleaned = 2.90161e-05 Jy ! Component: 650 - total flux cleaned = -9.31307e-05 Jy ! Component: 700 - total flux cleaned = -0.000193408 Jy ! Component: 750 - total flux cleaned = -0.00029145 Jy ! Component: 800 - total flux cleaned = -0.000368582 Jy ! Component: 850 - total flux cleaned = -0.000501248 Jy ! Component: 900 - total flux cleaned = -0.000612818 Jy ! Component: 950 - total flux cleaned = -0.00070407 Jy ! Component: 1000 - total flux cleaned = -0.000793653 Jy ! Component: 1050 - total flux cleaned = -0.000864316 Jy ! Component: 1100 - total flux cleaned = -0.000968623 Jy ! Component: 1150 - total flux cleaned = -0.00100274 Jy ! Component: 1200 - total flux cleaned = -0.00108741 Jy ! Component: 1250 - total flux cleaned = -0.00118754 Jy ! Component: 1300 - total flux cleaned = -0.0013025 Jy ! Component: 1350 - total flux cleaned = -0.00135117 Jy ! Component: 1400 - total flux cleaned = -0.00149519 Jy ! Component: 1450 - total flux cleaned = -0.00157414 Jy ! Component: 1500 - total flux cleaned = -0.00168285 Jy ! Component: 1550 - total flux cleaned = -0.00171346 Jy ! Component: 1600 - total flux cleaned = -0.00180419 Jy ! Component: 1650 - total flux cleaned = -0.00187897 Jy ! Component: 1700 - total flux cleaned = -0.00198231 Jy ! Component: 1750 - total flux cleaned = -0.00201109 Jy ! Component: 1800 - total flux cleaned = -0.00202565 Jy ! Component: 1850 - total flux cleaned = -0.0020967 Jy ! Component: 1900 - total flux cleaned = -0.00209636 Jy ! Component: 1950 - total flux cleaned = -0.00211039 Jy ! Component: 2000 - total flux cleaned = -0.00217927 Jy ! Component: 2050 - total flux cleaned = -0.00221995 Jy ! Component: 2100 - total flux cleaned = -0.00221997 Jy ! Component: 2150 - total flux cleaned = -0.0022334 Jy ! Component: 2200 - total flux cleaned = -0.00224658 Jy ! Component: 2250 - total flux cleaned = -0.00225976 Jy ! Component: 2300 - total flux cleaned = -0.00231132 Jy ! Component: 2350 - total flux cleaned = -0.00234958 Jy ! Component: 2400 - total flux cleaned = -0.00233655 Jy ! Component: 2450 - total flux cleaned = -0.00233641 Jy ! Component: 2500 - total flux cleaned = -0.00232408 Jy ! Component: 2550 - total flux cleaned = -0.00237341 Jy ! Component: 2600 - total flux cleaned = -0.00232449 Jy ! Component: 2650 - total flux cleaned = -0.00236082 Jy ! Component: 2700 - total flux cleaned = -0.00232484 Jy ! Component: 2750 - total flux cleaned = -0.00233645 Jy ! Component: 2800 - total flux cleaned = -0.00227751 Jy ! Component: 2850 - total flux cleaned = -0.00227752 Jy ! Component: 2900 - total flux cleaned = -0.00224266 Jy ! Component: 2950 - total flux cleaned = -0.00218504 Jy ! Component: 3000 - total flux cleaned = -0.00218504 Jy ! Component: 3050 - total flux cleaned = -0.00215112 Jy ! Component: 3100 - total flux cleaned = -0.00211736 Jy ! Component: 3150 - total flux cleaned = -0.00211741 Jy ! Component: 3200 - total flux cleaned = -0.00213957 Jy ! Component: 3250 - total flux cleaned = -0.00207365 Jy ! Component: 3300 - total flux cleaned = -0.00208449 Jy ! Component: 3350 - total flux cleaned = -0.00207368 Jy ! Component: 3400 - total flux cleaned = -0.00207366 Jy ! Component: 3450 - total flux cleaned = -0.00202032 Jy ! Component: 3500 - total flux cleaned = -0.00202031 Jy ! Component: 3550 - total flux cleaned = -0.00199924 Jy ! Component: 3600 - total flux cleaned = -0.0019783 Jy ! Component: 3650 - total flux cleaned = -0.00196799 Jy ! Component: 3700 - total flux cleaned = -0.00194745 Jy ! Component: 3750 - total flux cleaned = -0.00198847 Jy ! Component: 3800 - total flux cleaned = -0.0019274 Jy ! Component: 3850 - total flux cleaned = -0.00192752 Jy ! Component: 3900 - total flux cleaned = -0.00193749 Jy ! Component: 3950 - total flux cleaned = -0.00186756 Jy ! Component: 4000 - total flux cleaned = -0.00184774 Jy ! Component: 4050 - total flux cleaned = -0.0018379 Jy ! Total flux subtracted in 4096 components = -0.00179866 Jy ! Clean residual min=-0.000642 max=0.000580 Jy/beam ! Clean residual mean=-0.000002 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.216724 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 367 components and 0.216724 Jy ![Exited script file: muppet] wmap "J1124-1501_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.006 x 11.54 at 15.56 degrees (North through East) ! Clean map min=-0.0012602 max=0.21355 Jy/beam ! Writing clean map to FITS file: J1124-1501_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.213554 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000183794 device "J1124-1501_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1124-1501_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.258194 0.258194 0.516387 1.03277 2.06555 4.1311 8.26219 16.5244 33.0488 66.0975 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.213 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.006 x 11.54 at 15.56 degrees (North through East) ! Clean map min=-0.0012602 max=0.21355 Jy/beam quit ! Quitting program ! Log file J1124-1501_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:24:49 2016