! Started logfile: J0301-3126_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:35:52 2019 obs J0301-3126_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0301-3126_S_2017_05_31_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.690058 visibilities/baseline/integration-bin. ! Found source: J0301-3126 ! ! 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 703 lines of history. ! ! Reading 9440 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 J0301-3126_S_2017_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 363 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902637Jy sigma=0.006118 ! Fit after self-cal, rms=0.880105Jy sigma=0.005985 ! 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.307 mas, bmaj=6.607 mas, bpa=-5.364 degrees ! Estimated noise=1658.64 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.0938169 Jy ! Component: 100 - total flux cleaned = 0.117069 Jy ! Total flux subtracted in 100 components = 0.117069 Jy ! Clean residual min=-0.006512 max=0.010266 Jy/beam ! Clean residual mean=-0.000049 rms=0.001733 Jy/beam ! Combined flux in latest and established models = 0.117069 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.117069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123249Jy sigma=0.000682 ! Fit after self-cal, rms=0.123253Jy sigma=0.000682 ! Inverting map ! Added new window around map position (-3, -9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0110073 Jy ! Component: 100 - total flux cleaned = 0.0171071 Jy ! Total flux subtracted in 100 components = 0.0171071 Jy ! Clean residual min=-0.004972 max=0.006683 Jy/beam ! Clean residual mean=-0.000031 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.134176 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.134176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121768Jy sigma=0.000671 ! Fit after self-cal, rms=0.121769Jy sigma=0.000671 ! 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=2.935 mas, bmaj=7.968 mas, bpa=-4.622 degrees ! Estimated noise=1187.42 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.00600868 Jy ! Component: 100 - total flux cleaned = 0.00915166 Jy ! Component: 150 - total flux cleaned = 0.0108489 Jy ! Component: 200 - total flux cleaned = 0.0113227 Jy ! Total flux subtracted in 200 components = 0.0113227 Jy ! Clean residual min=-0.003680 max=0.004649 Jy/beam ! Clean residual mean=-0.000053 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.145499 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.145499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121325Jy sigma=0.000669 ! Fit after self-cal, rms=0.121334Jy sigma=0.000668 ! 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.95 HN 1.27 KP 1.02 ! LA 1.01 MK 0.97 NL 0.97 OV 1.00 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.14 KP 0.99 ! LA 1.00 MK 0.98 NL 1.05 OV 1.02 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.19 KP 0.95 ! LA 1.02 MK 1.02 NL 1.04 OV 0.94 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.19 KP 1.15 ! LA 0.91 MK 1.02 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.121334Jy sigma=0.000668 ! Fit after self-cal, rms=0.122868Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.929 mas, bmaj=7.905 mas, bpa=-4.245 degrees ! Estimated noise=1197.41 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.00106729 Jy ! Component: 100 - total flux cleaned = 0.00112829 Jy ! Component: 150 - total flux cleaned = 0.001168 Jy ! Component: 200 - total flux cleaned = 0.00116919 Jy ! Total flux subtracted in 200 components = 0.00116919 Jy ! Clean residual min=-0.003627 max=0.003952 Jy/beam ! Clean residual mean=-0.000052 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.146668 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.146668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122801Jy sigma=0.000666 ! Fit after self-cal, rms=0.122876Jy sigma=0.000666 ! 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.122876Jy sigma=0.000666 ! Fit after self-cal, rms=0.122550Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.866 mas, bpa=-4.155 degrees ! Estimated noise=1208.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184535 Jy ! Component: 100 - total flux cleaned = 0.00214609 Jy ! Component: 150 - total flux cleaned = 0.00220758 Jy ! Component: 200 - total flux cleaned = 0.00226425 Jy ! Total flux subtracted in 200 components = 0.00226425 Jy ! Clean residual min=-0.003190 max=0.003878 Jy/beam ! Clean residual mean=-0.000051 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.148932 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.148932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122482Jy sigma=0.000664 ! Fit after self-cal, rms=0.122497Jy sigma=0.000664 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 (-14, -79). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00223758 Jy ! Component: 100 - total flux cleaned = 0.00216945 Jy ! Component: 150 - total flux cleaned = 0.00226342 Jy ! Component: 200 - total flux cleaned = 0.00255355 Jy ! Total flux subtracted in 200 components = 0.00255355 Jy ! Clean residual min=-0.003299 max=0.003380 Jy/beam ! Clean residual mean=-0.000048 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.151486 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.151486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122359Jy sigma=0.000664 ! Fit after self-cal, rms=0.122336Jy 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.122336Jy sigma=0.000664 ! Fit after self-cal, rms=0.112141Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.861 mas, bpa=-4.245 degrees ! Estimated noise=1203.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000315759 Jy ! Component: 100 - total flux cleaned = 8.2841e-05 Jy ! Component: 150 - total flux cleaned = 8.09264e-05 Jy ! Component: 200 - total flux cleaned = 5.45204e-05 Jy ! Total flux subtracted in 200 components = 5.45204e-05 Jy ! Clean residual min=-0.002720 max=0.003092 Jy/beam ! Clean residual mean=0.000009 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.15154 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.15154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112118Jy sigma=0.000659 ! Fit after self-cal, rms=0.112063Jy sigma=0.000659 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.000119672 Jy ! Component: 100 - total flux cleaned = 0.000143195 Jy ! Component: 150 - total flux cleaned = 0.000122598 Jy ! Component: 200 - total flux cleaned = 0.00012214 Jy ! Total flux subtracted in 200 components = 0.00012214 Jy ! Clean residual min=-0.002673 max=0.003016 Jy/beam ! Clean residual mean=0.000008 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.151662 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 91 components and 0.151662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112054Jy sigma=0.000659 ! Fit after self-cal, rms=0.112051Jy sigma=0.000659 ! 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.112051Jy sigma=0.000659 ! Fit after self-cal, rms=0.112147Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.416 mas, bmaj=23.53 mas, bpa=-0.2239 degrees ! Estimated noise=1556.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.84133e-06 Jy ! Component: 100 - total flux cleaned = -8.77052e-05 Jy ! Component: 150 - total flux cleaned = -0.000139445 Jy ! Component: 200 - total flux cleaned = -0.000200661 Jy ! Total flux subtracted in 200 components = -0.000200661 Jy ! Clean residual min=-0.003051 max=0.004067 Jy/beam ! Clean residual mean=0.000028 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.151462 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 97 components and 0.151462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112144Jy sigma=0.000659 ! Fit after self-cal, rms=0.112148Jy sigma=0.000659 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.90287e-05 Jy ! Component: 100 - total flux cleaned = -6.97388e-05 Jy ! Component: 150 - total flux cleaned = -0.000105706 Jy ! Component: 200 - total flux cleaned = -0.000149891 Jy ! Total flux subtracted in 200 components = -0.000149891 Jy ! Clean residual min=-0.003045 max=0.003971 Jy/beam ! Clean residual mean=0.000028 rms=0.001003 Jy/beam ! Combined flux in latest and established models = 0.151312 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 103 components and 0.151312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112147Jy sigma=0.000659 ! Fit after self-cal, rms=0.112147Jy sigma=0.000659 ! 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=2.913 mas, bmaj=7.864 mas, bpa=-4.235 degrees ! Estimated noise=1201.94 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.913 x 7.864 at -4.235 degrees (North through East) ! Clean map min=-0.0024049 max=0.12124 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.285 mas, bmaj=6.53 mas, bpa=-4.885 degrees ! Estimated noise=1677.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0944232 Jy ! Component: 100 - total flux cleaned = 0.118853 Jy ! Component: 150 - total flux cleaned = 0.130242 Jy ! Component: 200 - total flux cleaned = 0.137025 Jy ! Total flux subtracted in 200 components = 0.137025 Jy ! Clean residual min=-0.004681 max=0.004751 Jy/beam ! Clean residual mean=-0.000011 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.137025 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.137025 Jy ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.864 mas, bpa=-4.235 degrees ! Estimated noise=1201.94 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) ! Added new window around map position (-3, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00623948 Jy ! Component: 100 - total flux cleaned = 0.00927744 Jy ! Component: 150 - total flux cleaned = 0.0105979 Jy ! Component: 200 - total flux cleaned = 0.0114715 Jy ! Total flux subtracted in 200 components = 0.0114715 Jy ! Clean residual min=-0.002788 max=0.002924 Jy/beam ! Clean residual mean=0.000003 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.148496 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.148496 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=8.416 mas, bmaj=23.53 mas, bpa=-0.2239 degrees ! Estimated noise=1556.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186848 Jy ! Component: 100 - total flux cleaned = 0.0024831 Jy ! Component: 150 - total flux cleaned = 0.00257757 Jy ! Component: 200 - total flux cleaned = 0.00262887 Jy ! Total flux subtracted in 200 components = 0.00262887 Jy ! Clean residual min=-0.002942 max=0.003969 Jy/beam ! Clean residual mean=0.000024 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.151125 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 = -2.04757e-05 Jy ! Component: 100 - total flux cleaned = -5.72896e-05 Jy ! Component: 150 - total flux cleaned = -5.74397e-05 Jy ! Component: 200 - total flux cleaned = -5.72789e-05 Jy ! Total flux subtracted in 200 components = -5.72789e-05 Jy ! Clean residual min=-0.002933 max=0.003896 Jy/beam ! Clean residual mean=0.000025 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.151068 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 84 components and 0.151068 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.913 mas, bmaj=7.864 mas, bpa=-4.235 degrees ! Estimated noise=1201.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.69805e-05 Jy ! Component: 100 - total flux cleaned = 4.08558e-05 Jy ! Component: 150 - total flux cleaned = 0.000174317 Jy ! Component: 200 - total flux cleaned = 0.000263426 Jy ! Total flux subtracted in 200 components = 0.000263426 Jy ! Clean residual min=-0.002661 max=0.002926 Jy/beam ! Clean residual mean=0.000012 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.151331 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 98 components and 0.151331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112133Jy sigma=0.000659 ! Fit after self-cal, rms=0.112114Jy sigma=0.000659 wmodel J0301-3126_S_2017_05_31_pus_map.mod ! Writing 98 model components to file: J0301-3126_S_2017_05_31_pus_map.mod wobs J0301-3126_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0301-3126_S_2017_05_31_pus_uvs.fits wwins J0301-3126_S_2017_05_31_pus_map.win ! wwins: Wrote 4 windows to J0301-3126_S_2017_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 = 0.000911202 Jy ! Component: 100 - total flux cleaned = 0.00138241 Jy ! Component: 150 - total flux cleaned = 0.00125379 Jy ! Component: 200 - total flux cleaned = 0.0011304 Jy ! Component: 250 - total flux cleaned = 0.00109089 Jy ! Component: 300 - total flux cleaned = 0.00112912 Jy ! Component: 350 - total flux cleaned = 0.00109123 Jy ! Component: 400 - total flux cleaned = 0.00101898 Jy ! Component: 450 - total flux cleaned = 0.000949412 Jy ! Component: 500 - total flux cleaned = 0.00101738 Jy ! Component: 550 - total flux cleaned = 0.000982797 Jy ! Component: 600 - total flux cleaned = 0.00085284 Jy ! Component: 650 - total flux cleaned = 0.00075759 Jy ! Component: 700 - total flux cleaned = 0.000727089 Jy ! Component: 750 - total flux cleaned = 0.000575117 Jy ! Component: 800 - total flux cleaned = 0.000485764 Jy ! Component: 850 - total flux cleaned = 0.000368511 Jy ! Component: 900 - total flux cleaned = 0.000253184 Jy ! Component: 950 - total flux cleaned = 8.42544e-05 Jy ! Component: 1000 - total flux cleaned = 2.91185e-05 Jy ! Component: 1050 - total flux cleaned = -7.97489e-05 Jy ! Component: 1100 - total flux cleaned = -0.000213247 Jy ! Component: 1150 - total flux cleaned = -0.000317329 Jy ! Component: 1200 - total flux cleaned = -0.000471839 Jy ! Component: 1250 - total flux cleaned = -0.000598151 Jy ! Component: 1300 - total flux cleaned = -0.000697649 Jy ! Component: 1350 - total flux cleaned = -0.000795553 Jy ! Component: 1400 - total flux cleaned = -0.000844121 Jy ! Component: 1450 - total flux cleaned = -0.00105817 Jy ! Component: 1500 - total flux cleaned = -0.00108167 Jy ! Component: 1550 - total flux cleaned = -0.00117411 Jy ! Component: 1600 - total flux cleaned = -0.00131041 Jy ! Component: 1650 - total flux cleaned = -0.00142221 Jy ! Component: 1700 - total flux cleaned = -0.00157706 Jy ! Component: 1750 - total flux cleaned = -0.00162078 Jy ! Component: 1800 - total flux cleaned = -0.00172862 Jy ! Component: 1850 - total flux cleaned = -0.00181391 Jy ! Component: 1900 - total flux cleaned = -0.00193978 Jy ! Component: 1950 - total flux cleaned = -0.00198124 Jy ! Component: 2000 - total flux cleaned = -0.00214521 Jy ! Component: 2050 - total flux cleaned = -0.00220603 Jy ! Component: 2100 - total flux cleaned = -0.00226589 Jy ! Component: 2150 - total flux cleaned = -0.00236429 Jy ! Component: 2200 - total flux cleaned = -0.00244209 Jy ! Component: 2250 - total flux cleaned = -0.00250013 Jy ! Component: 2300 - total flux cleaned = -0.00263371 Jy ! Component: 2350 - total flux cleaned = -0.00267121 Jy ! Component: 2400 - total flux cleaned = -0.00276451 Jy ! Component: 2450 - total flux cleaned = -0.00282003 Jy ! Component: 2500 - total flux cleaned = -0.00285679 Jy ! Component: 2550 - total flux cleaned = -0.00294768 Jy ! Component: 2600 - total flux cleaned = -0.00310956 Jy ! Component: 2650 - total flux cleaned = -0.00310976 Jy ! Component: 2700 - total flux cleaned = -0.00326914 Jy ! Component: 2750 - total flux cleaned = -0.00337424 Jy ! Component: 2800 - total flux cleaned = -0.00349568 Jy ! Component: 2850 - total flux cleaned = -0.00356469 Jy ! Component: 2900 - total flux cleaned = -0.00373585 Jy ! Component: 2950 - total flux cleaned = -0.00380359 Jy ! Component: 3000 - total flux cleaned = -0.00397203 Jy ! Component: 3050 - total flux cleaned = -0.00405563 Jy ! Component: 3100 - total flux cleaned = -0.00418832 Jy ! Component: 3150 - total flux cleaned = -0.0043199 Jy ! Component: 3200 - total flux cleaned = -0.00448302 Jy ! Component: 3250 - total flux cleaned = -0.00461247 Jy ! Component: 3300 - total flux cleaned = -0.00474116 Jy ! Component: 3350 - total flux cleaned = -0.00486891 Jy ! Component: 3400 - total flux cleaned = -0.00494825 Jy ! Component: 3450 - total flux cleaned = -0.00508977 Jy ! Component: 3500 - total flux cleaned = -0.00519914 Jy ! Component: 3550 - total flux cleaned = -0.00532349 Jy ! Component: 3600 - total flux cleaned = -0.00541619 Jy ! Component: 3650 - total flux cleaned = -0.00555421 Jy ! Component: 3700 - total flux cleaned = -0.00566088 Jy ! Component: 3750 - total flux cleaned = -0.00575189 Jy ! Component: 3800 - total flux cleaned = -0.00585724 Jy ! Component: 3850 - total flux cleaned = -0.00591704 Jy ! Component: 3900 - total flux cleaned = -0.00602126 Jy ! Component: 3950 - total flux cleaned = -0.00612473 Jy ! Component: 4000 - total flux cleaned = -0.00624239 Jy ! Component: 4050 - total flux cleaned = -0.00634496 Jy ! Total flux subtracted in 4096 components = -0.00644702 Jy ! Clean residual min=-0.000750 max=0.000993 Jy/beam ! Clean residual mean=-0.000002 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.144884 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 379 components and 0.144884 Jy ![Exited script file: muppet] wmap "J0301-3126_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.913 x 7.864 at -4.235 degrees (North through East) ! Clean map min=-0.0021495 max=0.12332 Jy/beam ! Writing clean map to FITS file: J0301-3126_S_2017_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.123324 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000258189 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.628077 0.628077 1.25615 2.51231 5.02461 10.0492 20.0985 40.1969 80.3938 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.123 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.913 x 7.864 at -4.235 degrees (North through East) ! Clean map min=-0.0021495 max=0.12332 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 J0301-3126_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:36:01 2019