! Started logfile: J0008+1144_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:39:34 2016 obs J0008+1144_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0008+1144_S_2014_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872619 visibilities/baseline/integration-bin. ! Found source: J0008+1144 ! ! 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 336 lines of history. ! ! Reading 17592 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 J0008+1144_S_2014_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 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.885764Jy sigma=0.010469 ! Fit after self-cal, rms=0.869416Jy sigma=0.010296 ! 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.892 mas, bmaj=6.508 mas, bpa=-4.795 degrees ! Estimated noise=749.971 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.100657 Jy ! Component: 100 - total flux cleaned = 0.12387 Jy ! Total flux subtracted in 100 components = 0.12387 Jy ! Clean residual min=-0.004164 max=0.008982 Jy/beam ! Clean residual mean=0.000005 rms=0.001129 Jy/beam ! Combined flux in latest and established models = 0.12387 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.12387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075312Jy sigma=0.000822 ! Fit after self-cal, rms=0.075303Jy sigma=0.000822 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00997805 Jy ! Component: 100 - total flux cleaned = 0.0151763 Jy ! Total flux subtracted in 100 components = 0.0151763 Jy ! Clean residual min=-0.003410 max=0.004055 Jy/beam ! Clean residual mean=0.000005 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.139046 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.139046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073554Jy sigma=0.000802 ! Fit after self-cal, rms=0.073537Jy sigma=0.000801 ! 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.475 mas, bmaj=7.628 mas, bpa=-4.51 degrees ! Estimated noise=458.22 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 (4.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056444 Jy ! Component: 100 - total flux cleaned = 0.00909964 Jy ! Component: 150 - total flux cleaned = 0.0114682 Jy ! Component: 200 - total flux cleaned = 0.0132383 Jy ! Total flux subtracted in 200 components = 0.0132383 Jy ! Clean residual min=-0.002598 max=0.002554 Jy/beam ! Clean residual mean=0.000005 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.152285 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 65 components and 0.152285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073007Jy sigma=0.000796 ! Fit after self-cal, rms=0.072977Jy sigma=0.000795 ! 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 1.00 FD 0.85 HN 0.99 KP 1.04 ! LA 1.15 MK 0.99 NL 0.99 OV 0.98 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.03 KP 1.00 ! LA 1.11 MK 1.01 NL 1.05 OV 1.00 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.02 KP 0.90 ! LA 0.89 MK 1.03 NL 1.02 OV 0.96 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.97 HN 1.00 KP 0.89 ! LA 0.86 MK 1.01 NL 1.07 OV 1.00 ! PT 1.01 SC 1.00 ! ! ! Fit before self-cal, rms=0.072977Jy sigma=0.000795 ! Fit after self-cal, rms=0.070812Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.49 mas, bmaj=7.661 mas, bpa=-4.412 degrees ! Estimated noise=456.041 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.000892027 Jy ! Component: 100 - total flux cleaned = 0.00107876 Jy ! Component: 150 - total flux cleaned = 0.001196 Jy ! Component: 200 - total flux cleaned = 0.00125653 Jy ! Total flux subtracted in 200 components = 0.00125653 Jy ! Clean residual min=-0.001678 max=0.002246 Jy/beam ! Clean residual mean=0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.153541 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 86 components and 0.153541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070789Jy sigma=0.000781 ! Fit after self-cal, rms=0.070793Jy sigma=0.000781 ! 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.070793Jy sigma=0.000781 ! Fit after self-cal, rms=0.070406Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.49 mas, bmaj=7.657 mas, bpa=-4.42 degrees ! Estimated noise=455.791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000484402 Jy ! Component: 100 - total flux cleaned = 0.000561356 Jy ! Component: 150 - total flux cleaned = 0.000609564 Jy ! Component: 200 - total flux cleaned = 0.000595616 Jy ! Total flux subtracted in 200 components = 0.000595616 Jy ! Clean residual min=-0.001492 max=0.001916 Jy/beam ! Clean residual mean=0.000002 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.154137 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.154137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070395Jy sigma=0.000780 ! Fit after self-cal, rms=0.070393Jy sigma=0.000780 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 (-2.5, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178172 Jy ! Component: 100 - total flux cleaned = 0.00280491 Jy ! Component: 150 - total flux cleaned = 0.00336031 Jy ! Component: 200 - total flux cleaned = 0.00378879 Jy ! Total flux subtracted in 200 components = 0.00378879 Jy ! Clean residual min=-0.001557 max=0.001682 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.157926 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 124 components and 0.157926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070344Jy sigma=0.000779 ! Fit after self-cal, rms=0.070342Jy sigma=0.000779 ! Inverting map ! Added new window around map position (-88, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012643 Jy ! Component: 100 - total flux cleaned = 0.00135617 Jy ! Component: 150 - total flux cleaned = 0.00153826 Jy ! Component: 200 - total flux cleaned = 0.00170782 Jy ! Total flux subtracted in 200 components = 0.00170782 Jy ! Clean residual min=-0.001503 max=0.001683 Jy/beam ! Clean residual mean=0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.159634 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 147 components and 0.159634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070307Jy sigma=0.000778 ! Fit after self-cal, rms=0.070305Jy sigma=0.000778 ! Inverting map ! Added new window around map position (82.5, -97). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145411 Jy ! Component: 100 - total flux cleaned = 0.00199987 Jy ! Component: 150 - total flux cleaned = 0.00254764 Jy ! Component: 200 - total flux cleaned = 0.00289589 Jy ! Total flux subtracted in 200 components = 0.00289589 Jy ! Clean residual min=-0.001387 max=0.001459 Jy/beam ! Clean residual mean=0.000001 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.162529 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 164 components and 0.162529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070266Jy sigma=0.000778 ! Fit after self-cal, rms=0.070264Jy sigma=0.000778 ! 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.070264Jy sigma=0.000778 ! Fit after self-cal, rms=0.070283Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.494 mas, bmaj=7.665 mas, bpa=-4.401 degrees ! Estimated noise=455.587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624185 Jy ! Component: 100 - total flux cleaned = 0.00103346 Jy ! Component: 150 - total flux cleaned = 0.00119069 Jy ! Component: 200 - total flux cleaned = 0.0012988 Jy ! Total flux subtracted in 200 components = 0.0012988 Jy ! Clean residual min=-0.001386 max=0.001446 Jy/beam ! Clean residual mean=0.000002 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.163828 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 178 components and 0.163828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070267Jy sigma=0.000778 ! Fit after self-cal, rms=0.070270Jy sigma=0.000778 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 (7, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123284 Jy ! Component: 100 - total flux cleaned = 0.00153551 Jy ! Component: 150 - total flux cleaned = 0.00158632 Jy ! Component: 200 - total flux cleaned = 0.00168157 Jy ! Total flux subtracted in 200 components = 0.00168157 Jy ! Clean residual min=-0.001263 max=0.001174 Jy/beam ! Clean residual mean=0.000001 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.16551 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 205 components and 0.16551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070239Jy sigma=0.000777 ! Fit after self-cal, rms=0.070237Jy sigma=0.000777 ! 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.070237Jy sigma=0.000777 ! Fit after self-cal, rms=0.070216Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.477 mas, bmaj=11.11 mas, bpa=-4.402 degrees ! Estimated noise=547.145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000548952 Jy ! Component: 100 - total flux cleaned = 0.000657212 Jy ! Component: 150 - total flux cleaned = 0.000850446 Jy ! Component: 200 - total flux cleaned = 0.00102533 Jy ! Total flux subtracted in 200 components = 0.00102533 Jy ! Clean residual min=-0.001175 max=0.001335 Jy/beam ! Clean residual mean=0.000003 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.166535 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 221 components and 0.166535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070207Jy sigma=0.000777 ! Fit after self-cal, rms=0.070208Jy sigma=0.000777 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.000108598 Jy ! Component: 100 - total flux cleaned = 0.000285063 Jy ! Component: 150 - total flux cleaned = 0.000394453 Jy ! Component: 200 - total flux cleaned = 0.000515181 Jy ! Total flux subtracted in 200 components = 0.000515181 Jy ! Clean residual min=-0.001146 max=0.001316 Jy/beam ! Clean residual mean=0.000002 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.16705 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 234 components and 0.16705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070203Jy sigma=0.000777 ! Fit after self-cal, rms=0.070202Jy sigma=0.000777 ! 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.495 mas, bmaj=7.669 mas, bpa=-4.393 degrees ! Estimated noise=455.256 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.495 x 7.669 at -4.393 degrees (North through East) ! Clean map min=-0.0011116 max=0.13043 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.902 mas, bmaj=6.54 mas, bpa=-4.615 degrees ! Estimated noise=747.049 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.100123 Jy ! Component: 100 - total flux cleaned = 0.123622 Jy ! Component: 150 - total flux cleaned = 0.133537 Jy ! Component: 200 - total flux cleaned = 0.138935 Jy ! Total flux subtracted in 200 components = 0.138935 Jy ! Clean residual min=-0.002852 max=0.002822 Jy/beam ! Clean residual mean=0.000002 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.138935 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.138935 Jy ! Inverting map and beam ! Estimated beam: bmin=3.495 mas, bmaj=7.669 mas, bpa=-4.393 degrees ! Estimated noise=455.256 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.00497694 Jy ! Component: 100 - total flux cleaned = 0.00811167 Jy ! Component: 150 - total flux cleaned = 0.0105253 Jy ! Component: 200 - total flux cleaned = 0.0125796 Jy ! Total flux subtracted in 200 components = 0.0125796 Jy ! Clean residual min=-0.001856 max=0.002054 Jy/beam ! Clean residual mean=0.000002 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.151515 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 50 components and 0.151515 Jy ! Inverting map ! Added new window around map position (18, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211964 Jy ! Component: 100 - total flux cleaned = 0.00377089 Jy ! Component: 150 - total flux cleaned = 0.0051134 Jy ! Component: 200 - total flux cleaned = 0.00626397 Jy ! Total flux subtracted in 200 components = 0.00626397 Jy ! Clean residual min=-0.001574 max=0.001415 Jy/beam ! Clean residual mean=0.000002 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.157778 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 88 components and 0.157778 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.477 mas, bmaj=11.11 mas, bpa=-4.402 degrees ! Estimated noise=547.145 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167304 Jy ! Component: 100 - total flux cleaned = 0.00263527 Jy ! Component: 150 - total flux cleaned = 0.00352446 Jy ! Component: 200 - total flux cleaned = 0.00422363 Jy ! Total flux subtracted in 200 components = 0.00422363 Jy ! Clean residual min=-0.001488 max=0.001611 Jy/beam ! Clean residual mean=0.000004 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.162002 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.00058816 Jy ! Component: 100 - total flux cleaned = 0.00108888 Jy ! Component: 150 - total flux cleaned = 0.00146396 Jy ! Component: 200 - total flux cleaned = 0.00184103 Jy ! Total flux subtracted in 200 components = 0.00184103 Jy ! Clean residual min=-0.001343 max=0.001459 Jy/beam ! Clean residual mean=0.000004 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.163843 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 163 components and 0.163843 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.495 mas, bmaj=7.669 mas, bpa=-4.393 degrees ! Estimated noise=455.256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000601197 Jy ! Component: 100 - total flux cleaned = 0.00101501 Jy ! Component: 150 - total flux cleaned = 0.00133899 Jy ! Component: 200 - total flux cleaned = 0.00147752 Jy ! Total flux subtracted in 200 components = 0.00147752 Jy ! Clean residual min=-0.001263 max=0.001148 Jy/beam ! Clean residual mean=0.000002 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.165321 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 189 components and 0.165321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070216Jy sigma=0.000777 ! Fit after self-cal, rms=0.070207Jy sigma=0.000777 wmodel J0008+1144_S_2014_05_31_pus_map.mod ! Writing 189 model components to file: J0008+1144_S_2014_05_31_pus_map.mod wobs J0008+1144_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0008+1144_S_2014_05_31_pus_uvs.fits wwins J0008+1144_S_2014_05_31_pus_map.win ! wwins: Wrote 7 windows to J0008+1144_S_2014_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.000456579 Jy ! Component: 100 - total flux cleaned = -0.000728273 Jy ! Component: 150 - total flux cleaned = -0.000807683 Jy ! Component: 200 - total flux cleaned = -0.000826745 Jy ! Component: 250 - total flux cleaned = -0.000844796 Jy ! Component: 300 - total flux cleaned = -0.000898134 Jy ! Component: 350 - total flux cleaned = -0.000967615 Jy ! Component: 400 - total flux cleaned = -0.00105253 Jy ! Component: 450 - total flux cleaned = -0.00108588 Jy ! Component: 500 - total flux cleaned = -0.00115106 Jy ! Component: 550 - total flux cleaned = -0.00115103 Jy ! Component: 600 - total flux cleaned = -0.001151 Jy ! Component: 650 - total flux cleaned = -0.00115088 Jy ! Component: 700 - total flux cleaned = -0.0011658 Jy ! Component: 750 - total flux cleaned = -0.00120996 Jy ! Component: 800 - total flux cleaned = -0.00119502 Jy ! Component: 850 - total flux cleaned = -0.00118106 Jy ! Component: 900 - total flux cleaned = -0.0012235 Jy ! Component: 950 - total flux cleaned = -0.00120938 Jy ! Component: 1000 - total flux cleaned = -0.00119567 Jy ! Component: 1050 - total flux cleaned = -0.00116874 Jy ! Component: 1100 - total flux cleaned = -0.00118215 Jy ! Component: 1150 - total flux cleaned = -0.00119521 Jy ! Component: 1200 - total flux cleaned = -0.00111722 Jy ! Component: 1250 - total flux cleaned = -0.0011301 Jy ! Component: 1300 - total flux cleaned = -0.00107931 Jy ! Component: 1350 - total flux cleaned = -0.00106657 Jy ! Component: 1400 - total flux cleaned = -0.0010293 Jy ! Component: 1450 - total flux cleaned = -0.00101707 Jy ! Component: 1500 - total flux cleaned = -0.00101712 Jy ! Component: 1550 - total flux cleaned = -0.000993111 Jy ! Component: 1600 - total flux cleaned = -0.00099318 Jy ! Component: 1650 - total flux cleaned = -0.00100484 Jy ! Component: 1700 - total flux cleaned = -0.000981387 Jy ! Component: 1750 - total flux cleaned = -0.000935132 Jy ! Component: 1800 - total flux cleaned = -0.000958224 Jy ! Component: 1850 - total flux cleaned = -0.000958044 Jy ! Component: 1900 - total flux cleaned = -0.00095795 Jy ! Component: 1950 - total flux cleaned = -0.000946686 Jy ! Component: 2000 - total flux cleaned = -0.000902324 Jy ! Component: 2050 - total flux cleaned = -0.000924318 Jy ! Component: 2100 - total flux cleaned = -0.000924265 Jy ! Component: 2150 - total flux cleaned = -0.000870288 Jy ! Component: 2200 - total flux cleaned = -0.000902442 Jy ! Component: 2250 - total flux cleaned = -0.000923493 Jy ! Component: 2300 - total flux cleaned = -0.00086017 Jy ! Component: 2350 - total flux cleaned = -0.000839279 Jy ! Component: 2400 - total flux cleaned = -0.000828877 Jy ! Component: 2450 - total flux cleaned = -0.00075697 Jy ! Component: 2500 - total flux cleaned = -0.000716347 Jy ! Component: 2550 - total flux cleaned = -0.000676067 Jy ! Component: 2600 - total flux cleaned = -0.000646087 Jy ! Component: 2650 - total flux cleaned = -0.00061615 Jy ! Component: 2700 - total flux cleaned = -0.00053719 Jy ! Component: 2750 - total flux cleaned = -0.000507761 Jy ! Component: 2800 - total flux cleaned = -0.000459213 Jy ! Component: 2850 - total flux cleaned = -0.000439911 Jy ! Component: 2900 - total flux cleaned = -0.000372775 Jy ! Component: 2950 - total flux cleaned = -0.000353718 Jy ! Component: 3000 - total flux cleaned = -0.000306522 Jy ! Component: 3050 - total flux cleaned = -0.000287862 Jy ! Component: 3100 - total flux cleaned = -0.000269223 Jy ! Component: 3150 - total flux cleaned = -0.000232217 Jy ! Component: 3200 - total flux cleaned = -0.000186358 Jy ! Component: 3250 - total flux cleaned = -0.000168152 Jy ! Component: 3300 - total flux cleaned = -9.577e-05 Jy ! Component: 3350 - total flux cleaned = -9.57878e-05 Jy ! Component: 3400 - total flux cleaned = -3.33311e-05 Jy ! Component: 3450 - total flux cleaned = 3.76451e-05 Jy ! Component: 3500 - total flux cleaned = 5.52285e-05 Jy ! Component: 3550 - total flux cleaned = 8.14953e-05 Jy ! Component: 3600 - total flux cleaned = 0.00015119 Jy ! Component: 3650 - total flux cleaned = 0.000185894 Jy ! Component: 3700 - total flux cleaned = 0.000246197 Jy ! Component: 3750 - total flux cleaned = 0.000297575 Jy ! Component: 3800 - total flux cleaned = 0.000374001 Jy ! Component: 3850 - total flux cleaned = 0.000416141 Jy ! Component: 3900 - total flux cleaned = 0.000432995 Jy ! Component: 3950 - total flux cleaned = 0.000474794 Jy ! Component: 4000 - total flux cleaned = 0.00053286 Jy ! Component: 4050 - total flux cleaned = 0.000623715 Jy ! Total flux subtracted in 4096 components = 0.000672856 Jy ! Clean residual min=-0.000556 max=0.000423 Jy/beam ! Clean residual mean=0.000002 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.165994 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 460 components and 0.165993 Jy ![Exited script file: muppet] wmap "J0008+1144_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.495 x 7.669 at -4.393 degrees (North through East) ! Clean map min=-0.0009992 max=0.13097 Jy/beam ! Writing clean map to FITS file: J0008+1144_S_2014_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.130971 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000153012 device "J0008+1144_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0008+1144_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.350487 0.350487 0.700974 1.40195 2.8039 5.60779 11.2156 22.4312 44.8623 89.7247 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 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.495 x 7.669 at -4.393 degrees (North through East) ! Clean map min=-0.0009992 max=0.13097 Jy/beam quit ! Quitting program ! Log file J0008+1144_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:39:40 2016