! Started logfile: J1207-0106_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:52:36 2016 obs J1207-0106_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1207-0106_S_2014_06_09_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.693584 visibilities/baseline/integration-bin. ! Found source: J1207-0106 ! ! 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 8864 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 J1207-0106_S_2014_06_09_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 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.944545Jy sigma=0.010310 ! Fit after self-cal, rms=0.921047Jy sigma=0.010088 ! 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.929 mas, bmaj=7.632 mas, bpa=-3.002 degrees ! Estimated noise=957.342 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.0605368 Jy ! Component: 100 - total flux cleaned = 0.0783824 Jy ! Total flux subtracted in 100 components = 0.0783824 Jy ! Clean residual min=-0.003839 max=0.007513 Jy/beam ! Clean residual mean=0.000014 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.0783824 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0783824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078233Jy sigma=0.000789 ! Fit after self-cal, rms=0.078164Jy sigma=0.000789 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00866335 Jy ! Component: 100 - total flux cleaned = 0.0130233 Jy ! Total flux subtracted in 100 components = 0.0130233 Jy ! Clean residual min=-0.003548 max=0.003689 Jy/beam ! Clean residual mean=0.000004 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.0914057 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.0914057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077049Jy sigma=0.000777 ! Fit after self-cal, rms=0.077034Jy sigma=0.000777 ! 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.527 mas, bmaj=8.792 mas, bpa=-2.51 degrees ! Estimated noise=697.841 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.00334635 Jy ! Component: 100 - total flux cleaned = 0.00491438 Jy ! Component: 150 - total flux cleaned = 0.00567964 Jy ! Component: 200 - total flux cleaned = 0.00588931 Jy ! Total flux subtracted in 200 components = 0.00588931 Jy ! Clean residual min=-0.002584 max=0.002661 Jy/beam ! Clean residual mean=0.000004 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.097295 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 43 components and 0.097295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076860Jy sigma=0.000776 ! Fit after self-cal, rms=0.076863Jy sigma=0.000776 ! 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.82 HN 0.94 KP 1.02 ! LA 1.18 MK 1.30 NL 1.03 OV 1.02 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.00 KP 1.01 ! LA 1.12 MK 0.94 NL 1.02 OV 1.07 ! PT 0.96 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.06 KP 0.94 ! LA 0.90 MK 1.01 NL 1.01 OV 0.96 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.06 KP 0.90 ! LA 0.86 MK 0.95 NL 1.06 OV 0.98 ! PT 0.96 SC 0.98 ! ! ! Fit before self-cal, rms=0.076863Jy sigma=0.000776 ! Fit after self-cal, rms=0.075852Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.554 mas, bmaj=8.862 mas, bpa=-2.466 degrees ! Estimated noise=703.21 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 = -2.19545e-06 Jy ! Component: 100 - total flux cleaned = -3.64653e-05 Jy ! Component: 150 - total flux cleaned = -3.66897e-05 Jy ! Component: 200 - total flux cleaned = -5.04561e-05 Jy ! Total flux subtracted in 200 components = -5.04561e-05 Jy ! Clean residual min=-0.002196 max=0.002432 Jy/beam ! Clean residual mean=0.000004 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0972445 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.0972445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075844Jy sigma=0.000770 ! Fit after self-cal, rms=0.075837Jy 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.075837Jy sigma=0.000769 ! Fit after self-cal, rms=0.075506Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.549 mas, bmaj=8.882 mas, bpa=-2.461 degrees ! Estimated noise=702.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.22318e-05 Jy ! Component: 100 - total flux cleaned = -7.04486e-05 Jy ! Component: 150 - total flux cleaned = -0.000101438 Jy ! Component: 200 - total flux cleaned = -0.000115121 Jy ! Total flux subtracted in 200 components = -0.000115121 Jy ! Clean residual min=-0.002090 max=0.002375 Jy/beam ! Clean residual mean=0.000002 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0971294 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 58 components and 0.0971294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075497Jy sigma=0.000768 ! Fit after self-cal, rms=0.075507Jy 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) ! Added new window around map position (-61.5, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00181779 Jy ! Component: 100 - total flux cleaned = 0.00186975 Jy ! Component: 150 - total flux cleaned = 0.00193848 Jy ! Component: 200 - total flux cleaned = 0.0020973 Jy ! Total flux subtracted in 200 components = 0.0020973 Jy ! Clean residual min=-0.002000 max=0.002222 Jy/beam ! Clean residual mean=0.000003 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.0992267 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 76 components and 0.0992267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075442Jy sigma=0.000767 ! Fit after self-cal, rms=0.075426Jy sigma=0.000767 ! Inverting map ! Added new window around map position (30.5, 60.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194898 Jy ! Component: 100 - total flux cleaned = 0.00253059 Jy ! Component: 150 - total flux cleaned = 0.00285037 Jy ! Component: 200 - total flux cleaned = 0.00299341 Jy ! Total flux subtracted in 200 components = 0.00299341 Jy ! Clean residual min=-0.001791 max=0.001905 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.10222 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.10222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075369Jy sigma=0.000767 ! Fit after self-cal, rms=0.075357Jy sigma=0.000767 ! Inverting map ! Added new window around map position (-124.5, -93). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000542065 Jy ! Component: 100 - total flux cleaned = 0.000749196 Jy ! Component: 150 - total flux cleaned = 0.000826799 Jy ! Component: 200 - total flux cleaned = 0.000862293 Jy ! Total flux subtracted in 200 components = 0.000862293 Jy ! Clean residual min=-0.001751 max=0.001652 Jy/beam ! Clean residual mean=0.000002 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.103082 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 120 components and 0.103082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075282Jy sigma=0.000766 ! Fit after self-cal, rms=0.075272Jy sigma=0.000766 ! 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.075272Jy sigma=0.000766 ! Fit after self-cal, rms=0.075120Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.544 mas, bmaj=8.896 mas, bpa=-2.584 degrees ! Estimated noise=699.364 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000572208 Jy ! Component: 100 - total flux cleaned = 0.000792893 Jy ! Component: 150 - total flux cleaned = 0.000923696 Jy ! Component: 200 - total flux cleaned = 0.00104317 Jy ! Total flux subtracted in 200 components = 0.00104317 Jy ! Clean residual min=-0.001600 max=0.001620 Jy/beam ! Clean residual mean=0.000000 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.104126 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 129 components and 0.104126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075087Jy sigma=0.000765 ! Fit after self-cal, rms=0.075089Jy 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.000216105 Jy ! Component: 100 - total flux cleaned = 0.000297203 Jy ! Component: 150 - total flux cleaned = 0.000296652 Jy ! Component: 200 - total flux cleaned = 0.0003445 Jy ! Total flux subtracted in 200 components = 0.0003445 Jy ! Clean residual min=-0.001588 max=0.001565 Jy/beam ! Clean residual mean=0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.10447 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 141 components and 0.10447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075071Jy sigma=0.000765 ! Fit after self-cal, rms=0.075067Jy sigma=0.000765 ! 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.075067Jy sigma=0.000765 ! Fit after self-cal, rms=0.075070Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.84 mas, bmaj=15.15 mas, bpa=-6.41 degrees ! Estimated noise=840.779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000237952 Jy ! Component: 100 - total flux cleaned = -0.000312832 Jy ! Component: 150 - total flux cleaned = -0.000205095 Jy ! Component: 200 - total flux cleaned = -0.000111725 Jy ! Total flux subtracted in 200 components = -0.000111725 Jy ! Clean residual min=-0.001791 max=0.001592 Jy/beam ! Clean residual mean=0.000000 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.104358 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 162 components and 0.104358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075063Jy sigma=0.000765 ! Fit after self-cal, rms=0.075063Jy 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 = -2.13082e-05 Jy ! Component: 100 - total flux cleaned = 5.16219e-05 Jy ! Component: 150 - total flux cleaned = 0.000104872 Jy ! Component: 200 - total flux cleaned = 0.000129413 Jy ! Total flux subtracted in 200 components = 0.000129413 Jy ! Clean residual min=-0.001759 max=0.001541 Jy/beam ! Clean residual mean=0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.104488 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 178 components and 0.104488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075061Jy sigma=0.000765 ! Fit after self-cal, rms=0.075060Jy sigma=0.000765 ! 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.543 mas, bmaj=8.901 mas, bpa=-2.635 degrees ! Estimated noise=698.734 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.543 x 8.901 at -2.635 degrees (North through East) ! Clean map min=-0.0027493 max=0.079736 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.932 mas, bmaj=7.697 mas, bpa=-2.999 degrees ! Estimated noise=953.837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0600526 Jy ! Component: 100 - total flux cleaned = 0.0788324 Jy ! Component: 150 - total flux cleaned = 0.0874796 Jy ! Component: 200 - total flux cleaned = 0.0923687 Jy ! Total flux subtracted in 200 components = 0.0923687 Jy ! Clean residual min=-0.003211 max=0.003004 Jy/beam ! Clean residual mean=0.000001 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.0923687 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0923687 Jy ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=8.901 mas, bpa=-2.635 degrees ! Estimated noise=698.734 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.00374211 Jy ! Component: 100 - total flux cleaned = 0.00563582 Jy ! Component: 150 - total flux cleaned = 0.00670718 Jy ! Component: 200 - total flux cleaned = 0.0074919 Jy ! Total flux subtracted in 200 components = 0.0074919 Jy ! Clean residual min=-0.002011 max=0.002011 Jy/beam ! Clean residual mean=0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0998606 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.0998606 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=15.15 mas, bpa=-6.41 degrees ! Estimated noise=840.779 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109946 Jy ! Component: 100 - total flux cleaned = 0.00145549 Jy ! Component: 150 - total flux cleaned = 0.00185466 Jy ! Component: 200 - total flux cleaned = 0.00219907 Jy ! Total flux subtracted in 200 components = 0.00219907 Jy ! Clean residual min=-0.001987 max=0.001708 Jy/beam ! Clean residual mean=0.000002 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.10206 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.000295756 Jy ! Component: 100 - total flux cleaned = 0.000551986 Jy ! Component: 150 - total flux cleaned = 0.000802367 Jy ! Component: 200 - total flux cleaned = 0.00104785 Jy ! Total flux subtracted in 200 components = 0.00104785 Jy ! Clean residual min=-0.001860 max=0.001579 Jy/beam ! Clean residual mean=0.000001 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.103108 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 95 components and 0.103107 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=8.901 mas, bpa=-2.635 degrees ! Estimated noise=698.734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441037 Jy ! Component: 100 - total flux cleaned = 0.000623753 Jy ! Component: 150 - total flux cleaned = 0.000706615 Jy ! Component: 200 - total flux cleaned = 0.000820405 Jy ! Total flux subtracted in 200 components = 0.000820405 Jy ! Clean residual min=-0.001557 max=0.001655 Jy/beam ! Clean residual mean=0.000000 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.103928 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 118 components and 0.103928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075111Jy sigma=0.000766 ! Fit after self-cal, rms=0.075095Jy sigma=0.000766 wmodel J1207-0106_S_2014_06_09_pus_map.mod ! Writing 118 model components to file: J1207-0106_S_2014_06_09_pus_map.mod wobs J1207-0106_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1207-0106_S_2014_06_09_pus_uvs.fits wwins J1207-0106_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J1207-0106_S_2014_06_09_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.000131175 Jy ! Component: 100 - total flux cleaned = -3.43186e-05 Jy ! Component: 150 - total flux cleaned = -7.76158e-06 Jy ! Component: 200 - total flux cleaned = -3.32314e-05 Jy ! Component: 250 - total flux cleaned = -5.78954e-05 Jy ! Component: 300 - total flux cleaned = -3.4464e-05 Jy ! Component: 350 - total flux cleaned = 3.4643e-05 Jy ! Component: 400 - total flux cleaned = 0.000123832 Jy ! Component: 450 - total flux cleaned = 0.000145384 Jy ! Component: 500 - total flux cleaned = 0.000273169 Jy ! Component: 550 - total flux cleaned = 0.000335151 Jy ! Component: 600 - total flux cleaned = 0.00039638 Jy ! Component: 650 - total flux cleaned = 0.000436486 Jy ! Component: 700 - total flux cleaned = 0.000397429 Jy ! Component: 750 - total flux cleaned = 0.000397569 Jy ! Component: 800 - total flux cleaned = 0.000397389 Jy ! Component: 850 - total flux cleaned = 0.000379085 Jy ! Component: 900 - total flux cleaned = 0.000434185 Jy ! Component: 950 - total flux cleaned = 0.000469905 Jy ! Component: 1000 - total flux cleaned = 0.000487778 Jy ! Component: 1050 - total flux cleaned = 0.000487926 Jy ! Component: 1100 - total flux cleaned = 0.000522085 Jy ! Component: 1150 - total flux cleaned = 0.000522214 Jy ! Component: 1200 - total flux cleaned = 0.000538751 Jy ! Component: 1250 - total flux cleaned = 0.000554958 Jy ! Component: 1300 - total flux cleaned = 0.000587022 Jy ! Component: 1350 - total flux cleaned = 0.00057109 Jy ! Component: 1400 - total flux cleaned = 0.000602796 Jy ! Component: 1450 - total flux cleaned = 0.000618341 Jy ! Component: 1500 - total flux cleaned = 0.000648856 Jy ! Component: 1550 - total flux cleaned = 0.000633821 Jy ! Component: 1600 - total flux cleaned = 0.000648468 Jy ! Component: 1650 - total flux cleaned = 0.000604077 Jy ! Component: 1700 - total flux cleaned = 0.000633375 Jy ! Component: 1750 - total flux cleaned = 0.000647936 Jy ! Component: 1800 - total flux cleaned = 0.000690776 Jy ! Component: 1850 - total flux cleaned = 0.000718999 Jy ! Component: 1900 - total flux cleaned = 0.000788952 Jy ! Component: 1950 - total flux cleaned = 0.000774943 Jy ! Component: 2000 - total flux cleaned = 0.000843479 Jy ! Component: 2050 - total flux cleaned = 0.000843422 Jy ! Component: 2100 - total flux cleaned = 0.000883605 Jy ! Component: 2150 - total flux cleaned = 0.000870177 Jy ! Component: 2200 - total flux cleaned = 0.000896607 Jy ! Component: 2250 - total flux cleaned = 0.000896695 Jy ! Component: 2300 - total flux cleaned = 0.000948294 Jy ! Component: 2350 - total flux cleaned = 0.000973756 Jy ! Component: 2400 - total flux cleaned = 0.000973766 Jy ! Component: 2450 - total flux cleaned = 0.000986204 Jy ! Component: 2500 - total flux cleaned = 0.000986164 Jy ! Component: 2550 - total flux cleaned = 0.00102337 Jy ! Component: 2600 - total flux cleaned = 0.00105996 Jy ! Component: 2650 - total flux cleaned = 0.00102345 Jy ! Component: 2700 - total flux cleaned = 0.00108372 Jy ! Component: 2750 - total flux cleaned = 0.00103581 Jy ! Component: 2800 - total flux cleaned = 0.00104772 Jy ! Component: 2850 - total flux cleaned = 0.00103588 Jy ! Component: 2900 - total flux cleaned = 0.000989245 Jy ! Component: 2950 - total flux cleaned = 0.00105877 Jy ! Component: 3000 - total flux cleaned = 0.00098963 Jy ! Component: 3050 - total flux cleaned = 0.000944005 Jy ! Component: 3100 - total flux cleaned = 0.000966552 Jy ! Component: 3150 - total flux cleaned = 0.000932759 Jy ! Component: 3200 - total flux cleaned = 0.000899158 Jy ! Component: 3250 - total flux cleaned = 0.00091034 Jy ! Component: 3300 - total flux cleaned = 0.000899229 Jy ! Component: 3350 - total flux cleaned = 0.00086631 Jy ! Component: 3400 - total flux cleaned = 0.00086622 Jy ! Component: 3450 - total flux cleaned = 0.000855411 Jy ! Component: 3500 - total flux cleaned = 0.000844608 Jy ! Component: 3550 - total flux cleaned = 0.000833984 Jy ! Component: 3600 - total flux cleaned = 0.000802154 Jy ! Component: 3650 - total flux cleaned = 0.000781016 Jy ! Component: 3700 - total flux cleaned = 0.000749593 Jy ! Component: 3750 - total flux cleaned = 0.000728715 Jy ! Component: 3800 - total flux cleaned = 0.000708099 Jy ! Component: 3850 - total flux cleaned = 0.000718419 Jy ! Component: 3900 - total flux cleaned = 0.000708179 Jy ! Component: 3950 - total flux cleaned = 0.00067761 Jy ! Component: 4000 - total flux cleaned = 0.000667455 Jy ! Component: 4050 - total flux cleaned = 0.000667449 Jy ! Total flux subtracted in 4096 components = 0.000647445 Jy ! Clean residual min=-0.000633 max=0.000584 Jy/beam ! Clean residual mean=0.000000 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.104575 Jy keep ! Adding 252 model components to the UV plane model. ! The established model now contains 369 components and 0.104575 Jy ![Exited script file: muppet] wmap "J1207-0106_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.543 x 8.901 at -2.635 degrees (North through East) ! Clean map min=-0.0028361 max=0.079875 Jy/beam ! Writing clean map to FITS file: J1207-0106_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0798749 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178737 device "J1207-0106_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1207-0106_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.671313 0.671313 1.34263 2.68525 5.3705 10.741 21.482 42.964 85.928 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.079 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.543 x 8.901 at -2.635 degrees (North through East) ! Clean map min=-0.0028361 max=0.079875 Jy/beam quit ! Quitting program ! Log file J1207-0106_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:52:41 2016