! Started logfile: J1112+3446_S_2017_02_24_pus_uvs.log on Sat May 4 11:25:39 2019 obs J1112+3446_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1112+3446_S_2017_02_24_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.842838 visibilities/baseline/integration-bin. ! Found source: J1112+3446 ! ! 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 823 lines of history. ! ! Reading 12592 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 J1112+3446_S_2017_02_24_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 321 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.746897Jy sigma=0.007298 ! Fit after self-cal, rms=0.744083Jy sigma=0.007271 ! 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.351 mas, bmaj=5.427 mas, bpa=-0.7732 degrees ! Estimated noise=944.295 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.199272 Jy ! Component: 100 - total flux cleaned = 0.242842 Jy ! Total flux subtracted in 100 components = 0.242842 Jy ! Clean residual min=-0.005847 max=0.014014 Jy/beam ! Clean residual mean=-0.000007 rms=0.001726 Jy/beam ! Combined flux in latest and established models = 0.242842 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.242842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079616Jy sigma=0.000743 ! Fit after self-cal, rms=0.079611Jy sigma=0.000743 ! Inverting map ! Added new window around map position (-9, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147981 Jy ! Component: 100 - total flux cleaned = 0.0237147 Jy ! Total flux subtracted in 100 components = 0.0237147 Jy ! Clean residual min=-0.004761 max=0.006491 Jy/beam ! Clean residual mean=-0.000003 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.266556 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.266556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076145Jy sigma=0.000709 ! Fit after self-cal, rms=0.076030Jy sigma=0.000707 ! 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.867 mas, bmaj=6.159 mas, bpa=-0.6621 degrees ! Estimated noise=703.735 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.00910482 Jy ! Component: 100 - total flux cleaned = 0.0145955 Jy ! Component: 150 - total flux cleaned = 0.0183004 Jy ! Component: 200 - total flux cleaned = 0.0208853 Jy ! Total flux subtracted in 200 components = 0.0208853 Jy ! Clean residual min=-0.003331 max=0.004823 Jy/beam ! Clean residual mean=0.000003 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.287442 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 49 components and 0.287442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074777Jy sigma=0.000696 ! Fit after self-cal, rms=0.074697Jy 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.92 FD 1.05 HN 1.01 KP 0.97 ! LA 0.95 MK 0.97 NL 0.98 OV 1.03 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 1.03 KP 0.93 ! LA 0.93 MK 0.96 NL 1.01 OV 1.07 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.00 KP 1.02 ! LA 1.02 MK 0.99 NL 1.13 OV 0.97 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 0.95 KP 1.00* ! LA 0.98 MK 1.33 NL 1.00* OV 1.01 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.074697Jy sigma=0.000695 ! Fit after self-cal, rms=0.072345Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=6.161 mas, bpa=-0.07205 degrees ! Estimated noise=701.351 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.0013321 Jy ! Component: 100 - total flux cleaned = 0.00149538 Jy ! Component: 150 - total flux cleaned = 0.0015361 Jy ! Component: 200 - total flux cleaned = 0.00161011 Jy ! Total flux subtracted in 200 components = 0.00161011 Jy ! Clean residual min=-0.002664 max=0.002769 Jy/beam ! Clean residual mean=0.000010 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.289052 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.289052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072275Jy sigma=0.000673 ! Fit after self-cal, rms=0.072291Jy sigma=0.000673 ! 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.072291Jy sigma=0.000673 ! Fit after self-cal, rms=0.071404Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=6.168 mas, bpa=-0.3804 degrees ! Estimated noise=701.334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103961 Jy ! Component: 100 - total flux cleaned = 0.00134036 Jy ! Component: 150 - total flux cleaned = 0.00158432 Jy ! Component: 200 - total flux cleaned = 0.00167587 Jy ! Total flux subtracted in 200 components = 0.00167587 Jy ! Clean residual min=-0.002256 max=0.002039 Jy/beam ! Clean residual mean=0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.290728 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.290728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071386Jy sigma=0.000667 ! Fit after self-cal, rms=0.071383Jy sigma=0.000667 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.000131549 Jy ! Component: 100 - total flux cleaned = 0.000146886 Jy ! Component: 150 - total flux cleaned = 0.000160462 Jy ! Component: 200 - total flux cleaned = 0.000160286 Jy ! Total flux subtracted in 200 components = 0.000160286 Jy ! Clean residual min=-0.002221 max=0.001996 Jy/beam ! Clean residual mean=0.000003 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.290888 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 81 components and 0.290888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071378Jy sigma=0.000666 ! Fit after self-cal, rms=0.071378Jy sigma=0.000666 ! 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.071378Jy sigma=0.000666 ! Fit after self-cal, rms=0.071394Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=6.167 mas, bpa=-0.4024 degrees ! Estimated noise=701.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000582993 Jy ! Component: 100 - total flux cleaned = 0.00076176 Jy ! Component: 150 - total flux cleaned = 0.000815703 Jy ! Component: 200 - total flux cleaned = 0.000827677 Jy ! Total flux subtracted in 200 components = 0.000827677 Jy ! Clean residual min=-0.002154 max=0.001978 Jy/beam ! Clean residual mean=0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.291716 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.291716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071387Jy sigma=0.000666 ! Fit after self-cal, rms=0.071387Jy 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 = 5.65912e-05 Jy ! Component: 100 - total flux cleaned = 5.677e-05 Jy ! Component: 150 - total flux cleaned = 6.81219e-05 Jy ! Component: 200 - total flux cleaned = 6.82818e-05 Jy ! Total flux subtracted in 200 components = 6.82818e-05 Jy ! Clean residual min=-0.002140 max=0.001967 Jy/beam ! Clean residual mean=0.000003 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.291784 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.291784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071383Jy sigma=0.000666 ! Fit after self-cal, rms=0.071384Jy sigma=0.000666 ! 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.071384Jy sigma=0.000666 ! Fit after self-cal, rms=0.071403Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.474 mas, bmaj=9.372 mas, bpa=2.94 degrees ! Estimated noise=847.842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00066801 Jy ! Component: 100 - total flux cleaned = 0.00102805 Jy ! Component: 150 - total flux cleaned = 0.0011319 Jy ! Component: 200 - total flux cleaned = 0.00117491 Jy ! Total flux subtracted in 200 components = 0.00117491 Jy ! Clean residual min=-0.001983 max=0.002123 Jy/beam ! Clean residual mean=0.000005 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.292959 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.292959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071403Jy sigma=0.000666 ! Fit after self-cal, rms=0.071402Jy 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 = 7.29162e-05 Jy ! Component: 100 - total flux cleaned = 5.95578e-05 Jy ! Component: 150 - total flux cleaned = 5.92492e-05 Jy ! Component: 200 - total flux cleaned = 6.48461e-05 Jy ! Total flux subtracted in 200 components = 6.48461e-05 Jy ! Clean residual min=-0.001974 max=0.002144 Jy/beam ! Clean residual mean=0.000005 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.293024 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 94 components and 0.293024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071403Jy sigma=0.000666 ! Fit after self-cal, rms=0.071403Jy sigma=0.000666 ! 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.863 mas, bmaj=6.166 mas, bpa=-0.4046 degrees ! Estimated noise=701.817 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.863 x 6.166 at -0.4046 degrees (North through East) ! Clean map min=-0.001976 max=0.25598 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.353 mas, bmaj=5.448 mas, bpa=-0.2173 degrees ! Estimated noise=947.415 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.199803 Jy ! Component: 100 - total flux cleaned = 0.244029 Jy ! Component: 150 - total flux cleaned = 0.260376 Jy ! Component: 200 - total flux cleaned = 0.270357 Jy ! Total flux subtracted in 200 components = 0.270357 Jy ! Clean residual min=-0.003859 max=0.005320 Jy/beam ! Clean residual mean=-0.000003 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.270357 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.270357 Jy ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=6.166 mas, bpa=-0.4046 degrees ! Estimated noise=701.817 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.00792611 Jy ! Component: 100 - total flux cleaned = 0.012738 Jy ! Component: 150 - total flux cleaned = 0.0158016 Jy ! Component: 200 - total flux cleaned = 0.0178575 Jy ! Total flux subtracted in 200 components = 0.0178575 Jy ! Clean residual min=-0.002219 max=0.002027 Jy/beam ! Clean residual mean=0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.288215 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 51 components and 0.288215 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.474 mas, bmaj=9.372 mas, bpa=2.94 degrees ! Estimated noise=847.842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218157 Jy ! Component: 100 - total flux cleaned = 0.00330606 Jy ! Component: 150 - total flux cleaned = 0.00396663 Jy ! Component: 200 - total flux cleaned = 0.00436918 Jy ! Total flux subtracted in 200 components = 0.00436918 Jy ! Clean residual min=-0.002001 max=0.002151 Jy/beam ! Clean residual mean=0.000005 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.292584 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.000251184 Jy ! Component: 100 - total flux cleaned = 0.000303413 Jy ! Component: 150 - total flux cleaned = 0.000344394 Jy ! Component: 200 - total flux cleaned = 0.000375949 Jy ! Total flux subtracted in 200 components = 0.000375949 Jy ! Clean residual min=-0.001985 max=0.002146 Jy/beam ! Clean residual mean=0.000005 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.29296 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 92 components and 0.29296 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=6.166 mas, bpa=-0.4046 degrees ! Estimated noise=701.817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253445 Jy ! Component: 100 - total flux cleaned = -0.000291715 Jy ! Component: 150 - total flux cleaned = -0.000365484 Jy ! Component: 200 - total flux cleaned = -0.000415464 Jy ! Total flux subtracted in 200 components = -0.000415464 Jy ! Clean residual min=-0.002047 max=0.001926 Jy/beam ! Clean residual mean=0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.292545 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.292545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071417Jy sigma=0.000666 ! Fit after self-cal, rms=0.071416Jy sigma=0.000666 wmodel J1112+3446_S_2017_02_24_pus_map.mod ! Writing 104 model components to file: J1112+3446_S_2017_02_24_pus_map.mod wobs J1112+3446_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1112+3446_S_2017_02_24_pus_uvs.fits wwins J1112+3446_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J1112+3446_S_2017_02_24_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.000314162 Jy ! Component: 100 - total flux cleaned = -0.000313121 Jy ! Component: 150 - total flux cleaned = -0.000406767 Jy ! Component: 200 - total flux cleaned = -0.000496588 Jy ! Component: 250 - total flux cleaned = -0.000524518 Jy ! Component: 300 - total flux cleaned = -0.000579545 Jy ! Component: 350 - total flux cleaned = -0.000524872 Jy ! Component: 400 - total flux cleaned = -0.00052466 Jy ! Component: 450 - total flux cleaned = -0.000498746 Jy ! Component: 500 - total flux cleaned = -0.000649686 Jy ! Component: 550 - total flux cleaned = -0.000723563 Jy ! Component: 600 - total flux cleaned = -0.00082066 Jy ! Component: 650 - total flux cleaned = -0.000939938 Jy ! Component: 700 - total flux cleaned = -0.00105722 Jy ! Component: 750 - total flux cleaned = -0.00119508 Jy ! Component: 800 - total flux cleaned = -0.00126257 Jy ! Component: 850 - total flux cleaned = -0.00135172 Jy ! Component: 900 - total flux cleaned = -0.00143958 Jy ! Component: 950 - total flux cleaned = -0.0015259 Jy ! Component: 1000 - total flux cleaned = -0.00154695 Jy ! Component: 1050 - total flux cleaned = -0.00156853 Jy ! Component: 1100 - total flux cleaned = -0.00167254 Jy ! Component: 1150 - total flux cleaned = -0.0017134 Jy ! Component: 1200 - total flux cleaned = -0.00171307 Jy ! Component: 1250 - total flux cleaned = -0.00173313 Jy ! Component: 1300 - total flux cleaned = -0.00187091 Jy ! Component: 1350 - total flux cleaned = -0.00187111 Jy ! Component: 1400 - total flux cleaned = -0.00194822 Jy ! Component: 1450 - total flux cleaned = -0.00198647 Jy ! Component: 1500 - total flux cleaned = -0.00202386 Jy ! Component: 1550 - total flux cleaned = -0.00206078 Jy ! Component: 1600 - total flux cleaned = -0.00209752 Jy ! Component: 1650 - total flux cleaned = -0.0021885 Jy ! Component: 1700 - total flux cleaned = -0.00222445 Jy ! Component: 1750 - total flux cleaned = -0.00234875 Jy ! Component: 1800 - total flux cleaned = -0.00236612 Jy ! Component: 1850 - total flux cleaned = -0.00252259 Jy ! Component: 1900 - total flux cleaned = -0.00262577 Jy ! Component: 1950 - total flux cleaned = -0.00274523 Jy ! Component: 2000 - total flux cleaned = -0.00282951 Jy ! Component: 2050 - total flux cleaned = -0.00291282 Jy ! Component: 2100 - total flux cleaned = -0.00292944 Jy ! Component: 2150 - total flux cleaned = -0.00299512 Jy ! Component: 2200 - total flux cleaned = -0.00307607 Jy ! Component: 2250 - total flux cleaned = -0.00312425 Jy ! Component: 2300 - total flux cleaned = -0.00314023 Jy ! Component: 2350 - total flux cleaned = -0.00326697 Jy ! Component: 2400 - total flux cleaned = -0.00332977 Jy ! Component: 2450 - total flux cleaned = -0.00340763 Jy ! Component: 2500 - total flux cleaned = -0.0034539 Jy ! Component: 2550 - total flux cleaned = -0.00345396 Jy ! Component: 2600 - total flux cleaned = -0.00349939 Jy ! Component: 2650 - total flux cleaned = -0.00360458 Jy ! Component: 2700 - total flux cleaned = -0.00355999 Jy ! Component: 2750 - total flux cleaned = -0.0035747 Jy ! Component: 2800 - total flux cleaned = -0.00363367 Jy ! Component: 2850 - total flux cleaned = -0.00367718 Jy ! Component: 2900 - total flux cleaned = -0.00369179 Jy ! Component: 2950 - total flux cleaned = -0.00379199 Jy ! Component: 3000 - total flux cleaned = -0.00379194 Jy ! Component: 3050 - total flux cleaned = -0.00382021 Jy ! Component: 3100 - total flux cleaned = -0.00386211 Jy ! Component: 3150 - total flux cleaned = -0.00391784 Jy ! Component: 3200 - total flux cleaned = -0.00390413 Jy ! Component: 3250 - total flux cleaned = -0.00395868 Jy ! Component: 3300 - total flux cleaned = -0.00401284 Jy ! Component: 3350 - total flux cleaned = -0.0040801 Jy ! Component: 3400 - total flux cleaned = -0.00412009 Jy ! Component: 3450 - total flux cleaned = -0.00417335 Jy ! Component: 3500 - total flux cleaned = -0.00423907 Jy ! Component: 3550 - total flux cleaned = -0.0042653 Jy ! Component: 3600 - total flux cleaned = -0.00430422 Jy ! Component: 3650 - total flux cleaned = -0.00434292 Jy ! Component: 3700 - total flux cleaned = -0.00438141 Jy ! Component: 3750 - total flux cleaned = -0.00439429 Jy ! Component: 3800 - total flux cleaned = -0.00448281 Jy ! Component: 3850 - total flux cleaned = -0.00443259 Jy ! Component: 3900 - total flux cleaned = -0.00450744 Jy ! Component: 3950 - total flux cleaned = -0.00459414 Jy ! Component: 4000 - total flux cleaned = -0.00458189 Jy ! Component: 4050 - total flux cleaned = -0.0046551 Jy ! Total flux subtracted in 4096 components = -0.00470354 Jy ! Clean residual min=-0.000718 max=0.000685 Jy/beam ! Clean residual mean=0.000001 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.287841 Jy keep ! Adding 323 model components to the UV plane model. ! The established model now contains 427 components and 0.287841 Jy ![Exited script file: muppet] wmap "J1112+3446_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.863 x 6.166 at -0.4046 degrees (North through East) ! Clean map min=-0.0012619 max=0.25574 Jy/beam ! Writing clean map to FITS file: J1112+3446_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.255737 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225589 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.264634 0.264634 0.529268 1.05854 2.11707 4.23415 8.46829 16.9366 33.8732 67.7463 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.255 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.863 x 6.166 at -0.4046 degrees (North through East) ! Clean map min=-0.0012619 max=0.25574 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 J1112+3446_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:25:43 2019