! Started logfile: J1547-0943_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:30:58 2016 obs J1547-0943_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1547-0943_S_2014_05_31_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973894 visibilities/baseline/integration-bin. ! Found source: J1547-0943 ! ! 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 18056 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 J1547-0943_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893670Jy sigma=0.009572 ! Fit after self-cal, rms=0.852996Jy sigma=0.009163 ! 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.679 mas, bmaj=6.589 mas, bpa=-4.167 degrees ! Estimated noise=786.713 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.11026 Jy ! Component: 100 - total flux cleaned = 0.140387 Jy ! Total flux subtracted in 100 components = 0.140387 Jy ! Clean residual min=-0.005308 max=0.013551 Jy/beam ! Clean residual mean=-0.000039 rms=0.001810 Jy/beam ! Combined flux in latest and established models = 0.140387 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.140387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089151Jy sigma=0.000876 ! Fit after self-cal, rms=0.089074Jy sigma=0.000875 ! Inverting map ! Added new window around map position (-3, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160785 Jy ! Component: 100 - total flux cleaned = 0.0254509 Jy ! Total flux subtracted in 100 components = 0.0254509 Jy ! Clean residual min=-0.004261 max=0.006373 Jy/beam ! Clean residual mean=-0.000021 rms=0.001274 Jy/beam ! Combined flux in latest and established models = 0.165838 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.165838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085078Jy sigma=0.000837 ! Fit after self-cal, rms=0.084954Jy sigma=0.000836 ! 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.364 mas, bmaj=7.795 mas, bpa=-3.752 degrees ! Estimated noise=502.314 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.00843258 Jy ! Component: 100 - total flux cleaned = 0.0131423 Jy ! Component: 150 - total flux cleaned = 0.0159705 Jy ! Component: 200 - total flux cleaned = 0.0175915 Jy ! Total flux subtracted in 200 components = 0.0175915 Jy ! Clean residual min=-0.004628 max=0.006958 Jy/beam ! Clean residual mean=-0.000017 rms=0.001436 Jy/beam ! Combined flux in latest and established models = 0.18343 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 48 components and 0.18343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083844Jy sigma=0.000830 ! Fit after self-cal, rms=0.083800Jy sigma=0.000830 ! 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 0.82 HN 0.99 KP 1.00 ! LA 1.14 MK 0.99 NL 1.19 OV 1.01 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.02 KP 0.98 ! LA 1.11 MK 1.02 NL 1.39 OV 1.04 ! PT 0.94 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.09 HN 1.04 KP 0.88 ! LA 0.84 MK 1.03 NL 1.06 OV 0.98 ! PT 0.93 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 1.00 KP 0.83 ! LA 0.84 MK 1.03 NL 1.04 OV 1.04 ! PT 1.00 SC 0.99 ! ! ! Fit before self-cal, rms=0.083800Jy sigma=0.000830 ! Fit after self-cal, rms=0.081406Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.385 mas, bmaj=7.851 mas, bpa=-3.505 degrees ! Estimated noise=504.042 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.000258103 Jy ! Component: 100 - total flux cleaned = -0.000260063 Jy ! Component: 150 - total flux cleaned = -0.000295245 Jy ! Component: 200 - total flux cleaned = -0.000295539 Jy ! Total flux subtracted in 200 components = -0.000295539 Jy ! Clean residual min=-0.003383 max=0.004086 Jy/beam ! Clean residual mean=-0.000003 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.183134 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.183134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081346Jy sigma=0.000795 ! Fit after self-cal, rms=0.081381Jy sigma=0.000795 ! 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.081381Jy sigma=0.000795 ! Fit after self-cal, rms=0.079694Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=7.876 mas, bpa=-3.623 degrees ! Estimated noise=503.615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018326 Jy ! Component: 100 - total flux cleaned = 1.37286e-05 Jy ! Component: 150 - total flux cleaned = -0.000102309 Jy ! Component: 200 - total flux cleaned = -0.000151379 Jy ! Total flux subtracted in 200 components = -0.000151379 Jy ! Clean residual min=-0.001950 max=0.004093 Jy/beam ! Clean residual mean=0.000004 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.182983 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 64 components and 0.182983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079679Jy sigma=0.000783 ! Fit after self-cal, rms=0.079688Jy sigma=0.000783 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 (-8, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0041486 Jy ! Component: 100 - total flux cleaned = 0.00582925 Jy ! Component: 150 - total flux cleaned = 0.00587922 Jy ! Component: 200 - total flux cleaned = 0.00596579 Jy ! Total flux subtracted in 200 components = 0.00596579 Jy ! Clean residual min=-0.001634 max=0.001824 Jy/beam ! Clean residual mean=0.000006 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.188949 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.188949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079480Jy sigma=0.000780 ! Fit after self-cal, rms=0.079463Jy sigma=0.000780 ! Inverting map ! Added new window around map position (88.5, 90.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147062 Jy ! Component: 100 - total flux cleaned = 0.0017003 Jy ! Component: 150 - total flux cleaned = 0.00201 Jy ! Component: 200 - total flux cleaned = 0.00216465 Jy ! Total flux subtracted in 200 components = 0.00216465 Jy ! Clean residual min=-0.001479 max=0.001516 Jy/beam ! Clean residual mean=0.000005 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.191113 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 104 components and 0.191113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079417Jy sigma=0.000780 ! Fit after self-cal, rms=0.079416Jy sigma=0.000780 ! 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.079416Jy sigma=0.000780 ! Fit after self-cal, rms=0.078868Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=7.86 mas, bpa=-3.516 degrees ! Estimated noise=501.649 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112977 Jy ! Component: 100 - total flux cleaned = 0.0015732 Jy ! Component: 150 - total flux cleaned = 0.00175984 Jy ! Component: 200 - total flux cleaned = 0.00183125 Jy ! Total flux subtracted in 200 components = 0.00183125 Jy ! Clean residual min=-0.001275 max=0.001393 Jy/beam ! Clean residual mean=0.000004 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.192945 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 123 components and 0.192945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078844Jy sigma=0.000779 ! Fit after self-cal, rms=0.078838Jy sigma=0.000779 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.000244942 Jy ! Component: 100 - total flux cleaned = 0.000286639 Jy ! Component: 150 - total flux cleaned = 0.000306349 Jy ! Component: 200 - total flux cleaned = 0.000344381 Jy ! Total flux subtracted in 200 components = 0.000344381 Jy ! Clean residual min=-0.001269 max=0.001360 Jy/beam ! Clean residual mean=0.000004 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.193289 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 130 components and 0.193289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078828Jy sigma=0.000779 ! Fit after self-cal, rms=0.078828Jy sigma=0.000779 ! 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.078828Jy sigma=0.000779 ! Fit after self-cal, rms=0.078679Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.676 mas, bmaj=13.48 mas, bpa=0.1628 degrees ! Estimated noise=613.279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000753563 Jy ! Component: 100 - total flux cleaned = 0.000925914 Jy ! Component: 150 - total flux cleaned = 0.00103095 Jy ! Component: 200 - total flux cleaned = 0.00104575 Jy ! Total flux subtracted in 200 components = 0.00104575 Jy ! Clean residual min=-0.001507 max=0.001801 Jy/beam ! Clean residual mean=0.000006 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.194335 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 151 components and 0.194335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078677Jy sigma=0.000779 ! Fit after self-cal, rms=0.078675Jy sigma=0.000779 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.000177787 Jy ! Component: 100 - total flux cleaned = 0.000202694 Jy ! Component: 150 - total flux cleaned = 0.000214222 Jy ! Component: 200 - total flux cleaned = 0.000213753 Jy ! Total flux subtracted in 200 components = 0.000213753 Jy ! Clean residual min=-0.001513 max=0.001703 Jy/beam ! Clean residual mean=0.000006 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.194549 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 157 components and 0.194548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078676Jy sigma=0.000779 ! Fit after self-cal, rms=0.078676Jy sigma=0.000779 ! 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.395 mas, bmaj=7.856 mas, bpa=-3.477 degrees ! Estimated noise=501.196 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.395 x 7.856 at -3.477 degrees (North through East) ! Clean map min=-0.001209 max=0.14543 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.706 mas, bmaj=6.627 mas, bpa=-3.861 degrees ! Estimated noise=787.524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.110239 Jy ! Component: 100 - total flux cleaned = 0.141129 Jy ! Component: 150 - total flux cleaned = 0.156836 Jy ! Component: 200 - total flux cleaned = 0.166244 Jy ! Total flux subtracted in 200 components = 0.166244 Jy ! Clean residual min=-0.003028 max=0.004943 Jy/beam ! Clean residual mean=-0.000011 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.166244 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.166244 Jy ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=7.856 mas, bpa=-3.477 degrees ! Estimated noise=501.196 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.00849624 Jy ! Component: 100 - total flux cleaned = 0.0136391 Jy ! Component: 150 - total flux cleaned = 0.0171799 Jy ! Component: 200 - total flux cleaned = 0.0197467 Jy ! Total flux subtracted in 200 components = 0.0197467 Jy ! Clean residual min=-0.001760 max=0.001833 Jy/beam ! Clean residual mean=-0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.18599 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 69 components and 0.18599 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.676 mas, bmaj=13.48 mas, bpa=0.1628 degrees ! Estimated noise=613.279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00306286 Jy ! Component: 100 - total flux cleaned = 0.00503771 Jy ! Component: 150 - total flux cleaned = 0.00640179 Jy ! Component: 200 - total flux cleaned = 0.00719687 Jy ! Total flux subtracted in 200 components = 0.00719687 Jy ! Clean residual min=-0.001602 max=0.001777 Jy/beam ! Clean residual mean=0.000005 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.193187 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.000375728 Jy ! Component: 100 - total flux cleaned = 0.000661672 Jy ! Component: 150 - total flux cleaned = 0.000883029 Jy ! Component: 200 - total flux cleaned = 0.000960472 Jy ! Total flux subtracted in 200 components = 0.000960472 Jy ! Clean residual min=-0.001494 max=0.001670 Jy/beam ! Clean residual mean=0.000006 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.194148 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 123 components and 0.194148 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=7.856 mas, bpa=-3.477 degrees ! Estimated noise=501.196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420802 Jy ! Component: 100 - total flux cleaned = -0.000289599 Jy ! Component: 150 - total flux cleaned = -0.000142918 Jy ! Component: 200 - total flux cleaned = -6.17514e-05 Jy ! Total flux subtracted in 200 components = -6.17514e-05 Jy ! Clean residual min=-0.001327 max=0.001350 Jy/beam ! Clean residual mean=0.000003 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.194086 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 141 components and 0.194086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078697Jy sigma=0.000779 ! Fit after self-cal, rms=0.078691Jy sigma=0.000779 wmodel J1547-0943_S_2014_05_31_pus_map.mod ! Writing 141 model components to file: J1547-0943_S_2014_05_31_pus_map.mod wobs J1547-0943_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1547-0943_S_2014_05_31_pus_uvs.fits wwins J1547-0943_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J1547-0943_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 = 6.8093e-05 Jy ! Component: 100 - total flux cleaned = 0.000251777 Jy ! Component: 150 - total flux cleaned = 0.000317373 Jy ! Component: 200 - total flux cleaned = 0.000338374 Jy ! Component: 250 - total flux cleaned = 0.000358228 Jy ! Component: 300 - total flux cleaned = 0.000417147 Jy ! Component: 350 - total flux cleaned = 0.000549947 Jy ! Component: 400 - total flux cleaned = 0.000623877 Jy ! Component: 450 - total flux cleaned = 0.000750011 Jy ! Component: 500 - total flux cleaned = 0.000749507 Jy ! Component: 550 - total flux cleaned = 0.000783832 Jy ! Component: 600 - total flux cleaned = 0.000817108 Jy ! Component: 650 - total flux cleaned = 0.000783815 Jy ! Component: 700 - total flux cleaned = 0.000832554 Jy ! Component: 750 - total flux cleaned = 0.000832311 Jy ! Component: 800 - total flux cleaned = 0.000848023 Jy ! Component: 850 - total flux cleaned = 0.000909562 Jy ! Component: 900 - total flux cleaned = 0.00089415 Jy ! Component: 950 - total flux cleaned = 0.000924269 Jy ! Component: 1000 - total flux cleaned = 0.000968714 Jy ! Component: 1050 - total flux cleaned = 0.00101224 Jy ! Component: 1100 - total flux cleaned = 0.00101185 Jy ! Component: 1150 - total flux cleaned = 0.00102568 Jy ! Component: 1200 - total flux cleaned = 0.000969874 Jy ! Component: 1250 - total flux cleaned = 0.0009976 Jy ! Component: 1300 - total flux cleaned = 0.00102483 Jy ! Component: 1350 - total flux cleaned = 0.00102464 Jy ! Component: 1400 - total flux cleaned = 0.000971549 Jy ! Component: 1450 - total flux cleaned = 0.000984683 Jy ! Component: 1500 - total flux cleaned = 0.000997709 Jy ! Component: 1550 - total flux cleaned = 0.00101059 Jy ! Component: 1600 - total flux cleaned = 0.000997857 Jy ! Component: 1650 - total flux cleaned = 0.00102291 Jy ! Component: 1700 - total flux cleaned = 0.000985619 Jy ! Component: 1750 - total flux cleaned = 0.00102277 Jy ! Component: 1800 - total flux cleaned = 0.00104725 Jy ! Component: 1850 - total flux cleaned = 0.0010231 Jy ! Component: 1900 - total flux cleaned = 0.0010592 Jy ! Component: 1950 - total flux cleaned = 0.00107096 Jy ! Component: 2000 - total flux cleaned = 0.00108273 Jy ! Component: 2050 - total flux cleaned = 0.00111776 Jy ! Component: 2100 - total flux cleaned = 0.00111763 Jy ! Component: 2150 - total flux cleaned = 0.0011405 Jy ! Component: 2200 - total flux cleaned = 0.00117472 Jy ! Component: 2250 - total flux cleaned = 0.00119713 Jy ! Component: 2300 - total flux cleaned = 0.00121941 Jy ! Component: 2350 - total flux cleaned = 0.00125259 Jy ! Component: 2400 - total flux cleaned = 0.00127446 Jy ! Component: 2450 - total flux cleaned = 0.00126357 Jy ! Component: 2500 - total flux cleaned = 0.00125287 Jy ! Component: 2550 - total flux cleaned = 0.00128504 Jy ! Component: 2600 - total flux cleaned = 0.00128494 Jy ! Component: 2650 - total flux cleaned = 0.00125329 Jy ! Component: 2700 - total flux cleaned = 0.00127426 Jy ! Component: 2750 - total flux cleaned = 0.00128464 Jy ! Component: 2800 - total flux cleaned = 0.00128454 Jy ! Component: 2850 - total flux cleaned = 0.00131525 Jy ! Component: 2900 - total flux cleaned = 0.00130502 Jy ! Component: 2950 - total flux cleaned = 0.00131514 Jy ! Component: 3000 - total flux cleaned = 0.00131505 Jy ! Component: 3050 - total flux cleaned = 0.00130514 Jy ! Component: 3100 - total flux cleaned = 0.0013348 Jy ! Component: 3150 - total flux cleaned = 0.00137394 Jy ! Component: 3200 - total flux cleaned = 0.0013642 Jy ! Component: 3250 - total flux cleaned = 0.00137389 Jy ! Component: 3300 - total flux cleaned = 0.0013932 Jy ! Component: 3350 - total flux cleaned = 0.00142188 Jy ! Component: 3400 - total flux cleaned = 0.00141245 Jy ! Component: 3450 - total flux cleaned = 0.00145963 Jy ! Component: 3500 - total flux cleaned = 0.00147838 Jy ! Component: 3550 - total flux cleaned = 0.00148764 Jy ! Component: 3600 - total flux cleaned = 0.00147845 Jy ! Component: 3650 - total flux cleaned = 0.00150608 Jy ! Component: 3700 - total flux cleaned = 0.00153353 Jy ! Component: 3750 - total flux cleaned = 0.00156076 Jy ! Component: 3800 - total flux cleaned = 0.00159685 Jy ! Component: 3850 - total flux cleaned = 0.00160579 Jy ! Component: 3900 - total flux cleaned = 0.0016236 Jy ! Component: 3950 - total flux cleaned = 0.00165908 Jy ! Component: 4000 - total flux cleaned = 0.00167673 Jy ! Component: 4050 - total flux cleaned = 0.00170308 Jy ! Total flux subtracted in 4096 components = 0.00172931 Jy ! Clean residual min=-0.000540 max=0.000498 Jy/beam ! Clean residual mean=0.000002 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.195815 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 422 components and 0.195816 Jy ![Exited script file: muppet] wmap "J1547-0943_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.395 x 7.856 at -3.477 degrees (North through East) ! Clean map min=-0.00088819 max=0.14547 Jy/beam ! Writing clean map to FITS file: J1547-0943_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.145467 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158757 device "J1547-0943_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1547-0943_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.327407 0.327407 0.654814 1.30963 2.61926 5.23852 10.477 20.9541 41.9081 83.8163 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.145 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.395 x 7.856 at -3.477 degrees (North through East) ! Clean map min=-0.00088819 max=0.14547 Jy/beam quit ! Quitting program ! Log file J1547-0943_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:31:03 2016