! Started logfile: J0539+3308_S_2017_03_23_pus_uvs.log on Mon May 13 09:49:58 2019 obs J0539+3308_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0539+3308_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.89961 visibilities/baseline/integration-bin. ! Found source: J0539+3308 ! ! 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 18460 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 J0539+3308_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 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 426 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924363Jy sigma=0.008443 ! Fit after self-cal, rms=0.915780Jy 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.949 mas, bmaj=5.152 mas, bpa=-4.008 degrees ! Estimated noise=1000.7 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.0625444 Jy ! Component: 100 - total flux cleaned = 0.0822641 Jy ! Total flux subtracted in 100 components = 0.0822641 Jy ! Clean residual min=-0.004170 max=0.008152 Jy/beam ! Clean residual mean=0.000003 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.0822641 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0822641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082926Jy sigma=0.000697 ! Fit after self-cal, rms=0.082835Jy sigma=0.000697 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00946668 Jy ! Component: 100 - total flux cleaned = 0.0148859 Jy ! Total flux subtracted in 100 components = 0.0148859 Jy ! Clean residual min=-0.003417 max=0.004022 Jy/beam ! Clean residual mean=0.000003 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.09715 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 24 components and 0.09715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081273Jy sigma=0.000683 ! Fit after self-cal, rms=0.081249Jy sigma=0.000682 ! 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.532 mas, bmaj=6.175 mas, bpa=-2.581 degrees ! Estimated noise=630.604 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 (-4, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00634158 Jy ! Component: 100 - total flux cleaned = 0.0103597 Jy ! Component: 150 - total flux cleaned = 0.0131741 Jy ! Component: 200 - total flux cleaned = 0.0152632 Jy ! Total flux subtracted in 200 components = 0.0152632 Jy ! Clean residual min=-0.002212 max=0.003071 Jy/beam ! Clean residual mean=0.000005 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.112413 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 68 components and 0.112413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080630Jy sigma=0.000677 ! Fit after self-cal, rms=0.080593Jy sigma=0.000677 ! 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.98 FD 0.92 HN 0.97 KP 1.05 ! LA 0.99 MK 1.04 NL 0.89 OV 1.01 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 HN 1.05 KP 0.97 ! LA 0.96 MK 1.00 NL 1.04 OV 1.03 ! PT 0.94 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 1.03 KP 0.87 ! LA 0.76 MK 1.06 NL 1.19 OV 0.98 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.99 HN 0.91 KP 1.00* ! LA 0.83 MK 1.21 NL 1.00* OV 1.99 ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.080593Jy sigma=0.000677 ! Fit after self-cal, rms=0.081528Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.582 mas, bmaj=6.232 mas, bpa=-2.193 degrees ! Estimated noise=630.262 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.000540972 Jy ! Component: 100 - total flux cleaned = 0.000506681 Jy ! Component: 150 - total flux cleaned = 0.000479353 Jy ! Component: 200 - total flux cleaned = 0.000455835 Jy ! Total flux subtracted in 200 components = 0.000455835 Jy ! Clean residual min=-0.001760 max=0.001870 Jy/beam ! Clean residual mean=0.000006 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.112869 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.112869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081506Jy sigma=0.000666 ! Fit after self-cal, rms=0.081673Jy sigma=0.000666 ! 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.081673Jy sigma=0.000666 ! Fit after self-cal, rms=0.083910Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.593 mas, bmaj=6.215 mas, bpa=-2.804 degrees ! Estimated noise=630.244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118175 Jy ! Component: 100 - total flux cleaned = 0.000143389 Jy ! Component: 150 - total flux cleaned = 0.000144111 Jy ! Component: 200 - total flux cleaned = 0.000143496 Jy ! Total flux subtracted in 200 components = 0.000143496 Jy ! Clean residual min=-0.001579 max=0.001401 Jy/beam ! Clean residual mean=-0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.113013 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.113013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083899Jy sigma=0.000664 ! Fit after self-cal, rms=0.083941Jy sigma=0.000664 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.01928e-05 Jy ! Component: 100 - total flux cleaned = -8.02102e-05 Jy ! Component: 150 - total flux cleaned = -9.72128e-05 Jy ! Component: 200 - total flux cleaned = -0.000112937 Jy ! Total flux subtracted in 200 components = -0.000112937 Jy ! Clean residual min=-0.001569 max=0.001399 Jy/beam ! Clean residual mean=-0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.1129 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.1129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083935Jy sigma=0.000664 ! Fit after self-cal, rms=0.083935Jy sigma=0.000664 ! 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.083935Jy sigma=0.000664 ! Fit after self-cal, rms=0.084518Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.596 mas, bmaj=6.203 mas, bpa=-2.827 degrees ! Estimated noise=631.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286319 Jy ! Component: 100 - total flux cleaned = 0.00030474 Jy ! Component: 150 - total flux cleaned = 0.000304235 Jy ! Component: 200 - total flux cleaned = 0.000289541 Jy ! Total flux subtracted in 200 components = 0.000289541 Jy ! Clean residual min=-0.001537 max=0.001394 Jy/beam ! Clean residual mean=-0.000001 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.113189 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 100 components and 0.113189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084512Jy sigma=0.000664 ! Fit after self-cal, rms=0.084518Jy sigma=0.000664 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.14513e-05 Jy ! Component: 100 - total flux cleaned = -5.10139e-05 Jy ! Component: 150 - total flux cleaned = -6.42603e-05 Jy ! Component: 200 - total flux cleaned = -7.70623e-05 Jy ! Total flux subtracted in 200 components = -7.70623e-05 Jy ! Clean residual min=-0.001516 max=0.001387 Jy/beam ! Clean residual mean=-0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.113112 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 104 components and 0.113112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084514Jy sigma=0.000663 ! Fit after self-cal, rms=0.084514Jy sigma=0.000663 ! 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.084514Jy sigma=0.000663 ! Fit after self-cal, rms=0.084711Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.398 mas, bmaj=9.479 mas, bpa=-0.9359 degrees ! Estimated noise=780.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441435 Jy ! Component: 100 - total flux cleaned = 0.000547363 Jy ! Component: 150 - total flux cleaned = 0.000589168 Jy ! Component: 200 - total flux cleaned = 0.000607348 Jy ! Total flux subtracted in 200 components = 0.000607348 Jy ! Clean residual min=-0.001584 max=0.001644 Jy/beam ! Clean residual mean=-0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.113719 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 118 components and 0.113719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084711Jy sigma=0.000663 ! Fit after self-cal, rms=0.084714Jy sigma=0.000663 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.25839e-05 Jy ! Component: 100 - total flux cleaned = 0.000106745 Jy ! Component: 150 - total flux cleaned = 0.000122108 Jy ! Component: 200 - total flux cleaned = 0.000135857 Jy ! Total flux subtracted in 200 components = 0.000135857 Jy ! Clean residual min=-0.001570 max=0.001653 Jy/beam ! Clean residual mean=-0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.113855 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 128 components and 0.113855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084714Jy sigma=0.000663 ! Fit after self-cal, rms=0.084713Jy sigma=0.000663 ! 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.599 mas, bmaj=6.189 mas, bpa=-2.879 degrees ! Estimated noise=632.47 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.599 x 6.189 at -2.879 degrees (North through East) ! Clean map min=-0.001486 max=0.083791 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.987 mas, bmaj=5.135 mas, bpa=-4.173 degrees ! Estimated noise=1017.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.06348 Jy ! Component: 100 - total flux cleaned = 0.0841117 Jy ! Component: 150 - total flux cleaned = 0.0933718 Jy ! Component: 200 - total flux cleaned = 0.0991906 Jy ! Total flux subtracted in 200 components = 0.0991906 Jy ! Clean residual min=-0.002979 max=0.003170 Jy/beam ! Clean residual mean=0.000001 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.0991906 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0991906 Jy ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=6.189 mas, bpa=-2.879 degrees ! Estimated noise=632.47 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.00524052 Jy ! Component: 100 - total flux cleaned = 0.00832163 Jy ! Component: 150 - total flux cleaned = 0.0103714 Jy ! Component: 200 - total flux cleaned = 0.0118103 Jy ! Total flux subtracted in 200 components = 0.0118103 Jy ! Clean residual min=-0.001660 max=0.001395 Jy/beam ! Clean residual mean=-0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.111001 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 53 components and 0.111001 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.398 mas, bmaj=9.479 mas, bpa=-0.9359 degrees ! Estimated noise=780.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001476 Jy ! Component: 100 - total flux cleaned = 0.00218205 Jy ! Component: 150 - total flux cleaned = 0.00238405 Jy ! Component: 200 - total flux cleaned = 0.00254774 Jy ! Total flux subtracted in 200 components = 0.00254774 Jy ! Clean residual min=-0.001549 max=0.001611 Jy/beam ! Clean residual mean=-0.000003 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.113549 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.000105737 Jy ! Component: 100 - total flux cleaned = 0.000144873 Jy ! Component: 150 - total flux cleaned = 0.000190521 Jy ! Component: 200 - total flux cleaned = 0.000230518 Jy ! Total flux subtracted in 200 components = 0.000230518 Jy ! Clean residual min=-0.001547 max=0.001640 Jy/beam ! Clean residual mean=-0.000003 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.113779 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 91 components and 0.113779 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.599 mas, bmaj=6.189 mas, bpa=-2.879 degrees ! Estimated noise=632.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.94044e-05 Jy ! Component: 100 - total flux cleaned = 7.96764e-05 Jy ! Component: 150 - total flux cleaned = 5.90371e-05 Jy ! Component: 200 - total flux cleaned = 4.04623e-05 Jy ! Total flux subtracted in 200 components = 4.04623e-05 Jy ! Clean residual min=-0.001584 max=0.001400 Jy/beam ! Clean residual mean=-0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.11382 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 101 components and 0.11382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084728Jy sigma=0.000664 ! Fit after self-cal, rms=0.084723Jy sigma=0.000664 wmodel J0539+3308_S_2017_03_23_pus_map.mod ! Writing 101 model components to file: J0539+3308_S_2017_03_23_pus_map.mod wobs J0539+3308_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0539+3308_S_2017_03_23_pus_uvs.fits wwins J0539+3308_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J0539+3308_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 = -0.000483273 Jy ! Component: 100 - total flux cleaned = -0.000663966 Jy ! Component: 150 - total flux cleaned = -0.000860939 Jy ! Component: 200 - total flux cleaned = -0.000837642 Jy ! Component: 250 - total flux cleaned = -0.000791984 Jy ! Component: 300 - total flux cleaned = -0.000725025 Jy ! Component: 350 - total flux cleaned = -0.000594413 Jy ! Component: 400 - total flux cleaned = -0.000551923 Jy ! Component: 450 - total flux cleaned = -0.000467887 Jy ! Component: 500 - total flux cleaned = -0.000365377 Jy ! Component: 550 - total flux cleaned = -0.00022506 Jy ! Component: 600 - total flux cleaned = -0.000126881 Jy ! Component: 650 - total flux cleaned = -4.94491e-05 Jy ! Component: 700 - total flux cleaned = 2.67832e-05 Jy ! Component: 750 - total flux cleaned = 8.30217e-05 Jy ! Component: 800 - total flux cleaned = 0.000175126 Jy ! Component: 850 - total flux cleaned = 0.000283703 Jy ! Component: 900 - total flux cleaned = 0.000337218 Jy ! Component: 950 - total flux cleaned = 0.000531346 Jy ! Component: 1000 - total flux cleaned = 0.000652836 Jy ! Component: 1050 - total flux cleaned = 0.000738763 Jy ! Component: 1100 - total flux cleaned = 0.000874438 Jy ! Component: 1150 - total flux cleaned = 0.00100854 Jy ! Component: 1200 - total flux cleaned = 0.00117354 Jy ! Component: 1250 - total flux cleaned = 0.00125518 Jy ! Component: 1300 - total flux cleaned = 0.00135186 Jy ! Component: 1350 - total flux cleaned = 0.00147893 Jy ! Component: 1400 - total flux cleaned = 0.0015733 Jy ! Component: 1450 - total flux cleaned = 0.00162 Jy ! Component: 1500 - total flux cleaned = 0.00166616 Jy ! Component: 1550 - total flux cleaned = 0.00178776 Jy ! Component: 1600 - total flux cleaned = 0.00186263 Jy ! Component: 1650 - total flux cleaned = 0.00186246 Jy ! Component: 1700 - total flux cleaned = 0.00190665 Jy ! Component: 1750 - total flux cleaned = 0.0019648 Jy ! Component: 1800 - total flux cleaned = 0.0020225 Jy ! Component: 1850 - total flux cleaned = 0.00203683 Jy ! Component: 1900 - total flux cleaned = 0.00209342 Jy ! Component: 1950 - total flux cleaned = 0.00207962 Jy ! Component: 2000 - total flux cleaned = 0.002149 Jy ! Component: 2050 - total flux cleaned = 0.00217675 Jy ! Component: 2100 - total flux cleaned = 0.00225856 Jy ! Component: 2150 - total flux cleaned = 0.00225832 Jy ! Component: 2200 - total flux cleaned = 0.00227161 Jy ! Component: 2250 - total flux cleaned = 0.00233823 Jy ! Component: 2300 - total flux cleaned = 0.0023645 Jy ! Component: 2350 - total flux cleaned = 0.00245587 Jy ! Component: 2400 - total flux cleaned = 0.00249466 Jy ! Component: 2450 - total flux cleaned = 0.00254604 Jy ! Component: 2500 - total flux cleaned = 0.00257171 Jy ! Component: 2550 - total flux cleaned = 0.00260987 Jy ! Component: 2600 - total flux cleaned = 0.00271027 Jy ! Component: 2650 - total flux cleaned = 0.00276007 Jy ! Component: 2700 - total flux cleaned = 0.0027849 Jy ! Component: 2750 - total flux cleaned = 0.00283413 Jy ! Component: 2800 - total flux cleaned = 0.00285848 Jy ! Component: 2850 - total flux cleaned = 0.00290678 Jy ! Component: 2900 - total flux cleaned = 0.00294289 Jy ! Component: 2950 - total flux cleaned = 0.00301437 Jy ! Component: 3000 - total flux cleaned = 0.00307353 Jy ! Component: 3050 - total flux cleaned = 0.00306192 Jy ! Component: 3100 - total flux cleaned = 0.00313213 Jy ! Component: 3150 - total flux cleaned = 0.00317847 Jy ! Component: 3200 - total flux cleaned = 0.00321302 Jy ! Component: 3250 - total flux cleaned = 0.00323585 Jy ! Component: 3300 - total flux cleaned = 0.00331532 Jy ! Component: 3350 - total flux cleaned = 0.00333776 Jy ! Component: 3400 - total flux cleaned = 0.00331525 Jy ! Component: 3450 - total flux cleaned = 0.00342648 Jy ! Component: 3500 - total flux cleaned = 0.00344852 Jy ! Component: 3550 - total flux cleaned = 0.00344859 Jy ! Component: 3600 - total flux cleaned = 0.00351385 Jy ! Component: 3650 - total flux cleaned = 0.00358963 Jy ! Component: 3700 - total flux cleaned = 0.00362193 Jy ! Component: 3750 - total flux cleaned = 0.00364325 Jy ! Component: 3800 - total flux cleaned = 0.00366458 Jy ! Component: 3850 - total flux cleaned = 0.00367508 Jy ! Component: 3900 - total flux cleaned = 0.00371711 Jy ! Component: 3950 - total flux cleaned = 0.00382129 Jy ! Component: 4000 - total flux cleaned = 0.00380066 Jy ! Component: 4050 - total flux cleaned = 0.00382118 Jy ! Total flux subtracted in 4096 components = 0.00387234 Jy ! Clean residual min=-0.000605 max=0.000679 Jy/beam ! Clean residual mean=-0.000000 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.117692 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 392 components and 0.117692 Jy ![Exited script file: muppet] wmap "J0539+3308_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.599 x 6.189 at -2.879 degrees (North through East) ! Clean map min=-0.001204 max=0.084007 Jy/beam ! Writing clean map to FITS file: J0539+3308_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.084007 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189128 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.6754 0.6754 1.3508 2.7016 5.4032 10.8064 21.6128 43.2256 86.4513 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.084 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.599 x 6.189 at -2.879 degrees (North through East) ! Clean map min=-0.001204 max=0.084007 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 J0539+3308_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:50:04 2019