! Started logfile: J0405-1308_S_2017_03_23_pus_uvs.log on Mon May 13 09:47:32 2019 obs J0405-1308_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0405-1308_S_2017_03_23_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.793056 visibilities/baseline/integration-bin. ! Found source: J0405-1308 ! ! 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 481 lines of history. ! ! Reading 2284 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 J0405-1308_S_2017_03_23_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.690532Jy sigma=0.005221 ! Fit after self-cal, rms=0.679780Jy sigma=0.005143 ! 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.466 mas, bmaj=6.601 mas, bpa=-6.699 degrees ! Estimated noise=2606.03 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.242064 Jy ! Component: 100 - total flux cleaned = 0.306433 Jy ! Total flux subtracted in 100 components = 0.306433 Jy ! Clean residual min=-0.015199 max=0.031463 Jy/beam ! Clean residual mean=0.000022 rms=0.004674 Jy/beam ! Combined flux in latest and established models = 0.306433 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.306433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142943Jy sigma=0.000983 ! Fit after self-cal, rms=0.142926Jy sigma=0.000983 ! Inverting map ! Added new window around map position (2.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0336325 Jy ! Component: 100 - total flux cleaned = 0.0547339 Jy ! Total flux subtracted in 100 components = 0.0547339 Jy ! Clean residual min=-0.013717 max=0.017678 Jy/beam ! Clean residual mean=0.000022 rms=0.003684 Jy/beam ! Combined flux in latest and established models = 0.361167 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.361167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130380Jy sigma=0.000893 ! Fit after self-cal, rms=0.130254Jy sigma=0.000892 ! 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.001 mas, bmaj=7.433 mas, bpa=-6.155 degrees ! Estimated noise=2167.47 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.0234158 Jy ! Component: 100 - total flux cleaned = 0.0378932 Jy ! Component: 150 - total flux cleaned = 0.0475598 Jy ! Component: 200 - total flux cleaned = 0.0533833 Jy ! Total flux subtracted in 200 components = 0.0533833 Jy ! Clean residual min=-0.018197 max=0.016631 Jy/beam ! Clean residual mean=0.000082 rms=0.005272 Jy/beam ! Combined flux in latest and established models = 0.41455 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 49 components and 0.41455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124902Jy sigma=0.000858 ! Fit after self-cal, rms=0.124730Jy sigma=0.000857 ! 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 0.99 FD 1.02 HN 0.99 KP 1.09 ! LA 0.93 MK 1.00 NL 0.92 OV 1.14 ! PT 0.93 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.02 HN 0.99 KP 1.05 ! LA 0.88 MK 1.05 NL 1.02 OV 1.15 ! PT 0.92 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.02 HN 1.00 KP 0.96 ! LA 0.71 MK 1.01 NL 1.16 OV 0.99 ! PT 0.95 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.05 HN 0.92 KP 1.00* ! LA 0.91 MK 1.02 NL 1.00* OV 1.17 ! PT 1.22 SC 1.00* ! ! ! Fit before self-cal, rms=0.124730Jy sigma=0.000857 ! Fit after self-cal, rms=0.109888Jy sigma=0.000791 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.027 mas, bmaj=7.493 mas, bpa=-6.289 degrees ! Estimated noise=2158.81 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.00470706 Jy ! Component: 100 - total flux cleaned = -0.00458947 Jy ! Component: 150 - total flux cleaned = -0.00458856 Jy ! Component: 200 - total flux cleaned = -0.00458661 Jy ! Total flux subtracted in 200 components = -0.00458661 Jy ! Clean residual min=-0.012542 max=0.014656 Jy/beam ! Clean residual mean=0.000040 rms=0.004020 Jy/beam ! Combined flux in latest and established models = 0.409964 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.409964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109467Jy sigma=0.000789 ! Fit after self-cal, rms=0.109354Jy sigma=0.000788 ! 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.109354Jy sigma=0.000788 ! Fit after self-cal, rms=0.107980Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.039 mas, bmaj=7.548 mas, bpa=-5.748 degrees ! Estimated noise=2171.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00200635 Jy ! Component: 100 - total flux cleaned = -0.00190779 Jy ! Component: 150 - total flux cleaned = -0.00190728 Jy ! Component: 200 - total flux cleaned = -0.00182094 Jy ! Total flux subtracted in 200 components = -0.00182094 Jy ! Clean residual min=-0.011995 max=0.014124 Jy/beam ! Clean residual mean=0.000040 rms=0.003871 Jy/beam ! Combined flux in latest and established models = 0.408143 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.408143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107803Jy sigma=0.000767 ! Fit after self-cal, rms=0.107853Jy sigma=0.000767 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.000463918 Jy ! Component: 100 - total flux cleaned = -9.08056e-05 Jy ! Component: 150 - total flux cleaned = -2.13803e-05 Jy ! Component: 200 - total flux cleaned = 0.00010787 Jy ! Total flux subtracted in 200 components = 0.00010787 Jy ! Clean residual min=-0.011864 max=0.013964 Jy/beam ! Clean residual mean=0.000040 rms=0.003857 Jy/beam ! Combined flux in latest and established models = 0.408251 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.408251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107773Jy sigma=0.000766 ! Fit after self-cal, rms=0.107770Jy sigma=0.000766 ! 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.107770Jy sigma=0.000766 ! Fit after self-cal, rms=0.109587Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.049 mas, bmaj=7.609 mas, bpa=-5.403 degrees ! Estimated noise=2178.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00148458 Jy ! Component: 100 - total flux cleaned = -0.00135623 Jy ! Component: 150 - total flux cleaned = -0.00136063 Jy ! Component: 200 - total flux cleaned = -0.00135913 Jy ! Total flux subtracted in 200 components = -0.00135913 Jy ! Clean residual min=-0.011375 max=0.013891 Jy/beam ! Clean residual mean=0.000040 rms=0.003818 Jy/beam ! Combined flux in latest and established models = 0.406892 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 81 components and 0.406892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109350Jy sigma=0.000759 ! Fit after self-cal, rms=0.109395Jy sigma=0.000758 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 = -3.4596e-05 Jy ! Component: 100 - total flux cleaned = 0.000117312 Jy ! Component: 150 - total flux cleaned = 0.000256418 Jy ! Component: 200 - total flux cleaned = 0.000321292 Jy ! Total flux subtracted in 200 components = 0.000321292 Jy ! Clean residual min=-0.011303 max=0.013713 Jy/beam ! Clean residual mean=0.000040 rms=0.003804 Jy/beam ! Combined flux in latest and established models = 0.407213 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.407213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109328Jy sigma=0.000758 ! Fit after self-cal, rms=0.109318Jy sigma=0.000758 ! 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.109318Jy sigma=0.000758 ! Fit after self-cal, rms=0.109869Jy sigma=0.000757 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.486 mas, bmaj=14.15 mas, bpa=-2.708 degrees ! Estimated noise=2856.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197799 Jy ! Component: 100 - total flux cleaned = 0.00176079 Jy ! Component: 150 - total flux cleaned = 0.00183505 Jy ! Component: 200 - total flux cleaned = 0.00199169 Jy ! Total flux subtracted in 200 components = 0.00199169 Jy ! Clean residual min=-0.017742 max=0.022088 Jy/beam ! Clean residual mean=0.000086 rms=0.007483 Jy/beam ! Combined flux in latest and established models = 0.409205 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.409205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109931Jy sigma=0.000757 ! Fit after self-cal, rms=0.109912Jy sigma=0.000756 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.000278313 Jy ! Component: 100 - total flux cleaned = 0.000667679 Jy ! Component: 150 - total flux cleaned = 0.000951532 Jy ! Component: 200 - total flux cleaned = 0.00101873 Jy ! Total flux subtracted in 200 components = 0.00101873 Jy ! Clean residual min=-0.017714 max=0.022025 Jy/beam ! Clean residual mean=0.000085 rms=0.007447 Jy/beam ! Combined flux in latest and established models = 0.410223 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 97 components and 0.410223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109968Jy sigma=0.000756 ! Fit after self-cal, rms=0.109966Jy sigma=0.000756 ! 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.055 mas, bmaj=7.641 mas, bpa=-5.33 degrees ! Estimated noise=2179.1 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 7.641 at -5.33 degrees (North through East) ! Clean map min=-0.010622 max=0.32102 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.496 mas, bmaj=6.734 mas, bpa=-6.11 degrees ! Estimated noise=2665.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.247259 Jy ! Component: 100 - total flux cleaned = 0.307887 Jy ! Component: 150 - total flux cleaned = 0.335994 Jy ! Component: 200 - total flux cleaned = 0.353755 Jy ! Total flux subtracted in 200 components = 0.353755 Jy ! Clean residual min=-0.011284 max=0.012244 Jy/beam ! Clean residual mean=0.000012 rms=0.002803 Jy/beam ! Combined flux in latest and established models = 0.353755 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.353755 Jy ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.641 mas, bpa=-5.33 degrees ! Estimated noise=2179.1 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.0186283 Jy ! Component: 100 - total flux cleaned = 0.0301897 Jy ! Component: 150 - total flux cleaned = 0.0378309 Jy ! Component: 200 - total flux cleaned = 0.0401004 Jy ! Total flux subtracted in 200 components = 0.0401004 Jy ! Clean residual min=-0.012287 max=0.013676 Jy/beam ! Clean residual mean=0.000045 rms=0.003954 Jy/beam ! Combined flux in latest and established models = 0.393856 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 54 components and 0.393856 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.486 mas, bmaj=14.15 mas, bpa=-2.708 degrees ! Estimated noise=2856.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00897448 Jy ! Component: 100 - total flux cleaned = 0.0118851 Jy ! Component: 150 - total flux cleaned = 0.0126433 Jy ! Component: 200 - total flux cleaned = 0.013569 Jy ! Total flux subtracted in 200 components = 0.013569 Jy ! Clean residual min=-0.017364 max=0.022058 Jy/beam ! Clean residual mean=0.000087 rms=0.007530 Jy/beam ! Combined flux in latest and established models = 0.407425 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.000689098 Jy ! Component: 100 - total flux cleaned = 0.00119874 Jy ! Component: 150 - total flux cleaned = 0.00173742 Jy ! Component: 200 - total flux cleaned = 0.00221771 Jy ! Total flux subtracted in 200 components = 0.00221771 Jy ! Clean residual min=-0.017583 max=0.021974 Jy/beam ! Clean residual mean=0.000085 rms=0.007450 Jy/beam ! Combined flux in latest and established models = 0.409643 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.409643 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.055 mas, bmaj=7.641 mas, bpa=-5.33 degrees ! Estimated noise=2179.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00336174 Jy ! Component: 100 - total flux cleaned = -0.00325079 Jy ! Component: 150 - total flux cleaned = -0.00305992 Jy ! Component: 200 - total flux cleaned = -0.0029012 Jy ! Total flux subtracted in 200 components = -0.0029012 Jy ! Clean residual min=-0.010951 max=0.013476 Jy/beam ! Clean residual mean=0.000039 rms=0.003753 Jy/beam ! Combined flux in latest and established models = 0.406741 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.406741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109822Jy sigma=0.000756 ! Fit after self-cal, rms=0.109798Jy sigma=0.000755 wmodel J0405-1308_S_2017_03_23_pus_map.mod ! Writing 82 model components to file: J0405-1308_S_2017_03_23_pus_map.mod wobs J0405-1308_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0405-1308_S_2017_03_23_pus_uvs.fits wwins J0405-1308_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0405-1308_S_2017_03_23_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.00595141 Jy ! Component: 100 - total flux cleaned = 0.00994425 Jy ! Component: 150 - total flux cleaned = 0.0118782 Jy ! Component: 200 - total flux cleaned = 0.0136931 Jy ! Component: 250 - total flux cleaned = 0.0147224 Jy ! Component: 300 - total flux cleaned = 0.0152108 Jy ! Component: 350 - total flux cleaned = 0.015522 Jy ! Component: 400 - total flux cleaned = 0.0156716 Jy ! Component: 450 - total flux cleaned = 0.0161089 Jy ! Component: 500 - total flux cleaned = 0.016387 Jy ! Component: 550 - total flux cleaned = 0.0166606 Jy ! Component: 600 - total flux cleaned = 0.0173183 Jy ! Component: 650 - total flux cleaned = 0.017447 Jy ! Component: 700 - total flux cleaned = 0.0176991 Jy ! Component: 750 - total flux cleaned = 0.01782 Jy ! Component: 800 - total flux cleaned = 0.018172 Jy ! Component: 850 - total flux cleaned = 0.0183985 Jy ! Component: 900 - total flux cleaned = 0.0185071 Jy ! Component: 950 - total flux cleaned = 0.0185049 Jy ! Component: 1000 - total flux cleaned = 0.0188248 Jy ! Component: 1050 - total flux cleaned = 0.0188235 Jy ! Component: 1100 - total flux cleaned = 0.0187217 Jy ! Component: 1150 - total flux cleaned = 0.018524 Jy ! Component: 1200 - total flux cleaned = 0.018428 Jy ! Component: 1250 - total flux cleaned = 0.0182386 Jy ! Component: 1300 - total flux cleaned = 0.0184238 Jy ! Component: 1350 - total flux cleaned = 0.0183333 Jy ! Component: 1400 - total flux cleaned = 0.0179749 Jy ! Component: 1450 - total flux cleaned = 0.0178024 Jy ! Component: 1500 - total flux cleaned = 0.0176309 Jy ! Component: 1550 - total flux cleaned = 0.0173782 Jy ! Component: 1600 - total flux cleaned = 0.0173788 Jy ! Component: 1650 - total flux cleaned = 0.0170555 Jy ! Component: 1700 - total flux cleaned = 0.0168168 Jy ! Component: 1750 - total flux cleaned = 0.0163514 Jy ! Component: 1800 - total flux cleaned = 0.0162757 Jy ! Component: 1850 - total flux cleaned = 0.0164276 Jy ! Component: 1900 - total flux cleaned = 0.0165004 Jy ! Component: 1950 - total flux cleaned = 0.016501 Jy ! Component: 2000 - total flux cleaned = 0.016502 Jy ! Component: 2050 - total flux cleaned = 0.0165015 Jy ! Component: 2100 - total flux cleaned = 0.016433 Jy ! Component: 2150 - total flux cleaned = 0.0165001 Jy ! Component: 2200 - total flux cleaned = 0.0164332 Jy ! Component: 2250 - total flux cleaned = 0.0164339 Jy ! Component: 2300 - total flux cleaned = 0.0162393 Jy ! Component: 2350 - total flux cleaned = 0.0163046 Jy ! Component: 2400 - total flux cleaned = 0.0163046 Jy ! Component: 2450 - total flux cleaned = 0.0161796 Jy ! Component: 2500 - total flux cleaned = 0.0161183 Jy ! Component: 2550 - total flux cleaned = 0.0161182 Jy ! Component: 2600 - total flux cleaned = 0.0160591 Jy ! Component: 2650 - total flux cleaned = 0.0159409 Jy ! Component: 2700 - total flux cleaned = 0.0159414 Jy ! Component: 2750 - total flux cleaned = 0.0160564 Jy ! Component: 2800 - total flux cleaned = 0.0161126 Jy ! Component: 2850 - total flux cleaned = 0.0160567 Jy ! Component: 2900 - total flux cleaned = 0.0162774 Jy ! Component: 2950 - total flux cleaned = 0.016441 Jy ! Component: 3000 - total flux cleaned = 0.0164946 Jy ! Component: 3050 - total flux cleaned = 0.016655 Jy ! Component: 3100 - total flux cleaned = 0.0168655 Jy ! Component: 3150 - total flux cleaned = 0.0169692 Jy ! Component: 3200 - total flux cleaned = 0.0172268 Jy ! Component: 3250 - total flux cleaned = 0.0172774 Jy ! Component: 3300 - total flux cleaned = 0.0173781 Jy ! Component: 3350 - total flux cleaned = 0.0174782 Jy ! Component: 3400 - total flux cleaned = 0.0175279 Jy ! Component: 3450 - total flux cleaned = 0.0175281 Jy ! Component: 3500 - total flux cleaned = 0.0176245 Jy ! Component: 3550 - total flux cleaned = 0.0177199 Jy ! Component: 3600 - total flux cleaned = 0.0177677 Jy ! Component: 3650 - total flux cleaned = 0.0177217 Jy ! Component: 3700 - total flux cleaned = 0.0178144 Jy ! Component: 3750 - total flux cleaned = 0.0177681 Jy ! Component: 3800 - total flux cleaned = 0.0178144 Jy ! Component: 3850 - total flux cleaned = 0.017904 Jy ! Component: 3900 - total flux cleaned = 0.0178596 Jy ! Component: 3950 - total flux cleaned = 0.0179483 Jy ! Component: 4000 - total flux cleaned = 0.0179483 Jy ! Component: 4050 - total flux cleaned = 0.0181651 Jy ! Total flux subtracted in 4096 components = 0.0180355 Jy ! Clean residual min=-0.002742 max=0.002722 Jy/beam ! Clean residual mean=0.000001 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.424777 Jy keep ! Adding 335 model components to the UV plane model. ! The established model now contains 417 components and 0.424777 Jy ![Exited script file: muppet] wmap "J0405-1308_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.055 x 7.641 at -5.33 degrees (North through East) ! Clean map min=-0.0068988 max=0.32326 Jy/beam ! Writing clean map to FITS file: J0405-1308_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.323261 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00079437 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.737209 0.737209 1.47442 2.94884 5.89767 11.7953 23.5907 47.1814 94.3628 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.323 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.055 x 7.641 at -5.33 degrees (North through East) ! Clean map min=-0.0068988 max=0.32326 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 J0405-1308_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:47:37 2019