! Started logfile: J1125+2005_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:24:49 2016 obs J1125+2005_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1125+2005_S_2014_05_31_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.680556 visibilities/baseline/integration-bin. ! Found source: J1125+2005 ! ! 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 6860 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 J1125+2005_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903114Jy sigma=0.011003 ! Fit after self-cal, rms=0.891708Jy sigma=0.010870 ! 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.619 mas, bmaj=7.312 mas, bpa=20.69 degrees ! Estimated noise=994.029 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.083466 Jy ! Component: 100 - total flux cleaned = 0.106308 Jy ! Total flux subtracted in 100 components = 0.106308 Jy ! Clean residual min=-0.007764 max=0.018021 Jy/beam ! Clean residual mean=-0.000005 rms=0.002446 Jy/beam ! Combined flux in latest and established models = 0.106308 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.106308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076787Jy sigma=0.000891 ! Fit after self-cal, rms=0.076718Jy sigma=0.000891 ! Inverting map ! Added new window around map position (11, 6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178664 Jy ! Component: 100 - total flux cleaned = 0.0291658 Jy ! Total flux subtracted in 100 components = 0.0291658 Jy ! Clean residual min=-0.005683 max=0.007887 Jy/beam ! Clean residual mean=-0.000000 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.135474 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.135474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071440Jy sigma=0.000826 ! Fit after self-cal, rms=0.071040Jy sigma=0.000821 ! 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.243 mas, bmaj=7.921 mas, bpa=18.74 degrees ! Estimated noise=710.565 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.0110267 Jy ! Component: 100 - total flux cleaned = 0.0176922 Jy ! Component: 150 - total flux cleaned = 0.0220451 Jy ! Component: 200 - total flux cleaned = 0.0236602 Jy ! Total flux subtracted in 200 components = 0.0236602 Jy ! Clean residual min=-0.004366 max=0.008826 Jy/beam ! Clean residual mean=0.000011 rms=0.001493 Jy/beam ! Combined flux in latest and established models = 0.159134 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.159134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069037Jy sigma=0.000799 ! Fit after self-cal, rms=0.068891Jy sigma=0.000797 ! Inverting map ! Added new window around map position (39, 19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00835592 Jy ! Component: 100 - total flux cleaned = 0.0132652 Jy ! Component: 150 - total flux cleaned = 0.0171294 Jy ! Component: 200 - total flux cleaned = 0.0203031 Jy ! Total flux subtracted in 200 components = 0.0203031 Jy ! Clean residual min=-0.003874 max=0.004066 Jy/beam ! Clean residual mean=0.000007 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.179438 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 94 components and 0.179438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067701Jy sigma=0.000782 ! Fit after self-cal, rms=0.067634Jy sigma=0.000781 ! 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.96 FD 0.84 HN 0.95 KP 1.10 ! LA 1.18 MK 1.00* NL 0.98 OV 0.98 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.98 HN 1.04 KP 1.05 ! LA 1.11 MK 1.00* NL 1.04 OV 0.96 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.10 HN 1.01 KP 0.94 ! LA 0.89 MK 1.00* NL 1.07 OV 0.94 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.97 HN 1.03 KP 0.87 ! LA 0.85 MK 1.00* NL 1.06 OV 0.98 ! PT 1.02 SC 0.95 ! ! ! Fit before self-cal, rms=0.067634Jy sigma=0.000781 ! Fit after self-cal, rms=0.064668Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.233 mas, bmaj=7.937 mas, bpa=18.88 degrees ! Estimated noise=701.707 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.00337036 Jy ! Component: 100 - total flux cleaned = 0.00553109 Jy ! Component: 150 - total flux cleaned = 0.00685496 Jy ! Component: 200 - total flux cleaned = 0.00797318 Jy ! Total flux subtracted in 200 components = 0.00797318 Jy ! Clean residual min=-0.003038 max=0.003045 Jy/beam ! Clean residual mean=0.000006 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.187411 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 128 components and 0.187411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064447Jy sigma=0.000762 ! Fit after self-cal, rms=0.064423Jy sigma=0.000762 ! 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.064423Jy sigma=0.000762 ! Fit after self-cal, rms=0.064619Jy sigma=0.000760 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.217 mas, bmaj=7.981 mas, bpa=18.92 degrees ! Estimated noise=703.338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160852 Jy ! Component: 100 - total flux cleaned = 0.00200687 Jy ! Component: 150 - total flux cleaned = 0.00234529 Jy ! Component: 200 - total flux cleaned = 0.0025712 Jy ! Total flux subtracted in 200 components = 0.0025712 Jy ! Clean residual min=-0.002611 max=0.002694 Jy/beam ! Clean residual mean=0.000000 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.189982 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 147 components and 0.189982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064558Jy sigma=0.000759 ! Fit after self-cal, rms=0.064563Jy sigma=0.000759 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.000328695 Jy ! Component: 100 - total flux cleaned = 0.000556813 Jy ! Component: 150 - total flux cleaned = 0.000820556 Jy ! Component: 200 - total flux cleaned = 0.00108563 Jy ! Total flux subtracted in 200 components = 0.00108563 Jy ! Clean residual min=-0.002620 max=0.002640 Jy/beam ! Clean residual mean=0.000000 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.191068 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 161 components and 0.191068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064539Jy sigma=0.000758 ! Fit after self-cal, rms=0.064536Jy sigma=0.000758 ! 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.064536Jy sigma=0.000758 ! Fit after self-cal, rms=0.064513Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.216 mas, bmaj=7.99 mas, bpa=18.86 degrees ! Estimated noise=702.439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.42582e-05 Jy ! Component: 100 - total flux cleaned = 0.000185639 Jy ! Component: 150 - total flux cleaned = 0.000424654 Jy ! Component: 200 - total flux cleaned = 0.000665301 Jy ! Total flux subtracted in 200 components = 0.000665301 Jy ! Clean residual min=-0.002542 max=0.002569 Jy/beam ! Clean residual mean=-0.000000 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.191733 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 167 components and 0.191733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064497Jy sigma=0.000758 ! Fit after self-cal, rms=0.064497Jy sigma=0.000758 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.000132463 Jy ! Component: 100 - total flux cleaned = 0.000340105 Jy ! Component: 150 - total flux cleaned = 0.000515193 Jy ! Component: 200 - total flux cleaned = 0.000663366 Jy ! Total flux subtracted in 200 components = 0.000663366 Jy ! Clean residual min=-0.002544 max=0.002564 Jy/beam ! Clean residual mean=-0.000000 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.192396 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 178 components and 0.192396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064486Jy sigma=0.000758 ! Fit after self-cal, rms=0.064485Jy sigma=0.000758 ! 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.064485Jy sigma=0.000758 ! Fit after self-cal, rms=0.064460Jy sigma=0.000758 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.693 mas, bmaj=10.14 mas, bpa=2.486 degrees ! Estimated noise=817.328 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000641372 Jy ! Component: 100 - total flux cleaned = 0.000747699 Jy ! Component: 150 - total flux cleaned = 0.00107977 Jy ! Component: 200 - total flux cleaned = 0.00131847 Jy ! Total flux subtracted in 200 components = 0.00131847 Jy ! Clean residual min=-0.003471 max=0.003573 Jy/beam ! Clean residual mean=-0.000001 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.193715 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 199 components and 0.193715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064461Jy sigma=0.000758 ! Fit after self-cal, rms=0.064458Jy sigma=0.000758 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.000287138 Jy ! Component: 100 - total flux cleaned = 0.000491681 Jy ! Component: 150 - total flux cleaned = 0.000673013 Jy ! Component: 200 - total flux cleaned = 0.000777852 Jy ! Total flux subtracted in 200 components = 0.000777852 Jy ! Clean residual min=-0.003400 max=0.003537 Jy/beam ! Clean residual mean=-0.000001 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.194493 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 209 components and 0.194493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064462Jy sigma=0.000758 ! Fit after self-cal, rms=0.064461Jy sigma=0.000758 ! 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.217 mas, bmaj=7.995 mas, bpa=18.83 degrees ! Estimated noise=702.093 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.217 x 7.995 at 18.83 degrees (North through East) ! Clean map min=-0.0025838 max=0.10718 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.587 mas, bmaj=7.362 mas, bpa=20.66 degrees ! Estimated noise=976.828 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0816546 Jy ! Component: 100 - total flux cleaned = 0.106967 Jy ! Component: 150 - total flux cleaned = 0.123909 Jy ! Component: 200 - total flux cleaned = 0.135964 Jy ! Total flux subtracted in 200 components = 0.135964 Jy ! Clean residual min=-0.004985 max=0.007469 Jy/beam ! Clean residual mean=-0.000006 rms=0.001474 Jy/beam ! Combined flux in latest and established models = 0.135964 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.135964 Jy ! Inverting map and beam ! Estimated beam: bmin=4.217 mas, bmaj=7.995 mas, bpa=18.83 degrees ! Estimated noise=702.093 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) ! Added new window around map position (6, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115709 Jy ! Component: 100 - total flux cleaned = 0.0198614 Jy ! Component: 150 - total flux cleaned = 0.0261395 Jy ! Component: 200 - total flux cleaned = 0.0311556 Jy ! Total flux subtracted in 200 components = 0.0311556 Jy ! Clean residual min=-0.003307 max=0.004414 Jy/beam ! Clean residual mean=0.000001 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.16712 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 70 components and 0.16712 Jy ! Inverting map ! Added new window around map position (8.5, 53). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0048963 Jy ! Component: 100 - total flux cleaned = 0.00848688 Jy ! Component: 150 - total flux cleaned = 0.0115076 Jy ! Component: 200 - total flux cleaned = 0.0140941 Jy ! Total flux subtracted in 200 components = 0.0140941 Jy ! Clean residual min=-0.002626 max=0.002738 Jy/beam ! Clean residual mean=0.000003 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.181214 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 124 components and 0.181214 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.693 mas, bmaj=10.14 mas, bpa=2.486 degrees ! Estimated noise=817.328 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357056 Jy ! Component: 100 - total flux cleaned = 0.00615663 Jy ! Component: 150 - total flux cleaned = 0.00761986 Jy ! Component: 200 - total flux cleaned = 0.00883316 Jy ! Total flux subtracted in 200 components = 0.00883316 Jy ! Clean residual min=-0.002814 max=0.003295 Jy/beam ! Clean residual mean=0.000005 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.190047 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.000980382 Jy ! Component: 100 - total flux cleaned = 0.00193883 Jy ! Component: 150 - total flux cleaned = 0.00274165 Jy ! Component: 200 - total flux cleaned = 0.00346482 Jy ! Total flux subtracted in 200 components = 0.00346482 Jy ! Clean residual min=-0.002819 max=0.003053 Jy/beam ! Clean residual mean=0.000004 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.193512 Jy ! Adding 119 model components to the UV plane model. ! The established model now contains 226 components and 0.193512 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.217 mas, bmaj=7.995 mas, bpa=18.83 degrees ! Estimated noise=702.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000754348 Jy ! Component: 100 - total flux cleaned = 0.00133018 Jy ! Component: 150 - total flux cleaned = 0.00181121 Jy ! Component: 200 - total flux cleaned = 0.00218535 Jy ! Total flux subtracted in 200 components = 0.00218535 Jy ! Clean residual min=-0.002381 max=0.002432 Jy/beam ! Clean residual mean=0.000002 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.195697 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 250 components and 0.195697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064416Jy sigma=0.000757 ! Fit after self-cal, rms=0.064406Jy sigma=0.000757 wmodel J1125+2005_S_2014_05_31_pus_map.mod ! Writing 250 model components to file: J1125+2005_S_2014_05_31_pus_map.mod wobs J1125+2005_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1125+2005_S_2014_05_31_pus_uvs.fits wwins J1125+2005_S_2014_05_31_pus_map.win ! wwins: Wrote 5 windows to J1125+2005_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.000428556 Jy ! Component: 100 - total flux cleaned = -0.000466639 Jy ! Component: 150 - total flux cleaned = -0.000466805 Jy ! Component: 200 - total flux cleaned = -0.000501789 Jy ! Component: 250 - total flux cleaned = -0.000599154 Jy ! Component: 300 - total flux cleaned = -0.000537408 Jy ! Component: 350 - total flux cleaned = -0.000508097 Jy ! Component: 400 - total flux cleaned = -0.000393244 Jy ! Component: 450 - total flux cleaned = -0.000282591 Jy ! Component: 500 - total flux cleaned = -0.000175273 Jy ! Component: 550 - total flux cleaned = -9.61548e-05 Jy ! Component: 600 - total flux cleaned = 7.24155e-06 Jy ! Component: 650 - total flux cleaned = 5.81916e-05 Jy ! Component: 700 - total flux cleaned = 0.000131662 Jy ! Component: 750 - total flux cleaned = 0.0001559 Jy ! Component: 800 - total flux cleaned = 0.000179309 Jy ! Component: 850 - total flux cleaned = 0.000248394 Jy ! Component: 900 - total flux cleaned = 0.000202738 Jy ! Component: 950 - total flux cleaned = 0.000180844 Jy ! Component: 1000 - total flux cleaned = 0.000136957 Jy ! Component: 1050 - total flux cleaned = 0.000158486 Jy ! Component: 1100 - total flux cleaned = 0.00017978 Jy ! Component: 1150 - total flux cleaned = 0.000242197 Jy ! Component: 1200 - total flux cleaned = 0.000344527 Jy ! Component: 1250 - total flux cleaned = 0.000364882 Jy ! Component: 1300 - total flux cleaned = 0.000465054 Jy ! Component: 1350 - total flux cleaned = 0.000602985 Jy ! Component: 1400 - total flux cleaned = 0.000622604 Jy ! Component: 1450 - total flux cleaned = 0.000737405 Jy ! Component: 1500 - total flux cleaned = 0.000756742 Jy ! Component: 1550 - total flux cleaned = 0.000794207 Jy ! Component: 1600 - total flux cleaned = 0.000923165 Jy ! Component: 1650 - total flux cleaned = 0.000940974 Jy ! Component: 1700 - total flux cleaned = 0.000958823 Jy ! Component: 1750 - total flux cleaned = 0.000994193 Jy ! Component: 1800 - total flux cleaned = 0.000976694 Jy ! Component: 1850 - total flux cleaned = 0.000976935 Jy ! Component: 1900 - total flux cleaned = 0.000994303 Jy ! Component: 1950 - total flux cleaned = 0.00097772 Jy ! Component: 2000 - total flux cleaned = 0.000994521 Jy ! Component: 2050 - total flux cleaned = 0.000994763 Jy ! Component: 2100 - total flux cleaned = 0.00101093 Jy ! Component: 2150 - total flux cleaned = 0.00102687 Jy ! Component: 2200 - total flux cleaned = 0.00105846 Jy ! Component: 2250 - total flux cleaned = 0.00108971 Jy ! Component: 2300 - total flux cleaned = 0.00108952 Jy ! Component: 2350 - total flux cleaned = 0.00110481 Jy ! Component: 2400 - total flux cleaned = 0.00110476 Jy ! Component: 2450 - total flux cleaned = 0.00113486 Jy ! Component: 2500 - total flux cleaned = 0.0011942 Jy ! Component: 2550 - total flux cleaned = 0.00117927 Jy ! Component: 2600 - total flux cleaned = 0.00117939 Jy ! Component: 2650 - total flux cleaned = 0.00119385 Jy ! Component: 2700 - total flux cleaned = 0.00116552 Jy ! Component: 2750 - total flux cleaned = 0.00119399 Jy ! Component: 2800 - total flux cleaned = 0.00120801 Jy ! Component: 2850 - total flux cleaned = 0.00116615 Jy ! Component: 2900 - total flux cleaned = 0.00119382 Jy ! Component: 2950 - total flux cleaned = 0.00119383 Jy ! Component: 3000 - total flux cleaned = 0.00116687 Jy ! Component: 3050 - total flux cleaned = 0.001167 Jy ! Component: 3100 - total flux cleaned = 0.00116714 Jy ! Component: 3150 - total flux cleaned = 0.00115402 Jy ! Component: 3200 - total flux cleaned = 0.00114091 Jy ! Component: 3250 - total flux cleaned = 0.00115385 Jy ! Component: 3300 - total flux cleaned = 0.00112817 Jy ! Component: 3350 - total flux cleaned = 0.00112833 Jy ! Component: 3400 - total flux cleaned = 0.00116641 Jy ! Component: 3450 - total flux cleaned = 0.00116637 Jy ! Component: 3500 - total flux cleaned = 0.00120395 Jy ! Component: 3550 - total flux cleaned = 0.00119159 Jy ! Component: 3600 - total flux cleaned = 0.00117932 Jy ! Component: 3650 - total flux cleaned = 0.00117925 Jy ! Component: 3700 - total flux cleaned = 0.00114274 Jy ! Component: 3750 - total flux cleaned = 0.00111859 Jy ! Component: 3800 - total flux cleaned = 0.00111861 Jy ! Component: 3850 - total flux cleaned = 0.00109489 Jy ! Component: 3900 - total flux cleaned = 0.00110679 Jy ! Component: 3950 - total flux cleaned = 0.00104817 Jy ! Component: 4000 - total flux cleaned = 0.00104817 Jy ! Component: 4050 - total flux cleaned = 0.00100195 Jy ! Total flux subtracted in 4096 components = 0.000990423 Jy ! Clean residual min=-0.000656 max=0.000649 Jy/beam ! Clean residual mean=-0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.196687 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 567 components and 0.196688 Jy ![Exited script file: muppet] wmap "J1125+2005_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.217 x 7.995 at 18.83 degrees (North through East) ! Clean map min=-0.0014629 max=0.10568 Jy/beam ! Writing clean map to FITS file: J1125+2005_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.105675 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213134 device "J1125+2005_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1125+2005_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.605065 0.605065 1.21013 2.42026 4.84052 9.68104 19.3621 38.7241 77.4483 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.105 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.217 x 7.995 at 18.83 degrees (North through East) ! Clean map min=-0.0014629 max=0.10568 Jy/beam quit ! Quitting program ! Log file J1125+2005_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:24:54 2016