! Started logfile: J0612-4337_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:45:50 2016 obs J0612-4337_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0612-4337_S_2014_06_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.595082 visibilities/baseline/integration-bin. ! Found source: J0612-4337 ! ! 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 13068 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 J0612-4337_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 267 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 267 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 267 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 267 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997994Jy sigma=0.006521 ! Fit after self-cal, rms=0.846387Jy sigma=0.005462 ! 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=2.514 mas, bmaj=8.273 mas, bpa=1.056 degrees ! Estimated noise=1498.72 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.122861 Jy ! Component: 100 - total flux cleaned = 0.159324 Jy ! Total flux subtracted in 100 components = 0.159324 Jy ! Clean residual min=-0.009837 max=0.023043 Jy/beam ! Clean residual mean=-0.000122 rms=0.003469 Jy/beam ! Combined flux in latest and established models = 0.159324 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.159324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152864Jy sigma=0.000871 ! Fit after self-cal, rms=0.152565Jy sigma=0.000870 ! Inverting map ! Added new window around map position (4, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0235336 Jy ! Component: 100 - total flux cleaned = 0.0374997 Jy ! Total flux subtracted in 100 components = 0.0374997 Jy ! Clean residual min=-0.008271 max=0.015964 Jy/beam ! Clean residual mean=-0.000051 rms=0.002554 Jy/beam ! Combined flux in latest and established models = 0.196824 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.196824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147727Jy sigma=0.000824 ! Fit after self-cal, rms=0.147401Jy sigma=0.000821 ! 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.23 mas, bmaj=10.57 mas, bpa=1.638 degrees ! Estimated noise=974.147 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.0177196 Jy ! Component: 100 - total flux cleaned = 0.0267843 Jy ! Component: 150 - total flux cleaned = 0.031674 Jy ! Component: 200 - total flux cleaned = 0.0327183 Jy ! Total flux subtracted in 200 components = 0.0327183 Jy ! Clean residual min=-0.009554 max=0.013130 Jy/beam ! Clean residual mean=0.000011 rms=0.002611 Jy/beam ! Combined flux in latest and established models = 0.229542 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.229542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145651Jy sigma=0.000804 ! Fit after self-cal, rms=0.145446Jy sigma=0.000802 ! 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.80 HN 1.22 KP 1.01 ! LA 1.20 MK 0.98 NL 1.49 OV 0.90 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.29 KP 0.98 ! LA 1.11 MK 1.01 NL 1.54 OV 0.94 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.20 KP 0.89 ! LA 0.92 MK 1.14 NL 1.52 OV 0.86 ! PT 0.97 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.12 KP 0.88 ! LA 0.88 MK 1.09 NL 1.52 OV 0.93 ! PT 0.99 SC 1.02 ! ! ! Fit before self-cal, rms=0.145446Jy sigma=0.000802 ! Fit after self-cal, rms=0.178043Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=10.68 mas, bpa=2.011 degrees ! Estimated noise=1008.03 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.000816972 Jy ! Component: 100 - total flux cleaned = -0.000988731 Jy ! Component: 150 - total flux cleaned = -0.00106252 Jy ! Component: 200 - total flux cleaned = -0.0011309 Jy ! Total flux subtracted in 200 components = -0.0011309 Jy ! Clean residual min=-0.004721 max=0.004271 Jy/beam ! Clean residual mean=0.000005 rms=0.001138 Jy/beam ! Combined flux in latest and established models = 0.228411 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.228411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177934Jy sigma=0.000775 ! Fit after self-cal, rms=0.178826Jy sigma=0.000774 ! 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.178826Jy sigma=0.000774 ! Fit after self-cal, rms=0.183528Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.283 mas, bmaj=10.72 mas, bpa=2.113 degrees ! Estimated noise=1014.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000618616 Jy ! Component: 100 - total flux cleaned = -0.000546589 Jy ! Component: 150 - total flux cleaned = -0.000603558 Jy ! Component: 200 - total flux cleaned = -0.000658469 Jy ! Total flux subtracted in 200 components = -0.000658469 Jy ! Clean residual min=-0.003200 max=0.003709 Jy/beam ! Clean residual mean=0.000008 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.227753 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.227753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183467Jy sigma=0.000772 ! Fit after self-cal, rms=0.183440Jy sigma=0.000772 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 (10, -77.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259565 Jy ! Component: 100 - total flux cleaned = 0.00267785 Jy ! Component: 150 - total flux cleaned = 0.00287886 Jy ! Component: 200 - total flux cleaned = 0.00294257 Jy ! Total flux subtracted in 200 components = 0.00294257 Jy ! Clean residual min=-0.003014 max=0.003368 Jy/beam ! Clean residual mean=0.000027 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.230695 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.230695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183330Jy sigma=0.000771 ! Fit after self-cal, rms=0.183267Jy sigma=0.000771 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183267Jy sigma=0.000771 ! Fit after self-cal, rms=0.184126Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.29 mas, bmaj=10.74 mas, bpa=2.089 degrees ! Estimated noise=1012.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.47402e-06 Jy ! Component: 100 - total flux cleaned = -6.32537e-05 Jy ! Component: 150 - total flux cleaned = -6.42945e-05 Jy ! Component: 200 - total flux cleaned = -1.58983e-05 Jy ! Total flux subtracted in 200 components = -1.58983e-05 Jy ! Clean residual min=-0.002771 max=0.002500 Jy/beam ! Clean residual mean=0.000029 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.230679 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.230679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184065Jy sigma=0.000770 ! Fit after self-cal, rms=0.183960Jy sigma=0.000770 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261504 Jy ! Component: 100 - total flux cleaned = -0.000159476 Jy ! Component: 150 - total flux cleaned = -6.54183e-05 Jy ! Component: 200 - total flux cleaned = 2.18409e-05 Jy ! Total flux subtracted in 200 components = 2.18409e-05 Jy ! Clean residual min=-0.002795 max=0.002588 Jy/beam ! Clean residual mean=0.000029 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.230701 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 90 components and 0.230701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183920Jy sigma=0.000770 ! Fit after self-cal, rms=0.183893Jy sigma=0.000770 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183893Jy sigma=0.000770 ! Fit after self-cal, rms=0.184128Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.007 mas, bmaj=33.31 mas, bpa=-1.144 degrees ! Estimated noise=1184.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00103458 Jy ! Component: 100 - total flux cleaned = -0.00115496 Jy ! Component: 150 - total flux cleaned = -0.00117205 Jy ! Component: 200 - total flux cleaned = -0.00120516 Jy ! Total flux subtracted in 200 components = -0.00120516 Jy ! Clean residual min=-0.002519 max=0.001940 Jy/beam ! Clean residual mean=0.000043 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.229496 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 99 components and 0.229496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184117Jy sigma=0.000770 ! Fit after self-cal, rms=0.184106Jy sigma=0.000770 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000357667 Jy ! Component: 100 - total flux cleaned = -0.000344492 Jy ! Component: 150 - total flux cleaned = -0.000344445 Jy ! Component: 200 - total flux cleaned = -0.000359466 Jy ! Total flux subtracted in 200 components = -0.000359466 Jy ! Clean residual min=-0.002549 max=0.001939 Jy/beam ! Clean residual mean=0.000040 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.229137 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 103 components and 0.229137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184099Jy sigma=0.000770 ! Fit after self-cal, rms=0.184090Jy sigma=0.000770 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=10.74 mas, bpa=2.075 degrees ! Estimated noise=1010.96 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.293 x 10.74 at 2.075 degrees (North through East) ! Clean map min=-0.0038425 max=0.14984 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=2.534 mas, bmaj=8.336 mas, bpa=1.598 degrees ! Estimated noise=1580.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.12807 Jy ! Component: 100 - total flux cleaned = 0.167814 Jy ! Component: 150 - total flux cleaned = 0.187543 Jy ! Component: 200 - total flux cleaned = 0.199476 Jy ! Total flux subtracted in 200 components = 0.199476 Jy ! Clean residual min=-0.005733 max=0.007431 Jy/beam ! Clean residual mean=-0.000054 rms=0.001505 Jy/beam ! Combined flux in latest and established models = 0.199476 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.199476 Jy ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=10.74 mas, bpa=2.075 degrees ! Estimated noise=1010.96 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-2, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122647 Jy ! Component: 100 - total flux cleaned = 0.0188975 Jy ! Component: 150 - total flux cleaned = 0.0232135 Jy ! Component: 200 - total flux cleaned = 0.0256472 Jy ! Total flux subtracted in 200 components = 0.0256472 Jy ! Clean residual min=-0.002821 max=0.002974 Jy/beam ! Clean residual mean=-0.000001 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.225123 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 77 components and 0.225123 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=9.007 mas, bmaj=33.31 mas, bpa=-1.144 degrees ! Estimated noise=1184.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139387 Jy ! Component: 100 - total flux cleaned = 0.00181902 Jy ! Component: 150 - total flux cleaned = 0.00211356 Jy ! Component: 200 - total flux cleaned = 0.00228815 Jy ! Total flux subtracted in 200 components = 0.00228815 Jy ! Clean residual min=-0.002540 max=0.001930 Jy/beam ! Clean residual mean=0.000019 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.227411 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.00014957 Jy ! Component: 100 - total flux cleaned = 0.000285422 Jy ! Component: 150 - total flux cleaned = 0.000384505 Jy ! Component: 200 - total flux cleaned = 0.000431118 Jy ! Total flux subtracted in 200 components = 0.000431118 Jy ! Clean residual min=-0.002549 max=0.001903 Jy/beam ! Clean residual mean=0.000024 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.227842 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 107 components and 0.227842 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=10.74 mas, bpa=2.075 degrees ! Estimated noise=1010.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000282961 Jy ! Component: 100 - total flux cleaned = -0.000286239 Jy ! Component: 150 - total flux cleaned = -0.00011794 Jy ! Component: 200 - total flux cleaned = -0.000118779 Jy ! Total flux subtracted in 200 components = -0.000118779 Jy ! Clean residual min=-0.002703 max=0.002531 Jy/beam ! Clean residual mean=0.000014 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.227724 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 126 components and 0.227724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184095Jy sigma=0.000770 ! Fit after self-cal, rms=0.184010Jy sigma=0.000770 wmodel J0612-4337_S_2014_06_09_pus_map.mod ! Writing 126 model components to file: J0612-4337_S_2014_06_09_pus_map.mod wobs J0612-4337_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0612-4337_S_2014_06_09_pus_uvs.fits wwins J0612-4337_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J0612-4337_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.000296799 Jy ! Component: 100 - total flux cleaned = 0.000706998 Jy ! Component: 150 - total flux cleaned = 0.000923055 Jy ! Component: 200 - total flux cleaned = 0.00100392 Jy ! Component: 250 - total flux cleaned = 0.000807902 Jy ! Component: 300 - total flux cleaned = 0.000960413 Jy ! Component: 350 - total flux cleaned = 0.00103558 Jy ! Component: 400 - total flux cleaned = 0.00114549 Jy ! Component: 450 - total flux cleaned = 0.00132194 Jy ! Component: 500 - total flux cleaned = 0.00135594 Jy ! Component: 550 - total flux cleaned = 0.00132267 Jy ! Component: 600 - total flux cleaned = 0.00135593 Jy ! Component: 650 - total flux cleaned = 0.00125903 Jy ! Component: 700 - total flux cleaned = 0.00125956 Jy ! Component: 750 - total flux cleaned = 0.00129054 Jy ! Component: 800 - total flux cleaned = 0.00126033 Jy ! Component: 850 - total flux cleaned = 0.00135072 Jy ! Component: 900 - total flux cleaned = 0.00138038 Jy ! Component: 950 - total flux cleaned = 0.00146813 Jy ! Component: 1000 - total flux cleaned = 0.00164007 Jy ! Component: 1050 - total flux cleaned = 0.00178086 Jy ! Component: 1100 - total flux cleaned = 0.00183626 Jy ! Component: 1150 - total flux cleaned = 0.00197302 Jy ! Component: 1200 - total flux cleaned = 0.00208113 Jy ! Component: 1250 - total flux cleaned = 0.00224126 Jy ! Component: 1300 - total flux cleaned = 0.00237308 Jy ! Component: 1350 - total flux cleaned = 0.00245112 Jy ! Component: 1400 - total flux cleaned = 0.00263129 Jy ! Component: 1450 - total flux cleaned = 0.00273276 Jy ! Component: 1500 - total flux cleaned = 0.00285808 Jy ! Component: 1550 - total flux cleaned = 0.00295768 Jy ! Component: 1600 - total flux cleaned = 0.00305578 Jy ! Component: 1650 - total flux cleaned = 0.00315269 Jy ! Component: 1700 - total flux cleaned = 0.00322461 Jy ! Component: 1750 - total flux cleaned = 0.00327195 Jy ! Component: 1800 - total flux cleaned = 0.00336616 Jy ! Component: 1850 - total flux cleaned = 0.00350552 Jy ! Component: 1900 - total flux cleaned = 0.00362043 Jy ! Component: 1950 - total flux cleaned = 0.00373411 Jy ! Component: 2000 - total flux cleaned = 0.00375645 Jy ! Component: 2050 - total flux cleaned = 0.00386806 Jy ! Component: 2100 - total flux cleaned = 0.00397838 Jy ! Component: 2150 - total flux cleaned = 0.00408771 Jy ! Component: 2200 - total flux cleaned = 0.00415262 Jy ! Component: 2250 - total flux cleaned = 0.00419558 Jy ! Component: 2300 - total flux cleaned = 0.00425953 Jy ! Component: 2350 - total flux cleaned = 0.00436504 Jy ! Component: 2400 - total flux cleaned = 0.00449018 Jy ! Component: 2450 - total flux cleaned = 0.0045316 Jy ! Component: 2500 - total flux cleaned = 0.00463418 Jy ! Component: 2550 - total flux cleaned = 0.00465462 Jy ! Component: 2600 - total flux cleaned = 0.00475561 Jy ! Component: 2650 - total flux cleaned = 0.00483554 Jy ! Component: 2700 - total flux cleaned = 0.00487524 Jy ! Component: 2750 - total flux cleaned = 0.00491473 Jy ! Component: 2800 - total flux cleaned = 0.00503178 Jy ! Component: 2850 - total flux cleaned = 0.00505127 Jy ! Component: 2900 - total flux cleaned = 0.00516618 Jy ! Component: 2950 - total flux cleaned = 0.00522317 Jy ! Component: 3000 - total flux cleaned = 0.00529873 Jy ! Component: 3050 - total flux cleaned = 0.00533642 Jy ! Component: 3100 - total flux cleaned = 0.0055042 Jy ! Component: 3150 - total flux cleaned = 0.00563351 Jy ! Component: 3200 - total flux cleaned = 0.00570695 Jy ! Component: 3250 - total flux cleaned = 0.00587119 Jy ! Component: 3300 - total flux cleaned = 0.00601623 Jy ! Component: 3350 - total flux cleaned = 0.00610614 Jy ! Component: 3400 - total flux cleaned = 0.00626699 Jy ! Component: 3450 - total flux cleaned = 0.00633798 Jy ! Component: 3500 - total flux cleaned = 0.00653188 Jy ! Component: 3550 - total flux cleaned = 0.00663701 Jy ! Component: 3600 - total flux cleaned = 0.00672394 Jy ! Component: 3650 - total flux cleaned = 0.00679316 Jy ! Component: 3700 - total flux cleaned = 0.00686215 Jy ! Component: 3750 - total flux cleaned = 0.00696499 Jy ! Component: 3800 - total flux cleaned = 0.00699907 Jy ! Component: 3850 - total flux cleaned = 0.00703297 Jy ! Component: 3900 - total flux cleaned = 0.00710066 Jy ! Component: 3950 - total flux cleaned = 0.00716804 Jy ! Component: 4000 - total flux cleaned = 0.00723518 Jy ! Component: 4050 - total flux cleaned = 0.00725202 Jy ! Total flux subtracted in 4096 components = 0.0073019 Jy ! Clean residual min=-0.000971 max=0.000920 Jy/beam ! Clean residual mean=-0.000002 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.235026 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 389 components and 0.235026 Jy ![Exited script file: muppet] wmap "J0612-4337_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.293 x 10.74 at 2.075 degrees (North through East) ! Clean map min=-0.0025679 max=0.15422 Jy/beam ! Writing clean map to FITS file: J0612-4337_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.154217 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00030116 device "J0612-4337_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0612-4337_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.585849 0.585849 1.1717 2.3434 4.68679 9.37359 18.7472 37.4943 74.9887 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.154 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.293 x 10.74 at 2.075 degrees (North through East) ! Clean map min=-0.0025679 max=0.15422 Jy/beam quit ! Quitting program ! Log file J0612-4337_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:45:55 2016