! Started logfile: J2358-1020_S_2017_06_10_pus_uvs.log on Mon May 6 15:03:51 2019 obs J2358-1020_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2358-1020_S_2017_06_10_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.691111 visibilities/baseline/integration-bin. ! Found source: J2358-1020 ! ! 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 1154 lines of history. ! ! Reading 1244 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 J2358-1020_S_2017_06_10_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.783520Jy sigma=0.007487 ! Fit after self-cal, rms=0.219391Jy sigma=0.002138 ! 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.344 mas, bmaj=7.167 mas, bpa=-5.042 degrees ! Estimated noise=2737.8 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.614721 Jy ! Component: 100 - total flux cleaned = 0.751496 Jy ! Total flux subtracted in 100 components = 0.751496 Jy ! Clean residual min=-0.017295 max=0.046583 Jy/beam ! Clean residual mean=0.000024 rms=0.006958 Jy/beam ! Combined flux in latest and established models = 0.751496 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.751496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111446Jy sigma=0.001049 ! Fit after self-cal, rms=0.111444Jy sigma=0.001049 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0472195 Jy ! Component: 100 - total flux cleaned = 0.068773 Jy ! Total flux subtracted in 100 components = 0.068773 Jy ! Clean residual min=-0.014535 max=0.018146 Jy/beam ! Clean residual mean=0.000012 rms=0.003906 Jy/beam ! Combined flux in latest and established models = 0.820269 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 21 components and 0.820269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086093Jy sigma=0.000810 ! Fit after self-cal, rms=0.086091Jy sigma=0.000810 ! 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.762 mas, bmaj=8.051 mas, bpa=-3.948 degrees ! Estimated noise=2417.38 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.0172268 Jy ! Component: 100 - total flux cleaned = 0.026206 Jy ! Component: 150 - total flux cleaned = 0.031105 Jy ! Component: 200 - total flux cleaned = 0.033806 Jy ! Total flux subtracted in 200 components = 0.033806 Jy ! Clean residual min=-0.014840 max=0.011571 Jy/beam ! Clean residual mean=0.000009 rms=0.003143 Jy/beam ! Combined flux in latest and established models = 0.854075 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 45 components and 0.854075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082287Jy sigma=0.000783 ! Fit after self-cal, rms=0.082284Jy sigma=0.000782 ! 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.98 HN 0.95 KP 1.04 ! LA 1.03 MK 1.00 NL 0.88 OV 1.02 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.98 KP 0.99 ! LA 0.98 MK 0.98 NL 1.03 OV 1.05 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00 KP 1.00 ! LA 0.99 MK 1.01 NL 0.97 OV 0.97 ! PT 0.98 SC 1.01 ! ! ! 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.08 HN 0.95 KP 1.00* ! LA 1.00* MK 1.13 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.082284Jy sigma=0.000782 ! Fit after self-cal, rms=0.067123Jy sigma=0.000645 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.768 mas, bmaj=8.046 mas, bpa=-3.91 degrees ! Estimated noise=2418.35 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.000246724 Jy ! Component: 100 - total flux cleaned = 0.000355398 Jy ! Component: 150 - total flux cleaned = 0.000451831 Jy ! Component: 200 - total flux cleaned = 0.00053669 Jy ! Total flux subtracted in 200 components = 0.00053669 Jy ! Clean residual min=-0.006583 max=0.005737 Jy/beam ! Clean residual mean=0.000007 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.854612 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.854612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067044Jy sigma=0.000644 ! Fit after self-cal, rms=0.067037Jy sigma=0.000644 ! 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.067037Jy sigma=0.000644 ! Fit after self-cal, rms=0.067029Jy sigma=0.000644 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.769 mas, bmaj=8.047 mas, bpa=-3.905 degrees ! Estimated noise=2418.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000146334 Jy ! Component: 100 - total flux cleaned = -0.000108821 Jy ! Component: 150 - total flux cleaned = -4.15113e-05 Jy ! Component: 200 - total flux cleaned = 1.81103e-05 Jy ! Total flux subtracted in 200 components = 1.81103e-05 Jy ! Clean residual min=-0.006502 max=0.005732 Jy/beam ! Clean residual mean=0.000007 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.85463 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 57 components and 0.85463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066993Jy sigma=0.000644 ! Fit after self-cal, rms=0.066992Jy sigma=0.000644 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.000160815 Jy ! Component: 100 - total flux cleaned = 0.00016136 Jy ! Component: 150 - total flux cleaned = 0.00020814 Jy ! Component: 200 - total flux cleaned = 0.00022976 Jy ! Total flux subtracted in 200 components = 0.00022976 Jy ! Clean residual min=-0.006404 max=0.005734 Jy/beam ! Clean residual mean=0.000007 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.85486 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 61 components and 0.85486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066974Jy sigma=0.000644 ! Fit after self-cal, rms=0.066974Jy sigma=0.000644 ! 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.066974Jy sigma=0.000644 ! Fit after self-cal, rms=0.066962Jy sigma=0.000644 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.77 mas, bmaj=8.046 mas, bpa=-3.886 degrees ! Estimated noise=2417.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169313 Jy ! Component: 100 - total flux cleaned = -0.000269974 Jy ! Component: 150 - total flux cleaned = -0.000291228 Jy ! Component: 200 - total flux cleaned = -0.00027456 Jy ! Total flux subtracted in 200 components = -0.00027456 Jy ! Clean residual min=-0.006354 max=0.005714 Jy/beam ! Clean residual mean=0.000007 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.854585 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 65 components and 0.854585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066947Jy sigma=0.000643 ! Fit after self-cal, rms=0.066946Jy sigma=0.000643 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.000107939 Jy ! Component: 100 - total flux cleaned = 0.000107814 Jy ! Component: 150 - total flux cleaned = 0.000122828 Jy ! Component: 200 - total flux cleaned = 0.000122948 Jy ! Total flux subtracted in 200 components = 0.000122948 Jy ! Clean residual min=-0.006306 max=0.005716 Jy/beam ! Clean residual mean=0.000007 rms=0.001481 Jy/beam ! Combined flux in latest and established models = 0.854708 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.854708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066938Jy sigma=0.000643 ! Fit after self-cal, rms=0.066938Jy sigma=0.000643 ! 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.066938Jy sigma=0.000643 ! Fit after self-cal, rms=0.066928Jy sigma=0.000643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.02 mas, bmaj=17.27 mas, bpa=-4.875 degrees ! Estimated noise=3250.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308536 Jy ! Component: 100 - total flux cleaned = -0.000305072 Jy ! Component: 150 - total flux cleaned = -0.000332107 Jy ! Component: 200 - total flux cleaned = -0.000432484 Jy ! Total flux subtracted in 200 components = -0.000432484 Jy ! Clean residual min=-0.007550 max=0.007687 Jy/beam ! Clean residual mean=0.000016 rms=0.002245 Jy/beam ! Combined flux in latest and established models = 0.854276 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.854276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066956Jy sigma=0.000644 ! Fit after self-cal, rms=0.066946Jy sigma=0.000643 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.000127444 Jy ! Component: 100 - total flux cleaned = -0.000127859 Jy ! Component: 150 - total flux cleaned = -0.000129078 Jy ! Component: 200 - total flux cleaned = -0.00012846 Jy ! Total flux subtracted in 200 components = -0.00012846 Jy ! Clean residual min=-0.007492 max=0.007632 Jy/beam ! Clean residual mean=0.000016 rms=0.002234 Jy/beam ! Combined flux in latest and established models = 0.854147 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.854147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066972Jy sigma=0.000644 ! Fit after self-cal, rms=0.066970Jy sigma=0.000644 ! 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.771 mas, bmaj=8.046 mas, bpa=-3.868 degrees ! Estimated noise=2417.8 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.771 x 8.046 at -3.868 degrees (North through East) ! Clean map min=-0.0059613 max=0.79347 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.066970Jy sigma=0.000644 ! Fit after self-cal, rms=0.061360Jy sigma=0.000590 ! Inverting map and beam ! Estimated beam: bmin=2.772 mas, bmaj=8.04 mas, bpa=-3.803 degrees ! Estimated noise=2418.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.15016e-05 Jy ! Component: 100 - total flux cleaned = -0.000140433 Jy ! Component: 150 - total flux cleaned = -8.44412e-05 Jy ! Component: 200 - total flux cleaned = -1.11162e-05 Jy ! Total flux subtracted in 200 components = -1.11162e-05 Jy ! Clean residual min=-0.006283 max=0.005582 Jy/beam ! Clean residual mean=0.000008 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.854136 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 79 components and 0.854136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061330Jy sigma=0.000590 ! Fit after self-cal, rms=0.061329Jy sigma=0.000590 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120892 Jy ! Component: 100 - total flux cleaned = 0.000120748 Jy ! Component: 150 - total flux cleaned = 0.000156615 Jy ! Component: 200 - total flux cleaned = 0.000190758 Jy ! Total flux subtracted in 200 components = 0.000190758 Jy ! Clean residual min=-0.006255 max=0.005585 Jy/beam ! Clean residual mean=0.000008 rms=0.001474 Jy/beam ! Combined flux in latest and established models = 0.854327 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.854327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061316Jy sigma=0.000590 ! Fit after self-cal, rms=0.061316Jy sigma=0.000590 ! 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.061316Jy sigma=0.000590 ! Fit after self-cal, rms=0.061299Jy sigma=0.000590 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.351 mas, bmaj=7.147 mas, bpa=-4.934 degrees ! Estimated noise=2742.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.614263 Jy ! Component: 100 - total flux cleaned = 0.749994 Jy ! Component: 150 - total flux cleaned = 0.79501 Jy ! Component: 200 - total flux cleaned = 0.816161 Jy ! Total flux subtracted in 200 components = 0.816161 Jy ! Clean residual min=-0.008356 max=0.011090 Jy/beam ! Clean residual mean=0.000012 rms=0.002363 Jy/beam ! Combined flux in latest and established models = 0.816161 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.816161 Jy ! Inverting map and beam ! Estimated beam: bmin=2.772 mas, bmaj=8.039 mas, bpa=-3.792 degrees ! Estimated noise=2418.36 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.0169816 Jy ! Component: 100 - total flux cleaned = 0.025874 Jy ! Component: 150 - total flux cleaned = 0.030854 Jy ! Component: 200 - total flux cleaned = 0.0337211 Jy ! Total flux subtracted in 200 components = 0.0337211 Jy ! Clean residual min=-0.006371 max=0.005501 Jy/beam ! Clean residual mean=0.000010 rms=0.001509 Jy/beam ! Combined flux in latest and established models = 0.849882 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 52 components and 0.849882 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.021 mas, bmaj=17.25 mas, bpa=-4.829 degrees ! Estimated noise=3249.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316386 Jy ! Component: 100 - total flux cleaned = 0.00401989 Jy ! Component: 150 - total flux cleaned = 0.00404532 Jy ! Component: 200 - total flux cleaned = 0.00406727 Jy ! Total flux subtracted in 200 components = 0.00406727 Jy ! Clean residual min=-0.007484 max=0.007468 Jy/beam ! Clean residual mean=0.000018 rms=0.002255 Jy/beam ! Combined flux in latest and established models = 0.85395 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 = -1.19055e-07 Jy ! Component: 100 - total flux cleaned = -2.22558e-06 Jy ! Component: 150 - total flux cleaned = -1.97775e-05 Jy ! Component: 200 - total flux cleaned = -2.20167e-05 Jy ! Total flux subtracted in 200 components = -2.20167e-05 Jy ! Clean residual min=-0.007439 max=0.007453 Jy/beam ! Clean residual mean=0.000018 rms=0.002250 Jy/beam ! Combined flux in latest and established models = 0.853928 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.853928 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.772 mas, bmaj=8.039 mas, bpa=-3.792 degrees ! Estimated noise=2418.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.79355e-05 Jy ! Component: 100 - total flux cleaned = -0.000297483 Jy ! Component: 150 - total flux cleaned = -0.000329007 Jy ! Component: 200 - total flux cleaned = -0.000300204 Jy ! Total flux subtracted in 200 components = -0.000300204 Jy ! Clean residual min=-0.006210 max=0.005470 Jy/beam ! Clean residual mean=0.000008 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.853628 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 67 components and 0.853628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061324Jy sigma=0.000590 ! Fit after self-cal, rms=0.061320Jy sigma=0.000590 wmodel J2358-1020_S_2017_06_10_pus_map.mod ! Writing 67 model components to file: J2358-1020_S_2017_06_10_pus_map.mod wobs J2358-1020_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2358-1020_S_2017_06_10_pus_uvs.fits wwins J2358-1020_S_2017_06_10_pus_map.win ! wwins: Wrote 1 windows to J2358-1020_S_2017_06_10_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.0012593 Jy ! Component: 100 - total flux cleaned = -0.000420779 Jy ! Component: 150 - total flux cleaned = 0.000267879 Jy ! Component: 200 - total flux cleaned = 0.000670368 Jy ! Component: 250 - total flux cleaned = 0.000672745 Jy ! Component: 300 - total flux cleaned = 0.00082066 Jy ! Component: 350 - total flux cleaned = 0.00082016 Jy ! Component: 400 - total flux cleaned = 0.000819548 Jy ! Component: 450 - total flux cleaned = 0.000566406 Jy ! Component: 500 - total flux cleaned = 0.000322441 Jy ! Component: 550 - total flux cleaned = 2.56422e-05 Jy ! Component: 600 - total flux cleaned = -0.000319745 Jy ! Component: 650 - total flux cleaned = -0.000541671 Jy ! Component: 700 - total flux cleaned = -0.000757113 Jy ! Component: 750 - total flux cleaned = -0.00112275 Jy ! Component: 800 - total flux cleaned = -0.00142553 Jy ! Component: 850 - total flux cleaned = -0.00181931 Jy ! Component: 900 - total flux cleaned = -0.00210677 Jy ! Component: 950 - total flux cleaned = -0.00243369 Jy ! Component: 1000 - total flux cleaned = -0.00266202 Jy ! Component: 1050 - total flux cleaned = -0.00297413 Jy ! Component: 1100 - total flux cleaned = -0.00323386 Jy ! Component: 1150 - total flux cleaned = -0.00344502 Jy ! Component: 1200 - total flux cleaned = -0.00377703 Jy ! Component: 1250 - total flux cleaned = -0.00434449 Jy ! Component: 1300 - total flux cleaned = -0.00458227 Jy ! Component: 1350 - total flux cleaned = -0.00485607 Jy ! Component: 1400 - total flux cleaned = -0.00512468 Jy ! Component: 1450 - total flux cleaned = -0.0054627 Jy ! Component: 1500 - total flux cleaned = -0.00564628 Jy ! Component: 1550 - total flux cleaned = -0.00582733 Jy ! Component: 1600 - total flux cleaned = -0.00607632 Jy ! Component: 1650 - total flux cleaned = -0.00618086 Jy ! Component: 1700 - total flux cleaned = -0.00635268 Jy ! Component: 1750 - total flux cleaned = -0.00645473 Jy ! Component: 1800 - total flux cleaned = -0.00662203 Jy ! Component: 1850 - total flux cleaned = -0.00665512 Jy ! Component: 1900 - total flux cleaned = -0.00684919 Jy ! Component: 1950 - total flux cleaned = -0.00697646 Jy ! Component: 2000 - total flux cleaned = -0.00703914 Jy ! Component: 2050 - total flux cleaned = -0.00719402 Jy ! Component: 2100 - total flux cleaned = -0.00731625 Jy ! Component: 2150 - total flux cleaned = -0.00746681 Jy ! Component: 2200 - total flux cleaned = -0.00752649 Jy ! Component: 2250 - total flux cleaned = -0.00758572 Jy ! Component: 2300 - total flux cleaned = -0.00776097 Jy ! Component: 2350 - total flux cleaned = -0.00778973 Jy ! Component: 2400 - total flux cleaned = -0.00784692 Jy ! Component: 2450 - total flux cleaned = -0.00790379 Jy ! Component: 2500 - total flux cleaned = -0.00793211 Jy ! Component: 2550 - total flux cleaned = -0.00798836 Jy ! Component: 2600 - total flux cleaned = -0.00801628 Jy ! Component: 2650 - total flux cleaned = -0.00804414 Jy ! Component: 2700 - total flux cleaned = -0.00807176 Jy ! Component: 2750 - total flux cleaned = -0.00809913 Jy ! Component: 2800 - total flux cleaned = -0.0081807 Jy ! Component: 2850 - total flux cleaned = -0.00828905 Jy ! Component: 2900 - total flux cleaned = -0.00839683 Jy ! Component: 2950 - total flux cleaned = -0.00839668 Jy ! Component: 3000 - total flux cleaned = -0.00853046 Jy ! Component: 3050 - total flux cleaned = -0.00861046 Jy ! Component: 3100 - total flux cleaned = -0.00861034 Jy ! Component: 3150 - total flux cleaned = -0.00871653 Jy ! Component: 3200 - total flux cleaned = -0.00887532 Jy ! Component: 3250 - total flux cleaned = -0.00898087 Jy ! Component: 3300 - total flux cleaned = -0.00905981 Jy ! Component: 3350 - total flux cleaned = -0.00927003 Jy ! Component: 3400 - total flux cleaned = -0.00934865 Jy ! Component: 3450 - total flux cleaned = -0.00942732 Jy ! Component: 3500 - total flux cleaned = -0.00958418 Jy ! Component: 3550 - total flux cleaned = -0.00968871 Jy ! Component: 3600 - total flux cleaned = -0.00976697 Jy ! Component: 3650 - total flux cleaned = -0.00984531 Jy ! Component: 3700 - total flux cleaned = -0.00992344 Jy ! Component: 3750 - total flux cleaned = -0.0100017 Jy ! Component: 3800 - total flux cleaned = -0.0100018 Jy ! Component: 3850 - total flux cleaned = -0.0100541 Jy ! Component: 3900 - total flux cleaned = -0.0101064 Jy ! Component: 3950 - total flux cleaned = -0.0101589 Jy ! Component: 4000 - total flux cleaned = -0.0101853 Jy ! Component: 4050 - total flux cleaned = -0.0102643 Jy ! Total flux subtracted in 4096 components = -0.0102907 Jy ! Clean residual min=-0.001653 max=0.001528 Jy/beam ! Clean residual mean=0.000005 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.843337 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 317 components and 0.843337 Jy ![Exited script file: muppet] wmap "J2358-1020_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.772 x 8.039 at -3.792 degrees (North through East) ! Clean map min=-0.0029212 max=0.79228 Jy/beam ! Writing clean map to FITS file: J2358-1020_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.792275 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000462162 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.175001 0.175001 0.350001 0.700003 1.40001 2.80001 5.60002 11.2 22.4001 44.8002 89.6004 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.792 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.772 x 8.039 at -3.792 degrees (North through East) ! Clean map min=-0.0029212 max=0.79228 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 J2358-1020_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:03:55 2019