! Started logfile: J1740+4506_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:31:39 2017 obs J1740+4506_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1740+4506_S_2015_01_23_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.874277 visibilities/baseline/integration-bin. ! Found source: J1740+4506 ! ! 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 11488 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 J1740+4506_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.759639Jy sigma=0.008824 ! Fit after self-cal, rms=0.752775Jy sigma=0.008755 ! 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.935 mas, bmaj=4.427 mas, bpa=-5.102 degrees ! Estimated noise=934.515 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.18817 Jy ! Component: 100 - total flux cleaned = 0.235049 Jy ! Total flux subtracted in 100 components = 0.235049 Jy ! Clean residual min=-0.008074 max=0.017915 Jy/beam ! Clean residual mean=-0.000022 rms=0.002435 Jy/beam ! Combined flux in latest and established models = 0.235049 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.235049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125058Jy sigma=0.000971 ! Fit after self-cal, rms=0.125050Jy sigma=0.000971 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017741 Jy ! Component: 100 - total flux cleaned = 0.0264415 Jy ! Total flux subtracted in 100 components = 0.0264415 Jy ! Clean residual min=-0.008189 max=0.010763 Jy/beam ! Clean residual mean=-0.000024 rms=0.002133 Jy/beam ! Combined flux in latest and established models = 0.261491 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.261491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120563Jy sigma=0.000932 ! Fit after self-cal, rms=0.120558Jy sigma=0.000932 ! 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.632 mas, bmaj=5.165 mas, bpa=-1.168 degrees ! Estimated noise=598.137 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.0088438 Jy ! Component: 100 - total flux cleaned = 0.0142539 Jy ! Component: 150 - total flux cleaned = 0.0179267 Jy ! Component: 200 - total flux cleaned = 0.0204298 Jy ! Total flux subtracted in 200 components = 0.0204298 Jy ! Clean residual min=-0.008603 max=0.011886 Jy/beam ! Clean residual mean=-0.000089 rms=0.002398 Jy/beam ! Combined flux in latest and established models = 0.28192 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 37 components and 0.28192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119134Jy sigma=0.000929 ! Fit after self-cal, rms=0.119123Jy sigma=0.000928 ! 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 0.71 HN 0.99 KP 1.11 ! LA 0.98 MK 1.00 NL 1.05 OV 0.98 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.82 HN 1.05 KP 1.02 ! LA 0.95 MK 1.00 NL 1.22 OV 1.01 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.90 HN 1.08 KP 0.88 ! LA 0.76 MK 1.01 NL 1.47 OV 0.93 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.83 HN 1.00 KP 0.83 ! LA 0.82 MK 1.02 NL 1.03 OV 0.95 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.119123Jy sigma=0.000928 ! Fit after self-cal, rms=0.098619Jy sigma=0.000821 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=5.194 mas, bpa=-0.3948 degrees ! Estimated noise=598.74 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 (-10, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00720678 Jy ! Component: 100 - total flux cleaned = 0.0111261 Jy ! Component: 150 - total flux cleaned = 0.0138363 Jy ! Component: 200 - total flux cleaned = 0.0151886 Jy ! Total flux subtracted in 200 components = 0.0151886 Jy ! Clean residual min=-0.004362 max=0.004425 Jy/beam ! Clean residual mean=-0.000052 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.297109 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 59 components and 0.297109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098050Jy sigma=0.000812 ! Fit after self-cal, rms=0.097994Jy sigma=0.000811 ! 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.097994Jy sigma=0.000811 ! Fit after self-cal, rms=0.095814Jy sigma=0.000792 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.659 mas, bmaj=5.188 mas, bpa=-0.8211 degrees ! Estimated noise=596.537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00201638 Jy ! Component: 100 - total flux cleaned = 0.00201196 Jy ! Component: 150 - total flux cleaned = 0.00214707 Jy ! Component: 200 - total flux cleaned = 0.00225824 Jy ! Total flux subtracted in 200 components = 0.00225824 Jy ! Clean residual min=-0.002568 max=0.002878 Jy/beam ! Clean residual mean=-0.000031 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.299367 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 77 components and 0.299367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095697Jy sigma=0.000790 ! Fit after self-cal, rms=0.095719Jy sigma=0.000790 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 (-32.5, 64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271305 Jy ! Component: 100 - total flux cleaned = 0.00433049 Jy ! Component: 150 - total flux cleaned = 0.00550611 Jy ! Component: 200 - total flux cleaned = 0.00611535 Jy ! Total flux subtracted in 200 components = 0.00611535 Jy ! Clean residual min=-0.002334 max=0.002027 Jy/beam ! Clean residual mean=-0.000018 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.305483 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 108 components and 0.305483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095645Jy sigma=0.000788 ! Fit after self-cal, rms=0.095644Jy sigma=0.000788 ! 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.095644Jy sigma=0.000788 ! Fit after self-cal, rms=0.095093Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.663 mas, bmaj=5.19 mas, bpa=-0.9199 degrees ! Estimated noise=595.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122628 Jy ! Component: 100 - total flux cleaned = 0.00080013 Jy ! Component: 150 - total flux cleaned = 0.00141847 Jy ! Component: 200 - total flux cleaned = 0.00188636 Jy ! Total flux subtracted in 200 components = 0.00188636 Jy ! Clean residual min=-0.002199 max=0.001735 Jy/beam ! Clean residual mean=-0.000014 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.307369 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.307369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095064Jy sigma=0.000787 ! Fit after self-cal, rms=0.095065Jy 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.000413627 Jy ! Component: 100 - total flux cleaned = 0.000802204 Jy ! Component: 150 - total flux cleaned = 0.00107197 Jy ! Component: 200 - total flux cleaned = 0.00129557 Jy ! Total flux subtracted in 200 components = 0.00129557 Jy ! Clean residual min=-0.002138 max=0.001649 Jy/beam ! Clean residual mean=-0.000012 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.308665 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 124 components and 0.308665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095055Jy sigma=0.000787 ! Fit after self-cal, rms=0.095056Jy sigma=0.000787 ! 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.095056Jy sigma=0.000787 ! Fit after self-cal, rms=0.094796Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.636 mas, bmaj=8.911 mas, bpa=14.97 degrees ! Estimated noise=739.379 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000554944 Jy ! Component: 100 - total flux cleaned = 0.0010047 Jy ! Component: 150 - total flux cleaned = 0.00142151 Jy ! Component: 200 - total flux cleaned = 0.001738 Jy ! Total flux subtracted in 200 components = 0.001738 Jy ! Clean residual min=-0.002424 max=0.002033 Jy/beam ! Clean residual mean=-0.000018 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.310403 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 148 components and 0.310403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094795Jy sigma=0.000787 ! Fit after self-cal, rms=0.094797Jy 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.000225407 Jy ! Component: 100 - total flux cleaned = 0.000515924 Jy ! Component: 150 - total flux cleaned = 0.000746189 Jy ! Component: 200 - total flux cleaned = 0.000840495 Jy ! Total flux subtracted in 200 components = 0.000840495 Jy ! Clean residual min=-0.002397 max=0.001956 Jy/beam ! Clean residual mean=-0.000015 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.311243 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 157 components and 0.311243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094798Jy sigma=0.000786 ! Fit after self-cal, rms=0.094798Jy sigma=0.000786 ! 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.668 mas, bmaj=5.194 mas, bpa=-0.9276 degrees ! Estimated noise=594.334 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.668 x 5.194 at -0.9276 degrees (North through East) ! Clean map min=-0.0019221 max=0.24369 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.951 mas, bmaj=4.441 mas, bpa=-5.049 degrees ! Estimated noise=932.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.187685 Jy ! Component: 100 - total flux cleaned = 0.234568 Jy ! Component: 150 - total flux cleaned = 0.251877 Jy ! Component: 200 - total flux cleaned = 0.26018 Jy ! Total flux subtracted in 200 components = 0.26018 Jy ! Clean residual min=-0.003884 max=0.004547 Jy/beam ! Clean residual mean=-0.000014 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.26018 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.26018 Jy ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=5.194 mas, bpa=-0.9276 degrees ! Estimated noise=594.334 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.00847224 Jy ! Component: 100 - total flux cleaned = 0.0144941 Jy ! Component: 150 - total flux cleaned = 0.0192193 Jy ! Component: 200 - total flux cleaned = 0.0231311 Jy ! Total flux subtracted in 200 components = 0.0231311 Jy ! Clean residual min=-0.002946 max=0.002870 Jy/beam ! Clean residual mean=-0.000040 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.283311 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 66 components and 0.283311 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.636 mas, bmaj=8.911 mas, bpa=14.97 degrees ! Estimated noise=739.379 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00582701 Jy ! Component: 100 - total flux cleaned = 0.0100463 Jy ! Component: 150 - total flux cleaned = 0.0133221 Jy ! Component: 200 - total flux cleaned = 0.0159397 Jy ! Total flux subtracted in 200 components = 0.0159397 Jy ! Clean residual min=-0.003258 max=0.002829 Jy/beam ! Clean residual mean=-0.000049 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.299251 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.00211335 Jy ! Component: 100 - total flux cleaned = 0.00383345 Jy ! Component: 150 - total flux cleaned = 0.00524727 Jy ! Component: 200 - total flux cleaned = 0.00642463 Jy ! Total flux subtracted in 200 components = 0.00642463 Jy ! Clean residual min=-0.002831 max=0.002247 Jy/beam ! Clean residual mean=-0.000030 rms=0.000687 Jy/beam ! Combined flux in latest and established models = 0.305675 Jy ! Adding 111 model components to the UV plane model. ! The established model now contains 157 components and 0.305675 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=5.194 mas, bpa=-0.9276 degrees ! Estimated noise=594.334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.12493e-05 Jy ! Component: 100 - total flux cleaned = 0.000336979 Jy ! Component: 150 - total flux cleaned = 0.000529217 Jy ! Component: 200 - total flux cleaned = 0.000742293 Jy ! Total flux subtracted in 200 components = 0.000742293 Jy ! Clean residual min=-0.002136 max=0.001802 Jy/beam ! Clean residual mean=-0.000012 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.306417 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 179 components and 0.306417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094834Jy sigma=0.000787 ! Fit after self-cal, rms=0.094820Jy sigma=0.000787 wmodel J1740+4506_S_2015_01_23_pus_map.mod ! Writing 179 model components to file: J1740+4506_S_2015_01_23_pus_map.mod wobs J1740+4506_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1740+4506_S_2015_01_23_pus_uvs.fits wwins J1740+4506_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1740+4506_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.000680821 Jy ! Component: 100 - total flux cleaned = -0.00100699 Jy ! Component: 150 - total flux cleaned = -0.00109821 Jy ! Component: 200 - total flux cleaned = -0.00112755 Jy ! Component: 250 - total flux cleaned = -0.00112829 Jy ! Component: 300 - total flux cleaned = -0.00113028 Jy ! Component: 350 - total flux cleaned = -0.00115821 Jy ! Component: 400 - total flux cleaned = -0.00113215 Jy ! Component: 450 - total flux cleaned = -0.0010813 Jy ! Component: 500 - total flux cleaned = -0.00108101 Jy ! Component: 550 - total flux cleaned = -0.000982525 Jy ! Component: 600 - total flux cleaned = -0.000885496 Jy ! Component: 650 - total flux cleaned = -0.000696605 Jy ! Component: 700 - total flux cleaned = -0.000603761 Jy ! Component: 750 - total flux cleaned = -0.000534886 Jy ! Component: 800 - total flux cleaned = -0.000399621 Jy ! Component: 850 - total flux cleaned = -0.000245246 Jy ! Component: 900 - total flux cleaned = -0.000179505 Jy ! Component: 950 - total flux cleaned = -8.30813e-06 Jy ! Component: 1000 - total flux cleaned = 9.74828e-05 Jy ! Component: 1050 - total flux cleaned = 0.000305108 Jy ! Component: 1100 - total flux cleaned = 0.000387194 Jy ! Component: 1150 - total flux cleaned = 0.000528482 Jy ! Component: 1200 - total flux cleaned = 0.00062807 Jy ! Component: 1250 - total flux cleaned = 0.000706766 Jy ! Component: 1300 - total flux cleaned = 0.000823147 Jy ! Component: 1350 - total flux cleaned = 0.000937854 Jy ! Component: 1400 - total flux cleaned = 0.00103217 Jy ! Component: 1450 - total flux cleaned = 0.00110654 Jy ! Component: 1500 - total flux cleaned = 0.00110623 Jy ! Component: 1550 - total flux cleaned = 0.0011428 Jy ! Component: 1600 - total flux cleaned = 0.00117905 Jy ! Component: 1650 - total flux cleaned = 0.00130398 Jy ! Component: 1700 - total flux cleaned = 0.00135714 Jy ! Component: 1750 - total flux cleaned = 0.00147916 Jy ! Component: 1800 - total flux cleaned = 0.00156506 Jy ! Component: 1850 - total flux cleaned = 0.00165029 Jy ! Component: 1900 - total flux cleaned = 0.00173437 Jy ! Component: 1950 - total flux cleaned = 0.00178448 Jy ! Component: 2000 - total flux cleaned = 0.0018175 Jy ! Component: 2050 - total flux cleaned = 0.0019806 Jy ! Component: 2100 - total flux cleaned = 0.00207739 Jy ! Component: 2150 - total flux cleaned = 0.00207746 Jy ! Component: 2200 - total flux cleaned = 0.00214068 Jy ! Component: 2250 - total flux cleaned = 0.00220356 Jy ! Component: 2300 - total flux cleaned = 0.00229637 Jy ! Component: 2350 - total flux cleaned = 0.00231173 Jy ! Component: 2400 - total flux cleaned = 0.00243316 Jy ! Component: 2450 - total flux cleaned = 0.00249328 Jy ! Component: 2500 - total flux cleaned = 0.00258268 Jy ! Component: 2550 - total flux cleaned = 0.00262714 Jy ! Component: 2600 - total flux cleaned = 0.00271513 Jy ! Component: 2650 - total flux cleaned = 0.00280237 Jy ! Component: 2700 - total flux cleaned = 0.00283113 Jy ! Component: 2750 - total flux cleaned = 0.00287392 Jy ! Component: 2800 - total flux cleaned = 0.0029022 Jy ! Component: 2850 - total flux cleaned = 0.00297255 Jy ! Component: 2900 - total flux cleaned = 0.00305632 Jy ! Component: 2950 - total flux cleaned = 0.00307011 Jy ! Component: 3000 - total flux cleaned = 0.00315251 Jy ! Component: 3050 - total flux cleaned = 0.00317972 Jy ! Component: 3100 - total flux cleaned = 0.00320676 Jy ! Component: 3150 - total flux cleaned = 0.00326024 Jy ! Component: 3200 - total flux cleaned = 0.00327357 Jy ! Component: 3250 - total flux cleaned = 0.00327357 Jy ! Component: 3300 - total flux cleaned = 0.00331294 Jy ! Component: 3350 - total flux cleaned = 0.00333908 Jy ! Component: 3400 - total flux cleaned = 0.00335196 Jy ! Component: 3450 - total flux cleaned = 0.0033777 Jy ! Component: 3500 - total flux cleaned = 0.00339047 Jy ! Component: 3550 - total flux cleaned = 0.00337778 Jy ! Component: 3600 - total flux cleaned = 0.00342815 Jy ! Component: 3650 - total flux cleaned = 0.00340303 Jy ! Component: 3700 - total flux cleaned = 0.00342801 Jy ! Component: 3750 - total flux cleaned = 0.00344027 Jy ! Component: 3800 - total flux cleaned = 0.00346473 Jy ! Component: 3850 - total flux cleaned = 0.00350123 Jy ! Component: 3900 - total flux cleaned = 0.00352539 Jy ! Component: 3950 - total flux cleaned = 0.00351328 Jy ! Component: 4000 - total flux cleaned = 0.00352531 Jy ! Component: 4050 - total flux cleaned = 0.00353727 Jy ! Total flux subtracted in 4096 components = 0.00354917 Jy ! Clean residual min=-0.000798 max=0.000782 Jy/beam ! Clean residual mean=-0.000005 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.309966 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 470 components and 0.309966 Jy ![Exited script file: muppet] wmap "J1740+4506_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.668 x 5.194 at -0.9276 degrees (North through East) ! Clean map min=-0.0014646 max=0.2445 Jy/beam ! Writing clean map to FITS file: J1740+4506_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.244502 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000214137 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.262742 0.262742 0.525485 1.05097 2.10194 4.20388 8.40776 16.8155 33.631 67.2621 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.244 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.668 x 5.194 at -0.9276 degrees (North through East) ! Clean map min=-0.0014646 max=0.2445 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 J1740+4506_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:31:43 2017