! Started logfile: J0932-3405_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:21:46 2016 obs J0932-3405_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0932-3405_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.620567 visibilities/baseline/integration-bin. ! Found source: J0932-3405 ! ! 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 10500 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 J0932-3405_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 227 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 189 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.844784Jy sigma=0.006880 ! Fit after self-cal, rms=0.821880Jy sigma=0.006696 ! 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.999 mas, bmaj=13.77 mas, bpa=14.07 degrees ! Estimated noise=1677.2 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.125716 Jy ! Component: 100 - total flux cleaned = 0.179649 Jy ! Total flux subtracted in 100 components = 0.179649 Jy ! Clean residual min=-0.011517 max=0.026027 Jy/beam ! Clean residual mean=0.000041 rms=0.004272 Jy/beam ! Combined flux in latest and established models = 0.179649 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 30 components and 0.179649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125189Jy sigma=0.001001 ! Fit after self-cal, rms=0.124868Jy sigma=0.000999 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0314896 Jy ! Component: 100 - total flux cleaned = 0.0506688 Jy ! Total flux subtracted in 100 components = 0.0506688 Jy ! Clean residual min=-0.008401 max=0.011118 Jy/beam ! Clean residual mean=0.000053 rms=0.002728 Jy/beam ! Combined flux in latest and established models = 0.230318 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 56 components and 0.230318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111918Jy sigma=0.000870 ! Fit after self-cal, rms=0.111874Jy sigma=0.000870 ! 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.953 mas, bmaj=17.33 mas, bpa=14.67 degrees ! Estimated noise=859.544 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.0204973 Jy ! Component: 100 - total flux cleaned = 0.0309387 Jy ! Component: 150 - total flux cleaned = 0.0367361 Jy ! Component: 200 - total flux cleaned = 0.0400032 Jy ! Total flux subtracted in 200 components = 0.0400032 Jy ! Clean residual min=-0.006104 max=0.009822 Jy/beam ! Clean residual mean=0.000144 rms=0.002284 Jy/beam ! Combined flux in latest and established models = 0.270321 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 105 components and 0.270321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108398Jy sigma=0.000838 ! Fit after self-cal, rms=0.108418Jy sigma=0.000838 ! 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.94 FD 0.86 HN 1.00* KP 1.02 ! LA 1.15 MK 1.00* NL 1.05 OV 1.22 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.12 KP 0.99 ! LA 1.06 MK 1.00* NL 1.11 OV 0.99 ! PT 0.96 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.13 HN 1.04 KP 0.88 ! LA 0.89 MK 1.00* NL 1.08 OV 1.12 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.09 KP 0.85 ! LA 0.84 MK 1.00* NL 1.13 OV 0.97 ! PT 1.00 SC 0.91 ! ! ! Fit before self-cal, rms=0.108418Jy sigma=0.000838 ! Fit after self-cal, rms=0.107520Jy sigma=0.000802 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.943 mas, bmaj=17.64 mas, bpa=14.92 degrees ! Estimated noise=860.9 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.00213807 Jy ! Component: 100 - total flux cleaned = -0.00234725 Jy ! Component: 150 - total flux cleaned = -0.0025296 Jy ! Component: 200 - total flux cleaned = -0.00263455 Jy ! Total flux subtracted in 200 components = -0.00263455 Jy ! Clean residual min=-0.006190 max=0.007526 Jy/beam ! Clean residual mean=0.000146 rms=0.001772 Jy/beam ! Combined flux in latest and established models = 0.267687 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.267687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107417Jy sigma=0.000801 ! Fit after self-cal, rms=0.107485Jy sigma=0.000801 ! 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.107485Jy sigma=0.000801 ! Fit after self-cal, rms=0.111985Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.95 mas, bmaj=17.83 mas, bpa=15.12 degrees ! Estimated noise=871.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138774 Jy ! Component: 100 - total flux cleaned = 0.00124592 Jy ! Component: 150 - total flux cleaned = 0.00112384 Jy ! Component: 200 - total flux cleaned = 0.000972852 Jy ! Total flux subtracted in 200 components = 0.000972852 Jy ! Clean residual min=-0.004005 max=0.003865 Jy/beam ! Clean residual mean=0.000087 rms=0.001104 Jy/beam ! Combined flux in latest and established models = 0.26866 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 0.26866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111913Jy sigma=0.000779 ! Fit after self-cal, rms=0.111999Jy sigma=0.000779 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.4431e-05 Jy ! Component: 100 - total flux cleaned = -5.97534e-05 Jy ! Component: 150 - total flux cleaned = -9.31485e-05 Jy ! Component: 200 - total flux cleaned = -0.000120241 Jy ! Total flux subtracted in 200 components = -0.000120241 Jy ! Clean residual min=-0.004002 max=0.003984 Jy/beam ! Clean residual mean=0.000088 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.26854 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 128 components and 0.26854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111983Jy sigma=0.000779 ! Fit after self-cal, rms=0.111971Jy sigma=0.000779 ! 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.111971Jy sigma=0.000779 ! Fit after self-cal, rms=0.117664Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.946 mas, bmaj=17.96 mas, bpa=15.3 degrees ! Estimated noise=871.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00080751 Jy ! Component: 100 - total flux cleaned = -0.000807727 Jy ! Component: 150 - total flux cleaned = -0.000805603 Jy ! Component: 200 - total flux cleaned = -0.000835118 Jy ! Total flux subtracted in 200 components = -0.000835118 Jy ! Clean residual min=-0.002987 max=0.002467 Jy/beam ! Clean residual mean=0.000002 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.267704 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 135 components and 0.267704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117629Jy sigma=0.000771 ! Fit after self-cal, rms=0.117688Jy sigma=0.000771 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.20681e-06 Jy ! Component: 100 - total flux cleaned = -2.71848e-05 Jy ! Component: 150 - total flux cleaned = -4.52796e-05 Jy ! Component: 200 - total flux cleaned = -6.1086e-05 Jy ! Total flux subtracted in 200 components = -6.1086e-05 Jy ! Clean residual min=-0.002910 max=0.002479 Jy/beam ! Clean residual mean=0.000003 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.267643 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 135 components and 0.267643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117680Jy sigma=0.000771 ! Fit after self-cal, rms=0.117672Jy sigma=0.000771 ! 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.117672Jy sigma=0.000771 ! Fit after self-cal, rms=0.118271Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.22 mas, bmaj=29.38 mas, bpa=3.097 degrees ! Estimated noise=962.936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000233615 Jy ! Component: 100 - total flux cleaned = -0.000264998 Jy ! Component: 150 - total flux cleaned = -0.000279544 Jy ! Component: 200 - total flux cleaned = -0.00027907 Jy ! Total flux subtracted in 200 components = -0.00027907 Jy ! Clean residual min=-0.002232 max=0.002210 Jy/beam ! Clean residual mean=-0.000006 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.267364 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 141 components and 0.267364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118266Jy sigma=0.000771 ! Fit after self-cal, rms=0.118282Jy sigma=0.000771 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.7243e-05 Jy ! Component: 100 - total flux cleaned = 2.73479e-05 Jy ! Component: 150 - total flux cleaned = 5.40843e-05 Jy ! Component: 200 - total flux cleaned = 6.23947e-05 Jy ! Total flux subtracted in 200 components = 6.23947e-05 Jy ! Clean residual min=-0.002219 max=0.002193 Jy/beam ! Clean residual mean=-0.000006 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.267427 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 144 components and 0.267427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118280Jy sigma=0.000771 ! Fit after self-cal, rms=0.118282Jy sigma=0.000771 ! 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.941 mas, bmaj=18.03 mas, bpa=15.37 degrees ! Estimated noise=871.291 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.941 x 18.03 at 15.37 degrees (North through East) ! Clean map min=-0.0027774 max=0.18078 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.949 mas, bmaj=14.34 mas, bpa=15.07 degrees ! Estimated noise=1723.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.130003 Jy ! Component: 100 - total flux cleaned = 0.18614 Jy ! Component: 150 - total flux cleaned = 0.216539 Jy ! Component: 200 - total flux cleaned = 0.234289 Jy ! Total flux subtracted in 200 components = 0.234289 Jy ! Clean residual min=-0.006072 max=0.009270 Jy/beam ! Clean residual mean=0.000000 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.234289 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.234289 Jy ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=18.03 mas, bpa=15.37 degrees ! Estimated noise=871.291 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.0159496 Jy ! Component: 100 - total flux cleaned = 0.0234823 Jy ! Component: 150 - total flux cleaned = 0.0273524 Jy ! Component: 200 - total flux cleaned = 0.0293928 Jy ! Total flux subtracted in 200 components = 0.0293928 Jy ! Clean residual min=-0.002721 max=0.002776 Jy/beam ! Clean residual mean=-0.000008 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.263682 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 108 components and 0.263682 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.22 mas, bmaj=29.38 mas, bpa=3.097 degrees ! Estimated noise=962.936 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015599 Jy ! Component: 100 - total flux cleaned = 0.00178884 Jy ! Component: 150 - total flux cleaned = 0.00190366 Jy ! Component: 200 - total flux cleaned = 0.00200884 Jy ! Total flux subtracted in 200 components = 0.00200884 Jy ! Clean residual min=-0.002207 max=0.002432 Jy/beam ! Clean residual mean=-0.000010 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.265691 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.000100781 Jy ! Component: 100 - total flux cleaned = 0.000196055 Jy ! Component: 150 - total flux cleaned = 0.000264909 Jy ! Component: 200 - total flux cleaned = 0.00035248 Jy ! Total flux subtracted in 200 components = 0.00035248 Jy ! Clean residual min=-0.002197 max=0.002337 Jy/beam ! Clean residual mean=-0.000008 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.266044 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 119 components and 0.266044 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=18.03 mas, bpa=15.37 degrees ! Estimated noise=871.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000247646 Jy ! Component: 100 - total flux cleaned = -0.000218449 Jy ! Component: 150 - total flux cleaned = -0.000190688 Jy ! Component: 200 - total flux cleaned = -0.000142203 Jy ! Total flux subtracted in 200 components = -0.000142203 Jy ! Clean residual min=-0.002750 max=0.002493 Jy/beam ! Clean residual mean=-0.000005 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.265901 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 132 components and 0.265901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118317Jy sigma=0.000771 ! Fit after self-cal, rms=0.118303Jy sigma=0.000771 wmodel J0932-3405_S_2014_05_31_pus_map.mod ! Writing 132 model components to file: J0932-3405_S_2014_05_31_pus_map.mod wobs J0932-3405_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0932-3405_S_2014_05_31_pus_uvs.fits wwins J0932-3405_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J0932-3405_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 = -3.44183e-05 Jy ! Component: 100 - total flux cleaned = 0.00038106 Jy ! Component: 150 - total flux cleaned = 0.000691994 Jy ! Component: 200 - total flux cleaned = 0.00102426 Jy ! Component: 250 - total flux cleaned = 0.00130967 Jy ! Component: 300 - total flux cleaned = 0.00161931 Jy ! Component: 350 - total flux cleaned = 0.00178556 Jy ! Component: 400 - total flux cleaned = 0.00181763 Jy ! Component: 450 - total flux cleaned = 0.0019129 Jy ! Component: 500 - total flux cleaned = 0.00191335 Jy ! Component: 550 - total flux cleaned = 0.00197434 Jy ! Component: 600 - total flux cleaned = 0.0020929 Jy ! Component: 650 - total flux cleaned = 0.00217928 Jy ! Component: 700 - total flux cleaned = 0.00220668 Jy ! Component: 750 - total flux cleaned = 0.00226201 Jy ! Component: 800 - total flux cleaned = 0.002398 Jy ! Component: 850 - total flux cleaned = 0.00253129 Jy ! Component: 900 - total flux cleaned = 0.00258401 Jy ! Component: 950 - total flux cleaned = 0.0027388 Jy ! Component: 1000 - total flux cleaned = 0.00289064 Jy ! Component: 1050 - total flux cleaned = 0.00301468 Jy ! Component: 1100 - total flux cleaned = 0.00316114 Jy ! Component: 1150 - total flux cleaned = 0.00320975 Jy ! Component: 1200 - total flux cleaned = 0.00328137 Jy ! Component: 1250 - total flux cleaned = 0.00332837 Jy ! Component: 1300 - total flux cleaned = 0.0033287 Jy ! Component: 1350 - total flux cleaned = 0.00342022 Jy ! Component: 1400 - total flux cleaned = 0.00344277 Jy ! Component: 1450 - total flux cleaned = 0.00353162 Jy ! Component: 1500 - total flux cleaned = 0.00348753 Jy ! Component: 1550 - total flux cleaned = 0.00348713 Jy ! Component: 1600 - total flux cleaned = 0.00344406 Jy ! Component: 1650 - total flux cleaned = 0.00350771 Jy ! Component: 1700 - total flux cleaned = 0.0035076 Jy ! Component: 1750 - total flux cleaned = 0.00361175 Jy ! Component: 1800 - total flux cleaned = 0.00361161 Jy ! Component: 1850 - total flux cleaned = 0.003571 Jy ! Component: 1900 - total flux cleaned = 0.00363198 Jy ! Component: 1950 - total flux cleaned = 0.00363242 Jy ! Component: 2000 - total flux cleaned = 0.0036917 Jy ! Component: 2050 - total flux cleaned = 0.00380928 Jy ! Component: 2100 - total flux cleaned = 0.00380944 Jy ! Component: 2150 - total flux cleaned = 0.00386666 Jy ! Component: 2200 - total flux cleaned = 0.00390453 Jy ! Component: 2250 - total flux cleaned = 0.00394209 Jy ! Component: 2300 - total flux cleaned = 0.00394196 Jy ! Component: 2350 - total flux cleaned = 0.00396069 Jy ! Component: 2400 - total flux cleaned = 0.00401561 Jy ! Component: 2450 - total flux cleaned = 0.00405174 Jy ! Component: 2500 - total flux cleaned = 0.00408764 Jy ! Component: 2550 - total flux cleaned = 0.0040698 Jy ! Component: 2600 - total flux cleaned = 0.0041052 Jy ! Component: 2650 - total flux cleaned = 0.0040879 Jy ! Component: 2700 - total flux cleaned = 0.00415739 Jy ! Component: 2750 - total flux cleaned = 0.00417469 Jy ! Component: 2800 - total flux cleaned = 0.00427719 Jy ! Component: 2850 - total flux cleaned = 0.00431104 Jy ! Component: 2900 - total flux cleaned = 0.00439477 Jy ! Component: 2950 - total flux cleaned = 0.00447772 Jy ! Component: 3000 - total flux cleaned = 0.00444447 Jy ! Component: 3050 - total flux cleaned = 0.00449352 Jy ! Component: 3100 - total flux cleaned = 0.00447743 Jy ! Component: 3150 - total flux cleaned = 0.00452582 Jy ! Component: 3200 - total flux cleaned = 0.00450972 Jy ! Component: 3250 - total flux cleaned = 0.00455735 Jy ! Component: 3300 - total flux cleaned = 0.00457314 Jy ! Component: 3350 - total flux cleaned = 0.00462021 Jy ! Component: 3400 - total flux cleaned = 0.00466658 Jy ! Component: 3450 - total flux cleaned = 0.00469747 Jy ! Component: 3500 - total flux cleaned = 0.00478936 Jy ! Component: 3550 - total flux cleaned = 0.00486514 Jy ! Component: 3600 - total flux cleaned = 0.00485013 Jy ! Component: 3650 - total flux cleaned = 0.00492515 Jy ! Component: 3700 - total flux cleaned = 0.00498466 Jy ! Component: 3750 - total flux cleaned = 0.00504357 Jy ! Component: 3800 - total flux cleaned = 0.00508749 Jy ! Component: 3850 - total flux cleaned = 0.00510212 Jy ! Component: 3900 - total flux cleaned = 0.00513123 Jy ! Component: 3950 - total flux cleaned = 0.00514551 Jy ! Component: 4000 - total flux cleaned = 0.00518855 Jy ! Component: 4050 - total flux cleaned = 0.00521693 Jy ! Total flux subtracted in 4096 components = 0.00525942 Jy ! Clean residual min=-0.000802 max=0.000761 Jy/beam ! Clean residual mean=-0.000000 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.271161 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 397 components and 0.271161 Jy ![Exited script file: muppet] wmap "J0932-3405_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.941 x 18.03 at 15.37 degrees (North through East) ! Clean map min=-0.0024163 max=0.18166 Jy/beam ! Writing clean map to FITS file: J0932-3405_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.181664 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270145 device "J0932-3405_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0932-3405_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.446117 0.446117 0.892234 1.78447 3.56894 7.13787 14.2757 28.5515 57.103 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.181 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.941 x 18.03 at 15.37 degrees (North through East) ! Clean map min=-0.0024163 max=0.18166 Jy/beam quit ! Quitting program ! Log file J0932-3405_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:21:52 2016