! Started logfile: J1133+0040_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:23:16 2017 obs J1133+0040_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1133+0040_S_2015_01_23_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.908148 visibilities/baseline/integration-bin. ! Found source: J1133+0040 ! ! 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 338 lines of history. ! ! Reading 4904 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 J1133+0040_S_2015_01_23_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.896231Jy sigma=0.007071 ! Fit after self-cal, rms=0.881900Jy sigma=0.006961 ! 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.619 mas, bmaj=6.592 mas, bpa=-3.915 degrees ! Estimated noise=1230.19 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.28867 Jy ! Component: 100 - total flux cleaned = 0.35408 Jy ! Total flux subtracted in 100 components = 0.35408 Jy ! Clean residual min=-0.017129 max=0.025203 Jy/beam ! Clean residual mean=0.000029 rms=0.004212 Jy/beam ! Combined flux in latest and established models = 0.35408 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.35408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.666293Jy sigma=0.001204 ! Fit after self-cal, rms=0.666291Jy sigma=0.001204 ! Inverting map ! Added new window around map position (6.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0275825 Jy ! Component: 100 - total flux cleaned = 0.0446661 Jy ! Total flux subtracted in 100 components = 0.0446661 Jy ! Clean residual min=-0.014599 max=0.018190 Jy/beam ! Clean residual mean=0.000024 rms=0.003350 Jy/beam ! Combined flux in latest and established models = 0.398746 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.398746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.663446Jy sigma=0.001111 ! Fit after self-cal, rms=0.663326Jy sigma=0.001108 ! 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.08 mas, bmaj=7.366 mas, bpa=-3.562 degrees ! Estimated noise=1009.64 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.0175556 Jy ! Component: 100 - total flux cleaned = 0.0287826 Jy ! Component: 150 - total flux cleaned = 0.0367446 Jy ! Component: 200 - total flux cleaned = 0.0426092 Jy ! Total flux subtracted in 200 components = 0.0426092 Jy ! Clean residual min=-0.014910 max=0.018499 Jy/beam ! Clean residual mean=0.000047 rms=0.004016 Jy/beam ! Combined flux in latest and established models = 0.441355 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 55 components and 0.441355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.662009Jy sigma=0.001069 ! Fit after self-cal, rms=0.661887Jy sigma=0.001066 ! 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.99 FD 1.86 HN 0.93 KP 1.07 ! LA 0.94 MK 1.00 NL 1.10 OV 0.99 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.71 HN 1.00 KP 1.00 ! LA 0.91 MK 1.01 NL 1.29 OV 1.02 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 2.16 HN 1.02 KP 0.86 ! LA 0.75 MK 1.03 NL 1.37 OV 0.93 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 2.04 HN 0.97 KP 0.80 ! LA 0.79 MK 1.04 NL 0.95 OV 1.01 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.661887Jy sigma=0.001066 ! Fit after self-cal, rms=1.376190Jy sigma=0.000835 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.1 mas, bmaj=7.433 mas, bpa=-3.429 degrees ! Estimated noise=1019.09 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.00434049 Jy ! Component: 100 - total flux cleaned = -0.00420835 Jy ! Component: 150 - total flux cleaned = -0.00378509 Jy ! Component: 200 - total flux cleaned = -0.00387029 Jy ! Total flux subtracted in 200 components = -0.00387029 Jy ! Clean residual min=-0.005860 max=0.007139 Jy/beam ! Clean residual mean=0.000002 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.437484 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.437484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.376050Jy sigma=0.000829 ! Fit after self-cal, rms=1.376172Jy sigma=0.000828 ! Inverting map ! Added new window around map position (6.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00534192 Jy ! Component: 100 - total flux cleaned = 0.00526797 Jy ! Component: 150 - total flux cleaned = 0.00517414 Jy ! Component: 200 - total flux cleaned = 0.00491158 Jy ! Total flux subtracted in 200 components = 0.00491158 Jy ! Clean residual min=-0.005107 max=0.004828 Jy/beam ! Clean residual mean=0.000001 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.442396 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 87 components and 0.442396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.376092Jy sigma=0.000823 ! Fit after self-cal, rms=1.376077Jy sigma=0.000823 ! 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=1.376077Jy sigma=0.000823 ! Fit after self-cal, rms=0.240111Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=7.429 mas, bpa=-3.372 degrees ! Estimated noise=1016.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00138602 Jy ! Component: 100 - total flux cleaned = -0.00127462 Jy ! Component: 150 - total flux cleaned = -0.00149977 Jy ! Component: 200 - total flux cleaned = -0.0016295 Jy ! Total flux subtracted in 200 components = -0.0016295 Jy ! Clean residual min=-0.004118 max=0.003530 Jy/beam ! Clean residual mean=0.000005 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.440767 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 104 components and 0.440766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239867Jy sigma=0.000788 ! Fit after self-cal, rms=0.239781Jy sigma=0.000787 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.000321287 Jy ! Component: 100 - total flux cleaned = -0.000501649 Jy ! Component: 150 - total flux cleaned = -0.000776027 Jy ! Component: 200 - total flux cleaned = -0.000976188 Jy ! Total flux subtracted in 200 components = -0.000976188 Jy ! Clean residual min=-0.003790 max=0.003446 Jy/beam ! Clean residual mean=0.000005 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.43979 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.43979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239697Jy sigma=0.000787 ! Fit after self-cal, rms=0.239691Jy sigma=0.000786 ! 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.239691Jy sigma=0.000786 ! Fit after self-cal, rms=0.238309Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=7.429 mas, bpa=-3.341 degrees ! Estimated noise=1014.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00162989 Jy ! Component: 100 - total flux cleaned = -0.00188478 Jy ! Component: 150 - total flux cleaned = -0.00204488 Jy ! Component: 200 - total flux cleaned = -0.00218648 Jy ! Total flux subtracted in 200 components = -0.00218648 Jy ! Clean residual min=-0.003310 max=0.003182 Jy/beam ! Clean residual mean=0.000005 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.437604 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 117 components and 0.437604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238174Jy sigma=0.000784 ! Fit after self-cal, rms=0.238178Jy sigma=0.000784 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.000430276 Jy ! Component: 100 - total flux cleaned = -0.000560855 Jy ! Component: 150 - total flux cleaned = -0.000683414 Jy ! Component: 200 - total flux cleaned = -0.000797833 Jy ! Total flux subtracted in 200 components = -0.000797833 Jy ! Clean residual min=-0.003290 max=0.003135 Jy/beam ! Clean residual mean=0.000005 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.436806 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.436806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.238126Jy sigma=0.000784 ! Fit after self-cal, rms=0.238123Jy sigma=0.000784 ! 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.238123Jy sigma=0.000784 ! Fit after self-cal, rms=0.237426Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.398 mas, bmaj=12.26 mas, bpa=-0.5047 degrees ! Estimated noise=1327.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00152956 Jy ! Component: 100 - total flux cleaned = -0.00192786 Jy ! Component: 150 - total flux cleaned = -0.00219853 Jy ! Component: 200 - total flux cleaned = -0.0022937 Jy ! Total flux subtracted in 200 components = -0.0022937 Jy ! Clean residual min=-0.003604 max=0.003593 Jy/beam ! Clean residual mean=0.000009 rms=0.001024 Jy/beam ! Combined flux in latest and established models = 0.434512 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 139 components and 0.434512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237349Jy sigma=0.000783 ! Fit after self-cal, rms=0.237345Jy sigma=0.000783 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.000416786 Jy ! Component: 100 - total flux cleaned = -0.000446445 Jy ! Component: 150 - total flux cleaned = -0.000474888 Jy ! Component: 200 - total flux cleaned = -0.000500898 Jy ! Total flux subtracted in 200 components = -0.000500898 Jy ! Clean residual min=-0.003472 max=0.003547 Jy/beam ! Clean residual mean=0.000009 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.434011 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 146 components and 0.434011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237316Jy sigma=0.000783 ! Fit after self-cal, rms=0.237311Jy sigma=0.000783 ! 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.101 mas, bmaj=7.431 mas, bpa=-3.318 degrees ! Estimated noise=1013.14 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.101 x 7.431 at -3.318 degrees (North through East) ! Clean map min=-0.0028545 max=0.37362 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.632 mas, bmaj=6.643 mas, bpa=-3.812 degrees ! Estimated noise=1227.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.287978 Jy ! Component: 100 - total flux cleaned = 0.352856 Jy ! Component: 150 - total flux cleaned = 0.376861 Jy ! Component: 200 - total flux cleaned = 0.391254 Jy ! Total flux subtracted in 200 components = 0.391254 Jy ! Clean residual min=-0.005568 max=0.008048 Jy/beam ! Clean residual mean=0.000008 rms=0.001535 Jy/beam ! Combined flux in latest and established models = 0.391254 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.391254 Jy ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=7.431 mas, bpa=-3.318 degrees ! Estimated noise=1013.14 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.0138169 Jy ! Component: 100 - total flux cleaned = 0.0225704 Jy ! Component: 150 - total flux cleaned = 0.0284431 Jy ! Component: 200 - total flux cleaned = 0.0326017 Jy ! Total flux subtracted in 200 components = 0.0326017 Jy ! Clean residual min=-0.003306 max=0.003449 Jy/beam ! Clean residual mean=0.000007 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.423856 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 70 components and 0.423856 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.398 mas, bmaj=12.26 mas, bpa=-0.5047 degrees ! Estimated noise=1327.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00480815 Jy ! Component: 100 - total flux cleaned = 0.00742 Jy ! Component: 150 - total flux cleaned = 0.00894338 Jy ! Component: 200 - total flux cleaned = 0.00937925 Jy ! Total flux subtracted in 200 components = 0.00937925 Jy ! Clean residual min=-0.003386 max=0.003567 Jy/beam ! Clean residual mean=0.000009 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.433235 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.000211954 Jy ! Component: 100 - total flux cleaned = 0.000313587 Jy ! Component: 150 - total flux cleaned = 0.00033655 Jy ! Component: 200 - total flux cleaned = 0.000337336 Jy ! Total flux subtracted in 200 components = 0.000337336 Jy ! Clean residual min=-0.003376 max=0.003587 Jy/beam ! Clean residual mean=0.000009 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.433572 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 120 components and 0.433572 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=7.431 mas, bpa=-3.318 degrees ! Estimated noise=1013.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000377757 Jy ! Component: 100 - total flux cleaned = 0.000321581 Jy ! Component: 150 - total flux cleaned = 0.000193419 Jy ! Component: 200 - total flux cleaned = 0.000195497 Jy ! Total flux subtracted in 200 components = 0.000195497 Jy ! Clean residual min=-0.003028 max=0.003012 Jy/beam ! Clean residual mean=0.000004 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.433768 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 137 components and 0.433768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.237268Jy sigma=0.000783 ! Fit after self-cal, rms=0.237256Jy sigma=0.000783 wmodel J1133+0040_S_2015_01_23_pus_map.mod ! Writing 137 model components to file: J1133+0040_S_2015_01_23_pus_map.mod wobs J1133+0040_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1133+0040_S_2015_01_23_pus_uvs.fits wwins J1133+0040_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1133+0040_S_2015_01_23_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.000101643 Jy ! Component: 100 - total flux cleaned = 6.77905e-07 Jy ! Component: 150 - total flux cleaned = -9.85964e-05 Jy ! Component: 200 - total flux cleaned = -0.000147644 Jy ! Component: 250 - total flux cleaned = -0.000241251 Jy ! Component: 300 - total flux cleaned = -0.000376216 Jy ! Component: 350 - total flux cleaned = -0.000375383 Jy ! Component: 400 - total flux cleaned = -0.00046173 Jy ! Component: 450 - total flux cleaned = -0.000420224 Jy ! Component: 500 - total flux cleaned = -0.000461383 Jy ! Component: 550 - total flux cleaned = -0.000501731 Jy ! Component: 600 - total flux cleaned = -0.000580966 Jy ! Component: 650 - total flux cleaned = -0.000696928 Jy ! Component: 700 - total flux cleaned = -0.000734691 Jy ! Component: 750 - total flux cleaned = -0.000846582 Jy ! Component: 800 - total flux cleaned = -0.000957193 Jy ! Component: 850 - total flux cleaned = -0.00128268 Jy ! Component: 900 - total flux cleaned = -0.00138926 Jy ! Component: 950 - total flux cleaned = -0.00170541 Jy ! Component: 1000 - total flux cleaned = -0.00198181 Jy ! Component: 1050 - total flux cleaned = -0.0022556 Jy ! Component: 1100 - total flux cleaned = -0.00256036 Jy ! Component: 1150 - total flux cleaned = -0.00296141 Jy ! Component: 1200 - total flux cleaned = -0.00329142 Jy ! Component: 1250 - total flux cleaned = -0.00355259 Jy ! Component: 1300 - total flux cleaned = -0.00371309 Jy ! Component: 1350 - total flux cleaned = -0.00390407 Jy ! Component: 1400 - total flux cleaned = -0.00421859 Jy ! Component: 1450 - total flux cleaned = -0.00428073 Jy ! Component: 1500 - total flux cleaned = -0.00443529 Jy ! Component: 1550 - total flux cleaned = -0.00464962 Jy ! Component: 1600 - total flux cleaned = -0.00480128 Jy ! Component: 1650 - total flux cleaned = -0.00504142 Jy ! Component: 1700 - total flux cleaned = -0.00519019 Jy ! Component: 1750 - total flux cleaned = -0.00536701 Jy ! Component: 1800 - total flux cleaned = -0.00562978 Jy ! Component: 1850 - total flux cleaned = -0.00577411 Jy ! Component: 1900 - total flux cleaned = -0.00600368 Jy ! Component: 1950 - total flux cleaned = -0.00611747 Jy ! Component: 2000 - total flux cleaned = -0.00628659 Jy ! Component: 2050 - total flux cleaned = -0.00645471 Jy ! Component: 2100 - total flux cleaned = -0.00656605 Jy ! Component: 2150 - total flux cleaned = -0.00684151 Jy ! Component: 2200 - total flux cleaned = -0.00697839 Jy ! Component: 2250 - total flux cleaned = -0.00708665 Jy ! Component: 2300 - total flux cleaned = -0.00716745 Jy ! Component: 2350 - total flux cleaned = -0.00730109 Jy ! Component: 2400 - total flux cleaned = -0.00746023 Jy ! Component: 2450 - total flux cleaned = -0.00759234 Jy ! Component: 2500 - total flux cleaned = -0.00764484 Jy ! Component: 2550 - total flux cleaned = -0.00785292 Jy ! Component: 2600 - total flux cleaned = -0.00793043 Jy ! Component: 2650 - total flux cleaned = -0.00803328 Jy ! Component: 2700 - total flux cleaned = -0.00826271 Jy ! Component: 2750 - total flux cleaned = -0.00836426 Jy ! Component: 2800 - total flux cleaned = -0.00843986 Jy ! Component: 2850 - total flux cleaned = -0.00863971 Jy ! Component: 2900 - total flux cleaned = -0.00876391 Jy ! Component: 2950 - total flux cleaned = -0.00888742 Jy ! Component: 3000 - total flux cleaned = -0.0089118 Jy ! Component: 3050 - total flux cleaned = -0.00898521 Jy ! Component: 3100 - total flux cleaned = -0.00905803 Jy ! Component: 3150 - total flux cleaned = -0.00922685 Jy ! Component: 3200 - total flux cleaned = -0.00932262 Jy ! Component: 3250 - total flux cleaned = -0.00941814 Jy ! Component: 3300 - total flux cleaned = -0.0095604 Jy ! Component: 3350 - total flux cleaned = -0.00960739 Jy ! Component: 3400 - total flux cleaned = -0.0096309 Jy ! Component: 3450 - total flux cleaned = -0.00977117 Jy ! Component: 3500 - total flux cleaned = -0.00984105 Jy ! Component: 3550 - total flux cleaned = -0.00997967 Jy ! Component: 3600 - total flux cleaned = -0.0101175 Jy ! Component: 3650 - total flux cleaned = -0.0102545 Jy ! Component: 3700 - total flux cleaned = -0.0102547 Jy ! Component: 3750 - total flux cleaned = -0.0104132 Jy ! Component: 3800 - total flux cleaned = -0.0104585 Jy ! Component: 3850 - total flux cleaned = -0.0105929 Jy ! Component: 3900 - total flux cleaned = -0.0106375 Jy ! Component: 3950 - total flux cleaned = -0.0106819 Jy ! Component: 4000 - total flux cleaned = -0.0108366 Jy ! Component: 4050 - total flux cleaned = -0.0109246 Jy ! Total flux subtracted in 4096 components = -0.011012 Jy ! Clean residual min=-0.001133 max=0.001440 Jy/beam ! Clean residual mean=0.000004 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.422756 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 427 components and 0.422756 Jy ![Exited script file: muppet] wmap "J1133+0040_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.101 x 7.431 at -3.318 degrees (North through East) ! Clean map min=-0.0025954 max=0.37473 Jy/beam ! Writing clean map to FITS file: J1133+0040_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.374725 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00039505 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.316272 0.316272 0.632543 1.26509 2.53017 5.06035 10.1207 20.2414 40.4828 80.9655 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.374 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.101 x 7.431 at -3.318 degrees (North through East) ! Clean map min=-0.0025954 max=0.37473 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 J1133+0040_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:23:21 2017