! Started logfile: J1145+4156_S_2017_03_23_pus_uvs.log on Mon May 13 09:58:20 2019 obs J1145+4156_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1145+4156_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964912 visibilities/baseline/integration-bin. ! Found source: J1145+4156 ! ! 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 481 lines of history. ! ! Reading 19800 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 J1145+4156_S_2017_03_23_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 403 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.941154Jy sigma=0.008636 ! Fit after self-cal, rms=0.929957Jy sigma=0.008546 ! 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.189 mas, bmaj=4.89 mas, bpa=-6.194 degrees ! Estimated noise=900.627 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.0539661 Jy ! Component: 100 - total flux cleaned = 0.0671323 Jy ! Total flux subtracted in 100 components = 0.0671323 Jy ! Clean residual min=-0.003209 max=0.005111 Jy/beam ! Clean residual mean=-0.000017 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.0671323 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0671323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080535Jy sigma=0.000674 ! Fit after self-cal, rms=0.080494Jy sigma=0.000674 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00551966 Jy ! Component: 100 - total flux cleaned = 0.00848763 Jy ! Total flux subtracted in 100 components = 0.00848763 Jy ! Clean residual min=-0.002902 max=0.002930 Jy/beam ! Clean residual mean=-0.000012 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.0756199 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.0756199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079938Jy sigma=0.000669 ! Fit after self-cal, rms=0.079939Jy sigma=0.000669 ! 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.779 mas, bmaj=5.614 mas, bpa=-2.631 degrees ! Estimated noise=604.562 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.003093 Jy ! Component: 100 - total flux cleaned = 0.00468993 Jy ! Component: 150 - total flux cleaned = 0.00527283 Jy ! Component: 200 - total flux cleaned = 0.00554664 Jy ! Total flux subtracted in 200 components = 0.00554664 Jy ! Clean residual min=-0.002532 max=0.002143 Jy/beam ! Clean residual mean=-0.000002 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0811666 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 45 components and 0.0811666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079784Jy sigma=0.000668 ! Fit after self-cal, rms=0.079782Jy sigma=0.000668 ! 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.01 FD 0.99 HN 0.94 KP 0.99 ! LA 0.99 MK 1.00 NL 0.86 OV 1.03 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.01 KP 0.99 ! LA 0.93 MK 1.03 NL 1.03 OV 1.10 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.04 HN 1.01 KP 0.88 ! LA 0.78 MK 1.08 NL 1.09 OV 1.02 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 1.06 HN 0.96 KP 1.00* ! LA 0.84 MK 0.93 NL 1.00* OV 1.48 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.079782Jy sigma=0.000668 ! Fit after self-cal, rms=0.078994Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=5.627 mas, bpa=-2.194 degrees ! Estimated noise=602.214 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.000353802 Jy ! Component: 100 - total flux cleaned = -0.000314172 Jy ! Component: 150 - total flux cleaned = -0.000301567 Jy ! Component: 200 - total flux cleaned = -0.000301595 Jy ! Total flux subtracted in 200 components = -0.000301595 Jy ! Clean residual min=-0.001827 max=0.001872 Jy/beam ! Clean residual mean=-0.000005 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.080865 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.080865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078982Jy sigma=0.000663 ! Fit after self-cal, rms=0.079004Jy sigma=0.000663 ! 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.079004Jy sigma=0.000663 ! Fit after self-cal, rms=0.079638Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=5.606 mas, bpa=-2.002 degrees ! Estimated noise=602.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.07714e-06 Jy ! Component: 100 - total flux cleaned = 1.95265e-05 Jy ! Component: 150 - total flux cleaned = 3.06535e-05 Jy ! Component: 200 - total flux cleaned = 3.03666e-05 Jy ! Total flux subtracted in 200 components = 3.03666e-05 Jy ! Clean residual min=-0.001574 max=0.001822 Jy/beam ! Clean residual mean=-0.000003 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0808953 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.0808953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079630Jy sigma=0.000662 ! Fit after self-cal, rms=0.079678Jy 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) ! Added new window around map position (-2.5, -115). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147744 Jy ! Component: 100 - total flux cleaned = 0.00139203 Jy ! Component: 150 - total flux cleaned = 0.00122258 Jy ! Component: 200 - total flux cleaned = 0.00116539 Jy ! Total flux subtracted in 200 components = 0.00116539 Jy ! Clean residual min=-0.001660 max=0.001638 Jy/beam ! Clean residual mean=-0.000005 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0820607 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.0820607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079616Jy sigma=0.000661 ! Fit after self-cal, rms=0.079612Jy sigma=0.000661 ! 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.079612Jy sigma=0.000661 ! Fit after self-cal, rms=0.079515Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.791 mas, bmaj=5.6 mas, bpa=-1.99 degrees ! Estimated noise=602.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000504581 Jy ! Component: 100 - total flux cleaned = 0.000507063 Jy ! Component: 150 - total flux cleaned = 0.000460221 Jy ! Component: 200 - total flux cleaned = 0.000438882 Jy ! Total flux subtracted in 200 components = 0.000438882 Jy ! Clean residual min=-0.001670 max=0.001587 Jy/beam ! Clean residual mean=-0.000005 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0824996 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 73 components and 0.0824996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079493Jy sigma=0.000661 ! Fit after self-cal, rms=0.079495Jy sigma=0.000661 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.000154372 Jy ! Component: 100 - total flux cleaned = 0.000114938 Jy ! Component: 150 - total flux cleaned = 7.8911e-05 Jy ! Component: 200 - total flux cleaned = 4.55258e-05 Jy ! Total flux subtracted in 200 components = 4.55258e-05 Jy ! Clean residual min=-0.001707 max=0.001603 Jy/beam ! Clean residual mean=-0.000005 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0825451 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.0825451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079485Jy sigma=0.000661 ! Fit after self-cal, rms=0.079485Jy sigma=0.000661 ! 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.079485Jy sigma=0.000661 ! Fit after self-cal, rms=0.079455Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.919 mas, bmaj=8.979 mas, bpa=6.938 degrees ! Estimated noise=746.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.13128e-05 Jy ! Component: 100 - total flux cleaned = -0.000102606 Jy ! Component: 150 - total flux cleaned = -8.64285e-05 Jy ! Component: 200 - total flux cleaned = -5.22552e-05 Jy ! Total flux subtracted in 200 components = -5.22552e-05 Jy ! Clean residual min=-0.001436 max=0.001714 Jy/beam ! Clean residual mean=-0.000010 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0824928 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.0824928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079451Jy sigma=0.000661 ! Fit after self-cal, rms=0.079449Jy sigma=0.000661 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 = -2.12845e-05 Jy ! Component: 100 - total flux cleaned = -8.80693e-05 Jy ! Component: 150 - total flux cleaned = -4.74253e-05 Jy ! Component: 200 - total flux cleaned = -2.94101e-05 Jy ! Total flux subtracted in 200 components = -2.94101e-05 Jy ! Clean residual min=-0.001438 max=0.001716 Jy/beam ! Clean residual mean=-0.000010 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0824634 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.0824634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079446Jy sigma=0.000661 ! Fit after self-cal, rms=0.079445Jy sigma=0.000661 ! 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.793 mas, bmaj=5.597 mas, bpa=-1.963 degrees ! Estimated noise=602.96 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.793 x 5.597 at -1.963 degrees (North through East) ! Clean map min=-0.0016195 max=0.071451 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.19 mas, bmaj=4.865 mas, bpa=-5.494 degrees ! Estimated noise=906.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0541534 Jy ! Component: 100 - total flux cleaned = 0.0680897 Jy ! Component: 150 - total flux cleaned = 0.0739966 Jy ! Component: 200 - total flux cleaned = 0.0773667 Jy ! Total flux subtracted in 200 components = 0.0773667 Jy ! Clean residual min=-0.002776 max=0.003037 Jy/beam ! Clean residual mean=-0.000011 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.0773667 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0773667 Jy ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=5.597 mas, bpa=-1.963 degrees ! Estimated noise=602.96 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302077 Jy ! Component: 100 - total flux cleaned = 0.00393515 Jy ! Component: 150 - total flux cleaned = 0.00433771 Jy ! Component: 200 - total flux cleaned = 0.00439487 Jy ! Total flux subtracted in 200 components = 0.00439487 Jy ! Clean residual min=-0.001757 max=0.001727 Jy/beam ! Clean residual mean=-0.000005 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0817615 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.0817615 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.919 mas, bmaj=8.979 mas, bpa=6.938 degrees ! Estimated noise=746.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000688988 Jy ! Component: 100 - total flux cleaned = 0.000800075 Jy ! Component: 150 - total flux cleaned = 0.0007993 Jy ! Component: 200 - total flux cleaned = 0.00075447 Jy ! Total flux subtracted in 200 components = 0.00075447 Jy ! Clean residual min=-0.001493 max=0.001702 Jy/beam ! Clean residual mean=-0.000010 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.082516 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.81926e-05 Jy ! Component: 100 - total flux cleaned = -3.51198e-05 Jy ! Component: 150 - total flux cleaned = -6.58071e-05 Jy ! Component: 200 - total flux cleaned = -8.03533e-05 Jy ! Total flux subtracted in 200 components = -8.03533e-05 Jy ! Clean residual min=-0.001474 max=0.001719 Jy/beam ! Clean residual mean=-0.000010 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0824357 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 73 components and 0.0824357 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.793 mas, bmaj=5.597 mas, bpa=-1.963 degrees ! Estimated noise=602.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000194039 Jy ! Component: 100 - total flux cleaned = 0.000135344 Jy ! Component: 150 - total flux cleaned = 0.000108065 Jy ! Component: 200 - total flux cleaned = 5.71601e-05 Jy ! Total flux subtracted in 200 components = 5.71601e-05 Jy ! Clean residual min=-0.001717 max=0.001621 Jy/beam ! Clean residual mean=-0.000005 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0824928 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.0824928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079463Jy sigma=0.000661 ! Fit after self-cal, rms=0.079458Jy sigma=0.000661 wmodel J1145+4156_S_2017_03_23_pus_map.mod ! Writing 85 model components to file: J1145+4156_S_2017_03_23_pus_map.mod wobs J1145+4156_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1145+4156_S_2017_03_23_pus_uvs.fits wwins J1145+4156_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J1145+4156_S_2017_03_23_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.000138768 Jy ! Component: 100 - total flux cleaned = -0.000110626 Jy ! Component: 150 - total flux cleaned = 8.00847e-05 Jy ! Component: 200 - total flux cleaned = 0.000159219 Jy ! Component: 250 - total flux cleaned = 0.000236421 Jy ! Component: 300 - total flux cleaned = 0.000337326 Jy ! Component: 350 - total flux cleaned = 0.000509235 Jy ! Component: 400 - total flux cleaned = 0.000629175 Jy ! Component: 450 - total flux cleaned = 0.000699927 Jy ! Component: 500 - total flux cleaned = 0.000746138 Jy ! Component: 550 - total flux cleaned = 0.000746016 Jy ! Component: 600 - total flux cleaned = 0.000746431 Jy ! Component: 650 - total flux cleaned = 0.00070282 Jy ! Component: 700 - total flux cleaned = 0.000767831 Jy ! Component: 750 - total flux cleaned = 0.000852629 Jy ! Component: 800 - total flux cleaned = 0.000852825 Jy ! Component: 850 - total flux cleaned = 0.000935608 Jy ! Component: 900 - total flux cleaned = 0.000976685 Jy ! Component: 950 - total flux cleaned = 0.0010773 Jy ! Component: 1000 - total flux cleaned = 0.00105732 Jy ! Component: 1050 - total flux cleaned = 0.00113623 Jy ! Component: 1100 - total flux cleaned = 0.00115566 Jy ! Component: 1150 - total flux cleaned = 0.00121364 Jy ! Component: 1200 - total flux cleaned = 0.00128969 Jy ! Component: 1250 - total flux cleaned = 0.00128992 Jy ! Component: 1300 - total flux cleaned = 0.00145803 Jy ! Component: 1350 - total flux cleaned = 0.00155031 Jy ! Component: 1400 - total flux cleaned = 0.00164197 Jy ! Component: 1450 - total flux cleaned = 0.0018231 Jy ! Component: 1500 - total flux cleaned = 0.00193075 Jy ! Component: 1550 - total flux cleaned = 0.00200178 Jy ! Component: 1600 - total flux cleaned = 0.0020722 Jy ! Component: 1650 - total flux cleaned = 0.00212439 Jy ! Component: 1700 - total flux cleaned = 0.00222814 Jy ! Component: 1750 - total flux cleaned = 0.00226253 Jy ! Component: 1800 - total flux cleaned = 0.00231361 Jy ! Component: 1850 - total flux cleaned = 0.00239788 Jy ! Component: 1900 - total flux cleaned = 0.00246485 Jy ! Component: 1950 - total flux cleaned = 0.00256439 Jy ! Component: 2000 - total flux cleaned = 0.00259744 Jy ! Component: 2050 - total flux cleaned = 0.00263002 Jy ! Component: 2100 - total flux cleaned = 0.00277614 Jy ! Component: 2150 - total flux cleaned = 0.00284066 Jy ! Component: 2200 - total flux cleaned = 0.00292073 Jy ! Component: 2250 - total flux cleaned = 0.00306391 Jy ! Component: 2300 - total flux cleaned = 0.00315824 Jy ! Component: 2350 - total flux cleaned = 0.00320521 Jy ! Component: 2400 - total flux cleaned = 0.00331405 Jy ! Component: 2450 - total flux cleaned = 0.00334498 Jy ! Component: 2500 - total flux cleaned = 0.00343714 Jy ! Component: 2550 - total flux cleaned = 0.00351353 Jy ! Component: 2600 - total flux cleaned = 0.00361946 Jy ! Component: 2650 - total flux cleaned = 0.00369448 Jy ! Component: 2700 - total flux cleaned = 0.00373943 Jy ! Component: 2750 - total flux cleaned = 0.00387298 Jy ! Component: 2800 - total flux cleaned = 0.00394661 Jy ! Component: 2850 - total flux cleaned = 0.00397603 Jy ! Component: 2900 - total flux cleaned = 0.00407789 Jy ! Component: 2950 - total flux cleaned = 0.00420795 Jy ! Component: 3000 - total flux cleaned = 0.00427963 Jy ! Component: 3050 - total flux cleaned = 0.0042654 Jy ! Component: 3100 - total flux cleaned = 0.0043789 Jy ! Component: 3150 - total flux cleaned = 0.00443525 Jy ! Component: 3200 - total flux cleaned = 0.00450545 Jy ! Component: 3250 - total flux cleaned = 0.00456123 Jy ! Component: 3300 - total flux cleaned = 0.0046166 Jy ! Component: 3350 - total flux cleaned = 0.00472677 Jy ! Component: 3400 - total flux cleaned = 0.00475434 Jy ! Component: 3450 - total flux cleaned = 0.00482222 Jy ! Component: 3500 - total flux cleaned = 0.00486284 Jy ! Component: 3550 - total flux cleaned = 0.00497041 Jy ! Component: 3600 - total flux cleaned = 0.0050372 Jy ! Component: 3650 - total flux cleaned = 0.00502391 Jy ! Component: 3700 - total flux cleaned = 0.00515613 Jy ! Component: 3750 - total flux cleaned = 0.00519534 Jy ! Component: 3800 - total flux cleaned = 0.0052347 Jy ! Component: 3850 - total flux cleaned = 0.00526066 Jy ! Component: 3900 - total flux cleaned = 0.00528636 Jy ! Component: 3950 - total flux cleaned = 0.00532499 Jy ! Component: 4000 - total flux cleaned = 0.0053761 Jy ! Component: 4050 - total flux cleaned = 0.00538888 Jy ! Total flux subtracted in 4096 components = 0.00547725 Jy ! Clean residual min=-0.000684 max=0.000674 Jy/beam ! Clean residual mean=-0.000002 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.0879701 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 390 components and 0.0879701 Jy ![Exited script file: muppet] wmap "J1145+4156_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.793 x 5.597 at -1.963 degrees (North through East) ! Clean map min=-0.0012766 max=0.071501 Jy/beam ! Writing clean map to FITS file: J1145+4156_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0715011 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231768 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.97244 0.97244 1.94488 3.88976 7.77952 15.559 31.1181 62.2361 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.071 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.793 x 5.597 at -1.963 degrees (North through East) ! Clean map min=-0.0012766 max=0.071501 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 J1145+4156_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:58:26 2019