! Started logfile: J0107+2611_S_2017_06_15_pus_uvs.log on Tue May 7 15:07:10 2019 obs J0107+2611_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0107+2611_S_2017_06_15_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.862378 visibilities/baseline/integration-bin. ! Found source: J0107+2611 ! ! 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 17696 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 J0107+2611_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 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 142 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 664 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.981466Jy sigma=0.009768 ! Fit after self-cal, rms=0.954260Jy sigma=0.009546 ! 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.899 mas, bmaj=6.131 mas, bpa=-3.202 degrees ! Estimated noise=886.389 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.036653 Jy ! Component: 100 - total flux cleaned = 0.0459454 Jy ! Total flux subtracted in 100 components = 0.0459454 Jy ! Clean residual min=-0.002750 max=0.003545 Jy/beam ! Clean residual mean=0.000002 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.0459454 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0459454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071281Jy sigma=0.000662 ! Fit after self-cal, rms=0.070955Jy sigma=0.000659 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00402861 Jy ! Component: 100 - total flux cleaned = 0.00572328 Jy ! Total flux subtracted in 100 components = 0.00572328 Jy ! Clean residual min=-0.002608 max=0.002609 Jy/beam ! Clean residual mean=0.000002 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0516687 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.0516687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070751Jy sigma=0.000658 ! Fit after self-cal, rms=0.070742Jy sigma=0.000657 ! 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.407 mas, bmaj=7.159 mas, bpa=-3.854 degrees ! Estimated noise=625.972 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.000537515 Jy ! Component: 100 - total flux cleaned = 0.000535445 Jy ! Component: 150 - total flux cleaned = 0.000535081 Jy ! Component: 200 - total flux cleaned = 0.000546152 Jy ! Total flux subtracted in 200 components = 0.000546152 Jy ! Clean residual min=-0.001948 max=0.002788 Jy/beam ! Clean residual mean=0.000004 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0522148 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 24 components and 0.0522148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070725Jy sigma=0.000657 ! Fit after self-cal, rms=0.070725Jy sigma=0.000657 ! 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.07 FD 0.97 HN 1.01 KP 0.98 ! LA 0.95 MK 1.08 NL 0.93 OV 1.09 ! PT 1.11 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 1.05 KP 0.93 ! LA 0.97 MK 1.03 NL 1.10 OV 1.09 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.09 HN 0.99 KP 0.92 ! LA 0.99 MK 1.09 NL 1.03 OV 1.03 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 0.90 KP 1.00* ! LA 0.82 MK 0.84 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.070725Jy sigma=0.000657 ! Fit after self-cal, rms=0.070110Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=7.083 mas, bpa=-2.841 degrees ! Estimated noise=630.076 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 (-54.5, -116.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147683 Jy ! Component: 100 - total flux cleaned = 0.00170384 Jy ! Component: 150 - total flux cleaned = 0.0018106 Jy ! Component: 200 - total flux cleaned = 0.00195997 Jy ! Total flux subtracted in 200 components = 0.00195997 Jy ! Clean residual min=-0.001711 max=0.001976 Jy/beam ! Clean residual mean=0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0541748 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.0541748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070034Jy sigma=0.000656 ! Fit after self-cal, rms=0.069986Jy sigma=0.000656 ! 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.069986Jy sigma=0.000656 ! Fit after self-cal, rms=0.069384Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=7.135 mas, bpa=-3.317 degrees ! Estimated noise=628.931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000434845 Jy ! Component: 100 - total flux cleaned = 0.00038706 Jy ! Component: 150 - total flux cleaned = 0.000247114 Jy ! Component: 200 - total flux cleaned = 0.000123837 Jy ! Total flux subtracted in 200 components = 0.000123837 Jy ! Clean residual min=-0.001671 max=0.001668 Jy/beam ! Clean residual mean=0.000000 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0542986 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 55 components and 0.0542986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069362Jy sigma=0.000654 ! Fit after self-cal, rms=0.069368Jy sigma=0.000654 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.000188475 Jy ! Component: 100 - total flux cleaned = 0.000149334 Jy ! Component: 150 - total flux cleaned = 0.000130394 Jy ! Component: 200 - total flux cleaned = 9.46939e-05 Jy ! Total flux subtracted in 200 components = 9.46939e-05 Jy ! Clean residual min=-0.001742 max=0.001600 Jy/beam ! Clean residual mean=0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0543933 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.0543933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069357Jy sigma=0.000654 ! Fit after self-cal, rms=0.069355Jy sigma=0.000654 ! 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.069355Jy sigma=0.000654 ! Fit after self-cal, rms=0.069542Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.422 mas, bmaj=7.129 mas, bpa=-3.149 degrees ! Estimated noise=628.197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.44997e-05 Jy ! Component: 100 - total flux cleaned = -4.0627e-05 Jy ! Component: 150 - total flux cleaned = -9.23979e-05 Jy ! Component: 200 - total flux cleaned = -0.000124696 Jy ! Total flux subtracted in 200 components = -0.000124696 Jy ! Clean residual min=-0.001699 max=0.001602 Jy/beam ! Clean residual mean=0.000000 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0542686 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.0542686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069533Jy sigma=0.000654 ! Fit after self-cal, rms=0.069546Jy sigma=0.000654 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 = 4.03431e-05 Jy ! Component: 100 - total flux cleaned = 2.4195e-05 Jy ! Component: 150 - total flux cleaned = -6.53897e-06 Jy ! Component: 200 - total flux cleaned = -3.60187e-05 Jy ! Total flux subtracted in 200 components = -3.60187e-05 Jy ! Clean residual min=-0.001699 max=0.001590 Jy/beam ! Clean residual mean=0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0542326 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 69 components and 0.0542326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069539Jy sigma=0.000654 ! Fit after self-cal, rms=0.069539Jy sigma=0.000654 ! 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.069539Jy sigma=0.000654 ! Fit after self-cal, rms=0.069664Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.823 mas, bmaj=10.9 mas, bpa=-7.789 degrees ! Estimated noise=770.827 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000164657 Jy ! Component: 100 - total flux cleaned = -0.000306613 Jy ! Component: 150 - total flux cleaned = -0.000332892 Jy ! Component: 200 - total flux cleaned = -0.000356596 Jy ! Total flux subtracted in 200 components = -0.000356596 Jy ! Clean residual min=-0.001767 max=0.002237 Jy/beam ! Clean residual mean=0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.053876 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.053876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069662Jy sigma=0.000654 ! Fit after self-cal, rms=0.069668Jy sigma=0.000654 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 (-10.5, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129651 Jy ! Component: 100 - total flux cleaned = 0.00151662 Jy ! Component: 150 - total flux cleaned = 0.00173814 Jy ! Component: 200 - total flux cleaned = 0.00176871 Jy ! Total flux subtracted in 200 components = 0.00176871 Jy ! Clean residual min=-0.001576 max=0.001559 Jy/beam ! Clean residual mean=-0.000000 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0556447 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 108 components and 0.0556447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069623Jy sigma=0.000653 ! Fit after self-cal, rms=0.069609Jy sigma=0.000653 ! 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.423 mas, bmaj=7.115 mas, bpa=-2.996 degrees ! Estimated noise=628.354 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.423 x 7.115 at -2.996 degrees (North through East) ! Clean map min=-0.0024094 max=0.047527 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.899 mas, bmaj=6.095 mas, bpa=-2.481 degrees ! Estimated noise=891.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0367674 Jy ! Component: 100 - total flux cleaned = 0.0471633 Jy ! Component: 150 - total flux cleaned = 0.0510395 Jy ! Component: 200 - total flux cleaned = 0.0531751 Jy ! Total flux subtracted in 200 components = 0.0531751 Jy ! Clean residual min=-0.002387 max=0.002493 Jy/beam ! Clean residual mean=0.000001 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0531751 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0531751 Jy ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=7.115 mas, bpa=-2.996 degrees ! Estimated noise=628.354 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.0015407 Jy ! Component: 100 - total flux cleaned = 0.00209471 Jy ! Component: 150 - total flux cleaned = 0.00238714 Jy ! Component: 200 - total flux cleaned = 0.00265252 Jy ! Total flux subtracted in 200 components = 0.00265252 Jy ! Clean residual min=-0.001564 max=0.001512 Jy/beam ! Clean residual mean=-0.000001 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.0558276 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 57 components and 0.0558276 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.823 mas, bmaj=10.9 mas, bpa=-7.789 degrees ! Estimated noise=770.827 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000326094 Jy ! Component: 100 - total flux cleaned = 0.000518815 Jy ! Component: 150 - total flux cleaned = 0.000552087 Jy ! Component: 200 - total flux cleaned = 0.000551276 Jy ! Total flux subtracted in 200 components = 0.000551276 Jy ! Clean residual min=-0.001695 max=0.001604 Jy/beam ! Clean residual mean=-0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0563789 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 = 2.77369e-05 Jy ! Component: 100 - total flux cleaned = -2.94226e-05 Jy ! Component: 150 - total flux cleaned = -5.66569e-05 Jy ! Component: 200 - total flux cleaned = -8.15011e-05 Jy ! Total flux subtracted in 200 components = -8.15011e-05 Jy ! Clean residual min=-0.001687 max=0.001554 Jy/beam ! Clean residual mean=-0.000000 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0562974 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 99 components and 0.0562974 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.423 mas, bmaj=7.115 mas, bpa=-2.996 degrees ! Estimated noise=628.354 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.28643e-06 Jy ! Component: 100 - total flux cleaned = 7.72538e-05 Jy ! Component: 150 - total flux cleaned = 4.22798e-05 Jy ! Component: 200 - total flux cleaned = 9.88534e-06 Jy ! Total flux subtracted in 200 components = 9.88534e-06 Jy ! Clean residual min=-0.001508 max=0.001420 Jy/beam ! Clean residual mean=0.000000 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0563073 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 121 components and 0.0563073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069584Jy sigma=0.000653 ! Fit after self-cal, rms=0.069572Jy sigma=0.000653 wmodel J0107+2611_S_2017_06_15_pus_map.mod ! Writing 121 model components to file: J0107+2611_S_2017_06_15_pus_map.mod wobs J0107+2611_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0107+2611_S_2017_06_15_pus_uvs.fits wwins J0107+2611_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J0107+2611_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.000440853 Jy ! Component: 100 - total flux cleaned = -0.000788915 Jy ! Component: 150 - total flux cleaned = -0.000907478 Jy ! Component: 200 - total flux cleaned = -0.000998521 Jy ! Component: 250 - total flux cleaned = -0.00102049 Jy ! Component: 300 - total flux cleaned = -0.00116837 Jy ! Component: 350 - total flux cleaned = -0.00125056 Jy ! Component: 400 - total flux cleaned = -0.00137114 Jy ! Component: 450 - total flux cleaned = -0.00142954 Jy ! Component: 500 - total flux cleaned = -0.00141031 Jy ! Component: 550 - total flux cleaned = -0.00137286 Jy ! Component: 600 - total flux cleaned = -0.00142785 Jy ! Component: 650 - total flux cleaned = -0.00151808 Jy ! Component: 700 - total flux cleaned = -0.00157125 Jy ! Component: 750 - total flux cleaned = -0.00162354 Jy ! Component: 800 - total flux cleaned = -0.00169223 Jy ! Component: 850 - total flux cleaned = -0.00174235 Jy ! Component: 900 - total flux cleaned = -0.00169235 Jy ! Component: 950 - total flux cleaned = -0.00174159 Jy ! Component: 1000 - total flux cleaned = -0.00177395 Jy ! Component: 1050 - total flux cleaned = -0.00177398 Jy ! Component: 1100 - total flux cleaned = -0.00180578 Jy ! Component: 1150 - total flux cleaned = -0.00179009 Jy ! Component: 1200 - total flux cleaned = -0.00180555 Jy ! Component: 1250 - total flux cleaned = -0.00183624 Jy ! Component: 1300 - total flux cleaned = -0.00182142 Jy ! Component: 1350 - total flux cleaned = -0.00185111 Jy ! Component: 1400 - total flux cleaned = -0.00183687 Jy ! Component: 1450 - total flux cleaned = -0.00189477 Jy ! Component: 1500 - total flux cleaned = -0.00195208 Jy ! Component: 1550 - total flux cleaned = -0.00198032 Jy ! Component: 1600 - total flux cleaned = -0.00199447 Jy ! Component: 1650 - total flux cleaned = -0.00205013 Jy ! Component: 1700 - total flux cleaned = -0.00202287 Jy ! Component: 1750 - total flux cleaned = -0.00205031 Jy ! Component: 1800 - total flux cleaned = -0.00207712 Jy ! Component: 1850 - total flux cleaned = -0.00203677 Jy ! Component: 1900 - total flux cleaned = -0.00203702 Jy ! Component: 1950 - total flux cleaned = -0.00208958 Jy ! Component: 2000 - total flux cleaned = -0.00205043 Jy ! Component: 2050 - total flux cleaned = -0.00206332 Jy ! Component: 2100 - total flux cleaned = -0.00205039 Jy ! Component: 2150 - total flux cleaned = -0.00203755 Jy ! Component: 2200 - total flux cleaned = -0.00203758 Jy ! Component: 2250 - total flux cleaned = -0.00204992 Jy ! Component: 2300 - total flux cleaned = -0.00200038 Jy ! Component: 2350 - total flux cleaned = -0.00198823 Jy ! Component: 2400 - total flux cleaned = -0.00201256 Jy ! Component: 2450 - total flux cleaned = -0.00202443 Jy ! Component: 2500 - total flux cleaned = -0.00198838 Jy ! Component: 2550 - total flux cleaned = -0.00196474 Jy ! Component: 2600 - total flux cleaned = -0.00195318 Jy ! Component: 2650 - total flux cleaned = -0.00196475 Jy ! Component: 2700 - total flux cleaned = -0.00194172 Jy ! Component: 2750 - total flux cleaned = -0.00194193 Jy ! Component: 2800 - total flux cleaned = -0.00193048 Jy ! Component: 2850 - total flux cleaned = -0.00195311 Jy ! Component: 2900 - total flux cleaned = -0.00191949 Jy ! Component: 2950 - total flux cleaned = -0.00190834 Jy ! Component: 3000 - total flux cleaned = -0.0019414 Jy ! Component: 3050 - total flux cleaned = -0.00193051 Jy ! Component: 3100 - total flux cleaned = -0.0019305 Jy ! Component: 3150 - total flux cleaned = -0.00195208 Jy ! Component: 3200 - total flux cleaned = -0.00194131 Jy ! Component: 3250 - total flux cleaned = -0.00192005 Jy ! Component: 3300 - total flux cleaned = -0.00190948 Jy ! Component: 3350 - total flux cleaned = -0.00189908 Jy ! Component: 3400 - total flux cleaned = -0.00189908 Jy ! Component: 3450 - total flux cleaned = -0.00189906 Jy ! Component: 3500 - total flux cleaned = -0.00187859 Jy ! Component: 3550 - total flux cleaned = -0.00189895 Jy ! Component: 3600 - total flux cleaned = -0.00192925 Jy ! Component: 3650 - total flux cleaned = -0.00188916 Jy ! Component: 3700 - total flux cleaned = -0.00188915 Jy ! Component: 3750 - total flux cleaned = -0.00189898 Jy ! Component: 3800 - total flux cleaned = -0.00191858 Jy ! Component: 3850 - total flux cleaned = -0.00191858 Jy ! Component: 3900 - total flux cleaned = -0.00190889 Jy ! Component: 3950 - total flux cleaned = -0.00189925 Jy ! Component: 4000 - total flux cleaned = -0.00190868 Jy ! Component: 4050 - total flux cleaned = -0.00190859 Jy ! Total flux subtracted in 4096 components = -0.00193694 Jy ! Clean residual min=-0.000632 max=0.000688 Jy/beam ! Clean residual mean=0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.0543703 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 408 components and 0.0543704 Jy ![Exited script file: muppet] wmap "J0107+2611_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.423 x 7.115 at -2.996 degrees (North through East) ! Clean map min=-0.0020403 max=0.047097 Jy/beam ! Writing clean map to FITS file: J0107+2611_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.0470971 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170995 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08921 1.08921 2.17841 4.35683 8.71366 17.4273 34.8546 69.7093 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.047 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.423 x 7.115 at -2.996 degrees (North through East) ! Clean map min=-0.0020403 max=0.047097 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 J0107+2611_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:07:16 2019