! Started logfile: J0620-2827_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:08:17 2017 obs J0620-2827_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0620-2827_S_2015_01_23_pus_uva.fits ! AN table 1: 102 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.869499 visibilities/baseline/integration-bin. ! Found source: J0620-2827 ! ! 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 338 lines of history. ! ! Reading 15964 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 J0620-2827_S_2015_01_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.827465Jy sigma=0.006613 ! Fit after self-cal, rms=0.763065Jy sigma=0.006102 ! 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.372 mas, bmaj=6.352 mas, bpa=-7.726 degrees ! Estimated noise=1232.02 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.187147 Jy ! Component: 100 - total flux cleaned = 0.252868 Jy ! Total flux subtracted in 100 components = 0.252868 Jy ! Clean residual min=-0.013558 max=0.026920 Jy/beam ! Clean residual mean=-0.000091 rms=0.003682 Jy/beam ! Combined flux in latest and established models = 0.252868 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.252868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199930Jy sigma=0.001044 ! Fit after self-cal, rms=0.199738Jy sigma=0.001042 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0284942 Jy ! Component: 100 - total flux cleaned = 0.0444532 Jy ! Total flux subtracted in 100 components = 0.0444532 Jy ! Clean residual min=-0.012198 max=0.020502 Jy/beam ! Clean residual mean=-0.000062 rms=0.002829 Jy/beam ! Combined flux in latest and established models = 0.297321 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.297321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193159Jy sigma=0.000932 ! Fit after self-cal, rms=0.193169Jy sigma=0.000932 ! Inverting map ! Added new window around map position (3, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178195 Jy ! Component: 100 - total flux cleaned = 0.028561 Jy ! Total flux subtracted in 100 components = 0.028561 Jy ! Clean residual min=-0.011171 max=0.012870 Jy/beam ! Clean residual mean=-0.000046 rms=0.002344 Jy/beam ! Combined flux in latest and established models = 0.325882 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 34 components and 0.325882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190923Jy sigma=0.000886 ! Fit after self-cal, rms=0.190852Jy sigma=0.000884 ! 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.955 mas, bmaj=7.615 mas, bpa=-7.716 degrees ! Estimated noise=738.965 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.0182612 Jy ! Component: 100 - total flux cleaned = 0.029313 Jy ! Component: 150 - total flux cleaned = 0.0363074 Jy ! Component: 200 - total flux cleaned = 0.0407542 Jy ! Total flux subtracted in 200 components = 0.0407542 Jy ! Clean residual min=-0.007774 max=0.008883 Jy/beam ! Clean residual mean=-0.000078 rms=0.002463 Jy/beam ! Combined flux in latest and established models = 0.366636 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 63 components and 0.366636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190100Jy sigma=0.000853 ! Fit after self-cal, rms=0.190103Jy sigma=0.000852 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 1.09 KP 1.10 ! LA 0.97 MK 1.00 NL 1.12 OV 0.98 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.78 HN 1.15 KP 1.01 ! LA 0.93 MK 0.99 NL 1.20 OV 0.99 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.53 HN 1.11 KP 0.88 ! LA 0.77 MK 1.03 NL 1.11 OV 0.93 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.35 HN 1.07 KP 0.82 ! LA 0.82 MK 1.05 NL 0.99 OV 0.97 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.190103Jy sigma=0.000852 ! Fit after self-cal, rms=0.244625Jy sigma=0.000784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=7.626 mas, bpa=-7.511 degrees ! Estimated noise=747.026 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.00146405 Jy ! Component: 100 - total flux cleaned = -0.00182714 Jy ! Component: 150 - total flux cleaned = -0.00206676 Jy ! Component: 200 - total flux cleaned = -0.00218227 Jy ! Total flux subtracted in 200 components = -0.00218227 Jy ! Clean residual min=-0.003817 max=0.003031 Jy/beam ! Clean residual mean=-0.000020 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.364454 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.364454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.244596Jy sigma=0.000783 ! Fit after self-cal, rms=0.244820Jy sigma=0.000783 ! 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.244820Jy sigma=0.000783 ! Fit after self-cal, rms=0.254592Jy sigma=0.000782 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.617 mas, bpa=-7.56 degrees ! Estimated noise=748.608 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00024226 Jy ! Component: 100 - total flux cleaned = -0.000245119 Jy ! Component: 150 - total flux cleaned = -0.000245102 Jy ! Component: 200 - total flux cleaned = -0.000278966 Jy ! Total flux subtracted in 200 components = -0.000278966 Jy ! Clean residual min=-0.003509 max=0.002789 Jy/beam ! Clean residual mean=-0.000015 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.364175 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 75 components and 0.364175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254573Jy sigma=0.000782 ! Fit after self-cal, rms=0.254593Jy sigma=0.000782 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.000210275 Jy ! Component: 100 - total flux cleaned = -0.000268493 Jy ! Component: 150 - total flux cleaned = -0.000295988 Jy ! Component: 200 - total flux cleaned = -0.000322474 Jy ! Total flux subtracted in 200 components = -0.000322474 Jy ! Clean residual min=-0.003474 max=0.002771 Jy/beam ! Clean residual mean=-0.000016 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.363853 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.363853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254587Jy sigma=0.000782 ! Fit after self-cal, rms=0.254584Jy sigma=0.000782 ! 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.254584Jy sigma=0.000782 ! Fit after self-cal, rms=0.254808Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.978 mas, bmaj=7.601 mas, bpa=-7.742 degrees ! Estimated noise=747.875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010625 Jy ! Component: 100 - total flux cleaned = 6.53232e-05 Jy ! Component: 150 - total flux cleaned = -4.7886e-07 Jy ! Component: 200 - total flux cleaned = -8.62012e-07 Jy ! Total flux subtracted in 200 components = -8.62012e-07 Jy ! Clean residual min=-0.003036 max=0.002446 Jy/beam ! Clean residual mean=-0.000013 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.363852 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 90 components and 0.363852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254802Jy sigma=0.000780 ! Fit after self-cal, rms=0.254812Jy sigma=0.000780 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 = 5.69977e-05 Jy ! Component: 100 - total flux cleaned = 3.21613e-05 Jy ! Component: 150 - total flux cleaned = 9.86941e-06 Jy ! Component: 200 - total flux cleaned = -1.02813e-05 Jy ! Total flux subtracted in 200 components = -1.02813e-05 Jy ! Clean residual min=-0.002975 max=0.002475 Jy/beam ! Clean residual mean=-0.000014 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.363841 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 0.363841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254810Jy sigma=0.000780 ! Fit after self-cal, rms=0.254810Jy sigma=0.000780 ! 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.254810Jy sigma=0.000780 ! Fit after self-cal, rms=0.254964Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.883 mas, bmaj=18.97 mas, bpa=-2.9 degrees ! Estimated noise=998.992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000384917 Jy ! Component: 100 - total flux cleaned = 0.000384444 Jy ! Component: 150 - total flux cleaned = 0.000393423 Jy ! Component: 200 - total flux cleaned = 0.000393115 Jy ! Total flux subtracted in 200 components = 0.000393115 Jy ! Clean residual min=-0.002850 max=0.003409 Jy/beam ! Clean residual mean=-0.000028 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.364235 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 97 components and 0.364235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254963Jy sigma=0.000780 ! Fit after self-cal, rms=0.254968Jy sigma=0.000780 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 = 5.30282e-05 Jy ! Component: 100 - total flux cleaned = 6.34738e-05 Jy ! Component: 150 - total flux cleaned = 6.32402e-05 Jy ! Component: 200 - total flux cleaned = 6.30431e-05 Jy ! Total flux subtracted in 200 components = 6.30431e-05 Jy ! Clean residual min=-0.002860 max=0.003375 Jy/beam ! Clean residual mean=-0.000028 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.364298 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 99 components and 0.364298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254969Jy sigma=0.000780 ! Fit after self-cal, rms=0.254968Jy sigma=0.000780 ! 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.975 mas, bmaj=7.595 mas, bpa=-7.842 degrees ! Estimated noise=747.763 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.975 x 7.595 at -7.842 degrees (North through East) ! Clean map min=-0.0027731 max=0.24675 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.378 mas, bmaj=6.304 mas, bpa=-7.537 degrees ! Estimated noise=1266.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.192002 Jy ! Component: 100 - total flux cleaned = 0.26015 Jy ! Component: 150 - total flux cleaned = 0.289993 Jy ! Component: 200 - total flux cleaned = 0.308757 Jy ! Total flux subtracted in 200 components = 0.308757 Jy ! Clean residual min=-0.006038 max=0.011036 Jy/beam ! Clean residual mean=-0.000038 rms=0.001770 Jy/beam ! Combined flux in latest and established models = 0.308757 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.308757 Jy ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.595 mas, bpa=-7.842 degrees ! Estimated noise=747.763 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.0218601 Jy ! Component: 100 - total flux cleaned = 0.0343559 Jy ! Component: 150 - total flux cleaned = 0.0419583 Jy ! Component: 200 - total flux cleaned = 0.0466818 Jy ! Total flux subtracted in 200 components = 0.0466818 Jy ! Clean residual min=-0.003232 max=0.003344 Jy/beam ! Clean residual mean=-0.000029 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.355439 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 83 components and 0.355439 Jy ! Inverting map ! Added new window around map position (4, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00322116 Jy ! Component: 100 - total flux cleaned = 0.00518001 Jy ! Component: 150 - total flux cleaned = 0.00649235 Jy ! Component: 200 - total flux cleaned = 0.00711286 Jy ! Total flux subtracted in 200 components = 0.00711286 Jy ! Clean residual min=-0.002874 max=0.002614 Jy/beam ! Clean residual mean=-0.000016 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.362552 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 101 components and 0.362552 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.883 mas, bmaj=18.97 mas, bpa=-2.9 degrees ! Estimated noise=998.992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115418 Jy ! Component: 100 - total flux cleaned = 0.00142988 Jy ! Component: 150 - total flux cleaned = 0.00150981 Jy ! Component: 200 - total flux cleaned = 0.00156537 Jy ! Total flux subtracted in 200 components = 0.00156537 Jy ! Clean residual min=-0.002977 max=0.003127 Jy/beam ! Clean residual mean=-0.000027 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.364118 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 = 5.26916e-05 Jy ! Component: 100 - total flux cleaned = 0.000102166 Jy ! Component: 150 - total flux cleaned = 0.00014943 Jy ! Component: 200 - total flux cleaned = 0.000179818 Jy ! Total flux subtracted in 200 components = 0.000179818 Jy ! Clean residual min=-0.002945 max=0.003082 Jy/beam ! Clean residual mean=-0.000026 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.364297 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 116 components and 0.364297 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.595 mas, bpa=-7.842 degrees ! Estimated noise=747.763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00051675 Jy ! Component: 100 - total flux cleaned = -0.000575946 Jy ! Component: 150 - total flux cleaned = -0.000601819 Jy ! Component: 200 - total flux cleaned = -0.000601779 Jy ! Total flux subtracted in 200 components = -0.000601779 Jy ! Clean residual min=-0.002869 max=0.002567 Jy/beam ! Clean residual mean=-0.000014 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.363696 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 129 components and 0.363695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.254935Jy sigma=0.000780 ! Fit after self-cal, rms=0.254924Jy sigma=0.000780 wmodel J0620-2827_S_2015_01_23_pus_map.mod ! Writing 129 model components to file: J0620-2827_S_2015_01_23_pus_map.mod wobs J0620-2827_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0620-2827_S_2015_01_23_pus_uvs.fits wwins J0620-2827_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J0620-2827_S_2015_01_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.000591522 Jy ! Component: 100 - total flux cleaned = -0.000634296 Jy ! Component: 150 - total flux cleaned = -0.000750147 Jy ! Component: 200 - total flux cleaned = -0.000674766 Jy ! Component: 250 - total flux cleaned = -0.000673133 Jy ! Component: 300 - total flux cleaned = -0.000673336 Jy ! Component: 350 - total flux cleaned = -0.000707675 Jy ! Component: 400 - total flux cleaned = -0.000675424 Jy ! Component: 450 - total flux cleaned = -0.000643657 Jy ! Component: 500 - total flux cleaned = -0.000580967 Jy ! Component: 550 - total flux cleaned = -0.000551045 Jy ! Component: 600 - total flux cleaned = -0.00052172 Jy ! Component: 650 - total flux cleaned = -0.000492438 Jy ! Component: 700 - total flux cleaned = -0.000492376 Jy ! Component: 750 - total flux cleaned = -0.000520127 Jy ! Component: 800 - total flux cleaned = -0.000492228 Jy ! Component: 850 - total flux cleaned = -0.000546724 Jy ! Component: 900 - total flux cleaned = -0.000546964 Jy ! Component: 950 - total flux cleaned = -0.000626144 Jy ! Component: 1000 - total flux cleaned = -0.000600137 Jy ! Component: 1050 - total flux cleaned = -0.000651483 Jy ! Component: 1100 - total flux cleaned = -0.000752581 Jy ! Component: 1150 - total flux cleaned = -0.000802697 Jy ! Component: 1200 - total flux cleaned = -0.000851756 Jy ! Component: 1250 - total flux cleaned = -0.000900609 Jy ! Component: 1300 - total flux cleaned = -0.000900884 Jy ! Component: 1350 - total flux cleaned = -0.000995976 Jy ! Component: 1400 - total flux cleaned = -0.00104299 Jy ! Component: 1450 - total flux cleaned = -0.00111322 Jy ! Component: 1500 - total flux cleaned = -0.00115922 Jy ! Component: 1550 - total flux cleaned = -0.00122756 Jy ! Component: 1600 - total flux cleaned = -0.00127249 Jy ! Component: 1650 - total flux cleaned = -0.0013396 Jy ! Component: 1700 - total flux cleaned = -0.00136148 Jy ! Component: 1750 - total flux cleaned = -0.001427 Jy ! Component: 1800 - total flux cleaned = -0.00147036 Jy ! Component: 1850 - total flux cleaned = -0.00149183 Jy ! Component: 1900 - total flux cleaned = -0.00155538 Jy ! Component: 1950 - total flux cleaned = -0.00161853 Jy ! Component: 2000 - total flux cleaned = -0.00163949 Jy ! Component: 2050 - total flux cleaned = -0.00170141 Jy ! Component: 2100 - total flux cleaned = -0.00174249 Jy ! Component: 2150 - total flux cleaned = -0.00172239 Jy ! Component: 2200 - total flux cleaned = -0.00182297 Jy ! Component: 2250 - total flux cleaned = -0.00186281 Jy ! Component: 2300 - total flux cleaned = -0.00192222 Jy ! Component: 2350 - total flux cleaned = -0.00190266 Jy ! Component: 2400 - total flux cleaned = -0.0019611 Jy ! Component: 2450 - total flux cleaned = -0.00194174 Jy ! Component: 2500 - total flux cleaned = -0.00199954 Jy ! Component: 2550 - total flux cleaned = -0.0020185 Jy ! Component: 2600 - total flux cleaned = -0.00207515 Jy ! Component: 2650 - total flux cleaned = -0.00203745 Jy ! Component: 2700 - total flux cleaned = -0.00207482 Jy ! Component: 2750 - total flux cleaned = -0.00207476 Jy ! Component: 2800 - total flux cleaned = -0.00214883 Jy ! Component: 2850 - total flux cleaned = -0.00216734 Jy ! Component: 2900 - total flux cleaned = -0.00227656 Jy ! Component: 2950 - total flux cleaned = -0.00233079 Jy ! Component: 3000 - total flux cleaned = -0.00238488 Jy ! Component: 3050 - total flux cleaned = -0.00242063 Jy ! Component: 3100 - total flux cleaned = -0.00249166 Jy ! Component: 3150 - total flux cleaned = -0.00250938 Jy ! Component: 3200 - total flux cleaned = -0.00256222 Jy ! Component: 3250 - total flux cleaned = -0.00266672 Jy ! Component: 3300 - total flux cleaned = -0.00268382 Jy ! Component: 3350 - total flux cleaned = -0.00264946 Jy ! Component: 3400 - total flux cleaned = -0.00271812 Jy ! Component: 3450 - total flux cleaned = -0.00282043 Jy ! Component: 3500 - total flux cleaned = -0.00292214 Jy ! Component: 3550 - total flux cleaned = -0.00290524 Jy ! Component: 3600 - total flux cleaned = -0.0030058 Jy ! Component: 3650 - total flux cleaned = -0.00305568 Jy ! Component: 3700 - total flux cleaned = -0.00312205 Jy ! Component: 3750 - total flux cleaned = -0.00318796 Jy ! Component: 3800 - total flux cleaned = -0.00320438 Jy ! Component: 3850 - total flux cleaned = -0.00328611 Jy ! Component: 3900 - total flux cleaned = -0.00333472 Jy ! Component: 3950 - total flux cleaned = -0.00344786 Jy ! Component: 4000 - total flux cleaned = -0.00352838 Jy ! Component: 4050 - total flux cleaned = -0.00360844 Jy ! Total flux subtracted in 4096 components = -0.00365612 Jy ! Clean residual min=-0.001237 max=0.000916 Jy/beam ! Clean residual mean=-0.000009 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.360039 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 425 components and 0.360039 Jy ![Exited script file: muppet] wmap "J0620-2827_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.975 x 7.595 at -7.842 degrees (North through East) ! Clean map min=-0.0029023 max=0.25099 Jy/beam ! Writing clean map to FITS file: J0620-2827_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.250995 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000297141 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.355155 0.355155 0.71031 1.42062 2.84124 5.68248 11.365 22.7299 45.4599 90.9197 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.25 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.975 x 7.595 at -7.842 degrees (North through East) ! Clean map min=-0.0029023 max=0.25099 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 J0620-2827_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:08:23 2017