! Started logfile: J1835+6119_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:01:05 2016 obs J1835+6119_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1835+6119_S_2014_06_09_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.69734 visibilities/baseline/integration-bin. ! Found source: J1835+6119 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 336 lines of history. ! ! Reading 8912 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 J1835+6119_S_2014_06_09_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 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.919372Jy sigma=0.010382 ! Fit after self-cal, rms=0.887463Jy sigma=0.010126 ! 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.168 mas, bmaj=6.576 mas, bpa=60.83 degrees ! Estimated noise=1134.4 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.0871996 Jy ! Component: 100 - total flux cleaned = 0.13012 Jy ! Total flux subtracted in 100 components = 0.13012 Jy ! Clean residual min=-0.009772 max=0.025716 Jy/beam ! Clean residual mean=-0.000121 rms=0.003381 Jy/beam ! Combined flux in latest and established models = 0.13012 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.13012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093767Jy sigma=0.001040 ! Fit after self-cal, rms=0.092035Jy sigma=0.001027 ! Inverting map ! Added new window around map position (-1, -5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0280861 Jy ! Component: 100 - total flux cleaned = 0.0431857 Jy ! Total flux subtracted in 100 components = 0.0431857 Jy ! Clean residual min=-0.007122 max=0.013623 Jy/beam ! Clean residual mean=-0.000083 rms=0.002036 Jy/beam ! Combined flux in latest and established models = 0.173306 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 35 components and 0.173306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080420Jy sigma=0.000874 ! Fit after self-cal, rms=0.079850Jy sigma=0.000868 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.015 mas, bmaj=7.279 mas, bpa=62.01 degrees ! Estimated noise=658.692 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.0169359 Jy ! Component: 100 - total flux cleaned = 0.0262057 Jy ! Component: 150 - total flux cleaned = 0.0318513 Jy ! Component: 200 - total flux cleaned = 0.0355626 Jy ! Total flux subtracted in 200 components = 0.0355626 Jy ! Clean residual min=-0.005541 max=0.009578 Jy/beam ! Clean residual mean=-0.000143 rms=0.001757 Jy/beam ! Combined flux in latest and established models = 0.208869 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 69 components and 0.208868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076227Jy sigma=0.000823 ! Fit after self-cal, rms=0.075955Jy sigma=0.000820 ! 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.00* FD 0.88 HN 1.00 KP 1.01 ! LA 1.12 MK 0.98 NL 0.97 OV 1.03 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.03 KP 0.97 ! LA 1.09 MK 1.02 NL 1.01 OV 1.08 ! PT 0.97 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.19 HN 1.04 KP 0.87 ! LA 0.86 MK 1.09 NL 1.02 OV 1.00 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.03 KP 0.85 ! LA 0.85 MK 0.93 NL 1.10 OV 1.09 ! PT 0.96 SC 0.95 ! ! ! Fit before self-cal, rms=0.075955Jy sigma=0.000820 ! Fit after self-cal, rms=0.072205Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.007 mas, bmaj=7.287 mas, bpa=62.01 degrees ! Estimated noise=650.093 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 (-5, -26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00841563 Jy ! Component: 100 - total flux cleaned = 0.013131 Jy ! Component: 150 - total flux cleaned = 0.0151631 Jy ! Component: 200 - total flux cleaned = 0.0161828 Jy ! Total flux subtracted in 200 components = 0.0161828 Jy ! Clean residual min=-0.004135 max=0.004808 Jy/beam ! Clean residual mean=-0.000094 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 0.225051 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 100 components and 0.225051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071277Jy sigma=0.000781 ! Fit after self-cal, rms=0.071226Jy sigma=0.000780 ! 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.071226Jy sigma=0.000780 ! Fit after self-cal, rms=0.071313Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=7.322 mas, bpa=61.62 degrees ! Estimated noise=649.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140727 Jy ! Component: 100 - total flux cleaned = 0.00217929 Jy ! Component: 150 - total flux cleaned = 0.00227395 Jy ! Component: 200 - total flux cleaned = 0.00231751 Jy ! Total flux subtracted in 200 components = 0.00231751 Jy ! Clean residual min=-0.002664 max=0.002759 Jy/beam ! Clean residual mean=-0.000011 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.227369 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 115 components and 0.227369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071223Jy sigma=0.000772 ! Fit after self-cal, rms=0.071237Jy sigma=0.000771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.2194e-05 Jy ! Component: 100 - total flux cleaned = 0.000140163 Jy ! Component: 150 - total flux cleaned = 0.000211132 Jy ! Component: 200 - total flux cleaned = 0.000243222 Jy ! Total flux subtracted in 200 components = 0.000243222 Jy ! Clean residual min=-0.002623 max=0.002736 Jy/beam ! Clean residual mean=-0.000010 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.227612 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 122 components and 0.227612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071199Jy sigma=0.000771 ! Fit after self-cal, rms=0.071192Jy sigma=0.000771 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071192Jy sigma=0.000771 ! Fit after self-cal, rms=0.070942Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.925 mas, bmaj=7.344 mas, bpa=61.59 degrees ! Estimated noise=645.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152716 Jy ! Component: 100 - total flux cleaned = 0.00025892 Jy ! Component: 150 - total flux cleaned = 0.000289162 Jy ! Component: 200 - total flux cleaned = 0.00031603 Jy ! Total flux subtracted in 200 components = 0.00031603 Jy ! Clean residual min=-0.002541 max=0.002633 Jy/beam ! Clean residual mean=-0.000012 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.227928 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 132 components and 0.227928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070911Jy sigma=0.000771 ! Fit after self-cal, rms=0.070911Jy sigma=0.000770 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 = -7.65474e-05 Jy ! Component: 100 - total flux cleaned = -2.21974e-05 Jy ! Component: 150 - total flux cleaned = 5.24668e-05 Jy ! Component: 200 - total flux cleaned = 5.30689e-05 Jy ! Total flux subtracted in 200 components = 5.30689e-05 Jy ! Clean residual min=-0.002478 max=0.002618 Jy/beam ! Clean residual mean=-0.000012 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.227981 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 139 components and 0.227981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070891Jy sigma=0.000770 ! Fit after self-cal, rms=0.070887Jy sigma=0.000770 ! 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.070887Jy sigma=0.000770 ! Fit after self-cal, rms=0.070711Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.271 mas, bmaj=10.52 mas, bpa=73.84 degrees ! Estimated noise=761.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.99967e-05 Jy ! Component: 100 - total flux cleaned = 0.000101097 Jy ! Component: 150 - total flux cleaned = 0.000126214 Jy ! Component: 200 - total flux cleaned = 0.000148151 Jy ! Total flux subtracted in 200 components = 0.000148151 Jy ! Clean residual min=-0.002620 max=0.003368 Jy/beam ! Clean residual mean=-0.000022 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.228129 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 151 components and 0.228129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070705Jy sigma=0.000770 ! Fit after self-cal, rms=0.070704Jy sigma=0.000770 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 = -1.37019e-05 Jy ! Component: 100 - total flux cleaned = 9.06569e-06 Jy ! Component: 150 - total flux cleaned = 8.68883e-06 Jy ! Component: 200 - total flux cleaned = 4.77542e-05 Jy ! Total flux subtracted in 200 components = 4.77542e-05 Jy ! Clean residual min=-0.002608 max=0.003335 Jy/beam ! Clean residual mean=-0.000022 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.228177 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 160 components and 0.228177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070698Jy sigma=0.000770 ! Fit after self-cal, rms=0.070695Jy sigma=0.000770 ! 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.909 mas, bmaj=7.353 mas, bpa=61.56 degrees ! Estimated noise=643.398 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.909 x 7.353 at 61.56 degrees (North through East) ! Clean map min=-0.0022535 max=0.10755 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.072 mas, bmaj=6.681 mas, bpa=60.57 degrees ! Estimated noise=1103.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0873752 Jy ! Component: 100 - total flux cleaned = 0.132755 Jy ! Component: 150 - total flux cleaned = 0.158764 Jy ! Component: 200 - total flux cleaned = 0.174365 Jy ! Total flux subtracted in 200 components = 0.174365 Jy ! Clean residual min=-0.005741 max=0.010091 Jy/beam ! Clean residual mean=-0.000056 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.174364 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.174364 Jy ! Inverting map and beam ! Estimated beam: bmin=3.909 mas, bmaj=7.353 mas, bpa=61.56 degrees ! Estimated noise=643.398 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 (-1.5, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143535 Jy ! Component: 100 - total flux cleaned = 0.023878 Jy ! Component: 150 - total flux cleaned = 0.0308301 Jy ! Component: 200 - total flux cleaned = 0.035977 Jy ! Total flux subtracted in 200 components = 0.035977 Jy ! Clean residual min=-0.003009 max=0.003147 Jy/beam ! Clean residual mean=-0.000061 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.210341 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 75 components and 0.210341 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.271 mas, bmaj=10.52 mas, bpa=73.84 degrees ! Estimated noise=761.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00601934 Jy ! Component: 100 - total flux cleaned = 0.00995942 Jy ! Component: 150 - total flux cleaned = 0.0127149 Jy ! Component: 200 - total flux cleaned = 0.0146878 Jy ! Total flux subtracted in 200 components = 0.0146878 Jy ! Clean residual min=-0.002507 max=0.003648 Jy/beam ! Clean residual mean=-0.000040 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.225029 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.0014451 Jy ! Component: 100 - total flux cleaned = 0.00207719 Jy ! Component: 150 - total flux cleaned = 0.00249229 Jy ! Component: 200 - total flux cleaned = 0.00284924 Jy ! Total flux subtracted in 200 components = 0.00284924 Jy ! Clean residual min=-0.002380 max=0.003589 Jy/beam ! Clean residual mean=-0.000024 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.227878 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 176 components and 0.227878 Jy ! Inverting map ! Added new window around map position (-47.5, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00313489 Jy ! Component: 100 - total flux cleaned = 0.00451386 Jy ! Component: 150 - total flux cleaned = 0.00516442 Jy ! Component: 200 - total flux cleaned = 0.00563841 Jy ! Total flux subtracted in 200 components = 0.00563841 Jy ! Clean residual min=-0.002245 max=0.002412 Jy/beam ! Clean residual mean=-0.000034 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.233517 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 206 components and 0.233517 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.909 mas, bmaj=7.353 mas, bpa=61.56 degrees ! Estimated noise=643.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00066344 Jy ! Component: 100 - total flux cleaned = 0.000761435 Jy ! Component: 150 - total flux cleaned = 0.00093363 Jy ! Component: 200 - total flux cleaned = 0.000971665 Jy ! Total flux subtracted in 200 components = 0.000971665 Jy ! Clean residual min=-0.001968 max=0.002329 Jy/beam ! Clean residual mean=-0.000019 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.234488 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 233 components and 0.234488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070500Jy sigma=0.000768 ! Fit after self-cal, rms=0.070428Jy sigma=0.000767 wmodel J1835+6119_S_2014_06_09_pus_map.mod ! Writing 233 model components to file: J1835+6119_S_2014_06_09_pus_map.mod wobs J1835+6119_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1835+6119_S_2014_06_09_pus_uvs.fits wwins J1835+6119_S_2014_06_09_pus_map.win ! wwins: Wrote 5 windows to J1835+6119_S_2014_06_09_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.000431646 Jy ! Component: 100 - total flux cleaned = 0.000297048 Jy ! Component: 150 - total flux cleaned = 1.26912e-05 Jy ! Component: 200 - total flux cleaned = -0.000138261 Jy ! Component: 250 - total flux cleaned = -0.000371502 Jy ! Component: 300 - total flux cleaned = -0.000456024 Jy ! Component: 350 - total flux cleaned = -0.000673844 Jy ! Component: 400 - total flux cleaned = -0.000805099 Jy ! Component: 450 - total flux cleaned = -0.000957391 Jy ! Component: 500 - total flux cleaned = -0.00110492 Jy ! Component: 550 - total flux cleaned = -0.00122474 Jy ! Component: 600 - total flux cleaned = -0.0013883 Jy ! Component: 650 - total flux cleaned = -0.00150244 Jy ! Component: 700 - total flux cleaned = -0.00156927 Jy ! Component: 750 - total flux cleaned = -0.00157018 Jy ! Component: 800 - total flux cleaned = -0.00152794 Jy ! Component: 850 - total flux cleaned = -0.00144454 Jy ! Component: 900 - total flux cleaned = -0.00140363 Jy ! Component: 950 - total flux cleaned = -0.0013031 Jy ! Component: 1000 - total flux cleaned = -0.00128286 Jy ! Component: 1050 - total flux cleaned = -0.00122376 Jy ! Component: 1100 - total flux cleaned = -0.00112803 Jy ! Component: 1150 - total flux cleaned = -0.00107146 Jy ! Component: 1200 - total flux cleaned = -0.000997479 Jy ! Component: 1250 - total flux cleaned = -0.000960942 Jy ! Component: 1300 - total flux cleaned = -0.000925147 Jy ! Component: 1350 - total flux cleaned = -0.000872108 Jy ! Component: 1400 - total flux cleaned = -0.000854799 Jy ! Component: 1450 - total flux cleaned = -0.000785918 Jy ! Component: 1500 - total flux cleaned = -0.000684606 Jy ! Component: 1550 - total flux cleaned = -0.000651223 Jy ! Component: 1600 - total flux cleaned = -0.000602196 Jy ! Component: 1650 - total flux cleaned = -0.000504712 Jy ! Component: 1700 - total flux cleaned = -0.000456905 Jy ! Component: 1750 - total flux cleaned = -0.000472679 Jy ! Component: 1800 - total flux cleaned = -0.000394821 Jy ! Component: 1850 - total flux cleaned = -0.000394498 Jy ! Component: 1900 - total flux cleaned = -0.000333979 Jy ! Component: 1950 - total flux cleaned = -0.000288986 Jy ! Component: 2000 - total flux cleaned = -0.000259326 Jy ! Component: 2050 - total flux cleaned = -0.000215559 Jy ! Component: 2100 - total flux cleaned = -0.000201186 Jy ! Component: 2150 - total flux cleaned = -0.000172612 Jy ! Component: 2200 - total flux cleaned = -0.000130401 Jy ! Component: 2250 - total flux cleaned = -0.00011651 Jy ! Component: 2300 - total flux cleaned = -7.52498e-05 Jy ! Component: 2350 - total flux cleaned = -3.44931e-05 Jy ! Component: 2400 - total flux cleaned = -3.44348e-05 Jy ! Component: 2450 - total flux cleaned = 5.50833e-06 Jy ! Component: 2500 - total flux cleaned = 1.84965e-05 Jy ! Component: 2550 - total flux cleaned = 7.04306e-05 Jy ! Component: 2600 - total flux cleaned = 9.6034e-05 Jy ! Component: 2650 - total flux cleaned = 0.00010875 Jy ! Component: 2700 - total flux cleaned = 0.000159458 Jy ! Component: 2750 - total flux cleaned = 0.000197006 Jy ! Component: 2800 - total flux cleaned = 0.000234286 Jy ! Component: 2850 - total flux cleaned = 0.000271246 Jy ! Component: 2900 - total flux cleaned = 0.000356321 Jy ! Component: 2950 - total flux cleaned = 0.000368386 Jy ! Component: 3000 - total flux cleaned = 0.000404125 Jy ! Component: 3050 - total flux cleaned = 0.000415828 Jy ! Component: 3100 - total flux cleaned = 0.000462775 Jy ! Component: 3150 - total flux cleaned = 0.0005207 Jy ! Component: 3200 - total flux cleaned = 0.000509119 Jy ! Component: 3250 - total flux cleaned = 0.000520384 Jy ! Component: 3300 - total flux cleaned = 0.000565568 Jy ! Component: 3350 - total flux cleaned = 0.000565522 Jy ! Component: 3400 - total flux cleaned = 0.000565476 Jy ! Component: 3450 - total flux cleaned = 0.000576554 Jy ! Component: 3500 - total flux cleaned = 0.000598427 Jy ! Component: 3550 - total flux cleaned = 0.00060919 Jy ! Component: 3600 - total flux cleaned = 0.00061997 Jy ! Component: 3650 - total flux cleaned = 0.000609465 Jy ! Component: 3700 - total flux cleaned = 0.000609425 Jy ! Component: 3750 - total flux cleaned = 0.000630419 Jy ! Component: 3800 - total flux cleaned = 0.000588828 Jy ! Component: 3850 - total flux cleaned = 0.000640541 Jy ! Component: 3900 - total flux cleaned = 0.000671309 Jy ! Component: 3950 - total flux cleaned = 0.000661141 Jy ! Component: 4000 - total flux cleaned = 0.000671235 Jy ! Component: 4050 - total flux cleaned = 0.000691267 Jy ! Total flux subtracted in 4096 components = 0.000681463 Jy ! Clean residual min=-0.000683 max=0.000526 Jy/beam ! Clean residual mean=-0.000000 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.23517 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 519 components and 0.23517 Jy ![Exited script file: muppet] wmap "J1835+6119_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.909 x 7.353 at 61.56 degrees (North through East) ! Clean map min=-0.0013606 max=0.10709 Jy/beam ! Writing clean map to FITS file: J1835+6119_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107094 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179038 device "J1835+6119_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1835+6119_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.501538 0.501538 1.00308 2.00615 4.0123 8.02461 16.0492 32.0984 64.1968 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.909 x 7.353 at 61.56 degrees (North through East) ! Clean map min=-0.0013606 max=0.10709 Jy/beam quit ! Quitting program ! Log file J1835+6119_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:01:10 2016