! Started logfile: J2205+2926_S_2017_01_21_pus_uvs.log on Sun May 5 16:05:10 2019 obs J2205+2926_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J2205+2926_S_2017_01_21_pus_uva.fits ! AN table 1: 200 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.543611 visibilities/baseline/integration-bin. ! Found source: J2205+2926 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 558 lines of history. ! ! Reading 15656 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 J2205+2926_S_2017_01_21_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 510 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 498 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 514 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 978 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.915258Jy sigma=0.006938 ! Fit after self-cal, rms=0.898318Jy sigma=0.006830 ! 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.893 mas, bmaj=4.652 mas, bpa=-8.82 degrees ! Estimated noise=1350.53 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.0798634 Jy ! Component: 100 - total flux cleaned = 0.103918 Jy ! Total flux subtracted in 100 components = 0.103918 Jy ! Clean residual min=-0.006189 max=0.010148 Jy/beam ! Clean residual mean=0.000019 rms=0.001650 Jy/beam ! Combined flux in latest and established models = 0.103918 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.103918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101425Jy sigma=0.000679 ! Fit after self-cal, rms=0.101402Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0115115 Jy ! Component: 100 - total flux cleaned = 0.0170413 Jy ! Total flux subtracted in 100 components = 0.0170413 Jy ! Clean residual min=-0.004784 max=0.007733 Jy/beam ! Clean residual mean=0.000016 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.120959 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.120959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100281Jy sigma=0.000664 ! Fit after self-cal, rms=0.100292Jy sigma=0.000664 ! 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.412 mas, bmaj=5.414 mas, bpa=-1.975 degrees ! Estimated noise=815.96 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 (-7, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00816189 Jy ! Component: 100 - total flux cleaned = 0.012109 Jy ! Component: 150 - total flux cleaned = 0.014191 Jy ! Component: 200 - total flux cleaned = 0.0152834 Jy ! Total flux subtracted in 200 components = 0.0152834 Jy ! Clean residual min=-0.003615 max=0.004121 Jy/beam ! Clean residual mean=0.000020 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.136242 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 37 components and 0.136242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099703Jy sigma=0.000658 ! Fit after self-cal, rms=0.099603Jy sigma=0.000656 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.86 HN 0.95 LA 1.01 ! MK 0.97 NL 1.00 OV 1.05 PT 0.95 ! SC 0.92 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 1.00 LA 1.01 ! MK 1.00 NL 1.04 OV 1.08 PT 0.94 ! SC 1.00 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.92 HN 1.01 LA 0.99 ! MK 0.99 NL 1.09 OV 1.02 PT 0.92 ! 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.01 FD 1.00 HN 0.98 LA 1.06 ! MK 1.16 NL 1.00* OV 1.01 PT 0.93 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.099603Jy sigma=0.000656 ! Fit after self-cal, rms=0.100665Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.413 mas, bmaj=5.416 mas, bpa=-1.475 degrees ! Estimated noise=805.681 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.00127518 Jy ! Component: 100 - total flux cleaned = 0.000862774 Jy ! Component: 150 - total flux cleaned = 0.000449227 Jy ! Component: 200 - total flux cleaned = 0.000140757 Jy ! Total flux subtracted in 200 components = 0.000140757 Jy ! Clean residual min=-0.002816 max=0.002957 Jy/beam ! Clean residual mean=0.000013 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.136383 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 51 components and 0.136383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100573Jy sigma=0.000653 ! Fit after self-cal, rms=0.100752Jy sigma=0.000652 ! 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.100752Jy sigma=0.000652 ! Fit after self-cal, rms=0.111708Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=5.416 mas, bpa=-0.9568 degrees ! Estimated noise=810.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115984 Jy ! Component: 100 - total flux cleaned = 0.00157377 Jy ! Component: 150 - total flux cleaned = 0.00171892 Jy ! Component: 200 - total flux cleaned = 0.00175189 Jy ! Total flux subtracted in 200 components = 0.00175189 Jy ! Clean residual min=-0.002177 max=0.002153 Jy/beam ! Clean residual mean=0.000009 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.138135 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.138135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111675Jy sigma=0.000649 ! Fit after self-cal, rms=0.111865Jy sigma=0.000649 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 (-68.5, -89). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000794343 Jy ! Component: 100 - total flux cleaned = 0.000918894 Jy ! Component: 150 - total flux cleaned = 0.000994437 Jy ! Component: 200 - total flux cleaned = 0.000995209 Jy ! Total flux subtracted in 200 components = 0.000995209 Jy ! Clean residual min=-0.001902 max=0.001976 Jy/beam ! Clean residual mean=0.000008 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.13913 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.13913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111826Jy sigma=0.000648 ! Fit after self-cal, rms=0.111814Jy sigma=0.000648 ! Inverting map ! Added new window around map position (-19, -125). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145184 Jy ! Component: 100 - total flux cleaned = 0.00165179 Jy ! Component: 150 - total flux cleaned = 0.00158352 Jy ! Component: 200 - total flux cleaned = 0.00155223 Jy ! Total flux subtracted in 200 components = 0.00155223 Jy ! Clean residual min=-0.001786 max=0.001989 Jy/beam ! Clean residual mean=0.000005 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.140683 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.140683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111771Jy sigma=0.000648 ! Fit after self-cal, rms=0.111756Jy sigma=0.000648 ! Inverting map ! Added new window around map position (125, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135073 Jy ! Component: 100 - total flux cleaned = 0.00147143 Jy ! Component: 150 - total flux cleaned = 0.0014741 Jy ! Component: 200 - total flux cleaned = 0.00137999 Jy ! Total flux subtracted in 200 components = 0.00137999 Jy ! Clean residual min=-0.001637 max=0.001744 Jy/beam ! Clean residual mean=0.000005 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.142063 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 120 components and 0.142063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111716Jy sigma=0.000648 ! Fit after self-cal, rms=0.111714Jy sigma=0.000648 ! 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.111714Jy sigma=0.000648 ! Fit after self-cal, rms=0.112275Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=5.418 mas, bpa=-0.9007 degrees ! Estimated noise=810.734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000698823 Jy ! Component: 100 - total flux cleaned = 0.000938645 Jy ! Component: 150 - total flux cleaned = 0.000906966 Jy ! Component: 200 - total flux cleaned = 0.000907608 Jy ! Total flux subtracted in 200 components = 0.000907608 Jy ! Clean residual min=-0.001660 max=0.001739 Jy/beam ! Clean residual mean=0.000005 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.14297 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 127 components and 0.14297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112253Jy sigma=0.000648 ! Fit after self-cal, rms=0.112252Jy sigma=0.000648 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 (74.5, -32.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000692312 Jy ! Component: 100 - total flux cleaned = 0.000650005 Jy ! Component: 150 - total flux cleaned = 0.000777026 Jy ! Component: 200 - total flux cleaned = 0.000777542 Jy ! Total flux subtracted in 200 components = 0.000777542 Jy ! Clean residual min=-0.001509 max=0.001575 Jy/beam ! Clean residual mean=0.000005 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.143748 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 152 components and 0.143748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112209Jy sigma=0.000647 ! Fit after self-cal, rms=0.112199Jy sigma=0.000647 ! 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.112199Jy sigma=0.000647 ! Fit after self-cal, rms=0.111963Jy sigma=0.000647 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.313 mas, bmaj=8.751 mas, bpa=9.233 degrees ! Estimated noise=1038.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000600524 Jy ! Component: 100 - total flux cleaned = 0.000685253 Jy ! Component: 150 - total flux cleaned = 0.000709344 Jy ! Component: 200 - total flux cleaned = 0.000731263 Jy ! Total flux subtracted in 200 components = 0.000731263 Jy ! Clean residual min=-0.001651 max=0.001612 Jy/beam ! Clean residual mean=0.000008 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.144479 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 172 components and 0.144479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111954Jy sigma=0.000647 ! Fit after self-cal, rms=0.111954Jy sigma=0.000647 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.7109e-05 Jy ! Component: 100 - total flux cleaned = 0.000118939 Jy ! Component: 150 - total flux cleaned = 0.000118671 Jy ! Component: 200 - total flux cleaned = 0.000156588 Jy ! Total flux subtracted in 200 components = 0.000156588 Jy ! Clean residual min=-0.001690 max=0.001572 Jy/beam ! Clean residual mean=0.000008 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.144636 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 183 components and 0.144636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111947Jy sigma=0.000647 ! Fit after self-cal, rms=0.111947Jy sigma=0.000647 ! 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.418 mas, bmaj=5.419 mas, bpa=-0.9257 degrees ! Estimated noise=810.978 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.418 x 5.419 at -0.9257 degrees (North through East) ! Clean map min=-0.0021424 max=0.10467 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.913 mas, bmaj=4.62 mas, bpa=-7.697 degrees ! Estimated noise=1352.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0792852 Jy ! Component: 100 - total flux cleaned = 0.103904 Jy ! Component: 150 - total flux cleaned = 0.116535 Jy ! Component: 200 - total flux cleaned = 0.124476 Jy ! Total flux subtracted in 200 components = 0.124476 Jy ! Clean residual min=-0.003798 max=0.004177 Jy/beam ! Clean residual mean=0.000009 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.124476 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.124476 Jy ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=5.419 mas, bpa=-0.9257 degrees ! Estimated noise=810.978 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.00632996 Jy ! Component: 100 - total flux cleaned = 0.0105958 Jy ! Component: 150 - total flux cleaned = 0.0135903 Jy ! Component: 200 - total flux cleaned = 0.0156149 Jy ! Total flux subtracted in 200 components = 0.0156149 Jy ! Clean residual min=-0.002354 max=0.002228 Jy/beam ! Clean residual mean=0.000006 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.140091 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.140091 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.313 mas, bmaj=8.751 mas, bpa=9.233 degrees ! Estimated noise=1038.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253002 Jy ! Component: 100 - total flux cleaned = 0.003633 Jy ! Component: 150 - total flux cleaned = 0.00430833 Jy ! Component: 200 - total flux cleaned = 0.00470383 Jy ! Total flux subtracted in 200 components = 0.00470383 Jy ! Clean residual min=-0.001842 max=0.001871 Jy/beam ! Clean residual mean=0.000007 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.144795 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.000224865 Jy ! Component: 100 - total flux cleaned = 0.000466701 Jy ! Component: 150 - total flux cleaned = 0.000542032 Jy ! Component: 200 - total flux cleaned = 0.000577533 Jy ! Total flux subtracted in 200 components = 0.000577533 Jy ! Clean residual min=-0.001759 max=0.001720 Jy/beam ! Clean residual mean=0.000006 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.145373 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 123 components and 0.145373 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=5.419 mas, bpa=-0.9257 degrees ! Estimated noise=810.978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409069 Jy ! Component: 100 - total flux cleaned = 0.000115954 Jy ! Component: 150 - total flux cleaned = -0.000150189 Jy ! Component: 200 - total flux cleaned = -0.000246919 Jy ! Total flux subtracted in 200 components = -0.000246919 Jy ! Clean residual min=-0.001717 max=0.001740 Jy/beam ! Clean residual mean=0.000005 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.145126 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 147 components and 0.145126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112035Jy sigma=0.000648 ! Fit after self-cal, rms=0.112042Jy sigma=0.000648 wmodel J2205+2926_S_2017_01_21_pus_map.mod ! Writing 147 model components to file: J2205+2926_S_2017_01_21_pus_map.mod wobs J2205+2926_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J2205+2926_S_2017_01_21_pus_uvs.fits wwins J2205+2926_S_2017_01_21_pus_map.win ! wwins: Wrote 6 windows to J2205+2926_S_2017_01_21_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119613 Jy ! Component: 100 - total flux cleaned = -0.000177915 Jy ! Component: 150 - total flux cleaned = -0.000232264 Jy ! Component: 200 - total flux cleaned = -0.000364686 Jy ! Component: 250 - total flux cleaned = -0.000519355 Jy ! Component: 300 - total flux cleaned = -0.000694554 Jy ! Component: 350 - total flux cleaned = -0.000792433 Jy ! Component: 400 - total flux cleaned = -0.000935824 Jy ! Component: 450 - total flux cleaned = -0.00105258 Jy ! Component: 500 - total flux cleaned = -0.00123526 Jy ! Component: 550 - total flux cleaned = -0.00121282 Jy ! Component: 600 - total flux cleaned = -0.00114709 Jy ! Component: 650 - total flux cleaned = -0.00112585 Jy ! Component: 700 - total flux cleaned = -0.00108385 Jy ! Component: 750 - total flux cleaned = -0.00104214 Jy ! Component: 800 - total flux cleaned = -0.000959672 Jy ! Component: 850 - total flux cleaned = -0.000939523 Jy ! Component: 900 - total flux cleaned = -0.000879769 Jy ! Component: 950 - total flux cleaned = -0.000801027 Jy ! Component: 1000 - total flux cleaned = -0.00080123 Jy ! Component: 1050 - total flux cleaned = -0.000723836 Jy ! Component: 1100 - total flux cleaned = -0.000609568 Jy ! Component: 1150 - total flux cleaned = -0.000552809 Jy ! Component: 1200 - total flux cleaned = -0.000459581 Jy ! Component: 1250 - total flux cleaned = -0.000404494 Jy ! Component: 1300 - total flux cleaned = -0.00040472 Jy ! Component: 1350 - total flux cleaned = -0.000314365 Jy ! Component: 1400 - total flux cleaned = -0.000296378 Jy ! Component: 1450 - total flux cleaned = -0.000207804 Jy ! Component: 1500 - total flux cleaned = -0.000172771 Jy ! Component: 1550 - total flux cleaned = -0.000120319 Jy ! Component: 1600 - total flux cleaned = -5.12036e-05 Jy ! Component: 1650 - total flux cleaned = -0.000102361 Jy ! Component: 1700 - total flux cleaned = -6.81342e-05 Jy ! Component: 1750 - total flux cleaned = 3.31834e-05 Jy ! Component: 1800 - total flux cleaned = 0.000133506 Jy ! Component: 1850 - total flux cleaned = 0.000166524 Jy ! Component: 1900 - total flux cleaned = 0.000199608 Jy ! Component: 1950 - total flux cleaned = 0.000264942 Jy ! Component: 2000 - total flux cleaned = 0.000297358 Jy ! Component: 2050 - total flux cleaned = 0.000361592 Jy ! Component: 2100 - total flux cleaned = 0.000409343 Jy ! Component: 2150 - total flux cleaned = 0.000440866 Jy ! Component: 2200 - total flux cleaned = 0.000440935 Jy ! Component: 2250 - total flux cleaned = 0.000472155 Jy ! Component: 2300 - total flux cleaned = 0.000518526 Jy ! Component: 2350 - total flux cleaned = 0.000549129 Jy ! Component: 2400 - total flux cleaned = 0.000533973 Jy ! Component: 2450 - total flux cleaned = 0.000609699 Jy ! Component: 2500 - total flux cleaned = 0.000669949 Jy ! Component: 2550 - total flux cleaned = 0.000744647 Jy ! Component: 2600 - total flux cleaned = 0.000729833 Jy ! Component: 2650 - total flux cleaned = 0.000744562 Jy ! Component: 2700 - total flux cleaned = 0.000832336 Jy ! Component: 2750 - total flux cleaned = 0.00081769 Jy ! Component: 2800 - total flux cleaned = 0.000861009 Jy ! Component: 2850 - total flux cleaned = 0.000918122 Jy ! Component: 2900 - total flux cleaned = 0.000932291 Jy ! Component: 2950 - total flux cleaned = 0.00104538 Jy ! Component: 3000 - total flux cleaned = 0.00105942 Jy ! Component: 3050 - total flux cleaned = 0.00110142 Jy ! Component: 3100 - total flux cleaned = 0.00110137 Jy ! Component: 3150 - total flux cleaned = 0.0011841 Jy ! Component: 3200 - total flux cleaned = 0.00119773 Jy ! Component: 3250 - total flux cleaned = 0.00118401 Jy ! Component: 3300 - total flux cleaned = 0.00122477 Jy ! Component: 3350 - total flux cleaned = 0.00123828 Jy ! Component: 3400 - total flux cleaned = 0.00129197 Jy ! Component: 3450 - total flux cleaned = 0.00129195 Jy ! Component: 3500 - total flux cleaned = 0.00137176 Jy ! Component: 3550 - total flux cleaned = 0.00138494 Jy ! Component: 3600 - total flux cleaned = 0.00141135 Jy ! Component: 3650 - total flux cleaned = 0.00139823 Jy ! Component: 3700 - total flux cleaned = 0.00143723 Jy ! Component: 3750 - total flux cleaned = 0.00147612 Jy ! Component: 3800 - total flux cleaned = 0.00150197 Jy ! Component: 3850 - total flux cleaned = 0.00156605 Jy ! Component: 3900 - total flux cleaned = 0.00159138 Jy ! Component: 3950 - total flux cleaned = 0.00157867 Jy ! Component: 4000 - total flux cleaned = 0.00160403 Jy ! Component: 4050 - total flux cleaned = 0.0016166 Jy ! Total flux subtracted in 4096 components = 0.00164165 Jy ! Clean residual min=-0.000691 max=0.000679 Jy/beam ! Clean residual mean=-0.000001 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.146767 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 409 components and 0.146767 Jy ![Exited script file: muppet] wmap "J2205+2926_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.418 x 5.419 at -0.9257 degrees (North through East) ! Clean map min=-0.001547 max=0.10393 Jy/beam ! Writing clean map to FITS file: J2205+2926_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103926 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021996 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.634951 0.634951 1.2699 2.53981 5.07961 10.1592 20.3184 40.6369 81.2738 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 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.418 x 5.419 at -0.9257 degrees (North through East) ! Clean map min=-0.001547 max=0.10393 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 J2205+2926_S_2017_01_21_pus_uvs.log closed on Sun May 5 16:05:15 2019