! Started logfile: J0647-1605_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:49:27 2016 obs J0647-1605_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0647-1605_S_2014_05_31_pus_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.783951 visibilities/baseline/integration-bin. ! Found source: J0647-1605 ! ! 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 10160 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 J0647-1605_S_2014_05_31_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.816817Jy sigma=0.008164 ! Fit after self-cal, rms=0.768849Jy sigma=0.007714 ! 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.092 mas, bmaj=11.15 mas, bpa=16.5 degrees ! Estimated noise=1100.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 = 0.176562 Jy ! Component: 100 - total flux cleaned = 0.21898 Jy ! Total flux subtracted in 100 components = 0.21898 Jy ! Clean residual min=-0.010409 max=0.019111 Jy/beam ! Clean residual mean=0.000010 rms=0.002948 Jy/beam ! Combined flux in latest and established models = 0.21898 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.21898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097149Jy sigma=0.000933 ! Fit after self-cal, rms=0.097162Jy sigma=0.000933 ! Inverting map ! Added new window around map position (15.5, -5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0209779 Jy ! Component: 100 - total flux cleaned = 0.0345495 Jy ! Total flux subtracted in 100 components = 0.0345495 Jy ! Clean residual min=-0.008250 max=0.008785 Jy/beam ! Clean residual mean=0.000013 rms=0.002136 Jy/beam ! Combined flux in latest and established models = 0.25353 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.25353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090730Jy sigma=0.000864 ! Fit after self-cal, rms=0.090604Jy sigma=0.000863 ! 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.935 mas, bmaj=12.37 mas, bpa=14.8 degrees ! Estimated noise=708.638 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.0162388 Jy ! Component: 100 - total flux cleaned = 0.0273994 Jy ! Component: 150 - total flux cleaned = 0.0355222 Jy ! Component: 200 - total flux cleaned = 0.0415481 Jy ! Total flux subtracted in 200 components = 0.0415481 Jy ! Clean residual min=-0.005616 max=0.007789 Jy/beam ! Clean residual mean=0.000004 rms=0.001737 Jy/beam ! Combined flux in latest and established models = 0.295078 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 72 components and 0.295078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086902Jy sigma=0.000825 ! Fit after self-cal, rms=0.086768Jy sigma=0.000824 ! 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.98 FD 0.83 HN 1.01 KP 1.02 ! LA 1.18 MK 1.00* NL 1.01 OV 0.97 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 1.04 KP 1.00 ! LA 1.14 MK 1.00* NL 1.08 OV 1.01 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.12 HN 1.03 KP 0.90 ! LA 0.88 MK 1.00* NL 1.02 OV 0.92 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.96 HN 1.02 KP 0.87 ! LA 0.86 MK 1.00* NL 1.05 OV 0.98 ! PT 0.99 SC 0.97 ! ! ! Fit before self-cal, rms=0.086768Jy sigma=0.000824 ! Fit after self-cal, rms=0.080713Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.948 mas, bmaj=12.46 mas, bpa=14.83 degrees ! Estimated noise=697.565 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.00471929 Jy ! Component: 100 - total flux cleaned = 0.00718255 Jy ! Component: 150 - total flux cleaned = 0.0078274 Jy ! Component: 200 - total flux cleaned = 0.00818253 Jy ! Total flux subtracted in 200 components = 0.00818253 Jy ! Clean residual min=-0.004203 max=0.005810 Jy/beam ! Clean residual mean=0.000001 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.30326 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 101 components and 0.30326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080458Jy sigma=0.000778 ! Fit after self-cal, rms=0.080453Jy sigma=0.000778 ! 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.080453Jy sigma=0.000778 ! Fit after self-cal, rms=0.080489Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.948 mas, bmaj=12.47 mas, bpa=14.83 degrees ! Estimated noise=697.482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011893 Jy ! Component: 100 - total flux cleaned = 0.00164091 Jy ! Component: 150 - total flux cleaned = 0.00182747 Jy ! Component: 200 - total flux cleaned = 0.0020351 Jy ! Total flux subtracted in 200 components = 0.0020351 Jy ! Clean residual min=-0.003935 max=0.006014 Jy/beam ! Clean residual mean=0.000002 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.305295 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 0.305295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080431Jy sigma=0.000777 ! Fit after self-cal, rms=0.080425Jy sigma=0.000777 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 (45, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00581401 Jy ! Component: 100 - total flux cleaned = 0.00891223 Jy ! Component: 150 - total flux cleaned = 0.0110727 Jy ! Component: 200 - total flux cleaned = 0.0127818 Jy ! Total flux subtracted in 200 components = 0.0127818 Jy ! Clean residual min=-0.003034 max=0.005422 Jy/beam ! Clean residual mean=0.000000 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.318077 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 148 components and 0.318077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080017Jy sigma=0.000772 ! Fit after self-cal, rms=0.079996Jy sigma=0.000772 ! Inverting map ! Added new window around map position (7.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0035234 Jy ! Component: 100 - total flux cleaned = 0.00428728 Jy ! Component: 150 - total flux cleaned = 0.00534718 Jy ! Component: 200 - total flux cleaned = 0.00574573 Jy ! Total flux subtracted in 200 components = 0.00574573 Jy ! Clean residual min=-0.002584 max=0.002458 Jy/beam ! Clean residual mean=0.000000 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.323823 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 176 components and 0.323823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079666Jy sigma=0.000769 ! Fit after self-cal, rms=0.079627Jy sigma=0.000768 ! 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.079627Jy sigma=0.000768 ! Fit after self-cal, rms=0.079314Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=12.47 mas, bpa=14.82 degrees ! Estimated noise=696.131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155576 Jy ! Component: 100 - total flux cleaned = 0.00204759 Jy ! Component: 150 - total flux cleaned = 0.00242401 Jy ! Component: 200 - total flux cleaned = 0.00255385 Jy ! Total flux subtracted in 200 components = 0.00255385 Jy ! Clean residual min=-0.002512 max=0.002075 Jy/beam ! Clean residual mean=0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.326377 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 194 components and 0.326377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079249Jy sigma=0.000766 ! Fit after self-cal, rms=0.079248Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319002 Jy ! Component: 100 - total flux cleaned = 0.000438743 Jy ! Component: 150 - total flux cleaned = 0.000513481 Jy ! Component: 200 - total flux cleaned = 0.00058215 Jy ! Total flux subtracted in 200 components = 0.00058215 Jy ! Clean residual min=-0.002413 max=0.002061 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.326959 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 211 components and 0.326959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079215Jy sigma=0.000765 ! Fit after self-cal, rms=0.079213Jy 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.079213Jy sigma=0.000765 ! Fit after self-cal, rms=0.079140Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.971 mas, bmaj=16.79 mas, bpa=4.988 degrees ! Estimated noise=786.686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110962 Jy ! Component: 100 - total flux cleaned = 0.00126281 Jy ! Component: 150 - total flux cleaned = 0.00135912 Jy ! Component: 200 - total flux cleaned = 0.00141681 Jy ! Total flux subtracted in 200 components = 0.00141681 Jy ! Clean residual min=-0.002063 max=0.001769 Jy/beam ! Clean residual mean=0.000001 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.328376 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 246 components and 0.328376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079124Jy sigma=0.000765 ! Fit after self-cal, rms=0.079121Jy sigma=0.000765 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 = 8.77118e-05 Jy ! Component: 100 - total flux cleaned = 0.0001393 Jy ! Component: 150 - total flux cleaned = 0.000186077 Jy ! Component: 200 - total flux cleaned = 0.000250757 Jy ! Total flux subtracted in 200 components = 0.000250757 Jy ! Clean residual min=-0.001956 max=0.001777 Jy/beam ! Clean residual mean=0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.328626 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 274 components and 0.328626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079112Jy sigma=0.000765 ! Fit after self-cal, rms=0.079111Jy sigma=0.000765 ! 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.952 mas, bmaj=12.46 mas, bpa=14.81 degrees ! Estimated noise=695.713 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.952 x 12.46 at 14.81 degrees (North through East) ! Clean map min=-0.0033228 max=0.23259 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.092 mas, bmaj=11.21 mas, bpa=16.49 degrees ! Estimated noise=1081.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.17328 Jy ! Component: 100 - total flux cleaned = 0.215234 Jy ! Component: 150 - total flux cleaned = 0.236365 Jy ! Component: 200 - total flux cleaned = 0.25047 Jy ! Total flux subtracted in 200 components = 0.25047 Jy ! Clean residual min=-0.006554 max=0.008000 Jy/beam ! Clean residual mean=0.000001 rms=0.001741 Jy/beam ! Combined flux in latest and established models = 0.25047 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.25047 Jy ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=12.46 mas, bpa=14.81 degrees ! Estimated noise=695.713 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.016255 Jy ! Component: 100 - total flux cleaned = 0.0275699 Jy ! Component: 150 - total flux cleaned = 0.0358847 Jy ! Component: 200 - total flux cleaned = 0.0424684 Jy ! Total flux subtracted in 200 components = 0.0424684 Jy ! Clean residual min=-0.004011 max=0.004850 Jy/beam ! Clean residual mean=-0.000000 rms=0.001298 Jy/beam ! Combined flux in latest and established models = 0.292938 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 77 components and 0.292938 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.971 mas, bmaj=16.79 mas, bpa=4.988 degrees ! Estimated noise=786.686 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00810597 Jy ! Component: 100 - total flux cleaned = 0.0140716 Jy ! Component: 150 - total flux cleaned = 0.0182229 Jy ! Component: 200 - total flux cleaned = 0.021147 Jy ! Total flux subtracted in 200 components = 0.021147 Jy ! Clean residual min=-0.003160 max=0.003577 Jy/beam ! Clean residual mean=-0.000001 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.314085 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.00232162 Jy ! Component: 100 - total flux cleaned = 0.00449931 Jy ! Component: 150 - total flux cleaned = 0.00624988 Jy ! Component: 200 - total flux cleaned = 0.00774481 Jy ! Total flux subtracted in 200 components = 0.00774481 Jy ! Clean residual min=-0.002501 max=0.002544 Jy/beam ! Clean residual mean=-0.000000 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.32183 Jy ! Adding 136 model components to the UV plane model. ! The established model now contains 197 components and 0.32183 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.952 mas, bmaj=12.46 mas, bpa=14.81 degrees ! Estimated noise=695.713 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109775 Jy ! Component: 100 - total flux cleaned = 0.00209491 Jy ! Component: 150 - total flux cleaned = 0.00286292 Jy ! Component: 200 - total flux cleaned = 0.00340629 Jy ! Total flux subtracted in 200 components = 0.00340629 Jy ! Clean residual min=-0.002600 max=0.002296 Jy/beam ! Clean residual mean=0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.325236 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 230 components and 0.325236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079199Jy sigma=0.000766 ! Fit after self-cal, rms=0.079188Jy sigma=0.000766 wmodel J0647-1605_S_2014_05_31_pus_map.mod ! Writing 230 model components to file: J0647-1605_S_2014_05_31_pus_map.mod wobs J0647-1605_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0647-1605_S_2014_05_31_pus_uvs.fits wwins J0647-1605_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J0647-1605_S_2014_05_31_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 = -7.13881e-05 Jy ! Component: 100 - total flux cleaned = -0.000107619 Jy ! Component: 150 - total flux cleaned = -0.000142707 Jy ! Component: 200 - total flux cleaned = -0.000142809 Jy ! Component: 250 - total flux cleaned = -0.000203049 Jy ! Component: 300 - total flux cleaned = -0.000291172 Jy ! Component: 350 - total flux cleaned = -0.000291907 Jy ! Component: 400 - total flux cleaned = -0.000237295 Jy ! Component: 450 - total flux cleaned = -0.000157567 Jy ! Component: 500 - total flux cleaned = -0.000131568 Jy ! Component: 550 - total flux cleaned = -5.62847e-05 Jy ! Component: 600 - total flux cleaned = -0.000106049 Jy ! Component: 650 - total flux cleaned = -0.000129821 Jy ! Component: 700 - total flux cleaned = -0.00012957 Jy ! Component: 750 - total flux cleaned = -0.00012916 Jy ! Component: 800 - total flux cleaned = -0.000128839 Jy ! Component: 850 - total flux cleaned = -0.000150958 Jy ! Component: 900 - total flux cleaned = -0.000172304 Jy ! Component: 950 - total flux cleaned = -0.000151473 Jy ! Component: 1000 - total flux cleaned = -0.000193106 Jy ! Component: 1050 - total flux cleaned = -0.000254127 Jy ! Component: 1100 - total flux cleaned = -0.00027406 Jy ! Component: 1150 - total flux cleaned = -0.000293515 Jy ! Component: 1200 - total flux cleaned = -0.000293617 Jy ! Component: 1250 - total flux cleaned = -0.000388749 Jy ! Component: 1300 - total flux cleaned = -0.000426313 Jy ! Component: 1350 - total flux cleaned = -0.000463153 Jy ! Component: 1400 - total flux cleaned = -0.000517559 Jy ! Component: 1450 - total flux cleaned = -0.000553419 Jy ! Component: 1500 - total flux cleaned = -0.000553551 Jy ! Component: 1550 - total flux cleaned = -0.00051915 Jy ! Component: 1600 - total flux cleaned = -0.000536643 Jy ! Component: 1650 - total flux cleaned = -0.000536522 Jy ! Component: 1700 - total flux cleaned = -0.000536178 Jy ! Component: 1750 - total flux cleaned = -0.000486718 Jy ! Component: 1800 - total flux cleaned = -0.000568764 Jy ! Component: 1850 - total flux cleaned = -0.000536374 Jy ! Component: 1900 - total flux cleaned = -0.000600617 Jy ! Component: 1950 - total flux cleaned = -0.000631997 Jy ! Component: 2000 - total flux cleaned = -0.000600815 Jy ! Component: 2050 - total flux cleaned = -0.000631569 Jy ! Component: 2100 - total flux cleaned = -0.000631443 Jy ! Component: 2150 - total flux cleaned = -0.000586184 Jy ! Component: 2200 - total flux cleaned = -0.000571196 Jy ! Component: 2250 - total flux cleaned = -0.000511976 Jy ! Component: 2300 - total flux cleaned = -0.00051187 Jy ! Component: 2350 - total flux cleaned = -0.000540613 Jy ! Component: 2400 - total flux cleaned = -0.000568667 Jy ! Component: 2450 - total flux cleaned = -0.00054044 Jy ! Component: 2500 - total flux cleaned = -0.000596408 Jy ! Component: 2550 - total flux cleaned = -0.000610362 Jy ! Component: 2600 - total flux cleaned = -0.000637915 Jy ! Component: 2650 - total flux cleaned = -0.000692521 Jy ! Component: 2700 - total flux cleaned = -0.000692379 Jy ! Component: 2750 - total flux cleaned = -0.000719127 Jy ! Component: 2800 - total flux cleaned = -0.000758987 Jy ! Component: 2850 - total flux cleaned = -0.000798494 Jy ! Component: 2900 - total flux cleaned = -0.000863817 Jy ! Component: 2950 - total flux cleaned = -0.000889821 Jy ! Component: 3000 - total flux cleaned = -0.000902859 Jy ! Component: 3050 - total flux cleaned = -0.000992425 Jy ! Component: 3100 - total flux cleaned = -0.00104328 Jy ! Component: 3150 - total flux cleaned = -0.00106842 Jy ! Component: 3200 - total flux cleaned = -0.00113104 Jy ! Component: 3250 - total flux cleaned = -0.00116819 Jy ! Component: 3300 - total flux cleaned = -0.00125447 Jy ! Component: 3350 - total flux cleaned = -0.0013156 Jy ! Component: 3400 - total flux cleaned = -0.00136414 Jy ! Component: 3450 - total flux cleaned = -0.00141238 Jy ! Component: 3500 - total flux cleaned = -0.00142428 Jy ! Component: 3550 - total flux cleaned = -0.00148373 Jy ! Component: 3600 - total flux cleaned = -0.00149549 Jy ! Component: 3650 - total flux cleaned = -0.0015425 Jy ! Component: 3700 - total flux cleaned = -0.00157742 Jy ! Component: 3750 - total flux cleaned = -0.00160068 Jy ! Component: 3800 - total flux cleaned = -0.00162375 Jy ! Component: 3850 - total flux cleaned = -0.00169232 Jy ! Component: 3900 - total flux cleaned = -0.00172633 Jy ! Component: 3950 - total flux cleaned = -0.00174894 Jy ! Component: 4000 - total flux cleaned = -0.00180502 Jy ! Component: 4050 - total flux cleaned = -0.00181606 Jy ! Total flux subtracted in 4096 components = -0.00188247 Jy ! Clean residual min=-0.000602 max=0.000660 Jy/beam ! Clean residual mean=0.000000 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 0.323354 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 520 components and 0.323354 Jy ![Exited script file: muppet] wmap "J0647-1605_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.952 x 12.46 at 14.81 degrees (North through East) ! Clean map min=-0.0022721 max=0.23227 Jy/beam ! Writing clean map to FITS file: J0647-1605_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.232269 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211794 device "J0647-1605_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0647-1605_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.273554 0.273554 0.547108 1.09422 2.18843 4.37686 8.75372 17.5074 35.0149 70.0298 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.232 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.952 x 12.46 at 14.81 degrees (North through East) ! Clean map min=-0.0022721 max=0.23227 Jy/beam quit ! Quitting program ! Log file J0647-1605_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:49:34 2016