! Started logfile: J0536-3401_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:48:13 2016 obs J0536-3401_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0536-3401_S_2015_03_17_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.895019 visibilities/baseline/integration-bin. ! Found source: J0536-3401 ! ! 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 330 lines of history. ! ! Reading 4672 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 J0536-3401_S_2015_03_17_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.451928Jy sigma=0.003321 ! Fit after self-cal, rms=0.440735Jy sigma=0.003234 ! 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.388 mas, bmaj=6.263 mas, bpa=-6.676 degrees ! Estimated noise=1824.8 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.452651 Jy ! Component: 100 - total flux cleaned = 0.585132 Jy ! Total flux subtracted in 100 components = 0.585132 Jy ! Clean residual min=-0.026817 max=0.072632 Jy/beam ! Clean residual mean=-0.000446 rms=0.009103 Jy/beam ! Combined flux in latest and established models = 0.585132 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.585132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.244686Jy sigma=0.001646 ! Fit after self-cal, rms=0.244593Jy sigma=0.001646 ! Inverting map ! Added new window around map position (-3, 8). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0708207 Jy ! Component: 100 - total flux cleaned = 0.116061 Jy ! Total flux subtracted in 100 components = 0.116061 Jy ! Clean residual min=-0.025697 max=0.061478 Jy/beam ! Clean residual mean=-0.000254 rms=0.007459 Jy/beam ! Combined flux in latest and established models = 0.701192 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.701193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209835Jy sigma=0.001361 ! Fit after self-cal, rms=0.207754Jy sigma=0.001341 ! 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=2.928 mas, bmaj=7.593 mas, bpa=-6.056 degrees ! Estimated noise=1351.6 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 (3.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0590717 Jy ! Component: 100 - total flux cleaned = 0.0936209 Jy ! Component: 150 - total flux cleaned = 0.107734 Jy ! Component: 200 - total flux cleaned = 0.112088 Jy ! Total flux subtracted in 200 components = 0.112088 Jy ! Clean residual min=-0.027297 max=0.027424 Jy/beam ! Clean residual mean=-0.000013 rms=0.006515 Jy/beam ! Combined flux in latest and established models = 0.81328 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 72 components and 0.81328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184295Jy sigma=0.001198 ! Fit after self-cal, rms=0.184219Jy sigma=0.001198 ! 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.04 FD 0.82 HN 1.32 KP 1.12 ! LA 0.97 MK 1.00 NL 0.93 OV 0.97 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.83 HN 1.36 KP 1.09 ! LA 0.96 MK 1.00 NL 1.04 OV 1.01 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.86 HN 1.37 KP 0.96 ! LA 0.78 MK 1.05 NL 1.13 OV 0.94 ! PT 1.03 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.84 HN 1.34 KP 0.93 ! LA 0.84 MK 1.02 NL 1.02 OV 0.99 ! PT 1.07 SC 0.95 ! ! ! Fit before self-cal, rms=0.184219Jy sigma=0.001198 ! Fit after self-cal, rms=0.162872Jy sigma=0.000962 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.965 mas, bmaj=7.597 mas, bpa=-5.678 degrees ! Estimated noise=1352.11 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.020794 Jy ! Component: 100 - total flux cleaned = -0.0277797 Jy ! Component: 150 - total flux cleaned = -0.0310138 Jy ! Component: 200 - total flux cleaned = -0.0327114 Jy ! Total flux subtracted in 200 components = -0.0327114 Jy ! Clean residual min=-0.017169 max=0.017374 Jy/beam ! Clean residual mean=-0.000031 rms=0.004025 Jy/beam ! Combined flux in latest and established models = 0.780569 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 99 components and 0.780569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159555Jy sigma=0.000931 ! Fit after self-cal, rms=0.159498Jy sigma=0.000930 ! 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.159498Jy sigma=0.000930 ! Fit after self-cal, rms=0.174068Jy sigma=0.000825 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=7.605 mas, bpa=-5.916 degrees ! Estimated noise=1364.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00806084 Jy ! Component: 100 - total flux cleaned = -0.0090895 Jy ! Component: 150 - total flux cleaned = -0.0102712 Jy ! Component: 200 - total flux cleaned = -0.0110437 Jy ! Total flux subtracted in 200 components = -0.0110437 Jy ! Clean residual min=-0.010135 max=0.009042 Jy/beam ! Clean residual mean=-0.000055 rms=0.002107 Jy/beam ! Combined flux in latest and established models = 0.769525 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 123 components and 0.769525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173143Jy sigma=0.000811 ! Fit after self-cal, rms=0.173267Jy sigma=0.000810 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.000689968 Jy ! Component: 100 - total flux cleaned = -0.000457321 Jy ! Component: 150 - total flux cleaned = -0.000456398 Jy ! Component: 200 - total flux cleaned = -0.000261652 Jy ! Total flux subtracted in 200 components = -0.000261652 Jy ! Clean residual min=-0.008941 max=0.008130 Jy/beam ! Clean residual mean=-0.000055 rms=0.001970 Jy/beam ! Combined flux in latest and established models = 0.769264 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.769264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173075Jy sigma=0.000804 ! Fit after self-cal, rms=0.173055Jy sigma=0.000804 ! 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.173055Jy sigma=0.000804 ! Fit after self-cal, rms=0.195394Jy sigma=0.000799 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.602 mas, bpa=-5.917 degrees ! Estimated noise=1361.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00432115 Jy ! Component: 100 - total flux cleaned = -0.00452576 Jy ! Component: 150 - total flux cleaned = -0.00451981 Jy ! Component: 200 - total flux cleaned = -0.00451295 Jy ! Total flux subtracted in 200 components = -0.00451295 Jy ! Clean residual min=-0.007737 max=0.006565 Jy/beam ! Clean residual mean=-0.000051 rms=0.001699 Jy/beam ! Combined flux in latest and established models = 0.764751 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.764751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194898Jy sigma=0.000793 ! Fit after self-cal, rms=0.194933Jy sigma=0.000793 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 = -7.29755e-05 Jy ! Component: 100 - total flux cleaned = -7.22858e-05 Jy ! Component: 150 - total flux cleaned = -0.000224611 Jy ! Component: 200 - total flux cleaned = -0.000365418 Jy ! Total flux subtracted in 200 components = -0.000365418 Jy ! Clean residual min=-0.007297 max=0.006341 Jy/beam ! Clean residual mean=-0.000052 rms=0.001615 Jy/beam ! Combined flux in latest and established models = 0.764385 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 146 components and 0.764385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.194684Jy sigma=0.000790 ! Fit after self-cal, rms=0.194677Jy sigma=0.000790 ! 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.194677Jy sigma=0.000790 ! Fit after self-cal, rms=0.199451Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.168 mas, bmaj=21.6 mas, bpa=-0.4359 degrees ! Estimated noise=1739.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00286145 Jy ! Component: 100 - total flux cleaned = -0.00272634 Jy ! Component: 150 - total flux cleaned = -0.00260394 Jy ! Component: 200 - total flux cleaned = -0.00260347 Jy ! Total flux subtracted in 200 components = -0.00260347 Jy ! Clean residual min=-0.006441 max=0.006298 Jy/beam ! Clean residual mean=-0.000094 rms=0.001887 Jy/beam ! Combined flux in latest and established models = 0.761782 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 154 components and 0.761782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199290Jy sigma=0.000789 ! Fit after self-cal, rms=0.199270Jy sigma=0.000788 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.000217931 Jy ! Component: 100 - total flux cleaned = 0.000334977 Jy ! Component: 150 - total flux cleaned = 0.000334771 Jy ! Component: 200 - total flux cleaned = 0.000333665 Jy ! Total flux subtracted in 200 components = 0.000333665 Jy ! Clean residual min=-0.006202 max=0.006228 Jy/beam ! Clean residual mean=-0.000093 rms=0.001831 Jy/beam ! Combined flux in latest and established models = 0.762116 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 166 components and 0.762116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199241Jy sigma=0.000788 ! Fit after self-cal, rms=0.199240Jy sigma=0.000788 ! 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=2.984 mas, bmaj=7.605 mas, bpa=-5.876 degrees ! Estimated noise=1358.82 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.984 x 7.605 at -5.876 degrees (North through East) ! Clean map min=-0.011736 max=0.57938 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199240Jy sigma=0.000788 ! Fit after self-cal, rms=0.211741Jy sigma=0.000738 ! Inverting map and beam ! Estimated beam: bmin=2.982 mas, bmaj=7.614 mas, bpa=-6.009 degrees ! Estimated noise=1354.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0041207 Jy ! Component: 100 - total flux cleaned = -0.00426929 Jy ! Component: 150 - total flux cleaned = -0.00440815 Jy ! Component: 200 - total flux cleaned = -0.00464774 Jy ! Total flux subtracted in 200 components = -0.00464774 Jy ! Clean residual min=-0.006364 max=0.005717 Jy/beam ! Clean residual mean=-0.000030 rms=0.001386 Jy/beam ! Combined flux in latest and established models = 0.757468 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 179 components and 0.757468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211537Jy sigma=0.000736 ! Fit after self-cal, rms=0.211542Jy sigma=0.000736 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000143035 Jy ! Component: 100 - total flux cleaned = -0.000252011 Jy ! Component: 150 - total flux cleaned = -0.000354768 Jy ! Component: 200 - total flux cleaned = -0.000452203 Jy ! Total flux subtracted in 200 components = -0.000452203 Jy ! Clean residual min=-0.006259 max=0.005564 Jy/beam ! Clean residual mean=-0.000031 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.757016 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 181 components and 0.757016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211433Jy sigma=0.000734 ! Fit after self-cal, rms=0.211435Jy sigma=0.000734 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211435Jy sigma=0.000734 ! Fit after self-cal, rms=0.215027Jy sigma=0.000734 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.424 mas, bmaj=6.185 mas, bpa=-6.289 degrees ! Estimated noise=1883.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.466335 Jy ! Component: 100 - total flux cleaned = 0.599772 Jy ! Component: 150 - total flux cleaned = 0.656738 Jy ! Component: 200 - total flux cleaned = 0.688112 Jy ! Total flux subtracted in 200 components = 0.688112 Jy ! Clean residual min=-0.008999 max=0.016434 Jy/beam ! Clean residual mean=-0.000145 rms=0.002446 Jy/beam ! Combined flux in latest and established models = 0.688112 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.688112 Jy ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.616 mas, bpa=-5.961 degrees ! Estimated noise=1353.23 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.0319323 Jy ! Component: 100 - total flux cleaned = 0.0484499 Jy ! Component: 150 - total flux cleaned = 0.0576255 Jy ! Component: 200 - total flux cleaned = 0.0628241 Jy ! Total flux subtracted in 200 components = 0.0628241 Jy ! Clean residual min=-0.006054 max=0.004912 Jy/beam ! Clean residual mean=-0.000034 rms=0.001320 Jy/beam ! Combined flux in latest and established models = 0.750936 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 86 components and 0.750936 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=8.183 mas, bmaj=21.65 mas, bpa=-0.5451 degrees ! Estimated noise=1730.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00426267 Jy ! Component: 100 - total flux cleaned = 0.00426505 Jy ! Component: 150 - total flux cleaned = 0.00402743 Jy ! Component: 200 - total flux cleaned = 0.00388754 Jy ! Total flux subtracted in 200 components = 0.00388754 Jy ! Clean residual min=-0.006151 max=0.005656 Jy/beam ! Clean residual mean=-0.000053 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.754824 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.000126311 Jy ! Component: 100 - total flux cleaned = -0.000242406 Jy ! Component: 150 - total flux cleaned = -0.000293615 Jy ! Component: 200 - total flux cleaned = -0.000341518 Jy ! Total flux subtracted in 200 components = -0.000341518 Jy ! Clean residual min=-0.005965 max=0.005714 Jy/beam ! Clean residual mean=-0.000054 rms=0.001535 Jy/beam ! Combined flux in latest and established models = 0.754482 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 115 components and 0.754482 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.984 mas, bmaj=7.616 mas, bpa=-5.961 degrees ! Estimated noise=1353.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00054187 Jy ! Component: 100 - total flux cleaned = -0.000539457 Jy ! Component: 150 - total flux cleaned = -0.00064057 Jy ! Component: 200 - total flux cleaned = -0.000725778 Jy ! Total flux subtracted in 200 components = -0.000725778 Jy ! Clean residual min=-0.004888 max=0.004631 Jy/beam ! Clean residual mean=-0.000027 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.753756 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 130 components and 0.753756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.215061Jy sigma=0.000730 ! Fit after self-cal, rms=0.215069Jy sigma=0.000729 wmodel J0536-3401_S_2015_03_17_pus_map.mod ! Writing 130 model components to file: J0536-3401_S_2015_03_17_pus_map.mod wobs J0536-3401_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0536-3401_S_2015_03_17_pus_uvs.fits wwins J0536-3401_S_2015_03_17_pus_map.win ! wwins: Wrote 3 windows to J0536-3401_S_2015_03_17_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.00199538 Jy ! Component: 100 - total flux cleaned = -0.00347149 Jy ! Component: 150 - total flux cleaned = -0.00455969 Jy ! Component: 200 - total flux cleaned = -0.00500771 Jy ! Component: 250 - total flux cleaned = -0.00565344 Jy ! Component: 300 - total flux cleaned = -0.00627544 Jy ! Component: 350 - total flux cleaned = -0.00667955 Jy ! Component: 400 - total flux cleaned = -0.00707176 Jy ! Component: 450 - total flux cleaned = -0.00726288 Jy ! Component: 500 - total flux cleaned = -0.00770041 Jy ! Component: 550 - total flux cleaned = -0.00825153 Jy ! Component: 600 - total flux cleaned = -0.00873217 Jy ! Component: 650 - total flux cleaned = -0.00908619 Jy ! Component: 700 - total flux cleaned = -0.00926074 Jy ! Component: 750 - total flux cleaned = -0.00966364 Jy ! Component: 800 - total flux cleaned = -0.0101152 Jy ! Component: 850 - total flux cleaned = -0.0103357 Jy ! Component: 900 - total flux cleaned = -0.0104998 Jy ! Component: 950 - total flux cleaned = -0.0108242 Jy ! Component: 1000 - total flux cleaned = -0.0110896 Jy ! Component: 1050 - total flux cleaned = -0.0112472 Jy ! Component: 1100 - total flux cleaned = -0.0115064 Jy ! Component: 1150 - total flux cleaned = -0.0118136 Jy ! Component: 1200 - total flux cleaned = -0.0117637 Jy ! Component: 1250 - total flux cleaned = -0.0119644 Jy ! Component: 1300 - total flux cleaned = -0.0120133 Jy ! Component: 1350 - total flux cleaned = -0.0119654 Jy ! Component: 1400 - total flux cleaned = -0.0122075 Jy ! Component: 1450 - total flux cleaned = -0.0122082 Jy ! Component: 1500 - total flux cleaned = -0.0121613 Jy ! Component: 1550 - total flux cleaned = -0.0121151 Jy ! Component: 1600 - total flux cleaned = -0.0124395 Jy ! Component: 1650 - total flux cleaned = -0.0123932 Jy ! Component: 1700 - total flux cleaned = -0.0124382 Jy ! Component: 1750 - total flux cleaned = -0.0126176 Jy ! Component: 1800 - total flux cleaned = -0.0125734 Jy ! Component: 1850 - total flux cleaned = -0.0126621 Jy ! Component: 1900 - total flux cleaned = -0.0127933 Jy ! Component: 1950 - total flux cleaned = -0.0130526 Jy ! Component: 2000 - total flux cleaned = -0.0131384 Jy ! Component: 2050 - total flux cleaned = -0.0132233 Jy ! Component: 2100 - total flux cleaned = -0.0131811 Jy ! Component: 2150 - total flux cleaned = -0.0133905 Jy ! Component: 2200 - total flux cleaned = -0.0134731 Jy ! Component: 2250 - total flux cleaned = -0.0133911 Jy ! Component: 2300 - total flux cleaned = -0.0134727 Jy ! Component: 2350 - total flux cleaned = -0.0135536 Jy ! Component: 2400 - total flux cleaned = -0.0138339 Jy ! Component: 2450 - total flux cleaned = -0.0136752 Jy ! Component: 2500 - total flux cleaned = -0.0138717 Jy ! Component: 2550 - total flux cleaned = -0.0137543 Jy ! Component: 2600 - total flux cleaned = -0.0138316 Jy ! Component: 2650 - total flux cleaned = -0.0137159 Jy ! Component: 2700 - total flux cleaned = -0.013754 Jy ! Component: 2750 - total flux cleaned = -0.0137536 Jy ! Component: 2800 - total flux cleaned = -0.013716 Jy ! Component: 2850 - total flux cleaned = -0.013753 Jy ! Component: 2900 - total flux cleaned = -0.0138648 Jy ! Component: 2950 - total flux cleaned = -0.013791 Jy ! Component: 3000 - total flux cleaned = -0.0139375 Jy ! Component: 3050 - total flux cleaned = -0.0138643 Jy ! Component: 3100 - total flux cleaned = -0.0139007 Jy ! Component: 3150 - total flux cleaned = -0.0140802 Jy ! Component: 3200 - total flux cleaned = -0.0140087 Jy ! Component: 3250 - total flux cleaned = -0.0140795 Jy ! Component: 3300 - total flux cleaned = -0.0140795 Jy ! Component: 3350 - total flux cleaned = -0.0142192 Jy ! Component: 3400 - total flux cleaned = -0.0142191 Jy ! Component: 3450 - total flux cleaned = -0.0142189 Jy ! Component: 3500 - total flux cleaned = -0.0142192 Jy ! Component: 3550 - total flux cleaned = -0.0142534 Jy ! Component: 3600 - total flux cleaned = -0.0142533 Jy ! Component: 3650 - total flux cleaned = -0.0141526 Jy ! Component: 3700 - total flux cleaned = -0.0142861 Jy ! Component: 3750 - total flux cleaned = -0.0141529 Jy ! Component: 3800 - total flux cleaned = -0.014186 Jy ! Component: 3850 - total flux cleaned = -0.014285 Jy ! Component: 3900 - total flux cleaned = -0.0142848 Jy ! Component: 3950 - total flux cleaned = -0.0142849 Jy ! Component: 4000 - total flux cleaned = -0.0142529 Jy ! Component: 4050 - total flux cleaned = -0.0143172 Jy ! Total flux subtracted in 4096 components = -0.014317 Jy ! Clean residual min=-0.001750 max=0.001814 Jy/beam ! Clean residual mean=-0.000008 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.739439 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 441 components and 0.73944 Jy ![Exited script file: muppet] wmap "J0536-3401_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.984 x 7.616 at -5.961 degrees (North through East) ! Clean map min=-0.0040662 max=0.60249 Jy/beam ! Writing clean map to FITS file: J0536-3401_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.602486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000598976 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.298252 0.298252 0.596505 1.19301 2.38602 4.77204 9.54408 19.0882 38.1763 76.3526 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.602 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.984 x 7.616 at -5.961 degrees (North through East) ! Clean map min=-0.0040662 max=0.60249 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 J0536-3401_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:48:18 2016