! Started logfile: J1130+3031_S_2017_03_23_pus_uvs.log on Mon May 13 09:57:50 2019 obs J1130+3031_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1130+3031_S_2017_03_23_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.954762 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 481 lines of history. ! ! Reading 14436 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_2017_03_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 305 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.846269Jy sigma=0.008126 ! Fit after self-cal, rms=0.836182Jy sigma=0.008047 ! 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.006 mas, bmaj=5.54 mas, bpa=-2.448 degrees ! Estimated noise=1074.98 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.122107 Jy ! Component: 100 - total flux cleaned = 0.15715 Jy ! Total flux subtracted in 100 components = 0.15715 Jy ! Clean residual min=-0.005475 max=0.014242 Jy/beam ! Clean residual mean=0.000005 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.15715 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.15715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088706Jy sigma=0.000759 ! Fit after self-cal, rms=0.088642Jy sigma=0.000759 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147883 Jy ! Component: 100 - total flux cleaned = 0.0214538 Jy ! Total flux subtracted in 100 components = 0.0214538 Jy ! Clean residual min=-0.005293 max=0.006234 Jy/beam ! Clean residual mean=0.000008 rms=0.001294 Jy/beam ! Combined flux in latest and established models = 0.178604 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 14 components and 0.178604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085237Jy sigma=0.000732 ! Fit after self-cal, rms=0.085229Jy sigma=0.000732 ! 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.612 mas, bmaj=6.442 mas, bpa=-1.429 degrees ! Estimated noise=686.701 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.00595547 Jy ! Component: 100 - total flux cleaned = 0.00922549 Jy ! Component: 150 - total flux cleaned = 0.0112171 Jy ! Component: 200 - total flux cleaned = 0.012433 Jy ! Total flux subtracted in 200 components = 0.012433 Jy ! Clean residual min=-0.004989 max=0.006268 Jy/beam ! Clean residual mean=0.000012 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.191037 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.191037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084620Jy sigma=0.000729 ! Fit after self-cal, rms=0.084622Jy sigma=0.000729 ! 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.03 FD 0.92 HN 0.92 KP 1.04 ! LA 0.99 MK 1.07 NL 0.90 OV 1.01 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 0.98 KP 0.99 ! LA 0.96 MK 1.04 NL 1.14 OV 1.03 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00 HN 0.97 KP 0.87 ! LA 0.75 MK 1.03 NL 1.40 OV 0.95 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.06 HN 0.97 KP 1.00* ! LA 0.82 MK 1.27 NL 1.00* OV 2.20 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.084622Jy sigma=0.000729 ! Fit after self-cal, rms=0.086610Jy sigma=0.000675 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=6.472 mas, bpa=-0.8891 degrees ! Estimated noise=689.003 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.000785766 Jy ! Component: 100 - total flux cleaned = -0.00102652 Jy ! Component: 150 - total flux cleaned = -0.00107851 Jy ! Component: 200 - total flux cleaned = -0.00112734 Jy ! Total flux subtracted in 200 components = -0.00112734 Jy ! Clean residual min=-0.003022 max=0.003488 Jy/beam ! Clean residual mean=0.000008 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.18991 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.18991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086591Jy sigma=0.000675 ! Fit after self-cal, rms=0.086819Jy sigma=0.000674 ! 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.086819Jy sigma=0.000674 ! Fit after self-cal, rms=0.088820Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.626 mas, bmaj=6.46 mas, bpa=-1.062 degrees ! Estimated noise=687.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000396966 Jy ! Component: 100 - total flux cleaned = -0.000421827 Jy ! Component: 150 - total flux cleaned = -0.000464267 Jy ! Component: 200 - total flux cleaned = -0.000482655 Jy ! Total flux subtracted in 200 components = -0.000482655 Jy ! Clean residual min=-0.002283 max=0.002511 Jy/beam ! Clean residual mean=-0.000002 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.189427 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.189427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088808Jy sigma=0.000665 ! Fit after self-cal, rms=0.088892Jy sigma=0.000665 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 (-16, -25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228268 Jy ! Component: 100 - total flux cleaned = 0.00364601 Jy ! Component: 150 - total flux cleaned = 0.00459625 Jy ! Component: 200 - total flux cleaned = 0.00508606 Jy ! Total flux subtracted in 200 components = 0.00508606 Jy ! Clean residual min=-0.002002 max=0.001871 Jy/beam ! Clean residual mean=-0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.194513 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 61 components and 0.194513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088820Jy sigma=0.000664 ! Fit after self-cal, rms=0.088827Jy sigma=0.000664 ! 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.088827Jy sigma=0.000664 ! Fit after self-cal, rms=0.088678Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.628 mas, bmaj=6.467 mas, bpa=-1.013 degrees ! Estimated noise=687.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000827221 Jy ! Component: 100 - total flux cleaned = 0.000957868 Jy ! Component: 150 - total flux cleaned = 0.00104918 Jy ! Component: 200 - total flux cleaned = 0.00114914 Jy ! Total flux subtracted in 200 components = 0.00114914 Jy ! Clean residual min=-0.001953 max=0.001880 Jy/beam ! Clean residual mean=-0.000005 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.195662 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.195662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088663Jy sigma=0.000664 ! Fit after self-cal, rms=0.088661Jy sigma=0.000664 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.000149246 Jy ! Component: 100 - total flux cleaned = 0.000186336 Jy ! Component: 150 - total flux cleaned = 0.00023623 Jy ! Component: 200 - total flux cleaned = 0.000267389 Jy ! Total flux subtracted in 200 components = 0.000267389 Jy ! Clean residual min=-0.001909 max=0.001895 Jy/beam ! Clean residual mean=-0.000005 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.19593 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 85 components and 0.19593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088655Jy sigma=0.000664 ! Fit after self-cal, rms=0.088655Jy sigma=0.000664 ! 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.088655Jy sigma=0.000664 ! Fit after self-cal, rms=0.088668Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.732 mas, bmaj=9.703 mas, bpa=-0.6638 degrees ! Estimated noise=844.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000117423 Jy ! Component: 100 - total flux cleaned = 0.000228014 Jy ! Component: 150 - total flux cleaned = 0.000270729 Jy ! Component: 200 - total flux cleaned = 0.000294902 Jy ! Total flux subtracted in 200 components = 0.000294902 Jy ! Clean residual min=-0.002009 max=0.001850 Jy/beam ! Clean residual mean=-0.000010 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.196224 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 92 components and 0.196224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088665Jy sigma=0.000664 ! Fit after self-cal, rms=0.088664Jy sigma=0.000664 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.02255e-05 Jy ! Component: 100 - total flux cleaned = -1.31607e-05 Jy ! Component: 150 - total flux cleaned = -4.30207e-05 Jy ! Component: 200 - total flux cleaned = -6.93137e-05 Jy ! Total flux subtracted in 200 components = -6.93137e-05 Jy ! Clean residual min=-0.001978 max=0.001888 Jy/beam ! Clean residual mean=-0.000010 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.196155 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 98 components and 0.196155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088664Jy sigma=0.000664 ! Fit after self-cal, rms=0.088663Jy sigma=0.000664 ! 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.631 mas, bmaj=6.469 mas, bpa=-1.008 degrees ! Estimated noise=687.978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.631 x 6.469 at -1.008 degrees (North through East) ! Clean map min=-0.0018977 max=0.16366 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.013 mas, bmaj=5.576 mas, bpa=-1.742 degrees ! Estimated noise=1099.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124702 Jy ! Component: 100 - total flux cleaned = 0.160227 Jy ! Component: 150 - total flux cleaned = 0.17487 Jy ! Component: 200 - total flux cleaned = 0.181547 Jy ! Total flux subtracted in 200 components = 0.181547 Jy ! Clean residual min=-0.003317 max=0.003340 Jy/beam ! Clean residual mean=-0.000003 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.181547 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.181547 Jy ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=6.469 mas, bpa=-1.008 degrees ! Estimated noise=687.978 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) ! Added new window around map position (-3.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00420152 Jy ! Component: 100 - total flux cleaned = 0.00693052 Jy ! Component: 150 - total flux cleaned = 0.00894688 Jy ! Component: 200 - total flux cleaned = 0.0105364 Jy ! Total flux subtracted in 200 components = 0.0105364 Jy ! Clean residual min=-0.002089 max=0.001968 Jy/beam ! Clean residual mean=-0.000004 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.192084 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 38 components and 0.192084 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.732 mas, bmaj=9.703 mas, bpa=-0.6638 degrees ! Estimated noise=844.737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154811 Jy ! Component: 100 - total flux cleaned = 0.00252145 Jy ! Component: 150 - total flux cleaned = 0.0029805 Jy ! Component: 200 - total flux cleaned = 0.00325548 Jy ! Total flux subtracted in 200 components = 0.00325548 Jy ! Clean residual min=-0.002022 max=0.001945 Jy/beam ! Clean residual mean=-0.000010 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.195339 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.000246378 Jy ! Component: 100 - total flux cleaned = 0.000312554 Jy ! Component: 150 - total flux cleaned = 0.000342403 Jy ! Component: 200 - total flux cleaned = 0.000355601 Jy ! Total flux subtracted in 200 components = 0.000355601 Jy ! Clean residual min=-0.001994 max=0.001946 Jy/beam ! Clean residual mean=-0.000010 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.195695 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 101 components and 0.195695 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.631 mas, bmaj=6.469 mas, bpa=-1.008 degrees ! Estimated noise=687.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376876 Jy ! Component: 100 - total flux cleaned = 0.000553224 Jy ! Component: 150 - total flux cleaned = 0.000631782 Jy ! Component: 200 - total flux cleaned = 0.000703445 Jy ! Total flux subtracted in 200 components = 0.000703445 Jy ! Clean residual min=-0.001896 max=0.001987 Jy/beam ! Clean residual mean=-0.000005 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.196398 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 116 components and 0.196398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088655Jy sigma=0.000664 ! Fit after self-cal, rms=0.088637Jy sigma=0.000664 wmodel J1130+3031_S_2017_03_23_pus_map.mod ! Writing 116 model components to file: J1130+3031_S_2017_03_23_pus_map.mod wobs J1130+3031_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1130+3031_S_2017_03_23_pus_uvs.fits wwins J1130+3031_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J1130+3031_S_2017_03_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.00034707 Jy ! Component: 100 - total flux cleaned = 0.00062474 Jy ! Component: 150 - total flux cleaned = 0.000942179 Jy ! Component: 200 - total flux cleaned = 0.00121659 Jy ! Component: 250 - total flux cleaned = 0.00145402 Jy ! Component: 300 - total flux cleaned = 0.00165856 Jy ! Component: 350 - total flux cleaned = 0.00185753 Jy ! Component: 400 - total flux cleaned = 0.00197895 Jy ! Component: 450 - total flux cleaned = 0.00219232 Jy ! Component: 500 - total flux cleaned = 0.00230813 Jy ! Component: 550 - total flux cleaned = 0.00244559 Jy ! Component: 600 - total flux cleaned = 0.00264821 Jy ! Component: 650 - total flux cleaned = 0.00282493 Jy ! Component: 700 - total flux cleaned = 0.00297682 Jy ! Component: 750 - total flux cleaned = 0.00306218 Jy ! Component: 800 - total flux cleaned = 0.00318891 Jy ! Component: 850 - total flux cleaned = 0.00333455 Jy ! Component: 900 - total flux cleaned = 0.00337581 Jy ! Component: 950 - total flux cleaned = 0.00349737 Jy ! Component: 1000 - total flux cleaned = 0.00353765 Jy ! Component: 1050 - total flux cleaned = 0.00367578 Jy ! Component: 1100 - total flux cleaned = 0.00379238 Jy ! Component: 1150 - total flux cleaned = 0.00390775 Jy ! Component: 1200 - total flux cleaned = 0.00405964 Jy ! Component: 1250 - total flux cleaned = 0.00415339 Jy ! Component: 1300 - total flux cleaned = 0.00426475 Jy ! Component: 1350 - total flux cleaned = 0.00441157 Jy ! Component: 1400 - total flux cleaned = 0.00446644 Jy ! Component: 1450 - total flux cleaned = 0.00462855 Jy ! Component: 1500 - total flux cleaned = 0.0047533 Jy ! Component: 1550 - total flux cleaned = 0.00478884 Jy ! Component: 1600 - total flux cleaned = 0.00487652 Jy ! Component: 1650 - total flux cleaned = 0.00503263 Jy ! Component: 1700 - total flux cleaned = 0.00510161 Jy ! Component: 1750 - total flux cleaned = 0.00523799 Jy ! Component: 1800 - total flux cleaned = 0.00532236 Jy ! Component: 1850 - total flux cleaned = 0.00540588 Jy ! Component: 1900 - total flux cleaned = 0.00548871 Jy ! Component: 1950 - total flux cleaned = 0.00555437 Jy ! Component: 2000 - total flux cleaned = 0.00566837 Jy ! Component: 2050 - total flux cleaned = 0.005733 Jy ! Component: 2100 - total flux cleaned = 0.00581312 Jy ! Component: 2150 - total flux cleaned = 0.0059405 Jy ! Component: 2200 - total flux cleaned = 0.00601921 Jy ! Component: 2250 - total flux cleaned = 0.00615998 Jy ! Component: 2300 - total flux cleaned = 0.00615993 Jy ! Component: 2350 - total flux cleaned = 0.00622169 Jy ! Component: 2400 - total flux cleaned = 0.00629816 Jy ! Component: 2450 - total flux cleaned = 0.00644986 Jy ! Component: 2500 - total flux cleaned = 0.00644982 Jy ! Component: 2550 - total flux cleaned = 0.00649464 Jy ! Component: 2600 - total flux cleaned = 0.00659859 Jy ! Component: 2650 - total flux cleaned = 0.006569 Jy ! Component: 2700 - total flux cleaned = 0.00664242 Jy ! Component: 2750 - total flux cleaned = 0.00664243 Jy ! Component: 2800 - total flux cleaned = 0.00668573 Jy ! Component: 2850 - total flux cleaned = 0.00675742 Jy ! Component: 2900 - total flux cleaned = 0.00675742 Jy ! Component: 2950 - total flux cleaned = 0.00681415 Jy ! Component: 3000 - total flux cleaned = 0.00684242 Jy ! Component: 3050 - total flux cleaned = 0.00694028 Jy ! Component: 3100 - total flux cleaned = 0.0069402 Jy ! Component: 3150 - total flux cleaned = 0.00695395 Jy ! Component: 3200 - total flux cleaned = 0.00694029 Jy ! Component: 3250 - total flux cleaned = 0.0069675 Jy ! Component: 3300 - total flux cleaned = 0.00699458 Jy ! Component: 3350 - total flux cleaned = 0.00702153 Jy ! Component: 3400 - total flux cleaned = 0.00704832 Jy ! Component: 3450 - total flux cleaned = 0.00708802 Jy ! Component: 3500 - total flux cleaned = 0.00710122 Jy ! Component: 3550 - total flux cleaned = 0.00711424 Jy ! Component: 3600 - total flux cleaned = 0.00711417 Jy ! Component: 3650 - total flux cleaned = 0.00710128 Jy ! Component: 3700 - total flux cleaned = 0.00716574 Jy ! Component: 3750 - total flux cleaned = 0.0072428 Jy ! Component: 3800 - total flux cleaned = 0.00720432 Jy ! Component: 3850 - total flux cleaned = 0.00724236 Jy ! Component: 3900 - total flux cleaned = 0.00722979 Jy ! Component: 3950 - total flux cleaned = 0.0072925 Jy ! Component: 4000 - total flux cleaned = 0.00726763 Jy ! Component: 4050 - total flux cleaned = 0.00734224 Jy ! Total flux subtracted in 4096 components = 0.00736688 Jy ! Clean residual min=-0.000788 max=0.001049 Jy/beam ! Clean residual mean=-0.000004 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.203765 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 406 components and 0.203765 Jy ![Exited script file: muppet] wmap "J1130+3031_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.631 x 6.469 at -1.008 degrees (North through East) ! Clean map min=-0.0012856 max=0.16387 Jy/beam ! Writing clean map to FITS file: J1130+3031_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.16387 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224868 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.41167 0.41167 0.82334 1.64668 3.29336 6.58672 13.1734 26.3469 52.6937 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.163 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.631 x 6.469 at -1.008 degrees (North through East) ! Clean map min=-0.0012856 max=0.16387 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_2017_03_23_pus_uvs.log closed on Mon May 13 09:57:56 2019