! Started logfile: J0403-3605_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:30:36 2019 obs J0403-3605_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0403-3605_S_2017_03_27_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.525926 visibilities/baseline/integration-bin. ! Found source: J0403-3605 ! ! 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 1684 lines of history. ! ! Reading 1420 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 J0403-3605_S_2017_03_27_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.196639Jy sigma=0.001139 ! Fit after self-cal, rms=0.185131Jy sigma=0.001066 ! 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.648 mas, bmaj=6.654 mas, bpa=-9.653 degrees ! Estimated noise=4268.06 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.749572 Jy ! Component: 100 - total flux cleaned = 0.930056 Jy ! Total flux subtracted in 100 components = 0.930056 Jy ! Clean residual min=-0.028871 max=0.070804 Jy/beam ! Clean residual mean=-0.000049 rms=0.011050 Jy/beam ! Combined flux in latest and established models = 0.930056 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.930056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.191866Jy sigma=0.001134 ! Fit after self-cal, rms=0.191765Jy sigma=0.001134 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0722337 Jy ! Component: 100 - total flux cleaned = 0.108045 Jy ! Total flux subtracted in 100 components = 0.108045 Jy ! Clean residual min=-0.021504 max=0.027185 Jy/beam ! Clean residual mean=-0.000078 rms=0.006468 Jy/beam ! Combined flux in latest and established models = 1.0381 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 29 components and 1.0381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.153467Jy sigma=0.000869 ! Fit after self-cal, rms=0.153361Jy sigma=0.000868 ! 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.271 mas, bmaj=8.014 mas, bpa=-8.78 degrees ! Estimated noise=3473.34 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.0336644 Jy ! Component: 100 - total flux cleaned = 0.0488887 Jy ! Component: 150 - total flux cleaned = 0.0559679 Jy ! Component: 200 - total flux cleaned = 0.0581326 Jy ! Total flux subtracted in 200 components = 0.0581326 Jy ! Clean residual min=-0.017208 max=0.018817 Jy/beam ! Clean residual mean=-0.000204 rms=0.004778 Jy/beam ! Combined flux in latest and established models = 1.09623 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 49 components and 1.09623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147302Jy sigma=0.000823 ! Fit after self-cal, rms=0.147304Jy sigma=0.000823 ! 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 1.04 FD 0.94 HN 1.00* KP 1.06 ! LA 1.00 MK 1.03 NL 1.00* OV 1.03 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.96 HN 1.00* KP 1.01 ! LA 0.95 MK 0.99 NL 1.15 OV 1.06 ! PT 0.96 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.92 FD 1.00 HN 1.00* KP 0.99 ! LA 0.96 MK 1.01 NL 1.15 OV 0.93 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 1.00* KP 1.00* ! LA 1.16 MK 0.95 NL 1.00* OV 0.96 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.147304Jy sigma=0.000823 ! Fit after self-cal, rms=0.128311Jy sigma=0.000694 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.989 mas, bpa=-8.865 degrees ! Estimated noise=3498.85 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.000319874 Jy ! Component: 100 - total flux cleaned = -0.000170782 Jy ! Component: 150 - total flux cleaned = -3.61762e-05 Jy ! Component: 200 - total flux cleaned = 9.02169e-05 Jy ! Total flux subtracted in 200 components = 9.02169e-05 Jy ! Clean residual min=-0.014218 max=0.015080 Jy/beam ! Clean residual mean=-0.000174 rms=0.003335 Jy/beam ! Combined flux in latest and established models = 1.09632 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 55 components and 1.09632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128229Jy sigma=0.000694 ! Fit after self-cal, rms=0.128278Jy sigma=0.000694 ! 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.128278Jy sigma=0.000694 ! Fit after self-cal, rms=0.124184Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.983 mas, bpa=-8.785 degrees ! Estimated noise=3507.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00278258 Jy ! Component: 100 - total flux cleaned = 0.0029868 Jy ! Component: 150 - total flux cleaned = 0.00311372 Jy ! Component: 200 - total flux cleaned = 0.00329037 Jy ! Total flux subtracted in 200 components = 0.00329037 Jy ! Clean residual min=-0.012637 max=0.013356 Jy/beam ! Clean residual mean=-0.000147 rms=0.003027 Jy/beam ! Combined flux in latest and established models = 1.09961 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 1.09961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124098Jy sigma=0.000669 ! Fit after self-cal, rms=0.124114Jy sigma=0.000669 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 (0.5, 54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115389 Jy ! Component: 100 - total flux cleaned = 0.0125424 Jy ! Component: 150 - total flux cleaned = 0.0131378 Jy ! Component: 200 - total flux cleaned = 0.0136092 Jy ! Total flux subtracted in 200 components = 0.0136092 Jy ! Clean residual min=-0.011246 max=0.008620 Jy/beam ! Clean residual mean=-0.000109 rms=0.002663 Jy/beam ! Combined flux in latest and established models = 1.11322 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 1.11322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122620Jy sigma=0.000662 ! Fit after self-cal, rms=0.122545Jy sigma=0.000661 ! 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.122545Jy sigma=0.000661 ! Fit after self-cal, rms=0.116300Jy sigma=0.000631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.977 mas, bpa=-8.747 degrees ! Estimated noise=3503.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00229222 Jy ! Component: 100 - total flux cleaned = 0.00229714 Jy ! Component: 150 - total flux cleaned = 0.00236384 Jy ! Component: 200 - total flux cleaned = 0.00225101 Jy ! Total flux subtracted in 200 components = 0.00225101 Jy ! Clean residual min=-0.008026 max=0.006827 Jy/beam ! Clean residual mean=-0.000016 rms=0.002049 Jy/beam ! Combined flux in latest and established models = 1.11547 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 88 components and 1.11547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116121Jy sigma=0.000630 ! Fit after self-cal, rms=0.116146Jy sigma=0.000630 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.000309505 Jy ! Component: 100 - total flux cleaned = 0.000260818 Jy ! Component: 150 - total flux cleaned = 0.00030553 Jy ! Component: 200 - total flux cleaned = 0.000264045 Jy ! Total flux subtracted in 200 components = 0.000264045 Jy ! Clean residual min=-0.008047 max=0.006877 Jy/beam ! Clean residual mean=-0.000014 rms=0.002044 Jy/beam ! Combined flux in latest and established models = 1.11574 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 99 components and 1.11574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116090Jy sigma=0.000630 ! Fit after self-cal, rms=0.116097Jy sigma=0.000630 ! 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.116097Jy sigma=0.000630 ! Fit after self-cal, rms=0.115964Jy sigma=0.000630 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.3 mas, bmaj=28.2 mas, bpa=-1.591 degrees ! Estimated noise=4322.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000729937 Jy ! Component: 100 - total flux cleaned = 0.000724344 Jy ! Component: 150 - total flux cleaned = 0.00068991 Jy ! Component: 200 - total flux cleaned = 0.00068998 Jy ! Total flux subtracted in 200 components = 0.00068998 Jy ! Clean residual min=-0.008012 max=0.006845 Jy/beam ! Clean residual mean=-0.000024 rms=0.002561 Jy/beam ! Combined flux in latest and established models = 1.11643 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 103 components and 1.11643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115920Jy sigma=0.000630 ! Fit after self-cal, rms=0.115922Jy sigma=0.000630 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.000309377 Jy ! Component: 100 - total flux cleaned = 0.000310378 Jy ! Component: 150 - total flux cleaned = 0.000336183 Jy ! Component: 200 - total flux cleaned = 0.000312541 Jy ! Total flux subtracted in 200 components = 0.000312541 Jy ! Clean residual min=-0.007986 max=0.006878 Jy/beam ! Clean residual mean=-0.000023 rms=0.002565 Jy/beam ! Combined flux in latest and established models = 1.11674 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 109 components and 1.11674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115907Jy sigma=0.000630 ! Fit after self-cal, rms=0.115911Jy sigma=0.000630 ! 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.261 mas, bmaj=7.972 mas, bpa=-8.752 degrees ! Estimated noise=3501.62 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.261 x 7.972 at -8.752 degrees (North through East) ! Clean map min=-0.0076949 max=0.94379 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115911Jy sigma=0.000630 ! Fit after self-cal, rms=0.107775Jy sigma=0.000577 ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=7.969 mas, bpa=-8.757 degrees ! Estimated noise=3501.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.3532e-05 Jy ! Component: 100 - total flux cleaned = 5.51968e-05 Jy ! Component: 150 - total flux cleaned = 0.000129618 Jy ! Component: 200 - total flux cleaned = 0.000129071 Jy ! Total flux subtracted in 200 components = 0.000129071 Jy ! Clean residual min=-0.008207 max=0.006582 Jy/beam ! Clean residual mean=-0.000013 rms=0.001985 Jy/beam ! Combined flux in latest and established models = 1.11687 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 123 components and 1.11687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107740Jy sigma=0.000577 ! Fit after self-cal, rms=0.107743Jy sigma=0.000577 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000160026 Jy ! Component: 100 - total flux cleaned = 0.000159888 Jy ! Component: 150 - total flux cleaned = 0.000191403 Jy ! Component: 200 - total flux cleaned = 0.000190285 Jy ! Total flux subtracted in 200 components = 0.000190285 Jy ! Clean residual min=-0.008176 max=0.006580 Jy/beam ! Clean residual mean=-0.000013 rms=0.001984 Jy/beam ! Combined flux in latest and established models = 1.11706 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 128 components and 1.11706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107718Jy sigma=0.000577 ! Fit after self-cal, rms=0.107722Jy sigma=0.000577 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107722Jy sigma=0.000577 ! Fit after self-cal, rms=0.107700Jy sigma=0.000576 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.648 mas, bmaj=6.625 mas, bpa=-9.525 degrees ! Estimated noise=4303.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.754509 Jy ! Component: 100 - total flux cleaned = 0.937018 Jy ! Component: 150 - total flux cleaned = 1.00957 Jy ! Component: 200 - total flux cleaned = 1.04623 Jy ! Total flux subtracted in 200 components = 1.04623 Jy ! Clean residual min=-0.013061 max=0.019599 Jy/beam ! Clean residual mean=-0.000014 rms=0.003851 Jy/beam ! Combined flux in latest and established models = 1.04623 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 33 model components to the UV plane model. ! The established model now contains 33 components and 1.04623 Jy ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.969 mas, bpa=-8.768 degrees ! Estimated noise=3501.6 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 (0.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.029224 Jy ! Component: 100 - total flux cleaned = 0.0441936 Jy ! Component: 150 - total flux cleaned = 0.0537714 Jy ! Component: 200 - total flux cleaned = 0.0578494 Jy ! Total flux subtracted in 200 components = 0.0578494 Jy ! Clean residual min=-0.008974 max=0.007083 Jy/beam ! Clean residual mean=-0.000043 rms=0.002238 Jy/beam ! Combined flux in latest and established models = 1.10408 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 74 components and 1.10408 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=10.3 mas, bmaj=28.18 mas, bpa=-1.604 degrees ! Estimated noise=4324.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00613297 Jy ! Component: 100 - total flux cleaned = 0.00876149 Jy ! Component: 150 - total flux cleaned = 0.0094536 Jy ! Component: 200 - total flux cleaned = 0.00997398 Jy ! Total flux subtracted in 200 components = 0.00997398 Jy ! Clean residual min=-0.007684 max=0.007164 Jy/beam ! Clean residual mean=-0.000050 rms=0.002559 Jy/beam ! Combined flux in latest and established models = 1.11405 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.000340832 Jy ! Component: 100 - total flux cleaned = 0.000603098 Jy ! Component: 150 - total flux cleaned = 0.000858004 Jy ! Component: 200 - total flux cleaned = 0.00116442 Jy ! Total flux subtracted in 200 components = 0.00116442 Jy ! Clean residual min=-0.007598 max=0.007193 Jy/beam ! Clean residual mean=-0.000044 rms=0.002526 Jy/beam ! Combined flux in latest and established models = 1.11522 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 1.11522 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.969 mas, bpa=-8.768 degrees ! Estimated noise=3501.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000354241 Jy ! Component: 100 - total flux cleaned = 0.000597864 Jy ! Component: 150 - total flux cleaned = 0.000687218 Jy ! Component: 200 - total flux cleaned = 0.000764812 Jy ! Total flux subtracted in 200 components = 0.000764812 Jy ! Clean residual min=-0.008001 max=0.006785 Jy/beam ! Clean residual mean=-0.000023 rms=0.002023 Jy/beam ! Combined flux in latest and established models = 1.11598 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 112 components and 1.11598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107948Jy sigma=0.000578 ! Fit after self-cal, rms=0.107857Jy sigma=0.000577 wmodel J0403-3605_S_2017_03_27_pus_map.mod ! Writing 112 model components to file: J0403-3605_S_2017_03_27_pus_map.mod wobs J0403-3605_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0403-3605_S_2017_03_27_pus_uvs.fits wwins J0403-3605_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0403-3605_S_2017_03_27_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.00311995 Jy ! Component: 100 - total flux cleaned = -0.0047472 Jy ! Component: 150 - total flux cleaned = -0.00521689 Jy ! Component: 200 - total flux cleaned = -0.00599571 Jy ! Component: 250 - total flux cleaned = -0.0065273 Jy ! Component: 300 - total flux cleaned = -0.00683463 Jy ! Component: 350 - total flux cleaned = -0.00733026 Jy ! Component: 400 - total flux cleaned = -0.0078066 Jy ! Component: 450 - total flux cleaned = -0.00780927 Jy ! Component: 500 - total flux cleaned = -0.00763354 Jy ! Component: 550 - total flux cleaned = -0.00728762 Jy ! Component: 600 - total flux cleaned = -0.00695184 Jy ! Component: 650 - total flux cleaned = -0.00653952 Jy ! Component: 700 - total flux cleaned = -0.0058178 Jy ! Component: 750 - total flux cleaned = -0.00534742 Jy ! Component: 800 - total flux cleaned = -0.0047331 Jy ! Component: 850 - total flux cleaned = -0.00420762 Jy ! Component: 900 - total flux cleaned = -0.00339959 Jy ! Component: 950 - total flux cleaned = -0.00275254 Jy ! Component: 1000 - total flux cleaned = -0.00218815 Jy ! Component: 1050 - total flux cleaned = -0.00163183 Jy ! Component: 1100 - total flux cleaned = -0.00122183 Jy ! Component: 1150 - total flux cleaned = -0.00068556 Jy ! Component: 1200 - total flux cleaned = -9.25162e-05 Jy ! Component: 1250 - total flux cleaned = 0.000487704 Jy ! Component: 1300 - total flux cleaned = 0.000932153 Jy ! Component: 1350 - total flux cleaned = 0.00136896 Jy ! Component: 1400 - total flux cleaned = 0.00179907 Jy ! Component: 1450 - total flux cleaned = 0.00204238 Jy ! Component: 1500 - total flux cleaned = 0.00257847 Jy ! Component: 1550 - total flux cleaned = 0.00316363 Jy ! Component: 1600 - total flux cleaned = 0.00362278 Jy ! Component: 1650 - total flux cleaned = 0.00396142 Jy ! Component: 1700 - total flux cleaned = 0.00446261 Jy ! Component: 1750 - total flux cleaned = 0.00484777 Jy ! Component: 1800 - total flux cleaned = 0.0051733 Jy ! Component: 1850 - total flux cleaned = 0.00559988 Jy ! Component: 1900 - total flux cleaned = 0.00580922 Jy ! Component: 1950 - total flux cleaned = 0.00612008 Jy ! Component: 2000 - total flux cleaned = 0.00622229 Jy ! Component: 2050 - total flux cleaned = 0.00657536 Jy ! Component: 2100 - total flux cleaned = 0.00677466 Jy ! Component: 2150 - total flux cleaned = 0.0068733 Jy ! Component: 2200 - total flux cleaned = 0.00716554 Jy ! Component: 2250 - total flux cleaned = 0.00754981 Jy ! Component: 2300 - total flux cleaned = 0.00769201 Jy ! Component: 2350 - total flux cleaned = 0.00783311 Jy ! Component: 2400 - total flux cleaned = 0.00811199 Jy ! Component: 2450 - total flux cleaned = 0.00847953 Jy ! Component: 2500 - total flux cleaned = 0.0084341 Jy ! Component: 2550 - total flux cleaned = 0.00879494 Jy ! Component: 2600 - total flux cleaned = 0.00901838 Jy ! Component: 2650 - total flux cleaned = 0.00928291 Jy ! Component: 2700 - total flux cleaned = 0.00950106 Jy ! Component: 2750 - total flux cleaned = 0.00976111 Jy ! Component: 2800 - total flux cleaned = 0.00980431 Jy ! Component: 2850 - total flux cleaned = 0.0100172 Jy ! Component: 2900 - total flux cleaned = 0.0103964 Jy ! Component: 2950 - total flux cleaned = 0.0106051 Jy ! Component: 3000 - total flux cleaned = 0.0107706 Jy ! Component: 3050 - total flux cleaned = 0.0109355 Jy ! Component: 3100 - total flux cleaned = 0.011181 Jy ! Component: 3150 - total flux cleaned = 0.011546 Jy ! Component: 3200 - total flux cleaned = 0.0116667 Jy ! Component: 3250 - total flux cleaned = 0.0118265 Jy ! Component: 3300 - total flux cleaned = 0.0120249 Jy ! Component: 3350 - total flux cleaned = 0.0121039 Jy ! Component: 3400 - total flux cleaned = 0.0122997 Jy ! Component: 3450 - total flux cleaned = 0.0123386 Jy ! Component: 3500 - total flux cleaned = 0.0124546 Jy ! Component: 3550 - total flux cleaned = 0.0125697 Jy ! Component: 3600 - total flux cleaned = 0.0124939 Jy ! Component: 3650 - total flux cleaned = 0.0127215 Jy ! Component: 3700 - total flux cleaned = 0.0127217 Jy ! Component: 3750 - total flux cleaned = 0.0128715 Jy ! Component: 3800 - total flux cleaned = 0.0130209 Jy ! Component: 3850 - total flux cleaned = 0.0132062 Jy ! Component: 3900 - total flux cleaned = 0.0131692 Jy ! Component: 3950 - total flux cleaned = 0.013353 Jy ! Component: 4000 - total flux cleaned = 0.0135357 Jy ! Component: 4050 - total flux cleaned = 0.0137177 Jy ! Total flux subtracted in 4096 components = 0.0138627 Jy ! Clean residual min=-0.002105 max=0.002168 Jy/beam ! Clean residual mean=0.000029 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 1.12984 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 384 components and 1.12985 Jy ![Exited script file: muppet] wmap "J0403-3605_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.259 x 7.969 at -8.768 degrees (North through East) ! Clean map min=-0.005154 max=0.95412 Jy/beam ! Writing clean map to FITS file: J0403-3605_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.954124 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000645063 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.202824 0.202824 0.405647 0.811295 1.62259 3.24518 6.49036 12.9807 25.9614 51.9229 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.954 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.259 x 7.969 at -8.768 degrees (North through East) ! Clean map min=-0.005154 max=0.95412 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 J0403-3605_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:30:42 2019