! Started logfile: J1210-1217_S_2017_06_15_pus_uvs.log on Tue May 7 15:18:02 2019 obs J1210-1217_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1210-1217_S_2017_06_15_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.966959 visibilities/baseline/integration-bin. ! Found source: J1210-1217 ! ! 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 603 lines of history. ! ! Reading 13228 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 J1210-1217_S_2017_06_15_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 497 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.969100Jy sigma=0.007640 ! Fit after self-cal, rms=0.941326Jy sigma=0.007437 ! 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.674 mas, bmaj=6.796 mas, bpa=-4.391 degrees ! Estimated noise=1431.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0452978 Jy ! Component: 100 - total flux cleaned = 0.0593387 Jy ! Total flux subtracted in 100 components = 0.0593387 Jy ! Clean residual min=-0.004663 max=0.006136 Jy/beam ! Clean residual mean=-0.000031 rms=0.001285 Jy/beam ! Combined flux in latest and established models = 0.0593387 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0593387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091850Jy sigma=0.000684 ! Fit after self-cal, rms=0.091609Jy sigma=0.000682 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00768045 Jy ! Component: 100 - total flux cleaned = 0.0119158 Jy ! Total flux subtracted in 100 components = 0.0119158 Jy ! Clean residual min=-0.004288 max=0.004545 Jy/beam ! Clean residual mean=-0.000018 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.0712546 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.0712546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090817Jy sigma=0.000675 ! Fit after self-cal, rms=0.090812Jy sigma=0.000675 ! 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.3 mas, bmaj=7.993 mas, bpa=-3.81 degrees ! Estimated noise=928.825 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.0046471 Jy ! Component: 100 - total flux cleaned = 0.00700278 Jy ! Component: 150 - total flux cleaned = 0.00825412 Jy ! Component: 200 - total flux cleaned = 0.00847505 Jy ! Total flux subtracted in 200 components = 0.00847505 Jy ! Clean residual min=-0.003273 max=0.003901 Jy/beam ! Clean residual mean=-0.000011 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.0797296 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 40 components and 0.0797296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090605Jy sigma=0.000673 ! Fit after self-cal, rms=0.090618Jy sigma=0.000673 ! 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.30 FD 0.90 HN 0.97 KP 1.04 ! LA 0.95 MK 1.23 NL 0.95 OV 0.99 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.32 FD 0.95 HN 1.16 KP 0.93 ! LA 0.92 MK 1.07 NL 1.05 OV 1.03 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.98 HN 1.02 KP 0.96 ! LA 0.93 MK 1.02 NL 1.12 OV 0.92 ! PT 0.93 SC 1.04 ! ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.84 HN 0.91 KP 1.00* ! LA 1.00* MK 0.82 NL 1.00* OV 1.00* ! PT 0.87 SC 1.00* ! ! ! Fit before self-cal, rms=0.090618Jy sigma=0.000673 ! Fit after self-cal, rms=0.097364Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.341 mas, bmaj=8.126 mas, bpa=-3.481 degrees ! Estimated noise=947.534 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.000373833 Jy ! Component: 100 - total flux cleaned = -0.000324686 Jy ! Component: 150 - total flux cleaned = -0.000323095 Jy ! Component: 200 - total flux cleaned = -0.000283976 Jy ! Total flux subtracted in 200 components = -0.000283976 Jy ! Clean residual min=-0.002622 max=0.003614 Jy/beam ! Clean residual mean=0.000004 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0794456 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 45 components and 0.0794456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097319Jy sigma=0.000668 ! Fit after self-cal, rms=0.097544Jy sigma=0.000667 ! 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.097544Jy sigma=0.000667 ! Fit after self-cal, rms=0.099868Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=8.077 mas, bpa=-3.529 degrees ! Estimated noise=946.237 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190201 Jy ! Component: 100 - total flux cleaned = 0.000220661 Jy ! Component: 150 - total flux cleaned = 0.0002191 Jy ! Component: 200 - total flux cleaned = 0.000221293 Jy ! Total flux subtracted in 200 components = 0.000221293 Jy ! Clean residual min=-0.002537 max=0.003516 Jy/beam ! Clean residual mean=0.000002 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.0796669 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.0796669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099851Jy sigma=0.000665 ! Fit after self-cal, rms=0.099946Jy sigma=0.000665 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 (-19.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342953 Jy ! Component: 100 - total flux cleaned = 0.00450829 Jy ! Component: 150 - total flux cleaned = 0.0051243 Jy ! Component: 200 - total flux cleaned = 0.00545643 Jy ! Total flux subtracted in 200 components = 0.00545643 Jy ! Clean residual min=-0.002428 max=0.002358 Jy/beam ! Clean residual mean=-0.000002 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0851234 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 70 components and 0.0851233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099825Jy sigma=0.000664 ! Fit after self-cal, rms=0.099775Jy sigma=0.000663 ! Inverting map ! Added new window around map position (-52.5, -23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197353 Jy ! Component: 100 - total flux cleaned = 0.00267739 Jy ! Component: 150 - total flux cleaned = 0.00310752 Jy ! Component: 200 - total flux cleaned = 0.00340714 Jy ! Total flux subtracted in 200 components = 0.00340714 Jy ! Clean residual min=-0.002457 max=0.002107 Jy/beam ! Clean residual mean=-0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0885305 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 90 components and 0.0885305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099697Jy sigma=0.000663 ! Fit after self-cal, rms=0.099666Jy sigma=0.000663 ! 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.099666Jy sigma=0.000663 ! Fit after self-cal, rms=0.100240Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=8.074 mas, bpa=-3.462 degrees ! Estimated noise=943.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000855232 Jy ! Component: 100 - total flux cleaned = 0.00125545 Jy ! Component: 150 - total flux cleaned = 0.00141611 Jy ! Component: 200 - total flux cleaned = 0.00156519 Jy ! Total flux subtracted in 200 components = 0.00156519 Jy ! Clean residual min=-0.002357 max=0.002166 Jy/beam ! Clean residual mean=-0.000000 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0900957 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 97 components and 0.0900957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100199Jy sigma=0.000662 ! Fit after self-cal, rms=0.100205Jy sigma=0.000662 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.000387751 Jy ! Component: 100 - total flux cleaned = 0.000538112 Jy ! Component: 150 - total flux cleaned = 0.000642913 Jy ! Component: 200 - total flux cleaned = 0.00067628 Jy ! Total flux subtracted in 200 components = 0.00067628 Jy ! Clean residual min=-0.002365 max=0.002196 Jy/beam ! Clean residual mean=-0.000000 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0907719 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 107 components and 0.0907719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100176Jy sigma=0.000662 ! Fit after self-cal, rms=0.100153Jy sigma=0.000662 ! 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.100153Jy sigma=0.000662 ! Fit after self-cal, rms=0.100502Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.804 mas, bmaj=15.03 mas, bpa=-2.547 degrees ! Estimated noise=1166.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000575196 Jy ! Component: 100 - total flux cleaned = 0.0009649 Jy ! Component: 150 - total flux cleaned = 0.00114797 Jy ! Component: 200 - total flux cleaned = 0.00121967 Jy ! Total flux subtracted in 200 components = 0.00121967 Jy ! Clean residual min=-0.002199 max=0.002402 Jy/beam ! Clean residual mean=-0.000001 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0919916 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 122 components and 0.0919916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100498Jy sigma=0.000662 ! Fit after self-cal, rms=0.100500Jy sigma=0.000662 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 (-122, 20.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156166 Jy ! Component: 100 - total flux cleaned = 0.00180249 Jy ! Component: 150 - total flux cleaned = 0.00191887 Jy ! Component: 200 - total flux cleaned = 0.00188502 Jy ! Total flux subtracted in 200 components = 0.00188502 Jy ! Clean residual min=-0.002082 max=0.001616 Jy/beam ! Clean residual mean=-0.000007 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0938767 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 157 components and 0.0938766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100456Jy sigma=0.000662 ! Fit after self-cal, rms=0.100422Jy sigma=0.000662 ! 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.345 mas, bmaj=8.072 mas, bpa=-3.379 degrees ! Estimated noise=945.324 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.345 x 8.072 at -3.379 degrees (North through East) ! Clean map min=-0.002926 max=0.060799 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.707 mas, bmaj=6.805 mas, bpa=-3.875 degrees ! Estimated noise=1471.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0453363 Jy ! Component: 100 - total flux cleaned = 0.0617978 Jy ! Component: 150 - total flux cleaned = 0.0691023 Jy ! Component: 200 - total flux cleaned = 0.0734736 Jy ! Total flux subtracted in 200 components = 0.0734736 Jy ! Clean residual min=-0.004768 max=0.004520 Jy/beam ! Clean residual mean=-0.000010 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.0734736 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.0734736 Jy ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=8.072 mas, bpa=-3.379 degrees ! Estimated noise=945.324 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.00544381 Jy ! Component: 100 - total flux cleaned = 0.00917149 Jy ! Component: 150 - total flux cleaned = 0.0116179 Jy ! Component: 200 - total flux cleaned = 0.0132029 Jy ! Total flux subtracted in 200 components = 0.0132029 Jy ! Clean residual min=-0.002624 max=0.002568 Jy/beam ! Clean residual mean=-0.000008 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0866764 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 59 components and 0.0866764 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.804 mas, bmaj=15.03 mas, bpa=-2.547 degrees ! Estimated noise=1166.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00271098 Jy ! Component: 100 - total flux cleaned = 0.00382116 Jy ! Component: 150 - total flux cleaned = 0.00476325 Jy ! Component: 200 - total flux cleaned = 0.00511696 Jy ! Total flux subtracted in 200 components = 0.00511696 Jy ! Clean residual min=-0.002324 max=0.001826 Jy/beam ! Clean residual mean=-0.000012 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.0917934 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.000229747 Jy ! Component: 100 - total flux cleaned = 0.000439086 Jy ! Component: 150 - total flux cleaned = 0.000636541 Jy ! Component: 200 - total flux cleaned = 0.000819511 Jy ! Total flux subtracted in 200 components = 0.000819511 Jy ! Clean residual min=-0.002192 max=0.001686 Jy/beam ! Clean residual mean=-0.000011 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0926129 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 126 components and 0.0926129 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.345 mas, bmaj=8.072 mas, bpa=-3.379 degrees ! Estimated noise=945.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000290611 Jy ! Component: 100 - total flux cleaned = -0.000158754 Jy ! Component: 150 - total flux cleaned = -4.56354e-05 Jy ! Component: 200 - total flux cleaned = 5.9011e-06 Jy ! Total flux subtracted in 200 components = 5.9011e-06 Jy ! Clean residual min=-0.002211 max=0.001983 Jy/beam ! Clean residual mean=-0.000005 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.0926188 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 148 components and 0.0926188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100419Jy sigma=0.000662 ! Fit after self-cal, rms=0.100399Jy sigma=0.000661 wmodel J1210-1217_S_2017_06_15_pus_map.mod ! Writing 148 model components to file: J1210-1217_S_2017_06_15_pus_map.mod wobs J1210-1217_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1210-1217_S_2017_06_15_pus_uvs.fits wwins J1210-1217_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1210-1217_S_2017_06_15_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.000753771 Jy ! Component: 100 - total flux cleaned = -0.00112756 Jy ! Component: 150 - total flux cleaned = -0.00141515 Jy ! Component: 200 - total flux cleaned = -0.00147693 Jy ! Component: 250 - total flux cleaned = -0.00150688 Jy ! Component: 300 - total flux cleaned = -0.00153649 Jy ! Component: 350 - total flux cleaned = -0.00162134 Jy ! Component: 400 - total flux cleaned = -0.00162101 Jy ! Component: 450 - total flux cleaned = -0.0015939 Jy ! Component: 500 - total flux cleaned = -0.00167359 Jy ! Component: 550 - total flux cleaned = -0.00169957 Jy ! Component: 600 - total flux cleaned = -0.00177577 Jy ! Component: 650 - total flux cleaned = -0.00177597 Jy ! Component: 700 - total flux cleaned = -0.00189884 Jy ! Component: 750 - total flux cleaned = -0.00182551 Jy ! Component: 800 - total flux cleaned = -0.00187321 Jy ! Component: 850 - total flux cleaned = -0.00201474 Jy ! Component: 900 - total flux cleaned = -0.00203794 Jy ! Component: 950 - total flux cleaned = -0.00215322 Jy ! Component: 1000 - total flux cleaned = -0.00222111 Jy ! Component: 1050 - total flux cleaned = -0.00231074 Jy ! Component: 1100 - total flux cleaned = -0.00239911 Jy ! Component: 1150 - total flux cleaned = -0.00250815 Jy ! Component: 1200 - total flux cleaned = -0.00255158 Jy ! Component: 1250 - total flux cleaned = -0.00261567 Jy ! Component: 1300 - total flux cleaned = -0.00265802 Jy ! Component: 1350 - total flux cleaned = -0.00272036 Jy ! Component: 1400 - total flux cleaned = -0.0027618 Jy ! Component: 1450 - total flux cleaned = -0.00276143 Jy ! Component: 1500 - total flux cleaned = -0.00276138 Jy ! Component: 1550 - total flux cleaned = -0.00274165 Jy ! Component: 1600 - total flux cleaned = -0.00276147 Jy ! Component: 1650 - total flux cleaned = -0.00278099 Jy ! Component: 1700 - total flux cleaned = -0.0028004 Jy ! Component: 1750 - total flux cleaned = -0.00278111 Jy ! Component: 1800 - total flux cleaned = -0.00279982 Jy ! Component: 1850 - total flux cleaned = -0.00281851 Jy ! Component: 1900 - total flux cleaned = -0.00279981 Jy ! Component: 1950 - total flux cleaned = -0.00278109 Jy ! Component: 2000 - total flux cleaned = -0.00278116 Jy ! Component: 2050 - total flux cleaned = -0.00281729 Jy ! Component: 2100 - total flux cleaned = -0.00283503 Jy ! Component: 2150 - total flux cleaned = -0.00278131 Jy ! Component: 2200 - total flux cleaned = -0.00271083 Jy ! Component: 2250 - total flux cleaned = -0.00269346 Jy ! Component: 2300 - total flux cleaned = -0.0026935 Jy ! Component: 2350 - total flux cleaned = -0.00272773 Jy ! Component: 2400 - total flux cleaned = -0.00264276 Jy ! Component: 2450 - total flux cleaned = -0.00267669 Jy ! Component: 2500 - total flux cleaned = -0.00269356 Jy ! Component: 2550 - total flux cleaned = -0.00267716 Jy ! Component: 2600 - total flux cleaned = -0.00266099 Jy ! Component: 2650 - total flux cleaned = -0.00267736 Jy ! Component: 2700 - total flux cleaned = -0.00266131 Jy ! Component: 2750 - total flux cleaned = -0.00261296 Jy ! Component: 2800 - total flux cleaned = -0.00259693 Jy ! Component: 2850 - total flux cleaned = -0.00259705 Jy ! Component: 2900 - total flux cleaned = -0.00251824 Jy ! Component: 2950 - total flux cleaned = -0.0025339 Jy ! Component: 3000 - total flux cleaned = -0.00251844 Jy ! Component: 3050 - total flux cleaned = -0.0024565 Jy ! Component: 3100 - total flux cleaned = -0.00242583 Jy ! Component: 3150 - total flux cleaned = -0.00239522 Jy ! Component: 3200 - total flux cleaned = -0.00231936 Jy ! Component: 3250 - total flux cleaned = -0.00227404 Jy ! Component: 3300 - total flux cleaned = -0.00219927 Jy ! Component: 3350 - total flux cleaned = -0.00212485 Jy ! Component: 3400 - total flux cleaned = -0.00206579 Jy ! Component: 3450 - total flux cleaned = -0.00203643 Jy ! Component: 3500 - total flux cleaned = -0.00200717 Jy ! Component: 3550 - total flux cleaned = -0.00193463 Jy ! Component: 3600 - total flux cleaned = -0.00193465 Jy ! Component: 3650 - total flux cleaned = -0.00189167 Jy ! Component: 3700 - total flux cleaned = -0.0018204 Jy ! Component: 3750 - total flux cleaned = -0.00177784 Jy ! Component: 3800 - total flux cleaned = -0.00169334 Jy ! Component: 3850 - total flux cleaned = -0.00162324 Jy ! Component: 3900 - total flux cleaned = -0.00160925 Jy ! Component: 3950 - total flux cleaned = -0.00153982 Jy ! Component: 4000 - total flux cleaned = -0.0014707 Jy ! Component: 4050 - total flux cleaned = -0.00136097 Jy ! Total flux subtracted in 4096 components = -0.00137462 Jy ! Clean residual min=-0.000685 max=0.000747 Jy/beam ! Clean residual mean=-0.000001 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.0912441 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 398 components and 0.0912442 Jy ![Exited script file: muppet] wmap "J1210-1217_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.345 x 8.072 at -3.379 degrees (North through East) ! Clean map min=-0.0020216 max=0.06106 Jy/beam ! Writing clean map to FITS file: J1210-1217_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0610599 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244825 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.20287 1.20287 2.40575 4.8115 9.623 19.246 38.492 76.984 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.061 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.345 x 8.072 at -3.379 degrees (North through East) ! Clean map min=-0.0020216 max=0.06106 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 J1210-1217_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:18:07 2019