! Started logfile: J0112+3208_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:31:51 2019 obs J0112+3208_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0112+3208_S_2017_05_31_pus_uva.fits ! AN table 1: 107 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.827622 visibilities/baseline/integration-bin. ! Found source: J0112+3208 ! ! 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 703 lines of history. ! ! Reading 15940 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 J0112+3208_S_2017_05_31_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 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 173 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 622 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.596595Jy sigma=0.006036 ! Fit after self-cal, rms=0.589050Jy sigma=0.005969 ! 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.914 mas, bmaj=5.727 mas, bpa=-3.701 degrees ! Estimated noise=976.049 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.320046 Jy ! Component: 100 - total flux cleaned = 0.393517 Jy ! Total flux subtracted in 100 components = 0.393517 Jy ! Clean residual min=-0.010840 max=0.028142 Jy/beam ! Clean residual mean=0.000026 rms=0.003212 Jy/beam ! Combined flux in latest and established models = 0.393517 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.393517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101019Jy sigma=0.000917 ! Fit after self-cal, rms=0.100959Jy sigma=0.000916 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.031082 Jy ! Component: 100 - total flux cleaned = 0.0469778 Jy ! Total flux subtracted in 100 components = 0.0469778 Jy ! Clean residual min=-0.008908 max=0.013325 Jy/beam ! Clean residual mean=0.000016 rms=0.002427 Jy/beam ! Combined flux in latest and established models = 0.440495 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.440495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090292Jy sigma=0.000821 ! Fit after self-cal, rms=0.090152Jy sigma=0.000820 ! 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.262 mas, bmaj=6.772 mas, bpa=-2.497 degrees ! Estimated noise=655.557 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 (-87.5, 35). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0157201 Jy ! Component: 100 - total flux cleaned = 0.0260089 Jy ! Component: 150 - total flux cleaned = 0.0338844 Jy ! Component: 200 - total flux cleaned = 0.0401171 Jy ! Total flux subtracted in 200 components = 0.0401171 Jy ! Clean residual min=-0.007212 max=0.011825 Jy/beam ! Clean residual mean=0.000017 rms=0.001949 Jy/beam ! Combined flux in latest and established models = 0.480612 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 58 components and 0.480612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086436Jy sigma=0.000784 ! Fit after self-cal, rms=0.086233Jy sigma=0.000782 ! Inverting map ! Added new window around map position (-4.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00976553 Jy ! Component: 100 - total flux cleaned = 0.015146 Jy ! Component: 150 - total flux cleaned = 0.0167949 Jy ! Component: 200 - total flux cleaned = 0.0179338 Jy ! Total flux subtracted in 200 components = 0.0179338 Jy ! Clean residual min=-0.007056 max=0.008752 Jy/beam ! Clean residual mean=0.000016 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.498546 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 77 components and 0.498546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084682Jy sigma=0.000769 ! Fit after self-cal, rms=0.084606Jy sigma=0.000768 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.98 HN 0.96 KP 1.01 ! LA 1.02 MK 1.02 NL 0.93 OV 1.03 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 1.02 HN 1.00 KP 0.97 ! LA 0.98 MK 1.01 NL 1.06 OV 1.10 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.05 HN 0.99 KP 0.97 ! LA 1.00 MK 1.04 NL 1.02 OV 0.97 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.94 KP 1.00* ! LA 1.08 MK 1.25 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.084606Jy sigma=0.000768 ! Fit after self-cal, rms=0.075076Jy sigma=0.000710 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.304 mas, bmaj=6.741 mas, bpa=-1.954 degrees ! Estimated noise=655.428 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 (-96, 39). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00895159 Jy ! Component: 100 - total flux cleaned = 0.0144409 Jy ! Component: 150 - total flux cleaned = 0.0162726 Jy ! Component: 200 - total flux cleaned = 0.0172319 Jy ! Total flux subtracted in 200 components = 0.0172319 Jy ! Clean residual min=-0.003903 max=0.003928 Jy/beam ! Clean residual mean=0.000010 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.515778 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 121 components and 0.515778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073801Jy sigma=0.000697 ! Fit after self-cal, rms=0.073699Jy sigma=0.000696 ! 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.073699Jy sigma=0.000696 ! Fit after self-cal, rms=0.071632Jy sigma=0.000681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=6.725 mas, bpa=-2.157 degrees ! Estimated noise=654.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152993 Jy ! Component: 100 - total flux cleaned = 0.00205489 Jy ! Component: 150 - total flux cleaned = 0.00241855 Jy ! Component: 200 - total flux cleaned = 0.00281932 Jy ! Total flux subtracted in 200 components = 0.00281932 Jy ! Clean residual min=-0.003201 max=0.002958 Jy/beam ! Clean residual mean=0.000004 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.518597 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 148 components and 0.518597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071379Jy sigma=0.000678 ! Fit after self-cal, rms=0.071364Jy sigma=0.000678 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.00051569 Jy ! Component: 100 - total flux cleaned = 0.000939548 Jy ! Component: 150 - total flux cleaned = 0.00139237 Jy ! Component: 200 - total flux cleaned = 0.00181452 Jy ! Total flux subtracted in 200 components = 0.00181452 Jy ! Clean residual min=-0.003048 max=0.002883 Jy/beam ! Clean residual mean=0.000004 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.520412 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 167 components and 0.520412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071249Jy sigma=0.000677 ! Fit after self-cal, rms=0.071246Jy sigma=0.000677 ! 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.071246Jy sigma=0.000677 ! Fit after self-cal, rms=0.071169Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.299 mas, bmaj=6.723 mas, bpa=-2.185 degrees ! Estimated noise=654.386 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000541605 Jy ! Component: 100 - total flux cleaned = 0.00105544 Jy ! Component: 150 - total flux cleaned = 0.00164616 Jy ! Component: 200 - total flux cleaned = 0.00208495 Jy ! Total flux subtracted in 200 components = 0.00208495 Jy ! Clean residual min=-0.002966 max=0.002768 Jy/beam ! Clean residual mean=0.000005 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.522497 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 181 components and 0.522497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071075Jy sigma=0.000676 ! Fit after self-cal, rms=0.071071Jy sigma=0.000676 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.000394461 Jy ! Component: 100 - total flux cleaned = 0.000749934 Jy ! Component: 150 - total flux cleaned = 0.00113033 Jy ! Component: 200 - total flux cleaned = 0.00139801 Jy ! Total flux subtracted in 200 components = 0.00139801 Jy ! Clean residual min=-0.002879 max=0.002716 Jy/beam ! Clean residual mean=0.000005 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.523895 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 190 components and 0.523895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071013Jy sigma=0.000675 ! Fit after self-cal, rms=0.071011Jy sigma=0.000675 ! 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.071011Jy sigma=0.000675 ! Fit after self-cal, rms=0.070956Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.193 mas, bmaj=10.47 mas, bpa=-3.282 degrees ! Estimated noise=819.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025225 Jy ! Component: 100 - total flux cleaned = 0.00341073 Jy ! Component: 150 - total flux cleaned = 0.00415993 Jy ! Component: 200 - total flux cleaned = 0.00453777 Jy ! Total flux subtracted in 200 components = 0.00453777 Jy ! Clean residual min=-0.003151 max=0.003848 Jy/beam ! Clean residual mean=0.000010 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.528432 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 208 components and 0.528432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070942Jy sigma=0.000675 ! Fit after self-cal, rms=0.070931Jy sigma=0.000674 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.000440721 Jy ! Component: 100 - total flux cleaned = 0.000738843 Jy ! Component: 150 - total flux cleaned = 0.00100409 Jy ! Component: 200 - total flux cleaned = 0.00114289 Jy ! Total flux subtracted in 200 components = 0.00114289 Jy ! Clean residual min=-0.003025 max=0.003761 Jy/beam ! Clean residual mean=0.000010 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.529575 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 221 components and 0.529575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070935Jy sigma=0.000674 ! Fit after self-cal, rms=0.070933Jy sigma=0.000674 ! 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.301 mas, bmaj=6.721 mas, bpa=-2.196 degrees ! Estimated noise=654.126 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.301 x 6.721 at -2.196 degrees (North through East) ! Clean map min=-0.0028007 max=0.40845 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.949 mas, bmaj=5.696 mas, bpa=-3.565 degrees ! Estimated noise=973.157 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.318312 Jy ! Component: 100 - total flux cleaned = 0.39105 Jy ! Component: 150 - total flux cleaned = 0.420772 Jy ! Component: 200 - total flux cleaned = 0.437193 Jy ! Total flux subtracted in 200 components = 0.437193 Jy ! Clean residual min=-0.004939 max=0.008456 Jy/beam ! Clean residual mean=0.000010 rms=0.001444 Jy/beam ! Combined flux in latest and established models = 0.437193 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.437193 Jy ! Inverting map and beam ! Estimated beam: bmin=3.301 mas, bmaj=6.721 mas, bpa=-2.196 degrees ! Estimated noise=654.126 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.0152573 Jy ! Component: 100 - total flux cleaned = 0.027065 Jy ! Component: 150 - total flux cleaned = 0.0365331 Jy ! Component: 200 - total flux cleaned = 0.0442203 Jy ! Total flux subtracted in 200 components = 0.0442203 Jy ! Clean residual min=-0.003580 max=0.005278 Jy/beam ! Clean residual mean=0.000008 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.481414 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 93 components and 0.481414 Jy ! Inverting map ! Added new window around map position (-103, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00645664 Jy ! Component: 100 - total flux cleaned = 0.0117874 Jy ! Component: 150 - total flux cleaned = 0.0162566 Jy ! Component: 200 - total flux cleaned = 0.020068 Jy ! Total flux subtracted in 200 components = 0.020068 Jy ! Clean residual min=-0.002825 max=0.002658 Jy/beam ! Clean residual mean=0.000008 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.501482 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 165 components and 0.501482 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.193 mas, bmaj=10.47 mas, bpa=-3.282 degrees ! Estimated noise=819.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00618019 Jy ! Component: 100 - total flux cleaned = 0.0107631 Jy ! Component: 150 - total flux cleaned = 0.0144327 Jy ! Component: 200 - total flux cleaned = 0.0174647 Jy ! Total flux subtracted in 200 components = 0.0174647 Jy ! Clean residual min=-0.003300 max=0.004105 Jy/beam ! Clean residual mean=0.000014 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.518947 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.00255994 Jy ! Component: 100 - total flux cleaned = 0.00473552 Jy ! Component: 150 - total flux cleaned = 0.00659342 Jy ! Component: 200 - total flux cleaned = 0.00818452 Jy ! Total flux subtracted in 200 components = 0.00818452 Jy ! Clean residual min=-0.002942 max=0.003849 Jy/beam ! Clean residual mean=0.000012 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.527131 Jy ! Adding 160 model components to the UV plane model. ! The established model now contains 307 components and 0.527131 Jy ! Inverting map ! Added new window around map position (-15.5, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00358761 Jy ! Component: 100 - total flux cleaned = 0.00568372 Jy ! Component: 150 - total flux cleaned = 0.00732923 Jy ! Component: 200 - total flux cleaned = 0.00855235 Jy ! Total flux subtracted in 200 components = 0.00855235 Jy ! Clean residual min=-0.002462 max=0.002650 Jy/beam ! Clean residual mean=0.000010 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.535684 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 356 components and 0.535684 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.301 mas, bmaj=6.721 mas, bpa=-2.196 degrees ! Estimated noise=654.126 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144882 Jy ! Component: 100 - total flux cleaned = 0.00193951 Jy ! Component: 150 - total flux cleaned = 0.00238767 Jy ! Component: 200 - total flux cleaned = 0.00275425 Jy ! Total flux subtracted in 200 components = 0.00275425 Jy ! Clean residual min=-0.002056 max=0.001735 Jy/beam ! Clean residual mean=0.000004 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.538438 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 389 components and 0.538438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070681Jy sigma=0.000671 ! Fit after self-cal, rms=0.070645Jy sigma=0.000671 wmodel J0112+3208_S_2017_05_31_pus_map.mod ! Writing 389 model components to file: J0112+3208_S_2017_05_31_pus_map.mod wobs J0112+3208_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0112+3208_S_2017_05_31_pus_uvs.fits wwins J0112+3208_S_2017_05_31_pus_map.win ! wwins: Wrote 6 windows to J0112+3208_S_2017_05_31_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.000622522 Jy ! Component: 100 - total flux cleaned = -0.000919486 Jy ! Component: 150 - total flux cleaned = -0.00116657 Jy ! Component: 200 - total flux cleaned = -0.00128425 Jy ! Component: 250 - total flux cleaned = -0.00142636 Jy ! Component: 300 - total flux cleaned = -0.0015916 Jy ! Component: 350 - total flux cleaned = -0.00177904 Jy ! Component: 400 - total flux cleaned = -0.00198782 Jy ! Component: 450 - total flux cleaned = -0.0021403 Jy ! Component: 500 - total flux cleaned = -0.0022646 Jy ! Component: 550 - total flux cleaned = -0.00241072 Jy ! Component: 600 - total flux cleaned = -0.00245822 Jy ! Component: 650 - total flux cleaned = -0.00250523 Jy ! Component: 700 - total flux cleaned = -0.00252855 Jy ! Component: 750 - total flux cleaned = -0.00255127 Jy ! Component: 800 - total flux cleaned = -0.00252917 Jy ! Component: 850 - total flux cleaned = -0.00257262 Jy ! Component: 900 - total flux cleaned = -0.00252873 Jy ! Component: 950 - total flux cleaned = -0.00242268 Jy ! Component: 1000 - total flux cleaned = -0.00244368 Jy ! Component: 1050 - total flux cleaned = -0.00234061 Jy ! Component: 1100 - total flux cleaned = -0.0023409 Jy ! Component: 1150 - total flux cleaned = -0.00234073 Jy ! Component: 1200 - total flux cleaned = -0.00232097 Jy ! Component: 1250 - total flux cleaned = -0.00232082 Jy ! Component: 1300 - total flux cleaned = -0.0023017 Jy ! Component: 1350 - total flux cleaned = -0.0023018 Jy ! Component: 1400 - total flux cleaned = -0.00230172 Jy ! Component: 1450 - total flux cleaned = -0.00226434 Jy ! Component: 1500 - total flux cleaned = -0.00226448 Jy ! Component: 1550 - total flux cleaned = -0.00231924 Jy ! Component: 1600 - total flux cleaned = -0.00222873 Jy ! Component: 1650 - total flux cleaned = -0.0022644 Jy ! Component: 1700 - total flux cleaned = -0.00222895 Jy ! Component: 1750 - total flux cleaned = -0.00215914 Jy ! Component: 1800 - total flux cleaned = -0.00217673 Jy ! Component: 1850 - total flux cleaned = -0.00217693 Jy ! Component: 1900 - total flux cleaned = -0.00214294 Jy ! Component: 1950 - total flux cleaned = -0.00209245 Jy ! Component: 2000 - total flux cleaned = -0.00209218 Jy ! Component: 2050 - total flux cleaned = -0.00207542 Jy ! Component: 2100 - total flux cleaned = -0.00205895 Jy ! Component: 2150 - total flux cleaned = -0.00197718 Jy ! Component: 2200 - total flux cleaned = -0.0019771 Jy ! Component: 2250 - total flux cleaned = -0.00192857 Jy ! Component: 2300 - total flux cleaned = -0.00186484 Jy ! Component: 2350 - total flux cleaned = -0.00180173 Jy ! Component: 2400 - total flux cleaned = -0.00177039 Jy ! Component: 2450 - total flux cleaned = -0.00170828 Jy ! Component: 2500 - total flux cleaned = -0.00166199 Jy ! Component: 2550 - total flux cleaned = -0.00160073 Jy ! Component: 2600 - total flux cleaned = -0.0015095 Jy ! Component: 2650 - total flux cleaned = -0.00146426 Jy ! Component: 2700 - total flux cleaned = -0.00140453 Jy ! Component: 2750 - total flux cleaned = -0.00128583 Jy ! Component: 2800 - total flux cleaned = -0.00119746 Jy ! Component: 2850 - total flux cleaned = -0.00118296 Jy ! Component: 2900 - total flux cleaned = -0.00119742 Jy ! Component: 2950 - total flux cleaned = -0.00111098 Jy ! Component: 3000 - total flux cleaned = -0.00102486 Jy ! Component: 3050 - total flux cleaned = -0.000967893 Jy ! Component: 3100 - total flux cleaned = -0.00093947 Jy ! Component: 3150 - total flux cleaned = -0.000911318 Jy ! Component: 3200 - total flux cleaned = -0.000813672 Jy ! Component: 3250 - total flux cleaned = -0.000799769 Jy ! Component: 3300 - total flux cleaned = -0.000758588 Jy ! Component: 3350 - total flux cleaned = -0.000649264 Jy ! Component: 3400 - total flux cleaned = -0.000635721 Jy ! Component: 3450 - total flux cleaned = -0.000581692 Jy ! Component: 3500 - total flux cleaned = -0.000487863 Jy ! Component: 3550 - total flux cleaned = -0.000407988 Jy ! Component: 3600 - total flux cleaned = -0.000341856 Jy ! Component: 3650 - total flux cleaned = -0.000328659 Jy ! Component: 3700 - total flux cleaned = -0.000250196 Jy ! Component: 3750 - total flux cleaned = -0.000198208 Jy ! Component: 3800 - total flux cleaned = -0.000159307 Jy ! Component: 3850 - total flux cleaned = -9.5165e-05 Jy ! Component: 3900 - total flux cleaned = -8.24537e-05 Jy ! Component: 3950 - total flux cleaned = -6.3467e-06 Jy ! Component: 4000 - total flux cleaned = 6.27842e-06 Jy ! Component: 4050 - total flux cleaned = 3.13928e-05 Jy ! Total flux subtracted in 4096 components = 0.000106282 Jy ! Clean residual min=-0.000946 max=0.000635 Jy/beam ! Clean residual mean=0.000001 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.538544 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 700 components and 0.538544 Jy ![Exited script file: muppet] wmap "J0112+3208_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.301 x 6.721 at -2.196 degrees (North through East) ! Clean map min=-0.0013061 max=0.40928 Jy/beam ! Writing clean map to FITS file: J0112+3208_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.409285 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232667 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.170542 0.170542 0.341084 0.682168 1.36434 2.72867 5.45734 10.9147 21.8294 43.6587 87.3175 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.409 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.301 x 6.721 at -2.196 degrees (North through East) ! Clean map min=-0.0013061 max=0.40928 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 J0112+3208_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:32:02 2019