! Started logfile: J1046+5354_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:23:13 2016 obs J1046+5354_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1046+5354_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.699527 visibilities/baseline/integration-bin. ! Found source: J1046+5354 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 11836 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 J1046+5354_S_2014_05_31_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 148 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.852214Jy sigma=0.010380 ! Fit after self-cal, rms=0.824498Jy sigma=0.010120 ! 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=3.888 mas, bmaj=5.144 mas, bpa=27.69 degrees ! Estimated noise=959.792 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.137173 Jy ! Component: 100 - total flux cleaned = 0.167129 Jy ! Total flux subtracted in 100 components = 0.167129 Jy ! Clean residual min=-0.004843 max=0.008962 Jy/beam ! Clean residual mean=-0.000010 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.167129 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.167129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071153Jy sigma=0.000817 ! Fit after self-cal, rms=0.071146Jy sigma=0.000817 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00982816 Jy ! Component: 100 - total flux cleaned = 0.0148935 Jy ! Total flux subtracted in 100 components = 0.0148935 Jy ! Clean residual min=-0.004377 max=0.005735 Jy/beam ! Clean residual mean=0.000001 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.182022 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 7 components and 0.182022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069542Jy sigma=0.000801 ! Fit after self-cal, rms=0.069509Jy sigma=0.000801 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.591 mas, bmaj=6.075 mas, bpa=27.42 degrees ! Estimated noise=538.176 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.00372618 Jy ! Component: 100 - total flux cleaned = 0.00539025 Jy ! Component: 150 - total flux cleaned = 0.00636445 Jy ! Component: 200 - total flux cleaned = 0.00697294 Jy ! Total flux subtracted in 200 components = 0.00697294 Jy ! Clean residual min=-0.003643 max=0.003772 Jy/beam ! Clean residual mean=0.000011 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.188995 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 31 components and 0.188995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069254Jy sigma=0.000799 ! Fit after self-cal, rms=0.069250Jy sigma=0.000799 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.88 HN 0.99 KP 1.05 ! LA 1.16 MK 1.00* NL 0.97 OV 0.96 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.04 KP 1.01 ! LA 1.14 MK 1.00* NL 1.04 OV 1.04 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.14 HN 1.02 KP 0.91 ! LA 0.91 MK 1.00* NL 0.97 OV 0.94 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 1.01 KP 0.88 ! LA 0.86 MK 1.00* NL 1.09 OV 1.00 ! PT 1.00 SC 0.94 ! ! ! Fit before self-cal, rms=0.069250Jy sigma=0.000799 ! Fit after self-cal, rms=0.065807Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.574 mas, bmaj=6.067 mas, bpa=27.51 degrees ! Estimated noise=538.008 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 (9, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00340916 Jy ! Component: 100 - total flux cleaned = 0.0045692 Jy ! Component: 150 - total flux cleaned = 0.00473051 Jy ! Component: 200 - total flux cleaned = 0.00473192 Jy ! Total flux subtracted in 200 components = 0.00473192 Jy ! Clean residual min=-0.001989 max=0.001834 Jy/beam ! Clean residual mean=-0.000011 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.193727 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 58 components and 0.193727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065640Jy sigma=0.000767 ! Fit after self-cal, rms=0.065616Jy sigma=0.000766 ! 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.065616Jy sigma=0.000766 ! Fit after self-cal, rms=0.065418Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.565 mas, bmaj=6.066 mas, bpa=27.55 degrees ! Estimated noise=537.692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000824722 Jy ! Component: 100 - total flux cleaned = 0.00100278 Jy ! Component: 150 - total flux cleaned = 0.00106617 Jy ! Component: 200 - total flux cleaned = 0.00112296 Jy ! Total flux subtracted in 200 components = 0.00112296 Jy ! Clean residual min=-0.001802 max=0.001891 Jy/beam ! Clean residual mean=-0.000018 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.19485 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 0.19485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065400Jy sigma=0.000765 ! Fit after self-cal, rms=0.065397Jy sigma=0.000765 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 (-46.5, -56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000855561 Jy ! Component: 100 - total flux cleaned = 0.00120076 Jy ! Component: 150 - total flux cleaned = 0.0013316 Jy ! Component: 200 - total flux cleaned = 0.00144098 Jy ! Total flux subtracted in 200 components = 0.00144098 Jy ! Clean residual min=-0.001560 max=0.001478 Jy/beam ! Clean residual mean=-0.000017 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.196291 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.196291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065339Jy sigma=0.000765 ! Fit after self-cal, rms=0.065338Jy sigma=0.000765 ! 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.065338Jy sigma=0.000765 ! Fit after self-cal, rms=0.065293Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.563 mas, bmaj=6.064 mas, bpa=27.48 degrees ! Estimated noise=537.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337531 Jy ! Component: 100 - total flux cleaned = 0.000611954 Jy ! Component: 150 - total flux cleaned = 0.000657316 Jy ! Component: 200 - total flux cleaned = 0.000716578 Jy ! Total flux subtracted in 200 components = 0.000716578 Jy ! Clean residual min=-0.001465 max=0.001402 Jy/beam ! Clean residual mean=-0.000016 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.197008 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 109 components and 0.197008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065277Jy sigma=0.000765 ! Fit after self-cal, rms=0.065277Jy sigma=0.000765 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.000161778 Jy ! Component: 100 - total flux cleaned = 0.000110174 Jy ! Component: 150 - total flux cleaned = 6.2496e-05 Jy ! Component: 200 - total flux cleaned = 3.2628e-05 Jy ! Total flux subtracted in 200 components = 3.2628e-05 Jy ! Clean residual min=-0.001438 max=0.001397 Jy/beam ! Clean residual mean=-0.000015 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.19704 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 123 components and 0.19704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065269Jy sigma=0.000764 ! Fit after self-cal, rms=0.065269Jy sigma=0.000764 ! 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.065269Jy sigma=0.000764 ! Fit after self-cal, rms=0.065291Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.993 mas, bmaj=8.974 mas, bpa=15.47 degrees ! Estimated noise=630.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.37573e-05 Jy ! Component: 100 - total flux cleaned = 0.000173238 Jy ! Component: 150 - total flux cleaned = 0.000174061 Jy ! Component: 200 - total flux cleaned = 0.000146339 Jy ! Total flux subtracted in 200 components = 0.000146339 Jy ! Clean residual min=-0.001547 max=0.001624 Jy/beam ! Clean residual mean=-0.000029 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.197187 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 143 components and 0.197187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065286Jy sigma=0.000764 ! Fit after self-cal, rms=0.065286Jy sigma=0.000764 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 = -1.22468e-05 Jy ! Component: 100 - total flux cleaned = -6.0682e-05 Jy ! Component: 150 - total flux cleaned = -8.24722e-05 Jy ! Component: 200 - total flux cleaned = -0.00012277 Jy ! Total flux subtracted in 200 components = -0.00012277 Jy ! Clean residual min=-0.001504 max=0.001618 Jy/beam ! Clean residual mean=-0.000029 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.197064 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 162 components and 0.197064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065284Jy sigma=0.000764 ! Fit after self-cal, rms=0.065285Jy sigma=0.000764 ! 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=4.565 mas, bmaj=6.064 mas, bpa=27.42 degrees ! Estimated noise=537.468 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.565 x 6.064 at 27.42 degrees (North through East) ! Clean map min=-0.0019201 max=0.17552 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=3.86 mas, bmaj=5.137 mas, bpa=27.88 degrees ! Estimated noise=947.424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.135358 Jy ! Component: 100 - total flux cleaned = 0.165132 Jy ! Component: 150 - total flux cleaned = 0.175746 Jy ! Component: 200 - total flux cleaned = 0.181726 Jy ! Total flux subtracted in 200 components = 0.181726 Jy ! Clean residual min=-0.002897 max=0.003210 Jy/beam ! Clean residual mean=-0.000019 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.181726 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.181726 Jy ! Inverting map and beam ! Estimated beam: bmin=4.565 mas, bmaj=6.064 mas, bpa=27.42 degrees ! Estimated noise=537.468 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.00502861 Jy ! Component: 100 - total flux cleaned = 0.00801996 Jy ! Component: 150 - total flux cleaned = 0.00954128 Jy ! Component: 200 - total flux cleaned = 0.0107979 Jy ! Total flux subtracted in 200 components = 0.0107979 Jy ! Clean residual min=-0.001858 max=0.001521 Jy/beam ! Clean residual mean=-0.000021 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.192524 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 47 components and 0.192524 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.993 mas, bmaj=8.974 mas, bpa=15.47 degrees ! Estimated noise=630.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186135 Jy ! Component: 100 - total flux cleaned = 0.00254491 Jy ! Component: 150 - total flux cleaned = 0.00310034 Jy ! Component: 200 - total flux cleaned = 0.00350142 Jy ! Total flux subtracted in 200 components = 0.00350142 Jy ! Clean residual min=-0.001843 max=0.001560 Jy/beam ! Clean residual mean=-0.000031 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.196025 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.00025203 Jy ! Component: 100 - total flux cleaned = 0.000489268 Jy ! Component: 150 - total flux cleaned = 0.00060342 Jy ! Component: 200 - total flux cleaned = 0.0006535 Jy ! Total flux subtracted in 200 components = 0.0006535 Jy ! Clean residual min=-0.001695 max=0.001567 Jy/beam ! Clean residual mean=-0.000030 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.196679 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 97 components and 0.196679 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.565 mas, bmaj=6.064 mas, bpa=27.42 degrees ! Estimated noise=537.468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.2353e-05 Jy ! Component: 100 - total flux cleaned = -8.29212e-05 Jy ! Component: 150 - total flux cleaned = -3.43383e-05 Jy ! Component: 200 - total flux cleaned = 8.6418e-06 Jy ! Total flux subtracted in 200 components = 8.6418e-06 Jy ! Clean residual min=-0.001477 max=0.001348 Jy/beam ! Clean residual mean=-0.000014 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.196688 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 120 components and 0.196688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065301Jy sigma=0.000765 ! Fit after self-cal, rms=0.065299Jy sigma=0.000764 wmodel J1046+5354_S_2014_05_31_pus_map.mod ! Writing 120 model components to file: J1046+5354_S_2014_05_31_pus_map.mod wobs J1046+5354_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1046+5354_S_2014_05_31_pus_uvs.fits wwins J1046+5354_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1046+5354_S_2014_05_31_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000487367 Jy ! Component: 100 - total flux cleaned = -0.000610771 Jy ! Component: 150 - total flux cleaned = -0.000702683 Jy ! Component: 200 - total flux cleaned = -0.000791672 Jy ! Component: 250 - total flux cleaned = -0.00085593 Jy ! Component: 300 - total flux cleaned = -0.000918104 Jy ! Component: 350 - total flux cleaned = -0.000937851 Jy ! Component: 400 - total flux cleaned = -0.000976451 Jy ! Component: 450 - total flux cleaned = -0.000995323 Jy ! Component: 500 - total flux cleaned = -0.000995296 Jy ! Component: 550 - total flux cleaned = -0.000977126 Jy ! Component: 600 - total flux cleaned = -0.000941936 Jy ! Component: 650 - total flux cleaned = -0.000907734 Jy ! Component: 700 - total flux cleaned = -0.000841027 Jy ! Component: 750 - total flux cleaned = -0.000824761 Jy ! Component: 800 - total flux cleaned = -0.000792529 Jy ! Component: 850 - total flux cleaned = -0.000729464 Jy ! Component: 900 - total flux cleaned = -0.000714256 Jy ! Component: 950 - total flux cleaned = -0.000683918 Jy ! Component: 1000 - total flux cleaned = -0.000684 Jy ! Component: 1050 - total flux cleaned = -0.000639654 Jy ! Component: 1100 - total flux cleaned = -0.000624923 Jy ! Component: 1150 - total flux cleaned = -0.000596077 Jy ! Component: 1200 - total flux cleaned = -0.000525765 Jy ! Component: 1250 - total flux cleaned = -0.000511585 Jy ! Component: 1300 - total flux cleaned = -0.000457091 Jy ! Component: 1350 - total flux cleaned = -0.000376695 Jy ! Component: 1400 - total flux cleaned = -0.000363789 Jy ! Component: 1450 - total flux cleaned = -0.00031171 Jy ! Component: 1500 - total flux cleaned = -0.000286002 Jy ! Component: 1550 - total flux cleaned = -0.000248064 Jy ! Component: 1600 - total flux cleaned = -0.000210734 Jy ! Component: 1650 - total flux cleaned = -0.000198569 Jy ! Component: 1700 - total flux cleaned = -0.000138103 Jy ! Component: 1750 - total flux cleaned = -0.000174039 Jy ! Component: 1800 - total flux cleaned = -0.000150364 Jy ! Component: 1850 - total flux cleaned = -0.000138625 Jy ! Component: 1900 - total flux cleaned = -0.000115567 Jy ! Component: 1950 - total flux cleaned = -6.99766e-05 Jy ! Component: 2000 - total flux cleaned = -3.60811e-05 Jy ! Component: 2050 - total flux cleaned = -2.50121e-05 Jy ! Component: 2100 - total flux cleaned = 3.01436e-05 Jy ! Component: 2150 - total flux cleaned = 4.1047e-05 Jy ! Component: 2200 - total flux cleaned = 0.000138638 Jy ! Component: 2250 - total flux cleaned = 0.000149435 Jy ! Component: 2300 - total flux cleaned = 0.000213163 Jy ! Component: 2350 - total flux cleaned = 0.000234278 Jy ! Component: 2400 - total flux cleaned = 0.000244654 Jy ! Component: 2450 - total flux cleaned = 0.000296041 Jy ! Component: 2500 - total flux cleaned = 0.000285957 Jy ! Component: 2550 - total flux cleaned = 0.000326258 Jy ! Component: 2600 - total flux cleaned = 0.000326274 Jy ! Component: 2650 - total flux cleaned = 0.000356009 Jy ! Component: 2700 - total flux cleaned = 0.000385317 Jy ! Component: 2750 - total flux cleaned = 0.000375583 Jy ! Component: 2800 - total flux cleaned = 0.00042395 Jy ! Component: 2850 - total flux cleaned = 0.000433525 Jy ! Component: 2900 - total flux cleaned = 0.000443044 Jy ! Component: 2950 - total flux cleaned = 0.00046182 Jy ! Component: 3000 - total flux cleaned = 0.000480434 Jy ! Component: 3050 - total flux cleaned = 0.000452566 Jy ! Component: 3100 - total flux cleaned = 0.00047092 Jy ! Component: 3150 - total flux cleaned = 0.000479959 Jy ! Component: 3200 - total flux cleaned = 0.000470992 Jy ! Component: 3250 - total flux cleaned = 0.000462044 Jy ! Component: 3300 - total flux cleaned = 0.000506536 Jy ! Component: 3350 - total flux cleaned = 0.000497668 Jy ! Component: 3400 - total flux cleaned = 0.000497738 Jy ! Component: 3450 - total flux cleaned = 0.000471708 Jy ! Component: 3500 - total flux cleaned = 0.000480325 Jy ! Component: 3550 - total flux cleaned = 0.000471689 Jy ! Component: 3600 - total flux cleaned = 0.000471622 Jy ! Component: 3650 - total flux cleaned = 0.000496993 Jy ! Component: 3700 - total flux cleaned = 0.000505417 Jy ! Component: 3750 - total flux cleaned = 0.0004637 Jy ! Component: 3800 - total flux cleaned = 0.000496807 Jy ! Component: 3850 - total flux cleaned = 0.000496676 Jy ! Component: 3900 - total flux cleaned = 0.00048853 Jy ! Component: 3950 - total flux cleaned = 0.000504767 Jy ! Component: 4000 - total flux cleaned = 0.000488565 Jy ! Component: 4050 - total flux cleaned = 0.00052839 Jy ! Total flux subtracted in 4096 components = 0.000480884 Jy ! Clean residual min=-0.000475 max=0.000482 Jy/beam ! Clean residual mean=0.000000 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.197168 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 384 components and 0.197168 Jy ![Exited script file: muppet] wmap "J1046+5354_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.565 x 6.064 at 27.42 degrees (North through East) ! Clean map min=-0.0016568 max=0.17568 Jy/beam ! Writing clean map to FITS file: J1046+5354_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.175678 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000138162 device "J1046+5354_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1046+5354_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.235935 0.235935 0.47187 0.94374 1.88748 3.77496 7.54992 15.0998 30.1997 60.3994 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.175 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.565 x 6.064 at 27.42 degrees (North through East) ! Clean map min=-0.0016568 max=0.17568 Jy/beam quit ! Quitting program ! Log file J1046+5354_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:23:19 2016