! Started logfile: J0345+1453_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:37:32 2019 obs J0345+1453_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0345+1453_S_2017_05_31_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.585926 visibilities/baseline/integration-bin. ! Found source: J0345+1453 ! ! 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 3164 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 J0345+1453_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 219 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.798923Jy sigma=0.007400 ! Fit after self-cal, rms=0.758177Jy sigma=0.007042 ! 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.777 mas, bmaj=6.446 mas, bpa=0.8426 degrees ! Estimated noise=1829.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.185472 Jy ! Component: 100 - total flux cleaned = 0.226335 Jy ! Total flux subtracted in 100 components = 0.226335 Jy ! Clean residual min=-0.008887 max=0.020505 Jy/beam ! Clean residual mean=-0.000011 rms=0.002499 Jy/beam ! Combined flux in latest and established models = 0.226335 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.226335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098079Jy sigma=0.000772 ! Fit after self-cal, rms=0.098078Jy sigma=0.000772 ! Inverting map ! Added new window around map position (-7, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0186594 Jy ! Component: 100 - total flux cleaned = 0.0294744 Jy ! Total flux subtracted in 100 components = 0.0294744 Jy ! Clean residual min=-0.007311 max=0.009722 Jy/beam ! Clean residual mean=-0.000002 rms=0.001864 Jy/beam ! Combined flux in latest and established models = 0.255809 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.255809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092965Jy sigma=0.000720 ! Fit after self-cal, rms=0.092717Jy sigma=0.000716 ! 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.268 mas, bmaj=7.259 mas, bpa=1.436 degrees ! Estimated noise=1566.67 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.0131397 Jy ! Component: 100 - total flux cleaned = 0.020503 Jy ! Component: 150 - total flux cleaned = 0.0252546 Jy ! Component: 200 - total flux cleaned = 0.0283311 Jy ! Total flux subtracted in 200 components = 0.0283311 Jy ! Clean residual min=-0.006198 max=0.006908 Jy/beam ! Clean residual mean=0.000032 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 0.28414 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 48 components and 0.28414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090396Jy sigma=0.000696 ! Fit after self-cal, rms=0.090277Jy sigma=0.000694 ! 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.95 FD 1.00* HN 1.00* KP 0.99 ! LA 0.99 MK 1.00 NL 0.95 OV 1.06 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00* HN 1.00* KP 0.97 ! LA 0.95 MK 1.02 NL 1.04 OV 1.11 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 1.00* KP 0.94 ! LA 0.97 MK 1.03 NL 1.04 OV 0.99 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.090277Jy sigma=0.000694 ! Fit after self-cal, rms=0.075850Jy sigma=0.000676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=7.252 mas, bpa=2.225 degrees ! Estimated noise=1569.24 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.00129833 Jy ! Component: 100 - total flux cleaned = 0.00121939 Jy ! Component: 150 - total flux cleaned = 0.00117054 Jy ! Component: 200 - total flux cleaned = 0.00112673 Jy ! Total flux subtracted in 200 components = 0.00112673 Jy ! Clean residual min=-0.004687 max=0.004543 Jy/beam ! Clean residual mean=0.000024 rms=0.001136 Jy/beam ! Combined flux in latest and established models = 0.285267 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 60 components and 0.285267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075693Jy sigma=0.000674 ! Fit after self-cal, rms=0.075668Jy 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.075668Jy sigma=0.000674 ! Fit after self-cal, rms=0.074940Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.292 mas, bmaj=7.261 mas, bpa=2.214 degrees ! Estimated noise=1571.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134003 Jy ! Component: 100 - total flux cleaned = 0.00123234 Jy ! Component: 150 - total flux cleaned = 0.00118554 Jy ! Component: 200 - total flux cleaned = 0.00118534 Jy ! Total flux subtracted in 200 components = 0.00118534 Jy ! Clean residual min=-0.004115 max=0.004014 Jy/beam ! Clean residual mean=0.000016 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.286452 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 73 components and 0.286452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074857Jy sigma=0.000663 ! Fit after self-cal, rms=0.074863Jy 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.000291878 Jy ! Component: 100 - total flux cleaned = 0.000326674 Jy ! Component: 150 - total flux cleaned = 0.00032631 Jy ! Component: 200 - total flux cleaned = 0.000298064 Jy ! Total flux subtracted in 200 components = 0.000298064 Jy ! Clean residual min=-0.004124 max=0.004039 Jy/beam ! Clean residual mean=0.000016 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.28675 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.28675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074831Jy sigma=0.000663 ! Fit after self-cal, rms=0.074827Jy sigma=0.000663 ! 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.074827Jy sigma=0.000663 ! Fit after self-cal, rms=0.074974Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.27 mas, bpa=2.263 degrees ! Estimated noise=1572.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000671404 Jy ! Component: 100 - total flux cleaned = 0.000602804 Jy ! Component: 150 - total flux cleaned = 0.000603903 Jy ! Component: 200 - total flux cleaned = 0.000575931 Jy ! Total flux subtracted in 200 components = 0.000575931 Jy ! Clean residual min=-0.003947 max=0.003985 Jy/beam ! Clean residual mean=0.000016 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.287326 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 90 components and 0.287326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074934Jy sigma=0.000662 ! Fit after self-cal, rms=0.074933Jy sigma=0.000662 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.000172038 Jy ! Component: 100 - total flux cleaned = 0.000147302 Jy ! Component: 150 - total flux cleaned = 0.000124401 Jy ! Component: 200 - total flux cleaned = 8.04245e-05 Jy ! Total flux subtracted in 200 components = 8.04245e-05 Jy ! Clean residual min=-0.003964 max=0.004003 Jy/beam ! Clean residual mean=0.000016 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.287407 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 98 components and 0.287407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074915Jy sigma=0.000662 ! Fit after self-cal, rms=0.074913Jy sigma=0.000662 ! 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.074913Jy sigma=0.000662 ! Fit after self-cal, rms=0.075012Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.721 mas, bmaj=11.63 mas, bpa=0.5755 degrees ! Estimated noise=1939.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000784061 Jy ! Component: 100 - total flux cleaned = 0.000908724 Jy ! Component: 150 - total flux cleaned = 0.000929084 Jy ! Component: 200 - total flux cleaned = 0.00091296 Jy ! Total flux subtracted in 200 components = 0.00091296 Jy ! Clean residual min=-0.004586 max=0.003917 Jy/beam ! Clean residual mean=0.000033 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.28832 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 111 components and 0.28832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075006Jy sigma=0.000662 ! Fit after self-cal, rms=0.075000Jy sigma=0.000662 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.000100732 Jy ! Component: 100 - total flux cleaned = 0.000142064 Jy ! Component: 150 - total flux cleaned = 0.000126632 Jy ! Component: 200 - total flux cleaned = 0.000111892 Jy ! Total flux subtracted in 200 components = 0.000111892 Jy ! Clean residual min=-0.004586 max=0.003877 Jy/beam ! Clean residual mean=0.000034 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.288432 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 114 components and 0.288432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074997Jy sigma=0.000662 ! Fit after self-cal, rms=0.074993Jy sigma=0.000662 ! 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.296 mas, bmaj=7.277 mas, bpa=2.317 degrees ! Estimated noise=1572.92 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.296 x 7.277 at 2.317 degrees (North through East) ! Clean map min=-0.0037709 max=0.23483 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.799 mas, bmaj=6.485 mas, bpa=1.541 degrees ! Estimated noise=1827.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.18498 Jy ! Component: 100 - total flux cleaned = 0.230611 Jy ! Component: 150 - total flux cleaned = 0.250255 Jy ! Component: 200 - total flux cleaned = 0.262029 Jy ! Total flux subtracted in 200 components = 0.262029 Jy ! Clean residual min=-0.005286 max=0.006316 Jy/beam ! Clean residual mean=-0.000002 rms=0.001359 Jy/beam ! Combined flux in latest and established models = 0.262029 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.262029 Jy ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=7.277 mas, bpa=2.317 degrees ! Estimated noise=1572.92 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.0109396 Jy ! Component: 100 - total flux cleaned = 0.0173136 Jy ! Component: 150 - total flux cleaned = 0.0211478 Jy ! Component: 200 - total flux cleaned = 0.0221147 Jy ! Total flux subtracted in 200 components = 0.0221147 Jy ! Clean residual min=-0.004181 max=0.003777 Jy/beam ! Clean residual mean=0.000015 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.284143 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 38 components and 0.284143 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.721 mas, bmaj=11.63 mas, bpa=0.5755 degrees ! Estimated noise=1939.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282118 Jy ! Component: 100 - total flux cleaned = 0.00357478 Jy ! Component: 150 - total flux cleaned = 0.00352966 Jy ! Component: 200 - total flux cleaned = 0.00352914 Jy ! Total flux subtracted in 200 components = 0.00352914 Jy ! Clean residual min=-0.004732 max=0.003763 Jy/beam ! Clean residual mean=0.000033 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.287672 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.08265e-06 Jy ! Component: 100 - total flux cleaned = 3.41859e-05 Jy ! Component: 150 - total flux cleaned = 9.28105e-05 Jy ! Component: 200 - total flux cleaned = 0.000145973 Jy ! Total flux subtracted in 200 components = 0.000145973 Jy ! Clean residual min=-0.004653 max=0.003821 Jy/beam ! Clean residual mean=0.000033 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.287818 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 74 components and 0.287818 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.296 mas, bmaj=7.277 mas, bpa=2.317 degrees ! Estimated noise=1572.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00068714 Jy ! Component: 100 - total flux cleaned = -0.000743291 Jy ! Component: 150 - total flux cleaned = -0.000836181 Jy ! Component: 200 - total flux cleaned = -0.000837963 Jy ! Total flux subtracted in 200 components = -0.000837963 Jy ! Clean residual min=-0.003874 max=0.003973 Jy/beam ! Clean residual mean=0.000016 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.28698 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.28698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075030Jy sigma=0.000662 ! Fit after self-cal, rms=0.075019Jy sigma=0.000662 wmodel J0345+1453_S_2017_05_31_pus_map.mod ! Writing 87 model components to file: J0345+1453_S_2017_05_31_pus_map.mod wobs J0345+1453_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0345+1453_S_2017_05_31_pus_uvs.fits wwins J0345+1453_S_2017_05_31_pus_map.win ! wwins: Wrote 2 windows to J0345+1453_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.000696454 Jy ! Component: 100 - total flux cleaned = -0.00126924 Jy ! Component: 150 - total flux cleaned = -0.00162275 Jy ! Component: 200 - total flux cleaned = -0.00162268 Jy ! Component: 250 - total flux cleaned = -0.00151609 Jy ! Component: 300 - total flux cleaned = -0.00167207 Jy ! Component: 350 - total flux cleaned = -0.001773 Jy ! Component: 400 - total flux cleaned = -0.00191657 Jy ! Component: 450 - total flux cleaned = -0.00200852 Jy ! Component: 500 - total flux cleaned = -0.0020074 Jy ! Component: 550 - total flux cleaned = -0.00196253 Jy ! Component: 600 - total flux cleaned = -0.00191925 Jy ! Component: 650 - total flux cleaned = -0.00208891 Jy ! Component: 700 - total flux cleaned = -0.00204752 Jy ! Component: 750 - total flux cleaned = -0.00216963 Jy ! Component: 800 - total flux cleaned = -0.00208862 Jy ! Component: 850 - total flux cleaned = -0.00224564 Jy ! Component: 900 - total flux cleaned = -0.00216789 Jy ! Component: 950 - total flux cleaned = -0.00216815 Jy ! Component: 1000 - total flux cleaned = -0.00209506 Jy ! Component: 1050 - total flux cleaned = -0.0020595 Jy ! Component: 1100 - total flux cleaned = -0.00205965 Jy ! Component: 1150 - total flux cleaned = -0.00195284 Jy ! Component: 1200 - total flux cleaned = -0.00191855 Jy ! Component: 1250 - total flux cleaned = -0.00188417 Jy ! Component: 1300 - total flux cleaned = -0.00171437 Jy ! Component: 1350 - total flux cleaned = -0.00154735 Jy ! Component: 1400 - total flux cleaned = -0.0013832 Jy ! Component: 1450 - total flux cleaned = -0.00131813 Jy ! Component: 1500 - total flux cleaned = -0.001158 Jy ! Component: 1550 - total flux cleaned = -0.000999628 Jy ! Component: 1600 - total flux cleaned = -0.00084337 Jy ! Component: 1650 - total flux cleaned = -0.000689138 Jy ! Component: 1700 - total flux cleaned = -0.000628057 Jy ! Component: 1750 - total flux cleaned = -0.000478269 Jy ! Component: 1800 - total flux cleaned = -0.000300642 Jy ! Component: 1850 - total flux cleaned = -0.000212195 Jy ! Component: 1900 - total flux cleaned = -0.000212472 Jy ! Component: 1950 - total flux cleaned = 0.000102841 Jy ! Component: 2000 - total flux cleaned = -3.93353e-05 Jy ! Component: 2050 - total flux cleaned = 4.52172e-05 Jy ! Component: 2100 - total flux cleaned = 7.29466e-05 Jy ! Component: 2150 - total flux cleaned = 1.86732e-05 Jy ! Component: 2200 - total flux cleaned = 0.000154513 Jy ! Component: 2250 - total flux cleaned = 0.000181468 Jy ! Component: 2300 - total flux cleaned = 0.000181231 Jy ! Component: 2350 - total flux cleaned = 0.000154691 Jy ! Component: 2400 - total flux cleaned = 0.000154555 Jy ! Component: 2450 - total flux cleaned = 0.000154909 Jy ! Component: 2500 - total flux cleaned = 0.000231814 Jy ! Component: 2550 - total flux cleaned = 0.00018086 Jy ! Component: 2600 - total flux cleaned = 0.00020601 Jy ! Component: 2650 - total flux cleaned = 0.000205832 Jy ! Component: 2700 - total flux cleaned = 0.000131914 Jy ! Component: 2750 - total flux cleaned = 0.000156189 Jy ! Component: 2800 - total flux cleaned = 3.54794e-05 Jy ! Component: 2850 - total flux cleaned = 1.18546e-05 Jy ! Component: 2900 - total flux cleaned = 8.31627e-05 Jy ! Component: 2950 - total flux cleaned = -1.08842e-05 Jy ! Component: 3000 - total flux cleaned = 1.27359e-05 Jy ! Component: 3050 - total flux cleaned = -1.04566e-05 Jy ! Component: 3100 - total flux cleaned = -5.62407e-05 Jy ! Component: 3150 - total flux cleaned = -0.000101639 Jy ! Component: 3200 - total flux cleaned = -0.000101628 Jy ! Component: 3250 - total flux cleaned = -0.000168811 Jy ! Component: 3300 - total flux cleaned = -0.000191157 Jy ! Component: 3350 - total flux cleaned = -0.00025738 Jy ! Component: 3400 - total flux cleaned = -0.000301015 Jy ! Component: 3450 - total flux cleaned = -0.00034453 Jy ! Component: 3500 - total flux cleaned = -0.000430904 Jy ! Component: 3550 - total flux cleaned = -0.000387918 Jy ! Component: 3600 - total flux cleaned = -0.00051549 Jy ! Component: 3650 - total flux cleaned = -0.000578718 Jy ! Component: 3700 - total flux cleaned = -0.00057881 Jy ! Component: 3750 - total flux cleaned = -0.000683215 Jy ! Component: 3800 - total flux cleaned = -0.000724532 Jy ! Component: 3850 - total flux cleaned = -0.000786063 Jy ! Component: 3900 - total flux cleaned = -0.000806577 Jy ! Component: 3950 - total flux cleaned = -0.000948527 Jy ! Component: 4000 - total flux cleaned = -0.00100895 Jy ! Component: 4050 - total flux cleaned = -0.00108889 Jy ! Total flux subtracted in 4096 components = -0.0010489 Jy ! Clean residual min=-0.001401 max=0.001163 Jy/beam ! Clean residual mean=0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.285932 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 402 components and 0.285932 Jy ![Exited script file: muppet] wmap "J0345+1453_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.296 x 7.277 at 2.317 degrees (North through East) ! Clean map min=-0.0027026 max=0.23466 Jy/beam ! Writing clean map to FITS file: J0345+1453_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.234661 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000359441 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.459524 0.459524 0.919047 1.83809 3.67619 7.35238 14.7048 29.4095 58.819 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.234 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.296 x 7.277 at 2.317 degrees (North through East) ! Clean map min=-0.0027026 max=0.23466 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 J0345+1453_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:37:41 2019