! Started logfile: J1105-3928_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:51:33 2016 obs J1105-3928_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1105-3928_S_2014_06_09_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.695652 visibilities/baseline/integration-bin. ! Found source: J1105-3928 ! ! 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 14400 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 J1105-3928_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 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 244 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 244 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.886790Jy sigma=0.006626 ! Fit after self-cal, rms=0.857657Jy sigma=0.006431 ! 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.215 mas, bmaj=6.393 mas, bpa=0.7273 degrees ! Estimated noise=1605.84 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.107371 Jy ! Component: 100 - total flux cleaned = 0.140919 Jy ! Total flux subtracted in 100 components = 0.140919 Jy ! Clean residual min=-0.013146 max=0.031810 Jy/beam ! Clean residual mean=-0.000114 rms=0.003540 Jy/beam ! Combined flux in latest and established models = 0.140919 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.140919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.132116Jy sigma=0.000914 ! Fit after self-cal, rms=0.131923Jy sigma=0.000913 ! Inverting map ! Added new window around map position (-3.5, 4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0268094 Jy ! Component: 100 - total flux cleaned = 0.0396173 Jy ! Total flux subtracted in 100 components = 0.0396173 Jy ! Clean residual min=-0.009964 max=0.020178 Jy/beam ! Clean residual mean=-0.000044 rms=0.002542 Jy/beam ! Combined flux in latest and established models = 0.180537 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 22 components and 0.180537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125378Jy sigma=0.000844 ! Fit after self-cal, rms=0.124303Jy sigma=0.000836 ! 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=2.886 mas, bmaj=7.799 mas, bpa=-0.3424 degrees ! Estimated noise=821.723 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.018287 Jy ! Component: 100 - total flux cleaned = 0.0275364 Jy ! Component: 150 - total flux cleaned = 0.032742 Jy ! Component: 200 - total flux cleaned = 0.0350351 Jy ! Total flux subtracted in 200 components = 0.0350351 Jy ! Clean residual min=-0.007098 max=0.012645 Jy/beam ! Clean residual mean=0.000004 rms=0.002051 Jy/beam ! Combined flux in latest and established models = 0.215572 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 45 components and 0.215572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122196Jy sigma=0.000810 ! Fit after self-cal, rms=0.121914Jy sigma=0.000808 ! 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.86 HN 1.55 KP 0.99 ! LA 1.15 MK 0.99 NL 1.38 OV 0.93 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.95 ! LA 1.09 MK 1.01 NL 1.48 OV 0.95 ! PT 0.94 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.00* KP 0.87 ! LA 0.88 MK 0.95 NL 1.41 OV 0.90 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.46 KP 0.85 ! LA 0.86 MK 0.97 NL 1.47 OV 0.94 ! PT 0.98 SC 0.97 ! ! ! Fit before self-cal, rms=0.121914Jy sigma=0.000808 ! Fit after self-cal, rms=0.146074Jy sigma=0.000780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.896 mas, bmaj=7.77 mas, bpa=-0.3031 degrees ! Estimated noise=830.215 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.0013902 Jy ! Component: 100 - total flux cleaned = 0.00117537 Jy ! Component: 150 - total flux cleaned = 0.000990584 Jy ! Component: 200 - total flux cleaned = 0.000830027 Jy ! Total flux subtracted in 200 components = 0.000830027 Jy ! Clean residual min=-0.003111 max=0.003326 Jy/beam ! Clean residual mean=-0.000001 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.216402 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.216402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146007Jy sigma=0.000779 ! Fit after self-cal, rms=0.146662Jy sigma=0.000778 ! 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.146662Jy sigma=0.000778 ! Fit after self-cal, rms=0.146832Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.886 mas, bmaj=7.73 mas, bpa=-0.5199 degrees ! Estimated noise=828.133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106497 Jy ! Component: 100 - total flux cleaned = 0.000918301 Jy ! Component: 150 - total flux cleaned = 0.000838372 Jy ! Component: 200 - total flux cleaned = 0.000697607 Jy ! Total flux subtracted in 200 components = 0.000697607 Jy ! Clean residual min=-0.003030 max=0.003064 Jy/beam ! Clean residual mean=-0.000005 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.217099 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 57 components and 0.2171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146799Jy sigma=0.000777 ! Fit after self-cal, rms=0.146782Jy sigma=0.000777 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.000336613 Jy ! Component: 100 - total flux cleaned = 0.000336607 Jy ! Component: 150 - total flux cleaned = 0.000245092 Jy ! Component: 200 - total flux cleaned = 0.000189921 Jy ! Total flux subtracted in 200 components = 0.000189921 Jy ! Clean residual min=-0.002989 max=0.002897 Jy/beam ! Clean residual mean=-0.000004 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.217289 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.217289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146765Jy sigma=0.000777 ! Fit after self-cal, rms=0.146748Jy sigma=0.000777 ! 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.146748Jy sigma=0.000777 ! Fit after self-cal, rms=0.145796Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.877 mas, bmaj=7.706 mas, bpa=-0.7113 degrees ! Estimated noise=825.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000590682 Jy ! Component: 100 - total flux cleaned = 0.000460838 Jy ! Component: 150 - total flux cleaned = 0.00037491 Jy ! Component: 200 - total flux cleaned = 0.000276652 Jy ! Total flux subtracted in 200 components = 0.000276652 Jy ! Clean residual min=-0.002862 max=0.002659 Jy/beam ! Clean residual mean=-0.000007 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.217566 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 67 components and 0.217566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145779Jy sigma=0.000777 ! Fit after self-cal, rms=0.145758Jy sigma=0.000777 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.000201453 Jy ! Component: 100 - total flux cleaned = 0.000128521 Jy ! Component: 150 - total flux cleaned = 8.46541e-05 Jy ! Component: 200 - total flux cleaned = 6.3975e-05 Jy ! Total flux subtracted in 200 components = 6.3975e-05 Jy ! Clean residual min=-0.002840 max=0.002669 Jy/beam ! Clean residual mean=-0.000007 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.21763 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.21763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145748Jy sigma=0.000777 ! Fit after self-cal, rms=0.145740Jy sigma=0.000777 ! 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.145740Jy sigma=0.000777 ! Fit after self-cal, rms=0.145078Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.973 mas, bmaj=27.74 mas, bpa=3.148 degrees ! Estimated noise=1052.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015872 Jy ! Component: 100 - total flux cleaned = 0.000156565 Jy ! Component: 150 - total flux cleaned = 0.000155297 Jy ! Component: 200 - total flux cleaned = 0.00015484 Jy ! Total flux subtracted in 200 components = 0.00015484 Jy ! Clean residual min=-0.002984 max=0.003171 Jy/beam ! Clean residual mean=-0.000013 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.217785 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.217785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145076Jy sigma=0.000777 ! Fit after self-cal, rms=0.145067Jy sigma=0.000777 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.26915e-05 Jy ! Component: 100 - total flux cleaned = 6.59214e-05 Jy ! Component: 150 - total flux cleaned = 6.76548e-05 Jy ! Component: 200 - total flux cleaned = 6.7766e-05 Jy ! Total flux subtracted in 200 components = 6.7766e-05 Jy ! Clean residual min=-0.002991 max=0.003169 Jy/beam ! Clean residual mean=-0.000013 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.217853 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 76 components and 0.217853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145067Jy sigma=0.000777 ! Fit after self-cal, rms=0.145064Jy sigma=0.000777 ! 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=2.871 mas, bmaj=7.695 mas, bpa=-0.8524 degrees ! Estimated noise=822.692 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.871 x 7.695 at -0.8524 degrees (North through East) ! Clean map min=-0.0026939 max=0.13395 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.19 mas, bmaj=6.272 mas, bpa=0.5192 degrees ! Estimated noise=1623.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.109737 Jy ! Component: 100 - total flux cleaned = 0.151324 Jy ! Component: 150 - total flux cleaned = 0.172857 Jy ! Component: 200 - total flux cleaned = 0.186221 Jy ! Total flux subtracted in 200 components = 0.186221 Jy ! Clean residual min=-0.005716 max=0.009411 Jy/beam ! Clean residual mean=-0.000059 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.186221 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.186221 Jy ! Inverting map and beam ! Estimated beam: bmin=2.871 mas, bmaj=7.695 mas, bpa=-0.8524 degrees ! Estimated noise=822.692 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.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0143111 Jy ! Component: 100 - total flux cleaned = 0.0215178 Jy ! Component: 150 - total flux cleaned = 0.0255827 Jy ! Component: 200 - total flux cleaned = 0.0279692 Jy ! Total flux subtracted in 200 components = 0.0279692 Jy ! Clean residual min=-0.002889 max=0.002569 Jy/beam ! Clean residual mean=-0.000017 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.21419 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 77 components and 0.21419 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.973 mas, bmaj=27.74 mas, bpa=3.148 degrees ! Estimated noise=1052.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214771 Jy ! Component: 100 - total flux cleaned = 0.00303355 Jy ! Component: 150 - total flux cleaned = 0.00319015 Jy ! Component: 200 - total flux cleaned = 0.00325261 Jy ! Total flux subtracted in 200 components = 0.00325261 Jy ! Clean residual min=-0.003038 max=0.003097 Jy/beam ! Clean residual mean=-0.000015 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.217443 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 = 4.17775e-05 Jy ! Component: 100 - total flux cleaned = 6.79302e-05 Jy ! Component: 150 - total flux cleaned = 0.000104795 Jy ! Component: 200 - total flux cleaned = 0.000127721 Jy ! Total flux subtracted in 200 components = 0.000127721 Jy ! Clean residual min=-0.003001 max=0.003071 Jy/beam ! Clean residual mean=-0.000015 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.21757 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 97 components and 0.21757 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.871 mas, bmaj=7.695 mas, bpa=-0.8524 degrees ! Estimated noise=822.692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151742 Jy ! Component: 100 - total flux cleaned = -9.76134e-05 Jy ! Component: 150 - total flux cleaned = -3.46125e-05 Jy ! Component: 200 - total flux cleaned = 1.61055e-05 Jy ! Total flux subtracted in 200 components = 1.61055e-05 Jy ! Clean residual min=-0.002768 max=0.002621 Jy/beam ! Clean residual mean=-0.000008 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.217586 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 108 components and 0.217586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145027Jy sigma=0.000776 ! Fit after self-cal, rms=0.145009Jy sigma=0.000776 wmodel J1105-3928_S_2014_06_09_pus_map.mod ! Writing 108 model components to file: J1105-3928_S_2014_06_09_pus_map.mod wobs J1105-3928_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1105-3928_S_2014_06_09_pus_uvs.fits wwins J1105-3928_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1105-3928_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 = -6.34301e-05 Jy ! Component: 100 - total flux cleaned = -1.67656e-05 Jy ! Component: 150 - total flux cleaned = 0.000270117 Jy ! Component: 200 - total flux cleaned = 0.000543226 Jy ! Component: 250 - total flux cleaned = 0.000690593 Jy ! Component: 300 - total flux cleaned = 0.000691096 Jy ! Component: 350 - total flux cleaned = 0.000690583 Jy ! Component: 400 - total flux cleaned = 0.000656357 Jy ! Component: 450 - total flux cleaned = 0.000623879 Jy ! Component: 500 - total flux cleaned = 0.000593137 Jy ! Component: 550 - total flux cleaned = 0.000593363 Jy ! Component: 600 - total flux cleaned = 0.00062233 Jy ! Component: 650 - total flux cleaned = 0.000594157 Jy ! Component: 700 - total flux cleaned = 0.000622517 Jy ! Component: 750 - total flux cleaned = 0.00064997 Jy ! Component: 800 - total flux cleaned = 0.000649422 Jy ! Component: 850 - total flux cleaned = 0.000569429 Jy ! Component: 900 - total flux cleaned = 0.000569166 Jy ! Component: 950 - total flux cleaned = 0.000517403 Jy ! Component: 1000 - total flux cleaned = 0.000542396 Jy ! Component: 1050 - total flux cleaned = 0.000442138 Jy ! Component: 1100 - total flux cleaned = 0.000393365 Jy ! Component: 1150 - total flux cleaned = 0.000369018 Jy ! Component: 1200 - total flux cleaned = 0.000321597 Jy ! Component: 1250 - total flux cleaned = 0.000251121 Jy ! Component: 1300 - total flux cleaned = 0.000204715 Jy ! Component: 1350 - total flux cleaned = 0.000204614 Jy ! Component: 1400 - total flux cleaned = 0.000181955 Jy ! Component: 1450 - total flux cleaned = 0.000226232 Jy ! Component: 1500 - total flux cleaned = 0.000248105 Jy ! Component: 1550 - total flux cleaned = 0.000226239 Jy ! Component: 1600 - total flux cleaned = 0.000312508 Jy ! Component: 1650 - total flux cleaned = 0.000291219 Jy ! Component: 1700 - total flux cleaned = 0.000333366 Jy ! Component: 1750 - total flux cleaned = 0.00041692 Jy ! Component: 1800 - total flux cleaned = 0.000457975 Jy ! Component: 1850 - total flux cleaned = 0.000498991 Jy ! Component: 1900 - total flux cleaned = 0.000498985 Jy ! Component: 1950 - total flux cleaned = 0.000579458 Jy ! Component: 2000 - total flux cleaned = 0.00054004 Jy ! Component: 2050 - total flux cleaned = 0.000638553 Jy ! Component: 2100 - total flux cleaned = 0.00058044 Jy ! Component: 2150 - total flux cleaned = 0.000657984 Jy ! Component: 2200 - total flux cleaned = 0.000658126 Jy ! Component: 2250 - total flux cleaned = 0.000752931 Jy ! Component: 2300 - total flux cleaned = 0.000734015 Jy ! Component: 2350 - total flux cleaned = 0.00069641 Jy ! Component: 2400 - total flux cleaned = 0.000696489 Jy ! Component: 2450 - total flux cleaned = 0.000659776 Jy ! Component: 2500 - total flux cleaned = 0.000641635 Jy ! Component: 2550 - total flux cleaned = 0.000641637 Jy ! Component: 2600 - total flux cleaned = 0.000659585 Jy ! Component: 2650 - total flux cleaned = 0.000535037 Jy ! Component: 2700 - total flux cleaned = 0.000535359 Jy ! Component: 2750 - total flux cleaned = 0.000623391 Jy ! Component: 2800 - total flux cleaned = 0.00065816 Jy ! Component: 2850 - total flux cleaned = 0.000623339 Jy ! Component: 2900 - total flux cleaned = 0.000571727 Jy ! Component: 2950 - total flux cleaned = 0.000554646 Jy ! Component: 3000 - total flux cleaned = 0.000554601 Jy ! Component: 3050 - total flux cleaned = 0.000504136 Jy ! Component: 3100 - total flux cleaned = 0.000520933 Jy ! Component: 3150 - total flux cleaned = 0.000520784 Jy ! Component: 3200 - total flux cleaned = 0.000471177 Jy ! Component: 3250 - total flux cleaned = 0.000438399 Jy ! Component: 3300 - total flux cleaned = 0.000471039 Jy ! Component: 3350 - total flux cleaned = 0.0004548 Jy ! Component: 3400 - total flux cleaned = 0.000422692 Jy ! Component: 3450 - total flux cleaned = 0.000470573 Jy ! Component: 3500 - total flux cleaned = 0.000406963 Jy ! Component: 3550 - total flux cleaned = 0.000359642 Jy ! Component: 3600 - total flux cleaned = 0.000359701 Jy ! Component: 3650 - total flux cleaned = 0.000312629 Jy ! Component: 3700 - total flux cleaned = 0.000297304 Jy ! Component: 3750 - total flux cleaned = 0.000266408 Jy ! Component: 3800 - total flux cleaned = 0.000266382 Jy ! Component: 3850 - total flux cleaned = 0.000235749 Jy ! Component: 3900 - total flux cleaned = 0.000205387 Jy ! Component: 3950 - total flux cleaned = 0.000175224 Jy ! Component: 4000 - total flux cleaned = 0.00019032 Jy ! Component: 4050 - total flux cleaned = 0.000145335 Jy ! Total flux subtracted in 4096 components = 0.000175165 Jy ! Clean residual min=-0.000762 max=0.000888 Jy/beam ! Clean residual mean=-0.000007 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.217762 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 368 components and 0.217762 Jy ![Exited script file: muppet] wmap "J1105-3928_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.871 x 7.695 at -0.8524 degrees (North through East) ! Clean map min=-0.0019262 max=0.13513 Jy/beam ! Writing clean map to FITS file: J1105-3928_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.135135 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270211 device "J1105-3928_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1105-3928_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.599869 0.599869 1.19974 2.39947 4.79895 9.5979 19.1958 38.3916 76.7832 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.871 x 7.695 at -0.8524 degrees (North through East) ! Clean map min=-0.0019262 max=0.13513 Jy/beam quit ! Quitting program ! Log file J1105-3928_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:51:38 2016