! Started logfile: J0650-1637_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:09:12 2017 obs J0650-1637_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0650-1637_S_2015_01_23_pus_uva.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.674074 visibilities/baseline/integration-bin. ! Found source: J0650-1637 ! ! 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 1820 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 J0650-1637_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.800008Jy sigma=0.008235 ! Fit after self-cal, rms=0.775906Jy sigma=0.007973 ! 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.57 mas, bmaj=6.484 mas, bpa=4.498 degrees ! Estimated noise=2379.41 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.24883 Jy ! Component: 100 - total flux cleaned = 1.53988 Jy ! Total flux subtracted in 100 components = 1.53988 Jy ! Clean residual min=-0.130352 max=0.217897 Jy/beam ! Clean residual mean=-0.000853 rms=0.035259 Jy/beam ! Combined flux in latest and established models = 1.53988 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 1.53988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.548929Jy sigma=0.004795 ! Fit after self-cal, rms=0.548931Jy sigma=0.004794 ! Inverting map ! Added new window around map position (-37.5, 72.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.195481 Jy ! Component: 100 - total flux cleaned = 0.303174 Jy ! Total flux subtracted in 100 components = 0.303174 Jy ! Clean residual min=-0.113526 max=0.147537 Jy/beam ! Clean residual mean=-0.000569 rms=0.026276 Jy/beam ! Combined flux in latest and established models = 1.84305 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 27 components and 1.84305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.476300Jy sigma=0.003779 ! Fit after self-cal, rms=0.472638Jy sigma=0.003710 ! 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.313 mas, bmaj=8.011 mas, bpa=9.185 degrees ! Estimated noise=1777.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116583 Jy ! Component: 100 - total flux cleaned = 0.168957 Jy ! Component: 150 - total flux cleaned = 0.197223 Jy ! Component: 200 - total flux cleaned = 0.206459 Jy ! Total flux subtracted in 200 components = 0.206459 Jy ! Clean residual min=-0.119775 max=0.132491 Jy/beam ! Clean residual mean=-0.000446 rms=0.029863 Jy/beam ! Combined flux in latest and established models = 2.04951 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 49 components and 2.04951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.440009Jy sigma=0.003413 ! Fit after self-cal, rms=0.438272Jy sigma=0.003343 ! 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 0.92 FD 1.56 HN 0.97 KP 1.04 ! LA 0.98 MK 1.00 NL 1.04 OV 0.94 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.68 HN 1.06 KP 0.98 ! LA 0.95 MK 1.02 NL 1.29 OV 0.97 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.93 HN 1.09 KP 0.84 ! LA 0.78 MK 1.01 NL 1.39 OV 0.91 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.72 HN 1.08 KP 0.76 ! LA 0.81 MK 1.03 NL 0.92 OV 0.96 ! PT 0.99 SC 0.95 ! ! ! Fit before self-cal, rms=0.438272Jy sigma=0.003343 ! Fit after self-cal, rms=0.288686Jy sigma=0.001633 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.286 mas, bmaj=7.952 mas, bpa=9.674 degrees ! Estimated noise=1846.95 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.0612808 Jy ! Component: 100 - total flux cleaned = -0.0661832 Jy ! Component: 150 - total flux cleaned = -0.0687957 Jy ! Component: 200 - total flux cleaned = -0.0716232 Jy ! Total flux subtracted in 200 components = -0.0716232 Jy ! Clean residual min=-0.048160 max=0.056005 Jy/beam ! Clean residual mean=-0.000137 rms=0.012243 Jy/beam ! Combined flux in latest and established models = 1.97789 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 73 components and 1.97789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.260874Jy sigma=0.001464 ! Fit after self-cal, rms=0.258923Jy sigma=0.001449 ! 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.258923Jy sigma=0.001449 ! Fit after self-cal, rms=0.253654Jy sigma=0.001379 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=7.957 mas, bpa=9.671 degrees ! Estimated noise=1850.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0314403 Jy ! Component: 100 - total flux cleaned = -0.0345001 Jy ! Component: 150 - total flux cleaned = -0.0364039 Jy ! Component: 200 - total flux cleaned = -0.0380851 Jy ! Total flux subtracted in 200 components = -0.0380851 Jy ! Clean residual min=-0.040022 max=0.052643 Jy/beam ! Clean residual mean=-0.000124 rms=0.010512 Jy/beam ! Combined flux in latest and established models = 1.9398 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 1.9398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242036Jy sigma=0.001315 ! Fit after self-cal, rms=0.240613Jy sigma=0.001309 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.5, -42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0464545 Jy ! Component: 100 - total flux cleaned = 0.0522304 Jy ! Component: 150 - total flux cleaned = 0.0513658 Jy ! Component: 200 - total flux cleaned = 0.0521484 Jy ! Total flux subtracted in 200 components = 0.0521484 Jy ! Clean residual min=-0.036502 max=0.027094 Jy/beam ! Clean residual mean=-0.000066 rms=0.007364 Jy/beam ! Combined flux in latest and established models = 1.99195 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 109 components and 1.99195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.230654Jy sigma=0.001111 ! Fit after self-cal, rms=0.229984Jy sigma=0.001100 ! 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.229984Jy sigma=0.001100 ! Fit after self-cal, rms=0.227763Jy sigma=0.001069 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.951 mas, bpa=9.671 degrees ! Estimated noise=1841.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0121058 Jy ! Component: 100 - total flux cleaned = -0.0134077 Jy ! Component: 150 - total flux cleaned = -0.0133889 Jy ! Component: 200 - total flux cleaned = -0.0128521 Jy ! Total flux subtracted in 200 components = -0.0128521 Jy ! Clean residual min=-0.030119 max=0.023738 Jy/beam ! Clean residual mean=-0.000047 rms=0.005911 Jy/beam ! Combined flux in latest and established models = 1.9791 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 121 components and 1.9791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221567Jy sigma=0.001010 ! Fit after self-cal, rms=0.220907Jy sigma=0.001006 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.20401e-05 Jy ! Component: 100 - total flux cleaned = 0.000803664 Jy ! Component: 150 - total flux cleaned = 0.000807812 Jy ! Component: 200 - total flux cleaned = 0.00119825 Jy ! Total flux subtracted in 200 components = 0.00119825 Jy ! Clean residual min=-0.026555 max=0.022953 Jy/beam ! Clean residual mean=-0.000049 rms=0.005473 Jy/beam ! Combined flux in latest and established models = 1.9803 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 130 components and 1.9803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218457Jy sigma=0.000982 ! Fit after self-cal, rms=0.218193Jy sigma=0.000980 ! 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.218193Jy sigma=0.000980 ! Fit after self-cal, rms=0.217655Jy sigma=0.000963 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.273 mas, bmaj=16.78 mas, bpa=13.06 degrees ! Estimated noise=2279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0146963 Jy ! Component: 100 - total flux cleaned = -0.0128455 Jy ! Component: 150 - total flux cleaned = -0.0109104 Jy ! Component: 200 - total flux cleaned = -0.00930439 Jy ! Total flux subtracted in 200 components = -0.00930439 Jy ! Clean residual min=-0.022205 max=0.030098 Jy/beam ! Clean residual mean=-0.000081 rms=0.007465 Jy/beam ! Combined flux in latest and established models = 1.97099 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 143 components and 1.97099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.214736Jy sigma=0.000953 ! Fit after self-cal, rms=0.214207Jy sigma=0.000948 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.0032464 Jy ! Component: 100 - total flux cleaned = -0.00172783 Jy ! Component: 150 - total flux cleaned = -0.000431409 Jy ! Component: 200 - total flux cleaned = 0.000320151 Jy ! Total flux subtracted in 200 components = 0.000320151 Jy ! Clean residual min=-0.021529 max=0.029157 Jy/beam ! Clean residual mean=-0.000089 rms=0.007294 Jy/beam ! Combined flux in latest and established models = 1.97131 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 152 components and 1.97131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213524Jy sigma=0.000948 ! Fit after self-cal, rms=0.213308Jy sigma=0.000947 ! 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.281 mas, bmaj=7.947 mas, bpa=9.666 degrees ! Estimated noise=1837.81 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.281 x 7.947 at 9.666 degrees (North through East) ! Clean map min=-0.032989 max=1.5814 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.213308Jy sigma=0.000947 ! Fit after self-cal, rms=0.206597Jy sigma=0.000868 ! Inverting map and beam ! Estimated beam: bmin=3.275 mas, bmaj=7.932 mas, bpa=9.387 degrees ! Estimated noise=1838.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0080024 Jy ! Component: 100 - total flux cleaned = -0.00891707 Jy ! Component: 150 - total flux cleaned = -0.00919909 Jy ! Component: 200 - total flux cleaned = -0.00966921 Jy ! Total flux subtracted in 200 components = -0.00966921 Jy ! Clean residual min=-0.016188 max=0.021044 Jy/beam ! Clean residual mean=-0.000040 rms=0.004318 Jy/beam ! Combined flux in latest and established models = 1.96164 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 164 components and 1.96164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204901Jy sigma=0.000857 ! Fit after self-cal, rms=0.204734Jy sigma=0.000855 ! Inverting map ! Added new window around map position (-44.5, 18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200361 Jy ! Component: 100 - total flux cleaned = 0.0305161 Jy ! Component: 150 - total flux cleaned = 0.0334955 Jy ! Component: 200 - total flux cleaned = 0.0363577 Jy ! Total flux subtracted in 200 components = 0.0363577 Jy ! Clean residual min=-0.014130 max=0.014510 Jy/beam ! Clean residual mean=-0.000052 rms=0.003478 Jy/beam ! Combined flux in latest and established models = 1.998 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 184 components and 1.998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200771Jy sigma=0.000820 ! Fit after self-cal, rms=0.200658Jy sigma=0.000819 ! 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.200658Jy sigma=0.000819 ! Fit after self-cal, rms=0.200409Jy sigma=0.000812 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.575 mas, bmaj=6.485 mas, bpa=4.824 degrees ! Estimated noise=2388.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.25075 Jy ! Component: 100 - total flux cleaned = 1.54045 Jy ! Component: 150 - total flux cleaned = 1.66837 Jy ! Component: 200 - total flux cleaned = 1.74285 Jy ! Total flux subtracted in 200 components = 1.74285 Jy ! Clean residual min=-0.037190 max=0.054747 Jy/beam ! Clean residual mean=-0.000244 rms=0.009667 Jy/beam ! Combined flux in latest and established models = 1.74285 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 27 model components to the UV plane model. ! The established model now contains 27 components and 1.74285 Jy ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.934 mas, bpa=9.355 degrees ! Estimated noise=1836.23 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) ! Added new window around map position (-9.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0756588 Jy ! Component: 100 - total flux cleaned = 0.122078 Jy ! Component: 150 - total flux cleaned = 0.154485 Jy ! Component: 200 - total flux cleaned = 0.179353 Jy ! Total flux subtracted in 200 components = 0.179353 Jy ! Clean residual min=-0.022575 max=0.023277 Jy/beam ! Clean residual mean=-0.000099 rms=0.005795 Jy/beam ! Combined flux in latest and established models = 1.92221 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 69 components and 1.92221 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.287 mas, bmaj=16.8 mas, bpa=13 degrees ! Estimated noise=2278.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0302295 Jy ! Component: 100 - total flux cleaned = 0.0513653 Jy ! Component: 150 - total flux cleaned = 0.0650388 Jy ! Component: 200 - total flux cleaned = 0.072342 Jy ! Total flux subtracted in 200 components = 0.072342 Jy ! Clean residual min=-0.016049 max=0.014769 Jy/beam ! Clean residual mean=-0.000052 rms=0.004927 Jy/beam ! Combined flux in latest and established models = 1.99455 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.00436399 Jy ! Component: 100 - total flux cleaned = 0.00735954 Jy ! Component: 150 - total flux cleaned = 0.00935597 Jy ! Component: 200 - total flux cleaned = 0.0111746 Jy ! Total flux subtracted in 200 components = 0.0111746 Jy ! Clean residual min=-0.014431 max=0.011580 Jy/beam ! Clean residual mean=-0.000030 rms=0.004070 Jy/beam ! Combined flux in latest and established models = 2.00572 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 132 components and 2.00572 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.934 mas, bpa=9.355 degrees ! Estimated noise=1836.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00549206 Jy ! Component: 100 - total flux cleaned = -0.00455591 Jy ! Component: 150 - total flux cleaned = -0.00374516 Jy ! Component: 200 - total flux cleaned = -0.00264087 Jy ! Total flux subtracted in 200 components = -0.00264087 Jy ! Clean residual min=-0.014992 max=0.012236 Jy/beam ! Clean residual mean=-0.000020 rms=0.003163 Jy/beam ! Combined flux in latest and established models = 2.00308 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 147 components and 2.00308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193637Jy sigma=0.000820 ! Fit after self-cal, rms=0.191745Jy sigma=0.000799 wmodel J0650-1637_S_2015_01_23_pus_map.mod ! Writing 147 model components to file: J0650-1637_S_2015_01_23_pus_map.mod wobs J0650-1637_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0650-1637_S_2015_01_23_pus_uvs.fits wwins J0650-1637_S_2015_01_23_pus_map.win ! wwins: Wrote 5 windows to J0650-1637_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.00619684 Jy ! Component: 100 - total flux cleaned = -0.00922314 Jy ! Component: 150 - total flux cleaned = -0.011128 Jy ! Component: 200 - total flux cleaned = -0.0122703 Jy ! Component: 250 - total flux cleaned = -0.0128924 Jy ! Component: 300 - total flux cleaned = -0.0134813 Jy ! Component: 350 - total flux cleaned = -0.0148916 Jy ! Component: 400 - total flux cleaned = -0.0163849 Jy ! Component: 450 - total flux cleaned = -0.0173028 Jy ! Component: 500 - total flux cleaned = -0.0185821 Jy ! Component: 550 - total flux cleaned = -0.0194523 Jy ! Component: 600 - total flux cleaned = -0.02042 Jy ! Component: 650 - total flux cleaned = -0.0211241 Jy ! Component: 700 - total flux cleaned = -0.0212409 Jy ! Component: 750 - total flux cleaned = -0.0220319 Jy ! Component: 800 - total flux cleaned = -0.0228008 Jy ! Component: 850 - total flux cleaned = -0.0234434 Jy ! Component: 900 - total flux cleaned = -0.0237593 Jy ! Component: 950 - total flux cleaned = -0.0241701 Jy ! Component: 1000 - total flux cleaned = -0.0243716 Jy ! Component: 1050 - total flux cleaned = -0.0244724 Jy ! Component: 1100 - total flux cleaned = -0.0246648 Jy ! Component: 1150 - total flux cleaned = -0.0246638 Jy ! Component: 1200 - total flux cleaned = -0.0247572 Jy ! Component: 1250 - total flux cleaned = -0.0248493 Jy ! Component: 1300 - total flux cleaned = -0.0249395 Jy ! Component: 1350 - total flux cleaned = -0.0250307 Jy ! Component: 1400 - total flux cleaned = -0.0252943 Jy ! Component: 1450 - total flux cleaned = -0.0254664 Jy ! Component: 1500 - total flux cleaned = -0.0253823 Jy ! Component: 1550 - total flux cleaned = -0.0256333 Jy ! Component: 1600 - total flux cleaned = -0.0257978 Jy ! Component: 1650 - total flux cleaned = -0.026043 Jy ! Component: 1700 - total flux cleaned = -0.0262829 Jy ! Component: 1750 - total flux cleaned = -0.0262047 Jy ! Component: 1800 - total flux cleaned = -0.0265955 Jy ! Component: 1850 - total flux cleaned = -0.0265176 Jy ! Component: 1900 - total flux cleaned = -0.0265175 Jy ! Component: 1950 - total flux cleaned = -0.0265924 Jy ! Component: 2000 - total flux cleaned = -0.0265934 Jy ! Component: 2050 - total flux cleaned = -0.0268141 Jy ! Component: 2100 - total flux cleaned = -0.0268854 Jy ! Component: 2150 - total flux cleaned = -0.0271712 Jy ! Component: 2200 - total flux cleaned = -0.0271014 Jy ! Component: 2250 - total flux cleaned = -0.0271021 Jy ! Component: 2300 - total flux cleaned = -0.0276559 Jy ! Component: 2350 - total flux cleaned = -0.0276547 Jy ! Component: 2400 - total flux cleaned = -0.0277223 Jy ! Component: 2450 - total flux cleaned = -0.0278564 Jy ! Component: 2500 - total flux cleaned = -0.0280562 Jy ! Component: 2550 - total flux cleaned = -0.0282534 Jy ! Component: 2600 - total flux cleaned = -0.028319 Jy ! Component: 2650 - total flux cleaned = -0.0285772 Jy ! Component: 2700 - total flux cleaned = -0.0288983 Jy ! Component: 2750 - total flux cleaned = -0.0288985 Jy ! Component: 2800 - total flux cleaned = -0.028835 Jy ! Component: 2850 - total flux cleaned = -0.0290235 Jy ! Component: 2900 - total flux cleaned = -0.0290857 Jy ! Component: 2950 - total flux cleaned = -0.0292701 Jy ! Component: 3000 - total flux cleaned = -0.0292086 Jy ! Component: 3050 - total flux cleaned = -0.0292695 Jy ! Component: 3100 - total flux cleaned = -0.02939 Jy ! Component: 3150 - total flux cleaned = -0.0295091 Jy ! Component: 3200 - total flux cleaned = -0.0296276 Jy ! Component: 3250 - total flux cleaned = -0.0295095 Jy ! Component: 3300 - total flux cleaned = -0.0296271 Jy ! Component: 3350 - total flux cleaned = -0.0298028 Jy ! Component: 3400 - total flux cleaned = -0.029977 Jy ! Component: 3450 - total flux cleaned = -0.0299197 Jy ! Component: 3500 - total flux cleaned = -0.0300345 Jy ! Component: 3550 - total flux cleaned = -0.0299775 Jy ! Component: 3600 - total flux cleaned = -0.0300341 Jy ! Component: 3650 - total flux cleaned = -0.0299774 Jy ! Component: 3700 - total flux cleaned = -0.0299769 Jy ! Component: 3750 - total flux cleaned = -0.0300323 Jy ! Component: 3800 - total flux cleaned = -0.029921 Jy ! Component: 3850 - total flux cleaned = -0.0298657 Jy ! Component: 3900 - total flux cleaned = -0.0299761 Jy ! Component: 3950 - total flux cleaned = -0.0298103 Jy ! Component: 4000 - total flux cleaned = -0.0298649 Jy ! Component: 4050 - total flux cleaned = -0.0298645 Jy ! Total flux subtracted in 4096 components = -0.0298102 Jy ! Clean residual min=-0.003272 max=0.002988 Jy/beam ! Clean residual mean=-0.000012 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 1.97327 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 433 components and 1.97327 Jy ![Exited script file: muppet] wmap "J0650-1637_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.276 x 7.934 at 9.355 degrees (North through East) ! Clean map min=-0.011471 max=1.6053 Jy/beam ! Writing clean map to FITS file: J0650-1637_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 1.60527 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000987522 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.184553 0.184553 0.369106 0.738212 1.47642 2.95285 5.9057 11.8114 23.6228 47.2456 94.4911 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0029 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.605 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.276 x 7.934 at 9.355 degrees (North through East) ! Clean map min=-0.011471 max=1.6053 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 J0650-1637_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:09:16 2017