! Started logfile: J0607+4739_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:56:22 2016 obs J0607+4739_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0607+4739_S_2014_08_09_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.76347 visibilities/baseline/integration-bin. ! Found source: J0607+4739 ! ! 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 342 lines of history. ! ! Reading 10032 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 J0607+4739_S_2014_08_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 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.801134Jy sigma=0.009242 ! Fit after self-cal, rms=0.777571Jy sigma=0.008992 ! 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=4.223 mas, bmaj=5.63 mas, bpa=50.77 degrees ! Estimated noise=918.537 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.169909 Jy ! Component: 100 - total flux cleaned = 0.209533 Jy ! Total flux subtracted in 100 components = 0.209533 Jy ! Clean residual min=-0.006281 max=0.014609 Jy/beam ! Clean residual mean=-0.000023 rms=0.001833 Jy/beam ! Combined flux in latest and established models = 0.209533 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.209533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082502Jy sigma=0.000871 ! Fit after self-cal, rms=0.082495Jy sigma=0.000871 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150372 Jy ! Component: 100 - total flux cleaned = 0.0219678 Jy ! Total flux subtracted in 100 components = 0.0219678 Jy ! Clean residual min=-0.004734 max=0.006413 Jy/beam ! Clean residual mean=-0.000017 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.2315 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.2315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078508Jy sigma=0.000830 ! Fit after self-cal, rms=0.078463Jy sigma=0.000830 ! 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=5.077 mas, bmaj=6.367 mas, bpa=48.55 degrees ! Estimated noise=622.367 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, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00907264 Jy ! Component: 100 - total flux cleaned = 0.0145054 Jy ! Component: 150 - total flux cleaned = 0.0183988 Jy ! Component: 200 - total flux cleaned = 0.0213377 Jy ! Total flux subtracted in 200 components = 0.0213377 Jy ! Clean residual min=-0.004095 max=0.004561 Jy/beam ! Clean residual mean=-0.000047 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.252838 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 101 components and 0.252838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077063Jy sigma=0.000817 ! Fit after self-cal, rms=0.077018Jy sigma=0.000817 ! 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 0.99 FD 0.88 HN 1.00 KP 1.07 ! LA 1.07 MK 1.00* NL 0.98 OV 0.97 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 1.01 KP 1.02 ! LA 1.06 MK 1.00* NL 0.98 OV 1.02 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.17 HN 1.03 KP 0.90 ! LA 0.83 MK 1.00* NL 1.02 OV 0.94 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.02 HN 1.00 KP 0.89 ! LA 0.78 MK 1.00* NL 1.10 OV 0.98 ! PT 1.02 SC 0.96 ! ! ! Fit before self-cal, rms=0.077018Jy sigma=0.000817 ! Fit after self-cal, rms=0.070577Jy sigma=0.000772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.094 mas, bmaj=6.385 mas, bpa=48.43 degrees ! Estimated noise=618.576 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.0019934 Jy ! Component: 100 - total flux cleaned = 0.00238976 Jy ! Component: 150 - total flux cleaned = 0.00265371 Jy ! Component: 200 - total flux cleaned = 0.00265513 Jy ! Total flux subtracted in 200 components = 0.00265513 Jy ! Clean residual min=-0.002581 max=0.002607 Jy/beam ! Clean residual mean=-0.000067 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.255493 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.255493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070500Jy sigma=0.000771 ! Fit after self-cal, rms=0.070482Jy sigma=0.000771 ! 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.070482Jy sigma=0.000771 ! Fit after self-cal, rms=0.070097Jy sigma=0.000767 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.094 mas, bmaj=6.382 mas, bpa=48.32 degrees ! Estimated noise=618.103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000796185 Jy ! Component: 100 - total flux cleaned = 0.000695025 Jy ! Component: 150 - total flux cleaned = 0.000512397 Jy ! Component: 200 - total flux cleaned = 0.000363031 Jy ! Total flux subtracted in 200 components = 0.000363031 Jy ! Clean residual min=-0.002035 max=0.002816 Jy/beam ! Clean residual mean=-0.000042 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.255856 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 136 components and 0.255856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070068Jy sigma=0.000767 ! Fit after self-cal, rms=0.070066Jy sigma=0.000767 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 (-111.5, -36.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187638 Jy ! Component: 100 - total flux cleaned = 0.00237241 Jy ! Component: 150 - total flux cleaned = 0.00285045 Jy ! Component: 200 - total flux cleaned = 0.00305603 Jy ! Total flux subtracted in 200 components = 0.00305603 Jy ! Clean residual min=-0.001881 max=0.002265 Jy/beam ! Clean residual mean=-0.000049 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.258912 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 154 components and 0.258912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069972Jy sigma=0.000766 ! Fit after self-cal, rms=0.069967Jy sigma=0.000766 ! 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.069967Jy sigma=0.000766 ! Fit after self-cal, rms=0.069910Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.096 mas, bmaj=6.385 mas, bpa=48.36 degrees ! Estimated noise=617.132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000295806 Jy ! Component: 100 - total flux cleaned = 0.000269359 Jy ! Component: 150 - total flux cleaned = 0.000292658 Jy ! Component: 200 - total flux cleaned = 0.000293536 Jy ! Total flux subtracted in 200 components = 0.000293536 Jy ! Clean residual min=-0.001973 max=0.002189 Jy/beam ! Clean residual mean=-0.000048 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.259206 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 173 components and 0.259206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069891Jy sigma=0.000766 ! Fit after self-cal, rms=0.069891Jy sigma=0.000766 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.5, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00209316 Jy ! Component: 100 - total flux cleaned = 0.00331496 Jy ! Component: 150 - total flux cleaned = 0.00408903 Jy ! Component: 200 - total flux cleaned = 0.00432942 Jy ! Total flux subtracted in 200 components = 0.00432942 Jy ! Clean residual min=-0.001925 max=0.001754 Jy/beam ! Clean residual mean=-0.000046 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.263535 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 198 components and 0.263535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069820Jy sigma=0.000765 ! Fit after self-cal, rms=0.069814Jy sigma=0.000765 ! 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.069814Jy sigma=0.000765 ! Fit after self-cal, rms=0.069769Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.707 mas, bmaj=8.924 mas, bpa=-7.863 degrees ! Estimated noise=702.933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132457 Jy ! Component: 100 - total flux cleaned = 0.00223627 Jy ! Component: 150 - total flux cleaned = 0.00253955 Jy ! Component: 200 - total flux cleaned = 0.00272117 Jy ! Total flux subtracted in 200 components = 0.00272117 Jy ! Clean residual min=-0.001972 max=0.002125 Jy/beam ! Clean residual mean=-0.000084 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.266256 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 220 components and 0.266256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069749Jy sigma=0.000764 ! Fit after self-cal, rms=0.069747Jy sigma=0.000764 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.000504851 Jy ! Component: 100 - total flux cleaned = 0.000635896 Jy ! Component: 150 - total flux cleaned = 0.000752025 Jy ! Component: 200 - total flux cleaned = 0.000855924 Jy ! Total flux subtracted in 200 components = 0.000855924 Jy ! Clean residual min=-0.001934 max=0.002197 Jy/beam ! Clean residual mean=-0.000083 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.267112 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 237 components and 0.267112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069740Jy sigma=0.000764 ! Fit after self-cal, rms=0.069739Jy sigma=0.000764 ! 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=5.096 mas, bmaj=6.387 mas, bpa=48.41 degrees ! Estimated noise=616.612 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.096 x 6.387 at 48.41 degrees (North through East) ! Clean map min=-0.0017712 max=0.21927 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=4.212 mas, bmaj=5.616 mas, bpa=50.73 degrees ! Estimated noise=912.251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.168606 Jy ! Component: 100 - total flux cleaned = 0.208752 Jy ! Component: 150 - total flux cleaned = 0.224324 Jy ! Component: 200 - total flux cleaned = 0.23271 Jy ! Total flux subtracted in 200 components = 0.23271 Jy ! Clean residual min=-0.003654 max=0.004369 Jy/beam ! Clean residual mean=-0.000022 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.23271 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.23271 Jy ! Inverting map and beam ! Estimated beam: bmin=5.096 mas, bmaj=6.387 mas, bpa=48.41 degrees ! Estimated noise=616.612 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.0072502 Jy ! Component: 100 - total flux cleaned = 0.011914 Jy ! Component: 150 - total flux cleaned = 0.015419 Jy ! Component: 200 - total flux cleaned = 0.0182449 Jy ! Total flux subtracted in 200 components = 0.0182449 Jy ! Clean residual min=-0.002274 max=0.002177 Jy/beam ! Clean residual mean=-0.000047 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.250955 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 77 components and 0.250955 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.707 mas, bmaj=8.924 mas, bpa=-7.863 degrees ! Estimated noise=702.933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00343531 Jy ! Component: 100 - total flux cleaned = 0.00587716 Jy ! Component: 150 - total flux cleaned = 0.00784778 Jy ! Component: 200 - total flux cleaned = 0.00916543 Jy ! Total flux subtracted in 200 components = 0.00916543 Jy ! Clean residual min=-0.002276 max=0.001931 Jy/beam ! Clean residual mean=-0.000089 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.260121 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.00100638 Jy ! Component: 100 - total flux cleaned = 0.00192394 Jy ! Component: 150 - total flux cleaned = 0.00272935 Jy ! Component: 200 - total flux cleaned = 0.00336906 Jy ! Total flux subtracted in 200 components = 0.00336906 Jy ! Clean residual min=-0.002054 max=0.001976 Jy/beam ! Clean residual mean=-0.000088 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.26349 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 145 components and 0.26349 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.096 mas, bmaj=6.387 mas, bpa=48.41 degrees ! Estimated noise=616.612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000295183 Jy ! Component: 100 - total flux cleaned = 0.000625891 Jy ! Component: 150 - total flux cleaned = 0.000977022 Jy ! Component: 200 - total flux cleaned = 0.00126815 Jy ! Total flux subtracted in 200 components = 0.00126815 Jy ! Clean residual min=-0.001818 max=0.001837 Jy/beam ! Clean residual mean=-0.000046 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.264758 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 165 components and 0.264758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069768Jy sigma=0.000765 ! Fit after self-cal, rms=0.069763Jy sigma=0.000765 wmodel J0607+4739_S_2014_08_09_pus_map.mod ! Writing 165 model components to file: J0607+4739_S_2014_08_09_pus_map.mod wobs J0607+4739_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0607+4739_S_2014_08_09_pus_uvs.fits wwins J0607+4739_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J0607+4739_S_2014_08_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 = 9.36599e-06 Jy ! Component: 100 - total flux cleaned = -0.000107818 Jy ! Component: 150 - total flux cleaned = -0.000247845 Jy ! Component: 200 - total flux cleaned = -0.000381175 Jy ! Component: 250 - total flux cleaned = -0.000482603 Jy ! Component: 300 - total flux cleaned = -0.000555876 Jy ! Component: 350 - total flux cleaned = -0.000650327 Jy ! Component: 400 - total flux cleaned = -0.000787258 Jy ! Component: 450 - total flux cleaned = -0.000921423 Jy ! Component: 500 - total flux cleaned = -0.00109578 Jy ! Component: 550 - total flux cleaned = -0.00128721 Jy ! Component: 600 - total flux cleaned = -0.00139176 Jy ! Component: 650 - total flux cleaned = -0.0015147 Jy ! Component: 700 - total flux cleaned = -0.0015548 Jy ! Component: 750 - total flux cleaned = -0.00165308 Jy ! Component: 800 - total flux cleaned = -0.00167209 Jy ! Component: 850 - total flux cleaned = -0.00170988 Jy ! Component: 900 - total flux cleaned = -0.00180238 Jy ! Component: 950 - total flux cleaned = -0.00187496 Jy ! Component: 1000 - total flux cleaned = -0.00194662 Jy ! Component: 1050 - total flux cleaned = -0.00203487 Jy ! Component: 1100 - total flux cleaned = -0.00208742 Jy ! Component: 1150 - total flux cleaned = -0.00220681 Jy ! Component: 1200 - total flux cleaned = -0.00225762 Jy ! Component: 1250 - total flux cleaned = -0.00232423 Jy ! Component: 1300 - total flux cleaned = -0.00245467 Jy ! Component: 1350 - total flux cleaned = -0.00250327 Jy ! Component: 1400 - total flux cleaned = -0.00263007 Jy ! Component: 1450 - total flux cleaned = -0.00273915 Jy ! Component: 1500 - total flux cleaned = -0.00273898 Jy ! Component: 1550 - total flux cleaned = -0.00287628 Jy ! Component: 1600 - total flux cleaned = -0.00296624 Jy ! Component: 1650 - total flux cleaned = -0.00304031 Jy ! Component: 1700 - total flux cleaned = -0.00309896 Jy ! Component: 1750 - total flux cleaned = -0.00321462 Jy ! Component: 1800 - total flux cleaned = -0.00328604 Jy ! Component: 1850 - total flux cleaned = -0.0033002 Jy ! Component: 1900 - total flux cleaned = -0.00337018 Jy ! Component: 1950 - total flux cleaned = -0.00348084 Jy ! Component: 2000 - total flux cleaned = -0.00350789 Jy ! Component: 2050 - total flux cleaned = -0.00352159 Jy ! Component: 2100 - total flux cleaned = -0.00361547 Jy ! Component: 2150 - total flux cleaned = -0.00368206 Jy ! Component: 2200 - total flux cleaned = -0.00377391 Jy ! Component: 2250 - total flux cleaned = -0.00383862 Jy ! Component: 2300 - total flux cleaned = -0.00388998 Jy ! Component: 2350 - total flux cleaned = -0.00392824 Jy ! Component: 2400 - total flux cleaned = -0.00400404 Jy ! Component: 2450 - total flux cleaned = -0.00407884 Jy ! Component: 2500 - total flux cleaned = -0.00410361 Jy ! Component: 2550 - total flux cleaned = -0.00417711 Jy ! Component: 2600 - total flux cleaned = -0.00416487 Jy ! Component: 2650 - total flux cleaned = -0.00423704 Jy ! Component: 2700 - total flux cleaned = -0.0042966 Jy ! Component: 2750 - total flux cleaned = -0.00429665 Jy ! Component: 2800 - total flux cleaned = -0.00436693 Jy ! Component: 2850 - total flux cleaned = -0.00443662 Jy ! Component: 2900 - total flux cleaned = -0.00447095 Jy ! Component: 2950 - total flux cleaned = -0.00447084 Jy ! Component: 3000 - total flux cleaned = -0.00453882 Jy ! Component: 3050 - total flux cleaned = -0.00456115 Jy ! Component: 3100 - total flux cleaned = -0.0046391 Jy ! Component: 3150 - total flux cleaned = -0.00467232 Jy ! Component: 3200 - total flux cleaned = -0.00477092 Jy ! Component: 3250 - total flux cleaned = -0.00475994 Jy ! Component: 3300 - total flux cleaned = -0.00481375 Jy ! Component: 3350 - total flux cleaned = -0.0048672 Jy ! Component: 3400 - total flux cleaned = -0.00490961 Jy ! Component: 3450 - total flux cleaned = -0.00497268 Jy ! Component: 3500 - total flux cleaned = -0.00502496 Jy ! Component: 3550 - total flux cleaned = -0.00506665 Jy ! Component: 3600 - total flux cleaned = -0.00512846 Jy ! Component: 3650 - total flux cleaned = -0.00521022 Jy ! Component: 3700 - total flux cleaned = -0.00524075 Jy ! Component: 3750 - total flux cleaned = -0.00526092 Jy ! Component: 3800 - total flux cleaned = -0.00531107 Jy ! Component: 3850 - total flux cleaned = -0.00538071 Jy ! Component: 3900 - total flux cleaned = -0.00543017 Jy ! Component: 3950 - total flux cleaned = -0.0054793 Jy ! Component: 4000 - total flux cleaned = -0.0055672 Jy ! Component: 4050 - total flux cleaned = -0.00557694 Jy ! Total flux subtracted in 4096 components = -0.00562526 Jy ! Clean residual min=-0.000587 max=0.000538 Jy/beam ! Clean residual mean=-0.000008 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.259133 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 457 components and 0.259132 Jy ![Exited script file: muppet] wmap "J0607+4739_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.096 x 6.387 at 48.41 degrees (North through East) ! Clean map min=-0.0015494 max=0.21956 Jy/beam ! Writing clean map to FITS file: J0607+4739_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.219561 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175838 device "J0607+4739_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0607+4739_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.240259 0.240259 0.480518 0.961036 1.92207 3.84414 7.68829 15.3766 30.7531 61.5063 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.219 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.096 x 6.387 at 48.41 degrees (North through East) ! Clean map min=-0.0015494 max=0.21956 Jy/beam quit ! Quitting program ! Log file J0607+4739_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:56:27 2016