! Started logfile: J0932+5306_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:19:38 2017 obs J0932+5306_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0932+5306_S_2015_01_23_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8341 visibilities/baseline/integration-bin. ! Found source: J0932+5306 ! ! 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 338 lines of history. ! ! Reading 8708 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 J0932+5306_S_2015_01_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 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 53 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.702537Jy sigma=0.008311 ! Fit after self-cal, rms=0.687189Jy sigma=0.008139 ! 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.245 mas, bmaj=3.864 mas, bpa=-1.755 degrees ! Estimated noise=999.515 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.23597 Jy ! Component: 100 - total flux cleaned = 0.294739 Jy ! Total flux subtracted in 100 components = 0.294739 Jy ! Clean residual min=-0.009260 max=0.022266 Jy/beam ! Clean residual mean=0.000009 rms=0.002592 Jy/beam ! Combined flux in latest and established models = 0.294739 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.294739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132667Jy sigma=0.000960 ! Fit after self-cal, rms=0.132655Jy sigma=0.000960 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0226629 Jy ! Component: 100 - total flux cleaned = 0.0338284 Jy ! Total flux subtracted in 100 components = 0.0338284 Jy ! Clean residual min=-0.008928 max=0.008246 Jy/beam ! Clean residual mean=0.000010 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.328567 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 21 components and 0.328567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125428Jy sigma=0.000888 ! Fit after self-cal, rms=0.125407Jy sigma=0.000888 ! 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.83 mas, bmaj=4.595 mas, bpa=-6.301 degrees ! Estimated noise=681.695 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.0102512 Jy ! Component: 100 - total flux cleaned = 0.0160958 Jy ! Component: 150 - total flux cleaned = 0.0196259 Jy ! Component: 200 - total flux cleaned = 0.0217918 Jy ! Total flux subtracted in 200 components = 0.0217918 Jy ! Clean residual min=-0.008781 max=0.006563 Jy/beam ! Clean residual mean=-0.000006 rms=0.001753 Jy/beam ! Combined flux in latest and established models = 0.350359 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.350359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123266Jy sigma=0.000883 ! Fit after self-cal, rms=0.123257Jy sigma=0.000883 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.66 HN 0.96 KP 1.12 ! LA 1.00 MK 1.02 NL 0.99 OV 1.00 ! PT 1.04 SC 0.92 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 1.02 KP 1.04 ! LA 0.98 MK 1.03 NL 1.01 OV 1.02 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.89 HN 1.01 KP 0.91 ! LA 0.80 MK 1.05 NL 1.15 OV 0.95 ! PT 0.99 SC 1.07 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.78 HN 0.97 KP 0.83 ! LA 0.84 MK 1.07 NL 1.12 OV 1.01 ! PT 1.06 SC 1.04 ! ! ! Fit before self-cal, rms=0.123257Jy sigma=0.000883 ! Fit after self-cal, rms=0.099758Jy sigma=0.000789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=4.633 mas, bpa=-5.703 degrees ! Estimated noise=686.083 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.000768196 Jy ! Component: 100 - total flux cleaned = -0.00104324 Jy ! Component: 150 - total flux cleaned = -0.00130295 Jy ! Component: 200 - total flux cleaned = -0.00145512 Jy ! Total flux subtracted in 200 components = -0.00145512 Jy ! Clean residual min=-0.003688 max=0.003712 Jy/beam ! Clean residual mean=0.000009 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.348904 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.348904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099714Jy sigma=0.000788 ! Fit after self-cal, rms=0.099648Jy sigma=0.000788 ! 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.099648Jy sigma=0.000788 ! Fit after self-cal, rms=0.097687Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.873 mas, bmaj=4.643 mas, bpa=-6.031 degrees ! Estimated noise=686.765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102582 Jy ! Component: 100 - total flux cleaned = -0.00128889 Jy ! Component: 150 - total flux cleaned = -0.00146439 Jy ! Component: 200 - total flux cleaned = -0.00158098 Jy ! Total flux subtracted in 200 components = -0.00158098 Jy ! Clean residual min=-0.002530 max=0.003236 Jy/beam ! Clean residual mean=-0.000011 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.347323 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.347323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097655Jy sigma=0.000777 ! Fit after self-cal, rms=0.097656Jy sigma=0.000777 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) ! Added new window around map position (7, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002253 Jy ! Component: 100 - total flux cleaned = 0.00267924 Jy ! Component: 150 - total flux cleaned = 0.0028341 Jy ! Component: 200 - total flux cleaned = 0.00283679 Jy ! Total flux subtracted in 200 components = 0.00283679 Jy ! Clean residual min=-0.002430 max=0.002154 Jy/beam ! Clean residual mean=-0.000009 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.350159 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 76 components and 0.350159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097544Jy sigma=0.000775 ! Fit after self-cal, rms=0.097526Jy sigma=0.000775 ! 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.097526Jy sigma=0.000775 ! Fit after self-cal, rms=0.097341Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.874 mas, bmaj=4.657 mas, bpa=-6.785 degrees ! Estimated noise=687.177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00030301 Jy ! Component: 100 - total flux cleaned = 0.000220328 Jy ! Component: 150 - total flux cleaned = 0.000140798 Jy ! Component: 200 - total flux cleaned = 7.32071e-05 Jy ! Total flux subtracted in 200 components = 7.32071e-05 Jy ! Clean residual min=-0.002377 max=0.002289 Jy/beam ! Clean residual mean=-0.000008 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.350233 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.350233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097309Jy sigma=0.000774 ! Fit after self-cal, rms=0.097303Jy sigma=0.000774 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.87147e-05 Jy ! Component: 100 - total flux cleaned = 9.93403e-05 Jy ! Component: 150 - total flux cleaned = 0.000153389 Jy ! Component: 200 - total flux cleaned = 0.000177821 Jy ! Total flux subtracted in 200 components = 0.000177821 Jy ! Clean residual min=-0.002293 max=0.002330 Jy/beam ! Clean residual mean=-0.000007 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.35041 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 101 components and 0.35041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097287Jy sigma=0.000774 ! Fit after self-cal, rms=0.097285Jy sigma=0.000774 ! Inverting map ! Added new window around map position (-79, 69). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185886 Jy ! Component: 100 - total flux cleaned = 0.00228997 Jy ! Component: 150 - total flux cleaned = 0.00279016 Jy ! Component: 200 - total flux cleaned = 0.00323798 Jy ! Total flux subtracted in 200 components = 0.00323798 Jy ! Clean residual min=-0.002178 max=0.001958 Jy/beam ! Clean residual mean=-0.000010 rms=0.000491 Jy/beam ! Combined flux in latest and established models = 0.353648 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.353648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097222Jy sigma=0.000773 ! Fit after self-cal, rms=0.097218Jy sigma=0.000773 ! 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.097218Jy sigma=0.000773 ! Fit after self-cal, rms=0.097046Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.809 mas, bmaj=8.481 mas, bpa=16.59 degrees ! Estimated noise=865.064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106632 Jy ! Component: 100 - total flux cleaned = 0.00150829 Jy ! Component: 150 - total flux cleaned = 0.00164979 Jy ! Component: 200 - total flux cleaned = 0.00177311 Jy ! Total flux subtracted in 200 components = 0.00177311 Jy ! Clean residual min=-0.002174 max=0.001996 Jy/beam ! Clean residual mean=-0.000021 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.355421 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 147 components and 0.355421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097038Jy sigma=0.000773 ! Fit after self-cal, rms=0.097036Jy sigma=0.000773 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 = 0.000258913 Jy ! Component: 100 - total flux cleaned = 0.000312002 Jy ! Component: 150 - total flux cleaned = 0.000328506 Jy ! Component: 200 - total flux cleaned = 0.000342786 Jy ! Total flux subtracted in 200 components = 0.000342786 Jy ! Clean residual min=-0.002132 max=0.002007 Jy/beam ! Clean residual mean=-0.000021 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.355764 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 161 components and 0.355764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097031Jy sigma=0.000773 ! Fit after self-cal, rms=0.097032Jy sigma=0.000773 ! 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.875 mas, bmaj=4.666 mas, bpa=-7.124 degrees ! Estimated noise=687.229 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.875 x 4.666 at -7.124 degrees (North through East) ! Clean map min=-0.002074 max=0.31024 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.276 mas, bmaj=3.911 mas, bpa=-2.811 degrees ! Estimated noise=1019.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.240441 Jy ! Component: 100 - total flux cleaned = 0.299029 Jy ! Component: 150 - total flux cleaned = 0.320281 Jy ! Component: 200 - total flux cleaned = 0.330178 Jy ! Total flux subtracted in 200 components = 0.330178 Jy ! Clean residual min=-0.004194 max=0.004875 Jy/beam ! Clean residual mean=0.000000 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.330178 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.330178 Jy ! Inverting map and beam ! Estimated beam: bmin=3.875 mas, bmaj=4.666 mas, bpa=-7.124 degrees ! Estimated noise=687.229 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.00733338 Jy ! Component: 100 - total flux cleaned = 0.0118127 Jy ! Component: 150 - total flux cleaned = 0.0148475 Jy ! Component: 200 - total flux cleaned = 0.0171222 Jy ! Total flux subtracted in 200 components = 0.0171222 Jy ! Clean residual min=-0.002277 max=0.002161 Jy/beam ! Clean residual mean=-0.000007 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.3473 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 45 components and 0.3473 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.809 mas, bmaj=8.481 mas, bpa=16.59 degrees ! Estimated noise=865.064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00248287 Jy ! Component: 100 - total flux cleaned = 0.00410425 Jy ! Component: 150 - total flux cleaned = 0.00498179 Jy ! Component: 200 - total flux cleaned = 0.00554663 Jy ! Total flux subtracted in 200 components = 0.00554663 Jy ! Clean residual min=-0.002027 max=0.001871 Jy/beam ! Clean residual mean=-0.000018 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.352847 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.000380314 Jy ! Component: 100 - total flux cleaned = 0.000652791 Jy ! Component: 150 - total flux cleaned = 0.000898195 Jy ! Component: 200 - total flux cleaned = 0.00111996 Jy ! Total flux subtracted in 200 components = 0.00111996 Jy ! Clean residual min=-0.002034 max=0.001848 Jy/beam ! Clean residual mean=-0.000019 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.353967 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 101 components and 0.353967 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.875 mas, bmaj=4.666 mas, bpa=-7.124 degrees ! Estimated noise=687.229 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000448814 Jy ! Component: 100 - total flux cleaned = -0.000447836 Jy ! Component: 150 - total flux cleaned = -0.0003058 Jy ! Component: 200 - total flux cleaned = -0.000208996 Jy ! Total flux subtracted in 200 components = -0.000208996 Jy ! Clean residual min=-0.001972 max=0.001904 Jy/beam ! Clean residual mean=-0.000009 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.353758 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.353758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097068Jy sigma=0.000773 ! Fit after self-cal, rms=0.097065Jy sigma=0.000773 wmodel J0932+5306_S_2015_01_23_pus_map.mod ! Writing 120 model components to file: J0932+5306_S_2015_01_23_pus_map.mod wobs J0932+5306_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0932+5306_S_2015_01_23_pus_uvs.fits wwins J0932+5306_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J0932+5306_S_2015_01_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.000183714 Jy ! Component: 100 - total flux cleaned = -0.0003201 Jy ! Component: 150 - total flux cleaned = -0.000319181 Jy ! Component: 200 - total flux cleaned = -0.0004467 Jy ! Component: 250 - total flux cleaned = -0.000599586 Jy ! Component: 300 - total flux cleaned = -0.000658931 Jy ! Component: 350 - total flux cleaned = -0.000774706 Jy ! Component: 400 - total flux cleaned = -0.000859615 Jy ! Component: 450 - total flux cleaned = -0.000997941 Jy ! Component: 500 - total flux cleaned = -0.0011328 Jy ! Component: 550 - total flux cleaned = -0.00129119 Jy ! Component: 600 - total flux cleaned = -0.00142113 Jy ! Component: 650 - total flux cleaned = -0.00159918 Jy ! Component: 700 - total flux cleaned = -0.00174897 Jy ! Component: 750 - total flux cleaned = -0.00184743 Jy ! Component: 800 - total flux cleaned = -0.00196839 Jy ! Component: 850 - total flux cleaned = -0.00204031 Jy ! Component: 900 - total flux cleaned = -0.00213457 Jy ! Component: 950 - total flux cleaned = -0.00220363 Jy ! Component: 1000 - total flux cleaned = -0.00229451 Jy ! Component: 1050 - total flux cleaned = -0.00229428 Jy ! Component: 1100 - total flux cleaned = -0.00229449 Jy ! Component: 1150 - total flux cleaned = -0.00233798 Jy ! Component: 1200 - total flux cleaned = -0.00240197 Jy ! Component: 1250 - total flux cleaned = -0.00231679 Jy ! Component: 1300 - total flux cleaned = -0.0023796 Jy ! Component: 1350 - total flux cleaned = -0.00237938 Jy ! Component: 1400 - total flux cleaned = -0.00239979 Jy ! Component: 1450 - total flux cleaned = -0.00248009 Jy ! Component: 1500 - total flux cleaned = -0.00240014 Jy ! Component: 1550 - total flux cleaned = -0.00238051 Jy ! Component: 1600 - total flux cleaned = -0.00240001 Jy ! Component: 1650 - total flux cleaned = -0.00230384 Jy ! Component: 1700 - total flux cleaned = -0.00234213 Jy ! Component: 1750 - total flux cleaned = -0.00228519 Jy ! Component: 1800 - total flux cleaned = -0.00226661 Jy ! Component: 1850 - total flux cleaned = -0.00228487 Jy ! Component: 1900 - total flux cleaned = -0.00221158 Jy ! Component: 1950 - total flux cleaned = -0.00222951 Jy ! Component: 2000 - total flux cleaned = -0.00219332 Jy ! Component: 2050 - total flux cleaned = -0.00210453 Jy ! Component: 2100 - total flux cleaned = -0.00215746 Jy ! Component: 2150 - total flux cleaned = -0.00217483 Jy ! Component: 2200 - total flux cleaned = -0.0021228 Jy ! Component: 2250 - total flux cleaned = -0.00207126 Jy ! Component: 2300 - total flux cleaned = -0.0021051 Jy ! Component: 2350 - total flux cleaned = -0.00207113 Jy ! Component: 2400 - total flux cleaned = -0.00207113 Jy ! Component: 2450 - total flux cleaned = -0.00198819 Jy ! Component: 2500 - total flux cleaned = -0.00202109 Jy ! Component: 2550 - total flux cleaned = -0.00198845 Jy ! Component: 2600 - total flux cleaned = -0.00192392 Jy ! Component: 2650 - total flux cleaned = -0.00190786 Jy ! Component: 2700 - total flux cleaned = -0.00182827 Jy ! Component: 2750 - total flux cleaned = -0.00178099 Jy ! Component: 2800 - total flux cleaned = -0.00171848 Jy ! Component: 2850 - total flux cleaned = -0.00164078 Jy ! Component: 2900 - total flux cleaned = -0.00164076 Jy ! Component: 2950 - total flux cleaned = -0.00157975 Jy ! Component: 3000 - total flux cleaned = -0.00153408 Jy ! Component: 3050 - total flux cleaned = -0.00145872 Jy ! Component: 3100 - total flux cleaned = -0.00145878 Jy ! Component: 3150 - total flux cleaned = -0.00133987 Jy ! Component: 3200 - total flux cleaned = -0.00133976 Jy ! Component: 3250 - total flux cleaned = -0.00129584 Jy ! Component: 3300 - total flux cleaned = -0.00123771 Jy ! Component: 3350 - total flux cleaned = -0.00112224 Jy ! Component: 3400 - total flux cleaned = -0.00107914 Jy ! Component: 3450 - total flux cleaned = -0.00105082 Jy ! Component: 3500 - total flux cleaned = -0.000980257 Jy ! Component: 3550 - total flux cleaned = -0.000882107 Jy ! Component: 3600 - total flux cleaned = -0.000826541 Jy ! Component: 3650 - total flux cleaned = -0.000771203 Jy ! Component: 3700 - total flux cleaned = -0.000743787 Jy ! Component: 3750 - total flux cleaned = -0.000689216 Jy ! Component: 3800 - total flux cleaned = -0.000648483 Jy ! Component: 3850 - total flux cleaned = -0.000554103 Jy ! Component: 3900 - total flux cleaned = -0.000540651 Jy ! Component: 3950 - total flux cleaned = -0.000474228 Jy ! Component: 4000 - total flux cleaned = -0.000421264 Jy ! Component: 4050 - total flux cleaned = -0.000395109 Jy ! Total flux subtracted in 4096 components = -0.000342982 Jy ! Clean residual min=-0.000763 max=0.000985 Jy/beam ! Clean residual mean=-0.000001 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.353415 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 379 components and 0.353415 Jy ![Exited script file: muppet] wmap "J0932+5306_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.875 x 4.666 at -7.124 degrees (North through East) ! Clean map min=-0.0019709 max=0.31131 Jy/beam ! Writing clean map to FITS file: J0932+5306_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.311306 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232636 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.224187 0.224187 0.448374 0.896748 1.7935 3.58699 7.17399 14.348 28.6959 57.3919 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.311 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.875 x 4.666 at -7.124 degrees (North through East) ! Clean map min=-0.0019709 max=0.31131 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 J0932+5306_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:19:42 2017