! Started logfile: J1041+2101_S_2017_03_23_pus_uvs.log on Mon May 13 09:56:37 2019 obs J1041+2101_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1041+2101_S_2017_03_23_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.965388 visibilities/baseline/integration-bin. ! Found source: J1041+2101 ! ! 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 481 lines of history. ! ! Reading 19636 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 J1041+2101_S_2017_03_23_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 363 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.872172Jy sigma=0.008334 ! Fit after self-cal, rms=0.858824Jy sigma=0.008225 ! 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.874 mas, bmaj=6.34 mas, bpa=-6.819 degrees ! Estimated noise=826.445 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.10511 Jy ! Component: 100 - total flux cleaned = 0.132133 Jy ! Total flux subtracted in 100 components = 0.132133 Jy ! Clean residual min=-0.005797 max=0.015673 Jy/beam ! Clean residual mean=-0.000018 rms=0.001691 Jy/beam ! Combined flux in latest and established models = 0.132133 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.132133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091753Jy sigma=0.000805 ! Fit after self-cal, rms=0.091732Jy sigma=0.000804 ! Inverting map ! Added new window around map position (-4.5, -4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159856 Jy ! Component: 100 - total flux cleaned = 0.0260015 Jy ! Total flux subtracted in 100 components = 0.0260015 Jy ! Clean residual min=-0.004873 max=0.005783 Jy/beam ! Clean residual mean=-0.000007 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.158134 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 26 components and 0.158134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087145Jy sigma=0.000758 ! Fit after self-cal, rms=0.087014Jy sigma=0.000757 ! 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.457 mas, bmaj=7.081 mas, bpa=-5.29 degrees ! Estimated noise=578.397 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.0127262 Jy ! Component: 100 - total flux cleaned = 0.0204631 Jy ! Component: 150 - total flux cleaned = 0.0256846 Jy ! Component: 200 - total flux cleaned = 0.0294639 Jy ! Total flux subtracted in 200 components = 0.0294639 Jy ! Clean residual min=-0.004272 max=0.006072 Jy/beam ! Clean residual mean=0.000014 rms=0.001330 Jy/beam ! Combined flux in latest and established models = 0.187598 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 82 components and 0.187598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084778Jy sigma=0.000737 ! Fit after self-cal, rms=0.084676Jy sigma=0.000735 ! 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 1.01 HN 0.96 KP 1.00 ! LA 0.94 MK 1.01 NL 0.86 OV 0.98 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.07 HN 0.99 KP 0.97 ! LA 0.92 MK 0.99 NL 1.07 OV 1.02 ! PT 0.93 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.10 HN 0.99 KP 0.87 ! LA 0.74 MK 1.03 NL 1.25 OV 0.93 ! PT 0.92 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.19 HN 0.97 KP 1.00* ! LA 0.75 MK 1.15 NL 1.00* OV 1.92 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.084676Jy sigma=0.000735 ! Fit after self-cal, rms=0.092340Jy sigma=0.000698 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=7.14 mas, bpa=-5.023 degrees ! Estimated noise=571.481 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.000528379 Jy ! Component: 100 - total flux cleaned = 0.00029049 Jy ! Component: 150 - total flux cleaned = 0.000140137 Jy ! Component: 200 - total flux cleaned = 7.6417e-05 Jy ! Total flux subtracted in 200 components = 7.6417e-05 Jy ! Clean residual min=-0.002924 max=0.003124 Jy/beam ! Clean residual mean=0.000009 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.187674 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 92 components and 0.187674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092289Jy sigma=0.000697 ! Fit after self-cal, rms=0.092494Jy sigma=0.000697 ! 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.092494Jy sigma=0.000697 ! Fit after self-cal, rms=0.103047Jy sigma=0.000686 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=7.15 mas, bpa=-4.966 degrees ! Estimated noise=570.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000983324 Jy ! Component: 100 - total flux cleaned = 0.000986259 Jy ! Component: 150 - total flux cleaned = 0.000955661 Jy ! Component: 200 - total flux cleaned = 0.00090644 Jy ! Total flux subtracted in 200 components = 0.00090644 Jy ! Clean residual min=-0.001615 max=0.001582 Jy/beam ! Clean residual mean=0.000004 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.188581 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 98 components and 0.188581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103016Jy sigma=0.000685 ! Fit after self-cal, rms=0.103128Jy sigma=0.000685 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.93754e-05 Jy ! Component: 100 - total flux cleaned = 4.67738e-05 Jy ! Component: 150 - total flux cleaned = -1.47126e-05 Jy ! Component: 200 - total flux cleaned = -6.79921e-05 Jy ! Total flux subtracted in 200 components = -6.79921e-05 Jy ! Clean residual min=-0.001625 max=0.001575 Jy/beam ! Clean residual mean=0.000004 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.188513 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.188513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103119Jy sigma=0.000685 ! Fit after self-cal, rms=0.103122Jy sigma=0.000685 ! 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.103122Jy sigma=0.000685 ! Fit after self-cal, rms=0.104590Jy sigma=0.000685 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.483 mas, bmaj=7.165 mas, bpa=-4.907 degrees ! Estimated noise=569.621 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.54546e-05 Jy ! Component: 100 - total flux cleaned = 7.30579e-05 Jy ! Component: 150 - total flux cleaned = 7.1948e-05 Jy ! Component: 200 - total flux cleaned = 0.000103226 Jy ! Total flux subtracted in 200 components = 0.000103226 Jy ! Clean residual min=-0.001582 max=0.001625 Jy/beam ! Clean residual mean=0.000003 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.188616 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 111 components and 0.188616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104580Jy sigma=0.000685 ! Fit after self-cal, rms=0.104587Jy sigma=0.000685 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 = 3.04653e-05 Jy ! Component: 100 - total flux cleaned = 1.33843e-05 Jy ! Component: 150 - total flux cleaned = 1.34174e-05 Jy ! Component: 200 - total flux cleaned = 2.67216e-05 Jy ! Total flux subtracted in 200 components = 2.67216e-05 Jy ! Clean residual min=-0.001577 max=0.001610 Jy/beam ! Clean residual mean=0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.188643 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 116 components and 0.188643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104582Jy sigma=0.000685 ! Fit after self-cal, rms=0.104584Jy sigma=0.000685 ! 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.104584Jy sigma=0.000685 ! Fit after self-cal, rms=0.105079Jy sigma=0.000685 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.536 mas, bmaj=10.35 mas, bpa=-2.872 degrees ! Estimated noise=696.265 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000432568 Jy ! Component: 100 - total flux cleaned = 0.000401594 Jy ! Component: 150 - total flux cleaned = 0.000377515 Jy ! Component: 200 - total flux cleaned = 0.000378117 Jy ! Total flux subtracted in 200 components = 0.000378117 Jy ! Clean residual min=-0.001527 max=0.001480 Jy/beam ! Clean residual mean=0.000007 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.189021 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 125 components and 0.189021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105076Jy sigma=0.000685 ! Fit after self-cal, rms=0.105082Jy sigma=0.000685 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 = -4.18285e-06 Jy ! Component: 100 - total flux cleaned = -4.60815e-06 Jy ! Component: 150 - total flux cleaned = 4.86912e-06 Jy ! Component: 200 - total flux cleaned = 1.34689e-05 Jy ! Total flux subtracted in 200 components = 1.34689e-05 Jy ! Clean residual min=-0.001535 max=0.001456 Jy/beam ! Clean residual mean=0.000007 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.189034 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 127 components and 0.189034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105084Jy sigma=0.000685 ! Fit after self-cal, rms=0.105089Jy sigma=0.000685 ! 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.484 mas, bmaj=7.175 mas, bpa=-4.863 degrees ! Estimated noise=569.331 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.484 x 7.175 at -4.863 degrees (North through East) ! Clean map min=-0.0015222 max=0.13684 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.896 mas, bmaj=6.393 mas, bpa=-6.205 degrees ! Estimated noise=824.052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104301 Jy ! Component: 100 - total flux cleaned = 0.133846 Jy ! Component: 150 - total flux cleaned = 0.150327 Jy ! Component: 200 - total flux cleaned = 0.160387 Jy ! Total flux subtracted in 200 components = 0.160387 Jy ! Clean residual min=-0.002866 max=0.005501 Jy/beam ! Clean residual mean=-0.000010 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.160387 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.160387 Jy ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=7.175 mas, bpa=-4.863 degrees ! Estimated noise=569.331 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.010265 Jy ! Component: 100 - total flux cleaned = 0.0166363 Jy ! Component: 150 - total flux cleaned = 0.0208261 Jy ! Component: 200 - total flux cleaned = 0.0236209 Jy ! Total flux subtracted in 200 components = 0.0236209 Jy ! Clean residual min=-0.001770 max=0.002062 Jy/beam ! Clean residual mean=0.000001 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.184008 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 71 components and 0.184008 Jy ! Inverting map ! Added new window around map position (-2, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00215906 Jy ! Component: 100 - total flux cleaned = 0.00315215 Jy ! Component: 150 - total flux cleaned = 0.00385756 Jy ! Component: 200 - total flux cleaned = 0.00444272 Jy ! Total flux subtracted in 200 components = 0.00444272 Jy ! Clean residual min=-0.001553 max=0.001572 Jy/beam ! Clean residual mean=0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.188451 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 97 components and 0.188451 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.536 mas, bmaj=10.35 mas, bpa=-2.872 degrees ! Estimated noise=696.265 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102031 Jy ! Component: 100 - total flux cleaned = 0.00133314 Jy ! Component: 150 - total flux cleaned = 0.00152594 Jy ! Component: 200 - total flux cleaned = 0.00166004 Jy ! Total flux subtracted in 200 components = 0.00166004 Jy ! Clean residual min=-0.001478 max=0.001435 Jy/beam ! Clean residual mean=0.000006 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.190111 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.000106144 Jy ! Component: 100 - total flux cleaned = 0.000193735 Jy ! Component: 150 - total flux cleaned = 0.000252005 Jy ! Component: 200 - total flux cleaned = 0.000273924 Jy ! Total flux subtracted in 200 components = 0.000273924 Jy ! Clean residual min=-0.001490 max=0.001449 Jy/beam ! Clean residual mean=0.000006 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.190385 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 133 components and 0.190385 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.484 mas, bmaj=7.175 mas, bpa=-4.863 degrees ! Estimated noise=569.331 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000266887 Jy ! Component: 100 - total flux cleaned = -0.000195988 Jy ! Component: 150 - total flux cleaned = -0.000174103 Jy ! Component: 200 - total flux cleaned = -0.000153498 Jy ! Total flux subtracted in 200 components = -0.000153498 Jy ! Clean residual min=-0.001550 max=0.001550 Jy/beam ! Clean residual mean=0.000002 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.190231 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 144 components and 0.190231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105076Jy sigma=0.000684 ! Fit after self-cal, rms=0.105078Jy sigma=0.000684 wmodel J1041+2101_S_2017_03_23_pus_map.mod ! Writing 144 model components to file: J1041+2101_S_2017_03_23_pus_map.mod wobs J1041+2101_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1041+2101_S_2017_03_23_pus_uvs.fits wwins J1041+2101_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J1041+2101_S_2017_03_23_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.30424e-05 Jy ! Component: 100 - total flux cleaned = 5.34508e-05 Jy ! Component: 150 - total flux cleaned = 0.000201538 Jy ! Component: 200 - total flux cleaned = 0.000369344 Jy ! Component: 250 - total flux cleaned = 0.000415851 Jy ! Component: 300 - total flux cleaned = 0.000461964 Jy ! Component: 350 - total flux cleaned = 0.000573767 Jy ! Component: 400 - total flux cleaned = 0.000617402 Jy ! Component: 450 - total flux cleaned = 0.000703501 Jy ! Component: 500 - total flux cleaned = 0.000766823 Jy ! Component: 550 - total flux cleaned = 0.000807817 Jy ! Component: 600 - total flux cleaned = 0.000787377 Jy ! Component: 650 - total flux cleaned = 0.000848041 Jy ! Component: 700 - total flux cleaned = 0.000848164 Jy ! Component: 750 - total flux cleaned = 0.000926744 Jy ! Component: 800 - total flux cleaned = 0.000945863 Jy ! Component: 850 - total flux cleaned = 0.000965114 Jy ! Component: 900 - total flux cleaned = 0.00104073 Jy ! Component: 950 - total flux cleaned = 0.00105939 Jy ! Component: 1000 - total flux cleaned = 0.00107803 Jy ! Component: 1050 - total flux cleaned = 0.00107799 Jy ! Component: 1100 - total flux cleaned = 0.00115009 Jy ! Component: 1150 - total flux cleaned = 0.00111438 Jy ! Component: 1200 - total flux cleaned = 0.00111422 Jy ! Component: 1250 - total flux cleaned = 0.0011141 Jy ! Component: 1300 - total flux cleaned = 0.00109672 Jy ! Component: 1350 - total flux cleaned = 0.00109684 Jy ! Component: 1400 - total flux cleaned = 0.00111392 Jy ! Component: 1450 - total flux cleaned = 0.00106334 Jy ! Component: 1500 - total flux cleaned = 0.00114688 Jy ! Component: 1550 - total flux cleaned = 0.00111368 Jy ! Component: 1600 - total flux cleaned = 0.00111368 Jy ! Component: 1650 - total flux cleaned = 0.00111363 Jy ! Component: 1700 - total flux cleaned = 0.00116227 Jy ! Component: 1750 - total flux cleaned = 0.00116238 Jy ! Component: 1800 - total flux cleaned = 0.00119422 Jy ! Component: 1850 - total flux cleaned = 0.0012099 Jy ! Component: 1900 - total flux cleaned = 0.0012099 Jy ! Component: 1950 - total flux cleaned = 0.00125636 Jy ! Component: 2000 - total flux cleaned = 0.00125645 Jy ! Component: 2050 - total flux cleaned = 0.00130235 Jy ! Component: 2100 - total flux cleaned = 0.00131731 Jy ! Component: 2150 - total flux cleaned = 0.00133215 Jy ! Component: 2200 - total flux cleaned = 0.00131708 Jy ! Component: 2250 - total flux cleaned = 0.00133202 Jy ! Component: 2300 - total flux cleaned = 0.0013911 Jy ! Component: 2350 - total flux cleaned = 0.00142039 Jy ! Component: 2400 - total flux cleaned = 0.00142033 Jy ! Component: 2450 - total flux cleaned = 0.00140587 Jy ! Component: 2500 - total flux cleaned = 0.00146326 Jy ! Component: 2550 - total flux cleaned = 0.00139192 Jy ! Component: 2600 - total flux cleaned = 0.00140616 Jy ! Component: 2650 - total flux cleaned = 0.00143442 Jy ! Component: 2700 - total flux cleaned = 0.00144859 Jy ! Component: 2750 - total flux cleaned = 0.00143466 Jy ! Component: 2800 - total flux cleaned = 0.00148999 Jy ! Component: 2850 - total flux cleaned = 0.00147624 Jy ! Component: 2900 - total flux cleaned = 0.00151723 Jy ! Component: 2950 - total flux cleaned = 0.0015445 Jy ! Component: 3000 - total flux cleaned = 0.00154452 Jy ! Component: 3050 - total flux cleaned = 0.00155797 Jy ! Component: 3100 - total flux cleaned = 0.00155807 Jy ! Component: 3150 - total flux cleaned = 0.00161145 Jy ! Component: 3200 - total flux cleaned = 0.00165129 Jy ! Component: 3250 - total flux cleaned = 0.00171726 Jy ! Component: 3300 - total flux cleaned = 0.00175647 Jy ! Component: 3350 - total flux cleaned = 0.00173038 Jy ! Component: 3400 - total flux cleaned = 0.00174333 Jy ! Component: 3450 - total flux cleaned = 0.0017821 Jy ! Component: 3500 - total flux cleaned = 0.00179494 Jy ! Component: 3550 - total flux cleaned = 0.00180781 Jy ! Component: 3600 - total flux cleaned = 0.00184602 Jy ! Component: 3650 - total flux cleaned = 0.00184594 Jy ! Component: 3700 - total flux cleaned = 0.001846 Jy ! Component: 3750 - total flux cleaned = 0.00185858 Jy ! Component: 3800 - total flux cleaned = 0.0019086 Jy ! Component: 3850 - total flux cleaned = 0.00192115 Jy ! Component: 3900 - total flux cleaned = 0.00193349 Jy ! Component: 3950 - total flux cleaned = 0.00195818 Jy ! Component: 4000 - total flux cleaned = 0.00194587 Jy ! Component: 4050 - total flux cleaned = 0.00199487 Jy ! Total flux subtracted in 4096 components = 0.00194608 Jy ! Clean residual min=-0.000675 max=0.000700 Jy/beam ! Clean residual mean=0.000000 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.192177 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 426 components and 0.192177 Jy ![Exited script file: muppet] wmap "J1041+2101_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.484 x 7.175 at -4.863 degrees (North through East) ! Clean map min=-0.0012868 max=0.13666 Jy/beam ! Writing clean map to FITS file: J1041+2101_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.136662 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225986 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.496084 0.496084 0.992168 1.98434 3.96867 7.93735 15.8747 31.7494 63.4988 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.484 x 7.175 at -4.863 degrees (North through East) ! Clean map min=-0.0012868 max=0.13666 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 J1041+2101_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:56:42 2019