! Started logfile: J0929+7304_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:54:28 2016 obs J0929+7304_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0929+7304_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879855 visibilities/baseline/integration-bin. ! Found source: J0929+7304 ! ! 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 330 lines of history. ! ! Reading 19480 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 J0929+7304_S_2015_03_17_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 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 77 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997573Jy sigma=0.011017 ! Fit after self-cal, rms=0.956201Jy sigma=0.010586 ! 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.384 mas, bmaj=9.693 mas, bpa=85.79 degrees ! Estimated noise=790.978 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.0339717 Jy ! Component: 100 - total flux cleaned = 0.0419827 Jy ! Total flux subtracted in 100 components = 0.0419827 Jy ! Clean residual min=-0.003049 max=0.003872 Jy/beam ! Clean residual mean=0.000009 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.0419827 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0419827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087080Jy sigma=0.000874 ! Fit after self-cal, rms=0.086040Jy sigma=0.000861 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00509883 Jy ! Component: 100 - total flux cleaned = 0.00802617 Jy ! Total flux subtracted in 100 components = 0.00802617 Jy ! Clean residual min=-0.002908 max=0.003127 Jy/beam ! Clean residual mean=0.000006 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0500089 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.0500089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085489Jy sigma=0.000856 ! Fit after self-cal, rms=0.085476Jy sigma=0.000856 ! 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.102 mas, bmaj=10.5 mas, bpa=85.01 degrees ! Estimated noise=465.548 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.00400379 Jy ! Component: 100 - total flux cleaned = 0.00652972 Jy ! Component: 150 - total flux cleaned = 0.00828738 Jy ! Component: 200 - total flux cleaned = 0.00952228 Jy ! Total flux subtracted in 200 components = 0.00952228 Jy ! Clean residual min=-0.002718 max=0.002662 Jy/beam ! Clean residual mean=0.000013 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.0595312 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 68 components and 0.0595312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085200Jy sigma=0.000854 ! Fit after self-cal, rms=0.085146Jy sigma=0.000854 ! 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.07 FD 0.56 HN 1.07 KP 0.69 ! LA 1.11 MK 1.20 NL 1.03 OV 1.24 ! PT 1.32 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.94 HN 1.04 KP 1.14 ! LA 0.88 MK 1.07 NL 0.95 OV 1.01 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.92 HN 1.11 KP 1.03 ! LA 0.83 MK 1.09 NL 1.06 OV 1.05 ! PT 1.07 SC 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.95 HN 1.09 KP 0.95 ! LA 0.86 MK 1.18 NL 1.11 OV 1.10 ! PT 1.04 SC 0.85 ! ! ! Fit before self-cal, rms=0.085146Jy sigma=0.000854 ! Fit after self-cal, rms=0.076353Jy sigma=0.000847 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=10.54 mas, bpa=84.48 degrees ! Estimated noise=467.369 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.000869966 Jy ! Component: 100 - total flux cleaned = 0.00099511 Jy ! Component: 150 - total flux cleaned = 0.00104221 Jy ! Component: 200 - total flux cleaned = 0.00105575 Jy ! Total flux subtracted in 200 components = 0.00105575 Jy ! Clean residual min=-0.002416 max=0.002430 Jy/beam ! Clean residual mean=0.000004 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.0605869 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 90 components and 0.0605869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076342Jy sigma=0.000847 ! Fit after self-cal, rms=0.076499Jy sigma=0.000845 ! 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.076499Jy sigma=0.000845 ! Fit after self-cal, rms=0.098344Jy sigma=0.000831 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=10.49 mas, bpa=84.38 degrees ! Estimated noise=481.155 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124072 Jy ! Component: 100 - total flux cleaned = 0.00138039 Jy ! Component: 150 - total flux cleaned = 0.00146412 Jy ! Component: 200 - total flux cleaned = 0.00146374 Jy ! Total flux subtracted in 200 components = 0.00146374 Jy ! Clean residual min=-0.001809 max=0.002631 Jy/beam ! Clean residual mean=-0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0620506 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 102 components and 0.0620506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098248Jy sigma=0.000831 ! Fit after self-cal, rms=0.099434Jy sigma=0.000829 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 (94, -127.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019707 Jy ! Component: 100 - total flux cleaned = 0.00253213 Jy ! Component: 150 - total flux cleaned = 0.00253179 Jy ! Component: 200 - total flux cleaned = 0.0024717 Jy ! Total flux subtracted in 200 components = 0.0024717 Jy ! Clean residual min=-0.001578 max=0.002098 Jy/beam ! Clean residual mean=-0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0645223 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.0645223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099357Jy sigma=0.000828 ! Fit after self-cal, rms=0.099275Jy sigma=0.000828 ! Inverting map ! Added new window around map position (122.5, 65.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014307 Jy ! Component: 100 - total flux cleaned = 0.00192609 Jy ! Component: 150 - total flux cleaned = 0.00228141 Jy ! Component: 200 - total flux cleaned = 0.00246486 Jy ! Total flux subtracted in 200 components = 0.00246486 Jy ! Clean residual min=-0.001658 max=0.001804 Jy/beam ! Clean residual mean=-0.000003 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.0669872 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 162 components and 0.0669872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099174Jy sigma=0.000828 ! Fit after self-cal, rms=0.099075Jy sigma=0.000827 ! 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.099075Jy sigma=0.000827 ! Fit after self-cal, rms=0.101086Jy sigma=0.000827 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=10.47 mas, bpa=84.34 degrees ! Estimated noise=496.653 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155338 Jy ! Component: 100 - total flux cleaned = 0.0021619 Jy ! Component: 150 - total flux cleaned = 0.00258896 Jy ! Component: 200 - total flux cleaned = 0.00274326 Jy ! Total flux subtracted in 200 components = 0.00274326 Jy ! Clean residual min=-0.001605 max=0.001756 Jy/beam ! Clean residual mean=-0.000003 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0697304 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 179 components and 0.0697304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100984Jy sigma=0.000827 ! Fit after self-cal, rms=0.100952Jy sigma=0.000827 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.000419756 Jy ! Component: 100 - total flux cleaned = 0.000537872 Jy ! Component: 150 - total flux cleaned = 0.000645173 Jy ! Component: 200 - total flux cleaned = 0.000791404 Jy ! Total flux subtracted in 200 components = 0.000791404 Jy ! Clean residual min=-0.001584 max=0.001801 Jy/beam ! Clean residual mean=-0.000003 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0705218 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 188 components and 0.0705218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100909Jy sigma=0.000827 ! Fit after self-cal, rms=0.100877Jy sigma=0.000827 ! 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.100877Jy sigma=0.000827 ! Fit after self-cal, rms=0.099003Jy sigma=0.000827 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.469 mas, bmaj=13.41 mas, bpa=79.93 degrees ! Estimated noise=626.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138219 Jy ! Component: 100 - total flux cleaned = 0.00191142 Jy ! Component: 150 - total flux cleaned = 0.00206398 Jy ! Component: 200 - total flux cleaned = 0.00214834 Jy ! Total flux subtracted in 200 components = 0.00214834 Jy ! Clean residual min=-0.001798 max=0.002652 Jy/beam ! Clean residual mean=-0.000007 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.0726702 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 215 components and 0.0726702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098960Jy sigma=0.000827 ! Fit after self-cal, rms=0.098858Jy sigma=0.000827 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 (-70.5, 97.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168865 Jy ! Component: 100 - total flux cleaned = 0.00164694 Jy ! Component: 150 - total flux cleaned = 0.00151908 Jy ! Component: 200 - total flux cleaned = 0.0014081 Jy ! Total flux subtracted in 200 components = 0.0014081 Jy ! Clean residual min=-0.001506 max=0.001985 Jy/beam ! Clean residual mean=-0.000006 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0740783 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 250 components and 0.0740783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098788Jy sigma=0.000826 ! Fit after self-cal, rms=0.098720Jy sigma=0.000826 ! 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.181 mas, bmaj=10.47 mas, bpa=84.37 degrees ! Estimated noise=506.818 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.181 x 10.47 at 84.37 degrees (North through East) ! Clean map min=-0.0016565 max=0.050756 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.451 mas, bmaj=9.577 mas, bpa=85.52 degrees ! Estimated noise=883.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0383301 Jy ! Component: 100 - total flux cleaned = 0.0476441 Jy ! Component: 150 - total flux cleaned = 0.0527878 Jy ! Component: 200 - total flux cleaned = 0.0552084 Jy ! Total flux subtracted in 200 components = 0.0552084 Jy ! Clean residual min=-0.002876 max=0.003366 Jy/beam ! Clean residual mean=-0.000002 rms=0.000773 Jy/beam ! Combined flux in latest and established models = 0.0552084 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0552084 Jy ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=10.47 mas, bpa=84.37 degrees ! Estimated noise=506.818 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.00499651 Jy ! Component: 100 - total flux cleaned = 0.00827348 Jy ! Component: 150 - total flux cleaned = 0.0102305 Jy ! Component: 200 - total flux cleaned = 0.0117987 Jy ! Total flux subtracted in 200 components = 0.0117987 Jy ! Clean residual min=-0.001826 max=0.001997 Jy/beam ! Clean residual mean=0.000001 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.0670071 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 108 components and 0.0670071 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.469 mas, bmaj=13.41 mas, bpa=79.93 degrees ! Estimated noise=626.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024701 Jy ! Component: 100 - total flux cleaned = 0.00371495 Jy ! Component: 150 - total flux cleaned = 0.00483305 Jy ! Component: 200 - total flux cleaned = 0.00533319 Jy ! Total flux subtracted in 200 components = 0.00533319 Jy ! Clean residual min=-0.001674 max=0.001872 Jy/beam ! Clean residual mean=-0.000004 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.0723403 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.000243962 Jy ! Component: 100 - total flux cleaned = 0.00046568 Jy ! Component: 150 - total flux cleaned = 0.000586499 Jy ! Component: 200 - total flux cleaned = 0.000699546 Jy ! Total flux subtracted in 200 components = 0.000699546 Jy ! Clean residual min=-0.001542 max=0.001907 Jy/beam ! Clean residual mean=-0.000004 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.0730399 Jy ! Adding 84 model components to the UV plane model. ! The established model now contains 186 components and 0.0730399 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=10.47 mas, bpa=84.37 degrees ! Estimated noise=506.818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.54535e-05 Jy ! Component: 100 - total flux cleaned = 0.000143939 Jy ! Component: 150 - total flux cleaned = 0.000366114 Jy ! Component: 200 - total flux cleaned = 0.000448036 Jy ! Total flux subtracted in 200 components = 0.000448036 Jy ! Clean residual min=-0.001546 max=0.001627 Jy/beam ! Clean residual mean=-0.000002 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0734879 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 219 components and 0.0734879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098668Jy sigma=0.000826 ! Fit after self-cal, rms=0.098611Jy sigma=0.000826 wmodel J0929+7304_S_2015_03_17_pus_map.mod ! Writing 219 model components to file: J0929+7304_S_2015_03_17_pus_map.mod wobs J0929+7304_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0929+7304_S_2015_03_17_pus_uvs.fits wwins J0929+7304_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J0929+7304_S_2015_03_17_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.000516734 Jy ! Component: 100 - total flux cleaned = 0.000937365 Jy ! Component: 150 - total flux cleaned = 0.00131532 Jy ! Component: 200 - total flux cleaned = 0.0016556 Jy ! Component: 250 - total flux cleaned = 0.0019871 Jy ! Component: 300 - total flux cleaned = 0.00233512 Jy ! Component: 350 - total flux cleaned = 0.00272299 Jy ! Component: 400 - total flux cleaned = 0.00312531 Jy ! Component: 450 - total flux cleaned = 0.00349598 Jy ! Component: 500 - total flux cleaned = 0.00383656 Jy ! Component: 550 - total flux cleaned = 0.00414842 Jy ! Component: 600 - total flux cleaned = 0.00445449 Jy ! Component: 650 - total flux cleaned = 0.00471236 Jy ! Component: 700 - total flux cleaned = 0.00502882 Jy ! Component: 750 - total flux cleaned = 0.00523623 Jy ! Component: 800 - total flux cleaned = 0.00550187 Jy ! Component: 850 - total flux cleaned = 0.00574328 Jy ! Component: 900 - total flux cleaned = 0.00596088 Jy ! Component: 950 - total flux cleaned = 0.00605871 Jy ! Component: 1000 - total flux cleaned = 0.00619389 Jy ! Component: 1050 - total flux cleaned = 0.00640355 Jy ! Component: 1100 - total flux cleaned = 0.00657243 Jy ! Component: 1150 - total flux cleaned = 0.00666508 Jy ! Component: 1200 - total flux cleaned = 0.00681162 Jy ! Component: 1250 - total flux cleaned = 0.00697423 Jy ! Component: 1300 - total flux cleaned = 0.00708147 Jy ! Component: 1350 - total flux cleaned = 0.00725768 Jy ! Component: 1400 - total flux cleaned = 0.00729251 Jy ! Component: 1450 - total flux cleaned = 0.00739593 Jy ! Component: 1500 - total flux cleaned = 0.007481 Jy ! Component: 1550 - total flux cleaned = 0.00754826 Jy ! Component: 1600 - total flux cleaned = 0.00766466 Jy ! Component: 1650 - total flux cleaned = 0.00776325 Jy ! Component: 1700 - total flux cleaned = 0.00779584 Jy ! Component: 1750 - total flux cleaned = 0.00790882 Jy ! Component: 1800 - total flux cleaned = 0.00797262 Jy ! Component: 1850 - total flux cleaned = 0.00803583 Jy ! Component: 1900 - total flux cleaned = 0.00814566 Jy ! Component: 1950 - total flux cleaned = 0.00825411 Jy ! Component: 2000 - total flux cleaned = 0.00834626 Jy ! Component: 2050 - total flux cleaned = 0.00840719 Jy ! Component: 2100 - total flux cleaned = 0.00854327 Jy ! Component: 2150 - total flux cleaned = 0.00864832 Jy ! Component: 2200 - total flux cleaned = 0.00872279 Jy ! Component: 2250 - total flux cleaned = 0.00879673 Jy ! Component: 2300 - total flux cleaned = 0.00887014 Jy ! Component: 2350 - total flux cleaned = 0.00889911 Jy ! Component: 2400 - total flux cleaned = 0.00897161 Jy ! Component: 2450 - total flux cleaned = 0.00898587 Jy ! Component: 2500 - total flux cleaned = 0.00902881 Jy ! Component: 2550 - total flux cleaned = 0.00900047 Jy ! Component: 2600 - total flux cleaned = 0.00905692 Jy ! Component: 2650 - total flux cleaned = 0.00902897 Jy ! Component: 2700 - total flux cleaned = 0.00904291 Jy ! Component: 2750 - total flux cleaned = 0.00907066 Jy ! Component: 2800 - total flux cleaned = 0.00909818 Jy ! Component: 2850 - total flux cleaned = 0.00919394 Jy ! Component: 2900 - total flux cleaned = 0.00913948 Jy ! Component: 2950 - total flux cleaned = 0.00912596 Jy ! Component: 3000 - total flux cleaned = 0.00913937 Jy ! Component: 3050 - total flux cleaned = 0.00912597 Jy ! Component: 3100 - total flux cleaned = 0.00912601 Jy ! Component: 3150 - total flux cleaned = 0.00909958 Jy ! Component: 3200 - total flux cleaned = 0.00907322 Jy ! Component: 3250 - total flux cleaned = 0.00907329 Jy ! Component: 3300 - total flux cleaned = 0.00907339 Jy ! Component: 3350 - total flux cleaned = 0.00906046 Jy ! Component: 3400 - total flux cleaned = 0.00903466 Jy ! Component: 3450 - total flux cleaned = 0.00903469 Jy ! Component: 3500 - total flux cleaned = 0.00897092 Jy ! Component: 3550 - total flux cleaned = 0.0089836 Jy ! Component: 3600 - total flux cleaned = 0.00899622 Jy ! Component: 3650 - total flux cleaned = 0.00890823 Jy ! Component: 3700 - total flux cleaned = 0.00890824 Jy ! Component: 3750 - total flux cleaned = 0.0089456 Jy ! Component: 3800 - total flux cleaned = 0.00888347 Jy ! Component: 3850 - total flux cleaned = 0.00885884 Jy ! Component: 3900 - total flux cleaned = 0.00882201 Jy ! Component: 3950 - total flux cleaned = 0.0088098 Jy ! Component: 4000 - total flux cleaned = 0.00879769 Jy ! Component: 4050 - total flux cleaned = 0.00880985 Jy ! Total flux subtracted in 4096 components = 0.00877361 Jy ! Clean residual min=-0.000827 max=0.000732 Jy/beam ! Clean residual mean=-0.000001 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.0822615 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 511 components and 0.0822615 Jy ![Exited script file: muppet] wmap "J0929+7304_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.181 x 10.47 at 84.37 degrees (North through East) ! Clean map min=-0.0016895 max=0.051254 Jy/beam ! Writing clean map to FITS file: J0929+7304_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0512544 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232655 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.36177 1.36177 2.72353 5.44706 10.8941 21.7883 43.5765 87.153 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.051 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.181 x 10.47 at 84.37 degrees (North through East) ! Clean map min=-0.0016895 max=0.051254 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 J0929+7304_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:54:35 2016