! Started logfile: J1010-0200_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:20:19 2017 obs J1010-0200_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1010-0200_S_2015_01_23_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.881481 visibilities/baseline/integration-bin. ! Found source: J1010-0200 ! ! 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 338 lines of history. ! ! Reading 11424 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 J1010-0200_S_2015_01_23_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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.818575Jy sigma=0.008306 ! Fit after self-cal, rms=0.775424Jy sigma=0.007832 ! 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.769 mas, bmaj=7.261 mas, bpa=-8.129 degrees ! Estimated noise=881.178 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.192057 Jy ! Component: 100 - total flux cleaned = 0.258389 Jy ! Total flux subtracted in 100 components = 0.258389 Jy ! Clean residual min=-0.015316 max=0.028807 Jy/beam ! Clean residual mean=-0.000016 rms=0.004248 Jy/beam ! Combined flux in latest and established models = 0.258389 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.258389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212113Jy sigma=0.001109 ! Fit after self-cal, rms=0.211912Jy sigma=0.001108 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0318635 Jy ! Component: 100 - total flux cleaned = 0.0485459 Jy ! Total flux subtracted in 100 components = 0.0485459 Jy ! Clean residual min=-0.012555 max=0.013536 Jy/beam ! Clean residual mean=-0.000033 rms=0.003210 Jy/beam ! Combined flux in latest and established models = 0.306935 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 22 components and 0.306935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205717Jy sigma=0.001013 ! Fit after self-cal, rms=0.205651Jy sigma=0.001012 ! 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.346 mas, bmaj=8.387 mas, bpa=-9.491 degrees ! Estimated noise=695.23 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.00888114 Jy ! Component: 100 - total flux cleaned = 0.0141419 Jy ! Component: 150 - total flux cleaned = 0.017113 Jy ! Component: 200 - total flux cleaned = 0.0177703 Jy ! Total flux subtracted in 200 components = 0.0177703 Jy ! Clean residual min=-0.012392 max=0.015179 Jy/beam ! Clean residual mean=-0.000056 rms=0.004372 Jy/beam ! Combined flux in latest and established models = 0.324705 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 37 components and 0.324705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204626Jy sigma=0.001004 ! Fit after self-cal, rms=0.204624Jy sigma=0.001004 ! 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.99 FD 1.13 HN 0.94 KP 1.05 ! LA 1.29 MK 1.01 NL 1.02 OV 0.94 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.42 HN 0.98 KP 0.98 ! LA 1.25 MK 1.00 NL 1.12 OV 0.96 ! PT 0.97 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.68 HN 1.01 KP 0.84 ! LA 1.00 MK 1.04 NL 1.19 OV 0.88 ! PT 0.94 SC 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.16 HN 0.97 KP 0.79 ! LA 1.06 MK 1.01 NL 1.01 OV 0.93 ! PT 0.99 SC 0.80 ! ! ! Fit before self-cal, rms=0.204624Jy sigma=0.001004 ! Fit after self-cal, rms=0.264618Jy sigma=0.000930 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=8.28 mas, bpa=-8.798 degrees ! Estimated noise=696.86 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.00460538 Jy ! Component: 100 - total flux cleaned = 0.0068634 Jy ! Component: 150 - total flux cleaned = 0.00737889 Jy ! Component: 200 - total flux cleaned = 0.00784373 Jy ! Total flux subtracted in 200 components = 0.00784373 Jy ! Clean residual min=-0.012415 max=0.013305 Jy/beam ! Clean residual mean=-0.000023 rms=0.003727 Jy/beam ! Combined flux in latest and established models = 0.332549 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.332549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.264139Jy sigma=0.000928 ! Fit after self-cal, rms=0.264327Jy sigma=0.000928 ! 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.264327Jy sigma=0.000928 ! Fit after self-cal, rms=0.196513Jy sigma=0.000788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.334 mas, bmaj=8.273 mas, bpa=-8.776 degrees ! Estimated noise=695.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102063 Jy ! Component: 100 - total flux cleaned = 0.00144325 Jy ! Component: 150 - total flux cleaned = 0.00181289 Jy ! Component: 200 - total flux cleaned = 0.00207286 Jy ! Total flux subtracted in 200 components = 0.00207286 Jy ! Clean residual min=-0.005462 max=0.011393 Jy/beam ! Clean residual mean=-0.000006 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.334622 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.334622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196407Jy sigma=0.000787 ! Fit after self-cal, rms=0.197039Jy sigma=0.000786 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 (2, 14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101794 Jy ! Component: 100 - total flux cleaned = 0.0137394 Jy ! Component: 150 - total flux cleaned = 0.0142291 Jy ! Component: 200 - total flux cleaned = 0.0144807 Jy ! Total flux subtracted in 200 components = 0.0144807 Jy ! Clean residual min=-0.003707 max=0.004194 Jy/beam ! Clean residual mean=-0.000008 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.349102 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 79 components and 0.349102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196480Jy sigma=0.000771 ! Fit after self-cal, rms=0.196392Jy sigma=0.000770 ! Inverting map ! Added new window around map position (5, 37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00379059 Jy ! Component: 100 - total flux cleaned = 0.00447946 Jy ! Component: 150 - total flux cleaned = 0.00457523 Jy ! Component: 200 - total flux cleaned = 0.00457932 Jy ! Total flux subtracted in 200 components = 0.00457932 Jy ! Clean residual min=-0.003502 max=0.003264 Jy/beam ! Clean residual mean=-0.000007 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.353682 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 104 components and 0.353682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196228Jy sigma=0.000767 ! Fit after self-cal, rms=0.196222Jy sigma=0.000767 ! 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.196222Jy sigma=0.000767 ! Fit after self-cal, rms=0.196782Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=8.153 mas, bpa=-8.207 degrees ! Estimated noise=687.527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185743 Jy ! Component: 100 - total flux cleaned = 0.00275113 Jy ! Component: 150 - total flux cleaned = 0.00331018 Jy ! Component: 200 - total flux cleaned = 0.0036194 Jy ! Total flux subtracted in 200 components = 0.0036194 Jy ! Clean residual min=-0.002848 max=0.002617 Jy/beam ! Clean residual mean=-0.000001 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.357301 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 130 components and 0.357301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196711Jy sigma=0.000764 ! Fit after self-cal, rms=0.196715Jy 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 = 0.000445516 Jy ! Component: 100 - total flux cleaned = 0.000552594 Jy ! Component: 150 - total flux cleaned = 0.000603022 Jy ! Component: 200 - total flux cleaned = 0.000554383 Jy ! Total flux subtracted in 200 components = 0.000554383 Jy ! Clean residual min=-0.002692 max=0.002437 Jy/beam ! Clean residual mean=-0.000001 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.357855 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 142 components and 0.357855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196683Jy sigma=0.000764 ! Fit after self-cal, rms=0.196678Jy 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.196678Jy sigma=0.000764 ! Fit after self-cal, rms=0.196912Jy sigma=0.000763 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.137 mas, bmaj=12.8 mas, bpa=-7.908 degrees ! Estimated noise=898.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000416001 Jy ! Component: 100 - total flux cleaned = 0.000304057 Jy ! Component: 150 - total flux cleaned = 0.000165443 Jy ! Component: 200 - total flux cleaned = 8.55228e-05 Jy ! Total flux subtracted in 200 components = 8.55228e-05 Jy ! Clean residual min=-0.002460 max=0.002774 Jy/beam ! Clean residual mean=0.000001 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.357941 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 169 components and 0.357941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196902Jy sigma=0.000763 ! Fit after self-cal, rms=0.196893Jy sigma=0.000763 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.93509e-05 Jy ! Component: 100 - total flux cleaned = -9.6087e-05 Jy ! Component: 150 - total flux cleaned = -0.000183945 Jy ! Component: 200 - total flux cleaned = -0.000235506 Jy ! Total flux subtracted in 200 components = -0.000235506 Jy ! Clean residual min=-0.002375 max=0.002696 Jy/beam ! Clean residual mean=0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.357705 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 182 components and 0.357705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196892Jy sigma=0.000763 ! Fit after self-cal, rms=0.196886Jy sigma=0.000763 ! 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.324 mas, bmaj=8.124 mas, bpa=-8.034 degrees ! Estimated noise=686.889 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.324 x 8.124 at -8.034 degrees (North through East) ! Clean map min=-0.0036392 max=0.22362 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.763 mas, bmaj=7.088 mas, bpa=-6.677 degrees ! Estimated noise=849.529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.187801 Jy ! Component: 100 - total flux cleaned = 0.253853 Jy ! Component: 150 - total flux cleaned = 0.284955 Jy ! Component: 200 - total flux cleaned = 0.302111 Jy ! Total flux subtracted in 200 components = 0.302111 Jy ! Clean residual min=-0.006502 max=0.008920 Jy/beam ! Clean residual mean=0.000007 rms=0.001667 Jy/beam ! Combined flux in latest and established models = 0.302111 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.302111 Jy ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=8.124 mas, bpa=-8.034 degrees ! Estimated noise=686.889 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.0154947 Jy ! Component: 100 - total flux cleaned = 0.0259087 Jy ! Component: 150 - total flux cleaned = 0.0333906 Jy ! Component: 200 - total flux cleaned = 0.0389187 Jy ! Total flux subtracted in 200 components = 0.0389187 Jy ! Clean residual min=-0.003952 max=0.004117 Jy/beam ! Clean residual mean=0.000004 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.341029 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 69 components and 0.341029 Jy ! Inverting map ! Added new window around map position (4, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00460949 Jy ! Component: 100 - total flux cleaned = 0.00741944 Jy ! Component: 150 - total flux cleaned = 0.0092959 Jy ! Component: 200 - total flux cleaned = 0.0108095 Jy ! Total flux subtracted in 200 components = 0.0108095 Jy ! Clean residual min=-0.003235 max=0.002652 Jy/beam ! Clean residual mean=0.000001 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.351839 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 84 components and 0.351839 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.137 mas, bmaj=12.8 mas, bpa=-7.908 degrees ! Estimated noise=898.648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246241 Jy ! Component: 100 - total flux cleaned = 0.00307966 Jy ! Component: 150 - total flux cleaned = 0.00346227 Jy ! Component: 200 - total flux cleaned = 0.00384661 Jy ! Total flux subtracted in 200 components = 0.00384661 Jy ! Clean residual min=-0.002695 max=0.002420 Jy/beam ! Clean residual mean=0.000001 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.355686 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.000285844 Jy ! Component: 100 - total flux cleaned = 0.000457216 Jy ! Component: 150 - total flux cleaned = 0.000613217 Jy ! Component: 200 - total flux cleaned = 0.000755799 Jy ! Total flux subtracted in 200 components = 0.000755799 Jy ! Clean residual min=-0.002473 max=0.002428 Jy/beam ! Clean residual mean=0.000001 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.356441 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 152 components and 0.356441 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=8.124 mas, bpa=-8.034 degrees ! Estimated noise=686.889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000270834 Jy ! Component: 100 - total flux cleaned = -0.000128027 Jy ! Component: 150 - total flux cleaned = 6.75082e-05 Jy ! Component: 200 - total flux cleaned = 0.000244696 Jy ! Total flux subtracted in 200 components = 0.000244696 Jy ! Clean residual min=-0.002779 max=0.002369 Jy/beam ! Clean residual mean=0.000000 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.356686 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 177 components and 0.356686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.196852Jy sigma=0.000763 ! Fit after self-cal, rms=0.196839Jy sigma=0.000762 wmodel J1010-0200_S_2015_01_23_pus_map.mod ! Writing 177 model components to file: J1010-0200_S_2015_01_23_pus_map.mod wobs J1010-0200_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1010-0200_S_2015_01_23_pus_uvs.fits wwins J1010-0200_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J1010-0200_S_2015_01_23_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.000132505 Jy ! Component: 100 - total flux cleaned = -0.000215531 Jy ! Component: 150 - total flux cleaned = -0.000142512 Jy ! Component: 200 - total flux cleaned = 3.78374e-05 Jy ! Component: 250 - total flux cleaned = 7.27253e-05 Jy ! Component: 300 - total flux cleaned = -2.80589e-05 Jy ! Component: 350 - total flux cleaned = -2.73383e-05 Jy ! Component: 400 - total flux cleaned = -5.99916e-05 Jy ! Component: 450 - total flux cleaned = -0.000154233 Jy ! Component: 500 - total flux cleaned = -0.000216393 Jy ! Component: 550 - total flux cleaned = -0.000216901 Jy ! Component: 600 - total flux cleaned = -0.000247024 Jy ! Component: 650 - total flux cleaned = -0.000246833 Jy ! Component: 700 - total flux cleaned = -0.00018873 Jy ! Component: 750 - total flux cleaned = -0.000131848 Jy ! Component: 800 - total flux cleaned = -7.53661e-05 Jy ! Component: 850 - total flux cleaned = 7.35007e-06 Jy ! Component: 900 - total flux cleaned = 0.000169242 Jy ! Component: 950 - total flux cleaned = 0.000195647 Jy ! Component: 1000 - total flux cleaned = 0.000352719 Jy ! Component: 1050 - total flux cleaned = 0.00037831 Jy ! Component: 1100 - total flux cleaned = 0.000530977 Jy ! Component: 1150 - total flux cleaned = 0.000531088 Jy ! Component: 1200 - total flux cleaned = 0.000655094 Jy ! Component: 1250 - total flux cleaned = 0.000655247 Jy ! Component: 1300 - total flux cleaned = 0.000703682 Jy ! Component: 1350 - total flux cleaned = 0.000798855 Jy ! Component: 1400 - total flux cleaned = 0.000869119 Jy ! Component: 1450 - total flux cleaned = 0.000868954 Jy ! Component: 1500 - total flux cleaned = 0.000915095 Jy ! Component: 1550 - total flux cleaned = 0.00100593 Jy ! Component: 1600 - total flux cleaned = 0.00113966 Jy ! Component: 1650 - total flux cleaned = 0.00120576 Jy ! Component: 1700 - total flux cleaned = 0.00131487 Jy ! Component: 1750 - total flux cleaned = 0.00144444 Jy ! Component: 1800 - total flux cleaned = 0.00150825 Jy ! Component: 1850 - total flux cleaned = 0.00163468 Jy ! Component: 1900 - total flux cleaned = 0.00167671 Jy ! Component: 1950 - total flux cleaned = 0.00175918 Jy ! Component: 2000 - total flux cleaned = 0.00192244 Jy ! Component: 2050 - total flux cleaned = 0.00198306 Jy ! Component: 2100 - total flux cleaned = 0.00210297 Jy ! Component: 2150 - total flux cleaned = 0.00218209 Jy ! Component: 2200 - total flux cleaned = 0.00222106 Jy ! Component: 2250 - total flux cleaned = 0.00231813 Jy ! Component: 2300 - total flux cleaned = 0.00239521 Jy ! Component: 2350 - total flux cleaned = 0.00252845 Jy ! Component: 2400 - total flux cleaned = 0.00256625 Jy ! Component: 2450 - total flux cleaned = 0.00273508 Jy ! Component: 2500 - total flux cleaned = 0.00290222 Jy ! Component: 2550 - total flux cleaned = 0.00295736 Jy ! Component: 2600 - total flux cleaned = 0.00301236 Jy ! Component: 2650 - total flux cleaned = 0.00310296 Jy ! Component: 2700 - total flux cleaned = 0.0031568 Jy ! Component: 2750 - total flux cleaned = 0.00321031 Jy ! Component: 2800 - total flux cleaned = 0.00329879 Jy ! Component: 2850 - total flux cleaned = 0.00331626 Jy ! Component: 2900 - total flux cleaned = 0.00336838 Jy ! Component: 2950 - total flux cleaned = 0.00343769 Jy ! Component: 3000 - total flux cleaned = 0.00350635 Jy ! Component: 3050 - total flux cleaned = 0.00355742 Jy ! Component: 3100 - total flux cleaned = 0.00364197 Jy ! Component: 3150 - total flux cleaned = 0.00370907 Jy ! Component: 3200 - total flux cleaned = 0.00375904 Jy ! Component: 3250 - total flux cleaned = 0.00387485 Jy ! Component: 3300 - total flux cleaned = 0.00387467 Jy ! Component: 3350 - total flux cleaned = 0.00389091 Jy ! Component: 3400 - total flux cleaned = 0.00393958 Jy ! Component: 3450 - total flux cleaned = 0.00403596 Jy ! Component: 3500 - total flux cleaned = 0.00405217 Jy ! Component: 3550 - total flux cleaned = 0.00413152 Jy ! Component: 3600 - total flux cleaned = 0.00416306 Jy ! Component: 3650 - total flux cleaned = 0.00417873 Jy ! Component: 3700 - total flux cleaned = 0.00417869 Jy ! Component: 3750 - total flux cleaned = 0.00417874 Jy ! Component: 3800 - total flux cleaned = 0.00427112 Jy ! Component: 3850 - total flux cleaned = 0.00434746 Jy ! Component: 3900 - total flux cleaned = 0.00431706 Jy ! Component: 3950 - total flux cleaned = 0.00439247 Jy ! Component: 4000 - total flux cleaned = 0.00440744 Jy ! Component: 4050 - total flux cleaned = 0.00448182 Jy ! Total flux subtracted in 4096 components = 0.00448171 Jy ! Clean residual min=-0.000840 max=0.000823 Jy/beam ! Clean residual mean=0.000000 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.361168 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 478 components and 0.361168 Jy ![Exited script file: muppet] wmap "J1010-0200_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.324 x 8.124 at -8.034 degrees (North through East) ! Clean map min=-0.0019708 max=0.22406 Jy/beam ! Writing clean map to FITS file: J1010-0200_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.22406 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000281825 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.377343 0.377343 0.754687 1.50937 3.01875 6.0375 12.075 24.15 48.3 96.5999 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.224 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.324 x 8.124 at -8.034 degrees (North through East) ! Clean map min=-0.0019708 max=0.22406 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 J1010-0200_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:20:24 2017