! Started logfile: J1407-2701_S_2017_06_15_pus_uvs.log on Tue May 7 15:21:13 2019 obs J1407-2701_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1407-2701_S_2017_06_15_pus_uva.fits ! AN table 1: 95 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879298 visibilities/baseline/integration-bin. ! Found source: J1407-2701 ! ! 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 603 lines of history. ! ! Reading 15036 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 J1407-2701_S_2017_06_15_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 584 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.891770Jy sigma=0.006413 ! Fit after self-cal, rms=0.866235Jy sigma=0.006239 ! 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.428 mas, bmaj=6.93 mas, bpa=-8.924 degrees ! Estimated noise=1666.15 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.097302 Jy ! Component: 100 - total flux cleaned = 0.136922 Jy ! Total flux subtracted in 100 components = 0.136922 Jy ! Clean residual min=-0.011843 max=0.023988 Jy/beam ! Clean residual mean=0.000010 rms=0.003714 Jy/beam ! Combined flux in latest and established models = 0.136922 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.136922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125273Jy sigma=0.000905 ! Fit after self-cal, rms=0.125099Jy sigma=0.000903 ! Inverting map ! Added new window around map position (4.5, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0261235 Jy ! Component: 100 - total flux cleaned = 0.0433772 Jy ! Total flux subtracted in 100 components = 0.0433772 Jy ! Clean residual min=-0.009716 max=0.016704 Jy/beam ! Clean residual mean=0.000015 rms=0.002964 Jy/beam ! Combined flux in latest and established models = 0.180299 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.180299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115868Jy sigma=0.000822 ! Fit after self-cal, rms=0.115513Jy sigma=0.000820 ! 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=2.978 mas, bmaj=8.12 mas, bpa=-7.337 degrees ! Estimated noise=907.654 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.0263341 Jy ! Component: 100 - total flux cleaned = 0.0423332 Jy ! Component: 150 - total flux cleaned = 0.0527153 Jy ! Component: 200 - total flux cleaned = 0.0595316 Jy ! Total flux subtracted in 200 components = 0.0595316 Jy ! Clean residual min=-0.010333 max=0.018585 Jy/beam ! Clean residual mean=-0.000032 rms=0.003807 Jy/beam ! Combined flux in latest and established models = 0.23983 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 64 components and 0.23983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109525Jy sigma=0.000767 ! Fit after self-cal, rms=0.108975Jy sigma=0.000763 ! 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.56 FD 0.87 HN 1.29 KP 0.95 ! LA 0.87 MK 1.07 NL 1.01 OV 1.12 ! PT 0.90 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.35 FD 0.93 HN 1.29 KP 0.91 ! LA 0.84 MK 0.99 NL 1.13 OV 1.14 ! PT 0.87 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.58 FD 0.97 HN 1.40 KP 0.91 ! LA 0.85 MK 1.07 NL 1.12 OV 1.02 ! PT 0.85 SC 0.93 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.15 KP 1.00* ! LA 1.00* MK 1.08 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.108975Jy sigma=0.000763 ! Fit after self-cal, rms=0.121389Jy sigma=0.000704 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.022 mas, bmaj=8.123 mas, bpa=-6.207 degrees ! Estimated noise=925.315 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 (9, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104881 Jy ! Component: 100 - total flux cleaned = 0.0120701 Jy ! Component: 150 - total flux cleaned = 0.0133937 Jy ! Component: 200 - total flux cleaned = 0.0143175 Jy ! Total flux subtracted in 200 components = 0.0143175 Jy ! Clean residual min=-0.006095 max=0.006558 Jy/beam ! Clean residual mean=0.000012 rms=0.001577 Jy/beam ! Combined flux in latest and established models = 0.254148 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 92 components and 0.254148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120012Jy sigma=0.000694 ! Fit after self-cal, rms=0.120444Jy sigma=0.000691 ! 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.120444Jy sigma=0.000691 ! Fit after self-cal, rms=0.119768Jy sigma=0.000690 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.993 mas, bmaj=8.012 mas, bpa=-5.994 degrees ! Estimated noise=910.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00390747 Jy ! Component: 100 - total flux cleaned = 0.00491815 Jy ! Component: 150 - total flux cleaned = 0.00539149 Jy ! Component: 200 - total flux cleaned = 0.00569728 Jy ! Total flux subtracted in 200 components = 0.00569728 Jy ! Clean residual min=-0.004940 max=0.005328 Jy/beam ! Clean residual mean=0.000003 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.259845 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 110 components and 0.259845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119277Jy sigma=0.000686 ! Fit after self-cal, rms=0.119175Jy sigma=0.000686 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 (18, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00530397 Jy ! Component: 100 - total flux cleaned = 0.00693058 Jy ! Component: 150 - total flux cleaned = 0.00722446 Jy ! Component: 200 - total flux cleaned = 0.00714816 Jy ! Total flux subtracted in 200 components = 0.00714816 Jy ! Clean residual min=-0.004366 max=0.004038 Jy/beam ! Clean residual mean=0.000010 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.266993 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 134 components and 0.266993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118891Jy sigma=0.000683 ! Fit after self-cal, rms=0.118836Jy sigma=0.000683 ! 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.118836Jy sigma=0.000683 ! Fit after self-cal, rms=0.116511Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=7.965 mas, bpa=-6.192 degrees ! Estimated noise=907.441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00303517 Jy ! Component: 100 - total flux cleaned = 0.00385104 Jy ! Component: 150 - total flux cleaned = 0.00400469 Jy ! Component: 200 - total flux cleaned = 0.0040754 Jy ! Total flux subtracted in 200 components = 0.0040754 Jy ! Clean residual min=-0.002766 max=0.002928 Jy/beam ! Clean residual mean=-0.000002 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.271069 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 157 components and 0.271069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116369Jy sigma=0.000676 ! Fit after self-cal, rms=0.116375Jy sigma=0.000676 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.00117068 Jy ! Component: 100 - total flux cleaned = 0.00147312 Jy ! Component: 150 - total flux cleaned = 0.0015794 Jy ! Component: 200 - total flux cleaned = 0.00162611 Jy ! Total flux subtracted in 200 components = 0.00162611 Jy ! Clean residual min=-0.002623 max=0.002772 Jy/beam ! Clean residual mean=0.000001 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.272695 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 172 components and 0.272695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116312Jy sigma=0.000676 ! Fit after self-cal, rms=0.116304Jy sigma=0.000676 ! 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.116304Jy sigma=0.000676 ! Fit after self-cal, rms=0.117269Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.904 mas, bmaj=19.89 mas, bpa=-3.155 degrees ! Estimated noise=1144.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256209 Jy ! Component: 100 - total flux cleaned = 0.00289619 Jy ! Component: 150 - total flux cleaned = 0.00299967 Jy ! Component: 200 - total flux cleaned = 0.00291382 Jy ! Total flux subtracted in 200 components = 0.00291382 Jy ! Clean residual min=-0.003236 max=0.003346 Jy/beam ! Clean residual mean=-0.000002 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.275609 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 192 components and 0.275609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117235Jy sigma=0.000675 ! Fit after self-cal, rms=0.117224Jy sigma=0.000675 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.000558745 Jy ! Component: 100 - total flux cleaned = 0.000650282 Jy ! Component: 150 - total flux cleaned = 0.000650448 Jy ! Component: 200 - total flux cleaned = 0.000583941 Jy ! Total flux subtracted in 200 components = 0.000583941 Jy ! Clean residual min=-0.003193 max=0.003339 Jy/beam ! Clean residual mean=0.000001 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.276193 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 208 components and 0.276193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117209Jy sigma=0.000675 ! Fit after self-cal, rms=0.117209Jy sigma=0.000675 ! 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.008 mas, bmaj=7.962 mas, bpa=-6.149 degrees ! Estimated noise=910.338 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.008 x 7.962 at -6.149 degrees (North through East) ! Clean map min=-0.0025695 max=0.13059 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.453 mas, bmaj=6.688 mas, bpa=-7.55 degrees ! Estimated noise=1686.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0970437 Jy ! Component: 100 - total flux cleaned = 0.141143 Jy ! Component: 150 - total flux cleaned = 0.169731 Jy ! Component: 200 - total flux cleaned = 0.189262 Jy ! Total flux subtracted in 200 components = 0.189262 Jy ! Clean residual min=-0.006600 max=0.011091 Jy/beam ! Clean residual mean=-0.000012 rms=0.001991 Jy/beam ! Combined flux in latest and established models = 0.189262 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.189262 Jy ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=7.962 mas, bpa=-6.149 degrees ! Estimated noise=910.338 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.0237692 Jy ! Component: 100 - total flux cleaned = 0.0388221 Jy ! Component: 150 - total flux cleaned = 0.0492667 Jy ! Component: 200 - total flux cleaned = 0.0570503 Jy ! Total flux subtracted in 200 components = 0.0570503 Jy ! Clean residual min=-0.003893 max=0.004986 Jy/beam ! Clean residual mean=-0.000029 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.246312 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 112 components and 0.246312 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.904 mas, bmaj=19.89 mas, bpa=-3.155 degrees ! Estimated noise=1144.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104831 Jy ! Component: 100 - total flux cleaned = 0.0167705 Jy ! Component: 150 - total flux cleaned = 0.0208143 Jy ! Component: 200 - total flux cleaned = 0.0234855 Jy ! Total flux subtracted in 200 components = 0.0234855 Jy ! Clean residual min=-0.003080 max=0.003555 Jy/beam ! Clean residual mean=-0.000005 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.269798 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.00181651 Jy ! Component: 100 - total flux cleaned = 0.00306284 Jy ! Component: 150 - total flux cleaned = 0.00380239 Jy ! Component: 200 - total flux cleaned = 0.00402858 Jy ! Total flux subtracted in 200 components = 0.00402858 Jy ! Clean residual min=-0.002854 max=0.003131 Jy/beam ! Clean residual mean=0.000003 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.273826 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 180 components and 0.273826 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.008 mas, bmaj=7.962 mas, bpa=-6.149 degrees ! Estimated noise=910.338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000553186 Jy ! Component: 100 - total flux cleaned = -0.000479298 Jy ! Component: 150 - total flux cleaned = -0.000292715 Jy ! Component: 200 - total flux cleaned = -0.000241727 Jy ! Total flux subtracted in 200 components = -0.000241727 Jy ! Clean residual min=-0.002405 max=0.002732 Jy/beam ! Clean residual mean=0.000001 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.273585 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 202 components and 0.273585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117203Jy sigma=0.000675 ! Fit after self-cal, rms=0.117163Jy sigma=0.000675 wmodel J1407-2701_S_2017_06_15_pus_map.mod ! Writing 202 model components to file: J1407-2701_S_2017_06_15_pus_map.mod wobs J1407-2701_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1407-2701_S_2017_06_15_pus_uvs.fits wwins J1407-2701_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1407-2701_S_2017_06_15_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.000278518 Jy ! Component: 100 - total flux cleaned = 0.000525137 Jy ! Component: 150 - total flux cleaned = 0.000912148 Jy ! Component: 200 - total flux cleaned = 0.00105956 Jy ! Component: 250 - total flux cleaned = 0.00116526 Jy ! Component: 300 - total flux cleaned = 0.0012677 Jy ! Component: 350 - total flux cleaned = 0.00136773 Jy ! Component: 400 - total flux cleaned = 0.00146434 Jy ! Component: 450 - total flux cleaned = 0.00152607 Jy ! Component: 500 - total flux cleaned = 0.00155604 Jy ! Component: 550 - total flux cleaned = 0.00161547 Jy ! Component: 600 - total flux cleaned = 0.00164474 Jy ! Component: 650 - total flux cleaned = 0.00164447 Jy ! Component: 700 - total flux cleaned = 0.00161677 Jy ! Component: 750 - total flux cleaned = 0.0017271 Jy ! Component: 800 - total flux cleaned = 0.00178102 Jy ! Component: 850 - total flux cleaned = 0.00185995 Jy ! Component: 900 - total flux cleaned = 0.00185928 Jy ! Component: 950 - total flux cleaned = 0.00188541 Jy ! Component: 1000 - total flux cleaned = 0.00203703 Jy ! Component: 1050 - total flux cleaned = 0.00211159 Jy ! Component: 1100 - total flux cleaned = 0.00223386 Jy ! Component: 1150 - total flux cleaned = 0.0022826 Jy ! Component: 1200 - total flux cleaned = 0.00235473 Jy ! Component: 1250 - total flux cleaned = 0.00244929 Jy ! Component: 1300 - total flux cleaned = 0.00254216 Jy ! Component: 1350 - total flux cleaned = 0.0025874 Jy ! Component: 1400 - total flux cleaned = 0.00256452 Jy ! Component: 1450 - total flux cleaned = 0.00256488 Jy ! Component: 1500 - total flux cleaned = 0.00252075 Jy ! Component: 1550 - total flux cleaned = 0.00256456 Jy ! Component: 1600 - total flux cleaned = 0.00254279 Jy ! Component: 1650 - total flux cleaned = 0.0023717 Jy ! Component: 1700 - total flux cleaned = 0.00239284 Jy ! Component: 1750 - total flux cleaned = 0.00222563 Jy ! Component: 1800 - total flux cleaned = 0.00218451 Jy ! Component: 1850 - total flux cleaned = 0.00206144 Jy ! Component: 1900 - total flux cleaned = 0.00198028 Jy ! Component: 1950 - total flux cleaned = 0.00189966 Jy ! Component: 2000 - total flux cleaned = 0.00178033 Jy ! Component: 2050 - total flux cleaned = 0.00170113 Jy ! Component: 2100 - total flux cleaned = 0.00174063 Jy ! Component: 2150 - total flux cleaned = 0.00168232 Jy ! Component: 2200 - total flux cleaned = 0.00168206 Jy ! Component: 2250 - total flux cleaned = 0.00160591 Jy ! Component: 2300 - total flux cleaned = 0.00154921 Jy ! Component: 2350 - total flux cleaned = 0.00151197 Jy ! Component: 2400 - total flux cleaned = 0.00156757 Jy ! Component: 2450 - total flux cleaned = 0.00149367 Jy ! Component: 2500 - total flux cleaned = 0.0014755 Jy ! Component: 2550 - total flux cleaned = 0.00145762 Jy ! Component: 2600 - total flux cleaned = 0.00136797 Jy ! Component: 2650 - total flux cleaned = 0.00135035 Jy ! Component: 2700 - total flux cleaned = 0.00135067 Jy ! Component: 2750 - total flux cleaned = 0.00138585 Jy ! Component: 2800 - total flux cleaned = 0.0013162 Jy ! Component: 2850 - total flux cleaned = 0.00136765 Jy ! Component: 2900 - total flux cleaned = 0.00124793 Jy ! Component: 2950 - total flux cleaned = 0.00126487 Jy ! Component: 3000 - total flux cleaned = 0.00118073 Jy ! Component: 3050 - total flux cleaned = 0.00118075 Jy ! Component: 3100 - total flux cleaned = 0.00121392 Jy ! Component: 3150 - total flux cleaned = 0.00114795 Jy ! Component: 3200 - total flux cleaned = 0.00122971 Jy ! Component: 3250 - total flux cleaned = 0.00108359 Jy ! Component: 3300 - total flux cleaned = 0.00111583 Jy ! Component: 3350 - total flux cleaned = 0.0010678 Jy ! Component: 3400 - total flux cleaned = 0.00106765 Jy ! Component: 3450 - total flux cleaned = 0.00100463 Jy ! Component: 3500 - total flux cleaned = 0.00102006 Jy ! Component: 3550 - total flux cleaned = 0.000988984 Jy ! Component: 3600 - total flux cleaned = 0.000988804 Jy ! Component: 3650 - total flux cleaned = 0.000942965 Jy ! Component: 3700 - total flux cleaned = 0.000973477 Jy ! Component: 3750 - total flux cleaned = 0.00092804 Jy ! Component: 3800 - total flux cleaned = 0.000913245 Jy ! Component: 3850 - total flux cleaned = 0.000913148 Jy ! Component: 3900 - total flux cleaned = 0.000839036 Jy ! Component: 3950 - total flux cleaned = 0.000794768 Jy ! Component: 4000 - total flux cleaned = 0.00079489 Jy ! Component: 4050 - total flux cleaned = 0.000766008 Jy ! Total flux subtracted in 4096 components = 0.000765986 Jy ! Clean residual min=-0.001020 max=0.000907 Jy/beam ! Clean residual mean=-0.000002 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.274351 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 483 components and 0.274351 Jy ![Exited script file: muppet] wmap "J1407-2701_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.008 x 7.962 at -6.149 degrees (North through East) ! Clean map min=-0.0015399 max=0.12996 Jy/beam ! Writing clean map to FITS file: J1407-2701_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.12996 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000264765 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.611184 0.611184 1.22237 2.44474 4.88947 9.77894 19.5579 39.1158 78.2315 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.129 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.008 x 7.962 at -6.149 degrees (North through East) ! Clean map min=-0.0015399 max=0.12996 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 J1407-2701_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:21:18 2019