! Started logfile: J0038-2120_S_2017_06_15_pus_uvs.log on Tue May 7 15:06:34 2019 obs J0038-2120_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0038-2120_S_2017_06_15_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97971 visibilities/baseline/integration-bin. ! Found source: J0038-2120 ! ! 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 20280 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 J0038-2120_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 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 732 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.851787Jy sigma=0.006544 ! Fit after self-cal, rms=0.792230Jy sigma=0.006077 ! 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.44 mas, bmaj=6.734 mas, bpa=-3.031 degrees ! Estimated noise=1070.26 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.15116 Jy ! Component: 100 - total flux cleaned = 0.211518 Jy ! Total flux subtracted in 100 components = 0.211518 Jy ! Clean residual min=-0.018395 max=0.040988 Jy/beam ! Clean residual mean=-0.000071 rms=0.006549 Jy/beam ! Combined flux in latest and established models = 0.211518 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.211518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156169Jy sigma=0.001252 ! Fit after self-cal, rms=0.156065Jy sigma=0.001251 ! Inverting map ! Added new window around map position (3.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0429837 Jy ! Component: 100 - total flux cleaned = 0.0731484 Jy ! Total flux subtracted in 100 components = 0.0731484 Jy ! Clean residual min=-0.015953 max=0.030986 Jy/beam ! Clean residual mean=-0.000056 rms=0.005249 Jy/beam ! Combined flux in latest and established models = 0.284666 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.284666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135279Jy sigma=0.001065 ! Fit after self-cal, rms=0.134752Jy sigma=0.001060 ! 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.974 mas, bmaj=7.889 mas, bpa=-3.418 degrees ! Estimated noise=748.453 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.0425031 Jy ! Component: 100 - total flux cleaned = 0.0697387 Jy ! Component: 150 - total flux cleaned = 0.0876024 Jy ! Component: 200 - total flux cleaned = 0.0993685 Jy ! Total flux subtracted in 200 components = 0.0993685 Jy ! Clean residual min=-0.017303 max=0.033682 Jy/beam ! Clean residual mean=-0.000099 rms=0.006068 Jy/beam ! Combined flux in latest and established models = 0.384035 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 71 components and 0.384035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120972Jy sigma=0.000922 ! Fit after self-cal, rms=0.120625Jy sigma=0.000918 ! 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.17 FD 0.86 HN 1.27 KP 0.95 ! LA 0.89 MK 1.09 NL 1.11 OV 1.11 ! PT 0.89 SC 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.68 FD 0.90 HN 1.16 KP 0.91 ! LA 0.86 MK 1.08 NL 1.31 OV 1.16 ! PT 0.88 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 2.01 FD 0.94 HN 0.99 KP 0.92 ! LA 0.86 MK 1.06 NL 1.26 OV 1.09 ! PT 0.86 SC 0.93 ! ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.26 KP 1.00* ! LA 1.00* MK 0.93 NL 1.00* OV 1.00* ! PT 0.90 SC 1.00* ! ! ! Fit before self-cal, rms=0.120625Jy sigma=0.000918 ! Fit after self-cal, rms=0.136979Jy sigma=0.000811 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3 mas, bmaj=7.954 mas, bpa=-1.951 degrees ! Estimated noise=768.484 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 (-10, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205535 Jy ! Component: 100 - total flux cleaned = 0.0306715 Jy ! Component: 150 - total flux cleaned = 0.0343427 Jy ! Component: 200 - total flux cleaned = 0.0360044 Jy ! Total flux subtracted in 200 components = 0.0360044 Jy ! Clean residual min=-0.011353 max=0.014214 Jy/beam ! Clean residual mean=0.000032 rms=0.003337 Jy/beam ! Combined flux in latest and established models = 0.420039 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 96 components and 0.420039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133328Jy sigma=0.000782 ! Fit after self-cal, rms=0.133333Jy sigma=0.000778 ! 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.133333Jy sigma=0.000778 ! Fit after self-cal, rms=0.149430Jy sigma=0.000745 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.966 mas, bmaj=7.919 mas, bpa=-2.404 degrees ! Estimated noise=782.274 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104597 Jy ! Component: 100 - total flux cleaned = 0.0139672 Jy ! Component: 150 - total flux cleaned = 0.0156952 Jy ! Component: 200 - total flux cleaned = 0.0167837 Jy ! Total flux subtracted in 200 components = 0.0167837 Jy ! Clean residual min=-0.010988 max=0.009336 Jy/beam ! Clean residual mean=0.000024 rms=0.002496 Jy/beam ! Combined flux in latest and established models = 0.436823 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 120 components and 0.436823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147882Jy sigma=0.000736 ! Fit after self-cal, rms=0.147896Jy sigma=0.000735 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.00244474 Jy ! Component: 100 - total flux cleaned = 0.00322614 Jy ! Component: 150 - total flux cleaned = 0.00376027 Jy ! Component: 200 - total flux cleaned = 0.00456755 Jy ! Total flux subtracted in 200 components = 0.00456755 Jy ! Clean residual min=-0.009918 max=0.009048 Jy/beam ! Clean residual mean=0.000028 rms=0.002389 Jy/beam ! Combined flux in latest and established models = 0.44139 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 137 components and 0.441391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147270Jy sigma=0.000731 ! Fit after self-cal, rms=0.147204Jy sigma=0.000731 ! 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.147204Jy sigma=0.000731 ! Fit after self-cal, rms=0.147866Jy sigma=0.000697 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.967 mas, bmaj=7.888 mas, bpa=-2.469 degrees ! Estimated noise=772.793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552442 Jy ! Component: 100 - total flux cleaned = 0.00630977 Jy ! Component: 150 - total flux cleaned = 0.00683037 Jy ! Component: 200 - total flux cleaned = 0.0072839 Jy ! Total flux subtracted in 200 components = 0.0072839 Jy ! Clean residual min=-0.005331 max=0.006857 Jy/beam ! Clean residual mean=0.000015 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.448674 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 153 components and 0.448674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147492Jy sigma=0.000694 ! Fit after self-cal, rms=0.147444Jy sigma=0.000693 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 (41, 29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254235 Jy ! Component: 100 - total flux cleaned = 0.00331184 Jy ! Component: 150 - total flux cleaned = 0.00421113 Jy ! Component: 200 - total flux cleaned = 0.00501053 Jy ! Total flux subtracted in 200 components = 0.00501053 Jy ! Clean residual min=-0.005092 max=0.005068 Jy/beam ! Clean residual mean=0.000012 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.453685 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 177 components and 0.453685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147035Jy sigma=0.000689 ! Fit after self-cal, rms=0.147004Jy sigma=0.000689 ! 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.147004Jy sigma=0.000689 ! Fit after self-cal, rms=0.146219Jy sigma=0.000689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.822 mas, bmaj=18.21 mas, bpa=1.666 degrees ! Estimated noise=976.765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00464256 Jy ! Component: 100 - total flux cleaned = 0.00626538 Jy ! Component: 150 - total flux cleaned = 0.00690789 Jy ! Component: 200 - total flux cleaned = 0.00745334 Jy ! Total flux subtracted in 200 components = 0.00745334 Jy ! Clean residual min=-0.004871 max=0.006110 Jy/beam ! Clean residual mean=0.000013 rms=0.001664 Jy/beam ! Combined flux in latest and established models = 0.461138 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 200 components and 0.461138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146100Jy sigma=0.000688 ! Fit after self-cal, rms=0.146062Jy sigma=0.000687 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.000343036 Jy ! Component: 100 - total flux cleaned = 0.000806398 Jy ! Component: 150 - total flux cleaned = 0.00126278 Jy ! Component: 200 - total flux cleaned = 0.00146221 Jy ! Total flux subtracted in 200 components = 0.00146221 Jy ! Clean residual min=-0.004477 max=0.006050 Jy/beam ! Clean residual mean=0.000013 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.4626 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 212 components and 0.4626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146030Jy sigma=0.000687 ! Fit after self-cal, rms=0.146015Jy sigma=0.000687 ! 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.961 mas, bmaj=7.874 mas, bpa=-2.451 degrees ! Estimated noise=766.826 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.961 x 7.874 at -2.451 degrees (North through East) ! Clean map min=-0.0045227 max=0.19868 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.425 mas, bmaj=6.737 mas, bpa=-2.581 degrees ! Estimated noise=1129.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157772 Jy ! Component: 100 - total flux cleaned = 0.225047 Jy ! Component: 150 - total flux cleaned = 0.267062 Jy ! Component: 200 - total flux cleaned = 0.295788 Jy ! Total flux subtracted in 200 components = 0.295788 Jy ! Clean residual min=-0.008630 max=0.018420 Jy/beam ! Clean residual mean=-0.000044 rms=0.003412 Jy/beam ! Combined flux in latest and established models = 0.295787 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 53 model components to the UV plane model. ! The established model now contains 53 components and 0.295787 Jy ! Inverting map and beam ! Estimated beam: bmin=2.961 mas, bmaj=7.874 mas, bpa=-2.451 degrees ! Estimated noise=766.826 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 (-2.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0364738 Jy ! Component: 100 - total flux cleaned = 0.0619003 Jy ! Component: 150 - total flux cleaned = 0.0811589 Jy ! Component: 200 - total flux cleaned = 0.0960906 Jy ! Total flux subtracted in 200 components = 0.0960906 Jy ! Clean residual min=-0.007615 max=0.009901 Jy/beam ! Clean residual mean=-0.000043 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.391878 Jy ! Adding 115 model components to the UV plane model. ! The established model now contains 157 components and 0.391878 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.822 mas, bmaj=18.21 mas, bpa=1.666 degrees ! Estimated noise=976.765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0218446 Jy ! Component: 100 - total flux cleaned = 0.0352636 Jy ! Component: 150 - total flux cleaned = 0.044609 Jy ! Component: 200 - total flux cleaned = 0.0514259 Jy ! Total flux subtracted in 200 components = 0.0514259 Jy ! Clean residual min=-0.007424 max=0.007261 Jy/beam ! Clean residual mean=-0.000014 rms=0.002069 Jy/beam ! Combined flux in latest and established models = 0.443304 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.00511456 Jy ! Component: 100 - total flux cleaned = 0.00784208 Jy ! Component: 150 - total flux cleaned = 0.00981368 Jy ! Component: 200 - total flux cleaned = 0.0115728 Jy ! Total flux subtracted in 200 components = 0.0115728 Jy ! Clean residual min=-0.005504 max=0.006298 Jy/beam ! Clean residual mean=-0.000001 rms=0.001728 Jy/beam ! Combined flux in latest and established models = 0.454877 Jy ! Adding 126 model components to the UV plane model. ! The established model now contains 264 components and 0.454877 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.961 mas, bmaj=7.874 mas, bpa=-2.451 degrees ! Estimated noise=766.826 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061259 Jy ! Component: 100 - total flux cleaned = 0.000980789 Jy ! Component: 150 - total flux cleaned = 0.00130054 Jy ! Component: 200 - total flux cleaned = 0.00158178 Jy ! Total flux subtracted in 200 components = 0.00158178 Jy ! Clean residual min=-0.003968 max=0.004620 Jy/beam ! Clean residual mean=0.000002 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.456459 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 290 components and 0.456459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145879Jy sigma=0.000687 ! Fit after self-cal, rms=0.145834Jy sigma=0.000686 wmodel J0038-2120_S_2017_06_15_pus_map.mod ! Writing 290 model components to file: J0038-2120_S_2017_06_15_pus_map.mod wobs J0038-2120_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0038-2120_S_2017_06_15_pus_uvs.fits wwins J0038-2120_S_2017_06_15_pus_map.win ! wwins: Wrote 5 windows to J0038-2120_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 = 0.00176745 Jy ! Component: 100 - total flux cleaned = 0.00254532 Jy ! Component: 150 - total flux cleaned = 0.00319304 Jy ! Component: 200 - total flux cleaned = 0.00355916 Jy ! Component: 250 - total flux cleaned = 0.00338775 Jy ! Component: 300 - total flux cleaned = 0.00333248 Jy ! Component: 350 - total flux cleaned = 0.00317128 Jy ! Component: 400 - total flux cleaned = 0.00291112 Jy ! Component: 450 - total flux cleaned = 0.00260825 Jy ! Component: 500 - total flux cleaned = 0.00231523 Jy ! Component: 550 - total flux cleaned = 0.00217207 Jy ! Component: 600 - total flux cleaned = 0.00198502 Jy ! Component: 650 - total flux cleaned = 0.00175893 Jy ! Component: 700 - total flux cleaned = 0.00171482 Jy ! Component: 750 - total flux cleaned = 0.00158524 Jy ! Component: 800 - total flux cleaned = 0.00145925 Jy ! Component: 850 - total flux cleaned = 0.00133688 Jy ! Component: 900 - total flux cleaned = 0.00125678 Jy ! Component: 950 - total flux cleaned = 0.00125647 Jy ! Component: 1000 - total flux cleaned = 0.00110135 Jy ! Component: 1050 - total flux cleaned = 0.0011016 Jy ! Component: 1100 - total flux cleaned = 0.000990437 Jy ! Component: 1150 - total flux cleaned = 0.00102671 Jy ! Component: 1200 - total flux cleaned = 0.000919454 Jy ! Component: 1250 - total flux cleaned = 0.000813338 Jy ! Component: 1300 - total flux cleaned = 0.000743454 Jy ! Component: 1350 - total flux cleaned = 0.000606861 Jy ! Component: 1400 - total flux cleaned = 0.000506632 Jy ! Component: 1450 - total flux cleaned = 0.000408772 Jy ! Component: 1500 - total flux cleaned = 0.00044127 Jy ! Component: 1550 - total flux cleaned = 0.000408984 Jy ! Component: 1600 - total flux cleaned = 0.000283854 Jy ! Component: 1650 - total flux cleaned = 0.000315201 Jy ! Component: 1700 - total flux cleaned = 0.000375594 Jy ! Component: 1750 - total flux cleaned = 0.000405191 Jy ! Component: 1800 - total flux cleaned = 0.000346092 Jy ! Component: 1850 - total flux cleaned = 0.000432921 Jy ! Component: 1900 - total flux cleaned = 0.000461078 Jy ! Component: 1950 - total flux cleaned = 0.000545385 Jy ! Component: 2000 - total flux cleaned = 0.000572419 Jy ! Component: 2050 - total flux cleaned = 0.000654434 Jy ! Component: 2100 - total flux cleaned = 0.000654035 Jy ! Component: 2150 - total flux cleaned = 0.000760569 Jy ! Component: 2200 - total flux cleaned = 0.000787104 Jy ! Component: 2250 - total flux cleaned = 0.000890869 Jy ! Component: 2300 - total flux cleaned = 0.000942433 Jy ! Component: 2350 - total flux cleaned = 0.00117006 Jy ! Component: 2400 - total flux cleaned = 0.00112001 Jy ! Component: 2450 - total flux cleaned = 0.00119435 Jy ! Component: 2500 - total flux cleaned = 0.00134099 Jy ! Component: 2550 - total flux cleaned = 0.00143743 Jy ! Component: 2600 - total flux cleaned = 0.00162882 Jy ! Component: 2650 - total flux cleaned = 0.0016285 Jy ! Component: 2700 - total flux cleaned = 0.00169923 Jy ! Component: 2750 - total flux cleaned = 0.00181495 Jy ! Component: 2800 - total flux cleaned = 0.00183772 Jy ! Component: 2850 - total flux cleaned = 0.00186075 Jy ! Component: 2900 - total flux cleaned = 0.00195097 Jy ! Component: 2950 - total flux cleaned = 0.00197366 Jy ! Component: 3000 - total flux cleaned = 0.00204006 Jy ! Component: 3050 - total flux cleaned = 0.00206222 Jy ! Component: 3100 - total flux cleaned = 0.00214934 Jy ! Component: 3150 - total flux cleaned = 0.00214953 Jy ! Component: 3200 - total flux cleaned = 0.00227725 Jy ! Component: 3250 - total flux cleaned = 0.00240401 Jy ! Component: 3300 - total flux cleaned = 0.00240387 Jy ! Component: 3350 - total flux cleaned = 0.00246613 Jy ! Component: 3400 - total flux cleaned = 0.00254855 Jy ! Component: 3450 - total flux cleaned = 0.00263036 Jy ! Component: 3500 - total flux cleaned = 0.00269111 Jy ! Component: 3550 - total flux cleaned = 0.00279155 Jy ! Component: 3600 - total flux cleaned = 0.0028511 Jy ! Component: 3650 - total flux cleaned = 0.00294961 Jy ! Component: 3700 - total flux cleaned = 0.00296893 Jy ! Component: 3750 - total flux cleaned = 0.00304623 Jy ! Component: 3800 - total flux cleaned = 0.00312315 Jy ! Component: 3850 - total flux cleaned = 0.00316127 Jy ! Component: 3900 - total flux cleaned = 0.00318023 Jy ! Component: 3950 - total flux cleaned = 0.00318033 Jy ! Component: 4000 - total flux cleaned = 0.00325475 Jy ! Component: 4050 - total flux cleaned = 0.0032918 Jy ! Total flux subtracted in 4096 components = 0.00336528 Jy ! Clean residual min=-0.001152 max=0.001071 Jy/beam ! Clean residual mean=0.000006 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.459824 Jy keep ! Adding 355 model components to the UV plane model. ! The established model now contains 645 components and 0.459824 Jy ![Exited script file: muppet] wmap "J0038-2120_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.961 x 7.874 at -2.451 degrees (North through East) ! Clean map min=-0.0026749 max=0.2121 Jy/beam ! Writing clean map to FITS file: J0038-2120_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.212105 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000354016 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.500718 0.500718 1.00144 2.00287 4.00575 8.0115 16.023 32.046 64.092 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.212 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.961 x 7.874 at -2.451 degrees (North through East) ! Clean map min=-0.0026749 max=0.2121 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 J0038-2120_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:06:39 2019