! Started logfile: J0106-4034_S_2017_01_21_pus_uvs.log on Sun May 5 15:43:01 2019 obs J0106-4034_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0106-4034_S_2017_01_21_pus_uva.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.53125 visibilities/baseline/integration-bin. ! Found source: J0106-4034 ! ! 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 558 lines of history. ! ! Reading 1224 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 J0106-4034_S_2017_01_21_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.336637Jy sigma=0.001799 ! Fit after self-cal, rms=0.323911Jy sigma=0.001718 ! 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.178 mas, bmaj=6.481 mas, bpa=-4.133 degrees ! Estimated noise=5022.7 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.567117 Jy ! Component: 100 - total flux cleaned = 0.690786 Jy ! Total flux subtracted in 100 components = 0.690786 Jy ! Clean residual min=-0.026063 max=0.045722 Jy/beam ! Clean residual mean=0.000006 rms=0.007542 Jy/beam ! Combined flux in latest and established models = 0.690786 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.690786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146030Jy sigma=0.000767 ! Fit after self-cal, rms=0.146031Jy sigma=0.000767 ! Inverting map ! Added new window around map position (-5, -16). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0344334 Jy ! Component: 100 - total flux cleaned = 0.0375228 Jy ! Total flux subtracted in 100 components = 0.0375228 Jy ! Clean residual min=-0.018350 max=0.030322 Jy/beam ! Clean residual mean=0.000114 rms=0.005671 Jy/beam ! Combined flux in latest and established models = 0.728309 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 10 components and 0.728309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140567Jy sigma=0.000727 ! Fit after self-cal, rms=0.139660Jy sigma=0.000719 ! 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.661 mas, bmaj=7.456 mas, bpa=-6.277 degrees ! Estimated noise=4196.18 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.00556374 Jy ! Component: 100 - total flux cleaned = 0.00561833 Jy ! Component: 150 - total flux cleaned = 0.00527575 Jy ! Component: 200 - total flux cleaned = 0.00513475 Jy ! Total flux subtracted in 200 components = 0.00513475 Jy ! Clean residual min=-0.018549 max=0.025011 Jy/beam ! Clean residual mean=0.000258 rms=0.006648 Jy/beam ! Combined flux in latest and established models = 0.733443 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.733443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138854Jy sigma=0.000714 ! Fit after self-cal, rms=0.138871Jy sigma=0.000714 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.00* LA 1.17 ! MK 1.02 NL 1.00* OV 0.99 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00* LA 1.09 ! MK 0.99 NL 1.10 OV 1.01 PT 0.94 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* LA 1.02 ! MK 1.05 NL 1.12 OV 0.88 PT 0.95 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* LA 1.00* ! MK 0.92 NL 1.00* OV 0.93 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.138871Jy sigma=0.000714 ! Fit after self-cal, rms=0.131695Jy sigma=0.000640 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.463 mas, bpa=-6.342 degrees ! Estimated noise=4218.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.00532044 Jy ! Component: 100 - total flux cleaned = -0.0049772 Jy ! Component: 150 - total flux cleaned = -0.00454566 Jy ! Component: 200 - total flux cleaned = -0.00454512 Jy ! Total flux subtracted in 200 components = -0.00454512 Jy ! Clean residual min=-0.010562 max=0.007795 Jy/beam ! Clean residual mean=0.000093 rms=0.002606 Jy/beam ! Combined flux in latest and established models = 0.728898 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.728898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131118Jy sigma=0.000638 ! Fit after self-cal, rms=0.131146Jy sigma=0.000637 ! 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.131146Jy sigma=0.000637 ! Fit after self-cal, rms=0.131647Jy sigma=0.000637 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.461 mas, bpa=-6.304 degrees ! Estimated noise=4215.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00428226 Jy ! Component: 100 - total flux cleaned = -0.00404945 Jy ! Component: 150 - total flux cleaned = -0.00394591 Jy ! Component: 200 - total flux cleaned = -0.00412834 Jy ! Total flux subtracted in 200 components = -0.00412834 Jy ! Clean residual min=-0.009969 max=0.007730 Jy/beam ! Clean residual mean=0.000087 rms=0.002406 Jy/beam ! Combined flux in latest and established models = 0.72477 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.72477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131311Jy sigma=0.000636 ! Fit after self-cal, rms=0.131198Jy sigma=0.000635 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.00181153 Jy ! Component: 100 - total flux cleaned = -0.00172279 Jy ! Component: 150 - total flux cleaned = -0.00172011 Jy ! Component: 200 - total flux cleaned = -0.00191131 Jy ! Total flux subtracted in 200 components = -0.00191131 Jy ! Clean residual min=-0.009714 max=0.007796 Jy/beam ! Clean residual mean=0.000080 rms=0.002340 Jy/beam ! Combined flux in latest and established models = 0.722859 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.722859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131057Jy sigma=0.000635 ! Fit after self-cal, rms=0.130998Jy sigma=0.000635 ! 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.130998Jy sigma=0.000635 ! Fit after self-cal, rms=0.131600Jy sigma=0.000634 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.667 mas, bmaj=7.461 mas, bpa=-6.273 degrees ! Estimated noise=4211.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00333911 Jy ! Component: 100 - total flux cleaned = -0.00340608 Jy ! Component: 150 - total flux cleaned = -0.00347349 Jy ! Component: 200 - total flux cleaned = -0.00353401 Jy ! Total flux subtracted in 200 components = -0.00353401 Jy ! Clean residual min=-0.009327 max=0.007689 Jy/beam ! Clean residual mean=0.000081 rms=0.002211 Jy/beam ! Combined flux in latest and established models = 0.719325 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.719325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131428Jy sigma=0.000634 ! Fit after self-cal, rms=0.131380Jy sigma=0.000634 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.00117287 Jy ! Component: 100 - total flux cleaned = -0.0010597 Jy ! Component: 150 - total flux cleaned = -0.00116113 Jy ! Component: 200 - total flux cleaned = -0.00120617 Jy ! Total flux subtracted in 200 components = -0.00120617 Jy ! Clean residual min=-0.009195 max=0.007706 Jy/beam ! Clean residual mean=0.000076 rms=0.002182 Jy/beam ! Combined flux in latest and established models = 0.718119 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.718119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131307Jy sigma=0.000634 ! Fit after self-cal, rms=0.131277Jy sigma=0.000634 ! 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.131277Jy sigma=0.000634 ! Fit after self-cal, rms=0.131686Jy sigma=0.000633 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.229 mas, bmaj=25.53 mas, bpa=-0.6999 degrees ! Estimated noise=5835.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00172955 Jy ! Component: 100 - total flux cleaned = -0.0017288 Jy ! Component: 150 - total flux cleaned = -0.00173056 Jy ! Component: 200 - total flux cleaned = -0.00173071 Jy ! Total flux subtracted in 200 components = -0.00173071 Jy ! Clean residual min=-0.010434 max=0.006509 Jy/beam ! Clean residual mean=0.000195 rms=0.002604 Jy/beam ! Combined flux in latest and established models = 0.716388 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.716388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131626Jy sigma=0.000633 ! Fit after self-cal, rms=0.131599Jy sigma=0.000633 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.000481001 Jy ! Component: 100 - total flux cleaned = -0.000485027 Jy ! Component: 150 - total flux cleaned = -0.0004862 Jy ! Component: 200 - total flux cleaned = -0.000487054 Jy ! Total flux subtracted in 200 components = -0.000487054 Jy ! Clean residual min=-0.010356 max=0.006328 Jy/beam ! Clean residual mean=0.000191 rms=0.002580 Jy/beam ! Combined flux in latest and established models = 0.715901 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.715901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131584Jy sigma=0.000633 ! Fit after self-cal, rms=0.131564Jy sigma=0.000633 ! 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.667 mas, bmaj=7.462 mas, bpa=-6.256 degrees ! Estimated noise=4207.93 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.667 x 7.462 at -6.256 degrees (North through East) ! Clean map min=-0.010947 max=0.70746 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.131564Jy sigma=0.000633 ! Fit after self-cal, rms=0.120380Jy sigma=0.000556 ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.459 mas, bpa=-6.24 degrees ! Estimated noise=4205.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00160965 Jy ! Component: 100 - total flux cleaned = -0.00162642 Jy ! Component: 150 - total flux cleaned = -0.0016737 Jy ! Component: 200 - total flux cleaned = -0.00176095 Jy ! Total flux subtracted in 200 components = -0.00176095 Jy ! Clean residual min=-0.008401 max=0.006618 Jy/beam ! Clean residual mean=0.000073 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.71414 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.71414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120303Jy sigma=0.000555 ! Fit after self-cal, rms=0.120279Jy sigma=0.000555 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000830592 Jy ! Component: 100 - total flux cleaned = -0.000829701 Jy ! Component: 150 - total flux cleaned = -0.000904402 Jy ! Component: 200 - total flux cleaned = -0.000972258 Jy ! Total flux subtracted in 200 components = -0.000972258 Jy ! Clean residual min=-0.008445 max=0.006838 Jy/beam ! Clean residual mean=0.000069 rms=0.001940 Jy/beam ! Combined flux in latest and established models = 0.713168 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.713168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120242Jy sigma=0.000555 ! Fit after self-cal, rms=0.120234Jy sigma=0.000555 ! 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.120234Jy sigma=0.000555 ! Fit after self-cal, rms=0.120401Jy sigma=0.000555 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.184 mas, bmaj=6.462 mas, bpa=-3.732 degrees ! Estimated noise=4996.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.563049 Jy ! Component: 100 - total flux cleaned = 0.685833 Jy ! Component: 150 - total flux cleaned = 0.714318 Jy ! Component: 200 - total flux cleaned = 0.714505 Jy ! Total flux subtracted in 200 components = 0.714505 Jy ! Clean residual min=-0.012970 max=0.013515 Jy/beam ! Clean residual mean=0.000044 rms=0.003036 Jy/beam ! Combined flux in latest and established models = 0.714505 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.714505 Jy ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.459 mas, bpa=-6.229 degrees ! Estimated noise=4202.67 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.000152257 Jy ! Component: 100 - total flux cleaned = -0.00159343 Jy ! Component: 150 - total flux cleaned = -0.00256 Jy ! Component: 200 - total flux cleaned = -0.00310393 Jy ! Total flux subtracted in 200 components = -0.00310393 Jy ! Clean residual min=-0.008755 max=0.007502 Jy/beam ! Clean residual mean=0.000072 rms=0.002001 Jy/beam ! Combined flux in latest and established models = 0.711401 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.711401 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=8.237 mas, bmaj=25.54 mas, bpa=-0.6744 degrees ! Estimated noise=5830.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151554 Jy ! Component: 100 - total flux cleaned = 0.00151773 Jy ! Component: 150 - total flux cleaned = 0.00155938 Jy ! Component: 200 - total flux cleaned = 0.0016372 Jy ! Total flux subtracted in 200 components = 0.0016372 Jy ! Clean residual min=-0.009282 max=0.005827 Jy/beam ! Clean residual mean=0.000187 rms=0.002369 Jy/beam ! Combined flux in latest and established models = 0.713038 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 = 3.68978e-05 Jy ! Component: 100 - total flux cleaned = 3.30869e-05 Jy ! Component: 150 - total flux cleaned = 2.85058e-05 Jy ! Component: 200 - total flux cleaned = -3.90628e-06 Jy ! Total flux subtracted in 200 components = -3.90628e-06 Jy ! Clean residual min=-0.009165 max=0.005783 Jy/beam ! Clean residual mean=0.000187 rms=0.002352 Jy/beam ! Combined flux in latest and established models = 0.713034 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 30 components and 0.713034 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.666 mas, bmaj=7.459 mas, bpa=-6.229 degrees ! Estimated noise=4202.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000934656 Jy ! Component: 100 - total flux cleaned = -0.00149745 Jy ! Component: 150 - total flux cleaned = -0.00157321 Jy ! Component: 200 - total flux cleaned = -0.00157392 Jy ! Total flux subtracted in 200 components = -0.00157392 Jy ! Clean residual min=-0.008221 max=0.007264 Jy/beam ! Clean residual mean=0.000073 rms=0.001951 Jy/beam ! Combined flux in latest and established models = 0.71146 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.71146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120415Jy sigma=0.000556 ! Fit after self-cal, rms=0.120382Jy sigma=0.000555 wmodel J0106-4034_S_2017_01_21_pus_map.mod ! Writing 40 model components to file: J0106-4034_S_2017_01_21_pus_map.mod wobs J0106-4034_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0106-4034_S_2017_01_21_pus_uvs.fits wwins J0106-4034_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J0106-4034_S_2017_01_21_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.00215498 Jy ! Component: 100 - total flux cleaned = -0.00386247 Jy ! Component: 150 - total flux cleaned = -0.00465264 Jy ! Component: 200 - total flux cleaned = -0.00475616 Jy ! Component: 250 - total flux cleaned = -0.00475783 Jy ! Component: 300 - total flux cleaned = -0.00475987 Jy ! Component: 350 - total flux cleaned = -0.00512469 Jy ! Component: 400 - total flux cleaned = -0.005212 Jy ! Component: 450 - total flux cleaned = -0.00546933 Jy ! Component: 500 - total flux cleaned = -0.00580113 Jy ! Component: 550 - total flux cleaned = -0.00628205 Jy ! Component: 600 - total flux cleaned = -0.00643582 Jy ! Component: 650 - total flux cleaned = -0.00673825 Jy ! Component: 700 - total flux cleaned = -0.00673658 Jy ! Component: 750 - total flux cleaned = -0.006736 Jy ! Component: 800 - total flux cleaned = -0.00702042 Jy ! Component: 850 - total flux cleaned = -0.00701991 Jy ! Component: 900 - total flux cleaned = -0.00729535 Jy ! Component: 950 - total flux cleaned = -0.00729527 Jy ! Component: 1000 - total flux cleaned = -0.00742902 Jy ! Component: 1050 - total flux cleaned = -0.00749552 Jy ! Component: 1100 - total flux cleaned = -0.00749516 Jy ! Component: 1150 - total flux cleaned = -0.00736682 Jy ! Component: 1200 - total flux cleaned = -0.00762103 Jy ! Component: 1250 - total flux cleaned = -0.00762084 Jy ! Component: 1300 - total flux cleaned = -0.00768363 Jy ! Component: 1350 - total flux cleaned = -0.00780787 Jy ! Component: 1400 - total flux cleaned = -0.0077462 Jy ! Component: 1450 - total flux cleaned = -0.00786886 Jy ! Component: 1500 - total flux cleaned = -0.00786897 Jy ! Component: 1550 - total flux cleaned = -0.00786905 Jy ! Component: 1600 - total flux cleaned = -0.00780892 Jy ! Component: 1650 - total flux cleaned = -0.00786865 Jy ! Component: 1700 - total flux cleaned = -0.00780774 Jy ! Component: 1750 - total flux cleaned = -0.00774683 Jy ! Component: 1800 - total flux cleaned = -0.00774659 Jy ! Component: 1850 - total flux cleaned = -0.00762446 Jy ! Component: 1900 - total flux cleaned = -0.00768569 Jy ! Component: 1950 - total flux cleaned = -0.00756167 Jy ! Component: 2000 - total flux cleaned = -0.00749929 Jy ! Component: 2050 - total flux cleaned = -0.00743701 Jy ! Component: 2100 - total flux cleaned = -0.00731128 Jy ! Component: 2150 - total flux cleaned = -0.00718423 Jy ! Component: 2200 - total flux cleaned = -0.00705568 Jy ! Component: 2250 - total flux cleaned = -0.00686234 Jy ! Component: 2300 - total flux cleaned = -0.00666725 Jy ! Component: 2350 - total flux cleaned = -0.00666682 Jy ! Component: 2400 - total flux cleaned = -0.00673283 Jy ! Component: 2450 - total flux cleaned = -0.00680028 Jy ! Component: 2500 - total flux cleaned = -0.0068006 Jy ! Component: 2550 - total flux cleaned = -0.00693873 Jy ! Component: 2600 - total flux cleaned = -0.00700963 Jy ! Component: 2650 - total flux cleaned = -0.00700907 Jy ! Component: 2700 - total flux cleaned = -0.00700944 Jy ! Component: 2750 - total flux cleaned = -0.0070825 Jy ! Component: 2800 - total flux cleaned = -0.00708246 Jy ! Component: 2850 - total flux cleaned = -0.00715795 Jy ! Component: 2900 - total flux cleaned = -0.0071575 Jy ! Component: 2950 - total flux cleaned = -0.00715682 Jy ! Component: 3000 - total flux cleaned = -0.00715653 Jy ! Component: 3050 - total flux cleaned = -0.00723825 Jy ! Component: 3100 - total flux cleaned = -0.00715527 Jy ! Component: 3150 - total flux cleaned = -0.00723976 Jy ! Component: 3200 - total flux cleaned = -0.0072402 Jy ! Component: 3250 - total flux cleaned = -0.00724083 Jy ! Component: 3300 - total flux cleaned = -0.00724112 Jy ! Component: 3350 - total flux cleaned = -0.00724092 Jy ! Component: 3400 - total flux cleaned = -0.00724073 Jy ! Component: 3450 - total flux cleaned = -0.00724116 Jy ! Component: 3500 - total flux cleaned = -0.00724177 Jy ! Component: 3550 - total flux cleaned = -0.0071392 Jy ! Component: 3600 - total flux cleaned = -0.00724325 Jy ! Component: 3650 - total flux cleaned = -0.0071375 Jy ! Component: 3700 - total flux cleaned = -0.00713658 Jy ! Component: 3750 - total flux cleaned = -0.00713534 Jy ! Component: 3800 - total flux cleaned = -0.00724899 Jy ! Component: 3850 - total flux cleaned = -0.00724865 Jy ! Component: 3900 - total flux cleaned = -0.00724802 Jy ! Component: 3950 - total flux cleaned = -0.00724912 Jy ! Component: 4000 - total flux cleaned = -0.00737411 Jy ! Component: 4050 - total flux cleaned = -0.00737419 Jy ! Total flux subtracted in 4096 components = -0.00737429 Jy ! Clean residual min=-0.007383 max=0.007268 Jy/beam ! Clean residual mean=0.000038 rms=0.001768 Jy/beam ! Combined flux in latest and established models = 0.704086 Jy keep ! Adding 231 model components to the UV plane model. ! The established model now contains 271 components and 0.704086 Jy ![Exited script file: muppet] wmap "J0106-4034_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.666 x 7.459 at -6.229 degrees (North through East) ! Clean map min=-0.0088236 max=0.7128 Jy/beam ! Writing clean map to FITS file: J0106-4034_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.7128 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0016865 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.709808 0.709808 1.41962 2.83923 5.67847 11.3569 22.7139 45.4277 90.8555 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.712 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.666 x 7.459 at -6.229 degrees (North through East) ! Clean map min=-0.0088236 max=0.7128 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 J0106-4034_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:43:06 2019