! Started logfile: J1001+1015_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:49:55 2017 obs J1001+1015_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1001+1015_S_2015_01_22_pus_uva.fits ! AN table 1: 53 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1001+1015 ! ! 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 281 lines of history. ! ! Reading 7632 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 J1001+1015_S_2015_01_22_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.927600Jy sigma=0.010626 ! Fit after self-cal, rms=0.908928Jy sigma=0.010396 ! 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.046 mas, bmaj=7.359 mas, bpa=-21.68 degrees ! Estimated noise=1135.56 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.0751061 Jy ! Component: 100 - total flux cleaned = 0.102032 Jy ! Total flux subtracted in 100 components = 0.102032 Jy ! Clean residual min=-0.016000 max=0.051494 Jy/beam ! Clean residual mean=0.000016 rms=0.005958 Jy/beam ! Combined flux in latest and established models = 0.102032 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.102032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105308Jy sigma=0.001127 ! Fit after self-cal, rms=0.105141Jy sigma=0.001123 ! Inverting map ! Added new window around map position (-3, -11.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0422116 Jy ! Component: 100 - total flux cleaned = 0.0570448 Jy ! Total flux subtracted in 100 components = 0.0570448 Jy ! Clean residual min=-0.011652 max=0.014592 Jy/beam ! Clean residual mean=0.000077 rms=0.003026 Jy/beam ! Combined flux in latest and established models = 0.159077 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.159077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090494Jy sigma=0.000914 ! Fit after self-cal, rms=0.088312Jy sigma=0.000890 ! 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.726 mas, bmaj=7.725 mas, bpa=-20.3 degrees ! Estimated noise=739.018 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.011395 Jy ! Component: 100 - total flux cleaned = 0.0141894 Jy ! Component: 150 - total flux cleaned = 0.0151737 Jy ! Component: 200 - total flux cleaned = 0.0158145 Jy ! Total flux subtracted in 200 components = 0.0158145 Jy ! Clean residual min=-0.007866 max=0.017949 Jy/beam ! Clean residual mean=0.000247 rms=0.003826 Jy/beam ! Combined flux in latest and established models = 0.174892 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.174892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087052Jy sigma=0.000867 ! Fit after self-cal, rms=0.086897Jy sigma=0.000866 ! 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.84 FD 1.00* HN 0.90 KP 0.96 ! LA 2.27 MK 1.04 NL 1.03 OV 0.87 ! PT 0.93 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.00* HN 0.99 KP 0.89 ! LA 2.27 MK 1.06 NL 1.30 OV 0.87 ! PT 0.91 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 1.00* HN 0.99 KP 0.78 ! LA 1.91 MK 1.05 NL 1.42 OV 0.80 ! PT 0.89 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 0.92 KP 0.74 ! LA 2.08 MK 1.04 NL 0.92 OV 0.85 ! PT 0.95 SC 1.00 ! ! ! Fit before self-cal, rms=0.086897Jy sigma=0.000866 ! Fit after self-cal, rms=0.110250Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.802 mas, bmaj=7.578 mas, bpa=-19.68 degrees ! Estimated noise=727.432 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.000721555 Jy ! Component: 100 - total flux cleaned = 0.000657409 Jy ! Component: 150 - total flux cleaned = 0.000707799 Jy ! Component: 200 - total flux cleaned = 0.000704117 Jy ! Total flux subtracted in 200 components = 0.000704117 Jy ! Clean residual min=-0.001940 max=0.002394 Jy/beam ! Clean residual mean=0.000013 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.175596 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.175596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110176Jy sigma=0.000771 ! Fit after self-cal, rms=0.110933Jy sigma=0.000769 ! 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.110933Jy sigma=0.000769 ! Fit after self-cal, rms=0.112812Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.809 mas, bmaj=7.58 mas, bpa=-19.71 degrees ! Estimated noise=728.454 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102319 Jy ! Component: 100 - total flux cleaned = 0.000138635 Jy ! Component: 150 - total flux cleaned = 0.000111603 Jy ! Component: 200 - total flux cleaned = 8.68629e-05 Jy ! Total flux subtracted in 200 components = 8.68629e-05 Jy ! Clean residual min=-0.001812 max=0.001983 Jy/beam ! Clean residual mean=0.000011 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.175683 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.175683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112790Jy sigma=0.000768 ! Fit after self-cal, rms=0.112811Jy sigma=0.000768 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 = -3.29412e-05 Jy ! Component: 100 - total flux cleaned = -9.62249e-06 Jy ! Component: 150 - total flux cleaned = 1.09299e-05 Jy ! Component: 200 - total flux cleaned = 1.23711e-05 Jy ! Total flux subtracted in 200 components = 1.23711e-05 Jy ! Clean residual min=-0.001765 max=0.001933 Jy/beam ! Clean residual mean=0.000012 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.175695 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.175695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112802Jy sigma=0.000768 ! Fit after self-cal, rms=0.112805Jy sigma=0.000768 ! 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.112805Jy sigma=0.000768 ! Fit after self-cal, rms=0.113037Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.812 mas, bmaj=7.589 mas, bpa=-19.77 degrees ! Estimated noise=729.431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.4187e-05 Jy ! Component: 100 - total flux cleaned = 1.33626e-05 Jy ! Component: 150 - total flux cleaned = 1.31791e-05 Jy ! Component: 200 - total flux cleaned = 1.27674e-05 Jy ! Total flux subtracted in 200 components = 1.27674e-05 Jy ! Clean residual min=-0.001724 max=0.001909 Jy/beam ! Clean residual mean=0.000011 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.175708 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.175708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113027Jy sigma=0.000768 ! Fit after self-cal, rms=0.113029Jy sigma=0.000768 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.29181e-06 Jy ! Component: 100 - total flux cleaned = 9.87101e-07 Jy ! Component: 150 - total flux cleaned = -1.27472e-05 Jy ! Component: 200 - total flux cleaned = -3.86238e-05 Jy ! Total flux subtracted in 200 components = -3.86238e-05 Jy ! Clean residual min=-0.001705 max=0.001919 Jy/beam ! Clean residual mean=0.000011 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.175669 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.175669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113024Jy sigma=0.000768 ! Fit after self-cal, rms=0.113025Jy sigma=0.000768 ! 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.113025Jy sigma=0.000768 ! Fit after self-cal, rms=0.113115Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.84 mas, bmaj=10.05 mas, bpa=3.217 degrees ! Estimated noise=877.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.6112e-05 Jy ! Component: 100 - total flux cleaned = -9.63147e-05 Jy ! Component: 150 - total flux cleaned = -0.000144882 Jy ! Component: 200 - total flux cleaned = -0.000197461 Jy ! Total flux subtracted in 200 components = -0.000197461 Jy ! Clean residual min=-0.001719 max=0.002098 Jy/beam ! Clean residual mean=0.000022 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.175472 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 91 components and 0.175472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113108Jy sigma=0.000768 ! Fit after self-cal, rms=0.113104Jy sigma=0.000768 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 = -2.59051e-05 Jy ! Component: 100 - total flux cleaned = -8.79453e-05 Jy ! Component: 150 - total flux cleaned = -0.000114342 Jy ! Component: 200 - total flux cleaned = -0.000129169 Jy ! Total flux subtracted in 200 components = -0.000129169 Jy ! Clean residual min=-0.001746 max=0.002106 Jy/beam ! Clean residual mean=0.000022 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.175343 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.175343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113103Jy sigma=0.000768 ! Fit after self-cal, rms=0.113100Jy sigma=0.000768 ! 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.814 mas, bmaj=7.598 mas, bpa=-19.83 degrees ! Estimated noise=730.104 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.814 x 7.598 at -19.83 degrees (North through East) ! Clean map min=-0.0015519 max=0.094986 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.128 mas, bmaj=7.289 mas, bpa=-21.45 degrees ! Estimated noise=1128.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0848506 Jy ! Component: 100 - total flux cleaned = 0.124116 Jy ! Component: 150 - total flux cleaned = 0.143505 Jy ! Component: 200 - total flux cleaned = 0.154588 Jy ! Total flux subtracted in 200 components = 0.154588 Jy ! Clean residual min=-0.004709 max=0.005771 Jy/beam ! Clean residual mean=-0.000009 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.154588 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.154588 Jy ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=7.598 mas, bpa=-19.83 degrees ! Estimated noise=730.104 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.0082111 Jy ! Component: 100 - total flux cleaned = 0.0133362 Jy ! Component: 150 - total flux cleaned = 0.0167189 Jy ! Component: 200 - total flux cleaned = 0.0190167 Jy ! Total flux subtracted in 200 components = 0.0190167 Jy ! Clean residual min=-0.002125 max=0.002271 Jy/beam ! Clean residual mean=0.000007 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.173605 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 46 components and 0.173605 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.84 mas, bmaj=10.05 mas, bpa=3.217 degrees ! Estimated noise=877.958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171225 Jy ! Component: 100 - total flux cleaned = 0.00208831 Jy ! Component: 150 - total flux cleaned = 0.00223968 Jy ! Component: 200 - total flux cleaned = 0.00221541 Jy ! Total flux subtracted in 200 components = 0.00221541 Jy ! Clean residual min=-0.001804 max=0.002184 Jy/beam ! Clean residual mean=0.000023 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.17582 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 = -6.59092e-05 Jy ! Component: 100 - total flux cleaned = -0.000105169 Jy ! Component: 150 - total flux cleaned = -0.000140862 Jy ! Component: 200 - total flux cleaned = -0.000173967 Jy ! Total flux subtracted in 200 components = -0.000173967 Jy ! Clean residual min=-0.001743 max=0.002101 Jy/beam ! Clean residual mean=0.000023 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.175646 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 75 components and 0.175646 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.814 mas, bmaj=7.598 mas, bpa=-19.83 degrees ! Estimated noise=730.104 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.67717e-05 Jy ! Component: 100 - total flux cleaned = 1.2148e-05 Jy ! Component: 150 - total flux cleaned = 0.000106261 Jy ! Component: 200 - total flux cleaned = 0.000160164 Jy ! Total flux subtracted in 200 components = 0.000160164 Jy ! Clean residual min=-0.001704 max=0.002005 Jy/beam ! Clean residual mean=0.000011 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.175807 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.175807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113122Jy sigma=0.000768 ! Fit after self-cal, rms=0.113124Jy sigma=0.000768 wmodel J1001+1015_S_2015_01_22_pus_map.mod ! Writing 85 model components to file: J1001+1015_S_2015_01_22_pus_map.mod wobs J1001+1015_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1001+1015_S_2015_01_22_pus_uvs.fits wwins J1001+1015_S_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1001+1015_S_2015_01_22_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.000886135 Jy ! Component: 100 - total flux cleaned = 0.00154425 Jy ! Component: 150 - total flux cleaned = 0.00200703 Jy ! Component: 200 - total flux cleaned = 0.00238719 Jy ! Component: 250 - total flux cleaned = 0.00254236 Jy ! Component: 300 - total flux cleaned = 0.00266719 Jy ! Component: 350 - total flux cleaned = 0.00278802 Jy ! Component: 400 - total flux cleaned = 0.00285769 Jy ! Component: 450 - total flux cleaned = 0.00288111 Jy ! Component: 500 - total flux cleaned = 0.00292581 Jy ! Component: 550 - total flux cleaned = 0.00296936 Jy ! Component: 600 - total flux cleaned = 0.00307413 Jy ! Component: 650 - total flux cleaned = 0.00313497 Jy ! Component: 700 - total flux cleaned = 0.0031747 Jy ! Component: 750 - total flux cleaned = 0.00321374 Jy ! Component: 800 - total flux cleaned = 0.00321385 Jy ! Component: 850 - total flux cleaned = 0.00325114 Jy ! Component: 900 - total flux cleaned = 0.00326938 Jy ! Component: 950 - total flux cleaned = 0.00332199 Jy ! Component: 1000 - total flux cleaned = 0.00330432 Jy ! Component: 1050 - total flux cleaned = 0.00332138 Jy ! Component: 1100 - total flux cleaned = 0.00328767 Jy ! Component: 1150 - total flux cleaned = 0.00325499 Jy ! Component: 1200 - total flux cleaned = 0.00322327 Jy ! Component: 1250 - total flux cleaned = 0.00327054 Jy ! Component: 1300 - total flux cleaned = 0.00328632 Jy ! Component: 1350 - total flux cleaned = 0.00331714 Jy ! Component: 1400 - total flux cleaned = 0.00339255 Jy ! Component: 1450 - total flux cleaned = 0.00343688 Jy ! Component: 1500 - total flux cleaned = 0.00350942 Jy ! Component: 1550 - total flux cleaned = 0.00350929 Jy ! Component: 1600 - total flux cleaned = 0.00353764 Jy ! Component: 1650 - total flux cleaned = 0.00355188 Jy ! Component: 1700 - total flux cleaned = 0.00357956 Jy ! Component: 1750 - total flux cleaned = 0.00360664 Jy ! Component: 1800 - total flux cleaned = 0.00358004 Jy ! Component: 1850 - total flux cleaned = 0.00363278 Jy ! Component: 1900 - total flux cleaned = 0.00363253 Jy ! Component: 1950 - total flux cleaned = 0.0036324 Jy ! Component: 2000 - total flux cleaned = 0.00363241 Jy ! Component: 2050 - total flux cleaned = 0.00364482 Jy ! Component: 2100 - total flux cleaned = 0.0036323 Jy ! Component: 2150 - total flux cleaned = 0.00362008 Jy ! Component: 2200 - total flux cleaned = 0.00361995 Jy ! Component: 2250 - total flux cleaned = 0.00358376 Jy ! Component: 2300 - total flux cleaned = 0.00354811 Jy ! Component: 2350 - total flux cleaned = 0.00353633 Jy ! Component: 2400 - total flux cleaned = 0.00352464 Jy ! Component: 2450 - total flux cleaned = 0.00351303 Jy ! Component: 2500 - total flux cleaned = 0.00351307 Jy ! Component: 2550 - total flux cleaned = 0.00346769 Jy ! Component: 2600 - total flux cleaned = 0.00349026 Jy ! Component: 2650 - total flux cleaned = 0.00349035 Jy ! Component: 2700 - total flux cleaned = 0.00347944 Jy ! Component: 2750 - total flux cleaned = 0.00346849 Jy ! Component: 2800 - total flux cleaned = 0.00345763 Jy ! Component: 2850 - total flux cleaned = 0.00345763 Jy ! Component: 2900 - total flux cleaned = 0.00345764 Jy ! Component: 2950 - total flux cleaned = 0.00342601 Jy ! Component: 3000 - total flux cleaned = 0.00345745 Jy ! Component: 3050 - total flux cleaned = 0.00345742 Jy ! Component: 3100 - total flux cleaned = 0.00342627 Jy ! Component: 3150 - total flux cleaned = 0.00337505 Jy ! Component: 3200 - total flux cleaned = 0.00337518 Jy ! Component: 3250 - total flux cleaned = 0.00336514 Jy ! Component: 3300 - total flux cleaned = 0.00330518 Jy ! Component: 3350 - total flux cleaned = 0.00331514 Jy ! Component: 3400 - total flux cleaned = 0.00328536 Jy ! Component: 3450 - total flux cleaned = 0.00325596 Jy ! Component: 3500 - total flux cleaned = 0.00321702 Jy ! Component: 3550 - total flux cleaned = 0.00319776 Jy ! Component: 3600 - total flux cleaned = 0.00316889 Jy ! Component: 3650 - total flux cleaned = 0.0031593 Jy ! Component: 3700 - total flux cleaned = 0.00312129 Jy ! Component: 3750 - total flux cleaned = 0.00312133 Jy ! Component: 3800 - total flux cleaned = 0.00310256 Jy ! Component: 3850 - total flux cleaned = 0.00309322 Jy ! Component: 3900 - total flux cleaned = 0.00305607 Jy ! Component: 3950 - total flux cleaned = 0.00308379 Jy ! Component: 4000 - total flux cleaned = 0.00308368 Jy ! Component: 4050 - total flux cleaned = 0.00307456 Jy ! Total flux subtracted in 4096 components = 0.00305633 Jy ! Clean residual min=-0.000491 max=0.000587 Jy/beam ! Clean residual mean=0.000003 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.178863 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 344 components and 0.178863 Jy ![Exited script file: muppet] wmap "J1001+1015_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.814 x 7.598 at -19.83 degrees (North through East) ! Clean map min=-0.0013361 max=0.094142 Jy/beam ! Writing clean map to FITS file: J1001+1015_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0941422 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162039 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.516364 0.516364 1.03273 2.06546 4.13092 8.26183 16.5237 33.0473 66.0946 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 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.814 x 7.598 at -19.83 degrees (North through East) ! Clean map min=-0.0013361 max=0.094142 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 J1001+1015_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:50:02 2017