! Started logfile: J0816-2421_S_2017_04_28_pus_uvs.log on Thu May 2 16:20:35 2019 obs J0816-2421_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J0816-2421_S_2017_04_28_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.961905 visibilities/baseline/integration-bin. ! Found source: J0816-2421 ! ! 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 671 lines of history. ! ! Reading 9696 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 J0816-2421_S_2017_04_28_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 236 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.705912Jy sigma=0.004146 ! Fit after self-cal, rms=0.693537Jy sigma=0.004076 ! 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.572 mas, bmaj=7.029 mas, bpa=-8.728 degrees ! Estimated noise=1853.76 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.235912 Jy ! Component: 100 - total flux cleaned = 0.301285 Jy ! Total flux subtracted in 100 components = 0.301285 Jy ! Clean residual min=-0.013768 max=0.029406 Jy/beam ! Clean residual mean=0.000032 rms=0.003737 Jy/beam ! Combined flux in latest and established models = 0.301285 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.301285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142340Jy sigma=0.000792 ! Fit after self-cal, rms=0.142326Jy sigma=0.000791 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0329671 Jy ! Component: 100 - total flux cleaned = 0.0512857 Jy ! Total flux subtracted in 100 components = 0.0512857 Jy ! Clean residual min=-0.010470 max=0.011940 Jy/beam ! Clean residual mean=0.000024 rms=0.002580 Jy/beam ! Combined flux in latest and established models = 0.352571 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.352571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132508Jy sigma=0.000720 ! Fit after self-cal, rms=0.132498Jy sigma=0.000720 ! 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.103 mas, bmaj=8.034 mas, bpa=-7.672 degrees ! Estimated noise=1347.08 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.0163598 Jy ! Component: 100 - total flux cleaned = 0.025266 Jy ! Component: 150 - total flux cleaned = 0.0303238 Jy ! Component: 200 - total flux cleaned = 0.0332103 Jy ! Total flux subtracted in 200 components = 0.0332103 Jy ! Clean residual min=-0.008361 max=0.010054 Jy/beam ! Clean residual mean=0.000004 rms=0.002430 Jy/beam ! Combined flux in latest and established models = 0.385781 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 38 components and 0.385781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130786Jy sigma=0.000705 ! Fit after self-cal, rms=0.130783Jy sigma=0.000705 ! 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 0.92 FD 1.00 HN 1.10 KP 0.99 ! LA 0.99 MK 1.00 NL 0.96 OV 1.01 ! PT 1.16 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.90 HN 1.09 KP 0.96 ! LA 0.94 MK 0.98 NL 1.14 OV 1.03 ! PT 1.14 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.94 HN 1.04 KP 0.97 ! LA 0.97 MK 0.98 NL 1.01 OV 0.93 ! PT 1.11 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.04 FD 0.97 HN 1.03 KP 1.00* ! LA 0.72 MK 1.20 NL 1.00* OV 1.00* ! PT 1.12 SC 1.00* ! ! ! Fit before self-cal, rms=0.130783Jy sigma=0.000705 ! Fit after self-cal, rms=0.127760Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=8.076 mas, bpa=-7.648 degrees ! Estimated noise=1352.27 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.00209945 Jy ! Component: 100 - total flux cleaned = -0.00245033 Jy ! Component: 150 - total flux cleaned = -0.00253522 Jy ! Component: 200 - total flux cleaned = -0.00265294 Jy ! Total flux subtracted in 200 components = -0.00265294 Jy ! Clean residual min=-0.005042 max=0.006137 Jy/beam ! Clean residual mean=-0.000032 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 0.383128 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.383128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127684Jy sigma=0.000677 ! Fit after self-cal, rms=0.127816Jy sigma=0.000677 ! 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.127816Jy sigma=0.000677 ! Fit after self-cal, rms=0.128692Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.134 mas, bmaj=8.097 mas, bpa=-7.59 degrees ! Estimated noise=1352.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00091786 Jy ! Component: 100 - total flux cleaned = -0.00102858 Jy ! Component: 150 - total flux cleaned = -0.00110242 Jy ! Component: 200 - total flux cleaned = -0.00119291 Jy ! Total flux subtracted in 200 components = -0.00119291 Jy ! Clean residual min=-0.004395 max=0.004141 Jy/beam ! Clean residual mean=-0.000023 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 0.381935 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.381935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128673Jy sigma=0.000669 ! Fit after self-cal, rms=0.128710Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195447 Jy ! Component: 100 - total flux cleaned = -0.000238057 Jy ! Component: 150 - total flux cleaned = -0.000276519 Jy ! Component: 200 - total flux cleaned = -0.000312107 Jy ! Total flux subtracted in 200 components = -0.000312107 Jy ! Clean residual min=-0.004368 max=0.004109 Jy/beam ! Clean residual mean=-0.000023 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.381623 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.381623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128702Jy sigma=0.000669 ! Fit after self-cal, rms=0.128702Jy sigma=0.000669 ! 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.128702Jy sigma=0.000669 ! Fit after self-cal, rms=0.130847Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.103 mas, bpa=-7.603 degrees ! Estimated noise=1352.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00030361 Jy ! Component: 100 - total flux cleaned = -0.000328272 Jy ! Component: 150 - total flux cleaned = -0.000351904 Jy ! Component: 200 - total flux cleaned = -0.000373196 Jy ! Total flux subtracted in 200 components = -0.000373196 Jy ! Clean residual min=-0.003851 max=0.003971 Jy/beam ! Clean residual mean=-0.000017 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.38125 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.38125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130836Jy sigma=0.000668 ! Fit after self-cal, rms=0.130869Jy sigma=0.000668 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 = -8.62706e-05 Jy ! Component: 100 - total flux cleaned = -0.000107119 Jy ! Component: 150 - total flux cleaned = -0.000126948 Jy ! Component: 200 - total flux cleaned = -0.000160876 Jy ! Total flux subtracted in 200 components = -0.000160876 Jy ! Clean residual min=-0.003859 max=0.003955 Jy/beam ! Clean residual mean=-0.000017 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.381089 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.381089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130862Jy sigma=0.000668 ! Fit after self-cal, rms=0.130861Jy sigma=0.000668 ! 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.130861Jy sigma=0.000668 ! Fit after self-cal, rms=0.130945Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.665 mas, bmaj=17.48 mas, bpa=-2.536 degrees ! Estimated noise=1704.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000148278 Jy ! Component: 100 - total flux cleaned = -0.00014764 Jy ! Component: 150 - total flux cleaned = -0.000176981 Jy ! Component: 200 - total flux cleaned = -0.000188629 Jy ! Total flux subtracted in 200 components = -0.000188629 Jy ! Clean residual min=-0.004079 max=0.005293 Jy/beam ! Clean residual mean=-0.000035 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.3809 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.3809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130942Jy sigma=0.000668 ! Fit after self-cal, rms=0.130941Jy sigma=0.000668 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 = 6.94892e-05 Jy ! Component: 100 - total flux cleaned = 7.23951e-05 Jy ! Component: 150 - total flux cleaned = 6.22019e-05 Jy ! Component: 200 - total flux cleaned = 5.30141e-05 Jy ! Total flux subtracted in 200 components = 5.30141e-05 Jy ! Clean residual min=-0.004059 max=0.005284 Jy/beam ! Clean residual mean=-0.000034 rms=0.001504 Jy/beam ! Combined flux in latest and established models = 0.380953 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 85 components and 0.380953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130941Jy sigma=0.000668 ! Fit after self-cal, rms=0.130939Jy sigma=0.000668 ! 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.135 mas, bmaj=8.104 mas, bpa=-7.61 degrees ! Estimated noise=1352.14 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 8.104 at -7.61 degrees (North through East) ! Clean map min=-0.0036976 max=0.31704 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.59 mas, bmaj=7.069 mas, bpa=-8.562 degrees ! Estimated noise=1877.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.238743 Jy ! Component: 100 - total flux cleaned = 0.303744 Jy ! Component: 150 - total flux cleaned = 0.335773 Jy ! Component: 200 - total flux cleaned = 0.353468 Jy ! Total flux subtracted in 200 components = 0.353468 Jy ! Clean residual min=-0.006901 max=0.008781 Jy/beam ! Clean residual mean=-0.000000 rms=0.001658 Jy/beam ! Combined flux in latest and established models = 0.353468 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.353468 Jy ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.104 mas, bpa=-7.61 degrees ! Estimated noise=1352.14 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.0135298 Jy ! Component: 100 - total flux cleaned = 0.0201222 Jy ! Component: 150 - total flux cleaned = 0.0235341 Jy ! Component: 200 - total flux cleaned = 0.0253149 Jy ! Total flux subtracted in 200 components = 0.0253149 Jy ! Clean residual min=-0.003923 max=0.004300 Jy/beam ! Clean residual mean=-0.000016 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.378782 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 43 components and 0.378782 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.665 mas, bmaj=17.48 mas, bpa=-2.536 degrees ! Estimated noise=1704.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154547 Jy ! Component: 100 - total flux cleaned = 0.00154852 Jy ! Component: 150 - total flux cleaned = 0.00158251 Jy ! Component: 200 - total flux cleaned = 0.00162836 Jy ! Total flux subtracted in 200 components = 0.00162836 Jy ! Clean residual min=-0.004134 max=0.005350 Jy/beam ! Clean residual mean=-0.000034 rms=0.001514 Jy/beam ! Combined flux in latest and established models = 0.380411 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 = 4.09296e-05 Jy ! Component: 100 - total flux cleaned = 7.80785e-05 Jy ! Component: 150 - total flux cleaned = 0.000101069 Jy ! Component: 200 - total flux cleaned = 0.000133399 Jy ! Total flux subtracted in 200 components = 0.000133399 Jy ! Clean residual min=-0.004097 max=0.005333 Jy/beam ! Clean residual mean=-0.000034 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.380544 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.380544 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.104 mas, bpa=-7.61 degrees ! Estimated noise=1352.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000393444 Jy ! Component: 100 - total flux cleaned = -0.000348654 Jy ! Component: 150 - total flux cleaned = -0.000348506 Jy ! Component: 200 - total flux cleaned = -0.000347804 Jy ! Total flux subtracted in 200 components = -0.000347804 Jy ! Clean residual min=-0.003910 max=0.004100 Jy/beam ! Clean residual mean=-0.000016 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.380196 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.380196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130961Jy sigma=0.000668 ! Fit after self-cal, rms=0.130946Jy sigma=0.000668 wmodel J0816-2421_S_2017_04_28_pus_map.mod ! Writing 61 model components to file: J0816-2421_S_2017_04_28_pus_map.mod wobs J0816-2421_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J0816-2421_S_2017_04_28_pus_uvs.fits wwins J0816-2421_S_2017_04_28_pus_map.win ! wwins: Wrote 1 windows to J0816-2421_S_2017_04_28_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 = 9.74708e-05 Jy ! Component: 100 - total flux cleaned = -0.000110233 Jy ! Component: 150 - total flux cleaned = -0.000307685 Jy ! Component: 200 - total flux cleaned = -0.000370437 Jy ! Component: 250 - total flux cleaned = -0.000432042 Jy ! Component: 300 - total flux cleaned = -0.000548923 Jy ! Component: 350 - total flux cleaned = -0.000660593 Jy ! Component: 400 - total flux cleaned = -0.000715534 Jy ! Component: 450 - total flux cleaned = -0.00087791 Jy ! Component: 500 - total flux cleaned = -0.0010358 Jy ! Component: 550 - total flux cleaned = -0.0012405 Jy ! Component: 600 - total flux cleaned = -0.00139066 Jy ! Component: 650 - total flux cleaned = -0.0016356 Jy ! Component: 700 - total flux cleaned = -0.00177842 Jy ! Component: 750 - total flux cleaned = -0.00177802 Jy ! Component: 800 - total flux cleaned = -0.00187058 Jy ! Component: 850 - total flux cleaned = -0.0019614 Jy ! Component: 900 - total flux cleaned = -0.00204905 Jy ! Component: 950 - total flux cleaned = -0.00213681 Jy ! Component: 1000 - total flux cleaned = -0.00222346 Jy ! Component: 1050 - total flux cleaned = -0.00239259 Jy ! Component: 1100 - total flux cleaned = -0.00247542 Jy ! Component: 1150 - total flux cleaned = -0.00268074 Jy ! Component: 1200 - total flux cleaned = -0.00292266 Jy ! Component: 1250 - total flux cleaned = -0.00312169 Jy ! Component: 1300 - total flux cleaned = -0.003317 Jy ! Component: 1350 - total flux cleaned = -0.00354911 Jy ! Component: 1400 - total flux cleaned = -0.0037022 Jy ! Component: 1450 - total flux cleaned = -0.00389003 Jy ! Component: 1500 - total flux cleaned = -0.00414871 Jy ! Component: 1550 - total flux cleaned = -0.004221 Jy ! Component: 1600 - total flux cleaned = -0.00440121 Jy ! Component: 1650 - total flux cleaned = -0.00450775 Jy ! Component: 1700 - total flux cleaned = -0.0046484 Jy ! Component: 1750 - total flux cleaned = -0.00478781 Jy ! Component: 1800 - total flux cleaned = -0.00499384 Jy ! Component: 1850 - total flux cleaned = -0.00509524 Jy ! Component: 1900 - total flux cleaned = -0.0050948 Jy ! Component: 1950 - total flux cleaned = -0.00526053 Jy ! Component: 2000 - total flux cleaned = -0.00529302 Jy ! Component: 2050 - total flux cleaned = -0.00526069 Jy ! Component: 2100 - total flux cleaned = -0.00542177 Jy ! Component: 2150 - total flux cleaned = -0.00548477 Jy ! Component: 2200 - total flux cleaned = -0.00535899 Jy ! Component: 2250 - total flux cleaned = -0.00548283 Jy ! Component: 2300 - total flux cleaned = -0.00539055 Jy ! Component: 2350 - total flux cleaned = -0.00545217 Jy ! Component: 2400 - total flux cleaned = -0.00551248 Jy ! Component: 2450 - total flux cleaned = -0.00557265 Jy ! Component: 2500 - total flux cleaned = -0.00563125 Jy ! Component: 2550 - total flux cleaned = -0.00569012 Jy ! Component: 2600 - total flux cleaned = -0.00577725 Jy ! Component: 2650 - total flux cleaned = -0.00577714 Jy ! Component: 2700 - total flux cleaned = -0.00600591 Jy ! Component: 2750 - total flux cleaned = -0.00606222 Jy ! Component: 2800 - total flux cleaned = -0.00611853 Jy ! Component: 2850 - total flux cleaned = -0.00611834 Jy ! Component: 2900 - total flux cleaned = -0.00620151 Jy ! Component: 2950 - total flux cleaned = -0.00631115 Jy ! Component: 3000 - total flux cleaned = -0.00636545 Jy ! Component: 3050 - total flux cleaned = -0.00641953 Jy ! Component: 3100 - total flux cleaned = -0.00655324 Jy ! Component: 3150 - total flux cleaned = -0.00663254 Jy ! Component: 3200 - total flux cleaned = -0.00671126 Jy ! Component: 3250 - total flux cleaned = -0.00684128 Jy ! Component: 3300 - total flux cleaned = -0.00689279 Jy ! Component: 3350 - total flux cleaned = -0.00689286 Jy ! Component: 3400 - total flux cleaned = -0.00704498 Jy ! Component: 3450 - total flux cleaned = -0.00717071 Jy ! Component: 3500 - total flux cleaned = -0.00722025 Jy ! Component: 3550 - total flux cleaned = -0.00729481 Jy ! Component: 3600 - total flux cleaned = -0.00739321 Jy ! Component: 3650 - total flux cleaned = -0.00756413 Jy ! Component: 3700 - total flux cleaned = -0.0077334 Jy ! Component: 3750 - total flux cleaned = -0.00775733 Jy ! Component: 3800 - total flux cleaned = -0.00787653 Jy ! Component: 3850 - total flux cleaned = -0.00792387 Jy ! Component: 3900 - total flux cleaned = -0.008018 Jy ! Component: 3950 - total flux cleaned = -0.00806464 Jy ! Component: 4000 - total flux cleaned = -0.00820372 Jy ! Component: 4050 - total flux cleaned = -0.00827312 Jy ! Total flux subtracted in 4096 components = -0.00843281 Jy ! Clean residual min=-0.001599 max=0.001286 Jy/beam ! Clean residual mean=-0.000007 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.371764 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 339 components and 0.371764 Jy ![Exited script file: muppet] wmap "J0816-2421_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 8.104 at -7.61 degrees (North through East) ! Clean map min=-0.0027596 max=0.31753 Jy/beam ! Writing clean map to FITS file: J0816-2421_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.317531 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000405041 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.382679 0.382679 0.765357 1.53071 3.06143 6.12286 12.2457 24.4914 48.9829 97.9657 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.317 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.135 x 8.104 at -7.61 degrees (North through East) ! Clean map min=-0.0027596 max=0.31753 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 J0816-2421_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:20:40 2019