! Started logfile: J0930+7420_S_2017_02_24_pus_uvs.log on Sat May 4 11:23:21 2019 obs J0930+7420_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0930+7420_S_2017_02_24_pus_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.874025 visibilities/baseline/integration-bin. ! Found source: J0930+7420 ! ! 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 823 lines of history. ! ! Reading 23756 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 J0930+7420_S_2017_02_24_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 560 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.704390Jy sigma=0.006018 ! Fit after self-cal, rms=0.694603Jy sigma=0.005940 ! 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=3.174 mas, bmaj=4.748 mas, bpa=75.92 degrees ! Estimated noise=864.518 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.231378 Jy ! Component: 100 - total flux cleaned = 0.287928 Jy ! Total flux subtracted in 100 components = 0.287928 Jy ! Clean residual min=-0.008153 max=0.022960 Jy/beam ! Clean residual mean=-0.000026 rms=0.002193 Jy/beam ! Combined flux in latest and established models = 0.287928 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.287928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114758Jy sigma=0.000810 ! Fit after self-cal, rms=0.114743Jy sigma=0.000810 ! Inverting map ! Added new window around map position (-7, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0258275 Jy ! Component: 100 - total flux cleaned = 0.0405675 Jy ! Total flux subtracted in 100 components = 0.0405675 Jy ! Clean residual min=-0.006687 max=0.012101 Jy/beam ! Clean residual mean=-0.000015 rms=0.001560 Jy/beam ! Combined flux in latest and established models = 0.328495 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.328495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105928Jy sigma=0.000742 ! Fit after self-cal, rms=0.105645Jy sigma=0.000739 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108862 Jy ! Component: 100 - total flux cleaned = 0.017887 Jy ! Total flux subtracted in 100 components = 0.017887 Jy ! Clean residual min=-0.006149 max=0.008076 Jy/beam ! Clean residual mean=-0.000009 rms=0.001377 Jy/beam ! Combined flux in latest and established models = 0.346382 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 35 components and 0.346382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103631Jy sigma=0.000726 ! Fit after self-cal, rms=0.103546Jy sigma=0.000725 ! 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.754 mas, bmaj=5.52 mas, bpa=78.39 degrees ! Estimated noise=592.472 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.00812229 Jy ! Component: 100 - total flux cleaned = 0.0129487 Jy ! Component: 150 - total flux cleaned = 0.0160995 Jy ! Component: 200 - total flux cleaned = 0.0181628 Jy ! Total flux subtracted in 200 components = 0.0181628 Jy ! Clean residual min=-0.006631 max=0.004700 Jy/beam ! Clean residual mean=-0.000002 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.364545 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.364545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102359Jy sigma=0.000722 ! Fit after self-cal, rms=0.102338Jy sigma=0.000721 ! 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.94 FD 1.02 HN 1.04 KP 0.99 ! LA 0.97 MK 1.03 NL 1.00 OV 1.06 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.94 HN 1.05 KP 0.94 ! LA 0.95 MK 1.02 NL 0.96 OV 1.08 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 HN 1.02 KP 1.03 ! LA 1.03 MK 1.04 NL 1.08 OV 0.98 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 0.98 KP 1.00* ! LA 1.08 MK 0.94 NL 1.00* OV 1.01 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.102338Jy sigma=0.000721 ! Fit after self-cal, rms=0.098857Jy sigma=0.000704 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.75 mas, bmaj=5.508 mas, bpa=78.22 degrees ! Estimated noise=597.059 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.00307443 Jy ! Component: 100 - total flux cleaned = 0.00476152 Jy ! Component: 150 - total flux cleaned = 0.00562999 Jy ! Component: 200 - total flux cleaned = 0.00579091 Jy ! Total flux subtracted in 200 components = 0.00579091 Jy ! Clean residual min=-0.005186 max=0.004088 Jy/beam ! Clean residual mean=0.000000 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.370336 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 52 components and 0.370336 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098604Jy sigma=0.000704 ! Fit after self-cal, rms=0.098588Jy sigma=0.000704 ! 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.098588Jy sigma=0.000704 ! Fit after self-cal, rms=0.087493Jy sigma=0.000683 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=5.498 mas, bpa=78.3 degrees ! Estimated noise=599.83 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158737 Jy ! Component: 100 - total flux cleaned = 0.0016683 Jy ! Component: 150 - total flux cleaned = 0.00176078 Jy ! Component: 200 - total flux cleaned = 0.00186395 Jy ! Total flux subtracted in 200 components = 0.00186395 Jy ! Clean residual min=-0.002239 max=0.002076 Jy/beam ! Clean residual mean=0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.3722 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.3722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087429Jy sigma=0.000683 ! Fit after self-cal, rms=0.087401Jy sigma=0.000683 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.52395e-05 Jy ! Component: 100 - total flux cleaned = 1.55826e-05 Jy ! Component: 150 - total flux cleaned = 5.72976e-05 Jy ! Component: 200 - total flux cleaned = 7.57605e-05 Jy ! Total flux subtracted in 200 components = 7.57605e-05 Jy ! Clean residual min=-0.002136 max=0.002064 Jy/beam ! Clean residual mean=0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.372275 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.372275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087387Jy sigma=0.000683 ! Fit after self-cal, rms=0.087386Jy sigma=0.000683 ! 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.087386Jy sigma=0.000683 ! Fit after self-cal, rms=0.087739Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.745 mas, bmaj=5.494 mas, bpa=78.27 degrees ! Estimated noise=602.408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147933 Jy ! Component: 100 - total flux cleaned = 0.00189478 Jy ! Component: 150 - total flux cleaned = 0.00197463 Jy ! Component: 200 - total flux cleaned = 0.0020273 Jy ! Total flux subtracted in 200 components = 0.0020273 Jy ! Clean residual min=-0.002101 max=0.001994 Jy/beam ! Clean residual mean=0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.374303 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.374303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087688Jy sigma=0.000682 ! Fit after self-cal, rms=0.087687Jy sigma=0.000682 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 = -2.79969e-05 Jy ! Component: 100 - total flux cleaned = 6.01435e-06 Jy ! Component: 150 - total flux cleaned = 3.71897e-05 Jy ! Component: 200 - total flux cleaned = 6.62247e-05 Jy ! Total flux subtracted in 200 components = 6.62247e-05 Jy ! Clean residual min=-0.002046 max=0.001955 Jy/beam ! Clean residual mean=0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.374369 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.374369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087680Jy sigma=0.000682 ! Fit after self-cal, rms=0.087680Jy sigma=0.000682 ! 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.087680Jy sigma=0.000682 ! Fit after self-cal, rms=0.088050Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.853 mas, bmaj=9.661 mas, bpa=75.76 degrees ! Estimated noise=756.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172022 Jy ! Component: 100 - total flux cleaned = 0.00249784 Jy ! Component: 150 - total flux cleaned = 0.00292565 Jy ! Component: 200 - total flux cleaned = 0.00306611 Jy ! Total flux subtracted in 200 components = 0.00306611 Jy ! Clean residual min=-0.002720 max=0.002408 Jy/beam ! Clean residual mean=0.000006 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.377435 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.377435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088016Jy sigma=0.000682 ! Fit after self-cal, rms=0.088014Jy sigma=0.000682 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.27828e-05 Jy ! Component: 100 - total flux cleaned = 9.35507e-05 Jy ! Component: 150 - total flux cleaned = 0.000121789 Jy ! Component: 200 - total flux cleaned = 0.000139233 Jy ! Total flux subtracted in 200 components = 0.000139233 Jy ! Clean residual min=-0.002729 max=0.002388 Jy/beam ! Clean residual mean=0.000006 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.377574 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 86 components and 0.377574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088015Jy sigma=0.000682 ! Fit after self-cal, rms=0.088015Jy sigma=0.000682 ! 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.74 mas, bmaj=5.49 mas, bpa=78.25 degrees ! Estimated noise=604.927 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.74 x 5.49 at 78.25 degrees (North through East) ! Clean map min=-0.0021053 max=0.30507 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=3.157 mas, bmaj=4.715 mas, bpa=75.66 degrees ! Estimated noise=882.479 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.235829 Jy ! Component: 100 - total flux cleaned = 0.295862 Jy ! Component: 150 - total flux cleaned = 0.324664 Jy ! Component: 200 - total flux cleaned = 0.341417 Jy ! Total flux subtracted in 200 components = 0.341417 Jy ! Clean residual min=-0.003849 max=0.008770 Jy/beam ! Clean residual mean=-0.000011 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.341417 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.341417 Jy ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=5.49 mas, bpa=78.25 degrees ! Estimated noise=604.927 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.0134806 Jy ! Component: 100 - total flux cleaned = 0.0213956 Jy ! Component: 150 - total flux cleaned = 0.0263596 Jy ! Component: 200 - total flux cleaned = 0.0296028 Jy ! Total flux subtracted in 200 components = 0.0296028 Jy ! Clean residual min=-0.002065 max=0.002610 Jy/beam ! Clean residual mean=-0.000003 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.371019 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 43 components and 0.371019 Jy ! Inverting map ! Added new window around map position (8, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275325 Jy ! Component: 100 - total flux cleaned = 0.00454321 Jy ! Component: 150 - total flux cleaned = 0.00585237 Jy ! Component: 200 - total flux cleaned = 0.0063579 Jy ! Total flux subtracted in 200 components = 0.0063579 Jy ! Clean residual min=-0.002075 max=0.001751 Jy/beam ! Clean residual mean=0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.377377 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 54 components and 0.377377 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.853 mas, bmaj=9.661 mas, bpa=75.76 degrees ! Estimated noise=756.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011968 Jy ! Component: 100 - total flux cleaned = 0.00181489 Jy ! Component: 150 - total flux cleaned = 0.00198538 Jy ! Component: 200 - total flux cleaned = 0.00202776 Jy ! Total flux subtracted in 200 components = 0.00202776 Jy ! Clean residual min=-0.002685 max=0.002345 Jy/beam ! Clean residual mean=0.000010 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.379405 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.50318e-05 Jy ! Component: 100 - total flux cleaned = 5.94931e-05 Jy ! Component: 150 - total flux cleaned = 9.11079e-05 Jy ! Component: 200 - total flux cleaned = 0.000120296 Jy ! Total flux subtracted in 200 components = 0.000120296 Jy ! Clean residual min=-0.002684 max=0.002341 Jy/beam ! Clean residual mean=0.000011 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.379525 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 80 components and 0.379525 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.74 mas, bmaj=5.49 mas, bpa=78.25 degrees ! Estimated noise=604.927 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000322208 Jy ! Component: 100 - total flux cleaned = -0.000357178 Jy ! Component: 150 - total flux cleaned = -0.000357537 Jy ! Component: 200 - total flux cleaned = -0.000356469 Jy ! Total flux subtracted in 200 components = -0.000356469 Jy ! Clean residual min=-0.002058 max=0.001690 Jy/beam ! Clean residual mean=0.000004 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.379169 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.379169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087984Jy sigma=0.000682 ! Fit after self-cal, rms=0.087974Jy sigma=0.000682 wmodel J0930+7420_S_2017_02_24_pus_map.mod ! Writing 89 model components to file: J0930+7420_S_2017_02_24_pus_map.mod wobs J0930+7420_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0930+7420_S_2017_02_24_pus_uvs.fits wwins J0930+7420_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J0930+7420_S_2017_02_24_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.000950425 Jy ! Component: 100 - total flux cleaned = -0.00144955 Jy ! Component: 150 - total flux cleaned = -0.00173292 Jy ! Component: 200 - total flux cleaned = -0.00191535 Jy ! Component: 250 - total flux cleaned = -0.00209094 Jy ! Component: 300 - total flux cleaned = -0.00223279 Jy ! Component: 350 - total flux cleaned = -0.00242805 Jy ! Component: 400 - total flux cleaned = -0.0025103 Jy ! Component: 450 - total flux cleaned = -0.00269843 Jy ! Component: 500 - total flux cleaned = -0.0028831 Jy ! Component: 550 - total flux cleaned = -0.00301293 Jy ! Component: 600 - total flux cleaned = -0.0031407 Jy ! Component: 650 - total flux cleaned = -0.0033167 Jy ! Component: 700 - total flux cleaned = -0.00341561 Jy ! Component: 750 - total flux cleaned = -0.00351355 Jy ! Component: 800 - total flux cleaned = -0.003658 Jy ! Component: 850 - total flux cleaned = -0.00375287 Jy ! Component: 900 - total flux cleaned = -0.00384655 Jy ! Component: 950 - total flux cleaned = -0.00398583 Jy ! Component: 1000 - total flux cleaned = -0.0041457 Jy ! Component: 1050 - total flux cleaned = -0.00425895 Jy ! Component: 1100 - total flux cleaned = -0.00432612 Jy ! Component: 1150 - total flux cleaned = -0.00445907 Jy ! Component: 1200 - total flux cleaned = -0.00456846 Jy ! Component: 1250 - total flux cleaned = -0.00456846 Jy ! Component: 1300 - total flux cleaned = -0.00467551 Jy ! Component: 1350 - total flux cleaned = -0.00467568 Jy ! Component: 1400 - total flux cleaned = -0.00471801 Jy ! Component: 1450 - total flux cleaned = -0.00482217 Jy ! Component: 1500 - total flux cleaned = -0.00482235 Jy ! Component: 1550 - total flux cleaned = -0.00492465 Jy ! Component: 1600 - total flux cleaned = -0.00494441 Jy ! Component: 1650 - total flux cleaned = -0.00490403 Jy ! Component: 1700 - total flux cleaned = -0.00502352 Jy ! Component: 1750 - total flux cleaned = -0.00494446 Jy ! Component: 1800 - total flux cleaned = -0.00502278 Jy ! Component: 1850 - total flux cleaned = -0.00506132 Jy ! Component: 1900 - total flux cleaned = -0.00508042 Jy ! Component: 1950 - total flux cleaned = -0.00508048 Jy ! Component: 2000 - total flux cleaned = -0.00513735 Jy ! Component: 2050 - total flux cleaned = -0.00519371 Jy ! Component: 2100 - total flux cleaned = -0.00519372 Jy ! Component: 2150 - total flux cleaned = -0.00524934 Jy ! Component: 2200 - total flux cleaned = -0.00532255 Jy ! Component: 2250 - total flux cleaned = -0.00528602 Jy ! Component: 2300 - total flux cleaned = -0.00535836 Jy ! Component: 2350 - total flux cleaned = -0.00528664 Jy ! Component: 2400 - total flux cleaned = -0.00541165 Jy ! Component: 2450 - total flux cleaned = -0.00542929 Jy ! Component: 2500 - total flux cleaned = -0.00551707 Jy ! Component: 2550 - total flux cleaned = -0.00556941 Jy ! Component: 2600 - total flux cleaned = -0.00558619 Jy ! Component: 2650 - total flux cleaned = -0.00560357 Jy ! Component: 2700 - total flux cleaned = -0.00567208 Jy ! Component: 2750 - total flux cleaned = -0.00572257 Jy ! Component: 2800 - total flux cleaned = -0.00577286 Jy ! Component: 2850 - total flux cleaned = -0.00583987 Jy ! Component: 2900 - total flux cleaned = -0.00583989 Jy ! Component: 2950 - total flux cleaned = -0.00585653 Jy ! Component: 3000 - total flux cleaned = -0.00595487 Jy ! Component: 3050 - total flux cleaned = -0.00598745 Jy ! Component: 3100 - total flux cleaned = -0.0060359 Jy ! Component: 3150 - total flux cleaned = -0.00605206 Jy ! Component: 3200 - total flux cleaned = -0.00617944 Jy ! Component: 3250 - total flux cleaned = -0.00611626 Jy ! Component: 3300 - total flux cleaned = -0.00619501 Jy ! Component: 3350 - total flux cleaned = -0.00632024 Jy ! Component: 3400 - total flux cleaned = -0.00628909 Jy ! Component: 3450 - total flux cleaned = -0.00635075 Jy ! Component: 3500 - total flux cleaned = -0.0064122 Jy ! Component: 3550 - total flux cleaned = -0.00647316 Jy ! Component: 3600 - total flux cleaned = -0.00644289 Jy ! Component: 3650 - total flux cleaned = -0.00651812 Jy ! Component: 3700 - total flux cleaned = -0.00653319 Jy ! Component: 3750 - total flux cleaned = -0.00657774 Jy ! Component: 3800 - total flux cleaned = -0.0065925 Jy ! Component: 3850 - total flux cleaned = -0.00660716 Jy ! Component: 3900 - total flux cleaned = -0.00666565 Jy ! Component: 3950 - total flux cleaned = -0.00672376 Jy ! Component: 4000 - total flux cleaned = -0.00665147 Jy ! Component: 4050 - total flux cleaned = -0.00665155 Jy ! Total flux subtracted in 4096 components = -0.00672325 Jy ! Clean residual min=-0.000810 max=0.000946 Jy/beam ! Clean residual mean=0.000002 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.372446 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 392 components and 0.372446 Jy ![Exited script file: muppet] wmap "J0930+7420_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.74 x 5.49 at 78.25 degrees (North through East) ! Clean map min=-0.0015968 max=0.30511 Jy/beam ! Writing clean map to FITS file: J0930+7420_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.305113 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000268671 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.264169 0.264169 0.528338 1.05668 2.11335 4.2267 8.4534 16.9068 33.8136 67.6272 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.305 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.74 x 5.49 at 78.25 degrees (North through East) ! Clean map min=-0.0015968 max=0.30511 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 J0930+7420_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:23:27 2019