! Started logfile: J0341+3352_S_2017_01_21_pus_uvs.log on Sun May 5 15:45:09 2019 obs J0341+3352_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0341+3352_S_2017_01_21_pus_uva.fits ! AN table 1: 84 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.824405 visibilities/baseline/integration-bin. ! Found source: J0341+3352 ! ! 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 9972 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 J0341+3352_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.949203Jy sigma=0.008488 ! Fit after self-cal, rms=0.931046Jy sigma=0.008373 ! 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.795 mas, bmaj=5.708 mas, bpa=-3.836 degrees ! Estimated noise=1228.94 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.0561289 Jy ! Component: 100 - total flux cleaned = 0.0710366 Jy ! Total flux subtracted in 100 components = 0.0710366 Jy ! Clean residual min=-0.004749 max=0.006185 Jy/beam ! Clean residual mean=0.000007 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.0710366 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0710366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081579Jy sigma=0.000664 ! Fit after self-cal, rms=0.081515Jy sigma=0.000664 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708219 Jy ! Component: 100 - total flux cleaned = 0.0101959 Jy ! Total flux subtracted in 100 components = 0.0101959 Jy ! Clean residual min=-0.004377 max=0.004093 Jy/beam ! Clean residual mean=0.000004 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.0812325 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0812325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081036Jy sigma=0.000658 ! Fit after self-cal, rms=0.081042Jy sigma=0.000658 ! 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.264 mas, bmaj=6.285 mas, bpa=-3.537 degrees ! Estimated noise=855.041 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.00294524 Jy ! Component: 100 - total flux cleaned = 0.00384418 Jy ! Component: 150 - total flux cleaned = 0.00404572 Jy ! Component: 200 - total flux cleaned = 0.00416923 Jy ! Total flux subtracted in 200 components = 0.00416923 Jy ! Clean residual min=-0.002606 max=0.002389 Jy/beam ! Clean residual mean=0.000010 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0854017 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 35 components and 0.0854017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080924Jy sigma=0.000656 ! Fit after self-cal, rms=0.080897Jy sigma=0.000656 ! 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.00 HN 1.05 LA 1.01 ! MK 0.97 NL 1.01 OV 0.94 PT 0.98 ! SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.02 LA 1.02 ! MK 1.02 NL 0.98 OV 1.02 PT 0.97 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 0.99 LA 1.04 ! MK 1.03 NL 0.99 OV 0.90 PT 0.98 ! 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.12 FD 0.95 HN 0.94 LA 1.09 ! MK 1.07 NL 1.00* OV 0.96 PT 0.95 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.080897Jy sigma=0.000656 ! Fit after self-cal, rms=0.081621Jy sigma=0.000655 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=6.303 mas, bpa=-3.345 degrees ! Estimated noise=851.166 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.000702455 Jy ! Component: 100 - total flux cleaned = -0.00070654 Jy ! Component: 150 - total flux cleaned = -0.000651929 Jy ! Component: 200 - total flux cleaned = -0.000630024 Jy ! Total flux subtracted in 200 components = -0.000630024 Jy ! Clean residual min=-0.002499 max=0.002164 Jy/beam ! Clean residual mean=0.000010 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0847717 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.0847717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081586Jy sigma=0.000655 ! Fit after self-cal, rms=0.081687Jy sigma=0.000655 ! 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.081687Jy sigma=0.000655 ! Fit after self-cal, rms=0.081894Jy sigma=0.000653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=6.257 mas, bpa=-3.858 degrees ! Estimated noise=849.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000142915 Jy ! Component: 100 - total flux cleaned = 8.20719e-05 Jy ! Component: 150 - total flux cleaned = 5.02942e-05 Jy ! Component: 200 - total flux cleaned = 3.7621e-05 Jy ! Total flux subtracted in 200 components = 3.7621e-05 Jy ! Clean residual min=-0.002373 max=0.002128 Jy/beam ! Clean residual mean=0.000004 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0848093 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.0848093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081880Jy sigma=0.000653 ! Fit after self-cal, rms=0.081927Jy sigma=0.000653 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.1114e-05 Jy ! Component: 100 - total flux cleaned = -8.35305e-05 Jy ! Component: 150 - total flux cleaned = -7.39501e-05 Jy ! Component: 200 - total flux cleaned = -6.39801e-05 Jy ! Total flux subtracted in 200 components = -6.39801e-05 Jy ! Clean residual min=-0.002343 max=0.002089 Jy/beam ! Clean residual mean=0.000004 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0847453 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.0847453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081922Jy sigma=0.000653 ! Fit after self-cal, rms=0.081921Jy sigma=0.000653 ! 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.081921Jy sigma=0.000653 ! Fit after self-cal, rms=0.081861Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=6.259 mas, bpa=-4.204 degrees ! Estimated noise=847.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.28564e-05 Jy ! Component: 100 - total flux cleaned = -4.44233e-05 Jy ! Component: 150 - total flux cleaned = -6.8474e-05 Jy ! Component: 200 - total flux cleaned = -6.83249e-05 Jy ! Total flux subtracted in 200 components = -6.83249e-05 Jy ! Clean residual min=-0.002357 max=0.002086 Jy/beam ! Clean residual mean=0.000004 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.084677 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.084677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081854Jy sigma=0.000653 ! Fit after self-cal, rms=0.081862Jy sigma=0.000653 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.41975e-05 Jy ! Component: 100 - total flux cleaned = -6.73631e-05 Jy ! Component: 150 - total flux cleaned = -4.74678e-05 Jy ! Component: 200 - total flux cleaned = -3.82874e-05 Jy ! Total flux subtracted in 200 components = -3.82874e-05 Jy ! Clean residual min=-0.002387 max=0.002083 Jy/beam ! Clean residual mean=0.000004 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.0846387 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.0846387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081857Jy sigma=0.000653 ! Fit after self-cal, rms=0.081858Jy sigma=0.000653 ! 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.081858Jy sigma=0.000653 ! Fit after self-cal, rms=0.081726Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.174 mas, bmaj=9.482 mas, bpa=-5.501 degrees ! Estimated noise=1060.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000558743 Jy ! Component: 100 - total flux cleaned = 0.00049614 Jy ! Component: 150 - total flux cleaned = 0.000448977 Jy ! Component: 200 - total flux cleaned = 0.000423321 Jy ! Total flux subtracted in 200 components = 0.000423321 Jy ! Clean residual min=-0.001958 max=0.002039 Jy/beam ! Clean residual mean=0.000008 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.085062 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.085062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081734Jy sigma=0.000653 ! Fit after self-cal, rms=0.081728Jy sigma=0.000653 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.07929e-05 Jy ! Component: 100 - total flux cleaned = 5.73974e-06 Jy ! Component: 150 - total flux cleaned = -2.97149e-05 Jy ! Component: 200 - total flux cleaned = -4.88704e-05 Jy ! Total flux subtracted in 200 components = -4.88704e-05 Jy ! Clean residual min=-0.001971 max=0.001998 Jy/beam ! Clean residual mean=0.000008 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.0850132 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.0850132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081738Jy sigma=0.000653 ! Fit after self-cal, rms=0.081733Jy sigma=0.000653 ! 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.264 mas, bmaj=6.261 mas, bpa=-4.454 degrees ! Estimated noise=845.11 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 6.261 at -4.454 degrees (North through East) ! Clean map min=-0.0022245 max=0.070413 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.797 mas, bmaj=5.663 mas, bpa=-4.54 degrees ! Estimated noise=1213.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0551224 Jy ! Component: 100 - total flux cleaned = 0.07092 Jy ! Component: 150 - total flux cleaned = 0.0782903 Jy ! Component: 200 - total flux cleaned = 0.0804579 Jy ! Total flux subtracted in 200 components = 0.0804579 Jy ! Clean residual min=-0.004267 max=0.003860 Jy/beam ! Clean residual mean=0.000001 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.0804579 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0804579 Jy ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=6.261 mas, bpa=-4.454 degrees ! Estimated noise=845.11 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) ! Added new window around map position (3, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00319864 Jy ! Component: 100 - total flux cleaned = 0.00360635 Jy ! Component: 150 - total flux cleaned = 0.00392764 Jy ! Component: 200 - total flux cleaned = 0.00424596 Jy ! Total flux subtracted in 200 components = 0.00424596 Jy ! Clean residual min=-0.002165 max=0.002011 Jy/beam ! Clean residual mean=0.000003 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.0847039 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 46 components and 0.0847039 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.174 mas, bmaj=9.482 mas, bpa=-5.501 degrees ! Estimated noise=1060.4 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010786 Jy ! Component: 100 - total flux cleaned = 0.00113102 Jy ! Component: 150 - total flux cleaned = 0.00117373 Jy ! Component: 200 - total flux cleaned = 0.0012474 Jy ! Total flux subtracted in 200 components = 0.0012474 Jy ! Clean residual min=-0.001922 max=0.001927 Jy/beam ! Clean residual mean=0.000006 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.0859513 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 = 4.93815e-05 Jy ! Component: 100 - total flux cleaned = 0.000109173 Jy ! Component: 150 - total flux cleaned = 0.000162453 Jy ! Component: 200 - total flux cleaned = 0.000209981 Jy ! Total flux subtracted in 200 components = 0.000209981 Jy ! Clean residual min=-0.001941 max=0.001924 Jy/beam ! Clean residual mean=0.000005 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.0861613 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 73 components and 0.0861613 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=6.261 mas, bpa=-4.454 degrees ! Estimated noise=845.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181001 Jy ! Component: 100 - total flux cleaned = -0.00018033 Jy ! Component: 150 - total flux cleaned = -0.000151958 Jy ! Component: 200 - total flux cleaned = -0.000124754 Jy ! Total flux subtracted in 200 components = -0.000124754 Jy ! Clean residual min=-0.002041 max=0.001903 Jy/beam ! Clean residual mean=0.000002 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0860365 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.0860365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081695Jy sigma=0.000653 ! Fit after self-cal, rms=0.081690Jy sigma=0.000653 wmodel J0341+3352_S_2017_01_21_pus_map.mod ! Writing 87 model components to file: J0341+3352_S_2017_01_21_pus_map.mod wobs J0341+3352_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0341+3352_S_2017_01_21_pus_uvs.fits wwins J0341+3352_S_2017_01_21_pus_map.win ! wwins: Wrote 2 windows to J0341+3352_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.000501606 Jy ! Component: 100 - total flux cleaned = -0.000711717 Jy ! Component: 150 - total flux cleaned = -0.000946106 Jy ! Component: 200 - total flux cleaned = -0.00123472 Jy ! Component: 250 - total flux cleaned = -0.00135869 Jy ! Component: 300 - total flux cleaned = -0.00144841 Jy ! Component: 350 - total flux cleaned = -0.00153477 Jy ! Component: 400 - total flux cleaned = -0.00150703 Jy ! Component: 450 - total flux cleaned = -0.0015344 Jy ! Component: 500 - total flux cleaned = -0.00158736 Jy ! Component: 550 - total flux cleaned = -0.00163892 Jy ! Component: 600 - total flux cleaned = -0.00163861 Jy ! Component: 650 - total flux cleaned = -0.00173826 Jy ! Component: 700 - total flux cleaned = -0.00171331 Jy ! Component: 750 - total flux cleaned = -0.001786 Jy ! Component: 800 - total flux cleaned = -0.00185714 Jy ! Component: 850 - total flux cleaned = -0.00195058 Jy ! Component: 900 - total flux cleaned = -0.0020659 Jy ! Component: 950 - total flux cleaned = -0.0021792 Jy ! Component: 1000 - total flux cleaned = -0.00235788 Jy ! Component: 1050 - total flux cleaned = -0.00244601 Jy ! Component: 1100 - total flux cleaned = -0.00266373 Jy ! Component: 1150 - total flux cleaned = -0.00272761 Jy ! Component: 1200 - total flux cleaned = -0.00281268 Jy ! Component: 1250 - total flux cleaned = -0.00295953 Jy ! Component: 1300 - total flux cleaned = -0.00306257 Jy ! Component: 1350 - total flux cleaned = -0.00314416 Jy ! Component: 1400 - total flux cleaned = -0.00318433 Jy ! Component: 1450 - total flux cleaned = -0.00332437 Jy ! Component: 1500 - total flux cleaned = -0.00346256 Jy ! Component: 1550 - total flux cleaned = -0.00348188 Jy ! Component: 1600 - total flux cleaned = -0.00357865 Jy ! Component: 1650 - total flux cleaned = -0.00373189 Jy ! Component: 1700 - total flux cleaned = -0.00376965 Jy ! Component: 1750 - total flux cleaned = -0.00384463 Jy ! Component: 1800 - total flux cleaned = -0.00397445 Jy ! Component: 1850 - total flux cleaned = -0.00406654 Jy ! Component: 1900 - total flux cleaned = -0.00410269 Jy ! Component: 1950 - total flux cleaned = -0.00413877 Jy ! Component: 2000 - total flux cleaned = -0.00428172 Jy ! Component: 2050 - total flux cleaned = -0.0043346 Jy ! Component: 2100 - total flux cleaned = -0.00436972 Jy ! Component: 2150 - total flux cleaned = -0.00440464 Jy ! Component: 2200 - total flux cleaned = -0.00450762 Jy ! Component: 2250 - total flux cleaned = -0.00459256 Jy ! Component: 2300 - total flux cleaned = -0.00459225 Jy ! Component: 2350 - total flux cleaned = -0.00462588 Jy ! Component: 2400 - total flux cleaned = -0.00470889 Jy ! Component: 2450 - total flux cleaned = -0.00469231 Jy ! Component: 2500 - total flux cleaned = -0.00477376 Jy ! Component: 2550 - total flux cleaned = -0.00483844 Jy ! Component: 2600 - total flux cleaned = -0.00487033 Jy ! Component: 2650 - total flux cleaned = -0.00480688 Jy ! Component: 2700 - total flux cleaned = -0.00490156 Jy ! Component: 2750 - total flux cleaned = -0.00493304 Jy ! Component: 2800 - total flux cleaned = -0.00493315 Jy ! Component: 2850 - total flux cleaned = -0.00499486 Jy ! Component: 2900 - total flux cleaned = -0.00502552 Jy ! Component: 2950 - total flux cleaned = -0.00504079 Jy ! Component: 3000 - total flux cleaned = -0.00507113 Jy ! Component: 3050 - total flux cleaned = -0.00507107 Jy ! Component: 3100 - total flux cleaned = -0.00508595 Jy ! Component: 3150 - total flux cleaned = -0.00514496 Jy ! Component: 3200 - total flux cleaned = -0.00514499 Jy ! Component: 3250 - total flux cleaned = -0.00513024 Jy ! Component: 3300 - total flux cleaned = -0.00514479 Jy ! Component: 3350 - total flux cleaned = -0.00521686 Jy ! Component: 3400 - total flux cleaned = -0.00520263 Jy ! Component: 3450 - total flux cleaned = -0.00520257 Jy ! Component: 3500 - total flux cleaned = -0.00525895 Jy ! Component: 3550 - total flux cleaned = -0.0052168 Jy ! Component: 3600 - total flux cleaned = -0.00523074 Jy ! Component: 3650 - total flux cleaned = -0.0052032 Jy ! Component: 3700 - total flux cleaned = -0.00517576 Jy ! Component: 3750 - total flux cleaned = -0.00523045 Jy ! Component: 3800 - total flux cleaned = -0.00520327 Jy ! Component: 3850 - total flux cleaned = -0.00520328 Jy ! Component: 3900 - total flux cleaned = -0.00525684 Jy ! Component: 3950 - total flux cleaned = -0.0052436 Jy ! Component: 4000 - total flux cleaned = -0.00521723 Jy ! Component: 4050 - total flux cleaned = -0.00526995 Jy ! Total flux subtracted in 4096 components = -0.00530924 Jy ! Clean residual min=-0.000778 max=0.000766 Jy/beam ! Clean residual mean=-0.000001 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.0807273 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 344 components and 0.0807273 Jy ![Exited script file: muppet] wmap "J0341+3352_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 6.261 at -4.454 degrees (North through East) ! Clean map min=-0.0015974 max=0.07025 Jy/beam ! Writing clean map to FITS file: J0341+3352_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.0702503 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231287 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.987697 0.987697 1.97539 3.95079 7.90158 15.8032 31.6063 63.2126 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 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.264 x 6.261 at -4.454 degrees (North through East) ! Clean map min=-0.0015974 max=0.07025 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 J0341+3352_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:45:14 2019