! Started logfile: J0619+0736_S_2017_01_21_pus_uvs.log on Sun May 5 15:47:26 2019 obs J0619+0736_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0619+0736_S_2017_01_21_pus_uva.fits ! AN table 1: 113 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.828417 visibilities/baseline/integration-bin. ! Found source: J0619+0736 ! ! 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 558 lines of history. ! ! Reading 13480 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 J0619+0736_S_2017_01_21_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 329 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875099Jy sigma=0.007111 ! Fit after self-cal, rms=0.867097Jy sigma=0.007053 ! 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.64 mas, bmaj=6.661 mas, bpa=-4.356 degrees ! Estimated noise=1092.81 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.102344 Jy ! Component: 100 - total flux cleaned = 0.137044 Jy ! Total flux subtracted in 100 components = 0.137044 Jy ! Clean residual min=-0.006557 max=0.016211 Jy/beam ! Clean residual mean=-0.000030 rms=0.002199 Jy/beam ! Combined flux in latest and established models = 0.137044 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.137044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100649Jy sigma=0.000762 ! Fit after self-cal, rms=0.100545Jy sigma=0.000761 ! Inverting map ! Added new window around map position (-2.5, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193874 Jy ! Component: 100 - total flux cleaned = 0.0310781 Jy ! Total flux subtracted in 100 components = 0.0310781 Jy ! Clean residual min=-0.004721 max=0.006347 Jy/beam ! Clean residual mean=-0.000013 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.168122 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.168122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095971Jy sigma=0.000714 ! Fit after self-cal, rms=0.095856Jy sigma=0.000713 ! 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.077 mas, bmaj=7.282 mas, bpa=-3.541 degrees ! Estimated noise=809.398 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.0106323 Jy ! Component: 100 - total flux cleaned = 0.0162958 Jy ! Component: 150 - total flux cleaned = 0.0194174 Jy ! Component: 200 - total flux cleaned = 0.0209351 Jy ! Total flux subtracted in 200 components = 0.0209351 Jy ! Clean residual min=-0.004036 max=0.003781 Jy/beam ! Clean residual mean=0.000001 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.189057 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 30 components and 0.189057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094808Jy sigma=0.000702 ! Fit after self-cal, rms=0.094764Jy sigma=0.000701 ! 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.98 FD 0.93 HN 0.96 LA 1.07 ! MK 0.96 NL 1.02 OV 0.96 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.91 HN 1.00 LA 1.01 ! MK 0.93 NL 1.04 OV 1.03 PT 0.95 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.01 LA 1.01 ! MK 1.13 NL 1.00 OV 0.96 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 0.99 LA 1.02 ! MK 1.03 NL 1.00* OV 0.97 PT 0.99 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.094764Jy sigma=0.000701 ! Fit after self-cal, rms=0.095046Jy sigma=0.000698 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.282 mas, bpa=-3.29 degrees ! Estimated noise=803.312 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.00137998 Jy ! Component: 100 - total flux cleaned = 0.00120015 Jy ! Component: 150 - total flux cleaned = 0.00116494 Jy ! Component: 200 - total flux cleaned = 0.0011665 Jy ! Total flux subtracted in 200 components = 0.0011665 Jy ! Clean residual min=-0.003030 max=0.002710 Jy/beam ! Clean residual mean=-0.000001 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.190223 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.190223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094987Jy sigma=0.000698 ! Fit after self-cal, rms=0.095055Jy sigma=0.000698 ! 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.095055Jy sigma=0.000698 ! Fit after self-cal, rms=0.096451Jy sigma=0.000694 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.092 mas, bmaj=7.273 mas, bpa=-3.158 degrees ! Estimated noise=806.477 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000679308 Jy ! Component: 100 - total flux cleaned = 0.000959375 Jy ! Component: 150 - total flux cleaned = 0.00103593 Jy ! Component: 200 - total flux cleaned = 0.00108068 Jy ! Total flux subtracted in 200 components = 0.00108068 Jy ! Clean residual min=-0.002234 max=0.002721 Jy/beam ! Clean residual mean=0.000000 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.191304 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.191304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096429Jy sigma=0.000694 ! Fit after self-cal, rms=0.096465Jy sigma=0.000694 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 (-103, -112.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194852 Jy ! Component: 100 - total flux cleaned = 0.00208755 Jy ! Component: 150 - total flux cleaned = 0.00200998 Jy ! Component: 200 - total flux cleaned = 0.00201014 Jy ! Total flux subtracted in 200 components = 0.00201014 Jy ! Clean residual min=-0.002245 max=0.002323 Jy/beam ! Clean residual mean=0.000004 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.193314 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.193314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096405Jy sigma=0.000693 ! Fit after self-cal, rms=0.096400Jy sigma=0.000693 ! 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.096400Jy sigma=0.000693 ! Fit after self-cal, rms=0.096748Jy sigma=0.000693 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=7.258 mas, bpa=-3.11 degrees ! Estimated noise=804.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107511 Jy ! Component: 100 - total flux cleaned = 0.0014253 Jy ! Component: 150 - total flux cleaned = 0.00148627 Jy ! Component: 200 - total flux cleaned = 0.00156982 Jy ! Total flux subtracted in 200 components = 0.00156982 Jy ! Clean residual min=-0.002275 max=0.002338 Jy/beam ! Clean residual mean=0.000005 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.194884 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 74 components and 0.194884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096726Jy sigma=0.000692 ! Fit after self-cal, rms=0.096733Jy sigma=0.000692 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.000247411 Jy ! Component: 100 - total flux cleaned = 0.00027447 Jy ! Component: 150 - total flux cleaned = 0.0002756 Jy ! Component: 200 - total flux cleaned = 0.000275897 Jy ! Total flux subtracted in 200 components = 0.000275897 Jy ! Clean residual min=-0.002237 max=0.002336 Jy/beam ! Clean residual mean=0.000005 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.19516 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.19516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096721Jy sigma=0.000692 ! Fit after self-cal, rms=0.096721Jy sigma=0.000692 ! 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.096721Jy sigma=0.000692 ! Fit after self-cal, rms=0.096598Jy sigma=0.000692 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.824 mas, bmaj=11.23 mas, bpa=0.1787 degrees ! Estimated noise=1019.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136789 Jy ! Component: 100 - total flux cleaned = 0.00172186 Jy ! Component: 150 - total flux cleaned = 0.0017007 Jy ! Component: 200 - total flux cleaned = 0.00166177 Jy ! Total flux subtracted in 200 components = 0.00166177 Jy ! Clean residual min=-0.002470 max=0.002860 Jy/beam ! Clean residual mean=0.000015 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.196822 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 95 components and 0.196822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096600Jy sigma=0.000692 ! Fit after self-cal, rms=0.096601Jy sigma=0.000692 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.000209422 Jy ! Component: 100 - total flux cleaned = 0.000118143 Jy ! Component: 150 - total flux cleaned = 3.73411e-05 Jy ! Component: 200 - total flux cleaned = -6.22335e-06 Jy ! Total flux subtracted in 200 components = -6.22335e-06 Jy ! Clean residual min=-0.002516 max=0.002837 Jy/beam ! Clean residual mean=0.000015 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.196815 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 0.196815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096605Jy sigma=0.000692 ! Fit after self-cal, rms=0.096607Jy sigma=0.000692 ! 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.083 mas, bmaj=7.252 mas, bpa=-3.083 degrees ! Estimated noise=803.971 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.083 x 7.252 at -3.083 degrees (North through East) ! Clean map min=-0.0021503 max=0.13781 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.647 mas, bmaj=6.639 mas, bpa=-3.876 degrees ! Estimated noise=1082.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101022 Jy ! Component: 100 - total flux cleaned = 0.137019 Jy ! Component: 150 - total flux cleaned = 0.156958 Jy ! Component: 200 - total flux cleaned = 0.169481 Jy ! Total flux subtracted in 200 components = 0.169481 Jy ! Clean residual min=-0.003854 max=0.006582 Jy/beam ! Clean residual mean=-0.000016 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.169482 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.169482 Jy ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.252 mas, bpa=-3.083 degrees ! Estimated noise=803.971 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.0106701 Jy ! Component: 100 - total flux cleaned = 0.0165355 Jy ! Component: 150 - total flux cleaned = 0.0202955 Jy ! Component: 200 - total flux cleaned = 0.0228636 Jy ! Total flux subtracted in 200 components = 0.0228636 Jy ! Clean residual min=-0.002448 max=0.002817 Jy/beam ! Clean residual mean=0.000003 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.192345 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.192345 Jy ! Inverting map ! Added new window around map position (-51, 84). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245869 Jy ! Component: 100 - total flux cleaned = 0.00336667 Jy ! Component: 150 - total flux cleaned = 0.00392959 Jy ! Component: 200 - total flux cleaned = 0.00427942 Jy ! Total flux subtracted in 200 components = 0.00427942 Jy ! Clean residual min=-0.002220 max=0.002243 Jy/beam ! Clean residual mean=0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.196625 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 53 components and 0.196625 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=6.824 mas, bmaj=11.23 mas, bpa=0.1787 degrees ! Estimated noise=1019.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165146 Jy ! Component: 100 - total flux cleaned = 0.0021895 Jy ! Component: 150 - total flux cleaned = 0.00230798 Jy ! Component: 200 - total flux cleaned = 0.002242 Jy ! Total flux subtracted in 200 components = 0.002242 Jy ! Clean residual min=-0.002595 max=0.002953 Jy/beam ! Clean residual mean=0.000008 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.198867 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.98945e-05 Jy ! Component: 100 - total flux cleaned = -5.85112e-05 Jy ! Component: 150 - total flux cleaned = -0.000162756 Jy ! Component: 200 - total flux cleaned = -0.000236304 Jy ! Total flux subtracted in 200 components = -0.000236304 Jy ! Clean residual min=-0.002618 max=0.002866 Jy/beam ! Clean residual mean=0.000008 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.19863 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 93 components and 0.19863 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=7.252 mas, bpa=-3.083 degrees ! Estimated noise=803.971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000291872 Jy ! Component: 100 - total flux cleaned = 3.31287e-05 Jy ! Component: 150 - total flux cleaned = -0.000167383 Jy ! Component: 200 - total flux cleaned = -0.000229813 Jy ! Total flux subtracted in 200 components = -0.000229813 Jy ! Clean residual min=-0.002320 max=0.002189 Jy/beam ! Clean residual mean=0.000004 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.1984 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 112 components and 0.1984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096553Jy sigma=0.000692 ! Fit after self-cal, rms=0.096548Jy sigma=0.000692 wmodel J0619+0736_S_2017_01_21_pus_map.mod ! Writing 112 model components to file: J0619+0736_S_2017_01_21_pus_map.mod wobs J0619+0736_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0619+0736_S_2017_01_21_pus_uvs.fits wwins J0619+0736_S_2017_01_21_pus_map.win ! wwins: Wrote 4 windows to J0619+0736_S_2017_01_21_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.000162258 Jy ! Component: 100 - total flux cleaned = 0.000161868 Jy ! Component: 150 - total flux cleaned = 0.00030388 Jy ! Component: 200 - total flux cleaned = 0.000234035 Jy ! Component: 250 - total flux cleaned = 0.000200362 Jy ! Component: 300 - total flux cleaned = 0.000232778 Jy ! Component: 350 - total flux cleaned = 0.000201492 Jy ! Component: 400 - total flux cleaned = 0.000262751 Jy ! Component: 450 - total flux cleaned = 0.00023141 Jy ! Component: 500 - total flux cleaned = 0.000171923 Jy ! Component: 550 - total flux cleaned = 5.66808e-05 Jy ! Component: 600 - total flux cleaned = -3.26244e-07 Jy ! Component: 650 - total flux cleaned = -0.000110966 Jy ! Component: 700 - total flux cleaned = -0.000165978 Jy ! Component: 750 - total flux cleaned = -0.000246806 Jy ! Component: 800 - total flux cleaned = -0.000378716 Jy ! Component: 850 - total flux cleaned = -0.000378409 Jy ! Component: 900 - total flux cleaned = -0.000454931 Jy ! Component: 950 - total flux cleaned = -0.000454833 Jy ! Component: 1000 - total flux cleaned = -0.000480238 Jy ! Component: 1050 - total flux cleaned = -0.000529893 Jy ! Component: 1100 - total flux cleaned = -0.000578054 Jy ! Component: 1150 - total flux cleaned = -0.000625476 Jy ! Component: 1200 - total flux cleaned = -0.000438827 Jy ! Component: 1250 - total flux cleaned = -0.000416149 Jy ! Component: 1300 - total flux cleaned = -0.000393598 Jy ! Component: 1350 - total flux cleaned = -0.000280591 Jy ! Component: 1400 - total flux cleaned = -0.000213938 Jy ! Component: 1450 - total flux cleaned = -8.21315e-05 Jy ! Component: 1500 - total flux cleaned = -8.23323e-05 Jy ! Component: 1550 - total flux cleaned = -3.90827e-05 Jy ! Component: 1600 - total flux cleaned = 3.4429e-06 Jy ! Component: 1650 - total flux cleaned = 8.77846e-05 Jy ! Component: 1700 - total flux cleaned = 0.000129314 Jy ! Component: 1750 - total flux cleaned = 0.000170312 Jy ! Component: 1800 - total flux cleaned = 0.000231217 Jy ! Component: 1850 - total flux cleaned = 0.000291562 Jy ! Component: 1900 - total flux cleaned = 0.0003115 Jy ! Component: 1950 - total flux cleaned = 0.000390321 Jy ! Component: 2000 - total flux cleaned = 0.00046792 Jy ! Component: 2050 - total flux cleaned = 0.00042921 Jy ! Component: 2100 - total flux cleaned = 0.000467676 Jy ! Component: 2150 - total flux cleaned = 0.000543587 Jy ! Component: 2200 - total flux cleaned = 0.000543399 Jy ! Component: 2250 - total flux cleaned = 0.00065532 Jy ! Component: 2300 - total flux cleaned = 0.000692075 Jy ! Component: 2350 - total flux cleaned = 0.00072851 Jy ! Component: 2400 - total flux cleaned = 0.000746562 Jy ! Component: 2450 - total flux cleaned = 0.00087261 Jy ! Component: 2500 - total flux cleaned = 0.00092602 Jy ! Component: 2550 - total flux cleaned = 0.000979163 Jy ! Component: 2600 - total flux cleaned = 0.00110208 Jy ! Component: 2650 - total flux cleaned = 0.00120663 Jy ! Component: 2700 - total flux cleaned = 0.00124102 Jy ! Component: 2750 - total flux cleaned = 0.00125812 Jy ! Component: 2800 - total flux cleaned = 0.00127507 Jy ! Component: 2850 - total flux cleaned = 0.00142702 Jy ! Component: 2900 - total flux cleaned = 0.00144357 Jy ! Component: 2950 - total flux cleaned = 0.00144351 Jy ! Component: 3000 - total flux cleaned = 0.00149312 Jy ! Component: 3050 - total flux cleaned = 0.0015914 Jy ! Component: 3100 - total flux cleaned = 0.00155878 Jy ! Component: 3150 - total flux cleaned = 0.00170426 Jy ! Component: 3200 - total flux cleaned = 0.00173655 Jy ! Component: 3250 - total flux cleaned = 0.00184812 Jy ! Component: 3300 - total flux cleaned = 0.0018958 Jy ! Component: 3350 - total flux cleaned = 0.00194302 Jy ! Component: 3400 - total flux cleaned = 0.00202161 Jy ! Component: 3450 - total flux cleaned = 0.00217697 Jy ! Component: 3500 - total flux cleaned = 0.0022229 Jy ! Component: 3550 - total flux cleaned = 0.00228443 Jy ! Component: 3600 - total flux cleaned = 0.00236045 Jy ! Component: 3650 - total flux cleaned = 0.00251178 Jy ! Component: 3700 - total flux cleaned = 0.00257175 Jy ! Component: 3750 - total flux cleaned = 0.00261659 Jy ! Component: 3800 - total flux cleaned = 0.00269095 Jy ! Component: 3850 - total flux cleaned = 0.00277938 Jy ! Component: 3900 - total flux cleaned = 0.00283805 Jy ! Component: 3950 - total flux cleaned = 0.00291103 Jy ! Component: 4000 - total flux cleaned = 0.00295462 Jy ! Component: 4050 - total flux cleaned = 0.00306988 Jy ! Total flux subtracted in 4096 components = 0.0031559 Jy ! Clean residual min=-0.000801 max=0.001060 Jy/beam ! Clean residual mean=0.000004 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.201556 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 429 components and 0.201556 Jy ![Exited script file: muppet] wmap "J0619+0736_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.083 x 7.252 at -3.083 degrees (North through East) ! Clean map min=-0.0014617 max=0.13769 Jy/beam ! Writing clean map to FITS file: J0619+0736_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.137694 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260115 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.566723 0.566723 1.13345 2.26689 4.53379 9.06757 18.1351 36.2703 72.5406 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.083 x 7.252 at -3.083 degrees (North through East) ! Clean map min=-0.0014617 max=0.13769 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 J0619+0736_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:47:31 2019