! Started logfile: J0331-1051_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:42:08 2016 obs J0331-1051_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0331-1051_S_2014_06_09_pus_uva.fits ! AN table 1: 92 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.61256 visibilities/baseline/integration-bin. ! Found source: J0331-1051 ! ! 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 10144 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 J0331-1051_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 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 191 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.790005Jy sigma=0.008274 ! Fit after self-cal, rms=0.726706Jy sigma=0.007616 ! 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.399 mas, bmaj=10 mas, bpa=15 degrees ! Estimated noise=1002.46 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.205526 Jy ! Component: 100 - total flux cleaned = 0.265854 Jy ! Total flux subtracted in 100 components = 0.265854 Jy ! Clean residual min=-0.013760 max=0.025958 Jy/beam ! Clean residual mean=0.000003 rms=0.004358 Jy/beam ! Combined flux in latest and established models = 0.265854 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.265854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104884Jy sigma=0.001058 ! Fit after self-cal, rms=0.104799Jy sigma=0.001057 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0292066 Jy ! Component: 100 - total flux cleaned = 0.0463073 Jy ! Total flux subtracted in 100 components = 0.0463073 Jy ! Clean residual min=-0.009933 max=0.013058 Jy/beam ! Clean residual mean=0.000011 rms=0.002869 Jy/beam ! Combined flux in latest and established models = 0.312161 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 48 components and 0.312161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093092Jy sigma=0.000941 ! Fit after self-cal, rms=0.093075Jy sigma=0.000940 ! 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.234 mas, bmaj=11.21 mas, bpa=12.44 degrees ! Estimated noise=678.118 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.0155835 Jy ! Component: 100 - total flux cleaned = 0.0243026 Jy ! Component: 150 - total flux cleaned = 0.0294719 Jy ! Component: 200 - total flux cleaned = 0.0326334 Jy ! Total flux subtracted in 200 components = 0.0326334 Jy ! Clean residual min=-0.008755 max=0.011139 Jy/beam ! Clean residual mean=-0.000025 rms=0.002604 Jy/beam ! Combined flux in latest and established models = 0.344795 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 84 components and 0.344795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090070Jy sigma=0.000917 ! Fit after self-cal, rms=0.090078Jy sigma=0.000917 ! 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.83 HN 0.99 KP 1.02 ! LA 1.17 MK 1.00* NL 1.02 OV 0.98 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.02 KP 0.98 ! LA 1.15 MK 1.00* NL 1.35 OV 1.00 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.03 KP 0.88 ! LA 0.91 MK 1.00* NL 1.02 OV 0.95 ! PT 0.94 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.02 KP 0.87 ! LA 0.88 MK 1.00* NL 1.00 OV 1.02 ! PT 0.98 SC 1.00 ! ! ! Fit before self-cal, rms=0.090078Jy sigma=0.000917 ! Fit after self-cal, rms=0.084433Jy sigma=0.000815 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.245 mas, bmaj=11.33 mas, bpa=12.22 degrees ! Estimated noise=682.112 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.00192587 Jy ! Component: 100 - total flux cleaned = -0.00192903 Jy ! Component: 150 - total flux cleaned = -0.00183715 Jy ! Component: 200 - total flux cleaned = -0.00183929 Jy ! Total flux subtracted in 200 components = -0.00183929 Jy ! Clean residual min=-0.007019 max=0.006512 Jy/beam ! Clean residual mean=-0.000004 rms=0.001596 Jy/beam ! Combined flux in latest and established models = 0.342956 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 88 components and 0.342956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083978Jy sigma=0.000813 ! Fit after self-cal, rms=0.084017Jy sigma=0.000813 ! 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.084017Jy sigma=0.000813 ! Fit after self-cal, rms=0.081308Jy sigma=0.000786 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.252 mas, bmaj=11.36 mas, bpa=12.23 degrees ! Estimated noise=683.647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347699 Jy ! Component: 100 - total flux cleaned = 0.000606525 Jy ! Component: 150 - total flux cleaned = 0.000696019 Jy ! Component: 200 - total flux cleaned = 0.000818363 Jy ! Total flux subtracted in 200 components = 0.000818363 Jy ! Clean residual min=-0.003392 max=0.003315 Jy/beam ! Clean residual mean=0.000002 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.343774 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 93 components and 0.343774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081238Jy sigma=0.000786 ! Fit after self-cal, rms=0.081243Jy sigma=0.000786 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.04223e-05 Jy ! Component: 100 - total flux cleaned = 8.87527e-05 Jy ! Component: 150 - total flux cleaned = 0.000163944 Jy ! Component: 200 - total flux cleaned = 0.000233318 Jy ! Total flux subtracted in 200 components = 0.000233318 Jy ! Clean residual min=-0.003272 max=0.003276 Jy/beam ! Clean residual mean=0.000003 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.344007 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 94 components and 0.344007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081199Jy sigma=0.000786 ! Fit after self-cal, rms=0.081194Jy sigma=0.000786 ! 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.081194Jy sigma=0.000786 ! Fit after self-cal, rms=0.081455Jy sigma=0.000785 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.258 mas, bmaj=11.36 mas, bpa=12.15 degrees ! Estimated noise=685.154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619126 Jy ! Component: 100 - total flux cleaned = 0.000735853 Jy ! Component: 150 - total flux cleaned = 0.000808227 Jy ! Component: 200 - total flux cleaned = 0.000875863 Jy ! Total flux subtracted in 200 components = 0.000875863 Jy ! Clean residual min=-0.003171 max=0.003260 Jy/beam ! Clean residual mean=0.000002 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.344883 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 95 components and 0.344883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081409Jy sigma=0.000785 ! Fit after self-cal, rms=0.081406Jy sigma=0.000785 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 (-16, -14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150847 Jy ! Component: 100 - total flux cleaned = 0.00121643 Jy ! Component: 150 - total flux cleaned = 0.00103803 Jy ! Component: 200 - total flux cleaned = 0.000982157 Jy ! Total flux subtracted in 200 components = 0.000982157 Jy ! Clean residual min=-0.002990 max=0.002461 Jy/beam ! Clean residual mean=0.000003 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.345865 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 114 components and 0.345865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081260Jy sigma=0.000784 ! Fit after self-cal, rms=0.081256Jy sigma=0.000784 ! 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.081256Jy sigma=0.000784 ! Fit after self-cal, rms=0.081331Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.976 mas, bmaj=17.97 mas, bpa=-2.35 degrees ! Estimated noise=767.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000733229 Jy ! Component: 100 - total flux cleaned = 0.000792236 Jy ! Component: 150 - total flux cleaned = 0.000722337 Jy ! Component: 200 - total flux cleaned = 0.000656224 Jy ! Total flux subtracted in 200 components = 0.000656224 Jy ! Clean residual min=-0.003043 max=0.002237 Jy/beam ! Clean residual mean=0.000006 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.346521 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 132 components and 0.346522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081309Jy sigma=0.000783 ! Fit after self-cal, rms=0.081308Jy sigma=0.000783 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 = 2.50306e-05 Jy ! Component: 100 - total flux cleaned = 5.08408e-05 Jy ! Component: 150 - total flux cleaned = 7.94329e-06 Jy ! Component: 200 - total flux cleaned = -1.25276e-05 Jy ! Total flux subtracted in 200 components = -1.25276e-05 Jy ! Clean residual min=-0.002995 max=0.002217 Jy/beam ! Clean residual mean=0.000006 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.346509 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 138 components and 0.346509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081296Jy sigma=0.000783 ! Fit after self-cal, rms=0.081295Jy sigma=0.000783 ! 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.259 mas, bmaj=11.36 mas, bpa=12.12 degrees ! Estimated noise=685.637 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.36 at 12.12 degrees (North through East) ! Clean map min=-0.0026882 max=0.25578 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.409 mas, bmaj=10.08 mas, bpa=14.84 degrees ! Estimated noise=1016.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.208427 Jy ! Component: 100 - total flux cleaned = 0.268813 Jy ! Component: 150 - total flux cleaned = 0.296759 Jy ! Component: 200 - total flux cleaned = 0.3133 Jy ! Total flux subtracted in 200 components = 0.3133 Jy ! Clean residual min=-0.005941 max=0.008932 Jy/beam ! Clean residual mean=0.000003 rms=0.001650 Jy/beam ! Combined flux in latest and established models = 0.313301 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.313301 Jy ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.36 mas, bpa=12.12 degrees ! Estimated noise=685.637 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.0135413 Jy ! Component: 100 - total flux cleaned = 0.0208524 Jy ! Component: 150 - total flux cleaned = 0.025504 Jy ! Component: 200 - total flux cleaned = 0.027796 Jy ! Total flux subtracted in 200 components = 0.027796 Jy ! Clean residual min=-0.003494 max=0.003490 Jy/beam ! Clean residual mean=-0.000003 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.341097 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 72 components and 0.341097 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.976 mas, bmaj=17.97 mas, bpa=-2.35 degrees ! Estimated noise=767.834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233349 Jy ! Component: 100 - total flux cleaned = 0.00311595 Jy ! Component: 150 - total flux cleaned = 0.00336422 Jy ! Component: 200 - total flux cleaned = 0.00344852 Jy ! Total flux subtracted in 200 components = 0.00344852 Jy ! Clean residual min=-0.002919 max=0.002323 Jy/beam ! Clean residual mean=0.000003 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.344545 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 = 3.84098e-05 Jy ! Component: 100 - total flux cleaned = 7.34316e-05 Jy ! Component: 150 - total flux cleaned = 0.000106202 Jy ! Component: 200 - total flux cleaned = 0.000106028 Jy ! Total flux subtracted in 200 components = 0.000106028 Jy ! Clean residual min=-0.002911 max=0.002378 Jy/beam ! Clean residual mean=0.000004 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.344651 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 100 components and 0.344651 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.36 mas, bpa=12.12 degrees ! Estimated noise=685.637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00036388 Jy ! Component: 100 - total flux cleaned = -0.000163987 Jy ! Component: 150 - total flux cleaned = 1.98411e-05 Jy ! Component: 200 - total flux cleaned = 1.75633e-05 Jy ! Total flux subtracted in 200 components = 1.75633e-05 Jy ! Clean residual min=-0.002963 max=0.002502 Jy/beam ! Clean residual mean=0.000001 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.344669 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 112 components and 0.344669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081377Jy sigma=0.000784 ! Fit after self-cal, rms=0.081361Jy sigma=0.000784 wmodel J0331-1051_S_2014_06_09_pus_map.mod ! Writing 112 model components to file: J0331-1051_S_2014_06_09_pus_map.mod wobs J0331-1051_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0331-1051_S_2014_06_09_pus_uvs.fits wwins J0331-1051_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J0331-1051_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.000841517 Jy ! Component: 100 - total flux cleaned = -0.00111437 Jy ! Component: 150 - total flux cleaned = -0.00111698 Jy ! Component: 200 - total flux cleaned = -0.000882039 Jy ! Component: 250 - total flux cleaned = -0.000768118 Jy ! Component: 300 - total flux cleaned = -0.000768298 Jy ! Component: 350 - total flux cleaned = -0.00083757 Jy ! Component: 400 - total flux cleaned = -0.00070401 Jy ! Component: 450 - total flux cleaned = -0.000671567 Jy ! Component: 500 - total flux cleaned = -0.000608603 Jy ! Component: 550 - total flux cleaned = -0.000547404 Jy ! Component: 600 - total flux cleaned = -0.000428908 Jy ! Component: 650 - total flux cleaned = -0.000373262 Jy ! Component: 700 - total flux cleaned = -0.000373569 Jy ! Component: 750 - total flux cleaned = -0.000290888 Jy ! Component: 800 - total flux cleaned = -0.000184134 Jy ! Component: 850 - total flux cleaned = -7.99938e-05 Jy ! Component: 900 - total flux cleaned = -2.8074e-05 Jy ! Component: 950 - total flux cleaned = 9.7064e-05 Jy ! Component: 1000 - total flux cleaned = 0.000121153 Jy ! Component: 1050 - total flux cleaned = 0.000120877 Jy ! Component: 1100 - total flux cleaned = 9.73973e-05 Jy ! Component: 1150 - total flux cleaned = 7.45673e-05 Jy ! Component: 1200 - total flux cleaned = 2.91662e-05 Jy ! Component: 1250 - total flux cleaned = -1.5517e-05 Jy ! Component: 1300 - total flux cleaned = -1.57458e-05 Jy ! Component: 1350 - total flux cleaned = -3.80048e-05 Jy ! Component: 1400 - total flux cleaned = -0.000102408 Jy ! Component: 1450 - total flux cleaned = -0.000123971 Jy ! Component: 1500 - total flux cleaned = -0.000206871 Jy ! Component: 1550 - total flux cleaned = -0.000206247 Jy ! Component: 1600 - total flux cleaned = -0.00020633 Jy ! Component: 1650 - total flux cleaned = -0.000324993 Jy ! Component: 1700 - total flux cleaned = -0.000324661 Jy ! Component: 1750 - total flux cleaned = -0.00036323 Jy ! Component: 1800 - total flux cleaned = -0.000401683 Jy ! Component: 1850 - total flux cleaned = -0.000439238 Jy ! Component: 1900 - total flux cleaned = -0.000495159 Jy ! Component: 1950 - total flux cleaned = -0.000531817 Jy ! Component: 2000 - total flux cleaned = -0.000567699 Jy ! Component: 2050 - total flux cleaned = -0.00060315 Jy ! Component: 2100 - total flux cleaned = -0.000602992 Jy ! Component: 2150 - total flux cleaned = -0.000637736 Jy ! Component: 2200 - total flux cleaned = -0.000671899 Jy ! Component: 2250 - total flux cleaned = -0.000638181 Jy ! Component: 2300 - total flux cleaned = -0.000688638 Jy ! Component: 2350 - total flux cleaned = -0.000672305 Jy ! Component: 2400 - total flux cleaned = -0.000672361 Jy ! Component: 2450 - total flux cleaned = -0.000688516 Jy ! Component: 2500 - total flux cleaned = -0.00068852 Jy ! Component: 2550 - total flux cleaned = -0.000783214 Jy ! Component: 2600 - total flux cleaned = -0.000783088 Jy ! Component: 2650 - total flux cleaned = -0.000844694 Jy ! Component: 2700 - total flux cleaned = -0.000829216 Jy ! Component: 2750 - total flux cleaned = -0.000859183 Jy ! Component: 2800 - total flux cleaned = -0.000844263 Jy ! Component: 2850 - total flux cleaned = -0.000859121 Jy ! Component: 2900 - total flux cleaned = -0.000888169 Jy ! Component: 2950 - total flux cleaned = -0.000888164 Jy ! Component: 3000 - total flux cleaned = -0.000902421 Jy ! Component: 3050 - total flux cleaned = -0.000860324 Jy ! Component: 3100 - total flux cleaned = -0.000944338 Jy ! Component: 3150 - total flux cleaned = -0.000971796 Jy ! Component: 3200 - total flux cleaned = -0.000958148 Jy ! Component: 3250 - total flux cleaned = -0.00101241 Jy ! Component: 3300 - total flux cleaned = -0.00099937 Jy ! Component: 3350 - total flux cleaned = -0.00109268 Jy ! Component: 3400 - total flux cleaned = -0.0010928 Jy ! Component: 3450 - total flux cleaned = -0.00115824 Jy ! Component: 3500 - total flux cleaned = -0.00118413 Jy ! Component: 3550 - total flux cleaned = -0.00119712 Jy ! Component: 3600 - total flux cleaned = -0.00124798 Jy ! Component: 3650 - total flux cleaned = -0.00124791 Jy ! Component: 3700 - total flux cleaned = -0.00126043 Jy ! Component: 3750 - total flux cleaned = -0.00127283 Jy ! Component: 3800 - total flux cleaned = -0.00132184 Jy ! Component: 3850 - total flux cleaned = -0.00134599 Jy ! Component: 3900 - total flux cleaned = -0.00132173 Jy ! Component: 3950 - total flux cleaned = -0.00133372 Jy ! Component: 4000 - total flux cleaned = -0.00139309 Jy ! Component: 4050 - total flux cleaned = -0.00140478 Jy ! Total flux subtracted in 4096 components = -0.00139312 Jy ! Clean residual min=-0.000712 max=0.000600 Jy/beam ! Clean residual mean=0.000000 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 0.343276 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 370 components and 0.343276 Jy ![Exited script file: muppet] wmap "J0331-1051_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.36 at 12.12 degrees (North through East) ! Clean map min=-0.0017553 max=0.25982 Jy/beam ! Writing clean map to FITS file: J0331-1051_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.259821 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211065 device "J0331-1051_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0331-1051_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.243704 0.243704 0.487407 0.974815 1.94963 3.89926 7.79852 15.597 31.1941 62.3881 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.259 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.259 x 11.36 at 12.12 degrees (North through East) ! Clean map min=-0.0017553 max=0.25982 Jy/beam quit ! Quitting program ! Log file J0331-1051_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:42:13 2016