! Started logfile: J1408-2900_S_2017_06_15_pus_uvs.log on Tue May 7 15:21:18 2019 obs J1408-2900_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1408-2900_S_2017_06_15_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.956349 visibilities/baseline/integration-bin. ! Found source: J1408-2900 ! ! 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 9640 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 J1408-2900_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 333 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.831587Jy sigma=0.006094 ! Fit after self-cal, rms=0.813259Jy sigma=0.005967 ! 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.556 mas, bmaj=6.946 mas, bpa=-7.648 degrees ! Estimated noise=1471.82 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.139572 Jy ! Component: 100 - total flux cleaned = 0.17208 Jy ! Total flux subtracted in 100 components = 0.17208 Jy ! Clean residual min=-0.016160 max=0.033447 Jy/beam ! Clean residual mean=0.000032 rms=0.004658 Jy/beam ! Combined flux in latest and established models = 0.17208 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.17208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129103Jy sigma=0.000940 ! Fit after self-cal, rms=0.129112Jy sigma=0.000940 ! Inverting map ! Added new window around map position (-4, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0306005 Jy ! Component: 100 - total flux cleaned = 0.0460474 Jy ! Total flux subtracted in 100 components = 0.0460474 Jy ! Clean residual min=-0.013988 max=0.030680 Jy/beam ! Clean residual mean=0.000071 rms=0.003899 Jy/beam ! Combined flux in latest and established models = 0.218128 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.218128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119779Jy sigma=0.000862 ! Fit after self-cal, rms=0.118247Jy sigma=0.000851 ! 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.018 mas, bmaj=8.124 mas, bpa=-7.118 degrees ! Estimated noise=1135.55 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.0234109 Jy ! Component: 100 - total flux cleaned = 0.0365395 Jy ! Component: 150 - total flux cleaned = 0.0448143 Jy ! Component: 200 - total flux cleaned = 0.0495063 Jy ! Total flux subtracted in 200 components = 0.0495063 Jy ! Clean residual min=-0.011466 max=0.019347 Jy/beam ! Clean residual mean=0.000056 rms=0.003815 Jy/beam ! Combined flux in latest and established models = 0.267634 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.267634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113749Jy sigma=0.000812 ! Fit after self-cal, rms=0.113311Jy sigma=0.000809 ! 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.91 FD 0.82 HN 1.40 KP 0.98 ! LA 0.93 MK 0.99 NL 1.10 OV 0.89 ! PT 0.98 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 3.09 FD 0.89 HN 1.36 KP 0.91 ! LA 0.90 MK 0.99 NL 1.11 OV 0.93 ! PT 0.93 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.76 FD 0.91 HN 1.43 KP 0.91 ! LA 0.90 MK 0.99 NL 1.04 OV 0.85 ! PT 0.92 SC 0.91 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.42 KP 1.00* ! LA 1.24 MK 1.00 NL 1.00* OV 1.00* ! PT 0.91 SC 1.00* ! ! ! Fit before self-cal, rms=0.113311Jy sigma=0.000809 ! Fit after self-cal, rms=0.133557Jy sigma=0.000705 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.019 mas, bmaj=8.047 mas, bpa=-6.325 degrees ! Estimated noise=1180.83 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.000710413 Jy ! Component: 100 - total flux cleaned = -0.00120202 Jy ! Component: 150 - total flux cleaned = -0.00163033 Jy ! Component: 200 - total flux cleaned = -0.00188064 Jy ! Total flux subtracted in 200 components = -0.00188064 Jy ! Clean residual min=-0.006786 max=0.007375 Jy/beam ! Clean residual mean=0.000023 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 0.265753 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 61 components and 0.265753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133060Jy sigma=0.000703 ! Fit after self-cal, rms=0.133762Jy sigma=0.000701 ! 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.133762Jy sigma=0.000701 ! Fit after self-cal, rms=0.135995Jy sigma=0.000701 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=8.02 mas, bpa=-6.153 degrees ! Estimated noise=1180.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.05362e-05 Jy ! Component: 100 - total flux cleaned = -0.000456864 Jy ! Component: 150 - total flux cleaned = -0.000791536 Jy ! Component: 200 - total flux cleaned = -0.000994219 Jy ! Total flux subtracted in 200 components = -0.000994219 Jy ! Clean residual min=-0.006596 max=0.007152 Jy/beam ! Clean residual mean=0.000021 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.264759 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.264759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135713Jy sigma=0.000700 ! Fit after self-cal, rms=0.135722Jy sigma=0.000700 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 (-9.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552703 Jy ! Component: 100 - total flux cleaned = 0.00536747 Jy ! Component: 150 - total flux cleaned = 0.00512257 Jy ! Component: 200 - total flux cleaned = 0.00501435 Jy ! Total flux subtracted in 200 components = 0.00501435 Jy ! Clean residual min=-0.005886 max=0.006915 Jy/beam ! Clean residual mean=0.000028 rms=0.001547 Jy/beam ! Combined flux in latest and established models = 0.269773 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.269774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135294Jy sigma=0.000696 ! Fit after self-cal, rms=0.135286Jy sigma=0.000696 ! Inverting map ! Added new window around map position (47, 118.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00465994 Jy ! Component: 100 - total flux cleaned = 0.00479886 Jy ! Component: 150 - total flux cleaned = 0.0046758 Jy ! Component: 200 - total flux cleaned = 0.00445541 Jy ! Total flux subtracted in 200 components = 0.00445541 Jy ! Clean residual min=-0.005629 max=0.005344 Jy/beam ! Clean residual mean=0.000022 rms=0.001445 Jy/beam ! Combined flux in latest and established models = 0.274229 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 100 components and 0.274229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134900Jy sigma=0.000693 ! Fit after self-cal, rms=0.134868Jy sigma=0.000693 ! 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.134868Jy sigma=0.000693 ! Fit after self-cal, rms=0.136344Jy sigma=0.000684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.006 mas, bmaj=7.95 mas, bpa=-6.235 degrees ! Estimated noise=1181.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308964 Jy ! Component: 100 - total flux cleaned = 0.000194642 Jy ! Component: 150 - total flux cleaned = 0.000100413 Jy ! Component: 200 - total flux cleaned = 0.000273387 Jy ! Total flux subtracted in 200 components = 0.000273387 Jy ! Clean residual min=-0.004238 max=0.004068 Jy/beam ! Clean residual mean=0.000012 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.274502 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 118 components and 0.274502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136149Jy sigma=0.000683 ! Fit after self-cal, rms=0.136180Jy sigma=0.000683 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.000188928 Jy ! Component: 100 - total flux cleaned = -0.000108501 Jy ! Component: 150 - total flux cleaned = -0.0001796 Jy ! Component: 200 - total flux cleaned = -0.000246187 Jy ! Total flux subtracted in 200 components = -0.000246187 Jy ! Clean residual min=-0.004277 max=0.003890 Jy/beam ! Clean residual mean=0.000012 rms=0.001018 Jy/beam ! Combined flux in latest and established models = 0.274256 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 127 components and 0.274256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136089Jy sigma=0.000682 ! Fit after self-cal, rms=0.136084Jy sigma=0.000682 ! 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.136084Jy sigma=0.000682 ! Fit after self-cal, rms=0.137652Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.877 mas, bmaj=20.18 mas, bpa=-1.932 degrees ! Estimated noise=1505.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.26471e-05 Jy ! Component: 100 - total flux cleaned = 8.40621e-05 Jy ! Component: 150 - total flux cleaned = 0.000152797 Jy ! Component: 200 - total flux cleaned = 9.36177e-05 Jy ! Total flux subtracted in 200 components = 9.36177e-05 Jy ! Clean residual min=-0.005042 max=0.005094 Jy/beam ! Clean residual mean=0.000025 rms=0.001436 Jy/beam ! Combined flux in latest and established models = 0.27435 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 134 components and 0.27435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137593Jy sigma=0.000682 ! Fit after self-cal, rms=0.137588Jy sigma=0.000682 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.000123361 Jy ! Component: 100 - total flux cleaned = -0.000181921 Jy ! Component: 150 - total flux cleaned = -0.000233946 Jy ! Component: 200 - total flux cleaned = -0.00028045 Jy ! Total flux subtracted in 200 components = -0.00028045 Jy ! Clean residual min=-0.004976 max=0.004865 Jy/beam ! Clean residual mean=0.000027 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.274069 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 137 components and 0.274069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137562Jy sigma=0.000682 ! Fit after self-cal, rms=0.137551Jy sigma=0.000682 ! 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.002 mas, bmaj=7.935 mas, bpa=-6.223 degrees ! Estimated noise=1179.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.002 x 7.935 at -6.223 degrees (North through East) ! Clean map min=-0.0051361 max=0.17762 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.51 mas, bmaj=6.726 mas, bpa=-6.834 degrees ! Estimated noise=1573.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147492 Jy ! Component: 100 - total flux cleaned = 0.189482 Jy ! Component: 150 - total flux cleaned = 0.211602 Jy ! Component: 200 - total flux cleaned = 0.226423 Jy ! Total flux subtracted in 200 components = 0.226423 Jy ! Clean residual min=-0.006732 max=0.008807 Jy/beam ! Clean residual mean=-0.000012 rms=0.001613 Jy/beam ! Combined flux in latest and established models = 0.226423 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.226423 Jy ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=7.935 mas, bpa=-6.223 degrees ! Estimated noise=1179.38 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 (-4.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162197 Jy ! Component: 100 - total flux cleaned = 0.0259894 Jy ! Component: 150 - total flux cleaned = 0.0322182 Jy ! Component: 200 - total flux cleaned = 0.0365632 Jy ! Total flux subtracted in 200 components = 0.0365632 Jy ! Clean residual min=-0.004132 max=0.003855 Jy/beam ! Clean residual mean=0.000000 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.262987 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 87 components and 0.262987 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.877 mas, bmaj=20.18 mas, bpa=-1.932 degrees ! Estimated noise=1505.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481186 Jy ! Component: 100 - total flux cleaned = 0.00647307 Jy ! Component: 150 - total flux cleaned = 0.00710564 Jy ! Component: 200 - total flux cleaned = 0.00767062 Jy ! Total flux subtracted in 200 components = 0.00767062 Jy ! Clean residual min=-0.005026 max=0.004514 Jy/beam ! Clean residual mean=0.000024 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.270657 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.000452943 Jy ! Component: 100 - total flux cleaned = 0.00070664 Jy ! Component: 150 - total flux cleaned = 0.000779788 Jy ! Component: 200 - total flux cleaned = 0.000777741 Jy ! Total flux subtracted in 200 components = 0.000777741 Jy ! Clean residual min=-0.004924 max=0.004508 Jy/beam ! Clean residual mean=0.000027 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.271435 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 127 components and 0.271435 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.002 mas, bmaj=7.935 mas, bpa=-6.223 degrees ! Estimated noise=1179.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000543158 Jy ! Component: 100 - total flux cleaned = -0.000469534 Jy ! Component: 150 - total flux cleaned = -0.000533193 Jy ! Component: 200 - total flux cleaned = -0.000590571 Jy ! Total flux subtracted in 200 components = -0.000590571 Jy ! Clean residual min=-0.003782 max=0.003557 Jy/beam ! Clean residual mean=0.000012 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.270845 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 142 components and 0.270845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137470Jy sigma=0.000681 ! Fit after self-cal, rms=0.137372Jy sigma=0.000681 wmodel J1408-2900_S_2017_06_15_pus_map.mod ! Writing 142 model components to file: J1408-2900_S_2017_06_15_pus_map.mod wobs J1408-2900_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1408-2900_S_2017_06_15_pus_uvs.fits wwins J1408-2900_S_2017_06_15_pus_map.win ! wwins: Wrote 5 windows to J1408-2900_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 = 9.61625e-05 Jy ! Component: 100 - total flux cleaned = 0.000270009 Jy ! Component: 150 - total flux cleaned = 0.000438572 Jy ! Component: 200 - total flux cleaned = 0.000546415 Jy ! Component: 250 - total flux cleaned = 0.000493155 Jy ! Component: 300 - total flux cleaned = 0.000543393 Jy ! Component: 350 - total flux cleaned = 0.000543168 Jy ! Component: 400 - total flux cleaned = 0.000685833 Jy ! Component: 450 - total flux cleaned = 0.000640661 Jy ! Component: 500 - total flux cleaned = 0.000776715 Jy ! Component: 550 - total flux cleaned = 0.000819967 Jy ! Component: 600 - total flux cleaned = 0.000734273 Jy ! Component: 650 - total flux cleaned = 0.000565462 Jy ! Component: 700 - total flux cleaned = 0.000524132 Jy ! Component: 750 - total flux cleaned = 0.000442774 Jy ! Component: 800 - total flux cleaned = 0.000282936 Jy ! Component: 850 - total flux cleaned = 0.000164283 Jy ! Component: 900 - total flux cleaned = 8.6375e-05 Jy ! Component: 950 - total flux cleaned = -2.8433e-05 Jy ! Component: 1000 - total flux cleaned = -0.000178733 Jy ! Component: 1050 - total flux cleaned = -0.000252452 Jy ! Component: 1100 - total flux cleaned = -0.000361196 Jy ! Component: 1150 - total flux cleaned = -0.000468502 Jy ! Component: 1200 - total flux cleaned = -0.000468199 Jy ! Component: 1250 - total flux cleaned = -0.000573291 Jy ! Component: 1300 - total flux cleaned = -0.000607959 Jy ! Component: 1350 - total flux cleaned = -0.000676619 Jy ! Component: 1400 - total flux cleaned = -0.000844852 Jy ! Component: 1450 - total flux cleaned = -0.000744983 Jy ! Component: 1500 - total flux cleaned = -0.000942195 Jy ! Component: 1550 - total flux cleaned = -0.000877702 Jy ! Component: 1600 - total flux cleaned = -0.000973871 Jy ! Component: 1650 - total flux cleaned = -0.00103718 Jy ! Component: 1700 - total flux cleaned = -0.00106837 Jy ! Component: 1750 - total flux cleaned = -0.0011308 Jy ! Component: 1800 - total flux cleaned = -0.00131412 Jy ! Component: 1850 - total flux cleaned = -0.00125329 Jy ! Component: 1900 - total flux cleaned = -0.00131319 Jy ! Component: 1950 - total flux cleaned = -0.00131347 Jy ! Component: 2000 - total flux cleaned = -0.00140136 Jy ! Component: 2050 - total flux cleaned = -0.00137215 Jy ! Component: 2100 - total flux cleaned = -0.00143017 Jy ! Component: 2150 - total flux cleaned = -0.00137336 Jy ! Component: 2200 - total flux cleaned = -0.00148672 Jy ! Component: 2250 - total flux cleaned = -0.00148648 Jy ! Component: 2300 - total flux cleaned = -0.00145868 Jy ! Component: 2350 - total flux cleaned = -0.0015413 Jy ! Component: 2400 - total flux cleaned = -0.00162286 Jy ! Component: 2450 - total flux cleaned = -0.00162262 Jy ! Component: 2500 - total flux cleaned = -0.00162305 Jy ! Component: 2550 - total flux cleaned = -0.00162305 Jy ! Component: 2600 - total flux cleaned = -0.00170224 Jy ! Component: 2650 - total flux cleaned = -0.00178063 Jy ! Component: 2700 - total flux cleaned = -0.00178037 Jy ! Component: 2750 - total flux cleaned = -0.00193478 Jy ! Component: 2800 - total flux cleaned = -0.001935 Jy ! Component: 2850 - total flux cleaned = -0.00198596 Jy ! Component: 2900 - total flux cleaned = -0.00206127 Jy ! Component: 2950 - total flux cleaned = -0.00216065 Jy ! Component: 3000 - total flux cleaned = -0.0022101 Jy ! Component: 3050 - total flux cleaned = -0.00218563 Jy ! Component: 3100 - total flux cleaned = -0.00223401 Jy ! Component: 3150 - total flux cleaned = -0.00230626 Jy ! Component: 3200 - total flux cleaned = -0.00228258 Jy ! Component: 3250 - total flux cleaned = -0.00235406 Jy ! Component: 3300 - total flux cleaned = -0.00244828 Jy ! Component: 3350 - total flux cleaned = -0.00247168 Jy ! Component: 3400 - total flux cleaned = -0.00249487 Jy ! Component: 3450 - total flux cleaned = -0.00254112 Jy ! Component: 3500 - total flux cleaned = -0.00260989 Jy ! Component: 3550 - total flux cleaned = -0.00263259 Jy ! Component: 3600 - total flux cleaned = -0.00270024 Jy ! Component: 3650 - total flux cleaned = -0.00276725 Jy ! Component: 3700 - total flux cleaned = -0.00281165 Jy ! Component: 3750 - total flux cleaned = -0.00285609 Jy ! Component: 3800 - total flux cleaned = -0.00289999 Jy ! Component: 3850 - total flux cleaned = -0.00296571 Jy ! Component: 3900 - total flux cleaned = -0.00296559 Jy ! Component: 3950 - total flux cleaned = -0.00307304 Jy ! Component: 4000 - total flux cleaned = -0.00311579 Jy ! Component: 4050 - total flux cleaned = -0.00320052 Jy ! Total flux subtracted in 4096 components = -0.00315827 Jy ! Clean residual min=-0.001146 max=0.001247 Jy/beam ! Clean residual mean=-0.000006 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.267686 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 436 components and 0.267687 Jy ![Exited script file: muppet] wmap "J1408-2900_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.002 x 7.935 at -6.223 degrees (North through East) ! Clean map min=-0.0036631 max=0.18274 Jy/beam ! Writing clean map to FITS file: J1408-2900_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.182743 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000387418 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.636005 0.636005 1.27201 2.54402 5.08804 10.1761 20.3522 40.7043 81.4086 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.182 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.002 x 7.935 at -6.223 degrees (North through East) ! Clean map min=-0.0036631 max=0.18274 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 J1408-2900_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:21:23 2019