! Started logfile: J0102+5824_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:13:18 2017 obs J0102+5824_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0102+5824_S_2014_01_04_pus_uva.fits ! AN table 1: 74 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.375375 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0102+5824 ! ! 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 370 lines of history. ! ! Reading 4000 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 J0102+5824_S_2014_01_04_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 299 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 299 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 299 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 299 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.644957Jy sigma=0.007865 ! Fit after self-cal, rms=0.626429Jy sigma=0.007561 ! 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.918 mas, bmaj=4.643 mas, bpa=-52.1 degrees ! Estimated noise=1356.91 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 = 1.19205 Jy ! Component: 100 - total flux cleaned = 1.45304 Jy ! Total flux subtracted in 100 components = 1.45304 Jy ! Clean residual min=-0.049004 max=0.078953 Jy/beam ! Clean residual mean=0.000312 rms=0.012648 Jy/beam ! Combined flux in latest and established models = 1.45304 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 1.45304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.260560Jy sigma=0.002944 ! Fit after self-cal, rms=0.260595Jy sigma=0.002943 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0796353 Jy ! Component: 100 - total flux cleaned = 0.113687 Jy ! Total flux subtracted in 100 components = 0.113687 Jy ! Clean residual min=-0.049589 max=0.053265 Jy/beam ! Clean residual mean=0.000217 rms=0.011017 Jy/beam ! Combined flux in latest and established models = 1.56673 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 9 components and 1.56673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218481Jy sigma=0.002660 ! Fit after self-cal, rms=0.218272Jy sigma=0.002657 ! 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.595 mas, bmaj=5.477 mas, bpa=-54.03 degrees ! Estimated noise=918.929 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.0310991 Jy ! Component: 100 - total flux cleaned = 0.0472228 Jy ! Component: 150 - total flux cleaned = 0.0567981 Jy ! Component: 200 - total flux cleaned = 0.0590871 Jy ! Total flux subtracted in 200 components = 0.0590871 Jy ! Clean residual min=-0.040933 max=0.051422 Jy/beam ! Clean residual mean=0.000406 rms=0.011436 Jy/beam ! Combined flux in latest and established models = 1.62581 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 24 components and 1.62581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209305Jy sigma=0.002674 ! Fit after self-cal, rms=0.209278Jy sigma=0.002673 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* KP 1.00* LA 1.02 ! MK 1.01 NL 0.95 OV 0.95 PT 1.00 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 1.00* LA 0.98 ! MK 1.00 NL 1.01 OV 0.99 PT 0.96 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* KP 1.00* LA 0.81 ! MK 1.02 NL 0.97 OV 0.92 PT 0.94 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 1.00* KP 1.00* LA 0.87 ! MK 1.02 NL 1.06 OV 0.99 PT 0.99 ! SC 0.93 ! ! ! Fit before self-cal, rms=0.209278Jy sigma=0.002673 ! Fit after self-cal, rms=0.114947Jy sigma=0.001245 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.59 mas, bmaj=5.462 mas, bpa=-54.15 degrees ! Estimated noise=914.049 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.013029 Jy ! Component: 100 - total flux cleaned = -0.0141521 Jy ! Component: 150 - total flux cleaned = -0.015057 Jy ! Component: 200 - total flux cleaned = -0.0161173 Jy ! Total flux subtracted in 200 components = -0.0161173 Jy ! Clean residual min=-0.016248 max=0.019081 Jy/beam ! Clean residual mean=0.000054 rms=0.003772 Jy/beam ! Combined flux in latest and established models = 1.60969 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 1.60969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110551Jy sigma=0.001231 ! Fit after self-cal, rms=0.110224Jy sigma=0.001230 ! 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.110224Jy sigma=0.001230 ! Fit after self-cal, rms=0.097925Jy sigma=0.001118 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.589 mas, bmaj=5.455 mas, bpa=-53.7 degrees ! Estimated noise=914.942 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00421015 Jy ! Component: 100 - total flux cleaned = 0.00401144 Jy ! Component: 150 - total flux cleaned = 0.00366714 Jy ! Component: 200 - total flux cleaned = 0.00351109 Jy ! Total flux subtracted in 200 components = 0.00351109 Jy ! Clean residual min=-0.006051 max=0.013310 Jy/beam ! Clean residual mean=0.000081 rms=0.002042 Jy/beam ! Combined flux in latest and established models = 1.61321 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 1.61321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097001Jy sigma=0.001111 ! Fit after self-cal, rms=0.097049Jy sigma=0.001110 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 (-9, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122503 Jy ! Component: 100 - total flux cleaned = 0.0185904 Jy ! Component: 150 - total flux cleaned = 0.023012 Jy ! Component: 200 - total flux cleaned = 0.0257045 Jy ! Total flux subtracted in 200 components = 0.0257045 Jy ! Clean residual min=-0.005278 max=0.005971 Jy/beam ! Clean residual mean=0.000025 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 1.63891 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 1.63891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095275Jy sigma=0.001089 ! Fit after self-cal, rms=0.095194Jy sigma=0.001087 ! 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.095194Jy sigma=0.001087 ! Fit after self-cal, rms=0.095193Jy sigma=0.001086 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=5.448 mas, bpa=-53.72 degrees ! Estimated noise=914.872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00405362 Jy ! Component: 100 - total flux cleaned = 0.00639231 Jy ! Component: 150 - total flux cleaned = 0.00688934 Jy ! Component: 200 - total flux cleaned = 0.00697882 Jy ! Total flux subtracted in 200 components = 0.00697882 Jy ! Clean residual min=-0.003921 max=0.005048 Jy/beam ! Clean residual mean=0.000010 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 1.64589 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 1.64589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094870Jy sigma=0.001083 ! Fit after self-cal, rms=0.094864Jy sigma=0.001083 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 (-92, 25). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237223 Jy ! Component: 100 - total flux cleaned = 0.00394486 Jy ! Component: 150 - total flux cleaned = 0.00462821 Jy ! Component: 200 - total flux cleaned = 0.00501139 Jy ! Total flux subtracted in 200 components = 0.00501139 Jy ! Clean residual min=-0.003499 max=0.004048 Jy/beam ! Clean residual mean=0.000000 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 1.6509 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 1.6509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094575Jy sigma=0.001080 ! Fit after self-cal, rms=0.094568Jy sigma=0.001079 ! 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.094568Jy sigma=0.001079 ! Fit after self-cal, rms=0.094613Jy sigma=0.001079 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.8 mas, bmaj=9.658 mas, bpa=-47.34 degrees ! Estimated noise=1080.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200381 Jy ! Component: 100 - total flux cleaned = 0.00323187 Jy ! Component: 150 - total flux cleaned = 0.00380235 Jy ! Component: 200 - total flux cleaned = 0.00390512 Jy ! Total flux subtracted in 200 components = 0.00390512 Jy ! Clean residual min=-0.002850 max=0.004029 Jy/beam ! Clean residual mean=-0.000009 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 1.65481 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 101 components and 1.65481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094562Jy sigma=0.001079 ! Fit after self-cal, rms=0.094564Jy sigma=0.001079 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 (108.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325518 Jy ! Component: 100 - total flux cleaned = 0.00400402 Jy ! Component: 150 - total flux cleaned = 0.00460347 Jy ! Component: 200 - total flux cleaned = 0.00472089 Jy ! Total flux subtracted in 200 components = 0.00472089 Jy ! Clean residual min=-0.002694 max=0.002516 Jy/beam ! Clean residual mean=-0.000013 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 1.65953 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 138 components and 1.65953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094441Jy sigma=0.001077 ! Fit after self-cal, rms=0.094426Jy sigma=0.001077 ! 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.585 mas, bmaj=5.445 mas, bpa=-53.74 degrees ! Estimated noise=915.298 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.585 x 5.445 at -53.74 degrees (North through East) ! Clean map min=-0.0034799 max=1.5423 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094426Jy sigma=0.001077 ! Fit after self-cal, rms=0.075378Jy sigma=0.000760 ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=5.444 mas, bpa=-53.74 degrees ! Estimated noise=915.683 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000781161 Jy ! Component: 100 - total flux cleaned = 0.00114222 Jy ! Component: 150 - total flux cleaned = 0.00105707 Jy ! Component: 200 - total flux cleaned = 0.00113266 Jy ! Total flux subtracted in 200 components = 0.00113266 Jy ! Clean residual min=-0.002949 max=0.002982 Jy/beam ! Clean residual mean=-0.000005 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 1.66066 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 159 components and 1.66066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075146Jy sigma=0.000758 ! Fit after self-cal, rms=0.075142Jy sigma=0.000758 ! Inverting map ! Added new window around map position (-101, -74.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157623 Jy ! Component: 100 - total flux cleaned = 0.00185642 Jy ! Component: 150 - total flux cleaned = 0.00162605 Jy ! Component: 200 - total flux cleaned = 0.00162778 Jy ! Total flux subtracted in 200 components = 0.00162778 Jy ! Clean residual min=-0.002650 max=0.002762 Jy/beam ! Clean residual mean=-0.000003 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 1.66229 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 184 components and 1.66229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074861Jy sigma=0.000755 ! Fit after self-cal, rms=0.074857Jy sigma=0.000755 ! Inverting map ! Added new window around map position (-10.5, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112011 Jy ! Component: 100 - total flux cleaned = 0.00112429 Jy ! Component: 150 - total flux cleaned = 0.00112465 Jy ! Component: 200 - total flux cleaned = 0.000930998 Jy ! Total flux subtracted in 200 components = 0.000930998 Jy ! Clean residual min=-0.002576 max=0.002661 Jy/beam ! Clean residual mean=-0.000005 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 1.66322 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 204 components and 1.66322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074671Jy sigma=0.000754 ! Fit after self-cal, rms=0.074677Jy sigma=0.000754 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074677Jy sigma=0.000754 ! Fit after self-cal, rms=0.074696Jy sigma=0.000753 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.903 mas, bmaj=4.626 mas, bpa=-51.53 degrees ! Estimated noise=1361.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.19568 Jy ! Component: 100 - total flux cleaned = 1.45977 Jy ! Component: 150 - total flux cleaned = 1.54496 Jy ! Component: 200 - total flux cleaned = 1.58085 Jy ! Total flux subtracted in 200 components = 1.58085 Jy ! Clean residual min=-0.010161 max=0.016165 Jy/beam ! Clean residual mean=0.000067 rms=0.002698 Jy/beam ! Combined flux in latest and established models = 1.58085 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 13 model components to the UV plane model. ! The established model now contains 13 components and 1.58085 Jy ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=5.444 mas, bpa=-53.74 degrees ! Estimated noise=915.965 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.0217413 Jy ! Component: 100 - total flux cleaned = 0.0347282 Jy ! Component: 150 - total flux cleaned = 0.0436926 Jy ! Component: 200 - total flux cleaned = 0.0504795 Jy ! Total flux subtracted in 200 components = 0.0504795 Jy ! Clean residual min=-0.004920 max=0.005411 Jy/beam ! Clean residual mean=0.000056 rms=0.001279 Jy/beam ! Combined flux in latest and established models = 1.63133 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 39 components and 1.63133 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.799 mas, bmaj=9.657 mas, bpa=-47.33 degrees ! Estimated noise=1081.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00741976 Jy ! Component: 100 - total flux cleaned = 0.012101 Jy ! Component: 150 - total flux cleaned = 0.0146396 Jy ! Component: 200 - total flux cleaned = 0.0166301 Jy ! Total flux subtracted in 200 components = 0.0166301 Jy ! Clean residual min=-0.003571 max=0.003773 Jy/beam ! Clean residual mean=0.000048 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 1.64796 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.0015865 Jy ! Component: 100 - total flux cleaned = 0.00307102 Jy ! Component: 150 - total flux cleaned = 0.00437959 Jy ! Component: 200 - total flux cleaned = 0.00563301 Jy ! Total flux subtracted in 200 components = 0.00563301 Jy ! Clean residual min=-0.002694 max=0.002845 Jy/beam ! Clean residual mean=0.000022 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 1.65359 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 124 components and 1.65359 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=5.444 mas, bpa=-53.74 degrees ! Estimated noise=915.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187987 Jy ! Component: 100 - total flux cleaned = 0.0031586 Jy ! Component: 150 - total flux cleaned = 0.00353337 Jy ! Component: 200 - total flux cleaned = 0.00387499 Jy ! Total flux subtracted in 200 components = 0.00387499 Jy ! Clean residual min=-0.003038 max=0.002913 Jy/beam ! Clean residual mean=0.000010 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 1.65747 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 146 components and 1.65747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075237Jy sigma=0.000758 ! Fit after self-cal, rms=0.075179Jy sigma=0.000757 wmodel J0102+5824_S_2014_01_04_pus_map.mod ! Writing 146 model components to file: J0102+5824_S_2014_01_04_pus_map.mod wobs J0102+5824_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0102+5824_S_2014_01_04_pus_uvs.fits wwins J0102+5824_S_2014_01_04_pus_map.win ! wwins: Wrote 6 windows to J0102+5824_S_2014_01_04_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.000771151 Jy ! Component: 100 - total flux cleaned = -0.00102475 Jy ! Component: 150 - total flux cleaned = -0.00102533 Jy ! Component: 200 - total flux cleaned = -0.00102557 Jy ! Component: 250 - total flux cleaned = -0.00106935 Jy ! Component: 300 - total flux cleaned = -0.0011123 Jy ! Component: 350 - total flux cleaned = -0.00123584 Jy ! Component: 400 - total flux cleaned = -0.00127645 Jy ! Component: 450 - total flux cleaned = -0.00119731 Jy ! Component: 500 - total flux cleaned = -0.00104461 Jy ! Component: 550 - total flux cleaned = -0.000970381 Jy ! Component: 600 - total flux cleaned = -0.00100726 Jy ! Component: 650 - total flux cleaned = -0.00093575 Jy ! Component: 700 - total flux cleaned = -0.000935765 Jy ! Component: 750 - total flux cleaned = -0.000866034 Jy ! Component: 800 - total flux cleaned = -0.000865782 Jy ! Component: 850 - total flux cleaned = -0.000832321 Jy ! Component: 900 - total flux cleaned = -0.000733661 Jy ! Component: 950 - total flux cleaned = -0.00060437 Jy ! Component: 1000 - total flux cleaned = -0.000477668 Jy ! Component: 1050 - total flux cleaned = -0.000383736 Jy ! Component: 1100 - total flux cleaned = -0.000230101 Jy ! Component: 1150 - total flux cleaned = -0.000139749 Jy ! Component: 1200 - total flux cleaned = -5.01439e-05 Jy ! Component: 1250 - total flux cleaned = 6.6645e-05 Jy ! Component: 1300 - total flux cleaned = 0.000268683 Jy ! Component: 1350 - total flux cleaned = 0.000296924 Jy ! Component: 1400 - total flux cleaned = 0.000381357 Jy ! Component: 1450 - total flux cleaned = 0.000325829 Jy ! Component: 1500 - total flux cleaned = 0.0004086 Jy ! Component: 1550 - total flux cleaned = 0.000381387 Jy ! Component: 1600 - total flux cleaned = 0.000434843 Jy ! Component: 1650 - total flux cleaned = 0.000434256 Jy ! Component: 1700 - total flux cleaned = 0.000355741 Jy ! Component: 1750 - total flux cleaned = 0.000381256 Jy ! Component: 1800 - total flux cleaned = 0.000407033 Jy ! Component: 1850 - total flux cleaned = 0.000331064 Jy ! Component: 1900 - total flux cleaned = 0.00040563 Jy ! Component: 1950 - total flux cleaned = 0.000306985 Jy ! Component: 2000 - total flux cleaned = 0.000306982 Jy ! Component: 2050 - total flux cleaned = 0.000355438 Jy ! Component: 2100 - total flux cleaned = 0.00035536 Jy ! Component: 2150 - total flux cleaned = 0.000354635 Jy ! Component: 2200 - total flux cleaned = 0.00026098 Jy ! Component: 2250 - total flux cleaned = 0.000238179 Jy ! Component: 2300 - total flux cleaned = 0.000307091 Jy ! Component: 2350 - total flux cleaned = 0.000261572 Jy ! Component: 2400 - total flux cleaned = 0.000350864 Jy ! Component: 2450 - total flux cleaned = 0.000350746 Jy ! Component: 2500 - total flux cleaned = 0.000328614 Jy ! Component: 2550 - total flux cleaned = 0.00028477 Jy ! Component: 2600 - total flux cleaned = 0.000263423 Jy ! Component: 2650 - total flux cleaned = 0.00022102 Jy ! Component: 2700 - total flux cleaned = 0.000263286 Jy ! Component: 2750 - total flux cleaned = 0.000221656 Jy ! Component: 2800 - total flux cleaned = 0.000221501 Jy ! Component: 2850 - total flux cleaned = 0.000221626 Jy ! Component: 2900 - total flux cleaned = 0.000323005 Jy ! Component: 2950 - total flux cleaned = 0.000322648 Jy ! Component: 3000 - total flux cleaned = 0.000402383 Jy ! Component: 3050 - total flux cleaned = 0.000461627 Jy ! Component: 3100 - total flux cleaned = 0.000480952 Jy ! Component: 3150 - total flux cleaned = 0.000519766 Jy ! Component: 3200 - total flux cleaned = 0.000442686 Jy ! Component: 3250 - total flux cleaned = 0.000538513 Jy ! Component: 3300 - total flux cleaned = 0.000614384 Jy ! Component: 3350 - total flux cleaned = 0.000651923 Jy ! Component: 3400 - total flux cleaned = 0.000689459 Jy ! Component: 3450 - total flux cleaned = 0.00067106 Jy ! Component: 3500 - total flux cleaned = 0.000744452 Jy ! Component: 3550 - total flux cleaned = 0.000762617 Jy ! Component: 3600 - total flux cleaned = 0.000780829 Jy ! Component: 3650 - total flux cleaned = 0.000834514 Jy ! Component: 3700 - total flux cleaned = 0.000887829 Jy ! Component: 3750 - total flux cleaned = 0.000887835 Jy ! Component: 3800 - total flux cleaned = 0.000975333 Jy ! Component: 3850 - total flux cleaned = 0.000992476 Jy ! Component: 3900 - total flux cleaned = 0.00104427 Jy ! Component: 3950 - total flux cleaned = 0.00111269 Jy ! Component: 4000 - total flux cleaned = 0.00112961 Jy ! Component: 4050 - total flux cleaned = 0.00119712 Jy ! Total flux subtracted in 4096 components = 0.00111342 Jy ! Clean residual min=-0.001347 max=0.000982 Jy/beam ! Clean residual mean=0.000004 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 1.65858 Jy keep ! Adding 236 model components to the UV plane model. ! The established model now contains 381 components and 1.65858 Jy ![Exited script file: muppet] wmap "J0102+5824_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.585 x 5.444 at -53.74 degrees (North through East) ! Clean map min=-0.0021414 max=1.5449 Jy/beam ! Writing clean map to FITS file: J0102+5824_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.54486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000278085 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.054002 0.054002 0.108004 0.216008 0.432016 0.864032 1.72806 3.45613 6.91225 13.8245 27.649 55.298 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.544 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.585 x 5.444 at -53.74 degrees (North through East) ! Clean map min=-0.0021414 max=1.5449 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 J0102+5824_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:13:23 2017