! Started logfile: J0506+2141_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:32:16 2019 obs J0506+2141_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0506+2141_S_2017_03_27_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968226 visibilities/baseline/integration-bin. ! Found source: J0506+2141 ! ! 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 19868 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 J0506+2141_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 388 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.890975Jy sigma=0.008077 ! Fit after self-cal, rms=0.883958Jy sigma=0.008019 ! 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.922 mas, bmaj=6.264 mas, bpa=-2.334 degrees ! Estimated noise=859.457 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.0896747 Jy ! Component: 100 - total flux cleaned = 0.112499 Jy ! Total flux subtracted in 100 components = 0.112499 Jy ! Clean residual min=-0.003567 max=0.009429 Jy/beam ! Clean residual mean=-0.000008 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.112499 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.112499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086156Jy sigma=0.000696 ! Fit after self-cal, rms=0.086154Jy sigma=0.000696 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010229 Jy ! Component: 100 - total flux cleaned = 0.015311 Jy ! Total flux subtracted in 100 components = 0.015311 Jy ! Clean residual min=-0.002791 max=0.003117 Jy/beam ! Clean residual mean=0.000001 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.12781 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 9 components and 0.12781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084763Jy sigma=0.000683 ! Fit after self-cal, rms=0.084763Jy sigma=0.000683 ! 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.445 mas, bmaj=7.042 mas, bpa=-2.651 degrees ! Estimated noise=608.104 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.00348064 Jy ! Component: 100 - total flux cleaned = 0.00494194 Jy ! Component: 150 - total flux cleaned = 0.00537163 Jy ! Component: 200 - total flux cleaned = 0.00534986 Jy ! Total flux subtracted in 200 components = 0.00534986 Jy ! Clean residual min=-0.002226 max=0.002263 Jy/beam ! Clean residual mean=0.000004 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.13316 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.13316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084623Jy sigma=0.000682 ! Fit after self-cal, rms=0.084622Jy sigma=0.000682 ! 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.01 FD 0.96 HN 0.96 KP 1.03 ! LA 0.99 MK 1.00 NL 1.00 OV 1.06 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 1.01 KP 0.99 ! LA 0.96 MK 1.02 NL 1.04 OV 1.07 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 0.97 KP 0.99 ! LA 1.00 MK 1.03 NL 1.01 OV 0.95 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.07 HN 0.93 KP 1.00* ! LA 1.02 MK 1.26 NL 1.00* OV 0.97 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.084622Jy sigma=0.000682 ! Fit after self-cal, rms=0.086783Jy sigma=0.000679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.462 mas, bmaj=7.055 mas, bpa=-2.344 degrees ! Estimated noise=611.31 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.000289034 Jy ! Component: 100 - total flux cleaned = 0.000314844 Jy ! Component: 150 - total flux cleaned = 0.000315274 Jy ! Component: 200 - total flux cleaned = 0.000333191 Jy ! Total flux subtracted in 200 components = 0.000333191 Jy ! Clean residual min=-0.002100 max=0.001983 Jy/beam ! Clean residual mean=0.000005 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.133493 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.133493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086769Jy sigma=0.000679 ! Fit after self-cal, rms=0.086803Jy sigma=0.000679 ! 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.086803Jy sigma=0.000679 ! Fit after self-cal, rms=0.088350Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.467 mas, bmaj=7.064 mas, bpa=-2.365 degrees ! Estimated noise=613.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.50277e-05 Jy ! Component: 100 - total flux cleaned = -2.96279e-05 Jy ! Component: 150 - total flux cleaned = -7.12852e-05 Jy ! Component: 200 - total flux cleaned = -8.30699e-05 Jy ! Total flux subtracted in 200 components = -8.30699e-05 Jy ! Clean residual min=-0.001679 max=0.001713 Jy/beam ! Clean residual mean=0.000000 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.13341 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.13341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088342Jy sigma=0.000674 ! Fit after self-cal, rms=0.088437Jy sigma=0.000674 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 (92, 87.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133958 Jy ! Component: 100 - total flux cleaned = 0.00133946 Jy ! Component: 150 - total flux cleaned = 0.00136728 Jy ! Component: 200 - total flux cleaned = 0.00136596 Jy ! Total flux subtracted in 200 components = 0.00136596 Jy ! Clean residual min=-0.001577 max=0.001544 Jy/beam ! Clean residual mean=0.000001 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.134776 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 54 components and 0.134776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088397Jy sigma=0.000673 ! Fit after self-cal, rms=0.088401Jy sigma=0.000673 ! 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.088401Jy sigma=0.000673 ! Fit after self-cal, rms=0.088825Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.473 mas, bmaj=7.064 mas, bpa=-2.233 degrees ! Estimated noise=613.399 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000120169 Jy ! Component: 100 - total flux cleaned = 0.000120585 Jy ! Component: 150 - total flux cleaned = 0.000101881 Jy ! Component: 200 - total flux cleaned = 8.35994e-05 Jy ! Total flux subtracted in 200 components = 8.35994e-05 Jy ! Clean residual min=-0.001558 max=0.001606 Jy/beam ! Clean residual mean=0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.13486 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 62 components and 0.13486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088813Jy sigma=0.000673 ! Fit after self-cal, rms=0.088818Jy sigma=0.000673 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 (80, -92.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000939338 Jy ! Component: 100 - total flux cleaned = 0.00078709 Jy ! Component: 150 - total flux cleaned = 0.000655799 Jy ! Component: 200 - total flux cleaned = 0.000562971 Jy ! Total flux subtracted in 200 components = 0.000562971 Jy ! Clean residual min=-0.001494 max=0.001401 Jy/beam ! Clean residual mean=0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.135423 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.135423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088789Jy sigma=0.000673 ! Fit after self-cal, rms=0.088789Jy sigma=0.000673 ! 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.088789Jy sigma=0.000673 ! Fit after self-cal, rms=0.088731Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.394 mas, bmaj=10.25 mas, bpa=-1.473 degrees ! Estimated noise=757.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.3622e-05 Jy ! Component: 100 - total flux cleaned = -3.71091e-05 Jy ! Component: 150 - total flux cleaned = -0.000104551 Jy ! Component: 200 - total flux cleaned = -0.000134813 Jy ! Total flux subtracted in 200 components = -0.000134813 Jy ! Clean residual min=-0.001541 max=0.001571 Jy/beam ! Clean residual mean=0.000003 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.135288 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 97 components and 0.135288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088726Jy sigma=0.000673 ! Fit after self-cal, rms=0.088723Jy sigma=0.000673 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.00013274 Jy ! Component: 100 - total flux cleaned = -0.000147264 Jy ! Component: 150 - total flux cleaned = -0.000147215 Jy ! Component: 200 - total flux cleaned = -0.000147303 Jy ! Total flux subtracted in 200 components = -0.000147303 Jy ! Clean residual min=-0.001551 max=0.001546 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.135141 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 0.135141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088721Jy sigma=0.000673 ! Fit after self-cal, rms=0.088720Jy sigma=0.000673 ! 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.475 mas, bmaj=7.064 mas, bpa=-2.176 degrees ! Estimated noise=613.199 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 7.064 at -2.176 degrees (North through East) ! Clean map min=-0.0014112 max=0.12025 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.943 mas, bmaj=6.267 mas, bpa=-1.725 degrees ! Estimated noise=872.346 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0908597 Jy ! Component: 100 - total flux cleaned = 0.113646 Jy ! Component: 150 - total flux cleaned = 0.123626 Jy ! Component: 200 - total flux cleaned = 0.128622 Jy ! Total flux subtracted in 200 components = 0.128622 Jy ! Clean residual min=-0.002746 max=0.002704 Jy/beam ! Clean residual mean=-0.000003 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.128622 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.128622 Jy ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=7.064 mas, bpa=-2.176 degrees ! Estimated noise=613.199 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.00310047 Jy ! Component: 100 - total flux cleaned = 0.00503778 Jy ! Component: 150 - total flux cleaned = 0.00592924 Jy ! Component: 200 - total flux cleaned = 0.00627245 Jy ! Total flux subtracted in 200 components = 0.00627245 Jy ! Clean residual min=-0.001761 max=0.001518 Jy/beam ! Clean residual mean=0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.134894 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.134894 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.394 mas, bmaj=10.25 mas, bpa=-1.473 degrees ! Estimated noise=757.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.0025e-05 Jy ! Component: 100 - total flux cleaned = 0.000146294 Jy ! Component: 150 - total flux cleaned = 0.00020202 Jy ! Component: 200 - total flux cleaned = 0.00025335 Jy ! Total flux subtracted in 200 components = 0.00025335 Jy ! Clean residual min=-0.001579 max=0.001652 Jy/beam ! Clean residual mean=0.000002 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.135148 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 = 2.27743e-05 Jy ! Component: 100 - total flux cleaned = 4.22829e-05 Jy ! Component: 150 - total flux cleaned = 4.28451e-05 Jy ! Component: 200 - total flux cleaned = 6.00621e-05 Jy ! Total flux subtracted in 200 components = 6.00621e-05 Jy ! Clean residual min=-0.001563 max=0.001591 Jy/beam ! Clean residual mean=0.000003 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.135208 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 72 components and 0.135208 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.475 mas, bmaj=7.064 mas, bpa=-2.176 degrees ! Estimated noise=613.199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.5061e-05 Jy ! Component: 100 - total flux cleaned = 0.000188509 Jy ! Component: 150 - total flux cleaned = 0.000272814 Jy ! Component: 200 - total flux cleaned = 0.000350124 Jy ! Total flux subtracted in 200 components = 0.000350124 Jy ! Clean residual min=-0.001529 max=0.001440 Jy/beam ! Clean residual mean=0.000002 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.135558 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 94 components and 0.135558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088750Jy sigma=0.000673 ! Fit after self-cal, rms=0.088741Jy sigma=0.000673 wmodel J0506+2141_S_2017_03_27_pus_map.mod ! Writing 94 model components to file: J0506+2141_S_2017_03_27_pus_map.mod wobs J0506+2141_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0506+2141_S_2017_03_27_pus_uvs.fits wwins J0506+2141_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0506+2141_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.000397925 Jy ! Component: 100 - total flux cleaned = -0.000609456 Jy ! Component: 150 - total flux cleaned = -0.000836779 Jy ! Component: 200 - total flux cleaned = -0.000983925 Jy ! Component: 250 - total flux cleaned = -0.00105541 Jy ! Component: 300 - total flux cleaned = -0.00110196 Jy ! Component: 350 - total flux cleaned = -0.00114691 Jy ! Component: 400 - total flux cleaned = -0.00112448 Jy ! Component: 450 - total flux cleaned = -0.00110266 Jy ! Component: 500 - total flux cleaned = -0.00110279 Jy ! Component: 550 - total flux cleaned = -0.0011441 Jy ! Component: 600 - total flux cleaned = -0.00116414 Jy ! Component: 650 - total flux cleaned = -0.00116365 Jy ! Component: 700 - total flux cleaned = -0.00120239 Jy ! Component: 750 - total flux cleaned = -0.00126005 Jy ! Component: 800 - total flux cleaned = -0.00127894 Jy ! Component: 850 - total flux cleaned = -0.00139104 Jy ! Component: 900 - total flux cleaned = -0.00142759 Jy ! Component: 950 - total flux cleaned = -0.00148228 Jy ! Component: 1000 - total flux cleaned = -0.00150049 Jy ! Component: 1050 - total flux cleaned = -0.00153606 Jy ! Component: 1100 - total flux cleaned = -0.00158869 Jy ! Component: 1150 - total flux cleaned = -0.00153644 Jy ! Component: 1200 - total flux cleaned = -0.00157067 Jy ! Component: 1250 - total flux cleaned = -0.00151994 Jy ! Component: 1300 - total flux cleaned = -0.00148651 Jy ! Component: 1350 - total flux cleaned = -0.00146988 Jy ! Component: 1400 - total flux cleaned = -0.00137165 Jy ! Component: 1450 - total flux cleaned = -0.00138797 Jy ! Component: 1500 - total flux cleaned = -0.00130747 Jy ! Component: 1550 - total flux cleaned = -0.00132345 Jy ! Component: 1600 - total flux cleaned = -0.00132318 Jy ! Component: 1650 - total flux cleaned = -0.00118244 Jy ! Component: 1700 - total flux cleaned = -0.00115124 Jy ! Component: 1750 - total flux cleaned = -0.00113586 Jy ! Component: 1800 - total flux cleaned = -0.00109003 Jy ! Component: 1850 - total flux cleaned = -0.00102995 Jy ! Component: 1900 - total flux cleaned = -0.000985156 Jy ! Component: 1950 - total flux cleaned = -0.000955582 Jy ! Component: 2000 - total flux cleaned = -0.000911763 Jy ! Component: 2050 - total flux cleaned = -0.00091167 Jy ! Component: 2100 - total flux cleaned = -0.00091165 Jy ! Component: 2150 - total flux cleaned = -0.00091143 Jy ! Component: 2200 - total flux cleaned = -0.000854997 Jy ! Component: 2250 - total flux cleaned = -0.000827036 Jy ! Component: 2300 - total flux cleaned = -0.000868696 Jy ! Component: 2350 - total flux cleaned = -0.000813412 Jy ! Component: 2400 - total flux cleaned = -0.000786 Jy ! Component: 2450 - total flux cleaned = -0.000786009 Jy ! Component: 2500 - total flux cleaned = -0.000718502 Jy ! Component: 2550 - total flux cleaned = -0.000718593 Jy ! Component: 2600 - total flux cleaned = -0.00066532 Jy ! Component: 2650 - total flux cleaned = -0.000638948 Jy ! Component: 2700 - total flux cleaned = -0.000599773 Jy ! Component: 2750 - total flux cleaned = -0.000547845 Jy ! Component: 2800 - total flux cleaned = -0.000509198 Jy ! Component: 2850 - total flux cleaned = -0.000521951 Jy ! Component: 2900 - total flux cleaned = -0.000471055 Jy ! Component: 2950 - total flux cleaned = -0.000433046 Jy ! Component: 3000 - total flux cleaned = -0.000382824 Jy ! Component: 3050 - total flux cleaned = -0.000332872 Jy ! Component: 3100 - total flux cleaned = -0.000283292 Jy ! Component: 3150 - total flux cleaned = -0.000221632 Jy ! Component: 3200 - total flux cleaned = -0.000184966 Jy ! Component: 3250 - total flux cleaned = -0.000160615 Jy ! Component: 3300 - total flux cleaned = -7.59184e-05 Jy ! Component: 3350 - total flux cleaned = -2.79097e-05 Jy ! Component: 3400 - total flux cleaned = 7.84705e-06 Jy ! Component: 3450 - total flux cleaned = 3.1556e-05 Jy ! Component: 3500 - total flux cleaned = 0.000125715 Jy ! Component: 3550 - total flux cleaned = 0.000160752 Jy ! Component: 3600 - total flux cleaned = 0.000207315 Jy ! Component: 3650 - total flux cleaned = 0.000253399 Jy ! Component: 3700 - total flux cleaned = 0.000207383 Jy ! Component: 3750 - total flux cleaned = 0.000275773 Jy ! Component: 3800 - total flux cleaned = 0.000321116 Jy ! Component: 3850 - total flux cleaned = 0.000332321 Jy ! Component: 3900 - total flux cleaned = 0.000388302 Jy ! Component: 3950 - total flux cleaned = 0.000343814 Jy ! Component: 4000 - total flux cleaned = 0.00043234 Jy ! Component: 4050 - total flux cleaned = 0.000443283 Jy ! Total flux subtracted in 4096 components = 0.000508943 Jy ! Clean residual min=-0.000681 max=0.000603 Jy/beam ! Clean residual mean=0.000001 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.136067 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 386 components and 0.136067 Jy ![Exited script file: muppet] wmap "J0506+2141_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.475 x 7.064 at -2.176 degrees (North through East) ! Clean map min=-0.0013594 max=0.12033 Jy/beam ! Writing clean map to FITS file: J0506+2141_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.12033 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201878 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.503311 0.503311 1.00662 2.01324 4.02649 8.05297 16.1059 32.2119 64.4238 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.12 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.475 x 7.064 at -2.176 degrees (North through East) ! Clean map min=-0.0013594 max=0.12033 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 J0506+2141_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:32:22 2019