! Started logfile: J0952+5048_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:44:50 2019 obs J0952+5048_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0952+5048_S_2017_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.90377 visibilities/baseline/integration-bin. ! Found source: J0952+5048 ! ! 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 703 lines of history. ! ! Reading 18220 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 J0952+5048_S_2017_05_31_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 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 591 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.962554Jy sigma=0.008960 ! Fit after self-cal, rms=0.942276Jy sigma=0.008812 ! 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.34 mas, bmaj=4.103 mas, bpa=16.78 degrees ! Estimated noise=900.356 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.0461111 Jy ! Component: 100 - total flux cleaned = 0.0568523 Jy ! Total flux subtracted in 100 components = 0.0568523 Jy ! Clean residual min=-0.002369 max=0.003912 Jy/beam ! Clean residual mean=-0.000004 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0568523 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0568523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076129Jy sigma=0.000661 ! Fit after self-cal, rms=0.076016Jy sigma=0.000661 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391413 Jy ! Component: 100 - total flux cleaned = 0.00497074 Jy ! Total flux subtracted in 100 components = 0.00497074 Jy ! Clean residual min=-0.002361 max=0.002383 Jy/beam ! Clean residual mean=-0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.061823 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.061823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075792Jy sigma=0.000659 ! Fit after self-cal, rms=0.075807Jy sigma=0.000659 ! 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=4.007 mas, bmaj=4.927 mas, bpa=19.94 degrees ! Estimated noise=632.921 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.00109303 Jy ! Component: 100 - total flux cleaned = 0.00120794 Jy ! Component: 150 - total flux cleaned = 0.00120863 Jy ! Component: 200 - total flux cleaned = 0.00120845 Jy ! Total flux subtracted in 200 components = 0.00120845 Jy ! Clean residual min=-0.001687 max=0.001658 Jy/beam ! Clean residual mean=-0.000007 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0630315 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.0630315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075769Jy sigma=0.000658 ! Fit after self-cal, rms=0.075774Jy sigma=0.000658 ! 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.99 FD 0.97 HN 0.98 KP 0.98 ! LA 0.96 MK 1.00 NL 0.96 OV 1.00 ! PT 1.09 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00 HN 1.01 KP 0.99 ! LA 0.97 MK 1.00 NL 1.07 OV 1.06 ! PT 1.03 SC 1.15 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.04 HN 1.05 KP 0.98 ! LA 1.00 MK 1.09 NL 0.95 OV 0.95 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.94 KP 1.00* ! LA 0.97 MK 0.87 NL 1.00* OV 1.00* ! PT 0.91 SC 1.00* ! ! ! Fit before self-cal, rms=0.075774Jy sigma=0.000658 ! Fit after self-cal, rms=0.075082Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.017 mas, bmaj=4.936 mas, bpa=20.39 degrees ! Estimated noise=632.303 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 = -8.80171e-05 Jy ! Component: 100 - total flux cleaned = -8.75346e-05 Jy ! Component: 150 - total flux cleaned = -8.65856e-05 Jy ! Component: 200 - total flux cleaned = -7.38299e-05 Jy ! Total flux subtracted in 200 components = -7.38299e-05 Jy ! Clean residual min=-0.001501 max=0.001588 Jy/beam ! Clean residual mean=-0.000009 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.0629577 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 28 components and 0.0629577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075075Jy sigma=0.000657 ! Fit after self-cal, rms=0.075071Jy sigma=0.000657 ! 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.075071Jy sigma=0.000657 ! Fit after self-cal, rms=0.074738Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=4.922 mas, bpa=20.5 degrees ! Estimated noise=631.123 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.57492e-05 Jy ! Component: 100 - total flux cleaned = 5.57192e-05 Jy ! Component: 150 - total flux cleaned = 4.75378e-05 Jy ! Component: 200 - total flux cleaned = 4.76449e-05 Jy ! Total flux subtracted in 200 components = 4.76449e-05 Jy ! Clean residual min=-0.001544 max=0.001480 Jy/beam ! Clean residual mean=-0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0630053 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.0630053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074734Jy sigma=0.000656 ! Fit after self-cal, rms=0.074760Jy sigma=0.000656 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 = 5.94285e-06 Jy ! Component: 100 - total flux cleaned = 6.42271e-06 Jy ! Component: 150 - total flux cleaned = 1.38669e-05 Jy ! Component: 200 - total flux cleaned = 1.37952e-05 Jy ! Total flux subtracted in 200 components = 1.37952e-05 Jy ! Clean residual min=-0.001515 max=0.001483 Jy/beam ! Clean residual mean=-0.000002 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.0630191 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.0630191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074758Jy sigma=0.000656 ! Fit after self-cal, rms=0.074757Jy sigma=0.000656 ! 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.074757Jy sigma=0.000656 ! Fit after self-cal, rms=0.074884Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=4.92 mas, bpa=20.35 degrees ! Estimated noise=631.459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.80124e-05 Jy ! Component: 100 - total flux cleaned = 3.77444e-05 Jy ! Component: 150 - total flux cleaned = 3.77881e-05 Jy ! Component: 200 - total flux cleaned = 4.46384e-05 Jy ! Total flux subtracted in 200 components = 4.46384e-05 Jy ! Clean residual min=-0.001511 max=0.001468 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0630637 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 38 components and 0.0630637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074882Jy sigma=0.000656 ! Fit after self-cal, rms=0.074881Jy sigma=0.000656 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.8422e-05 Jy ! Component: 100 - total flux cleaned = -3.83449e-05 Jy ! Component: 150 - total flux cleaned = -3.81943e-05 Jy ! Component: 200 - total flux cleaned = -3.82902e-05 Jy ! Total flux subtracted in 200 components = -3.82902e-05 Jy ! Clean residual min=-0.001499 max=0.001471 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0630254 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.0630254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074879Jy sigma=0.000656 ! Fit after self-cal, rms=0.074880Jy sigma=0.000656 ! 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.074880Jy sigma=0.000656 ! Fit after self-cal, rms=0.074926Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.236 mas, bmaj=9.22 mas, bpa=52.76 degrees ! Estimated noise=770.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000143398 Jy ! Component: 100 - total flux cleaned = -0.000123481 Jy ! Component: 150 - total flux cleaned = -0.000118428 Jy ! Component: 200 - total flux cleaned = -0.000109728 Jy ! Total flux subtracted in 200 components = -0.000109728 Jy ! Clean residual min=-0.001525 max=0.001417 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0629157 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.0629157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074927Jy sigma=0.000656 ! Fit after self-cal, rms=0.074927Jy sigma=0.000656 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.34207e-05 Jy ! Component: 100 - total flux cleaned = -1.3612e-05 Jy ! Component: 150 - total flux cleaned = -9.91053e-06 Jy ! Component: 200 - total flux cleaned = -6.51084e-06 Jy ! Total flux subtracted in 200 components = -6.51084e-06 Jy ! Clean residual min=-0.001534 max=0.001422 Jy/beam ! Clean residual mean=-0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.0629092 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 45 components and 0.0629092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074928Jy sigma=0.000656 ! Fit after self-cal, rms=0.074928Jy sigma=0.000656 ! 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=4.015 mas, bmaj=4.92 mas, bpa=20.25 degrees ! Estimated noise=631.854 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.015 x 4.92 at 20.25 degrees (North through East) ! Clean map min=-0.0014732 max=0.060026 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.349 mas, bmaj=4.072 mas, bpa=15.79 degrees ! Estimated noise=894.526 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0457352 Jy ! Component: 100 - total flux cleaned = 0.0567363 Jy ! Component: 150 - total flux cleaned = 0.060842 Jy ! Component: 200 - total flux cleaned = 0.0616606 Jy ! Total flux subtracted in 200 components = 0.0616606 Jy ! Clean residual min=-0.002247 max=0.002366 Jy/beam ! Clean residual mean=0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0616606 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0616606 Jy ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=4.92 mas, bpa=20.25 degrees ! Estimated noise=631.854 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.00108454 Jy ! Component: 100 - total flux cleaned = 0.00122371 Jy ! Component: 150 - total flux cleaned = 0.00127879 Jy ! Component: 200 - total flux cleaned = 0.00127872 Jy ! Total flux subtracted in 200 components = 0.00127872 Jy ! Clean residual min=-0.001518 max=0.001488 Jy/beam ! Clean residual mean=-0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0629393 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.0629393 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=8.236 mas, bmaj=9.22 mas, bpa=52.76 degrees ! Estimated noise=770.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.34016e-06 Jy ! Component: 100 - total flux cleaned = 1.09678e-05 Jy ! Component: 150 - total flux cleaned = 1.64308e-05 Jy ! Component: 200 - total flux cleaned = 1.61904e-05 Jy ! Total flux subtracted in 200 components = 1.61904e-05 Jy ! Clean residual min=-0.001548 max=0.001436 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.0629555 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 = -3.58013e-06 Jy ! Component: 100 - total flux cleaned = -1.06902e-05 Jy ! Component: 150 - total flux cleaned = -1.72697e-05 Jy ! Component: 200 - total flux cleaned = -2.35263e-05 Jy ! Total flux subtracted in 200 components = -2.35263e-05 Jy ! Clean residual min=-0.001542 max=0.001431 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.062932 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.062932 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=4.92 mas, bpa=20.25 degrees ! Estimated noise=631.854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013616 Jy ! Component: 100 - total flux cleaned = 0.000118374 Jy ! Component: 150 - total flux cleaned = 8.62345e-05 Jy ! Component: 200 - total flux cleaned = 5.91381e-05 Jy ! Total flux subtracted in 200 components = 5.91381e-05 Jy ! Clean residual min=-0.001500 max=0.001472 Jy/beam ! Clean residual mean=-0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.0629911 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.0629911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074932Jy sigma=0.000656 ! Fit after self-cal, rms=0.074933Jy sigma=0.000656 wmodel J0952+5048_S_2017_05_31_pus_map.mod ! Writing 37 model components to file: J0952+5048_S_2017_05_31_pus_map.mod wobs J0952+5048_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0952+5048_S_2017_05_31_pus_uvs.fits wwins J0952+5048_S_2017_05_31_pus_map.win ! wwins: Wrote 1 windows to J0952+5048_S_2017_05_31_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.000136923 Jy ! Component: 100 - total flux cleaned = 0.000235913 Jy ! Component: 150 - total flux cleaned = 0.000375824 Jy ! Component: 200 - total flux cleaned = 0.000466471 Jy ! Component: 250 - total flux cleaned = 0.000444941 Jy ! Component: 300 - total flux cleaned = 0.000487768 Jy ! Component: 350 - total flux cleaned = 0.000508826 Jy ! Component: 400 - total flux cleaned = 0.000529169 Jy ! Component: 450 - total flux cleaned = 0.000488751 Jy ! Component: 500 - total flux cleaned = 0.000410464 Jy ! Component: 550 - total flux cleaned = 0.000410899 Jy ! Component: 600 - total flux cleaned = 0.000391796 Jy ! Component: 650 - total flux cleaned = 0.00041029 Jy ! Component: 700 - total flux cleaned = 0.000391099 Jy ! Component: 750 - total flux cleaned = 0.00031817 Jy ! Component: 800 - total flux cleaned = 0.000264626 Jy ! Component: 850 - total flux cleaned = 0.000246935 Jy ! Component: 900 - total flux cleaned = 0.000159954 Jy ! Component: 950 - total flux cleaned = 0.000142807 Jy ! Component: 1000 - total flux cleaned = 5.81549e-05 Jy ! Component: 1050 - total flux cleaned = 2.47633e-05 Jy ! Component: 1100 - total flux cleaned = 4.15012e-05 Jy ! Component: 1150 - total flux cleaned = -2.39254e-05 Jy ! Component: 1200 - total flux cleaned = 2.49438e-05 Jy ! Component: 1250 - total flux cleaned = 4.06973e-05 Jy ! Component: 1300 - total flux cleaned = 8.96859e-06 Jy ! Component: 1350 - total flux cleaned = -6.95564e-05 Jy ! Component: 1400 - total flux cleaned = -0.000115903 Jy ! Component: 1450 - total flux cleaned = -0.000161987 Jy ! Component: 1500 - total flux cleaned = -0.000146763 Jy ! Component: 1550 - total flux cleaned = -0.000192262 Jy ! Component: 1600 - total flux cleaned = -0.000252136 Jy ! Component: 1650 - total flux cleaned = -0.000326157 Jy ! Component: 1700 - total flux cleaned = -0.000414214 Jy ! Component: 1750 - total flux cleaned = -0.000515646 Jy ! Component: 1800 - total flux cleaned = -0.000558652 Jy ! Component: 1850 - total flux cleaned = -0.000658288 Jy ! Component: 1900 - total flux cleaned = -0.000728987 Jy ! Component: 1950 - total flux cleaned = -0.000770991 Jy ! Component: 2000 - total flux cleaned = -0.000868183 Jy ! Component: 2050 - total flux cleaned = -0.000909435 Jy ! Component: 2100 - total flux cleaned = -0.000963888 Jy ! Component: 2150 - total flux cleaned = -0.00104521 Jy ! Component: 2200 - total flux cleaned = -0.00113917 Jy ! Component: 2250 - total flux cleaned = -0.00123243 Jy ! Component: 2300 - total flux cleaned = -0.00128518 Jy ! Component: 2350 - total flux cleaned = -0.00132441 Jy ! Component: 2400 - total flux cleaned = -0.00141553 Jy ! Component: 2450 - total flux cleaned = -0.00145425 Jy ! Component: 2500 - total flux cleaned = -0.0014925 Jy ! Component: 2550 - total flux cleaned = -0.00154334 Jy ! Component: 2600 - total flux cleaned = -0.00161905 Jy ! Component: 2650 - total flux cleaned = -0.00168171 Jy ! Component: 2700 - total flux cleaned = -0.00174396 Jy ! Component: 2750 - total flux cleaned = -0.00176871 Jy ! Component: 2800 - total flux cleaned = -0.00184236 Jy ! Component: 2850 - total flux cleaned = -0.00192767 Jy ! Component: 2900 - total flux cleaned = -0.00197603 Jy ! Component: 2950 - total flux cleaned = -0.00203611 Jy ! Component: 3000 - total flux cleaned = -0.00208387 Jy ! Component: 3050 - total flux cleaned = -0.00207205 Jy ! Component: 3100 - total flux cleaned = -0.00215458 Jy ! Component: 3150 - total flux cleaned = -0.00211944 Jy ! Component: 3200 - total flux cleaned = -0.00223577 Jy ! Component: 3250 - total flux cleaned = -0.00228188 Jy ! Component: 3300 - total flux cleaned = -0.00229343 Jy ! Component: 3350 - total flux cleaned = -0.00232754 Jy ! Component: 3400 - total flux cleaned = -0.0024069 Jy ! Component: 3450 - total flux cleaned = -0.00240698 Jy ! Component: 3500 - total flux cleaned = -0.00246306 Jy ! Component: 3550 - total flux cleaned = -0.00247426 Jy ! Component: 3600 - total flux cleaned = -0.00259611 Jy ! Component: 3650 - total flux cleaned = -0.00267303 Jy ! Component: 3700 - total flux cleaned = -0.00268401 Jy ! Component: 3750 - total flux cleaned = -0.00271672 Jy ! Component: 3800 - total flux cleaned = -0.00279242 Jy ! Component: 3850 - total flux cleaned = -0.00287847 Jy ! Component: 3900 - total flux cleaned = -0.00293187 Jy ! Component: 3950 - total flux cleaned = -0.00299568 Jy ! Component: 4000 - total flux cleaned = -0.00304854 Jy ! Component: 4050 - total flux cleaned = -0.00310114 Jy ! Total flux subtracted in 4096 components = -0.00314298 Jy ! Clean residual min=-0.000596 max=0.000568 Jy/beam ! Clean residual mean=-0.000000 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.0598481 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 341 components and 0.0598481 Jy ![Exited script file: muppet] wmap "J0952+5048_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.015 x 4.92 at 20.25 degrees (North through East) ! Clean map min=-0.0014761 max=0.059893 Jy/beam ! Writing clean map to FITS file: J0952+5048_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0598934 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189897 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.951174 0.951174 1.90235 3.8047 7.60939 15.2188 30.4376 60.8752 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.059 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.015 x 4.92 at 20.25 degrees (North through East) ! Clean map min=-0.0014761 max=0.059893 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 J0952+5048_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:44:56 2019