! Started logfile: J2354-1513_S_2017_02_19_pus_uvs.log on Sat May 4 19:02:39 2019 obs J2354-1513_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J2354-1513_S_2017_02_19_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.566667 visibilities/baseline/integration-bin. ! Found source: J2354-1513 ! ! 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 482 lines of history. ! ! Reading 3060 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 J2354-1513_S_2017_02_19_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.369881Jy sigma=0.002469 ! Fit after self-cal, rms=0.345748Jy sigma=0.002316 ! 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.58 mas, bmaj=6.669 mas, bpa=-5.137 degrees ! Estimated noise=2523.7 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.522499 Jy ! Component: 100 - total flux cleaned = 0.637677 Jy ! Total flux subtracted in 100 components = 0.637677 Jy ! Clean residual min=-0.025499 max=0.047872 Jy/beam ! Clean residual mean=-0.000329 rms=0.006741 Jy/beam ! Combined flux in latest and established models = 0.637677 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.637677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189732Jy sigma=0.001119 ! Fit after self-cal, rms=0.189725Jy sigma=0.001119 ! Inverting map ! Added new window around map position (-3.5, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0494925 Jy ! Component: 100 - total flux cleaned = 0.0820856 Jy ! Total flux subtracted in 100 components = 0.0820856 Jy ! Clean residual min=-0.025733 max=0.025791 Jy/beam ! Clean residual mean=-0.000250 rms=0.005757 Jy/beam ! Combined flux in latest and established models = 0.719763 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.719763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168544Jy sigma=0.000987 ! Fit after self-cal, rms=0.168167Jy sigma=0.000984 ! 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.087 mas, bmaj=7.405 mas, bpa=-3.55 degrees ! Estimated noise=2113.95 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.0358408 Jy ! Component: 100 - total flux cleaned = 0.0570588 Jy ! Component: 150 - total flux cleaned = 0.0715362 Jy ! Component: 200 - total flux cleaned = 0.0816454 Jy ! Total flux subtracted in 200 components = 0.0816454 Jy ! Clean residual min=-0.020569 max=0.016973 Jy/beam ! Clean residual mean=-0.000162 rms=0.004043 Jy/beam ! Combined flux in latest and established models = 0.801408 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 88 components and 0.801408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157849Jy sigma=0.000931 ! Fit after self-cal, rms=0.157578Jy sigma=0.000929 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 HN 1.03 KP 1.04 ! LA 1.01 MK 0.97 NL 0.90 OV 1.03 ! PT 1.00* SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 1.06 KP 0.99 ! LA 0.99 MK 0.96 NL 1.07 OV 1.06 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 1.01 KP 0.87 ! LA 0.76 MK 1.00 NL 1.22 OV 0.97 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.06 HN 1.10 KP 1.00* ! LA 0.80 MK 1.27 NL 1.00* OV 1.00 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.157578Jy sigma=0.000929 ! Fit after self-cal, rms=0.124222Jy sigma=0.000742 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=7.46 mas, bpa=-3.207 degrees ! Estimated noise=2109.46 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.00263891 Jy ! Component: 100 - total flux cleaned = -0.00367914 Jy ! Component: 150 - total flux cleaned = -0.00427067 Jy ! Component: 200 - total flux cleaned = -0.00467085 Jy ! Total flux subtracted in 200 components = -0.00467085 Jy ! Clean residual min=-0.009670 max=0.010418 Jy/beam ! Clean residual mean=-0.000059 rms=0.002540 Jy/beam ! Combined flux in latest and established models = 0.796737 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 101 components and 0.796737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123932Jy sigma=0.000740 ! Fit after self-cal, rms=0.123934Jy sigma=0.000740 ! 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.123934Jy sigma=0.000740 ! Fit after self-cal, rms=0.112817Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.108 mas, bmaj=7.481 mas, bpa=-3.121 degrees ! Estimated noise=2113.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000313848 Jy ! Component: 100 - total flux cleaned = -0.000453907 Jy ! Component: 150 - total flux cleaned = -0.000340536 Jy ! Component: 200 - total flux cleaned = -0.000234792 Jy ! Total flux subtracted in 200 components = -0.000234792 Jy ! Clean residual min=-0.006147 max=0.006860 Jy/beam ! Clean residual mean=-0.000022 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.796503 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 106 components and 0.796503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112549Jy sigma=0.000665 ! Fit after self-cal, rms=0.112614Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000234823 Jy ! Component: 100 - total flux cleaned = -0.000137565 Jy ! Component: 150 - total flux cleaned = -4.60946e-05 Jy ! Component: 200 - total flux cleaned = 3.59863e-05 Jy ! Total flux subtracted in 200 components = 3.59863e-05 Jy ! Clean residual min=-0.006020 max=0.006578 Jy/beam ! Clean residual mean=-0.000022 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.796539 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 110 components and 0.796539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112469Jy sigma=0.000664 ! Fit after self-cal, rms=0.112461Jy sigma=0.000664 ! 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.112461Jy sigma=0.000664 ! Fit after self-cal, rms=0.112696Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.482 mas, bpa=-3.214 degrees ! Estimated noise=2111.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000704182 Jy ! Component: 100 - total flux cleaned = -0.000431263 Jy ! Component: 150 - total flux cleaned = -0.000187923 Jy ! Component: 200 - total flux cleaned = 0.000102715 Jy ! Total flux subtracted in 200 components = 0.000102715 Jy ! Clean residual min=-0.005499 max=0.005959 Jy/beam ! Clean residual mean=0.000000 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.796641 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 117 components and 0.796641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112528Jy sigma=0.000655 ! Fit after self-cal, rms=0.112529Jy sigma=0.000655 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 = 4.76656e-05 Jy ! Component: 100 - total flux cleaned = 0.000260204 Jy ! Component: 150 - total flux cleaned = 0.000446301 Jy ! Component: 200 - total flux cleaned = 0.000614057 Jy ! Total flux subtracted in 200 components = 0.000614057 Jy ! Clean residual min=-0.005410 max=0.005745 Jy/beam ! Clean residual mean=0.000001 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.797255 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 119 components and 0.797255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112430Jy sigma=0.000655 ! Fit after self-cal, rms=0.112428Jy sigma=0.000655 ! 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.112428Jy sigma=0.000655 ! Fit after self-cal, rms=0.112547Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.69 mas, bmaj=13.6 mas, bpa=2.55 degrees ! Estimated noise=2774.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000985527 Jy ! Component: 100 - total flux cleaned = 0.0012089 Jy ! Component: 150 - total flux cleaned = 0.00137708 Jy ! Component: 200 - total flux cleaned = 0.00141239 Jy ! Total flux subtracted in 200 components = 0.00141239 Jy ! Clean residual min=-0.005834 max=0.006772 Jy/beam ! Clean residual mean=0.000007 rms=0.001725 Jy/beam ! Combined flux in latest and established models = 0.798668 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 124 components and 0.798668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112509Jy sigma=0.000654 ! Fit after self-cal, rms=0.112509Jy sigma=0.000654 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.000105214 Jy ! Component: 100 - total flux cleaned = 5.397e-05 Jy ! Component: 150 - total flux cleaned = 0.000118656 Jy ! Component: 200 - total flux cleaned = 0.000120485 Jy ! Total flux subtracted in 200 components = 0.000120485 Jy ! Clean residual min=-0.005936 max=0.006719 Jy/beam ! Clean residual mean=0.000007 rms=0.001713 Jy/beam ! Combined flux in latest and established models = 0.798788 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 128 components and 0.798788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112501Jy sigma=0.000654 ! Fit after self-cal, rms=0.112503Jy sigma=0.000654 ! 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.104 mas, bmaj=7.486 mas, bpa=-3.254 degrees ! Estimated noise=2110.91 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.104 x 7.486 at -3.254 degrees (North through East) ! Clean map min=-0.0052895 max=0.67469 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112503Jy sigma=0.000654 ! Fit after self-cal, rms=0.104034Jy sigma=0.000602 ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.491 mas, bpa=-3.358 degrees ! Estimated noise=2110.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00109975 Jy ! Component: 100 - total flux cleaned = -0.00103405 Jy ! Component: 150 - total flux cleaned = -0.000926304 Jy ! Component: 200 - total flux cleaned = -0.000926296 Jy ! Total flux subtracted in 200 components = -0.000926296 Jy ! Clean residual min=-0.005112 max=0.005210 Jy/beam ! Clean residual mean=0.000004 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.797862 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 129 components and 0.797862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103952Jy sigma=0.000601 ! Fit after self-cal, rms=0.103952Jy sigma=0.000601 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.11083e-05 Jy ! Component: 100 - total flux cleaned = 8.25499e-05 Jy ! Component: 150 - total flux cleaned = 4.43663e-05 Jy ! Component: 200 - total flux cleaned = 4.46767e-05 Jy ! Total flux subtracted in 200 components = 4.46767e-05 Jy ! Clean residual min=-0.005095 max=0.005100 Jy/beam ! Clean residual mean=0.000004 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.797907 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 132 components and 0.797907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103910Jy sigma=0.000601 ! Fit after self-cal, rms=0.103913Jy sigma=0.000601 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103913Jy sigma=0.000601 ! Fit after self-cal, rms=0.104029Jy sigma=0.000601 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.591 mas, bmaj=6.728 mas, bpa=-4.723 degrees ! Estimated noise=2565.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.530395 Jy ! Component: 100 - total flux cleaned = 0.649013 Jy ! Component: 150 - total flux cleaned = 0.695124 Jy ! Component: 200 - total flux cleaned = 0.723676 Jy ! Total flux subtracted in 200 components = 0.723676 Jy ! Clean residual min=-0.009484 max=0.015643 Jy/beam ! Clean residual mean=-0.000082 rms=0.002349 Jy/beam ! Combined flux in latest and established models = 0.723676 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.723676 Jy ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.493 mas, bpa=-3.369 degrees ! Estimated noise=2110.8 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.0256912 Jy ! Component: 100 - total flux cleaned = 0.0418401 Jy ! Component: 150 - total flux cleaned = 0.0525254 Jy ! Component: 200 - total flux cleaned = 0.0597143 Jy ! Total flux subtracted in 200 components = 0.0597143 Jy ! Clean residual min=-0.005611 max=0.004910 Jy/beam ! Clean residual mean=-0.000009 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.78339 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 98 components and 0.78339 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.687 mas, bmaj=13.61 mas, bpa=2.415 degrees ! Estimated noise=2775.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00777321 Jy ! Component: 100 - total flux cleaned = 0.0115873 Jy ! Component: 150 - total flux cleaned = 0.0135611 Jy ! Component: 200 - total flux cleaned = 0.0146083 Jy ! Total flux subtracted in 200 components = 0.0146083 Jy ! Clean residual min=-0.006179 max=0.006557 Jy/beam ! Clean residual mean=0.000012 rms=0.001736 Jy/beam ! Combined flux in latest and established models = 0.797998 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.000377392 Jy ! Component: 100 - total flux cleaned = 0.000478285 Jy ! Component: 150 - total flux cleaned = 0.000549373 Jy ! Component: 200 - total flux cleaned = 0.000582639 Jy ! Total flux subtracted in 200 components = 0.000582639 Jy ! Clean residual min=-0.006159 max=0.006600 Jy/beam ! Clean residual mean=0.000013 rms=0.001730 Jy/beam ! Combined flux in latest and established models = 0.798581 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 120 components and 0.798581 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.493 mas, bpa=-3.369 degrees ! Estimated noise=2110.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040824 Jy ! Component: 100 - total flux cleaned = -0.000719745 Jy ! Component: 150 - total flux cleaned = -0.000601973 Jy ! Component: 200 - total flux cleaned = -0.000446005 Jy ! Total flux subtracted in 200 components = -0.000446005 Jy ! Clean residual min=-0.005096 max=0.005022 Jy/beam ! Clean residual mean=0.000006 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.798135 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 133 components and 0.798135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103939Jy sigma=0.000601 ! Fit after self-cal, rms=0.103931Jy sigma=0.000601 wmodel J2354-1513_S_2017_02_19_pus_map.mod ! Writing 133 model components to file: J2354-1513_S_2017_02_19_pus_map.mod wobs J2354-1513_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J2354-1513_S_2017_02_19_pus_uvs.fits wwins J2354-1513_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J2354-1513_S_2017_02_19_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.000168927 Jy ! Component: 100 - total flux cleaned = 0.000339435 Jy ! Component: 150 - total flux cleaned = 0.000255611 Jy ! Component: 200 - total flux cleaned = -0.000146479 Jy ! Component: 250 - total flux cleaned = -0.000302912 Jy ! Component: 300 - total flux cleaned = -0.000378743 Jy ! Component: 350 - total flux cleaned = -0.000599627 Jy ! Component: 400 - total flux cleaned = -0.000668871 Jy ! Component: 450 - total flux cleaned = -0.000595853 Jy ! Component: 500 - total flux cleaned = -0.000664919 Jy ! Component: 550 - total flux cleaned = -0.000734604 Jy ! Component: 600 - total flux cleaned = -0.000868409 Jy ! Component: 650 - total flux cleaned = -0.000735132 Jy ! Component: 700 - total flux cleaned = -0.000866747 Jy ! Component: 750 - total flux cleaned = -0.000864848 Jy ! Component: 800 - total flux cleaned = -0.000673533 Jy ! Component: 850 - total flux cleaned = -0.000547815 Jy ! Component: 900 - total flux cleaned = -0.000672071 Jy ! Component: 950 - total flux cleaned = -0.000672894 Jy ! Component: 1000 - total flux cleaned = -0.000791964 Jy ! Component: 1050 - total flux cleaned = -0.000792044 Jy ! Component: 1100 - total flux cleaned = -0.00108475 Jy ! Component: 1150 - total flux cleaned = -0.00102702 Jy ! Component: 1200 - total flux cleaned = -0.0010837 Jy ! Component: 1250 - total flux cleaned = -0.00125363 Jy ! Component: 1300 - total flux cleaned = -0.00125411 Jy ! Component: 1350 - total flux cleaned = -0.00130955 Jy ! Component: 1400 - total flux cleaned = -0.00147421 Jy ! Component: 1450 - total flux cleaned = -0.00174385 Jy ! Component: 1500 - total flux cleaned = -0.00169041 Jy ! Component: 1550 - total flux cleaned = -0.00179597 Jy ! Component: 1600 - total flux cleaned = -0.00174324 Jy ! Component: 1650 - total flux cleaned = -0.00184748 Jy ! Component: 1700 - total flux cleaned = -0.00205228 Jy ! Component: 1750 - total flux cleaned = -0.00195064 Jy ! Component: 1800 - total flux cleaned = -0.00225216 Jy ! Component: 1850 - total flux cleaned = -0.00230178 Jy ! Component: 1900 - total flux cleaned = -0.00249882 Jy ! Component: 1950 - total flux cleaned = -0.00225466 Jy ! Component: 2000 - total flux cleaned = -0.00230289 Jy ! Component: 2050 - total flux cleaned = -0.00244612 Jy ! Component: 2100 - total flux cleaned = -0.00235099 Jy ! Component: 2150 - total flux cleaned = -0.0023031 Jy ! Component: 2200 - total flux cleaned = -0.00207078 Jy ! Component: 2250 - total flux cleaned = -0.00225467 Jy ! Component: 2300 - total flux cleaned = -0.00211746 Jy ! Component: 2350 - total flux cleaned = -0.00202729 Jy ! Component: 2400 - total flux cleaned = -0.00207246 Jy ! Component: 2450 - total flux cleaned = -0.0020723 Jy ! Component: 2500 - total flux cleaned = -0.00202819 Jy ! Component: 2550 - total flux cleaned = -0.00194028 Jy ! Component: 2600 - total flux cleaned = -0.00181012 Jy ! Component: 2650 - total flux cleaned = -0.00181029 Jy ! Component: 2700 - total flux cleaned = -0.0018099 Jy ! Component: 2750 - total flux cleaned = -0.0017678 Jy ! Component: 2800 - total flux cleaned = -0.00155945 Jy ! Component: 2850 - total flux cleaned = -0.00164228 Jy ! Component: 2900 - total flux cleaned = -0.00156027 Jy ! Component: 2950 - total flux cleaned = -0.00143783 Jy ! Component: 3000 - total flux cleaned = -0.00143746 Jy ! Component: 3050 - total flux cleaned = -0.00135725 Jy ! Component: 3100 - total flux cleaned = -0.00131759 Jy ! Component: 3150 - total flux cleaned = -0.00131756 Jy ! Component: 3200 - total flux cleaned = -0.00131715 Jy ! Component: 3250 - total flux cleaned = -0.00127741 Jy ! Component: 3300 - total flux cleaned = -0.00127696 Jy ! Component: 3350 - total flux cleaned = -0.00131559 Jy ! Component: 3400 - total flux cleaned = -0.00123915 Jy ! Component: 3450 - total flux cleaned = -0.0012771 Jy ! Component: 3500 - total flux cleaned = -0.00127759 Jy ! Component: 3550 - total flux cleaned = -0.00120262 Jy ! Component: 3600 - total flux cleaned = -0.0012024 Jy ! Component: 3650 - total flux cleaned = -0.00134871 Jy ! Component: 3700 - total flux cleaned = -0.00120335 Jy ! Component: 3750 - total flux cleaned = -0.00123989 Jy ! Component: 3800 - total flux cleaned = -0.00124033 Jy ! Component: 3850 - total flux cleaned = -0.00134717 Jy ! Component: 3900 - total flux cleaned = -0.00138251 Jy ! Component: 3950 - total flux cleaned = -0.0013118 Jy ! Component: 4000 - total flux cleaned = -0.00127665 Jy ! Component: 4050 - total flux cleaned = -0.00110361 Jy ! Total flux subtracted in 4096 components = -0.00113813 Jy ! Clean residual min=-0.001928 max=0.001853 Jy/beam ! Clean residual mean=0.000006 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.796997 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 425 components and 0.796997 Jy ![Exited script file: muppet] wmap "J2354-1513_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.102 x 7.493 at -3.369 degrees (North through East) ! Clean map min=-0.0035032 max=0.67539 Jy/beam ! Writing clean map to FITS file: J2354-1513_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.675393 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000636021 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.282512 0.282512 0.565023 1.13005 2.26009 4.52019 9.04037 18.0807 36.1615 72.323 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.675 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.102 x 7.493 at -3.369 degrees (North through East) ! Clean map min=-0.0035032 max=0.67539 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 J2354-1513_S_2017_02_19_pus_uvs.log closed on Sat May 4 19:02:44 2019