! Started logfile: J1310+4653_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:27:48 2016 obs J1310+4653_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1310+4653_S_2014_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J1310+4653 ! ! 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 336 lines of history. ! ! Reading 17920 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 J1310+4653_S_2014_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 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.823989Jy sigma=0.010163 ! Fit after self-cal, rms=0.790711Jy sigma=0.009827 ! 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.358 mas, bmaj=4.582 mas, bpa=-38.13 degrees ! Estimated noise=780.1 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.164125 Jy ! Component: 100 - total flux cleaned = 0.199922 Jy ! Total flux subtracted in 100 components = 0.199922 Jy ! Clean residual min=-0.004690 max=0.010063 Jy/beam ! Clean residual mean=-0.000004 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.199922 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.199922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071559Jy sigma=0.000820 ! Fit after self-cal, rms=0.071554Jy sigma=0.000820 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00910804 Jy ! Component: 100 - total flux cleaned = 0.012655 Jy ! Total flux subtracted in 100 components = 0.012655 Jy ! Clean residual min=-0.004436 max=0.003790 Jy/beam ! Clean residual mean=-0.000002 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.212577 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 11 components and 0.212577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070323Jy sigma=0.000810 ! Fit after self-cal, rms=0.070322Jy sigma=0.000810 ! 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.255 mas, bmaj=5.382 mas, bpa=-37.24 degrees ! Estimated noise=433.01 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.00141491 Jy ! Component: 100 - total flux cleaned = 0.00212538 Jy ! Component: 150 - total flux cleaned = 0.00224594 Jy ! Component: 200 - total flux cleaned = 0.00228085 Jy ! Total flux subtracted in 200 components = 0.00228085 Jy ! Clean residual min=-0.003166 max=0.003033 Jy/beam ! Clean residual mean=-0.000003 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.214858 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 22 components and 0.214858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070262Jy sigma=0.000810 ! Fit after self-cal, rms=0.070262Jy sigma=0.000810 ! 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.85 HN 0.97 KP 1.05 ! LA 1.19 MK 1.01 NL 0.97 OV 0.98 ! PT 1.01 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.03 KP 1.01 ! LA 1.14 MK 1.00 NL 1.03 OV 1.01 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.14 HN 1.02 KP 0.92 ! LA 0.90 MK 1.00 NL 1.03 OV 0.94 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 1.00 KP 0.89 ! LA 0.86 MK 1.00 NL 1.07 OV 1.00 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.070262Jy sigma=0.000810 ! Fit after self-cal, rms=0.066205Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.26 mas, bmaj=5.368 mas, bpa=-36.93 degrees ! Estimated noise=432.534 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 = 4.86262e-05 Jy ! Component: 100 - total flux cleaned = -2.49154e-05 Jy ! Component: 150 - total flux cleaned = -7.90505e-05 Jy ! Component: 200 - total flux cleaned = -0.00010752 Jy ! Total flux subtracted in 200 components = -0.00010752 Jy ! Clean residual min=-0.001393 max=0.001328 Jy/beam ! Clean residual mean=-0.000007 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.21475 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.21475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066200Jy sigma=0.000772 ! Fit after self-cal, rms=0.066189Jy sigma=0.000772 ! 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.066189Jy sigma=0.000772 ! Fit after self-cal, rms=0.066192Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.26 mas, bmaj=5.361 mas, bpa=-36.86 degrees ! Estimated noise=432.425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.18166e-05 Jy ! Component: 100 - total flux cleaned = -7.48075e-05 Jy ! Component: 150 - total flux cleaned = -6.95255e-05 Jy ! Component: 200 - total flux cleaned = -7.43726e-05 Jy ! Total flux subtracted in 200 components = -7.43726e-05 Jy ! Clean residual min=-0.001153 max=0.001251 Jy/beam ! Clean residual mean=0.000004 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.214676 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 37 components and 0.214676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066191Jy sigma=0.000771 ! Fit after self-cal, rms=0.066191Jy sigma=0.000771 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.36899e-05 Jy ! Component: 100 - total flux cleaned = -2.47661e-05 Jy ! Component: 150 - total flux cleaned = -2.46581e-05 Jy ! Component: 200 - total flux cleaned = -2.48186e-05 Jy ! Total flux subtracted in 200 components = -2.48186e-05 Jy ! Clean residual min=-0.001152 max=0.001255 Jy/beam ! Clean residual mean=0.000004 rms=0.000312 Jy/beam ! Combined flux in latest and established models = 0.214651 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.214651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066191Jy sigma=0.000771 ! Fit after self-cal, rms=0.066190Jy sigma=0.000771 ! 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.066190Jy sigma=0.000771 ! Fit after self-cal, rms=0.066192Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.262 mas, bmaj=5.359 mas, bpa=-36.81 degrees ! Estimated noise=432.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.94327e-05 Jy ! Component: 100 - total flux cleaned = -6.9638e-05 Jy ! Component: 150 - total flux cleaned = -6.55225e-05 Jy ! Component: 200 - total flux cleaned = -6.56251e-05 Jy ! Total flux subtracted in 200 components = -6.56251e-05 Jy ! Clean residual min=-0.001154 max=0.001258 Jy/beam ! Clean residual mean=0.000004 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.214586 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.214586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066191Jy sigma=0.000771 ! Fit after self-cal, rms=0.066191Jy sigma=0.000771 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.48048e-06 Jy ! Component: 100 - total flux cleaned = -4.85385e-06 Jy ! Component: 150 - total flux cleaned = -1.53137e-06 Jy ! Component: 200 - total flux cleaned = 1.51621e-06 Jy ! Total flux subtracted in 200 components = 1.51621e-06 Jy ! Clean residual min=-0.001151 max=0.001260 Jy/beam ! Clean residual mean=0.000004 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.214587 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 47 components and 0.214587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066190Jy sigma=0.000771 ! Fit after self-cal, rms=0.066190Jy sigma=0.000771 ! 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.066190Jy sigma=0.000771 ! Fit after self-cal, rms=0.066189Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.481 mas, bmaj=9.05 mas, bpa=-46.06 degrees ! Estimated noise=513.977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128906 Jy ! Component: 100 - total flux cleaned = 0.000115337 Jy ! Component: 150 - total flux cleaned = 9.9294e-05 Jy ! Component: 200 - total flux cleaned = 8.52028e-05 Jy ! Total flux subtracted in 200 components = 8.52028e-05 Jy ! Clean residual min=-0.001123 max=0.001324 Jy/beam ! Clean residual mean=0.000007 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.214672 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 51 components and 0.214672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066190Jy sigma=0.000771 ! Fit after self-cal, rms=0.066189Jy sigma=0.000771 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 = 9.8586e-06 Jy ! Component: 100 - total flux cleaned = 4.69476e-06 Jy ! Component: 150 - total flux cleaned = -3.37342e-06 Jy ! Component: 200 - total flux cleaned = -1.01867e-05 Jy ! Total flux subtracted in 200 components = -1.01867e-05 Jy ! Clean residual min=-0.001123 max=0.001323 Jy/beam ! Clean residual mean=0.000007 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.214662 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 53 components and 0.214662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066189Jy sigma=0.000771 ! Fit after self-cal, rms=0.066189Jy sigma=0.000771 ! 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.263 mas, bmaj=5.358 mas, bpa=-36.77 degrees ! Estimated noise=432.337 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.263 x 5.358 at -36.77 degrees (North through East) ! Clean map min=-0.0011065 max=0.20933 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.367 mas, bmaj=4.559 mas, bpa=-37.62 degrees ! Estimated noise=776.361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.163326 Jy ! Component: 100 - total flux cleaned = 0.198986 Jy ! Component: 150 - total flux cleaned = 0.207791 Jy ! Component: 200 - total flux cleaned = 0.211081 Jy ! Total flux subtracted in 200 components = 0.211081 Jy ! Clean residual min=-0.002150 max=0.002200 Jy/beam ! Clean residual mean=0.000000 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.211081 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.211081 Jy ! Inverting map and beam ! Estimated beam: bmin=4.263 mas, bmaj=5.358 mas, bpa=-36.77 degrees ! Estimated noise=432.337 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.00200024 Jy ! Component: 100 - total flux cleaned = 0.00276725 Jy ! Component: 150 - total flux cleaned = 0.0031385 Jy ! Component: 200 - total flux cleaned = 0.00322295 Jy ! Total flux subtracted in 200 components = 0.00322295 Jy ! Clean residual min=-0.001150 max=0.001258 Jy/beam ! Clean residual mean=0.000003 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.214304 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 28 components and 0.214304 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.481 mas, bmaj=9.05 mas, bpa=-46.06 degrees ! Estimated noise=513.977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000284842 Jy ! Component: 100 - total flux cleaned = 0.000284489 Jy ! Component: 150 - total flux cleaned = 0.000284268 Jy ! Component: 200 - total flux cleaned = 0.000276621 Jy ! Total flux subtracted in 200 components = 0.000276621 Jy ! Clean residual min=-0.001126 max=0.001319 Jy/beam ! Clean residual mean=0.000007 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.21458 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.54e-06 Jy ! Component: 100 - total flux cleaned = 7.00439e-06 Jy ! Component: 150 - total flux cleaned = 6.91181e-06 Jy ! Component: 200 - total flux cleaned = 9.87247e-06 Jy ! Total flux subtracted in 200 components = 9.87247e-06 Jy ! Clean residual min=-0.001123 max=0.001318 Jy/beam ! Clean residual mean=0.000007 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.21459 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.21459 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.263 mas, bmaj=5.358 mas, bpa=-36.77 degrees ! Estimated noise=432.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.76375e-05 Jy ! Component: 100 - total flux cleaned = -0.000105134 Jy ! Component: 150 - total flux cleaned = -0.000118162 Jy ! Component: 200 - total flux cleaned = -0.000130056 Jy ! Total flux subtracted in 200 components = -0.000130056 Jy ! Clean residual min=-0.001138 max=0.001260 Jy/beam ! Clean residual mean=0.000004 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.21446 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.21446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066189Jy sigma=0.000771 ! Fit after self-cal, rms=0.066189Jy sigma=0.000771 wmodel J1310+4653_S_2014_05_31_pus_map.mod ! Writing 39 model components to file: J1310+4653_S_2014_05_31_pus_map.mod wobs J1310+4653_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1310+4653_S_2014_05_31_pus_uvs.fits wwins J1310+4653_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1310+4653_S_2014_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.000485302 Jy ! Component: 100 - total flux cleaned = 0.000657223 Jy ! Component: 150 - total flux cleaned = 0.000677626 Jy ! Component: 200 - total flux cleaned = 0.000578395 Jy ! Component: 250 - total flux cleaned = 0.000520248 Jy ! Component: 300 - total flux cleaned = 0.000482611 Jy ! Component: 350 - total flux cleaned = 0.000446305 Jy ! Component: 400 - total flux cleaned = 0.000446081 Jy ! Component: 450 - total flux cleaned = 0.000411505 Jy ! Component: 500 - total flux cleaned = 0.000445533 Jy ! Component: 550 - total flux cleaned = 0.000445319 Jy ! Component: 600 - total flux cleaned = 0.000477797 Jy ! Component: 650 - total flux cleaned = 0.000509744 Jy ! Component: 700 - total flux cleaned = 0.000540807 Jy ! Component: 750 - total flux cleaned = 0.000587046 Jy ! Component: 800 - total flux cleaned = 0.000632195 Jy ! Component: 850 - total flux cleaned = 0.000602733 Jy ! Component: 900 - total flux cleaned = 0.00074934 Jy ! Component: 950 - total flux cleaned = 0.000777969 Jy ! Component: 1000 - total flux cleaned = 0.000806583 Jy ! Component: 1050 - total flux cleaned = 0.000876575 Jy ! Component: 1100 - total flux cleaned = 0.000931759 Jy ! Component: 1150 - total flux cleaned = 0.000931771 Jy ! Component: 1200 - total flux cleaned = 0.000971976 Jy ! Component: 1250 - total flux cleaned = 0.000932427 Jy ! Component: 1300 - total flux cleaned = 0.000958538 Jy ! Component: 1350 - total flux cleaned = 0.00098399 Jy ! Component: 1400 - total flux cleaned = 0.000958484 Jy ! Component: 1450 - total flux cleaned = 0.000971248 Jy ! Component: 1500 - total flux cleaned = 0.000958728 Jy ! Component: 1550 - total flux cleaned = 0.000958539 Jy ! Component: 1600 - total flux cleaned = 0.000946478 Jy ! Component: 1650 - total flux cleaned = 0.000922487 Jy ! Component: 1700 - total flux cleaned = 0.000946119 Jy ! Component: 1750 - total flux cleaned = 0.000922543 Jy ! Component: 1800 - total flux cleaned = 0.000945761 Jy ! Component: 1850 - total flux cleaned = 0.000945708 Jy ! Component: 1900 - total flux cleaned = 0.00092298 Jy ! Component: 1950 - total flux cleaned = 0.000934151 Jy ! Component: 2000 - total flux cleaned = 0.000900535 Jy ! Component: 2050 - total flux cleaned = 0.000933736 Jy ! Component: 2100 - total flux cleaned = 0.000955643 Jy ! Component: 2150 - total flux cleaned = 0.000955489 Jy ! Component: 2200 - total flux cleaned = 0.000976799 Jy ! Component: 2250 - total flux cleaned = 0.000966164 Jy ! Component: 2300 - total flux cleaned = 0.0010397 Jy ! Component: 2350 - total flux cleaned = 0.00104987 Jy ! Component: 2400 - total flux cleaned = 0.00101893 Jy ! Component: 2450 - total flux cleaned = 0.0010701 Jy ! Component: 2500 - total flux cleaned = 0.00112079 Jy ! Component: 2550 - total flux cleaned = 0.00111056 Jy ! Component: 2600 - total flux cleaned = 0.00113034 Jy ! Component: 2650 - total flux cleaned = 0.0011597 Jy ! Component: 2700 - total flux cleaned = 0.00117934 Jy ! Component: 2750 - total flux cleaned = 0.0011599 Jy ! Component: 2800 - total flux cleaned = 0.00121775 Jy ! Component: 2850 - total flux cleaned = 0.00121771 Jy ! Component: 2900 - total flux cleaned = 0.00123673 Jy ! Component: 2950 - total flux cleaned = 0.00126485 Jy ! Component: 3000 - total flux cleaned = 0.00131131 Jy ! Component: 3050 - total flux cleaned = 0.00132061 Jy ! Component: 3100 - total flux cleaned = 0.0013298 Jy ! Component: 3150 - total flux cleaned = 0.00136624 Jy ! Component: 3200 - total flux cleaned = 0.00142937 Jy ! Component: 3250 - total flux cleaned = 0.00145618 Jy ! Component: 3300 - total flux cleaned = 0.00144727 Jy ! Component: 3350 - total flux cleaned = 0.00150015 Jy ! Component: 3400 - total flux cleaned = 0.00155257 Jy ! Component: 3450 - total flux cleaned = 0.00153524 Jy ! Component: 3500 - total flux cleaned = 0.00157817 Jy ! Component: 3550 - total flux cleaned = 0.00162944 Jy ! Component: 3600 - total flux cleaned = 0.00163793 Jy ! Component: 3650 - total flux cleaned = 0.00166319 Jy ! Component: 3700 - total flux cleaned = 0.00171335 Jy ! Component: 3750 - total flux cleaned = 0.00176309 Jy ! Component: 3800 - total flux cleaned = 0.00179611 Jy ! Component: 3850 - total flux cleaned = 0.00182074 Jy ! Component: 3900 - total flux cleaned = 0.00179653 Jy ! Component: 3950 - total flux cleaned = 0.00182873 Jy ! Component: 4000 - total flux cleaned = 0.00187677 Jy ! Component: 4050 - total flux cleaned = 0.00190851 Jy ! Total flux subtracted in 4096 components = 0.00192424 Jy ! Clean residual min=-0.000513 max=0.000450 Jy/beam ! Clean residual mean=0.000002 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.216385 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 303 components and 0.216385 Jy ![Exited script file: muppet] wmap "J1310+4653_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.263 x 5.358 at -36.77 degrees (North through East) ! Clean map min=-0.00080981 max=0.20954 Jy/beam ! Writing clean map to FITS file: J1310+4653_S_2014_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.209537 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000141512 device "J1310+4653_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1310+4653_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.202607 0.202607 0.405214 0.810428 1.62086 3.24171 6.48342 12.9668 25.9337 51.8674 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.209 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.263 x 5.358 at -36.77 degrees (North through East) ! Clean map min=-0.00080981 max=0.20954 Jy/beam quit ! Quitting program ! Log file J1310+4653_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:27:54 2016