! Started logfile: J0933-0819_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:30:45 2016 obs J0933-0819_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0933-0819_S_2014_12_20_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.661427 visibilities/baseline/integration-bin. ! Found source: J0933-0819 ! ! 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 344 lines of history. ! ! Reading 14644 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 J0933-0819_S_2014_12_20_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 416 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 416 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 416 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 416 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.784470Jy sigma=0.008142 ! Fit after self-cal, rms=0.761337Jy sigma=0.007908 ! 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.677 mas, bmaj=6.541 mas, bpa=-2.168 degrees ! Estimated noise=827.312 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.181766 Jy ! Component: 100 - total flux cleaned = 0.224396 Jy ! Total flux subtracted in 100 components = 0.224396 Jy ! Clean residual min=-0.007200 max=0.015817 Jy/beam ! Clean residual mean=-0.000010 rms=0.001769 Jy/beam ! Combined flux in latest and established models = 0.224396 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.224396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096662Jy sigma=0.000897 ! Fit after self-cal, rms=0.096660Jy sigma=0.000897 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160394 Jy ! Component: 100 - total flux cleaned = 0.0245947 Jy ! Total flux subtracted in 100 components = 0.0245947 Jy ! Clean residual min=-0.006107 max=0.005776 Jy/beam ! Clean residual mean=-0.000003 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.248991 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 31 components and 0.248991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092329Jy sigma=0.000863 ! Fit after self-cal, rms=0.092330Jy sigma=0.000863 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=7.684 mas, bpa=-3.025 degrees ! Estimated noise=579.769 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.00793047 Jy ! Component: 100 - total flux cleaned = 0.0121317 Jy ! Component: 150 - total flux cleaned = 0.0146455 Jy ! Component: 200 - total flux cleaned = 0.0161843 Jy ! Total flux subtracted in 200 components = 0.0161843 Jy ! Clean residual min=-0.005625 max=0.004266 Jy/beam ! Clean residual mean=0.000011 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.265175 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 61 components and 0.265175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091266Jy sigma=0.000859 ! Fit after self-cal, rms=0.091269Jy sigma=0.000859 ! 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.99 FD 0.86 HN 0.98 KP 1.11 ! LA 0.97 MK 1.01 NL 0.98 OV 0.99 ! PT 1.05 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.04 KP 1.07 ! LA 0.93 MK 1.00 NL 0.94 OV 1.00 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.17 HN 1.02 KP 0.96 ! LA 0.77 MK 1.00 NL 1.26 OV 0.94 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 1.00 KP 0.91 ! LA 0.82 MK 1.01 NL 1.06 OV 1.01 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.091269Jy sigma=0.000859 ! Fit after self-cal, rms=0.085450Jy sigma=0.000813 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.318 mas, bmaj=7.707 mas, bpa=-2.906 degrees ! Estimated noise=581.801 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.000218386 Jy ! Component: 100 - total flux cleaned = 0.000292494 Jy ! Component: 150 - total flux cleaned = 0.000273753 Jy ! Component: 200 - total flux cleaned = 0.00025792 Jy ! Total flux subtracted in 200 components = 0.00025792 Jy ! Clean residual min=-0.002442 max=0.002409 Jy/beam ! Clean residual mean=0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.265433 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 69 components and 0.265433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085432Jy sigma=0.000813 ! Fit after self-cal, rms=0.085411Jy 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.085411Jy sigma=0.000813 ! Fit after self-cal, rms=0.083864Jy sigma=0.000805 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.32 mas, bmaj=7.713 mas, bpa=-2.874 degrees ! Estimated noise=581.591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000372398 Jy ! Component: 100 - total flux cleaned = -0.000443411 Jy ! Component: 150 - total flux cleaned = -0.000455351 Jy ! Component: 200 - total flux cleaned = -0.00047599 Jy ! Total flux subtracted in 200 components = -0.00047599 Jy ! Clean residual min=-0.001848 max=0.002196 Jy/beam ! Clean residual mean=0.000003 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.264957 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 75 components and 0.264957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083859Jy sigma=0.000805 ! Fit after self-cal, rms=0.083852Jy sigma=0.000805 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 (-18, 52.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153409 Jy ! Component: 100 - total flux cleaned = 0.00152617 Jy ! Component: 150 - total flux cleaned = 0.00162658 Jy ! Component: 200 - total flux cleaned = 0.00168552 Jy ! Total flux subtracted in 200 components = 0.00168552 Jy ! Clean residual min=-0.001817 max=0.001824 Jy/beam ! Clean residual mean=0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.266643 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 100 components and 0.266643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083798Jy sigma=0.000805 ! Fit after self-cal, rms=0.083797Jy sigma=0.000805 ! 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.083797Jy sigma=0.000805 ! Fit after self-cal, rms=0.083794Jy sigma=0.000805 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.321 mas, bmaj=7.719 mas, bpa=-2.911 degrees ! Estimated noise=581.501 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029735 Jy ! Component: 100 - total flux cleaned = 0.000270826 Jy ! Component: 150 - total flux cleaned = 0.000270813 Jy ! Component: 200 - total flux cleaned = 0.000271096 Jy ! Total flux subtracted in 200 components = 0.000271096 Jy ! Clean residual min=-0.001732 max=0.001825 Jy/beam ! Clean residual mean=0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.266914 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 115 components and 0.266914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083780Jy sigma=0.000805 ! Fit after self-cal, rms=0.083780Jy sigma=0.000805 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.86475e-05 Jy ! Component: 100 - total flux cleaned = 6.84375e-05 Jy ! Component: 150 - total flux cleaned = 3.1692e-05 Jy ! Component: 200 - total flux cleaned = 3.09846e-05 Jy ! Total flux subtracted in 200 components = 3.09846e-05 Jy ! Clean residual min=-0.001715 max=0.001795 Jy/beam ! Clean residual mean=0.000003 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.266945 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 126 components and 0.266945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083772Jy sigma=0.000805 ! Fit after self-cal, rms=0.083772Jy sigma=0.000805 ! 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.083772Jy sigma=0.000805 ! Fit after self-cal, rms=0.083779Jy sigma=0.000805 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.559 mas, bmaj=13.19 mas, bpa=-0.1089 degrees ! Estimated noise=725.306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000302094 Jy ! Component: 100 - total flux cleaned = -0.000283342 Jy ! Component: 150 - total flux cleaned = -0.000298323 Jy ! Component: 200 - total flux cleaned = -0.000326267 Jy ! Total flux subtracted in 200 components = -0.000326267 Jy ! Clean residual min=-0.001881 max=0.001867 Jy/beam ! Clean residual mean=0.000006 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.266619 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 134 components and 0.266619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083778Jy sigma=0.000805 ! Fit after self-cal, rms=0.083776Jy sigma=0.000805 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.35373e-05 Jy ! Component: 100 - total flux cleaned = -5.87202e-05 Jy ! Component: 150 - total flux cleaned = -9.91226e-05 Jy ! Component: 200 - total flux cleaned = -0.000111257 Jy ! Total flux subtracted in 200 components = -0.000111257 Jy ! Clean residual min=-0.001899 max=0.001856 Jy/beam ! Clean residual mean=0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.266507 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 137 components and 0.266507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083776Jy sigma=0.000805 ! Fit after self-cal, rms=0.083774Jy sigma=0.000805 ! 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.322 mas, bmaj=7.723 mas, bpa=-2.944 degrees ! Estimated noise=581.515 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 7.723 at -2.944 degrees (North through East) ! Clean map min=-0.0016185 max=0.23839 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.682 mas, bmaj=6.559 mas, bpa=-1.926 degrees ! Estimated noise=833.445 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.18303 Jy ! Component: 100 - total flux cleaned = 0.2264 Jy ! Component: 150 - total flux cleaned = 0.242601 Jy ! Component: 200 - total flux cleaned = 0.250668 Jy ! Total flux subtracted in 200 components = 0.250668 Jy ! Clean residual min=-0.003077 max=0.004216 Jy/beam ! Clean residual mean=-0.000004 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.250668 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.250668 Jy ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.723 mas, bpa=-2.944 degrees ! Estimated noise=581.515 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.00631435 Jy ! Component: 100 - total flux cleaned = 0.00973039 Jy ! Component: 150 - total flux cleaned = 0.0119264 Jy ! Component: 200 - total flux cleaned = 0.0130559 Jy ! Total flux subtracted in 200 components = 0.0130559 Jy ! Clean residual min=-0.001864 max=0.001959 Jy/beam ! Clean residual mean=0.000001 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.263724 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 54 components and 0.263724 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.559 mas, bmaj=13.19 mas, bpa=-0.1089 degrees ! Estimated noise=725.306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156986 Jy ! Component: 100 - total flux cleaned = 0.00181271 Jy ! Component: 150 - total flux cleaned = 0.00185656 Jy ! Component: 200 - total flux cleaned = 0.00191667 Jy ! Total flux subtracted in 200 components = 0.00191667 Jy ! Clean residual min=-0.001935 max=0.001818 Jy/beam ! Clean residual mean=0.000004 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.265641 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.66899e-05 Jy ! Component: 100 - total flux cleaned = 7.15316e-05 Jy ! Component: 150 - total flux cleaned = 0.000119889 Jy ! Component: 200 - total flux cleaned = 0.000149976 Jy ! Total flux subtracted in 200 components = 0.000149976 Jy ! Clean residual min=-0.001917 max=0.001786 Jy/beam ! Clean residual mean=0.000004 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.265791 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.265791 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.723 mas, bpa=-2.944 degrees ! Estimated noise=581.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000391402 Jy ! Component: 100 - total flux cleaned = -0.000363955 Jy ! Component: 150 - total flux cleaned = -0.000338248 Jy ! Component: 200 - total flux cleaned = -0.000291913 Jy ! Total flux subtracted in 200 components = -0.000291913 Jy ! Clean residual min=-0.001735 max=0.001837 Jy/beam ! Clean residual mean=0.000002 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.265499 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 93 components and 0.265499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083794Jy sigma=0.000805 ! Fit after self-cal, rms=0.083789Jy sigma=0.000805 wmodel J0933-0819_S_2014_12_20_pus_map.mod ! Writing 93 model components to file: J0933-0819_S_2014_12_20_pus_map.mod wobs J0933-0819_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0933-0819_S_2014_12_20_pus_uvs.fits wwins J0933-0819_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J0933-0819_S_2014_12_20_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.000164125 Jy ! Component: 100 - total flux cleaned = -0.000414956 Jy ! Component: 150 - total flux cleaned = -0.000595604 Jy ! Component: 200 - total flux cleaned = -0.000713084 Jy ! Component: 250 - total flux cleaned = -0.000854842 Jy ! Component: 300 - total flux cleaned = -0.000965017 Jy ! Component: 350 - total flux cleaned = -0.00107193 Jy ! Component: 400 - total flux cleaned = -0.00115019 Jy ! Component: 450 - total flux cleaned = -0.00122638 Jy ! Component: 500 - total flux cleaned = -0.00127553 Jy ! Component: 550 - total flux cleaned = -0.00125075 Jy ! Component: 600 - total flux cleaned = -0.00120321 Jy ! Component: 650 - total flux cleaned = -0.00120382 Jy ! Component: 700 - total flux cleaned = -0.00120385 Jy ! Component: 750 - total flux cleaned = -0.00124907 Jy ! Component: 800 - total flux cleaned = -0.00122653 Jy ! Component: 850 - total flux cleaned = -0.00118306 Jy ! Component: 900 - total flux cleaned = -0.00126971 Jy ! Component: 950 - total flux cleaned = -0.00129085 Jy ! Component: 1000 - total flux cleaned = -0.00131191 Jy ! Component: 1050 - total flux cleaned = -0.00135356 Jy ! Component: 1100 - total flux cleaned = -0.00139451 Jy ! Component: 1150 - total flux cleaned = -0.00141474 Jy ! Component: 1200 - total flux cleaned = -0.0014148 Jy ! Component: 1250 - total flux cleaned = -0.00145425 Jy ! Component: 1300 - total flux cleaned = -0.00145407 Jy ! Component: 1350 - total flux cleaned = -0.00139657 Jy ! Component: 1400 - total flux cleaned = -0.00141544 Jy ! Component: 1450 - total flux cleaned = -0.00139649 Jy ! Component: 1500 - total flux cleaned = -0.00143331 Jy ! Component: 1550 - total flux cleaned = -0.0013962 Jy ! Component: 1600 - total flux cleaned = -0.00136007 Jy ! Component: 1650 - total flux cleaned = -0.00143164 Jy ! Component: 1700 - total flux cleaned = -0.00146642 Jy ! Component: 1750 - total flux cleaned = -0.00137885 Jy ! Component: 1800 - total flux cleaned = -0.00130968 Jy ! Component: 1850 - total flux cleaned = -0.00134381 Jy ! Component: 1900 - total flux cleaned = -0.00130955 Jy ! Component: 1950 - total flux cleaned = -0.00127615 Jy ! Component: 2000 - total flux cleaned = -0.00127592 Jy ! Component: 2050 - total flux cleaned = -0.00122688 Jy ! Component: 2100 - total flux cleaned = -0.00124328 Jy ! Component: 2150 - total flux cleaned = -0.00119481 Jy ! Component: 2200 - total flux cleaned = -0.00121084 Jy ! Component: 2250 - total flux cleaned = -0.00121081 Jy ! Component: 2300 - total flux cleaned = -0.00119508 Jy ! Component: 2350 - total flux cleaned = -0.00116396 Jy ! Component: 2400 - total flux cleaned = -0.00117933 Jy ! Component: 2450 - total flux cleaned = -0.00122534 Jy ! Component: 2500 - total flux cleaned = -0.00116457 Jy ! Component: 2550 - total flux cleaned = -0.00114945 Jy ! Component: 2600 - total flux cleaned = -0.00116451 Jy ! Component: 2650 - total flux cleaned = -0.00116445 Jy ! Component: 2700 - total flux cleaned = -0.00119386 Jy ! Component: 2750 - total flux cleaned = -0.00119398 Jy ! Component: 2800 - total flux cleaned = -0.00123716 Jy ! Component: 2850 - total flux cleaned = -0.00115126 Jy ! Component: 2900 - total flux cleaned = -0.00125073 Jy ! Component: 2950 - total flux cleaned = -0.00122246 Jy ! Component: 3000 - total flux cleaned = -0.00120849 Jy ! Component: 3050 - total flux cleaned = -0.0012224 Jy ! Component: 3100 - total flux cleaned = -0.00122235 Jy ! Component: 3150 - total flux cleaned = -0.00118146 Jy ! Component: 3200 - total flux cleaned = -0.00115443 Jy ! Component: 3250 - total flux cleaned = -0.00120846 Jy ! Component: 3300 - total flux cleaned = -0.00119501 Jy ! Component: 3350 - total flux cleaned = -0.00118173 Jy ! Component: 3400 - total flux cleaned = -0.00120828 Jy ! Component: 3450 - total flux cleaned = -0.00127389 Jy ! Component: 3500 - total flux cleaned = -0.0011956 Jy ! Component: 3550 - total flux cleaned = -0.00118273 Jy ! Component: 3600 - total flux cleaned = -0.00116984 Jy ! Component: 3650 - total flux cleaned = -0.00122069 Jy ! Component: 3700 - total flux cleaned = -0.00114451 Jy ! Component: 3750 - total flux cleaned = -0.00113193 Jy ! Component: 3800 - total flux cleaned = -0.00115691 Jy ! Component: 3850 - total flux cleaned = -0.00106992 Jy ! Component: 3900 - total flux cleaned = -0.00103288 Jy ! Component: 3950 - total flux cleaned = -0.00102052 Jy ! Component: 4000 - total flux cleaned = -0.000983939 Jy ! Component: 4050 - total flux cleaned = -0.000923383 Jy ! Total flux subtracted in 4096 components = -0.000899476 Jy ! Clean residual min=-0.000732 max=0.000661 Jy/beam ! Clean residual mean=0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.2646 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 398 components and 0.2646 Jy ![Exited script file: muppet] wmap "J0933-0819_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 7.723 at -2.944 degrees (North through East) ! Clean map min=-0.0014373 max=0.23917 Jy/beam ! Writing clean map to FITS file: J0933-0819_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.239173 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229837 device "J0933-0819_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0933-0819_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.288289 0.288289 0.576579 1.15316 2.30631 4.61263 9.22526 18.4505 36.901 73.8021 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.239 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.322 x 7.723 at -2.944 degrees (North through East) ! Clean map min=-0.0014373 max=0.23917 Jy/beam quit ! Quitting program ! Log file J0933-0819_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:30:51 2016