! Started logfile: J0301-1652_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:13:04 2016 obs J0301-1652_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0301-1652_S_2014_08_05_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77832 visibilities/baseline/integration-bin. ! Found source: J0301-1652 ! ! 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 360 lines of history. ! ! Reading 17232 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 J0301-1652_S_2014_08_05_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 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.915709Jy sigma=0.008422 ! Fit after self-cal, rms=0.875176Jy sigma=0.008063 ! 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.163 mas, bmaj=10.02 mas, bpa=20.64 degrees ! Estimated noise=1155.59 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.0953792 Jy ! Component: 100 - total flux cleaned = 0.120015 Jy ! Total flux subtracted in 100 components = 0.120015 Jy ! Clean residual min=-0.005490 max=0.009933 Jy/beam ! Clean residual mean=0.000009 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 0.120015 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.120015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099572Jy sigma=0.000794 ! Fit after self-cal, rms=0.099538Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104083 Jy ! Component: 100 - total flux cleaned = 0.0161456 Jy ! Total flux subtracted in 100 components = 0.0161456 Jy ! Clean residual min=-0.004873 max=0.004558 Jy/beam ! Clean residual mean=0.000006 rms=0.001237 Jy/beam ! Combined flux in latest and established models = 0.136161 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 31 components and 0.136161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097900Jy sigma=0.000779 ! Fit after self-cal, rms=0.097874Jy sigma=0.000779 ! 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.154 mas, bmaj=11.91 mas, bpa=17.93 degrees ! Estimated noise=600.324 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.00592136 Jy ! Component: 100 - total flux cleaned = 0.00894202 Jy ! Component: 150 - total flux cleaned = 0.0106987 Jy ! Component: 200 - total flux cleaned = 0.0117736 Jy ! Total flux subtracted in 200 components = 0.0117736 Jy ! Clean residual min=-0.003069 max=0.003395 Jy/beam ! Clean residual mean=-0.000005 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.147935 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 66 components and 0.147935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097358Jy sigma=0.000777 ! Fit after self-cal, rms=0.097365Jy sigma=0.000777 ! 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.01 FD 0.87 HN 1.08 KP 1.09 ! LA 1.13 MK 1.00* NL 0.86 OV 0.97 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.16 KP 0.99 ! LA 1.09 MK 1.00* NL 0.83 OV 1.02 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.18 HN 1.17 KP 0.92 ! LA 0.89 MK 1.00* NL 0.96 OV 0.96 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.02 HN 1.06 KP 0.90 ! LA 0.81 MK 1.00* NL 1.11 OV 0.98 ! PT 1.05 SC 1.00 ! ! ! Fit before self-cal, rms=0.097365Jy sigma=0.000777 ! Fit after self-cal, rms=0.094949Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.18 mas, bmaj=12.06 mas, bpa=18.24 degrees ! Estimated noise=603.884 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.000618049 Jy ! Component: 100 - total flux cleaned = -0.000694401 Jy ! Component: 150 - total flux cleaned = -0.000787615 Jy ! Component: 200 - total flux cleaned = -0.000837112 Jy ! Total flux subtracted in 200 components = -0.000837112 Jy ! Clean residual min=-0.002583 max=0.002558 Jy/beam ! Clean residual mean=-0.000004 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.147098 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.147098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094927Jy sigma=0.000765 ! Fit after self-cal, rms=0.094921Jy sigma=0.000764 ! 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.094921Jy sigma=0.000764 ! Fit after self-cal, rms=0.094254Jy sigma=0.000759 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.176 mas, bmaj=12 mas, bpa=18.07 degrees ! Estimated noise=602.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000405474 Jy ! Component: 100 - total flux cleaned = -0.000500362 Jy ! Component: 150 - total flux cleaned = -0.00060631 Jy ! Component: 200 - total flux cleaned = -0.00068608 Jy ! Total flux subtracted in 200 components = -0.00068608 Jy ! Clean residual min=-0.002165 max=0.001930 Jy/beam ! Clean residual mean=-0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.146411 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.146411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094247Jy sigma=0.000759 ! Fit after self-cal, rms=0.094262Jy sigma=0.000759 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.0721e-05 Jy ! Component: 100 - total flux cleaned = -0.000119146 Jy ! Component: 150 - total flux cleaned = -0.000178552 Jy ! Component: 200 - total flux cleaned = -0.000223404 Jy ! Total flux subtracted in 200 components = -0.000223404 Jy ! Clean residual min=-0.002159 max=0.001918 Jy/beam ! Clean residual mean=-0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.146188 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 92 components and 0.146188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094260Jy sigma=0.000759 ! Fit after self-cal, rms=0.094260Jy sigma=0.000759 ! 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.094260Jy sigma=0.000759 ! Fit after self-cal, rms=0.094624Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.179 mas, bmaj=12.02 mas, bpa=18.12 degrees ! Estimated noise=603.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000161768 Jy ! Component: 100 - total flux cleaned = -0.000240664 Jy ! Component: 150 - total flux cleaned = -0.000308392 Jy ! Component: 200 - total flux cleaned = -0.000376123 Jy ! Total flux subtracted in 200 components = -0.000376123 Jy ! Clean residual min=-0.002132 max=0.001927 Jy/beam ! Clean residual mean=-0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.145812 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 98 components and 0.145812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094621Jy sigma=0.000759 ! Fit after self-cal, rms=0.094626Jy sigma=0.000759 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 = -4.06264e-05 Jy ! Component: 100 - total flux cleaned = -9.05866e-05 Jy ! Component: 150 - total flux cleaned = -0.000103772 Jy ! Component: 200 - total flux cleaned = -0.000110034 Jy ! Total flux subtracted in 200 components = -0.000110034 Jy ! Clean residual min=-0.002125 max=0.001924 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.145702 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 101 components and 0.145702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094625Jy sigma=0.000759 ! Fit after self-cal, rms=0.094624Jy sigma=0.000759 ! 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.094624Jy sigma=0.000759 ! Fit after self-cal, rms=0.094840Jy sigma=0.000759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.318 mas, bmaj=16.79 mas, bpa=9.936 degrees ! Estimated noise=675.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000108697 Jy ! Component: 100 - total flux cleaned = -0.000135535 Jy ! Component: 150 - total flux cleaned = -0.000165964 Jy ! Component: 200 - total flux cleaned = -0.000179555 Jy ! Total flux subtracted in 200 components = -0.000179555 Jy ! Clean residual min=-0.002203 max=0.002126 Jy/beam ! Clean residual mean=-0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.145522 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 104 components and 0.145522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094840Jy sigma=0.000759 ! Fit after self-cal, rms=0.094842Jy sigma=0.000759 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.56991e-05 Jy ! Component: 100 - total flux cleaned = 1.49115e-05 Jy ! Component: 150 - total flux cleaned = 2.48907e-06 Jy ! Component: 200 - total flux cleaned = -8.98579e-06 Jy ! Total flux subtracted in 200 components = -8.98579e-06 Jy ! Clean residual min=-0.002202 max=0.002140 Jy/beam ! Clean residual mean=-0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.145513 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 105 components and 0.145513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094843Jy sigma=0.000759 ! Fit after self-cal, rms=0.094843Jy sigma=0.000759 ! 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=4.181 mas, bmaj=12.04 mas, bpa=18.16 degrees ! Estimated noise=603.798 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.181 x 12.04 at 18.16 degrees (North through East) ! Clean map min=-0.0020773 max=0.12613 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.169 mas, bmaj=10.14 mas, bpa=20.84 degrees ! Estimated noise=1171.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0964452 Jy ! Component: 100 - total flux cleaned = 0.12121 Jy ! Component: 150 - total flux cleaned = 0.131197 Jy ! Component: 200 - total flux cleaned = 0.136126 Jy ! Total flux subtracted in 200 components = 0.136126 Jy ! Clean residual min=-0.003918 max=0.003325 Jy/beam ! Clean residual mean=-0.000001 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.136126 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 0.136126 Jy ! Inverting map and beam ! Estimated beam: bmin=4.181 mas, bmaj=12.04 mas, bpa=18.16 degrees ! Estimated noise=603.798 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.00464861 Jy ! Component: 100 - total flux cleaned = 0.00677346 Jy ! Component: 150 - total flux cleaned = 0.00790615 Jy ! Component: 200 - total flux cleaned = 0.00857095 Jy ! Total flux subtracted in 200 components = 0.00857095 Jy ! Clean residual min=-0.002150 max=0.001888 Jy/beam ! Clean residual mean=-0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.144697 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 57 components and 0.144697 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.318 mas, bmaj=16.79 mas, bpa=9.936 degrees ! Estimated noise=675.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00059142 Jy ! Component: 100 - total flux cleaned = 0.000645099 Jy ! Component: 150 - total flux cleaned = 0.000668494 Jy ! Component: 200 - total flux cleaned = 0.000688743 Jy ! Total flux subtracted in 200 components = 0.000688743 Jy ! Clean residual min=-0.002158 max=0.002140 Jy/beam ! Clean residual mean=-0.000003 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.145386 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 = 1.58284e-07 Jy ! Component: 100 - total flux cleaned = 6.07042e-06 Jy ! Component: 150 - total flux cleaned = 1.15041e-05 Jy ! Component: 200 - total flux cleaned = 1.69911e-05 Jy ! Total flux subtracted in 200 components = 1.69911e-05 Jy ! Clean residual min=-0.002163 max=0.002142 Jy/beam ! Clean residual mean=-0.000003 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.145402 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.145402 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.181 mas, bmaj=12.04 mas, bpa=18.16 degrees ! Estimated noise=603.798 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.9028e-05 Jy ! Component: 100 - total flux cleaned = -2.91657e-05 Jy ! Component: 150 - total flux cleaned = 1.20236e-05 Jy ! Component: 200 - total flux cleaned = 2.09669e-05 Jy ! Total flux subtracted in 200 components = 2.09669e-05 Jy ! Clean residual min=-0.002126 max=0.001906 Jy/beam ! Clean residual mean=-0.000002 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.145423 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.145423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094849Jy sigma=0.000759 ! Fit after self-cal, rms=0.094846Jy sigma=0.000759 wmodel J0301-1652_S_2014_08_05_pus_map.mod ! Writing 85 model components to file: J0301-1652_S_2014_08_05_pus_map.mod wobs J0301-1652_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0301-1652_S_2014_08_05_pus_uvs.fits wwins J0301-1652_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0301-1652_S_2014_08_05_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.00011599 Jy ! Component: 100 - total flux cleaned = 0.000678926 Jy ! Component: 150 - total flux cleaned = 0.00123118 Jy ! Component: 200 - total flux cleaned = 0.00166159 Jy ! Component: 250 - total flux cleaned = 0.0019054 Jy ! Component: 300 - total flux cleaned = 0.00213651 Jy ! Component: 350 - total flux cleaned = 0.00230968 Jy ! Component: 400 - total flux cleaned = 0.00247658 Jy ! Component: 450 - total flux cleaned = 0.0025233 Jy ! Component: 500 - total flux cleaned = 0.00254634 Jy ! Component: 550 - total flux cleaned = 0.00263307 Jy ! Component: 600 - total flux cleaned = 0.00265418 Jy ! Component: 650 - total flux cleaned = 0.0026954 Jy ! Component: 700 - total flux cleaned = 0.00271579 Jy ! Component: 750 - total flux cleaned = 0.00277561 Jy ! Component: 800 - total flux cleaned = 0.0028143 Jy ! Component: 850 - total flux cleaned = 0.00287064 Jy ! Component: 900 - total flux cleaned = 0.00285206 Jy ! Component: 950 - total flux cleaned = 0.00294248 Jy ! Component: 1000 - total flux cleaned = 0.00297805 Jy ! Component: 1050 - total flux cleaned = 0.00294333 Jy ! Component: 1100 - total flux cleaned = 0.00296066 Jy ! Component: 1150 - total flux cleaned = 0.00296058 Jy ! Component: 1200 - total flux cleaned = 0.00301055 Jy ! Component: 1250 - total flux cleaned = 0.00294517 Jy ! Component: 1300 - total flux cleaned = 0.00296114 Jy ! Component: 1350 - total flux cleaned = 0.00289815 Jy ! Component: 1400 - total flux cleaned = 0.00291389 Jy ! Component: 1450 - total flux cleaned = 0.00291349 Jy ! Component: 1500 - total flux cleaned = 0.00282241 Jy ! Component: 1550 - total flux cleaned = 0.00283696 Jy ! Component: 1600 - total flux cleaned = 0.0028513 Jy ! Component: 1650 - total flux cleaned = 0.002866 Jy ! Component: 1700 - total flux cleaned = 0.00289489 Jy ! Component: 1750 - total flux cleaned = 0.0029654 Jy ! Component: 1800 - total flux cleaned = 0.00296529 Jy ! Component: 1850 - total flux cleaned = 0.00300687 Jy ! Component: 1900 - total flux cleaned = 0.00299309 Jy ! Component: 1950 - total flux cleaned = 0.00302027 Jy ! Component: 2000 - total flux cleaned = 0.00304678 Jy ! Component: 2050 - total flux cleaned = 0.00302047 Jy ! Component: 2100 - total flux cleaned = 0.00312537 Jy ! Component: 2150 - total flux cleaned = 0.00313827 Jy ! Component: 2200 - total flux cleaned = 0.003164 Jy ! Component: 2250 - total flux cleaned = 0.00321466 Jy ! Component: 2300 - total flux cleaned = 0.00325257 Jy ! Component: 2350 - total flux cleaned = 0.00328998 Jy ! Component: 2400 - total flux cleaned = 0.00330226 Jy ! Component: 2450 - total flux cleaned = 0.00335123 Jy ! Component: 2500 - total flux cleaned = 0.00336339 Jy ! Component: 2550 - total flux cleaned = 0.00337551 Jy ! Component: 2600 - total flux cleaned = 0.00344701 Jy ! Component: 2650 - total flux cleaned = 0.00343518 Jy ! Component: 2700 - total flux cleaned = 0.00343529 Jy ! Component: 2750 - total flux cleaned = 0.00344685 Jy ! Component: 2800 - total flux cleaned = 0.00348145 Jy ! Component: 2850 - total flux cleaned = 0.00348162 Jy ! Component: 2900 - total flux cleaned = 0.0035382 Jy ! Component: 2950 - total flux cleaned = 0.00361636 Jy ! Component: 3000 - total flux cleaned = 0.00357198 Jy ! Component: 3050 - total flux cleaned = 0.00359406 Jy ! Component: 3100 - total flux cleaned = 0.00364866 Jy ! Component: 3150 - total flux cleaned = 0.00365939 Jy ! Component: 3200 - total flux cleaned = 0.00367018 Jy ! Component: 3250 - total flux cleaned = 0.00368088 Jy ! Component: 3300 - total flux cleaned = 0.00365966 Jy ! Component: 3350 - total flux cleaned = 0.00369117 Jy ! Component: 3400 - total flux cleaned = 0.003712 Jy ! Component: 3450 - total flux cleaned = 0.00373269 Jy ! Component: 3500 - total flux cleaned = 0.00376338 Jy ! Component: 3550 - total flux cleaned = 0.00378365 Jy ! Component: 3600 - total flux cleaned = 0.00380374 Jy ! Component: 3650 - total flux cleaned = 0.00380373 Jy ! Component: 3700 - total flux cleaned = 0.00382358 Jy ! Component: 3750 - total flux cleaned = 0.0038334 Jy ! Component: 3800 - total flux cleaned = 0.00385285 Jy ! Component: 3850 - total flux cleaned = 0.00385301 Jy ! Component: 3900 - total flux cleaned = 0.00391076 Jy ! Component: 3950 - total flux cleaned = 0.00392978 Jy ! Component: 4000 - total flux cleaned = 0.00395822 Jy ! Component: 4050 - total flux cleaned = 0.00400528 Jy ! Total flux subtracted in 4096 components = 0.00401467 Jy ! Clean residual min=-0.000546 max=0.000513 Jy/beam ! Clean residual mean=-0.000002 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.149438 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 372 components and 0.149438 Jy ![Exited script file: muppet] wmap "J0301-1652_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.181 x 12.04 at 18.16 degrees (North through East) ! Clean map min=-0.0014493 max=0.12641 Jy/beam ! Writing clean map to FITS file: J0301-1652_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.126414 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000185056 device "J0301-1652_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0301-1652_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.439167 0.439167 0.878333 1.75667 3.51333 7.02666 14.0533 28.1067 56.2133 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.126 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.181 x 12.04 at 18.16 degrees (North through East) ! Clean map min=-0.0014493 max=0.12641 Jy/beam quit ! Quitting program ! Log file J0301-1652_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:13:10 2016