! Started logfile: J2229+0114_S_2017_08_12_pus_uvs.log on Fri May 10 15:09:38 2019 obs J2229+0114_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2229+0114_S_2017_08_12_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.667446 visibilities/baseline/integration-bin. ! Found source: J2229+0114 ! ! 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 594 lines of history. ! ! Reading 13696 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 J2229+0114_S_2017_08_12_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 206 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 269 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 245 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 933 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.887381Jy sigma=0.007570 ! Fit after self-cal, rms=0.873302Jy sigma=0.007468 ! 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.952 mas, bmaj=6.869 mas, bpa=-1.186 degrees ! Estimated noise=1188.01 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.0990781 Jy ! Component: 100 - total flux cleaned = 0.129069 Jy ! Total flux subtracted in 100 components = 0.129069 Jy ! Clean residual min=-0.006277 max=0.012302 Jy/beam ! Clean residual mean=0.000007 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.129069 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.129069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084818Jy sigma=0.000682 ! Fit after self-cal, rms=0.084776Jy sigma=0.000681 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129927 Jy ! Component: 100 - total flux cleaned = 0.0194013 Jy ! Total flux subtracted in 100 components = 0.0194013 Jy ! Clean residual min=-0.004870 max=0.005300 Jy/beam ! Clean residual mean=0.000005 rms=0.001389 Jy/beam ! Combined flux in latest and established models = 0.14847 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 31 components and 0.14847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082958Jy sigma=0.000665 ! Fit after self-cal, rms=0.082943Jy sigma=0.000664 ! 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.323 mas, bmaj=7.424 mas, bpa=0.2518 degrees ! Estimated noise=849.238 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.00407941 Jy ! Component: 100 - total flux cleaned = 0.00638426 Jy ! Component: 150 - total flux cleaned = 0.00708949 Jy ! Component: 200 - total flux cleaned = 0.00730215 Jy ! Total flux subtracted in 200 components = 0.00730215 Jy ! Clean residual min=-0.003272 max=0.002826 Jy/beam ! Clean residual mean=-0.000005 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.155772 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 51 components and 0.155772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082715Jy sigma=0.000662 ! Fit after self-cal, rms=0.082725Jy sigma=0.000662 ! 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.95 FD 1.00* HN 0.99 KP 1.04 ! LA 1.01 MK 1.11 NL 0.94 OV 1.00 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 0.99 KP 1.01 ! LA 0.95 MK 1.06 NL 1.09 OV 1.05 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00* HN 1.01 KP 1.00 ! LA 0.99 MK 1.01 NL 1.02 OV 0.97 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 4. ! A total of 207 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.082725Jy sigma=0.000662 ! Fit after self-cal, rms=0.082519Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.511 mas, bpa=1.86 degrees ! Estimated noise=859.917 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.000365889 Jy ! Component: 100 - total flux cleaned = -0.000415442 Jy ! Component: 150 - total flux cleaned = -0.000415982 Jy ! Component: 200 - total flux cleaned = -0.000433159 Jy ! Total flux subtracted in 200 components = -0.000433159 Jy ! Clean residual min=-0.002336 max=0.002355 Jy/beam ! Clean residual mean=-0.000007 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.155339 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.155339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082506Jy sigma=0.000661 ! Fit after self-cal, rms=0.082499Jy sigma=0.000661 ! 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.082499Jy sigma=0.000661 ! Fit after self-cal, rms=0.083122Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=7.522 mas, bpa=1.934 degrees ! Estimated noise=860.759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000246215 Jy ! Component: 100 - total flux cleaned = -0.000229347 Jy ! Component: 150 - total flux cleaned = -0.000243374 Jy ! Component: 200 - total flux cleaned = -0.00022992 Jy ! Total flux subtracted in 200 components = -0.00022992 Jy ! Clean residual min=-0.001986 max=0.002073 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.155109 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 66 components and 0.155109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083115Jy sigma=0.000659 ! Fit after self-cal, rms=0.083141Jy 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 = 1.35188e-05 Jy ! Component: 100 - total flux cleaned = 1.2746e-05 Jy ! Component: 150 - total flux cleaned = 3.14428e-06 Jy ! Component: 200 - total flux cleaned = -5.75827e-06 Jy ! Total flux subtracted in 200 components = -5.75827e-06 Jy ! Clean residual min=-0.001972 max=0.002082 Jy/beam ! Clean residual mean=0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.155103 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.155103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083138Jy sigma=0.000659 ! Fit after self-cal, rms=0.083137Jy 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.083137Jy sigma=0.000659 ! Fit after self-cal, rms=0.083402Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.41 mas, bmaj=7.531 mas, bpa=2.071 degrees ! Estimated noise=862.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185525 Jy ! Component: 100 - total flux cleaned = -0.000197983 Jy ! Component: 150 - total flux cleaned = -0.000197986 Jy ! Component: 200 - total flux cleaned = -0.000197784 Jy ! Total flux subtracted in 200 components = -0.000197784 Jy ! Clean residual min=-0.001938 max=0.002076 Jy/beam ! Clean residual mean=0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.154906 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.154906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083398Jy sigma=0.000659 ! Fit after self-cal, rms=0.083400Jy 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 = -1.2938e-06 Jy ! Component: 100 - total flux cleaned = -1.42827e-06 Jy ! Component: 150 - total flux cleaned = -9.26259e-06 Jy ! Component: 200 - total flux cleaned = -1.67273e-05 Jy ! Total flux subtracted in 200 components = -1.67273e-05 Jy ! Clean residual min=-0.001935 max=0.002088 Jy/beam ! Clean residual mean=0.000001 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.154889 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.154889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083398Jy sigma=0.000659 ! Fit after self-cal, rms=0.083397Jy sigma=0.000659 ! 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.083397Jy sigma=0.000659 ! Fit after self-cal, rms=0.083572Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.05 mas, bmaj=12.02 mas, bpa=-2.977 degrees ! Estimated noise=1078.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420409 Jy ! Component: 100 - total flux cleaned = -0.000369701 Jy ! Component: 150 - total flux cleaned = -0.000351171 Jy ! Component: 200 - total flux cleaned = -0.000342847 Jy ! Total flux subtracted in 200 components = -0.000342847 Jy ! Clean residual min=-0.002077 max=0.002125 Jy/beam ! Clean residual mean=0.000002 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.154546 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.154546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083574Jy sigma=0.000659 ! Fit after self-cal, rms=0.083573Jy 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 = -2.3005e-05 Jy ! Component: 100 - total flux cleaned = -1.18554e-06 Jy ! Component: 150 - total flux cleaned = -1.48975e-06 Jy ! Component: 200 - total flux cleaned = -9.51672e-06 Jy ! Total flux subtracted in 200 components = -9.51672e-06 Jy ! Clean residual min=-0.002073 max=0.002106 Jy/beam ! Clean residual mean=0.000002 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.154537 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.154537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083574Jy sigma=0.000659 ! Fit after self-cal, rms=0.083573Jy sigma=0.000659 ! 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.415 mas, bmaj=7.538 mas, bpa=2.191 degrees ! Estimated noise=863.371 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.415 x 7.538 at 2.191 degrees (North through East) ! Clean map min=-0.0019109 max=0.12996 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.051 mas, bmaj=6.956 mas, bpa=1.08 degrees ! Estimated noise=1215.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100062 Jy ! Component: 100 - total flux cleaned = 0.129051 Jy ! Component: 150 - total flux cleaned = 0.140806 Jy ! Component: 200 - total flux cleaned = 0.146549 Jy ! Total flux subtracted in 200 components = 0.146549 Jy ! Clean residual min=-0.004357 max=0.004418 Jy/beam ! Clean residual mean=0.000004 rms=0.001183 Jy/beam ! Combined flux in latest and established models = 0.146549 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.146549 Jy ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=7.538 mas, bpa=2.191 degrees ! Estimated noise=863.371 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.00403583 Jy ! Component: 100 - total flux cleaned = 0.00619791 Jy ! Component: 150 - total flux cleaned = 0.00752459 Jy ! Component: 200 - total flux cleaned = 0.00802749 Jy ! Total flux subtracted in 200 components = 0.00802749 Jy ! Clean residual min=-0.002089 max=0.002222 Jy/beam ! Clean residual mean=0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.154576 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 47 components and 0.154576 Jy ! Inverting map ! Added new window around map position (-1, 31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124037 Jy ! Component: 100 - total flux cleaned = 0.00123671 Jy ! Component: 150 - total flux cleaned = 0.00123513 Jy ! Component: 200 - total flux cleaned = 0.00123603 Jy ! Total flux subtracted in 200 components = 0.00123603 Jy ! Clean residual min=-0.002059 max=0.001994 Jy/beam ! Clean residual mean=0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.155812 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.155812 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.05 mas, bmaj=12.02 mas, bpa=-2.977 degrees ! Estimated noise=1078.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.92635e-07 Jy ! Component: 100 - total flux cleaned = 2.60698e-05 Jy ! Component: 150 - total flux cleaned = 3.53111e-06 Jy ! Component: 200 - total flux cleaned = -6.09074e-05 Jy ! Total flux subtracted in 200 components = -6.09074e-05 Jy ! Clean residual min=-0.002082 max=0.001911 Jy/beam ! Clean residual mean=0.000001 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.155751 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.03275e-05 Jy ! Component: 100 - total flux cleaned = -2.11784e-05 Jy ! Component: 150 - total flux cleaned = -2.1437e-05 Jy ! Component: 200 - total flux cleaned = -5.72401e-06 Jy ! Total flux subtracted in 200 components = -5.72401e-06 Jy ! Clean residual min=-0.002072 max=0.001906 Jy/beam ! Clean residual mean=0.000001 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.155746 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 82 components and 0.155746 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=7.538 mas, bpa=2.191 degrees ! Estimated noise=863.371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.12415e-05 Jy ! Component: 100 - total flux cleaned = -0.000132423 Jy ! Component: 150 - total flux cleaned = -0.000177864 Jy ! Component: 200 - total flux cleaned = -0.000198331 Jy ! Total flux subtracted in 200 components = -0.000198331 Jy ! Clean residual min=-0.001959 max=0.002043 Jy/beam ! Clean residual mean=0.000001 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.155547 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 96 components and 0.155547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083538Jy sigma=0.000659 ! Fit after self-cal, rms=0.083530Jy sigma=0.000658 wmodel J2229+0114_S_2017_08_12_pus_map.mod ! Writing 96 model components to file: J2229+0114_S_2017_08_12_pus_map.mod wobs J2229+0114_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2229+0114_S_2017_08_12_pus_uvs.fits wwins J2229+0114_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J2229+0114_S_2017_08_12_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 = 5.38319e-06 Jy ! Component: 100 - total flux cleaned = -3.03893e-05 Jy ! Component: 150 - total flux cleaned = 9.96011e-05 Jy ! Component: 200 - total flux cleaned = 0.000162636 Jy ! Component: 250 - total flux cleaned = 0.000222748 Jy ! Component: 300 - total flux cleaned = 0.000252297 Jy ! Component: 350 - total flux cleaned = 0.000364312 Jy ! Component: 400 - total flux cleaned = 0.00041841 Jy ! Component: 450 - total flux cleaned = 0.000470883 Jy ! Component: 500 - total flux cleaned = 0.000522409 Jy ! Component: 550 - total flux cleaned = 0.000573056 Jy ! Component: 600 - total flux cleaned = 0.000572839 Jy ! Component: 650 - total flux cleaned = 0.000573126 Jy ! Component: 700 - total flux cleaned = 0.000549529 Jy ! Component: 750 - total flux cleaned = 0.000549725 Jy ! Component: 800 - total flux cleaned = 0.000503909 Jy ! Component: 850 - total flux cleaned = 0.00043699 Jy ! Component: 900 - total flux cleaned = 0.000371474 Jy ! Component: 950 - total flux cleaned = 0.000371557 Jy ! Component: 1000 - total flux cleaned = 0.000349777 Jy ! Component: 1050 - total flux cleaned = 0.000286998 Jy ! Component: 1100 - total flux cleaned = 0.000266501 Jy ! Component: 1150 - total flux cleaned = 0.00028669 Jy ! Component: 1200 - total flux cleaned = 0.000227068 Jy ! Component: 1250 - total flux cleaned = 0.000187915 Jy ! Component: 1300 - total flux cleaned = 0.000129935 Jy ! Component: 1350 - total flux cleaned = 7.27678e-05 Jy ! Component: 1400 - total flux cleaned = 1.6384e-05 Jy ! Component: 1450 - total flux cleaned = -0.000113169 Jy ! Component: 1500 - total flux cleaned = -0.000149399 Jy ! Component: 1550 - total flux cleaned = -0.000239823 Jy ! Component: 1600 - total flux cleaned = -0.000311317 Jy ! Component: 1650 - total flux cleaned = -0.000417137 Jy ! Component: 1700 - total flux cleaned = -0.00046954 Jy ! Component: 1750 - total flux cleaned = -0.000521308 Jy ! Component: 1800 - total flux cleaned = -0.000640554 Jy ! Component: 1850 - total flux cleaned = -0.000690898 Jy ! Component: 1900 - total flux cleaned = -0.000741013 Jy ! Component: 1950 - total flux cleaned = -0.000790364 Jy ! Component: 2000 - total flux cleaned = -0.000822896 Jy ! Component: 2050 - total flux cleaned = -0.000903026 Jy ! Component: 2100 - total flux cleaned = -0.000887114 Jy ! Component: 2150 - total flux cleaned = -0.00094999 Jy ! Component: 2200 - total flux cleaned = -0.000980802 Jy ! Component: 2250 - total flux cleaned = -0.000949907 Jy ! Component: 2300 - total flux cleaned = -0.000980557 Jy ! Component: 2350 - total flux cleaned = -0.0010259 Jy ! Component: 2400 - total flux cleaned = -0.000996105 Jy ! Component: 2450 - total flux cleaned = -0.00105517 Jy ! Component: 2500 - total flux cleaned = -0.00106978 Jy ! Component: 2550 - total flux cleaned = -0.00105529 Jy ! Component: 2600 - total flux cleaned = -0.00109857 Jy ! Component: 2650 - total flux cleaned = -0.00114119 Jy ! Component: 2700 - total flux cleaned = -0.00115526 Jy ! Component: 2750 - total flux cleaned = -0.00118339 Jy ! Component: 2800 - total flux cleaned = -0.00122496 Jy ! Component: 2850 - total flux cleaned = -0.00126628 Jy ! Component: 2900 - total flux cleaned = -0.00127997 Jy ! Component: 2950 - total flux cleaned = -0.00132056 Jy ! Component: 3000 - total flux cleaned = -0.00132069 Jy ! Component: 3050 - total flux cleaned = -0.00140029 Jy ! Component: 3100 - total flux cleaned = -0.00140029 Jy ! Component: 3150 - total flux cleaned = -0.00145222 Jy ! Component: 3200 - total flux cleaned = -0.00147799 Jy ! Component: 3250 - total flux cleaned = -0.00151635 Jy ! Component: 3300 - total flux cleaned = -0.00149087 Jy ! Component: 3350 - total flux cleaned = -0.00156631 Jy ! Component: 3400 - total flux cleaned = -0.00157859 Jy ! Component: 3450 - total flux cleaned = -0.00160313 Jy ! Component: 3500 - total flux cleaned = -0.0015908 Jy ! Component: 3550 - total flux cleaned = -0.00165185 Jy ! Component: 3600 - total flux cleaned = -0.00165185 Jy ! Component: 3650 - total flux cleaned = -0.00168792 Jy ! Component: 3700 - total flux cleaned = -0.00173562 Jy ! Component: 3750 - total flux cleaned = -0.00177115 Jy ! Component: 3800 - total flux cleaned = -0.00178283 Jy ! Component: 3850 - total flux cleaned = -0.00172432 Jy ! Component: 3900 - total flux cleaned = -0.00172433 Jy ! Component: 3950 - total flux cleaned = -0.00173587 Jy ! Component: 4000 - total flux cleaned = -0.00177025 Jy ! Component: 4050 - total flux cleaned = -0.00174744 Jy ! Total flux subtracted in 4096 components = -0.00177009 Jy ! Clean residual min=-0.000702 max=0.000688 Jy/beam ! Clean residual mean=-0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.153777 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 369 components and 0.153777 Jy ![Exited script file: muppet] wmap "J2229+0114_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.415 x 7.538 at 2.191 degrees (North through East) ! Clean map min=-0.0014094 max=0.1306 Jy/beam ! Writing clean map to FITS file: J2229+0114_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.130602 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204294 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.469275 0.469275 0.93855 1.8771 3.7542 7.5084 15.0168 30.0336 60.0672 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.13 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.415 x 7.538 at 2.191 degrees (North through East) ! Clean map min=-0.0014094 max=0.1306 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 J2229+0114_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:09:43 2019