! Started logfile: J0440+4244_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:15:56 2016 obs J0440+4244_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0440+4244_S_2014_08_05_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.759209 visibilities/baseline/integration-bin. ! Found source: J0440+4244 ! ! 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 360 lines of history. ! ! Reading 9976 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 J0440+4244_S_2014_08_05_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 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.723650Jy sigma=0.008359 ! Fit after self-cal, rms=0.705184Jy sigma=0.008208 ! 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.823 mas, bmaj=6.782 mas, bpa=32.12 degrees ! Estimated noise=1083.12 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.220921 Jy ! Component: 100 - total flux cleaned = 0.280525 Jy ! Total flux subtracted in 100 components = 0.280525 Jy ! Clean residual min=-0.009386 max=0.024052 Jy/beam ! Clean residual mean=0.000002 rms=0.002822 Jy/beam ! Combined flux in latest and established models = 0.280525 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.280525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093545Jy sigma=0.000988 ! Fit after self-cal, rms=0.093523Jy sigma=0.000988 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0247063 Jy ! Component: 100 - total flux cleaned = 0.0377221 Jy ! Total flux subtracted in 100 components = 0.0377221 Jy ! Clean residual min=-0.007400 max=0.006736 Jy/beam ! Clean residual mean=0.000015 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.318247 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.318247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084447Jy sigma=0.000883 ! Fit after self-cal, rms=0.084428Jy sigma=0.000883 ! 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=4.876 mas, bmaj=7.266 mas, bpa=30.91 degrees ! Estimated noise=621.714 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.0130483 Jy ! Component: 100 - total flux cleaned = 0.0211354 Jy ! Component: 150 - total flux cleaned = 0.0263455 Jy ! Component: 200 - total flux cleaned = 0.0297592 Jy ! Total flux subtracted in 200 components = 0.0297592 Jy ! Clean residual min=-0.005521 max=0.005365 Jy/beam ! Clean residual mean=0.000032 rms=0.001359 Jy/beam ! Combined flux in latest and established models = 0.348006 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 63 components and 0.348006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081856Jy sigma=0.000858 ! Fit after self-cal, rms=0.081835Jy sigma=0.000858 ! 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.98 FD 0.86 HN 0.98 KP 1.05 ! LA 1.09 MK 1.00* NL 0.98 OV 0.99 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 1.06 KP 1.01 ! LA 1.07 MK 1.00* NL 1.03 OV 1.02 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.17 HN 1.05 KP 0.90 ! LA 0.84 MK 1.00* NL 1.00 OV 0.96 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.05 HN 1.04 KP 0.88 ! LA 0.80 MK 1.00* NL 1.04 OV 1.01 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.081835Jy sigma=0.000858 ! Fit after self-cal, rms=0.072844Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.914 mas, bmaj=7.312 mas, bpa=30.88 degrees ! Estimated noise=621.431 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.00202545 Jy ! Component: 100 - total flux cleaned = -0.00258683 Jy ! Component: 150 - total flux cleaned = -0.00282784 Jy ! Component: 200 - total flux cleaned = -0.00306137 Jy ! Total flux subtracted in 200 components = -0.00306137 Jy ! Clean residual min=-0.002929 max=0.003973 Jy/beam ! Clean residual mean=0.000001 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.344945 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 77 components and 0.344945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072774Jy sigma=0.000777 ! Fit after self-cal, rms=0.072759Jy sigma=0.000777 ! Inverting map ! Added new window around map position (-5, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00373601 Jy ! Component: 100 - total flux cleaned = 0.00542022 Jy ! Component: 150 - total flux cleaned = 0.00597225 Jy ! Component: 200 - total flux cleaned = 0.0061496 Jy ! Total flux subtracted in 200 components = 0.0061496 Jy ! Clean residual min=-0.002460 max=0.002716 Jy/beam ! Clean residual mean=-0.000002 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.351095 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 115 components and 0.351095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072558Jy sigma=0.000774 ! Fit after self-cal, rms=0.072538Jy sigma=0.000774 ! 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.072538Jy sigma=0.000774 ! Fit after self-cal, rms=0.072606Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.906 mas, bmaj=7.321 mas, bpa=31.04 degrees ! Estimated noise=621.074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000730489 Jy ! Component: 100 - total flux cleaned = 0.000933116 Jy ! Component: 150 - total flux cleaned = 0.00109022 Jy ! Component: 200 - total flux cleaned = 0.00125309 Jy ! Total flux subtracted in 200 components = 0.00125309 Jy ! Clean residual min=-0.002146 max=0.001786 Jy/beam ! Clean residual mean=0.000011 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.352348 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 143 components and 0.352348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072546Jy sigma=0.000771 ! Fit after self-cal, rms=0.072549Jy sigma=0.000771 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.000472321 Jy ! Component: 100 - total flux cleaned = 0.000616492 Jy ! Component: 150 - total flux cleaned = 0.000666064 Jy ! Component: 200 - total flux cleaned = 0.000689332 Jy ! Total flux subtracted in 200 components = 0.000689332 Jy ! Clean residual min=-0.002101 max=0.001836 Jy/beam ! Clean residual mean=0.000010 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.353037 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 155 components and 0.353037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072528Jy sigma=0.000771 ! Fit after self-cal, rms=0.072527Jy sigma=0.000771 ! 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.072527Jy sigma=0.000771 ! Fit after self-cal, rms=0.072502Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.904 mas, bmaj=7.329 mas, bpa=31.1 degrees ! Estimated noise=620.397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000471856 Jy ! Component: 100 - total flux cleaned = -0.000416164 Jy ! Component: 150 - total flux cleaned = -0.000299455 Jy ! Component: 200 - total flux cleaned = -0.000217573 Jy ! Total flux subtracted in 200 components = -0.000217573 Jy ! Clean residual min=-0.001911 max=0.001768 Jy/beam ! Clean residual mean=0.000010 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.352819 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 165 components and 0.352819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072483Jy sigma=0.000770 ! Fit after self-cal, rms=0.072484Jy sigma=0.000770 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.000145758 Jy ! Component: 100 - total flux cleaned = 0.000238983 Jy ! Component: 150 - total flux cleaned = 0.000290678 Jy ! Component: 200 - total flux cleaned = 0.000323077 Jy ! Total flux subtracted in 200 components = 0.000323077 Jy ! Clean residual min=-0.001878 max=0.001796 Jy/beam ! Clean residual mean=0.000010 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.353142 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 180 components and 0.353142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072476Jy sigma=0.000770 ! Fit after self-cal, rms=0.072475Jy sigma=0.000770 ! 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.072475Jy sigma=0.000770 ! Fit after self-cal, rms=0.072452Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.048 mas, bmaj=9.118 mas, bpa=-77.72 degrees ! Estimated noise=691.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000215979 Jy ! Component: 100 - total flux cleaned = -0.00018113 Jy ! Component: 150 - total flux cleaned = -0.000182624 Jy ! Component: 200 - total flux cleaned = -0.00016181 Jy ! Total flux subtracted in 200 components = -0.00016181 Jy ! Clean residual min=-0.001827 max=0.001916 Jy/beam ! Clean residual mean=0.000015 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.352981 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 196 components and 0.352981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072446Jy sigma=0.000770 ! Fit after self-cal, rms=0.072446Jy sigma=0.000770 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 = 4.3784e-05 Jy ! Component: 100 - total flux cleaned = 9.55286e-05 Jy ! Component: 150 - total flux cleaned = 0.000121777 Jy ! Component: 200 - total flux cleaned = 0.000137984 Jy ! Total flux subtracted in 200 components = 0.000137984 Jy ! Clean residual min=-0.001826 max=0.001914 Jy/beam ! Clean residual mean=0.000015 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.353119 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 203 components and 0.353119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072444Jy sigma=0.000770 ! Fit after self-cal, rms=0.072444Jy sigma=0.000770 ! 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=4.902 mas, bmaj=7.334 mas, bpa=31.16 degrees ! Estimated noise=619.937 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.902 x 7.334 at 31.16 degrees (North through East) ! Clean map min=-0.0017893 max=0.29129 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.827 mas, bmaj=6.835 mas, bpa=32.13 degrees ! Estimated noise=1088.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.221874 Jy ! Component: 100 - total flux cleaned = 0.281692 Jy ! Component: 150 - total flux cleaned = 0.30599 Jy ! Component: 200 - total flux cleaned = 0.317544 Jy ! Total flux subtracted in 200 components = 0.317544 Jy ! Clean residual min=-0.003594 max=0.005871 Jy/beam ! Clean residual mean=0.000004 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.317543 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.317543 Jy ! Inverting map and beam ! Estimated beam: bmin=4.902 mas, bmaj=7.334 mas, bpa=31.16 degrees ! Estimated noise=619.937 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.00994046 Jy ! Component: 100 - total flux cleaned = 0.0160843 Jy ! Component: 150 - total flux cleaned = 0.0203093 Jy ! Component: 200 - total flux cleaned = 0.023434 Jy ! Total flux subtracted in 200 components = 0.023434 Jy ! Clean residual min=-0.002109 max=0.002107 Jy/beam ! Clean residual mean=0.000010 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.340977 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 83 components and 0.340977 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=9.048 mas, bmaj=9.118 mas, bpa=-77.72 degrees ! Estimated noise=691.627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00350225 Jy ! Component: 100 - total flux cleaned = 0.0058782 Jy ! Component: 150 - total flux cleaned = 0.00759202 Jy ! Component: 200 - total flux cleaned = 0.00885341 Jy ! Total flux subtracted in 200 components = 0.00885341 Jy ! Clean residual min=-0.001956 max=0.001794 Jy/beam ! Clean residual mean=0.000015 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.349831 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.00093511 Jy ! Component: 100 - total flux cleaned = 0.00163695 Jy ! Component: 150 - total flux cleaned = 0.00217288 Jy ! Component: 200 - total flux cleaned = 0.0025826 Jy ! Total flux subtracted in 200 components = 0.0025826 Jy ! Clean residual min=-0.001840 max=0.001865 Jy/beam ! Clean residual mean=0.000015 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.352413 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 166 components and 0.352413 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.902 mas, bmaj=7.334 mas, bpa=31.16 degrees ! Estimated noise=619.937 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000193007 Jy ! Component: 100 - total flux cleaned = 0.000302883 Jy ! Component: 150 - total flux cleaned = 0.000418809 Jy ! Component: 200 - total flux cleaned = 0.000506959 Jy ! Total flux subtracted in 200 components = 0.000506959 Jy ! Clean residual min=-0.001736 max=0.001730 Jy/beam ! Clean residual mean=0.000009 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.35292 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 182 components and 0.35292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072452Jy sigma=0.000770 ! Fit after self-cal, rms=0.072450Jy sigma=0.000770 wmodel J0440+4244_S_2014_08_05_pus_map.mod ! Writing 182 model components to file: J0440+4244_S_2014_08_05_pus_map.mod wobs J0440+4244_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0440+4244_S_2014_08_05_pus_uvs.fits wwins J0440+4244_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0440+4244_S_2014_08_05_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.000234145 Jy ! Component: 100 - total flux cleaned = -0.000325163 Jy ! Component: 150 - total flux cleaned = -0.000382854 Jy ! Component: 200 - total flux cleaned = -0.00035522 Jy ! Component: 250 - total flux cleaned = -0.000355432 Jy ! Component: 300 - total flux cleaned = -0.000329836 Jy ! Component: 350 - total flux cleaned = -0.000329158 Jy ! Component: 400 - total flux cleaned = -0.000281604 Jy ! Component: 450 - total flux cleaned = -0.00028198 Jy ! Component: 500 - total flux cleaned = -0.000372578 Jy ! Component: 550 - total flux cleaned = -0.000438336 Jy ! Component: 600 - total flux cleaned = -0.00056763 Jy ! Component: 650 - total flux cleaned = -0.000714217 Jy ! Component: 700 - total flux cleaned = -0.000754896 Jy ! Component: 750 - total flux cleaned = -0.000835663 Jy ! Component: 800 - total flux cleaned = -0.000914687 Jy ! Component: 850 - total flux cleaned = -0.00101118 Jy ! Component: 900 - total flux cleaned = -0.0010489 Jy ! Component: 950 - total flux cleaned = -0.00108611 Jy ! Component: 1000 - total flux cleaned = -0.00108634 Jy ! Component: 1050 - total flux cleaned = -0.00117586 Jy ! Component: 1100 - total flux cleaned = -0.00112296 Jy ! Component: 1150 - total flux cleaned = -0.00112311 Jy ! Component: 1200 - total flux cleaned = -0.00112327 Jy ! Component: 1250 - total flux cleaned = -0.00113993 Jy ! Component: 1300 - total flux cleaned = -0.00108981 Jy ! Component: 1350 - total flux cleaned = -0.00110616 Jy ! Component: 1400 - total flux cleaned = -0.00110604 Jy ! Component: 1450 - total flux cleaned = -0.00105843 Jy ! Component: 1500 - total flux cleaned = -0.00107414 Jy ! Component: 1550 - total flux cleaned = -0.00104327 Jy ! Component: 1600 - total flux cleaned = -0.00101324 Jy ! Component: 1650 - total flux cleaned = -0.0010883 Jy ! Component: 1700 - total flux cleaned = -0.00104388 Jy ! Component: 1750 - total flux cleaned = -0.00110207 Jy ! Component: 1800 - total flux cleaned = -0.00105862 Jy ! Component: 1850 - total flux cleaned = -0.00104432 Jy ! Component: 1900 - total flux cleaned = -0.0010725 Jy ! Component: 1950 - total flux cleaned = -0.00107254 Jy ! Component: 2000 - total flux cleaned = -0.00107238 Jy ! Component: 2050 - total flux cleaned = -0.00105856 Jy ! Component: 2100 - total flux cleaned = -0.00101808 Jy ! Component: 2150 - total flux cleaned = -0.00103146 Jy ! Component: 2200 - total flux cleaned = -0.00100496 Jy ! Component: 2250 - total flux cleaned = -0.00101795 Jy ! Component: 2300 - total flux cleaned = -0.000992024 Jy ! Component: 2350 - total flux cleaned = -0.000953592 Jy ! Component: 2400 - total flux cleaned = -0.000991855 Jy ! Component: 2450 - total flux cleaned = -0.000966804 Jy ! Component: 2500 - total flux cleaned = -0.000941771 Jy ! Component: 2550 - total flux cleaned = -0.000879849 Jy ! Component: 2600 - total flux cleaned = -0.00084325 Jy ! Component: 2650 - total flux cleaned = -0.000794736 Jy ! Component: 2700 - total flux cleaned = -0.000746683 Jy ! Component: 2750 - total flux cleaned = -0.000710936 Jy ! Component: 2800 - total flux cleaned = -0.000663644 Jy ! Component: 2850 - total flux cleaned = -0.000593122 Jy ! Component: 2900 - total flux cleaned = -0.000558068 Jy ! Component: 2950 - total flux cleaned = -0.000488744 Jy ! Component: 3000 - total flux cleaned = -0.000488776 Jy ! Component: 3050 - total flux cleaned = -0.000443262 Jy ! Component: 3100 - total flux cleaned = -0.000375631 Jy ! Component: 3150 - total flux cleaned = -0.000342031 Jy ! Component: 3200 - total flux cleaned = -0.000297661 Jy ! Component: 3250 - total flux cleaned = -0.00028656 Jy ! Component: 3300 - total flux cleaned = -0.0002537 Jy ! Component: 3350 - total flux cleaned = -0.000199478 Jy ! Component: 3400 - total flux cleaned = -0.00015642 Jy ! Component: 3450 - total flux cleaned = -0.000113816 Jy ! Component: 3500 - total flux cleaned = -8.2038e-05 Jy ! Component: 3550 - total flux cleaned = -7.14534e-05 Jy ! Component: 3600 - total flux cleaned = -5.06388e-05 Jy ! Component: 3650 - total flux cleaned = 2.2e-05 Jy ! Component: 3700 - total flux cleaned = 3.22708e-05 Jy ! Component: 3750 - total flux cleaned = 8.35652e-05 Jy ! Component: 3800 - total flux cleaned = 0.00016493 Jy ! Component: 3850 - total flux cleaned = 0.000195144 Jy ! Component: 3900 - total flux cleaned = 0.000235383 Jy ! Component: 3950 - total flux cleaned = 0.000285337 Jy ! Component: 4000 - total flux cleaned = 0.00036466 Jy ! Component: 4050 - total flux cleaned = 0.000384329 Jy ! Total flux subtracted in 4096 components = 0.00045284 Jy ! Clean residual min=-0.000501 max=0.000601 Jy/beam ! Clean residual mean=0.000002 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.353373 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 458 components and 0.353373 Jy ![Exited script file: muppet] wmap "J0440+4244_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.902 x 7.334 at 31.16 degrees (North through East) ! Clean map min=-0.0014214 max=0.2924 Jy/beam ! Writing clean map to FITS file: J0440+4244_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.292399 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181623 device "J0440+4244_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0440+4244_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.186345 0.186345 0.372689 0.745379 1.49076 2.98152 5.96303 11.9261 23.8521 47.7043 95.4085 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.292 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.902 x 7.334 at 31.16 degrees (North through East) ! Clean map min=-0.0014214 max=0.2924 Jy/beam quit ! Quitting program ! Log file J0440+4244_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:16:02 2016