! Started logfile: J0258-2529_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:44:02 2016 obs J0258-2529_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0258-2529_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.885579 visibilities/baseline/integration-bin. ! Found source: J0258-2529 ! ! 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 14984 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 J0258-2529_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 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 56 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.879668Jy sigma=0.007871 ! Fit after self-cal, rms=0.837884Jy sigma=0.007506 ! 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.805 mas, bmaj=6.74 mas, bpa=-2.053 degrees ! Estimated noise=1064.48 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.124108 Jy ! Component: 100 - total flux cleaned = 0.152198 Jy ! Total flux subtracted in 100 components = 0.152198 Jy ! Clean residual min=-0.007784 max=0.015497 Jy/beam ! Clean residual mean=0.000000 rms=0.002056 Jy/beam ! Combined flux in latest and established models = 0.152198 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.152198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102737Jy sigma=0.000869 ! Fit after self-cal, rms=0.102727Jy sigma=0.000869 ! Inverting map ! Added new window around map position (-5.5, -3). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158846 Jy ! Component: 100 - total flux cleaned = 0.0259917 Jy ! Total flux subtracted in 100 components = 0.0259917 Jy ! Clean residual min=-0.005923 max=0.010288 Jy/beam ! Clean residual mean=0.000011 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.17819 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 27 components and 0.17819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098719Jy sigma=0.000826 ! Fit after self-cal, rms=0.098441Jy sigma=0.000824 ! 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.508 mas, bmaj=8.115 mas, bpa=-1.331 degrees ! Estimated noise=653.053 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.0146546 Jy ! Component: 100 - total flux cleaned = 0.023232 Jy ! Component: 150 - total flux cleaned = 0.0286313 Jy ! Component: 200 - total flux cleaned = 0.0321328 Jy ! Total flux subtracted in 200 components = 0.0321328 Jy ! Clean residual min=-0.003874 max=0.006394 Jy/beam ! Clean residual mean=0.000021 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.210322 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 59 components and 0.210322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096125Jy sigma=0.000802 ! Fit after self-cal, rms=0.095936Jy sigma=0.000800 ! 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.97 FD 0.82 HN 1.07 KP 1.03 ! LA 1.17 MK 1.02 NL 1.00 OV 0.98 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.13 KP 1.00 ! LA 1.14 MK 1.02 NL 1.12 OV 1.01 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.12 HN 1.11 KP 0.91 ! LA 0.87 MK 1.06 NL 1.00 OV 0.96 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.98 HN 1.06 KP 0.89 ! LA 0.82 MK 0.98 NL 1.05 OV 1.00 ! PT 0.99 SC 0.93 ! ! ! Fit before self-cal, rms=0.095936Jy sigma=0.000800 ! Fit after self-cal, rms=0.093717Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.525 mas, bmaj=8.132 mas, bpa=-0.6318 degrees ! Estimated noise=650.567 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 (-10, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00398183 Jy ! Component: 100 - total flux cleaned = 0.00492131 Jy ! Component: 150 - total flux cleaned = 0.00505819 Jy ! Component: 200 - total flux cleaned = 0.00515986 Jy ! Total flux subtracted in 200 components = 0.00515986 Jy ! Clean residual min=-0.002704 max=0.002851 Jy/beam ! Clean residual mean=0.000006 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.215482 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 92 components and 0.215482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093495Jy sigma=0.000777 ! Fit after self-cal, rms=0.093510Jy sigma=0.000776 ! 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.093510Jy sigma=0.000776 ! Fit after self-cal, rms=0.094417Jy sigma=0.000775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.512 mas, bmaj=8.116 mas, bpa=-0.8692 degrees ! Estimated noise=648.047 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000918747 Jy ! Component: 100 - total flux cleaned = 0.00112613 Jy ! Component: 150 - total flux cleaned = 0.00109127 Jy ! Component: 200 - total flux cleaned = 0.0010092 Jy ! Total flux subtracted in 200 components = 0.0010092 Jy ! Clean residual min=-0.002610 max=0.002381 Jy/beam ! Clean residual mean=0.000003 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.216491 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.216491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094362Jy sigma=0.000774 ! Fit after self-cal, rms=0.094380Jy sigma=0.000774 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.000427304 Jy ! Component: 100 - total flux cleaned = 0.000454517 Jy ! Component: 150 - total flux cleaned = 0.000476191 Jy ! Component: 200 - total flux cleaned = 0.000476329 Jy ! Total flux subtracted in 200 components = 0.000476329 Jy ! Clean residual min=-0.002555 max=0.002436 Jy/beam ! Clean residual mean=0.000003 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.216968 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 127 components and 0.216968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094365Jy sigma=0.000774 ! Fit after self-cal, rms=0.094365Jy sigma=0.000774 ! 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.094365Jy sigma=0.000774 ! Fit after self-cal, rms=0.094436Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.513 mas, bmaj=8.112 mas, bpa=-0.7758 degrees ! Estimated noise=646.919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.09895e-05 Jy ! Component: 100 - total flux cleaned = -0.000133019 Jy ! Component: 150 - total flux cleaned = -0.000174341 Jy ! Component: 200 - total flux cleaned = -0.000191892 Jy ! Total flux subtracted in 200 components = -0.000191892 Jy ! Clean residual min=-0.002501 max=0.002334 Jy/beam ! Clean residual mean=0.000002 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.216776 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.216776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094423Jy sigma=0.000774 ! Fit after self-cal, rms=0.094425Jy sigma=0.000774 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.000119963 Jy ! Component: 100 - total flux cleaned = 0.00010206 Jy ! Component: 150 - total flux cleaned = 8.56431e-05 Jy ! Component: 200 - total flux cleaned = 6.93229e-05 Jy ! Total flux subtracted in 200 components = 6.93229e-05 Jy ! Clean residual min=-0.002469 max=0.002332 Jy/beam ! Clean residual mean=0.000002 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.216845 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 146 components and 0.216845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094418Jy sigma=0.000774 ! Fit after self-cal, rms=0.094419Jy sigma=0.000774 ! 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.094419Jy sigma=0.000774 ! Fit after self-cal, rms=0.094406Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.069 mas, bmaj=18.96 mas, bpa=1.333 degrees ! Estimated noise=758.848 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000173221 Jy ! Component: 100 - total flux cleaned = 5.17028e-05 Jy ! Component: 150 - total flux cleaned = -2.27152e-05 Jy ! Component: 200 - total flux cleaned = -7.6392e-05 Jy ! Total flux subtracted in 200 components = -7.6392e-05 Jy ! Clean residual min=-0.002855 max=0.002927 Jy/beam ! Clean residual mean=0.000002 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.216769 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 162 components and 0.216769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094408Jy sigma=0.000774 ! Fit after self-cal, rms=0.094410Jy sigma=0.000774 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 = 9.37514e-05 Jy ! Component: 100 - total flux cleaned = 5.60572e-05 Jy ! Component: 150 - total flux cleaned = 2.10496e-05 Jy ! Component: 200 - total flux cleaned = -1.08065e-05 Jy ! Total flux subtracted in 200 components = -1.08065e-05 Jy ! Clean residual min=-0.002864 max=0.002895 Jy/beam ! Clean residual mean=0.000001 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.216758 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 169 components and 0.216758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094410Jy sigma=0.000774 ! Fit after self-cal, rms=0.094410Jy sigma=0.000774 ! 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.514 mas, bmaj=8.111 mas, bpa=-0.7318 degrees ! Estimated noise=646.141 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.514 x 8.111 at -0.7318 degrees (North through East) ! Clean map min=-0.0024582 max=0.15681 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.793 mas, bmaj=6.681 mas, bpa=-1.314 degrees ! Estimated noise=1059.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123228 Jy ! Component: 100 - total flux cleaned = 0.153412 Jy ! Component: 150 - total flux cleaned = 0.169675 Jy ! Component: 200 - total flux cleaned = 0.180775 Jy ! Total flux subtracted in 200 components = 0.180775 Jy ! Clean residual min=-0.004654 max=0.006263 Jy/beam ! Clean residual mean=-0.000012 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.180775 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.180775 Jy ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=8.111 mas, bpa=-0.7318 degrees ! Estimated noise=646.141 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.0124889 Jy ! Component: 100 - total flux cleaned = 0.0197766 Jy ! Component: 150 - total flux cleaned = 0.0245076 Jy ! Component: 200 - total flux cleaned = 0.0277125 Jy ! Total flux subtracted in 200 components = 0.0277125 Jy ! Clean residual min=-0.002847 max=0.002564 Jy/beam ! Clean residual mean=0.000000 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.208488 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 71 components and 0.208488 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.069 mas, bmaj=18.96 mas, bpa=1.333 degrees ! Estimated noise=758.848 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033867 Jy ! Component: 100 - total flux cleaned = 0.00534735 Jy ! Component: 150 - total flux cleaned = 0.0065155 Jy ! Component: 200 - total flux cleaned = 0.00722486 Jy ! Total flux subtracted in 200 components = 0.00722486 Jy ! Clean residual min=-0.002973 max=0.002950 Jy/beam ! Clean residual mean=0.000001 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.215713 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.000158917 Jy ! Component: 100 - total flux cleaned = 0.000257147 Jy ! Component: 150 - total flux cleaned = 0.000313769 Jy ! Component: 200 - total flux cleaned = 0.000326649 Jy ! Total flux subtracted in 200 components = 0.000326649 Jy ! Clean residual min=-0.002890 max=0.002903 Jy/beam ! Clean residual mean=0.000000 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.216039 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 127 components and 0.216039 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=8.111 mas, bpa=-0.7318 degrees ! Estimated noise=646.141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000677502 Jy ! Component: 100 - total flux cleaned = -0.000739973 Jy ! Component: 150 - total flux cleaned = -0.00071504 Jy ! Component: 200 - total flux cleaned = -0.000714833 Jy ! Total flux subtracted in 200 components = -0.000714833 Jy ! Clean residual min=-0.002489 max=0.002178 Jy/beam ! Clean residual mean=-0.000000 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.215325 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 140 components and 0.215325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094406Jy sigma=0.000774 ! Fit after self-cal, rms=0.094401Jy sigma=0.000774 wmodel J0258-2529_S_2014_05_31_pus_map.mod ! Writing 140 model components to file: J0258-2529_S_2014_05_31_pus_map.mod wobs J0258-2529_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0258-2529_S_2014_05_31_pus_uvs.fits wwins J0258-2529_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0258-2529_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 = -0.000164843 Jy ! Component: 100 - total flux cleaned = -0.000160305 Jy ! Component: 150 - total flux cleaned = -0.000224763 Jy ! Component: 200 - total flux cleaned = -0.000319577 Jy ! Component: 250 - total flux cleaned = -0.000441715 Jy ! Component: 300 - total flux cleaned = -0.000529852 Jy ! Component: 350 - total flux cleaned = -0.000586466 Jy ! Component: 400 - total flux cleaned = -0.000585495 Jy ! Component: 450 - total flux cleaned = -0.000530914 Jy ! Component: 500 - total flux cleaned = -0.000584359 Jy ! Component: 550 - total flux cleaned = -0.00053222 Jy ! Component: 600 - total flux cleaned = -0.000455906 Jy ! Component: 650 - total flux cleaned = -0.000481008 Jy ! Component: 700 - total flux cleaned = -0.000432181 Jy ! Component: 750 - total flux cleaned = -0.000432788 Jy ! Component: 800 - total flux cleaned = -0.000456892 Jy ! Component: 850 - total flux cleaned = -0.000503628 Jy ! Component: 900 - total flux cleaned = -0.000503888 Jy ! Component: 950 - total flux cleaned = -0.000570999 Jy ! Component: 1000 - total flux cleaned = -0.000548867 Jy ! Component: 1050 - total flux cleaned = -0.00052781 Jy ! Component: 1100 - total flux cleaned = -0.00057098 Jy ! Component: 1150 - total flux cleaned = -0.000655323 Jy ! Component: 1200 - total flux cleaned = -0.000655565 Jy ! Component: 1250 - total flux cleaned = -0.000635508 Jy ! Component: 1300 - total flux cleaned = -0.000716676 Jy ! Component: 1350 - total flux cleaned = -0.000736204 Jy ! Component: 1400 - total flux cleaned = -0.000736053 Jy ! Component: 1450 - total flux cleaned = -0.000735658 Jy ! Component: 1500 - total flux cleaned = -0.000678435 Jy ! Component: 1550 - total flux cleaned = -0.000697384 Jy ! Component: 1600 - total flux cleaned = -0.000659971 Jy ! Component: 1650 - total flux cleaned = -0.000623234 Jy ! Component: 1700 - total flux cleaned = -0.000568903 Jy ! Component: 1750 - total flux cleaned = -0.000586728 Jy ! Component: 1800 - total flux cleaned = -0.000551135 Jy ! Component: 1850 - total flux cleaned = -0.000551201 Jy ! Component: 1900 - total flux cleaned = -0.000551234 Jy ! Component: 1950 - total flux cleaned = -0.000568279 Jy ! Component: 2000 - total flux cleaned = -0.000500588 Jy ! Component: 2050 - total flux cleaned = -0.000567666 Jy ! Component: 2100 - total flux cleaned = -0.000534405 Jy ! Component: 2150 - total flux cleaned = -0.000468831 Jy ! Component: 2200 - total flux cleaned = -0.000484777 Jy ! Component: 2250 - total flux cleaned = -0.000404534 Jy ! Component: 2300 - total flux cleaned = -0.000420398 Jy ! Component: 2350 - total flux cleaned = -0.000341958 Jy ! Component: 2400 - total flux cleaned = -0.000311069 Jy ! Component: 2450 - total flux cleaned = -0.000280337 Jy ! Component: 2500 - total flux cleaned = -0.000295608 Jy ! Component: 2550 - total flux cleaned = -0.000250317 Jy ! Component: 2600 - total flux cleaned = -0.000190398 Jy ! Component: 2650 - total flux cleaned = -0.000145876 Jy ! Component: 2700 - total flux cleaned = -0.000131123 Jy ! Component: 2750 - total flux cleaned = -4.36895e-05 Jy ! Component: 2800 - total flux cleaned = -8.69929e-05 Jy ! Component: 2850 - total flux cleaned = -7.2338e-05 Jy ! Component: 2900 - total flux cleaned = -7.22173e-05 Jy ! Component: 2950 - total flux cleaned = 2.66649e-05 Jy ! Component: 3000 - total flux cleaned = 8.26247e-05 Jy ! Component: 3050 - total flux cleaned = 2.69517e-05 Jy ! Component: 3100 - total flux cleaned = 8.22163e-05 Jy ! Component: 3150 - total flux cleaned = 5.49443e-05 Jy ! Component: 3200 - total flux cleaned = 8.21123e-05 Jy ! Component: 3250 - total flux cleaned = 9.58056e-05 Jy ! Component: 3300 - total flux cleaned = 0.000109199 Jy ! Component: 3350 - total flux cleaned = 0.000149044 Jy ! Component: 3400 - total flux cleaned = 0.000149009 Jy ! Component: 3450 - total flux cleaned = 0.000188372 Jy ! Component: 3500 - total flux cleaned = 0.000188397 Jy ! Component: 3550 - total flux cleaned = 0.000252866 Jy ! Component: 3600 - total flux cleaned = 0.000252723 Jy ! Component: 3650 - total flux cleaned = 0.00024006 Jy ! Component: 3700 - total flux cleaned = 0.000240008 Jy ! Component: 3750 - total flux cleaned = 0.000252591 Jy ! Component: 3800 - total flux cleaned = 0.000265077 Jy ! Component: 3850 - total flux cleaned = 0.000265118 Jy ! Component: 3900 - total flux cleaned = 0.000301874 Jy ! Component: 3950 - total flux cleaned = 0.000289772 Jy ! Component: 4000 - total flux cleaned = 0.000314036 Jy ! Component: 4050 - total flux cleaned = 0.000265929 Jy ! Total flux subtracted in 4096 components = 0.000289989 Jy ! Clean residual min=-0.000661 max=0.000731 Jy/beam ! Clean residual mean=0.000004 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.215615 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 428 components and 0.215614 Jy ![Exited script file: muppet] wmap "J0258-2529_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.514 x 8.111 at -0.7318 degrees (North through East) ! Clean map min=-0.0013568 max=0.15746 Jy/beam ! Writing clean map to FITS file: J0258-2529_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.157463 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218772 device "J0258-2529_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0258-2529_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.416807 0.416807 0.833614 1.66723 3.33446 6.66892 13.3378 26.6757 53.3513 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.157 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.514 x 8.111 at -0.7318 degrees (North through East) ! Clean map min=-0.0013568 max=0.15746 Jy/beam quit ! Quitting program ! Log file J0258-2529_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:44:08 2016