! Started logfile: J2117+0503_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:36:20 2017 obs J2117+0503_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J2117+0503_S_2014_01_04_pus_uva.fits ! AN table 1: 59 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.501412 visibilities/baseline/integration-bin. ! Found source: J2117+0503 ! ! 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 370 lines of history. ! ! Reading 4260 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 J2117+0503_S_2014_01_04_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 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.744021Jy sigma=0.010192 ! Fit after self-cal, rms=0.721297Jy sigma=0.009938 ! 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.652 mas, bmaj=5.454 mas, bpa=-0.925 degrees ! Estimated noise=1336.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 (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.213233 Jy ! Component: 100 - total flux cleaned = 0.259764 Jy ! Total flux subtracted in 100 components = 0.259764 Jy ! Clean residual min=-0.009899 max=0.014109 Jy/beam ! Clean residual mean=-0.000030 rms=0.002554 Jy/beam ! Combined flux in latest and established models = 0.259764 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.259764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087196Jy sigma=0.001023 ! Fit after self-cal, rms=0.087187Jy sigma=0.001023 ! 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.171 mas, bmaj=6.276 mas, bpa=-0.2565 degrees ! Estimated noise=842.063 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.0180734 Jy ! Component: 100 - total flux cleaned = 0.0266607 Jy ! Component: 150 - total flux cleaned = 0.0313279 Jy ! Component: 200 - total flux cleaned = 0.0340356 Jy ! Total flux subtracted in 200 components = 0.0340356 Jy ! Clean residual min=-0.007949 max=0.013258 Jy/beam ! Clean residual mean=-0.000040 rms=0.002245 Jy/beam ! Combined flux in latest and established models = 0.2938 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 30 components and 0.2938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082415Jy sigma=0.000991 ! Fit after self-cal, rms=0.082394Jy sigma=0.000991 ! Inverting map ! Added new window around map position (3.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0114039 Jy ! Component: 100 - total flux cleaned = 0.0156847 Jy ! Component: 150 - total flux cleaned = 0.01732 Jy ! Component: 200 - total flux cleaned = 0.0181812 Jy ! Total flux subtracted in 200 components = 0.0181812 Jy ! Clean residual min=-0.006251 max=0.008540 Jy/beam ! Clean residual mean=-0.000023 rms=0.001652 Jy/beam ! Combined flux in latest and established models = 0.311981 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 49 components and 0.311981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080857Jy sigma=0.000965 ! Fit after self-cal, rms=0.080494Jy sigma=0.000963 ! 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.03 FD 1.00* KP 1.00* LA 1.04 ! MK 0.99 NL 1.00 OV 0.97 PT 1.01 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00* KP 1.00* LA 1.01 ! MK 1.00 NL 1.02 OV 1.01 PT 0.96 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* KP 1.00* LA 0.84 ! MK 1.02 NL 0.98 OV 0.95 PT 0.98 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 1.00* LA 0.89 ! MK 1.00 NL 1.09 OV 1.02 PT 1.00 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.080494Jy sigma=0.000963 ! Fit after self-cal, rms=0.075213Jy sigma=0.000908 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=6.316 mas, bpa=-0.1017 degrees ! Estimated noise=841.671 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.00253297 Jy ! Component: 100 - total flux cleaned = -0.00331138 Jy ! Component: 150 - total flux cleaned = -0.00377346 Jy ! Component: 200 - total flux cleaned = -0.00397486 Jy ! Total flux subtracted in 200 components = -0.00397486 Jy ! Clean residual min=-0.003324 max=0.003960 Jy/beam ! Clean residual mean=-0.000005 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.308006 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.308006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075072Jy sigma=0.000906 ! Fit after self-cal, rms=0.074941Jy sigma=0.000906 ! 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.074941Jy sigma=0.000906 ! Fit after self-cal, rms=0.075066Jy sigma=0.000903 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=6.316 mas, bpa=-0.1245 degrees ! Estimated noise=842.847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127827 Jy ! Component: 100 - total flux cleaned = -0.00176746 Jy ! Component: 150 - total flux cleaned = -0.00205465 Jy ! Component: 200 - total flux cleaned = -0.00218365 Jy ! Total flux subtracted in 200 components = -0.00218365 Jy ! Clean residual min=-0.002597 max=0.003637 Jy/beam ! Clean residual mean=-0.000006 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.305822 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 81 components and 0.305822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074982Jy sigma=0.000902 ! Fit after self-cal, rms=0.074980Jy sigma=0.000902 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 (-5, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254836 Jy ! Component: 100 - total flux cleaned = 0.0026724 Jy ! Component: 150 - total flux cleaned = 0.00303006 Jy ! Component: 200 - total flux cleaned = 0.00333766 Jy ! Total flux subtracted in 200 components = 0.00333766 Jy ! Clean residual min=-0.002229 max=0.002593 Jy/beam ! Clean residual mean=-0.000003 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.30916 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.30916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074815Jy sigma=0.000900 ! Fit after self-cal, rms=0.074794Jy sigma=0.000900 ! 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.074794Jy sigma=0.000900 ! Fit after self-cal, rms=0.074811Jy sigma=0.000900 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=6.317 mas, bpa=-0.07934 degrees ! Estimated noise=842.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000134146 Jy ! Component: 100 - total flux cleaned = 0.000134051 Jy ! Component: 150 - total flux cleaned = 0.000135889 Jy ! Component: 200 - total flux cleaned = 0.000165874 Jy ! Total flux subtracted in 200 components = 0.000165874 Jy ! Clean residual min=-0.002209 max=0.002520 Jy/beam ! Clean residual mean=-0.000000 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.309326 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 109 components and 0.309326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074768Jy sigma=0.000899 ! Fit after self-cal, rms=0.074764Jy sigma=0.000899 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 (89, -53). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221231 Jy ! Component: 100 - total flux cleaned = 0.00277916 Jy ! Component: 150 - total flux cleaned = 0.00286275 Jy ! Component: 200 - total flux cleaned = 0.00282744 Jy ! Total flux subtracted in 200 components = 0.00282744 Jy ! Clean residual min=-0.002126 max=0.002103 Jy/beam ! Clean residual mean=0.000002 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.312153 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 134 components and 0.312153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074677Jy sigma=0.000899 ! Fit after self-cal, rms=0.074680Jy sigma=0.000898 ! 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.074680Jy sigma=0.000898 ! Fit after self-cal, rms=0.074663Jy sigma=0.000898 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.029 mas, bmaj=11.1 mas, bpa=10.01 degrees ! Estimated noise=1025.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.40869e-05 Jy ! Component: 100 - total flux cleaned = -0.00015563 Jy ! Component: 150 - total flux cleaned = -0.000235306 Jy ! Component: 200 - total flux cleaned = -0.000375057 Jy ! Total flux subtracted in 200 components = -0.000375057 Jy ! Clean residual min=-0.001844 max=0.001682 Jy/beam ! Clean residual mean=0.000007 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.311778 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 151 components and 0.311778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074653Jy sigma=0.000898 ! Fit after self-cal, rms=0.074651Jy sigma=0.000898 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.000241699 Jy ! Component: 100 - total flux cleaned = -0.000385931 Jy ! Component: 150 - total flux cleaned = -0.000513337 Jy ! Component: 200 - total flux cleaned = -0.000628298 Jy ! Total flux subtracted in 200 components = -0.000628298 Jy ! Clean residual min=-0.001843 max=0.001660 Jy/beam ! Clean residual mean=0.000006 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.31115 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 172 components and 0.31115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074649Jy sigma=0.000898 ! Fit after self-cal, rms=0.074648Jy sigma=0.000898 ! 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.172 mas, bmaj=6.319 mas, bpa=-0.04678 degrees ! Estimated noise=841.802 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.172 x 6.319 at -0.04678 degrees (North through East) ! Clean map min=-0.0027542 max=0.27826 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.649 mas, bmaj=5.493 mas, bpa=-0.8419 degrees ! Estimated noise=1341.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.214077 Jy ! Component: 100 - total flux cleaned = 0.26076 Jy ! Component: 150 - total flux cleaned = 0.273751 Jy ! Component: 200 - total flux cleaned = 0.282313 Jy ! Total flux subtracted in 200 components = 0.282313 Jy ! Clean residual min=-0.004975 max=0.005775 Jy/beam ! Clean residual mean=-0.000011 rms=0.001285 Jy/beam ! Combined flux in latest and established models = 0.282313 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.282313 Jy ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=6.319 mas, bpa=-0.04678 degrees ! Estimated noise=841.802 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.00852553 Jy ! Component: 100 - total flux cleaned = 0.013983 Jy ! Component: 150 - total flux cleaned = 0.0179398 Jy ! Component: 200 - total flux cleaned = 0.0210174 Jy ! Total flux subtracted in 200 components = 0.0210174 Jy ! Clean residual min=-0.002815 max=0.003439 Jy/beam ! Clean residual mean=-0.000006 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.303331 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 40 components and 0.303331 Jy ! Inverting map ! Added new window around map position (-111.5, -109). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311898 Jy ! Component: 100 - total flux cleaned = 0.00422462 Jy ! Component: 150 - total flux cleaned = 0.00503159 Jy ! Component: 200 - total flux cleaned = 0.00569113 Jy ! Total flux subtracted in 200 components = 0.00569113 Jy ! Clean residual min=-0.002542 max=0.002241 Jy/beam ! Clean residual mean=-0.000000 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.309022 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 66 components and 0.309022 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.029 mas, bmaj=11.1 mas, bpa=10.01 degrees ! Estimated noise=1025.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000872691 Jy ! Component: 100 - total flux cleaned = 0.00114993 Jy ! Component: 150 - total flux cleaned = 0.0013771 Jy ! Component: 200 - total flux cleaned = 0.00154249 Jy ! Total flux subtracted in 200 components = 0.00154249 Jy ! Clean residual min=-0.002156 max=0.001774 Jy/beam ! Clean residual mean=0.000004 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.310564 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 = 2.97111e-05 Jy ! Component: 100 - total flux cleaned = 2.99937e-05 Jy ! Component: 150 - total flux cleaned = 5.5253e-05 Jy ! Component: 200 - total flux cleaned = 5.4336e-05 Jy ! Total flux subtracted in 200 components = 5.4336e-05 Jy ! Clean residual min=-0.001999 max=0.001723 Jy/beam ! Clean residual mean=0.000004 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.310619 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 121 components and 0.310619 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.172 mas, bmaj=6.319 mas, bpa=-0.04678 degrees ! Estimated noise=841.802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000320573 Jy ! Component: 100 - total flux cleaned = -0.000430593 Jy ! Component: 150 - total flux cleaned = -0.000477917 Jy ! Component: 200 - total flux cleaned = -0.000433422 Jy ! Total flux subtracted in 200 components = -0.000433422 Jy ! Clean residual min=-0.002280 max=0.001951 Jy/beam ! Clean residual mean=0.000002 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.310185 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 136 components and 0.310185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074606Jy sigma=0.000898 ! Fit after self-cal, rms=0.074608Jy sigma=0.000898 wmodel J2117+0503_S_2014_01_04_pus_map.mod ! Writing 136 model components to file: J2117+0503_S_2014_01_04_pus_map.mod wobs J2117+0503_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J2117+0503_S_2014_01_04_pus_uvs.fits wwins J2117+0503_S_2014_01_04_pus_map.win ! wwins: Wrote 5 windows to J2117+0503_S_2014_01_04_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.000868289 Jy ! Component: 100 - total flux cleaned = -0.00107568 Jy ! Component: 150 - total flux cleaned = -0.00107491 Jy ! Component: 200 - total flux cleaned = -0.00116731 Jy ! Component: 250 - total flux cleaned = -0.00137404 Jy ! Component: 300 - total flux cleaned = -0.00154494 Jy ! Component: 350 - total flux cleaned = -0.0016558 Jy ! Component: 400 - total flux cleaned = -0.00162962 Jy ! Component: 450 - total flux cleaned = -0.00168227 Jy ! Component: 500 - total flux cleaned = -0.00173283 Jy ! Component: 550 - total flux cleaned = -0.001733 Jy ! Component: 600 - total flux cleaned = -0.00180447 Jy ! Component: 650 - total flux cleaned = -0.00180369 Jy ! Component: 700 - total flux cleaned = -0.00180367 Jy ! Component: 750 - total flux cleaned = -0.00182594 Jy ! Component: 800 - total flux cleaned = -0.00176128 Jy ! Component: 850 - total flux cleaned = -0.00169793 Jy ! Component: 900 - total flux cleaned = -0.00161443 Jy ! Component: 950 - total flux cleaned = -0.00149148 Jy ! Component: 1000 - total flux cleaned = -0.00147171 Jy ! Component: 1050 - total flux cleaned = -0.00139277 Jy ! Component: 1100 - total flux cleaned = -0.00131527 Jy ! Component: 1150 - total flux cleaned = -0.00127716 Jy ! Component: 1200 - total flux cleaned = -0.0012584 Jy ! Component: 1250 - total flux cleaned = -0.00116694 Jy ! Component: 1300 - total flux cleaned = -0.00111312 Jy ! Component: 1350 - total flux cleaned = -0.00109545 Jy ! Component: 1400 - total flux cleaned = -0.00104331 Jy ! Component: 1450 - total flux cleaned = -0.0010262 Jy ! Component: 1500 - total flux cleaned = -0.000975595 Jy ! Component: 1550 - total flux cleaned = -0.000958871 Jy ! Component: 1600 - total flux cleaned = -0.000909758 Jy ! Component: 1650 - total flux cleaned = -0.000877436 Jy ! Component: 1700 - total flux cleaned = -0.000845438 Jy ! Component: 1750 - total flux cleaned = -0.000750972 Jy ! Component: 1800 - total flux cleaned = -0.000720222 Jy ! Component: 1850 - total flux cleaned = -0.00070504 Jy ! Component: 1900 - total flux cleaned = -0.000704879 Jy ! Component: 1950 - total flux cleaned = -0.000645175 Jy ! Component: 2000 - total flux cleaned = -0.00058612 Jy ! Component: 2050 - total flux cleaned = -0.000528074 Jy ! Component: 2100 - total flux cleaned = -0.000485009 Jy ! Component: 2150 - total flux cleaned = -0.000442356 Jy ! Component: 2200 - total flux cleaned = -0.00038625 Jy ! Component: 2250 - total flux cleaned = -0.000330696 Jy ! Component: 2300 - total flux cleaned = -0.000303296 Jy ! Component: 2350 - total flux cleaned = -0.000289582 Jy ! Component: 2400 - total flux cleaned = -0.00020884 Jy ! Component: 2450 - total flux cleaned = -0.000195496 Jy ! Component: 2500 - total flux cleaned = -0.000142714 Jy ! Component: 2550 - total flux cleaned = -0.000194818 Jy ! Component: 2600 - total flux cleaned = -0.000194643 Jy ! Component: 2650 - total flux cleaned = -0.000181784 Jy ! Component: 2700 - total flux cleaned = -0.000168934 Jy ! Component: 2750 - total flux cleaned = -0.000143834 Jy ! Component: 2800 - total flux cleaned = -0.000193766 Jy ! Component: 2850 - total flux cleaned = -0.000218417 Jy ! Component: 2900 - total flux cleaned = -0.000230674 Jy ! Component: 2950 - total flux cleaned = -0.000254955 Jy ! Component: 3000 - total flux cleaned = -0.000267151 Jy ! Component: 3050 - total flux cleaned = -0.000327196 Jy ! Component: 3100 - total flux cleaned = -0.000339065 Jy ! Component: 3150 - total flux cleaned = -0.000315265 Jy ! Component: 3200 - total flux cleaned = -0.000374169 Jy ! Component: 3250 - total flux cleaned = -0.000350695 Jy ! Component: 3300 - total flux cleaned = -0.000339161 Jy ! Component: 3350 - total flux cleaned = -0.000385333 Jy ! Component: 3400 - total flux cleaned = -0.000396847 Jy ! Component: 3450 - total flux cleaned = -0.000419647 Jy ! Component: 3500 - total flux cleaned = -0.000419656 Jy ! Component: 3550 - total flux cleaned = -0.00044229 Jy ! Component: 3600 - total flux cleaned = -0.0004872 Jy ! Component: 3650 - total flux cleaned = -0.000498389 Jy ! Component: 3700 - total flux cleaned = -0.00049843 Jy ! Component: 3750 - total flux cleaned = -0.000564548 Jy ! Component: 3800 - total flux cleaned = -0.000608367 Jy ! Component: 3850 - total flux cleaned = -0.000630101 Jy ! Component: 3900 - total flux cleaned = -0.000651772 Jy ! Component: 3950 - total flux cleaned = -0.000662554 Jy ! Component: 4000 - total flux cleaned = -0.000684086 Jy ! Component: 4050 - total flux cleaned = -0.000726721 Jy ! Total flux subtracted in 4096 components = -0.000747981 Jy ! Clean residual min=-0.000566 max=0.000728 Jy/beam ! Clean residual mean=-0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.309437 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 387 components and 0.309437 Jy ![Exited script file: muppet] wmap "J2117+0503_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.172 x 6.319 at -0.04678 degrees (North through East) ! Clean map min=-0.0019508 max=0.278 Jy/beam ! Writing clean map to FITS file: J2117+0503_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.278 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181162 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.195498 0.195498 0.390997 0.781994 1.56399 3.12798 6.25595 12.5119 25.0238 50.0476 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.277 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.172 x 6.319 at -0.04678 degrees (North through East) ! Clean map min=-0.0019508 max=0.278 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 J2117+0503_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:36:24 2017