! Started logfile: J1224+4335_S_2017_05_27_pus_uvs.log on Fri May 3 11:06:15 2019 obs J1224+4335_S_2017_05_27_pus_uva.fits ! Reading UV FITS file: J1224+4335_S_2017_05_27_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.895767 visibilities/baseline/integration-bin. ! Found source: J1224+4335 ! ! 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 1211 lines of history. ! ! Reading 13544 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 J1224+4335_S_2017_05_27_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 468 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.836293Jy sigma=0.007789 ! Fit after self-cal, rms=0.829990Jy sigma=0.007735 ! 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.239 mas, bmaj=4.754 mas, bpa=-8.751 degrees ! Estimated noise=1068.75 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.131805 Jy ! Component: 100 - total flux cleaned = 0.167084 Jy ! Total flux subtracted in 100 components = 0.167084 Jy ! Clean residual min=-0.005234 max=0.013965 Jy/beam ! Clean residual mean=0.000016 rms=0.001380 Jy/beam ! Combined flux in latest and established models = 0.167084 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.167084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081137Jy sigma=0.000701 ! Fit after self-cal, rms=0.081150Jy sigma=0.000700 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143262 Jy ! Component: 100 - total flux cleaned = 0.020455 Jy ! Total flux subtracted in 100 components = 0.020455 Jy ! Clean residual min=-0.004234 max=0.004398 Jy/beam ! Clean residual mean=0.000012 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.187539 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.187539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078678Jy sigma=0.000677 ! Fit after self-cal, rms=0.078674Jy sigma=0.000677 ! 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.974 mas, bmaj=5.603 mas, bpa=-6.551 degrees ! Estimated noise=739.942 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 (1.5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00469441 Jy ! Component: 100 - total flux cleaned = 0.00693732 Jy ! Component: 150 - total flux cleaned = 0.0074765 Jy ! Component: 200 - total flux cleaned = 0.00762404 Jy ! Total flux subtracted in 200 components = 0.00762404 Jy ! Clean residual min=-0.002696 max=0.004004 Jy/beam ! Clean residual mean=0.000027 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.195163 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.195163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078357Jy sigma=0.000674 ! Fit after self-cal, rms=0.078340Jy sigma=0.000674 ! Inverting map ! Added new window around map position (9.5, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00348321 Jy ! Component: 100 - total flux cleaned = 0.00461833 Jy ! Component: 150 - total flux cleaned = 0.00467111 Jy ! Component: 200 - total flux cleaned = 0.00480381 Jy ! Total flux subtracted in 200 components = 0.00480381 Jy ! Clean residual min=-0.002473 max=0.002750 Jy/beam ! Clean residual mean=0.000028 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.199966 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 46 components and 0.199966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078168Jy sigma=0.000672 ! Fit after self-cal, rms=0.078164Jy sigma=0.000672 ! 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.93 FD 0.96 HN 0.98 KP 1.00 ! LA 0.99 MK 0.98 NL 0.90 OV 1.01 ! PT 1.07 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.97 HN 1.03 KP 0.95 ! LA 0.93 MK 0.98 NL 1.03 OV 1.11 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.03 KP 1.00 ! LA 0.98 MK 1.01 NL 1.00 OV 0.94 ! PT 1.02 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.00* FD 1.08 HN 0.99 KP 1.00* ! LA 1.06 MK 1.42 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.078164Jy sigma=0.000672 ! Fit after self-cal, rms=0.078966Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=5.609 mas, bpa=-6.249 degrees ! Estimated noise=739.542 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.00153968 Jy ! Component: 100 - total flux cleaned = 0.00185226 Jy ! Component: 150 - total flux cleaned = 0.00197366 Jy ! Component: 200 - total flux cleaned = 0.00193826 Jy ! Total flux subtracted in 200 components = 0.00193826 Jy ! Clean residual min=-0.001908 max=0.001850 Jy/beam ! Clean residual mean=0.000021 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.201905 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 65 components and 0.201905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078896Jy sigma=0.000662 ! Fit after self-cal, rms=0.078900Jy sigma=0.000662 ! 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.078900Jy sigma=0.000662 ! Fit after self-cal, rms=0.078237Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=5.6 mas, bpa=-5.607 degrees ! Estimated noise=739.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106791 Jy ! Component: 100 - total flux cleaned = -0.000297157 Jy ! Component: 150 - total flux cleaned = -0.000379606 Jy ! Component: 200 - total flux cleaned = -0.00040429 Jy ! Total flux subtracted in 200 components = -0.00040429 Jy ! Clean residual min=-0.001623 max=0.001641 Jy/beam ! Clean residual mean=0.000009 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.2015 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 85 components and 0.2015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078212Jy sigma=0.000659 ! Fit after self-cal, rms=0.078215Jy sigma=0.000659 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.80321e-05 Jy ! Component: 100 - total flux cleaned = -3.50598e-05 Jy ! Component: 150 - total flux cleaned = -7.77643e-05 Jy ! Component: 200 - total flux cleaned = -9.77226e-05 Jy ! Total flux subtracted in 200 components = -9.77226e-05 Jy ! Clean residual min=-0.001631 max=0.001570 Jy/beam ! Clean residual mean=0.000009 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.201403 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 96 components and 0.201403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078201Jy sigma=0.000659 ! Fit after self-cal, rms=0.078201Jy sigma=0.000659 ! 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.078201Jy sigma=0.000659 ! Fit after self-cal, rms=0.078276Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=5.6 mas, bpa=-5.522 degrees ! Estimated noise=740.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00023506 Jy ! Component: 100 - total flux cleaned = 0.000193542 Jy ! Component: 150 - total flux cleaned = 0.000174599 Jy ! Component: 200 - total flux cleaned = 0.000174348 Jy ! Total flux subtracted in 200 components = 0.000174348 Jy ! Clean residual min=-0.001595 max=0.001563 Jy/beam ! Clean residual mean=0.000009 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.201577 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 105 components and 0.201577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078264Jy sigma=0.000658 ! Fit after self-cal, rms=0.078265Jy sigma=0.000658 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.84512e-05 Jy ! Component: 100 - total flux cleaned = 7.82203e-05 Jy ! Component: 150 - total flux cleaned = 7.86874e-05 Jy ! Component: 200 - total flux cleaned = 9.37788e-05 Jy ! Total flux subtracted in 200 components = 9.37788e-05 Jy ! Clean residual min=-0.001590 max=0.001528 Jy/beam ! Clean residual mean=0.000009 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.201671 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 112 components and 0.201671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078256Jy sigma=0.000658 ! Fit after self-cal, rms=0.078257Jy sigma=0.000658 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078257Jy sigma=0.000658 ! Fit after self-cal, rms=0.078321Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.348 mas, bmaj=9.226 mas, bpa=-7.611 degrees ! Estimated noise=892.034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000298316 Jy ! Component: 100 - total flux cleaned = 0.000382664 Jy ! Component: 150 - total flux cleaned = 0.000438128 Jy ! Component: 200 - total flux cleaned = 0.000449562 Jy ! Total flux subtracted in 200 components = 0.000449562 Jy ! Clean residual min=-0.001789 max=0.001626 Jy/beam ! Clean residual mean=0.000019 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.20212 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 133 components and 0.20212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078318Jy sigma=0.000658 ! Fit after self-cal, rms=0.078318Jy sigma=0.000658 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000101894 Jy ! Component: 100 - total flux cleaned = 0.000154649 Jy ! Component: 150 - total flux cleaned = 0.000173776 Jy ! Component: 200 - total flux cleaned = 0.000182821 Jy ! Total flux subtracted in 200 components = 0.000182821 Jy ! Clean residual min=-0.001773 max=0.001623 Jy/beam ! Clean residual mean=0.000019 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.202303 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 138 components and 0.202303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078317Jy sigma=0.000658 ! Fit after self-cal, rms=0.078317Jy sigma=0.000658 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=5.6 mas, bpa=-5.445 degrees ! Estimated noise=740.627 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.993 x 5.6 at -5.445 degrees (North through East) ! Clean map min=-0.0014761 max=0.17125 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.254 mas, bmaj=4.756 mas, bpa=-7.668 degrees ! Estimated noise=1071.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131963 Jy ! Component: 100 - total flux cleaned = 0.167136 Jy ! Component: 150 - total flux cleaned = 0.181447 Jy ! Component: 200 - total flux cleaned = 0.188434 Jy ! Total flux subtracted in 200 components = 0.188434 Jy ! Clean residual min=-0.003329 max=0.003452 Jy/beam ! Clean residual mean=0.000006 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.188434 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.188434 Jy ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=5.6 mas, bpa=-5.445 degrees ! Estimated noise=740.627 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.00519062 Jy ! Component: 100 - total flux cleaned = 0.00849601 Jy ! Component: 150 - total flux cleaned = 0.0108415 Jy ! Component: 200 - total flux cleaned = 0.0125596 Jy ! Total flux subtracted in 200 components = 0.0125596 Jy ! Clean residual min=-0.001832 max=0.001672 Jy/beam ! Clean residual mean=0.000010 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.200993 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 0.200993 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.348 mas, bmaj=9.226 mas, bpa=-7.611 degrees ! Estimated noise=892.034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011559 Jy ! Component: 100 - total flux cleaned = 0.00132793 Jy ! Component: 150 - total flux cleaned = 0.001412 Jy ! Component: 200 - total flux cleaned = 0.00145961 Jy ! Total flux subtracted in 200 components = 0.00145961 Jy ! Clean residual min=-0.001799 max=0.001665 Jy/beam ! Clean residual mean=0.000020 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.202453 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 = 4.14662e-05 Jy ! Component: 100 - total flux cleaned = 5.93587e-05 Jy ! Component: 150 - total flux cleaned = 7.62647e-05 Jy ! Component: 200 - total flux cleaned = 9.17118e-05 Jy ! Total flux subtracted in 200 components = 9.17118e-05 Jy ! Clean residual min=-0.001779 max=0.001668 Jy/beam ! Clean residual mean=0.000020 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.202545 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 102 components and 0.202545 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.993 mas, bmaj=5.6 mas, bpa=-5.445 degrees ! Estimated noise=740.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.83766e-05 Jy ! Component: 100 - total flux cleaned = -0.000137439 Jy ! Component: 150 - total flux cleaned = -0.00027297 Jy ! Component: 200 - total flux cleaned = -0.000395679 Jy ! Total flux subtracted in 200 components = -0.000395679 Jy ! Clean residual min=-0.001627 max=0.001553 Jy/beam ! Clean residual mean=0.000009 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.202149 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 116 components and 0.202149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078380Jy sigma=0.000659 ! Fit after self-cal, rms=0.078365Jy sigma=0.000659 wmodel J1224+4335_S_2017_05_27_pus_map.mod ! Writing 116 model components to file: J1224+4335_S_2017_05_27_pus_map.mod wobs J1224+4335_S_2017_05_27_pus_uvs.fits ! Writing UV FITS file: J1224+4335_S_2017_05_27_pus_uvs.fits wwins J1224+4335_S_2017_05_27_pus_map.win ! wwins: Wrote 3 windows to J1224+4335_S_2017_05_27_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 = -9.532e-05 Jy ! Component: 100 - total flux cleaned = -1.39807e-05 Jy ! Component: 150 - total flux cleaned = 0.00019986 Jy ! Component: 200 - total flux cleaned = 0.000406564 Jy ! Component: 250 - total flux cleaned = 0.000532211 Jy ! Component: 300 - total flux cleaned = 0.00060605 Jy ! Component: 350 - total flux cleaned = 0.000557839 Jy ! Component: 400 - total flux cleaned = 0.00058153 Jy ! Component: 450 - total flux cleaned = 0.000558057 Jy ! Component: 500 - total flux cleaned = 0.000535097 Jy ! Component: 550 - total flux cleaned = 0.000490582 Jy ! Component: 600 - total flux cleaned = 0.000468673 Jy ! Component: 650 - total flux cleaned = 0.000447112 Jy ! Component: 700 - total flux cleaned = 0.000425943 Jy ! Component: 750 - total flux cleaned = 0.00042572 Jy ! Component: 800 - total flux cleaned = 0.000425431 Jy ! Component: 850 - total flux cleaned = 0.000344153 Jy ! Component: 900 - total flux cleaned = 0.000284422 Jy ! Component: 950 - total flux cleaned = 0.000225183 Jy ! Component: 1000 - total flux cleaned = 0.000186728 Jy ! Component: 1050 - total flux cleaned = 0.000225191 Jy ! Component: 1100 - total flux cleaned = 0.000129477 Jy ! Component: 1150 - total flux cleaned = 0.000129432 Jy ! Component: 1200 - total flux cleaned = 7.34368e-05 Jy ! Component: 1250 - total flux cleaned = 5.48174e-05 Jy ! Component: 1300 - total flux cleaned = 3.67598e-05 Jy ! Component: 1350 - total flux cleaned = 1.87087e-05 Jy ! Component: 1400 - total flux cleaned = -3.50062e-05 Jy ! Component: 1450 - total flux cleaned = -5.27507e-05 Jy ! Component: 1500 - total flux cleaned = -0.000105514 Jy ! Component: 1550 - total flux cleaned = -0.000175102 Jy ! Component: 1600 - total flux cleaned = -0.000157918 Jy ! Component: 1650 - total flux cleaned = -0.000226391 Jy ! Component: 1700 - total flux cleaned = -0.000226627 Jy ! Component: 1750 - total flux cleaned = -0.000277057 Jy ! Component: 1800 - total flux cleaned = -0.000343636 Jy ! Component: 1850 - total flux cleaned = -0.000277609 Jy ! Component: 1900 - total flux cleaned = -0.000310583 Jy ! Component: 1950 - total flux cleaned = -0.000343183 Jy ! Component: 2000 - total flux cleaned = -0.000407534 Jy ! Component: 2050 - total flux cleaned = -0.000407524 Jy ! Component: 2100 - total flux cleaned = -0.000391891 Jy ! Component: 2150 - total flux cleaned = -0.000392104 Jy ! Component: 2200 - total flux cleaned = -0.000392296 Jy ! Component: 2250 - total flux cleaned = -0.000392281 Jy ! Component: 2300 - total flux cleaned = -0.000422973 Jy ! Component: 2350 - total flux cleaned = -0.000377119 Jy ! Component: 2400 - total flux cleaned = -0.000452797 Jy ! Component: 2450 - total flux cleaned = -0.000437811 Jy ! Component: 2500 - total flux cleaned = -0.000437759 Jy ! Component: 2550 - total flux cleaned = -0.000393261 Jy ! Component: 2600 - total flux cleaned = -0.000466729 Jy ! Component: 2650 - total flux cleaned = -0.0004813 Jy ! Component: 2700 - total flux cleaned = -0.000495826 Jy ! Component: 2750 - total flux cleaned = -0.000467086 Jy ! Component: 2800 - total flux cleaned = -0.000552836 Jy ! Component: 2850 - total flux cleaned = -0.000495949 Jy ! Component: 2900 - total flux cleaned = -0.00052417 Jy ! Component: 2950 - total flux cleaned = -0.000524186 Jy ! Component: 3000 - total flux cleaned = -0.000524264 Jy ! Component: 3050 - total flux cleaned = -0.000551918 Jy ! Component: 3100 - total flux cleaned = -0.000565843 Jy ! Component: 3150 - total flux cleaned = -0.000579478 Jy ! Component: 3200 - total flux cleaned = -0.000633775 Jy ! Component: 3250 - total flux cleaned = -0.000633706 Jy ! Component: 3300 - total flux cleaned = -0.000633629 Jy ! Component: 3350 - total flux cleaned = -0.000713627 Jy ! Component: 3400 - total flux cleaned = -0.000726747 Jy ! Component: 3450 - total flux cleaned = -0.000687422 Jy ! Component: 3500 - total flux cleaned = -0.000752734 Jy ! Component: 3550 - total flux cleaned = -0.000713741 Jy ! Component: 3600 - total flux cleaned = -0.000726642 Jy ! Component: 3650 - total flux cleaned = -0.000752312 Jy ! Component: 3700 - total flux cleaned = -0.000752281 Jy ! Component: 3750 - total flux cleaned = -0.00080318 Jy ! Component: 3800 - total flux cleaned = -0.000828436 Jy ! Component: 3850 - total flux cleaned = -0.000853571 Jy ! Component: 3900 - total flux cleaned = -0.000828655 Jy ! Component: 3950 - total flux cleaned = -0.000853646 Jy ! Component: 4000 - total flux cleaned = -0.000853574 Jy ! Component: 4050 - total flux cleaned = -0.000878146 Jy ! Total flux subtracted in 4096 components = -0.000878151 Jy ! Clean residual min=-0.000738 max=0.000803 Jy/beam ! Clean residual mean=-0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.201271 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 392 components and 0.201271 Jy ![Exited script file: muppet] wmap "J1224+4335_S_2017_05_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.993 x 5.6 at -5.445 degrees (North through East) ! Clean map min=-0.0013029 max=0.17129 Jy/beam ! Writing clean map to FITS file: J1224+4335_S_2017_05_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.171294 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215585 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.377571 0.377571 0.755142 1.51028 3.02057 6.04114 12.0823 24.1646 48.3291 96.6582 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.171 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.993 x 5.6 at -5.445 degrees (North through East) ! Clean map min=-0.0013029 max=0.17129 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 J1224+4335_S_2017_05_27_pus_uvs.log closed on Fri May 3 11:06:20 2019