! Started logfile: J0038+4137_S_2017_05_01_pus_uvs.log on Wed May 1 18:23:03 2019 obs J0038+4137_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0038+4137_S_2017_05_01_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.586207 visibilities/baseline/integration-bin. ! Found source: J0038+4137 ! ! 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 788 lines of history. ! ! Reading 3060 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 J0038+4137_S_2017_05_01_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 153 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.779729Jy sigma=0.007159 ! Fit after self-cal, rms=0.776557Jy sigma=0.007130 ! 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=4.826 mas, bmaj=9.273 mas, bpa=24.39 degrees ! Estimated noise=1904.39 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.169627 Jy ! Component: 100 - total flux cleaned = 0.216049 Jy ! Total flux subtracted in 100 components = 0.216049 Jy ! Clean residual min=-0.013441 max=0.026352 Jy/beam ! Clean residual mean=-0.000077 rms=0.004462 Jy/beam ! Combined flux in latest and established models = 0.216049 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.216049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096804Jy sigma=0.000860 ! Fit after self-cal, rms=0.096647Jy sigma=0.000859 ! 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=5.547 mas, bmaj=9.971 mas, bpa=23.95 degrees ! Estimated noise=1533.19 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.0308016 Jy ! Component: 100 - total flux cleaned = 0.0453571 Jy ! Component: 150 - total flux cleaned = 0.0541038 Jy ! Component: 200 - total flux cleaned = 0.0598109 Jy ! Total flux subtracted in 200 components = 0.0598109 Jy ! Clean residual min=-0.010852 max=0.032102 Jy/beam ! Clean residual mean=-0.000130 rms=0.004244 Jy/beam ! Combined flux in latest and established models = 0.27586 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 45 components and 0.27586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086817Jy sigma=0.000771 ! Fit after self-cal, rms=0.086587Jy sigma=0.000768 ! Inverting map ! Added new window around map position (12, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0265029 Jy ! Component: 100 - total flux cleaned = 0.037481 Jy ! Component: 150 - total flux cleaned = 0.0426663 Jy ! Component: 200 - total flux cleaned = 0.0451567 Jy ! Total flux subtracted in 200 components = 0.0451567 Jy ! Clean residual min=-0.005827 max=0.008348 Jy/beam ! Clean residual mean=-0.000046 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.321016 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 94 components and 0.321016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078908Jy sigma=0.000687 ! Fit after self-cal, rms=0.078495Jy sigma=0.000683 ! 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.89 FD 1.00 HN 1.00* KP 1.00 ! LA 0.98 MK 0.95 NL 0.99 OV 1.03 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.00* KP 0.98 ! LA 0.94 MK 1.03 NL 0.99 OV 1.06 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.08 HN 1.00* KP 1.01 ! LA 0.97 MK 1.01 NL 1.02 OV 0.95 ! PT 0.95 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.00* KP 1.00* ! LA 0.98 MK 1.15 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.078495Jy sigma=0.000683 ! Fit after self-cal, rms=0.076496Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.592 mas, bmaj=9.921 mas, bpa=24 degrees ! Estimated noise=1516.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00501472 Jy ! Component: 100 - total flux cleaned = 0.00592031 Jy ! Component: 150 - total flux cleaned = 0.00641941 Jy ! Component: 200 - total flux cleaned = 0.00674144 Jy ! Total flux subtracted in 200 components = 0.00674144 Jy ! Clean residual min=-0.005291 max=0.005023 Jy/beam ! Clean residual mean=-0.000006 rms=0.001190 Jy/beam ! Combined flux in latest and established models = 0.327758 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 122 components and 0.327758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075955Jy sigma=0.000666 ! Fit after self-cal, rms=0.075918Jy sigma=0.000665 ! 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.075918Jy sigma=0.000665 ! Fit after self-cal, rms=0.075963Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.598 mas, bmaj=9.922 mas, bpa=23.91 degrees ! Estimated noise=1513.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162133 Jy ! Component: 100 - total flux cleaned = 0.00192017 Jy ! Component: 150 - total flux cleaned = 0.00216791 Jy ! Component: 200 - total flux cleaned = 0.00238497 Jy ! Total flux subtracted in 200 components = 0.00238497 Jy ! Clean residual min=-0.004819 max=0.004168 Jy/beam ! Clean residual mean=-0.000002 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.330143 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 135 components and 0.330143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075747Jy sigma=0.000663 ! Fit after self-cal, rms=0.075734Jy sigma=0.000663 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.000551171 Jy ! Component: 100 - total flux cleaned = 0.000947084 Jy ! Component: 150 - total flux cleaned = 0.00112092 Jy ! Component: 200 - total flux cleaned = 0.00127836 Jy ! Total flux subtracted in 200 components = 0.00127836 Jy ! Clean residual min=-0.004510 max=0.003827 Jy/beam ! Clean residual mean=0.000000 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.331421 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 152 components and 0.331421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075628Jy sigma=0.000662 ! Fit after self-cal, rms=0.075620Jy sigma=0.000662 ! 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.075620Jy sigma=0.000662 ! Fit after self-cal, rms=0.075708Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.603 mas, bmaj=9.918 mas, bpa=23.75 degrees ! Estimated noise=1511.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00075912 Jy ! Component: 100 - total flux cleaned = 0.000883246 Jy ! Component: 150 - total flux cleaned = 0.000936784 Jy ! Component: 200 - total flux cleaned = 0.0010325 Jy ! Total flux subtracted in 200 components = 0.0010325 Jy ! Clean residual min=-0.003617 max=0.003381 Jy/beam ! Clean residual mean=-0.000001 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.332454 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 163 components and 0.332454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075606Jy sigma=0.000659 ! Fit after self-cal, rms=0.075602Jy sigma=0.000659 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.000386733 Jy ! Component: 100 - total flux cleaned = 0.000524578 Jy ! Component: 150 - total flux cleaned = 0.000605657 Jy ! Component: 200 - total flux cleaned = 0.000790942 Jy ! Total flux subtracted in 200 components = 0.000790942 Jy ! Clean residual min=-0.003563 max=0.003210 Jy/beam ! Clean residual mean=-0.000001 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.333245 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 169 components and 0.333245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075552Jy sigma=0.000658 ! Fit after self-cal, rms=0.075548Jy sigma=0.000658 ! 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.075548Jy sigma=0.000658 ! Fit after self-cal, rms=0.075722Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.471 mas, bmaj=10.81 mas, bpa=31.23 degrees ! Estimated noise=1610.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000191338 Jy ! Component: 100 - total flux cleaned = 0.000477267 Jy ! Component: 150 - total flux cleaned = 0.000642518 Jy ! Component: 200 - total flux cleaned = 0.000716434 Jy ! Total flux subtracted in 200 components = 0.000716434 Jy ! Clean residual min=-0.003534 max=0.002887 Jy/beam ! Clean residual mean=-0.000001 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.333961 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 188 components and 0.333961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075701Jy sigma=0.000658 ! Fit after self-cal, rms=0.075698Jy sigma=0.000658 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.000301186 Jy ! Component: 100 - total flux cleaned = 0.000481593 Jy ! Component: 150 - total flux cleaned = 0.000574066 Jy ! Component: 200 - total flux cleaned = 0.000601743 Jy ! Total flux subtracted in 200 components = 0.000601743 Jy ! Clean residual min=-0.003443 max=0.002718 Jy/beam ! Clean residual mean=0.000000 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.334563 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 206 components and 0.334563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075685Jy sigma=0.000658 ! Fit after self-cal, rms=0.075681Jy sigma=0.000658 ! 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=5.612 mas, bmaj=9.924 mas, bpa=23.68 degrees ! Estimated noise=1509.95 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.612 x 9.924 at 23.68 degrees (North through East) ! Clean map min=-0.0035544 max=0.22299 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=4.899 mas, bmaj=9.216 mas, bpa=24.1 degrees ! Estimated noise=1885.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.167568 Jy ! Component: 100 - total flux cleaned = 0.214481 Jy ! Component: 150 - total flux cleaned = 0.240597 Jy ! Component: 200 - total flux cleaned = 0.258592 Jy ! Total flux subtracted in 200 components = 0.258592 Jy ! Clean residual min=-0.007785 max=0.010087 Jy/beam ! Clean residual mean=-0.000041 rms=0.002459 Jy/beam ! Combined flux in latest and established models = 0.258592 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.258592 Jy ! Inverting map and beam ! Estimated beam: bmin=5.612 mas, bmaj=9.924 mas, bpa=23.68 degrees ! Estimated noise=1509.95 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.020183 Jy ! Component: 100 - total flux cleaned = 0.0336178 Jy ! Component: 150 - total flux cleaned = 0.0432927 Jy ! Component: 200 - total flux cleaned = 0.050494 Jy ! Total flux subtracted in 200 components = 0.050494 Jy ! Clean residual min=-0.005555 max=0.006263 Jy/beam ! Clean residual mean=-0.000041 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.309086 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 80 components and 0.309086 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.471 mas, bmaj=10.81 mas, bpa=31.23 degrees ! Estimated noise=1610.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00744511 Jy ! Component: 100 - total flux cleaned = 0.0127552 Jy ! Component: 150 - total flux cleaned = 0.0167377 Jy ! Component: 200 - total flux cleaned = 0.0186208 Jy ! Total flux subtracted in 200 components = 0.0186208 Jy ! Clean residual min=-0.004028 max=0.003777 Jy/beam ! Clean residual mean=-0.000018 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.327707 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.000847019 Jy ! Component: 100 - total flux cleaned = 0.0016762 Jy ! Component: 150 - total flux cleaned = 0.0024728 Jy ! Component: 200 - total flux cleaned = 0.00316309 Jy ! Total flux subtracted in 200 components = 0.00316309 Jy ! Clean residual min=-0.003314 max=0.002882 Jy/beam ! Clean residual mean=-0.000008 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.33087 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 155 components and 0.33087 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.612 mas, bmaj=9.924 mas, bpa=23.68 degrees ! Estimated noise=1509.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061019 Jy ! Component: 100 - total flux cleaned = 0.00123611 Jy ! Component: 150 - total flux cleaned = 0.00150731 Jy ! Component: 200 - total flux cleaned = 0.00175241 Jy ! Total flux subtracted in 200 components = 0.00175241 Jy ! Clean residual min=-0.003430 max=0.003129 Jy/beam ! Clean residual mean=-0.000002 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.332623 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 169 components and 0.332623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075743Jy sigma=0.000658 ! Fit after self-cal, rms=0.075732Jy sigma=0.000658 wmodel J0038+4137_S_2017_05_01_pus_map.mod ! Writing 169 model components to file: J0038+4137_S_2017_05_01_pus_map.mod wobs J0038+4137_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0038+4137_S_2017_05_01_pus_uvs.fits wwins J0038+4137_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0038+4137_S_2017_05_01_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.000510256 Jy ! Component: 100 - total flux cleaned = -0.000613102 Jy ! Component: 150 - total flux cleaned = -0.000959397 Jy ! Component: 200 - total flux cleaned = -0.00133401 Jy ! Component: 250 - total flux cleaned = -0.00182515 Jy ! Component: 300 - total flux cleaned = -0.00203913 Jy ! Component: 350 - total flux cleaned = -0.0023279 Jy ! Component: 400 - total flux cleaned = -0.00240703 Jy ! Component: 450 - total flux cleaned = -0.00256185 Jy ! Component: 500 - total flux cleaned = -0.00274928 Jy ! Component: 550 - total flux cleaned = -0.00285902 Jy ! Component: 600 - total flux cleaned = -0.0028949 Jy ! Component: 650 - total flux cleaned = -0.00296489 Jy ! Component: 700 - total flux cleaned = -0.00306662 Jy ! Component: 750 - total flux cleaned = -0.00313312 Jy ! Component: 800 - total flux cleaned = -0.00319816 Jy ! Component: 850 - total flux cleaned = -0.00323023 Jy ! Component: 900 - total flux cleaned = -0.00326201 Jy ! Component: 950 - total flux cleaned = -0.00335332 Jy ! Component: 1000 - total flux cleaned = -0.00347335 Jy ! Component: 1050 - total flux cleaned = -0.00367922 Jy ! Component: 1100 - total flux cleaned = -0.00376608 Jy ! Component: 1150 - total flux cleaned = -0.00396558 Jy ! Component: 1200 - total flux cleaned = -0.00410541 Jy ! Component: 1250 - total flux cleaned = -0.00421548 Jy ! Component: 1300 - total flux cleaned = -0.00426976 Jy ! Component: 1350 - total flux cleaned = -0.00443062 Jy ! Component: 1400 - total flux cleaned = -0.00445659 Jy ! Component: 1450 - total flux cleaned = -0.00453453 Jy ! Component: 1500 - total flux cleaned = -0.00450846 Jy ! Component: 1550 - total flux cleaned = -0.00453408 Jy ! Component: 1600 - total flux cleaned = -0.00455933 Jy ! Component: 1650 - total flux cleaned = -0.00451014 Jy ! Component: 1700 - total flux cleaned = -0.00455833 Jy ! Component: 1750 - total flux cleaned = -0.00453442 Jy ! Component: 1800 - total flux cleaned = -0.00458163 Jy ! Component: 1850 - total flux cleaned = -0.00451158 Jy ! Component: 1900 - total flux cleaned = -0.00453479 Jy ! Component: 1950 - total flux cleaned = -0.0045351 Jy ! Component: 2000 - total flux cleaned = -0.00457993 Jy ! Component: 2050 - total flux cleaned = -0.00460251 Jy ! Component: 2100 - total flux cleaned = -0.00464625 Jy ! Component: 2150 - total flux cleaned = -0.00458147 Jy ! Component: 2200 - total flux cleaned = -0.0046248 Jy ! Component: 2250 - total flux cleaned = -0.00458257 Jy ! Component: 2300 - total flux cleaned = -0.00464569 Jy ! Component: 2350 - total flux cleaned = -0.00462484 Jy ! Component: 2400 - total flux cleaned = -0.00458392 Jy ! Component: 2450 - total flux cleaned = -0.00466575 Jy ! Component: 2500 - total flux cleaned = -0.00468554 Jy ! Component: 2550 - total flux cleaned = -0.00462585 Jy ! Component: 2600 - total flux cleaned = -0.00462618 Jy ! Component: 2650 - total flux cleaned = -0.00466521 Jy ! Component: 2700 - total flux cleaned = -0.00464569 Jy ! Component: 2750 - total flux cleaned = -0.00472224 Jy ! Component: 2800 - total flux cleaned = -0.00464616 Jy ! Component: 2850 - total flux cleaned = -0.00464601 Jy ! Component: 2900 - total flux cleaned = -0.00468309 Jy ! Component: 2950 - total flux cleaned = -0.00466455 Jy ! Component: 3000 - total flux cleaned = -0.00462814 Jy ! Component: 3050 - total flux cleaned = -0.00466459 Jy ! Component: 3100 - total flux cleaned = -0.00468247 Jy ! Component: 3150 - total flux cleaned = -0.00466462 Jy ! Component: 3200 - total flux cleaned = -0.00470008 Jy ! Component: 3250 - total flux cleaned = -0.00466534 Jy ! Component: 3300 - total flux cleaned = -0.00464802 Jy ! Component: 3350 - total flux cleaned = -0.00469958 Jy ! Component: 3400 - total flux cleaned = -0.00466545 Jy ! Component: 3450 - total flux cleaned = -0.00464871 Jy ! Component: 3500 - total flux cleaned = -0.00471578 Jy ! Component: 3550 - total flux cleaned = -0.00469907 Jy ! Component: 3600 - total flux cleaned = -0.00468247 Jy ! Component: 3650 - total flux cleaned = -0.00466605 Jy ! Component: 3700 - total flux cleaned = -0.00468227 Jy ! Component: 3750 - total flux cleaned = -0.00466611 Jy ! Component: 3800 - total flux cleaned = -0.00461817 Jy ! Component: 3850 - total flux cleaned = -0.00460237 Jy ! Component: 3900 - total flux cleaned = -0.00464985 Jy ! Component: 3950 - total flux cleaned = -0.00466548 Jy ! Component: 4000 - total flux cleaned = -0.00463416 Jy ! Component: 4050 - total flux cleaned = -0.00464961 Jy ! Total flux subtracted in 4096 components = -0.00468026 Jy ! Clean residual min=-0.000832 max=0.000838 Jy/beam ! Clean residual mean=-0.000002 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.327942 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 418 components and 0.327942 Jy ![Exited script file: muppet] wmap "J0038+4137_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.612 x 9.924 at 23.68 degrees (North through East) ! Clean map min=-0.0030485 max=0.22273 Jy/beam ! Writing clean map to FITS file: J0038+4137_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.222734 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000291841 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.39308 0.39308 0.78616 1.57232 3.14464 6.28928 12.5786 25.1571 50.3142 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.222 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.612 x 9.924 at 23.68 degrees (North through East) ! Clean map min=-0.0030485 max=0.22273 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 J0038+4137_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:23:10 2019