! Started logfile: J0718+6651_S_2017_08_05_pus_uvs.log on Thu May 9 19:23:20 2019 obs J0718+6651_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0718+6651_S_2017_08_05_pus_uva.fits ! AN table 1: 171 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.900195 visibilities/baseline/integration-bin. ! Found source: J0718+6651 ! ! 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 513 lines of history. ! ! Reading 27708 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 J0718+6651_S_2017_08_05_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 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 961 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910041Jy sigma=0.008369 ! Fit after self-cal, rms=0.901081Jy sigma=0.008293 ! 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.971 mas, bmaj=3.761 mas, bpa=36.47 degrees ! Estimated noise=963.222 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.0756468 Jy ! Component: 100 - total flux cleaned = 0.0937723 Jy ! Total flux subtracted in 100 components = 0.0937723 Jy ! Clean residual min=-0.003706 max=0.007024 Jy/beam ! Clean residual mean=-0.000009 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.0937723 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0937723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081591Jy sigma=0.000690 ! Fit after self-cal, rms=0.081583Jy sigma=0.000690 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00758326 Jy ! Component: 100 - total flux cleaned = 0.0115893 Jy ! Total flux subtracted in 100 components = 0.0115893 Jy ! Clean residual min=-0.003042 max=0.002999 Jy/beam ! Clean residual mean=-0.000005 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.105362 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 0.105362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080430Jy sigma=0.000681 ! Fit after self-cal, rms=0.080431Jy sigma=0.000681 ! 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.64 mas, bmaj=5.163 mas, bpa=35.53 degrees ! Estimated noise=528.824 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.00428653 Jy ! Component: 100 - total flux cleaned = 0.00639942 Jy ! Component: 150 - total flux cleaned = 0.00758475 Jy ! Component: 200 - total flux cleaned = 0.0082695 Jy ! Total flux subtracted in 200 components = 0.0082695 Jy ! Clean residual min=-0.002569 max=0.002458 Jy/beam ! Clean residual mean=-0.000009 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.113631 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.113631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080113Jy sigma=0.000680 ! Fit after self-cal, rms=0.080113Jy sigma=0.000680 ! 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.00 FD 0.96 HN 0.99 KP 1.05 ! LA 1.02 MK 1.04 NL 0.90 OV 1.03 ! PT 1.03 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.04 KP 1.00 ! LA 0.95 MK 1.04 NL 1.12 OV 1.07 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.06 HN 1.02 KP 0.87 ! LA 0.77 MK 1.05 NL 1.21 OV 0.98 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.96 KP 1.00* ! LA 0.76 MK 1.13 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.080113Jy sigma=0.000680 ! Fit after self-cal, rms=0.076742Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.646 mas, bmaj=5.21 mas, bpa=35.72 degrees ! Estimated noise=529.546 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.000271877 Jy ! Component: 100 - total flux cleaned = -0.000259681 Jy ! Component: 150 - total flux cleaned = -0.000260091 Jy ! Component: 200 - total flux cleaned = -0.000260994 Jy ! Total flux subtracted in 200 components = -0.000260994 Jy ! Clean residual min=-0.001652 max=0.001790 Jy/beam ! Clean residual mean=-0.000003 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.11337 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.11337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076737Jy sigma=0.000672 ! Fit after self-cal, rms=0.076678Jy sigma=0.000671 ! 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.076678Jy sigma=0.000671 ! Fit after self-cal, rms=0.076695Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.654 mas, bmaj=5.19 mas, bpa=35.88 degrees ! Estimated noise=529.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000317014 Jy ! Component: 100 - total flux cleaned = -0.000279393 Jy ! Component: 150 - total flux cleaned = -0.000249946 Jy ! Component: 200 - total flux cleaned = -0.000243421 Jy ! Total flux subtracted in 200 components = -0.000243421 Jy ! Clean residual min=-0.001447 max=0.001564 Jy/beam ! Clean residual mean=-0.000002 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.113127 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.113127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076692Jy sigma=0.000669 ! Fit after self-cal, rms=0.076706Jy 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 (-7, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156002 Jy ! Component: 100 - total flux cleaned = 0.00235573 Jy ! Component: 150 - total flux cleaned = 0.00255345 Jy ! Component: 200 - total flux cleaned = 0.00255198 Jy ! Total flux subtracted in 200 components = 0.00255198 Jy ! Clean residual min=-0.001326 max=0.001366 Jy/beam ! Clean residual mean=0.000002 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.115679 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.115679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076673Jy sigma=0.000669 ! Fit after self-cal, rms=0.076670Jy sigma=0.000669 ! Inverting map ! Added new window around map position (-101.5, -37). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000776265 Jy ! Component: 100 - total flux cleaned = 0.000939865 Jy ! Component: 150 - total flux cleaned = 0.00103714 Jy ! Component: 200 - total flux cleaned = 0.00114803 Jy ! Total flux subtracted in 200 components = 0.00114803 Jy ! Clean residual min=-0.001233 max=0.001269 Jy/beam ! Clean residual mean=0.000002 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.116827 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 87 components and 0.116827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076644Jy sigma=0.000669 ! Fit after self-cal, rms=0.076643Jy 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.076643Jy sigma=0.000669 ! Fit after self-cal, rms=0.076690Jy sigma=0.000669 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.659 mas, bmaj=5.185 mas, bpa=35.99 degrees ! Estimated noise=529.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000452877 Jy ! Component: 100 - total flux cleaned = 0.000557378 Jy ! Component: 150 - total flux cleaned = 0.000633457 Jy ! Component: 200 - total flux cleaned = 0.000720385 Jy ! Total flux subtracted in 200 components = 0.000720385 Jy ! Clean residual min=-0.001205 max=0.001259 Jy/beam ! Clean residual mean=0.000001 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.117547 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 94 components and 0.117547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076679Jy sigma=0.000669 ! Fit after self-cal, rms=0.076680Jy 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 = 7.38267e-05 Jy ! Component: 100 - total flux cleaned = 0.000138765 Jy ! Component: 150 - total flux cleaned = 0.000169283 Jy ! Component: 200 - total flux cleaned = 0.000212897 Jy ! Total flux subtracted in 200 components = 0.000212897 Jy ! Clean residual min=-0.001209 max=0.001251 Jy/beam ! Clean residual mean=0.000002 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.11776 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 102 components and 0.11776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076674Jy sigma=0.000668 ! Fit after self-cal, rms=0.076673Jy 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.076673Jy sigma=0.000668 ! Fit after self-cal, rms=0.076686Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.977 mas, bmaj=9.672 mas, bpa=45.75 degrees ! Estimated noise=666.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000101678 Jy ! Component: 100 - total flux cleaned = 0.000126518 Jy ! Component: 150 - total flux cleaned = 0.000168314 Jy ! Component: 200 - total flux cleaned = 0.000195454 Jy ! Total flux subtracted in 200 components = 0.000195454 Jy ! Clean residual min=-0.001387 max=0.001260 Jy/beam ! Clean residual mean=0.000004 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.117955 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.117956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076685Jy sigma=0.000668 ! Fit after self-cal, rms=0.076684Jy 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 = 1.28603e-05 Jy ! Component: 100 - total flux cleaned = 3.80652e-05 Jy ! Component: 150 - total flux cleaned = 4.59964e-05 Jy ! Component: 200 - total flux cleaned = 6.06221e-05 Jy ! Total flux subtracted in 200 components = 6.06221e-05 Jy ! Clean residual min=-0.001398 max=0.001227 Jy/beam ! Clean residual mean=0.000004 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.118016 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 132 components and 0.118016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076683Jy sigma=0.000668 ! Fit after self-cal, rms=0.076683Jy 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.66 mas, bmaj=5.185 mas, bpa=36.01 degrees ! Estimated noise=529.63 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.66 x 5.185 at 36.01 degrees (North through East) ! Clean map min=-0.0011618 max=0.099552 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.982 mas, bmaj=3.785 mas, bpa=37.1 degrees ! Estimated noise=978.098 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0762598 Jy ! Component: 100 - total flux cleaned = 0.0950703 Jy ! Component: 150 - total flux cleaned = 0.102823 Jy ! Component: 200 - total flux cleaned = 0.106745 Jy ! Total flux subtracted in 200 components = 0.106745 Jy ! Clean residual min=-0.003049 max=0.002711 Jy/beam ! Clean residual mean=-0.000004 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.106745 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.106745 Jy ! Inverting map and beam ! Estimated beam: bmin=3.66 mas, bmaj=5.185 mas, bpa=36.01 degrees ! Estimated noise=529.63 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.00369035 Jy ! Component: 100 - total flux cleaned = 0.00590612 Jy ! Component: 150 - total flux cleaned = 0.00745138 Jy ! Component: 200 - total flux cleaned = 0.00830507 Jy ! Total flux subtracted in 200 components = 0.00830507 Jy ! Clean residual min=-0.001355 max=0.001279 Jy/beam ! Clean residual mean=-0.000003 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.11505 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 53 components and 0.11505 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.977 mas, bmaj=9.672 mas, bpa=45.75 degrees ! Estimated noise=666.666 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130486 Jy ! Component: 100 - total flux cleaned = 0.00170589 Jy ! Component: 150 - total flux cleaned = 0.00203027 Jy ! Component: 200 - total flux cleaned = 0.00228187 Jy ! Total flux subtracted in 200 components = 0.00228187 Jy ! Clean residual min=-0.001433 max=0.001201 Jy/beam ! Clean residual mean=0.000003 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.117332 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.000170157 Jy ! Component: 100 - total flux cleaned = 0.000292406 Jy ! Component: 150 - total flux cleaned = 0.000365644 Jy ! Component: 200 - total flux cleaned = 0.000432313 Jy ! Total flux subtracted in 200 components = 0.000432313 Jy ! Clean residual min=-0.001402 max=0.001202 Jy/beam ! Clean residual mean=0.000004 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.117765 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 99 components and 0.117765 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.66 mas, bmaj=5.185 mas, bpa=36.01 degrees ! Estimated noise=529.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.30404e-05 Jy ! Component: 100 - total flux cleaned = -1.27031e-05 Jy ! Component: 150 - total flux cleaned = 5.27653e-05 Jy ! Component: 200 - total flux cleaned = 0.000133021 Jy ! Total flux subtracted in 200 components = 0.000133021 Jy ! Clean residual min=-0.001229 max=0.001269 Jy/beam ! Clean residual mean=0.000002 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.117898 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.117898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076699Jy sigma=0.000669 ! Fit after self-cal, rms=0.076693Jy sigma=0.000669 wmodel J0718+6651_S_2017_08_05_pus_map.mod ! Writing 113 model components to file: J0718+6651_S_2017_08_05_pus_map.mod wobs J0718+6651_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0718+6651_S_2017_08_05_pus_uvs.fits wwins J0718+6651_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0718+6651_S_2017_08_05_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 = 2.51896e-05 Jy ! Component: 100 - total flux cleaned = 5.56567e-06 Jy ! Component: 150 - total flux cleaned = -7.616e-05 Jy ! Component: 200 - total flux cleaned = -9.6212e-05 Jy ! Component: 250 - total flux cleaned = -0.000173119 Jy ! Component: 300 - total flux cleaned = -0.00015399 Jy ! Component: 350 - total flux cleaned = -0.000190962 Jy ! Component: 400 - total flux cleaned = -0.000191145 Jy ! Component: 450 - total flux cleaned = -0.000244491 Jy ! Component: 500 - total flux cleaned = -0.000279253 Jy ! Component: 550 - total flux cleaned = -0.000262055 Jy ! Component: 600 - total flux cleaned = -0.000279219 Jy ! Component: 650 - total flux cleaned = -0.000312392 Jy ! Component: 700 - total flux cleaned = -0.000329261 Jy ! Component: 750 - total flux cleaned = -0.000410355 Jy ! Component: 800 - total flux cleaned = -0.000457906 Jy ! Component: 850 - total flux cleaned = -0.000473513 Jy ! Component: 900 - total flux cleaned = -0.000458006 Jy ! Component: 950 - total flux cleaned = -0.000443022 Jy ! Component: 1000 - total flux cleaned = -0.00048845 Jy ! Component: 1050 - total flux cleaned = -0.000488326 Jy ! Component: 1100 - total flux cleaned = -0.000473375 Jy ! Component: 1150 - total flux cleaned = -0.000429352 Jy ! Component: 1200 - total flux cleaned = -0.000414993 Jy ! Component: 1250 - total flux cleaned = -0.000443595 Jy ! Component: 1300 - total flux cleaned = -0.000443106 Jy ! Component: 1350 - total flux cleaned = -0.000373432 Jy ! Component: 1400 - total flux cleaned = -0.000332384 Jy ! Component: 1450 - total flux cleaned = -0.000264371 Jy ! Component: 1500 - total flux cleaned = -0.000237392 Jy ! Component: 1550 - total flux cleaned = -0.000157282 Jy ! Component: 1600 - total flux cleaned = -0.000104733 Jy ! Component: 1650 - total flux cleaned = -7.86583e-05 Jy ! Component: 1700 - total flux cleaned = -6.57023e-05 Jy ! Component: 1750 - total flux cleaned = -1.42326e-05 Jy ! Component: 1800 - total flux cleaned = 1.12219e-05 Jy ! Component: 1850 - total flux cleaned = 8.7098e-05 Jy ! Component: 1900 - total flux cleaned = 0.000124569 Jy ! Component: 1950 - total flux cleaned = 0.000186514 Jy ! Component: 2000 - total flux cleaned = 0.000260374 Jy ! Component: 2050 - total flux cleaned = 0.000321215 Jy ! Component: 2100 - total flux cleaned = 0.000393729 Jy ! Component: 2150 - total flux cleaned = 0.000453575 Jy ! Component: 2200 - total flux cleaned = 0.000513122 Jy ! Component: 2250 - total flux cleaned = 0.000548584 Jy ! Component: 2300 - total flux cleaned = 0.000619002 Jy ! Component: 2350 - total flux cleaned = 0.000677239 Jy ! Component: 2400 - total flux cleaned = 0.000781268 Jy ! Component: 2450 - total flux cleaned = 0.000815597 Jy ! Component: 2500 - total flux cleaned = 0.000883971 Jy ! Component: 2550 - total flux cleaned = 0.000951785 Jy ! Component: 2600 - total flux cleaned = 0.00099655 Jy ! Component: 2650 - total flux cleaned = 0.00105223 Jy ! Component: 2700 - total flux cleaned = 0.00107437 Jy ! Component: 2750 - total flux cleaned = 0.00114041 Jy ! Component: 2800 - total flux cleaned = 0.00114046 Jy ! Component: 2850 - total flux cleaned = 0.00126005 Jy ! Component: 2900 - total flux cleaned = 0.0013033 Jy ! Component: 2950 - total flux cleaned = 0.0013355 Jy ! Component: 3000 - total flux cleaned = 0.00138887 Jy ! Component: 3050 - total flux cleaned = 0.00141016 Jy ! Component: 3100 - total flux cleaned = 0.00142072 Jy ! Component: 3150 - total flux cleaned = 0.00144169 Jy ! Component: 3200 - total flux cleaned = 0.00153562 Jy ! Component: 3250 - total flux cleaned = 0.0015044 Jy ! Component: 3300 - total flux cleaned = 0.0015663 Jy ! Component: 3350 - total flux cleaned = 0.00157658 Jy ! Component: 3400 - total flux cleaned = 0.00158688 Jy ! Component: 3450 - total flux cleaned = 0.0015971 Jy ! Component: 3500 - total flux cleaned = 0.00164759 Jy ! Component: 3550 - total flux cleaned = 0.00166772 Jy ! Component: 3600 - total flux cleaned = 0.00171779 Jy ! Component: 3650 - total flux cleaned = 0.00171784 Jy ! Component: 3700 - total flux cleaned = 0.00175741 Jy ! Component: 3750 - total flux cleaned = 0.00182644 Jy ! Component: 3800 - total flux cleaned = 0.00185588 Jy ! Component: 3850 - total flux cleaned = 0.00186555 Jy ! Component: 3900 - total flux cleaned = 0.00188497 Jy ! Component: 3950 - total flux cleaned = 0.00194294 Jy ! Component: 4000 - total flux cleaned = 0.00199095 Jy ! Component: 4050 - total flux cleaned = 0.00197179 Jy ! Total flux subtracted in 4096 components = 0.00205751 Jy ! Clean residual min=-0.000654 max=0.000509 Jy/beam ! Clean residual mean=-0.000000 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.119955 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 403 components and 0.119955 Jy ![Exited script file: muppet] wmap "J0718+6651_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.66 x 5.185 at 36.01 degrees (North through East) ! Clean map min=-0.0010133 max=0.099658 Jy/beam ! Writing clean map to FITS file: J0718+6651_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0996579 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168341 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.506757 0.506757 1.01351 2.02703 4.05406 8.10811 16.2162 32.4325 64.8649 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.099 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.66 x 5.185 at 36.01 degrees (North through East) ! Clean map min=-0.0010133 max=0.099658 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 J0718+6651_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:23:27 2019