! Started logfile: J1232+4821_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:48:02 2019 obs J1232+4821_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1232+4821_S_2017_05_31_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.848733 visibilities/baseline/integration-bin. ! Found source: J1232+4821 ! ! 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 703 lines of history. ! ! Reading 17416 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 J1232+4821_S_2017_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 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 668 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.836019Jy sigma=0.007745 ! Fit after self-cal, rms=0.831201Jy sigma=0.007706 ! 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.751 mas, bmaj=4.119 mas, bpa=-27.25 degrees ! Estimated noise=914.18 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.130178 Jy ! Component: 100 - total flux cleaned = 0.164787 Jy ! Total flux subtracted in 100 components = 0.164787 Jy ! Clean residual min=-0.007577 max=0.021449 Jy/beam ! Clean residual mean=-0.000037 rms=0.002288 Jy/beam ! Combined flux in latest and established models = 0.164787 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.164787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088644Jy sigma=0.000787 ! Fit after self-cal, rms=0.088595Jy sigma=0.000786 ! Inverting map ! Added new window around map position (7, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0213478 Jy ! Component: 100 - total flux cleaned = 0.0341106 Jy ! Total flux subtracted in 100 components = 0.0341106 Jy ! Clean residual min=-0.005456 max=0.007302 Jy/beam ! Clean residual mean=-0.000025 rms=0.001565 Jy/beam ! Combined flux in latest and established models = 0.198897 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 27 components and 0.198897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082152Jy sigma=0.000721 ! Fit after self-cal, rms=0.081771Jy sigma=0.000717 ! 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.429 mas, bmaj=4.963 mas, bpa=-17.35 degrees ! Estimated noise=653.915 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.0128942 Jy ! Component: 100 - total flux cleaned = 0.0204656 Jy ! Component: 150 - total flux cleaned = 0.0251831 Jy ! Component: 200 - total flux cleaned = 0.0282492 Jy ! Total flux subtracted in 200 components = 0.0282492 Jy ! Clean residual min=-0.004651 max=0.007059 Jy/beam ! Clean residual mean=-0.000016 rms=0.001362 Jy/beam ! Combined flux in latest and established models = 0.227147 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.227147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079631Jy sigma=0.000697 ! Fit after self-cal, rms=0.079499Jy sigma=0.000695 ! 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.97 FD 0.97 HN 1.02 KP 1.05 ! LA 1.01 MK 1.03 NL 0.91 OV 1.04 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 1.05 KP 1.00 ! LA 0.94 MK 1.02 NL 1.01 OV 1.02 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.04 HN 1.04 KP 1.02 ! LA 0.99 MK 1.04 NL 0.98 OV 0.97 ! PT 0.95 SC 0.96 ! ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.06 KP 1.00* ! LA 0.98 MK 1.32 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.079499Jy sigma=0.000695 ! Fit after self-cal, rms=0.079299Jy sigma=0.000688 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.474 mas, bmaj=4.967 mas, bpa=-12.75 degrees ! Estimated noise=650.914 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 (24.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00674613 Jy ! Component: 100 - total flux cleaned = 0.011068 Jy ! Component: 150 - total flux cleaned = 0.0141601 Jy ! Component: 200 - total flux cleaned = 0.0157693 Jy ! Total flux subtracted in 200 components = 0.0157693 Jy ! Clean residual min=-0.003821 max=0.004396 Jy/beam ! Clean residual mean=0.000008 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.242916 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 75 components and 0.242916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078624Jy sigma=0.000681 ! Fit after self-cal, rms=0.078592Jy sigma=0.000680 ! 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.078592Jy sigma=0.000680 ! Fit after self-cal, rms=0.079041Jy sigma=0.000673 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.448 mas, bmaj=4.952 mas, bpa=-15.05 degrees ! Estimated noise=650.583 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00317989 Jy ! Component: 100 - total flux cleaned = 0.00548614 Jy ! Component: 150 - total flux cleaned = 0.00731208 Jy ! Component: 200 - total flux cleaned = 0.00833156 Jy ! Total flux subtracted in 200 components = 0.00833156 Jy ! Clean residual min=-0.002736 max=0.004143 Jy/beam ! Clean residual mean=-0.000016 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.251247 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 101 components and 0.251247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078880Jy sigma=0.000671 ! Fit after self-cal, rms=0.078861Jy sigma=0.000671 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 (44.5, 21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00436238 Jy ! Component: 100 - total flux cleaned = 0.00733216 Jy ! Component: 150 - total flux cleaned = 0.00961762 Jy ! Component: 200 - total flux cleaned = 0.0115117 Jy ! Total flux subtracted in 200 components = 0.0115117 Jy ! Clean residual min=-0.002277 max=0.002537 Jy/beam ! Clean residual mean=-0.000016 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.262759 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 158 components and 0.262759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078557Jy sigma=0.000667 ! Fit after self-cal, rms=0.078548Jy sigma=0.000667 ! 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.078548Jy sigma=0.000667 ! Fit after self-cal, rms=0.078535Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.45 mas, bmaj=4.951 mas, bpa=-14.73 degrees ! Estimated noise=649.924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197353 Jy ! Component: 100 - total flux cleaned = 0.00365304 Jy ! Component: 150 - total flux cleaned = 0.00514224 Jy ! Component: 200 - total flux cleaned = 0.00647356 Jy ! Total flux subtracted in 200 components = 0.00647356 Jy ! Clean residual min=-0.002123 max=0.002318 Jy/beam ! Clean residual mean=-0.000019 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.269233 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 197 components and 0.269233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078449Jy sigma=0.000666 ! Fit after self-cal, rms=0.078445Jy sigma=0.000666 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.00131159 Jy ! Component: 100 - total flux cleaned = 0.0024674 Jy ! Component: 150 - total flux cleaned = 0.00343054 Jy ! Component: 200 - total flux cleaned = 0.00423177 Jy ! Total flux subtracted in 200 components = 0.00423177 Jy ! Clean residual min=-0.002046 max=0.002229 Jy/beam ! Clean residual mean=-0.000017 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.273465 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 213 components and 0.273464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078405Jy sigma=0.000665 ! Fit after self-cal, rms=0.078402Jy sigma=0.000665 ! 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.078402Jy sigma=0.000665 ! Fit after self-cal, rms=0.078440Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.343 mas, bmaj=8.495 mas, bpa=5.771 degrees ! Estimated noise=773.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259458 Jy ! Component: 100 - total flux cleaned = 0.00457422 Jy ! Component: 150 - total flux cleaned = 0.00617184 Jy ! Component: 200 - total flux cleaned = 0.0075043 Jy ! Total flux subtracted in 200 components = 0.0075043 Jy ! Clean residual min=-0.002593 max=0.002402 Jy/beam ! Clean residual mean=-0.000036 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.280969 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 235 components and 0.280969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078424Jy sigma=0.000665 ! Fit after self-cal, rms=0.078414Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121336 Jy ! Component: 100 - total flux cleaned = 0.00209926 Jy ! Component: 150 - total flux cleaned = 0.00282063 Jy ! Component: 200 - total flux cleaned = 0.00347568 Jy ! Total flux subtracted in 200 components = 0.00347568 Jy ! Clean residual min=-0.002398 max=0.002358 Jy/beam ! Clean residual mean=-0.000035 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.284444 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 245 components and 0.284444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078418Jy sigma=0.000665 ! Fit after self-cal, rms=0.078412Jy sigma=0.000665 ! 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.449 mas, bmaj=4.949 mas, bpa=-14.57 degrees ! Estimated noise=649.96 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.449 x 4.949 at -14.57 degrees (North through East) ! Clean map min=-0.0018223 max=0.16739 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.775 mas, bmaj=4.091 mas, bpa=-24.99 degrees ! Estimated noise=913.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12911 Jy ! Component: 100 - total flux cleaned = 0.165968 Jy ! Component: 150 - total flux cleaned = 0.187431 Jy ! Component: 200 - total flux cleaned = 0.200758 Jy ! Total flux subtracted in 200 components = 0.200758 Jy ! Clean residual min=-0.004399 max=0.008061 Jy/beam ! Clean residual mean=-0.000030 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.200758 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.200758 Jy ! Inverting map and beam ! Estimated beam: bmin=4.449 mas, bmaj=4.949 mas, bpa=-14.57 degrees ! Estimated noise=649.96 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 (11, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120898 Jy ! Component: 100 - total flux cleaned = 0.0208208 Jy ! Component: 150 - total flux cleaned = 0.0277016 Jy ! Component: 200 - total flux cleaned = 0.033342 Jy ! Total flux subtracted in 200 components = 0.033342 Jy ! Clean residual min=-0.003138 max=0.003933 Jy/beam ! Clean residual mean=-0.000027 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.2341 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 74 components and 0.2341 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=8.343 mas, bmaj=8.495 mas, bpa=5.771 degrees ! Estimated noise=773.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00835777 Jy ! Component: 100 - total flux cleaned = 0.0149486 Jy ! Component: 150 - total flux cleaned = 0.020427 Jy ! Component: 200 - total flux cleaned = 0.025052 Jy ! Total flux subtracted in 200 components = 0.025052 Jy ! Clean residual min=-0.003553 max=0.003516 Jy/beam ! Clean residual mean=-0.000041 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.259152 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.00393905 Jy ! Component: 100 - total flux cleaned = 0.00731843 Jy ! Component: 150 - total flux cleaned = 0.0102322 Jy ! Component: 200 - total flux cleaned = 0.0127548 Jy ! Total flux subtracted in 200 components = 0.0127548 Jy ! Clean residual min=-0.002784 max=0.002615 Jy/beam ! Clean residual mean=-0.000037 rms=0.000858 Jy/beam ! Combined flux in latest and established models = 0.271907 Jy ! Adding 166 model components to the UV plane model. ! The established model now contains 226 components and 0.271907 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.449 mas, bmaj=4.949 mas, bpa=-14.57 degrees ! Estimated noise=649.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194397 Jy ! Component: 100 - total flux cleaned = 0.00352559 Jy ! Component: 150 - total flux cleaned = 0.00491272 Jy ! Component: 200 - total flux cleaned = 0.00615082 Jy ! Total flux subtracted in 200 components = 0.00615082 Jy ! Clean residual min=-0.001903 max=0.002195 Jy/beam ! Clean residual mean=-0.000016 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.278058 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 254 components and 0.278058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078399Jy sigma=0.000665 ! Fit after self-cal, rms=0.078369Jy sigma=0.000665 wmodel J1232+4821_S_2017_05_31_pus_map.mod ! Writing 254 model components to file: J1232+4821_S_2017_05_31_pus_map.mod wobs J1232+4821_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1232+4821_S_2017_05_31_pus_uvs.fits wwins J1232+4821_S_2017_05_31_pus_map.win ! wwins: Wrote 5 windows to J1232+4821_S_2017_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.000788806 Jy ! Component: 100 - total flux cleaned = 0.0011851 Jy ! Component: 150 - total flux cleaned = 0.00135687 Jy ! Component: 200 - total flux cleaned = 0.00145484 Jy ! Component: 250 - total flux cleaned = 0.00167513 Jy ! Component: 300 - total flux cleaned = 0.00176628 Jy ! Component: 350 - total flux cleaned = 0.00176666 Jy ! Component: 400 - total flux cleaned = 0.00176688 Jy ! Component: 450 - total flux cleaned = 0.00185204 Jy ! Component: 500 - total flux cleaned = 0.00185211 Jy ! Component: 550 - total flux cleaned = 0.00193365 Jy ! Component: 600 - total flux cleaned = 0.00196011 Jy ! Component: 650 - total flux cleaned = 0.00198631 Jy ! Component: 700 - total flux cleaned = 0.00201216 Jy ! Component: 750 - total flux cleaned = 0.00208685 Jy ! Component: 800 - total flux cleaned = 0.00211121 Jy ! Component: 850 - total flux cleaned = 0.00208711 Jy ! Component: 900 - total flux cleaned = 0.00203998 Jy ! Component: 950 - total flux cleaned = 0.00206331 Jy ! Component: 1000 - total flux cleaned = 0.00199476 Jy ! Component: 1050 - total flux cleaned = 0.00204078 Jy ! Component: 1100 - total flux cleaned = 0.00208541 Jy ! Component: 1150 - total flux cleaned = 0.00210705 Jy ! Component: 1200 - total flux cleaned = 0.00202074 Jy ! Component: 1250 - total flux cleaned = 0.00202058 Jy ! Component: 1300 - total flux cleaned = 0.00208388 Jy ! Component: 1350 - total flux cleaned = 0.00210475 Jy ! Component: 1400 - total flux cleaned = 0.00210516 Jy ! Component: 1450 - total flux cleaned = 0.0021052 Jy ! Component: 1500 - total flux cleaned = 0.00212522 Jy ! Component: 1550 - total flux cleaned = 0.00220395 Jy ! Component: 1600 - total flux cleaned = 0.00210681 Jy ! Component: 1650 - total flux cleaned = 0.00216457 Jy ! Component: 1700 - total flux cleaned = 0.00214559 Jy ! Component: 1750 - total flux cleaned = 0.0021274 Jy ! Component: 1800 - total flux cleaned = 0.00216475 Jy ! Component: 1850 - total flux cleaned = 0.00212827 Jy ! Component: 1900 - total flux cleaned = 0.00211018 Jy ! Component: 1950 - total flux cleaned = 0.0020924 Jy ! Component: 2000 - total flux cleaned = 0.00207455 Jy ! Component: 2050 - total flux cleaned = 0.00212724 Jy ! Component: 2100 - total flux cleaned = 0.00209212 Jy ! Component: 2150 - total flux cleaned = 0.00202353 Jy ! Component: 2200 - total flux cleaned = 0.00198953 Jy ! Component: 2250 - total flux cleaned = 0.00198974 Jy ! Component: 2300 - total flux cleaned = 0.00198965 Jy ! Component: 2350 - total flux cleaned = 0.00203903 Jy ! Component: 2400 - total flux cleaned = 0.00197363 Jy ! Component: 2450 - total flux cleaned = 0.0020221 Jy ! Component: 2500 - total flux cleaned = 0.00194222 Jy ! Component: 2550 - total flux cleaned = 0.00192658 Jy ! Component: 2600 - total flux cleaned = 0.00194216 Jy ! Component: 2650 - total flux cleaned = 0.00191113 Jy ! Component: 2700 - total flux cleaned = 0.00192667 Jy ! Component: 2750 - total flux cleaned = 0.0018656 Jy ! Component: 2800 - total flux cleaned = 0.00192639 Jy ! Component: 2850 - total flux cleaned = 0.00185111 Jy ! Component: 2900 - total flux cleaned = 0.00183626 Jy ! Component: 2950 - total flux cleaned = 0.00186597 Jy ! Component: 3000 - total flux cleaned = 0.00179254 Jy ! Component: 3050 - total flux cleaned = 0.00182187 Jy ! Component: 3100 - total flux cleaned = 0.00185061 Jy ! Component: 3150 - total flux cleaned = 0.00180766 Jy ! Component: 3200 - total flux cleaned = 0.00180763 Jy ! Component: 3250 - total flux cleaned = 0.00177938 Jy ! Component: 3300 - total flux cleaned = 0.00176524 Jy ! Component: 3350 - total flux cleaned = 0.00172373 Jy ! Component: 3400 - total flux cleaned = 0.00169612 Jy ! Component: 3450 - total flux cleaned = 0.0016961 Jy ! Component: 3500 - total flux cleaned = 0.00162826 Jy ! Component: 3550 - total flux cleaned = 0.00162847 Jy ! Component: 3600 - total flux cleaned = 0.00158845 Jy ! Component: 3650 - total flux cleaned = 0.0015887 Jy ! Component: 3700 - total flux cleaned = 0.00156242 Jy ! Component: 3750 - total flux cleaned = 0.00156238 Jy ! Component: 3800 - total flux cleaned = 0.0015234 Jy ! Component: 3850 - total flux cleaned = 0.00152337 Jy ! Component: 3900 - total flux cleaned = 0.00147216 Jy ! Component: 3950 - total flux cleaned = 0.00140863 Jy ! Component: 4000 - total flux cleaned = 0.00137077 Jy ! Component: 4050 - total flux cleaned = 0.00134577 Jy ! Total flux subtracted in 4096 components = 0.00135824 Jy ! Clean residual min=-0.000687 max=0.000716 Jy/beam ! Clean residual mean=-0.000008 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.279416 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 563 components and 0.279416 Jy ![Exited script file: muppet] wmap "J1232+4821_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.449 x 4.949 at -14.57 degrees (North through East) ! Clean map min=-0.0013418 max=0.16784 Jy/beam ! Writing clean map to FITS file: J1232+4821_S_2017_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.167838 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231223 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.413298 0.413298 0.826595 1.65319 3.30638 6.61276 13.2255 26.451 52.9021 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.167 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.449 x 4.949 at -14.57 degrees (North through East) ! Clean map min=-0.0013418 max=0.16784 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 J1232+4821_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:48:08 2019