! Started logfile: J1130+3031_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:23:05 2017 obs J1130+3031_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1130+3031_S_2015_01_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.844177 visibilities/baseline/integration-bin. ! Found source: J1130+3031 ! ! 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 12612 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 J1130+3031_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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.845437Jy sigma=0.009789 ! Fit after self-cal, rms=0.818533Jy sigma=0.009591 ! 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.033 mas, bmaj=5.082 mas, bpa=-6.641 degrees ! Estimated noise=814.601 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.14504 Jy ! Component: 100 - total flux cleaned = 0.183399 Jy ! Total flux subtracted in 100 components = 0.183399 Jy ! Clean residual min=-0.007836 max=0.015120 Jy/beam ! Clean residual mean=-0.000005 rms=0.002043 Jy/beam ! Combined flux in latest and established models = 0.183399 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.183399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151104Jy sigma=0.000905 ! Fit after self-cal, rms=0.151072Jy sigma=0.000904 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.015109 Jy ! Component: 100 - total flux cleaned = 0.0225148 Jy ! Total flux subtracted in 100 components = 0.0225148 Jy ! Clean residual min=-0.006572 max=0.009353 Jy/beam ! Clean residual mean=-0.000007 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.205913 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.205913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149038Jy sigma=0.000868 ! Fit after self-cal, rms=0.149056Jy sigma=0.000868 ! 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.574 mas, bmaj=5.804 mas, bpa=-5.724 degrees ! Estimated noise=564.878 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.00681332 Jy ! Component: 100 - total flux cleaned = 0.0110332 Jy ! Component: 150 - total flux cleaned = 0.0137917 Jy ! Component: 200 - total flux cleaned = 0.0156213 Jy ! Total flux subtracted in 200 components = 0.0156213 Jy ! Clean residual min=-0.007272 max=0.007835 Jy/beam ! Clean residual mean=-0.000005 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.221535 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.221535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148607Jy sigma=0.000862 ! Fit after self-cal, rms=0.148653Jy sigma=0.000862 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.73 HN 0.94 KP 1.08 ! LA 0.98 MK 1.00 NL 1.06 OV 0.96 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.07 HN 1.03 KP 1.01 ! LA 0.93 MK 1.01 NL 1.19 OV 1.01 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 1.01 KP 0.88 ! LA 0.77 MK 1.03 NL 1.40 OV 0.95 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.48 HN 0.98 KP 0.81 ! LA 0.82 MK 1.03 NL 1.02 OV 0.99 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.148653Jy sigma=0.000862 ! Fit after self-cal, rms=0.143057Jy sigma=0.000803 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.612 mas, bmaj=5.874 mas, bpa=-5.741 degrees ! Estimated noise=565.976 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.00218874 Jy ! Component: 100 - total flux cleaned = -0.0032788 Jy ! Component: 150 - total flux cleaned = -0.00361531 Jy ! Component: 200 - total flux cleaned = -0.00380202 Jy ! Total flux subtracted in 200 components = -0.00380202 Jy ! Clean residual min=-0.004579 max=0.004476 Jy/beam ! Clean residual mean=-0.000004 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.217733 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.217733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143011Jy sigma=0.000802 ! Fit after self-cal, rms=0.143030Jy sigma=0.000802 ! 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.143030Jy sigma=0.000802 ! Fit after self-cal, rms=0.145994Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.605 mas, bmaj=5.876 mas, bpa=-5.598 degrees ! Estimated noise=565.242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00117243 Jy ! Component: 100 - total flux cleaned = -0.00135932 Jy ! Component: 150 - total flux cleaned = -0.00156219 Jy ! Component: 200 - total flux cleaned = -0.00173866 Jy ! Total flux subtracted in 200 components = -0.00173866 Jy ! Clean residual min=-0.002215 max=0.002839 Jy/beam ! Clean residual mean=-0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.215994 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.215994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145936Jy sigma=0.000782 ! Fit after self-cal, rms=0.146058Jy sigma=0.000782 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) ! Added new window around map position (-17.5, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00262902 Jy ! Component: 100 - total flux cleaned = 0.00419608 Jy ! Component: 150 - total flux cleaned = 0.00509602 Jy ! Component: 200 - total flux cleaned = 0.00573753 Jy ! Total flux subtracted in 200 components = 0.00573753 Jy ! Clean residual min=-0.001946 max=0.001753 Jy/beam ! Clean residual mean=-0.000001 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.221731 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 74 components and 0.221731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145989Jy sigma=0.000781 ! Fit after self-cal, rms=0.145985Jy sigma=0.000781 ! 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.145985Jy sigma=0.000781 ! Fit after self-cal, rms=0.145939Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.606 mas, bmaj=5.882 mas, bpa=-5.531 degrees ! Estimated noise=564.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.04399e-05 Jy ! Component: 100 - total flux cleaned = 0.00035253 Jy ! Component: 150 - total flux cleaned = 0.000561311 Jy ! Component: 200 - total flux cleaned = 0.000644291 Jy ! Total flux subtracted in 200 components = 0.000644291 Jy ! Clean residual min=-0.001735 max=0.001624 Jy/beam ! Clean residual mean=-0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.222376 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 85 components and 0.222376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145907Jy sigma=0.000780 ! Fit after self-cal, rms=0.145917Jy sigma=0.000780 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 = -7.16936e-05 Jy ! Component: 100 - total flux cleaned = 7.92987e-05 Jy ! Component: 150 - total flux cleaned = 0.000148293 Jy ! Component: 200 - total flux cleaned = 0.000213212 Jy ! Total flux subtracted in 200 components = 0.000213212 Jy ! Clean residual min=-0.001703 max=0.001622 Jy/beam ! Clean residual mean=-0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.222589 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 0.222589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145898Jy sigma=0.000780 ! Fit after self-cal, rms=0.145897Jy sigma=0.000780 ! 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.145897Jy sigma=0.000780 ! Fit after self-cal, rms=0.145841Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.212 mas, bmaj=9.698 mas, bpa=-2.827 degrees ! Estimated noise=705.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000511373 Jy ! Component: 100 - total flux cleaned = -0.000486614 Jy ! Component: 150 - total flux cleaned = -0.000464675 Jy ! Component: 200 - total flux cleaned = -0.000499075 Jy ! Total flux subtracted in 200 components = -0.000499075 Jy ! Clean residual min=-0.002068 max=0.002139 Jy/beam ! Clean residual mean=-0.000002 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.22209 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 98 components and 0.22209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145824Jy sigma=0.000780 ! Fit after self-cal, rms=0.145834Jy sigma=0.000780 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 = -1.89169e-05 Jy ! Component: 100 - total flux cleaned = -1.60406e-05 Jy ! Component: 150 - total flux cleaned = -1.74829e-06 Jy ! Component: 200 - total flux cleaned = -2.64806e-05 Jy ! Total flux subtracted in 200 components = -2.64806e-05 Jy ! Clean residual min=-0.002066 max=0.002127 Jy/beam ! Clean residual mean=-0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.222063 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.222063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145823Jy sigma=0.000780 ! Fit after self-cal, rms=0.145828Jy sigma=0.000780 ! 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.607 mas, bmaj=5.885 mas, bpa=-5.505 degrees ! Estimated noise=564.332 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 5.885 at -5.505 degrees (North through East) ! Clean map min=-0.0016537 max=0.18931 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.053 mas, bmaj=5.136 mas, bpa=-6.84 degrees ! Estimated noise=815.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144954 Jy ! Component: 100 - total flux cleaned = 0.183188 Jy ! Component: 150 - total flux cleaned = 0.198242 Jy ! Component: 200 - total flux cleaned = 0.204993 Jy ! Total flux subtracted in 200 components = 0.204993 Jy ! Clean residual min=-0.002947 max=0.004245 Jy/beam ! Clean residual mean=-0.000003 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.204993 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.204993 Jy ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=5.885 mas, bpa=-5.505 degrees ! Estimated noise=564.332 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.00482922 Jy ! Component: 100 - total flux cleaned = 0.00788706 Jy ! Component: 150 - total flux cleaned = 0.0101623 Jy ! Component: 200 - total flux cleaned = 0.0119347 Jy ! Total flux subtracted in 200 components = 0.0119347 Jy ! Clean residual min=-0.001961 max=0.002482 Jy/beam ! Clean residual mean=-0.000002 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.216928 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 43 components and 0.216928 Jy ! Inverting map ! Added new window around map position (-4.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001903 Jy ! Component: 100 - total flux cleaned = 0.00283486 Jy ! Component: 150 - total flux cleaned = 0.00352022 Jy ! Component: 200 - total flux cleaned = 0.0039157 Jy ! Total flux subtracted in 200 components = 0.0039157 Jy ! Clean residual min=-0.001848 max=0.001660 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.220843 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 65 components and 0.220843 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.212 mas, bmaj=9.698 mas, bpa=-2.827 degrees ! Estimated noise=705.023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000656306 Jy ! Component: 100 - total flux cleaned = 0.00105293 Jy ! Component: 150 - total flux cleaned = 0.00133955 Jy ! Component: 200 - total flux cleaned = 0.00141894 Jy ! Total flux subtracted in 200 components = 0.00141894 Jy ! Clean residual min=-0.002046 max=0.001943 Jy/beam ! Clean residual mean=-0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.222262 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.71503e-05 Jy ! Component: 100 - total flux cleaned = 1.65619e-05 Jy ! Component: 150 - total flux cleaned = 2.37329e-06 Jy ! Component: 200 - total flux cleaned = 1.88757e-06 Jy ! Total flux subtracted in 200 components = 1.88757e-06 Jy ! Clean residual min=-0.002025 max=0.001937 Jy/beam ! Clean residual mean=-0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.222264 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 102 components and 0.222264 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=5.885 mas, bpa=-5.505 degrees ! Estimated noise=564.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000217283 Jy ! Component: 100 - total flux cleaned = 0.000271638 Jy ! Component: 150 - total flux cleaned = 0.000296576 Jy ! Component: 200 - total flux cleaned = 0.000319823 Jy ! Total flux subtracted in 200 components = 0.000319823 Jy ! Clean residual min=-0.001691 max=0.001671 Jy/beam ! Clean residual mean=-0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.222584 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 116 components and 0.222584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145789Jy sigma=0.000780 ! Fit after self-cal, rms=0.145783Jy sigma=0.000780 wmodel J1130+3031_S_2015_01_23_pus_map.mod ! Writing 116 model components to file: J1130+3031_S_2015_01_23_pus_map.mod wobs J1130+3031_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1130+3031_S_2015_01_23_pus_uvs.fits wwins J1130+3031_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1130+3031_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.000341762 Jy ! Component: 100 - total flux cleaned = -0.00048501 Jy ! Component: 150 - total flux cleaned = -0.000511589 Jy ! Component: 200 - total flux cleaned = -0.000510805 Jy ! Component: 250 - total flux cleaned = -0.00060845 Jy ! Component: 300 - total flux cleaned = -0.000680228 Jy ! Component: 350 - total flux cleaned = -0.000773508 Jy ! Component: 400 - total flux cleaned = -0.000818741 Jy ! Component: 450 - total flux cleaned = -0.000840463 Jy ! Component: 500 - total flux cleaned = -0.000862 Jy ! Component: 550 - total flux cleaned = -0.000883051 Jy ! Component: 600 - total flux cleaned = -0.00100848 Jy ! Component: 650 - total flux cleaned = -0.00113179 Jy ! Component: 700 - total flux cleaned = -0.00115214 Jy ! Component: 750 - total flux cleaned = -0.00125162 Jy ! Component: 800 - total flux cleaned = -0.00134903 Jy ! Component: 850 - total flux cleaned = -0.00134842 Jy ! Component: 900 - total flux cleaned = -0.00142448 Jy ! Component: 950 - total flux cleaned = -0.00140588 Jy ! Component: 1000 - total flux cleaned = -0.00144318 Jy ! Component: 1050 - total flux cleaned = -0.00157122 Jy ! Component: 1100 - total flux cleaned = -0.00162521 Jy ! Component: 1150 - total flux cleaned = -0.0016607 Jy ! Component: 1200 - total flux cleaned = -0.0017136 Jy ! Component: 1250 - total flux cleaned = -0.00181756 Jy ! Component: 1300 - total flux cleaned = -0.00178304 Jy ! Component: 1350 - total flux cleaned = -0.0018848 Jy ! Component: 1400 - total flux cleaned = -0.00198523 Jy ! Component: 1450 - total flux cleaned = -0.00201825 Jy ! Component: 1500 - total flux cleaned = -0.00206707 Jy ! Component: 1550 - total flux cleaned = -0.00205071 Jy ! Component: 1600 - total flux cleaned = -0.00209901 Jy ! Component: 1650 - total flux cleaned = -0.00209888 Jy ! Component: 1700 - total flux cleaned = -0.00213041 Jy ! Component: 1750 - total flux cleaned = -0.00219279 Jy ! Component: 1800 - total flux cleaned = -0.00219274 Jy ! Component: 1850 - total flux cleaned = -0.00223847 Jy ! Component: 1900 - total flux cleaned = -0.00222315 Jy ! Component: 1950 - total flux cleaned = -0.00223818 Jy ! Component: 2000 - total flux cleaned = -0.00225285 Jy ! Component: 2050 - total flux cleaned = -0.00225271 Jy ! Component: 2100 - total flux cleaned = -0.00229648 Jy ! Component: 2150 - total flux cleaned = -0.00231078 Jy ! Component: 2200 - total flux cleaned = -0.00231076 Jy ! Component: 2250 - total flux cleaned = -0.00233935 Jy ! Component: 2300 - total flux cleaned = -0.00242467 Jy ! Component: 2350 - total flux cleaned = -0.00242465 Jy ! Component: 2400 - total flux cleaned = -0.00250875 Jy ! Component: 2450 - total flux cleaned = -0.00255031 Jy ! Component: 2500 - total flux cleaned = -0.00263316 Jy ! Component: 2550 - total flux cleaned = -0.00267423 Jy ! Component: 2600 - total flux cleaned = -0.00272862 Jy ! Component: 2650 - total flux cleaned = -0.00276912 Jy ! Component: 2700 - total flux cleaned = -0.00282293 Jy ! Component: 2750 - total flux cleaned = -0.00286292 Jy ! Component: 2800 - total flux cleaned = -0.00296875 Jy ! Component: 2850 - total flux cleaned = -0.00300816 Jy ! Component: 2900 - total flux cleaned = -0.00304725 Jy ! Component: 2950 - total flux cleaned = -0.00309906 Jy ! Component: 3000 - total flux cleaned = -0.0031376 Jy ! Component: 3050 - total flux cleaned = -0.0031377 Jy ! Component: 3100 - total flux cleaned = -0.0031633 Jy ! Component: 3150 - total flux cleaned = -0.00320105 Jy ! Component: 3200 - total flux cleaned = -0.00325131 Jy ! Component: 3250 - total flux cleaned = -0.00328887 Jy ! Component: 3300 - total flux cleaned = -0.0033385 Jy ! Component: 3350 - total flux cleaned = -0.00336309 Jy ! Component: 3400 - total flux cleaned = -0.00335087 Jy ! Component: 3450 - total flux cleaned = -0.00337524 Jy ! Component: 3500 - total flux cleaned = -0.00341167 Jy ! Component: 3550 - total flux cleaned = -0.00347184 Jy ! Component: 3600 - total flux cleaned = -0.00347175 Jy ! Component: 3650 - total flux cleaned = -0.00347177 Jy ! Component: 3700 - total flux cleaned = -0.00353095 Jy ! Component: 3750 - total flux cleaned = -0.00355449 Jy ! Component: 3800 - total flux cleaned = -0.00355445 Jy ! Component: 3850 - total flux cleaned = -0.00357763 Jy ! Component: 3900 - total flux cleaned = -0.00357768 Jy ! Component: 3950 - total flux cleaned = -0.0035892 Jy ! Component: 4000 - total flux cleaned = -0.00360063 Jy ! Component: 4050 - total flux cleaned = -0.00360058 Jy ! Total flux subtracted in 4096 components = -0.00362326 Jy ! Clean residual min=-0.000615 max=0.000568 Jy/beam ! Clean residual mean=-0.000002 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.218961 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 424 components and 0.218961 Jy ![Exited script file: muppet] wmap "J1130+3031_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 5.885 at -5.505 degrees (North through East) ! Clean map min=-0.0011919 max=0.18913 Jy/beam ! Writing clean map to FITS file: J1130+3031_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.189131 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209351 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.332073 0.332073 0.664145 1.32829 2.65658 5.31316 10.6263 21.2526 42.5053 85.0106 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.189 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.607 x 5.885 at -5.505 degrees (North through East) ! Clean map min=-0.0011919 max=0.18913 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 J1130+3031_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:23:10 2017