! Started logfile: J0952-2453_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:20:03 2017 obs J0952-2453_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0952-2453_S_2015_01_23_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784699 visibilities/baseline/integration-bin. ! Found source: J0952-2453 ! ! 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 338 lines of history. ! ! Reading 17232 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 J0952-2453_S_2015_01_23_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 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.879286Jy sigma=0.008768 ! Fit after self-cal, rms=0.866788Jy sigma=0.008651 ! 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.406 mas, bmaj=6.092 mas, bpa=-3.728 degrees ! Estimated noise=1005.56 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.0983864 Jy ! Component: 100 - total flux cleaned = 0.123464 Jy ! Total flux subtracted in 100 components = 0.123464 Jy ! Clean residual min=-0.008464 max=0.011465 Jy/beam ! Clean residual mean=-0.000054 rms=0.002100 Jy/beam ! Combined flux in latest and established models = 0.123464 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.123464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103030Jy sigma=0.000876 ! Fit after self-cal, rms=0.102974Jy sigma=0.000876 ! Inverting map ! Added new window around map position (2, -6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133431 Jy ! Component: 100 - total flux cleaned = 0.0219778 Jy ! Total flux subtracted in 100 components = 0.0219778 Jy ! Clean residual min=-0.006937 max=0.008439 Jy/beam ! Clean residual mean=-0.000041 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 0.145442 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.145442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099514Jy sigma=0.000852 ! Fit after self-cal, rms=0.099483Jy sigma=0.000851 ! 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.899 mas, bmaj=7.246 mas, bpa=-3.498 degrees ! Estimated noise=570.462 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.0104575 Jy ! Component: 100 - total flux cleaned = 0.0167669 Jy ! Component: 150 - total flux cleaned = 0.0207649 Jy ! Component: 200 - total flux cleaned = 0.0233228 Jy ! Total flux subtracted in 200 components = 0.0233228 Jy ! Clean residual min=-0.007199 max=0.008841 Jy/beam ! Clean residual mean=-0.000086 rms=0.001953 Jy/beam ! Combined flux in latest and established models = 0.168765 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 56 components and 0.168765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097716Jy sigma=0.000845 ! Fit after self-cal, rms=0.097688Jy sigma=0.000845 ! 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.89 FD 1.00* HN 1.00 KP 1.06 ! LA 0.93 MK 1.01 NL 1.13 OV 1.02 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.42 FD 1.00* HN 1.10 KP 0.98 ! LA 0.91 MK 1.03 NL 1.28 OV 1.02 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.65 FD 1.00* HN 1.00 KP 0.85 ! LA 0.75 MK 1.01 NL 1.15 OV 0.98 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.03 KP 0.80 ! LA 0.75 MK 1.05 NL 1.00 OV 1.00 ! PT 0.99 SC 1.01 ! ! ! Fit before self-cal, rms=0.097688Jy sigma=0.000845 ! Fit after self-cal, rms=0.096418Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.915 mas, bmaj=7.327 mas, bpa=-3.231 degrees ! Estimated noise=583.36 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 (14.5, -21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00545351 Jy ! Component: 100 - total flux cleaned = 0.00776844 Jy ! Component: 150 - total flux cleaned = 0.00822733 Jy ! Component: 200 - total flux cleaned = 0.00861796 Jy ! Total flux subtracted in 200 components = 0.00861796 Jy ! Clean residual min=-0.003747 max=0.003194 Jy/beam ! Clean residual mean=0.000001 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.177383 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.177383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096031Jy sigma=0.000791 ! Fit after self-cal, rms=0.096058Jy sigma=0.000790 ! 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.096058Jy sigma=0.000790 ! Fit after self-cal, rms=0.093542Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.917 mas, bmaj=7.334 mas, bpa=-3.239 degrees ! Estimated noise=586.623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158973 Jy ! Component: 100 - total flux cleaned = 0.00213309 Jy ! Component: 150 - total flux cleaned = 0.00224027 Jy ! Component: 200 - total flux cleaned = 0.00233524 Jy ! Total flux subtracted in 200 components = 0.00233524 Jy ! Clean residual min=-0.002329 max=0.002093 Jy/beam ! Clean residual mean=0.000003 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.179718 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 92 components and 0.179718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093437Jy sigma=0.000780 ! Fit after self-cal, rms=0.093422Jy sigma=0.000780 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.000338063 Jy ! Component: 100 - total flux cleaned = 0.000337208 Jy ! Component: 150 - total flux cleaned = 0.000374193 Jy ! Component: 200 - total flux cleaned = 0.000374613 Jy ! Total flux subtracted in 200 components = 0.000374613 Jy ! Clean residual min=-0.002186 max=0.001933 Jy/beam ! Clean residual mean=0.000003 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.180093 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.180093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093385Jy sigma=0.000780 ! Fit after self-cal, rms=0.093381Jy sigma=0.000780 ! 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.093381Jy sigma=0.000780 ! Fit after self-cal, rms=0.093859Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.921 mas, bmaj=7.342 mas, bpa=-3.203 degrees ! Estimated noise=588.064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104412 Jy ! Component: 100 - total flux cleaned = 0.00125913 Jy ! Component: 150 - total flux cleaned = 0.00132114 Jy ! Component: 200 - total flux cleaned = 0.00134872 Jy ! Total flux subtracted in 200 components = 0.00134872 Jy ! Clean residual min=-0.001995 max=0.001657 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.181441 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.181441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093826Jy sigma=0.000778 ! Fit after self-cal, rms=0.093824Jy sigma=0.000778 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 = 8.49421e-05 Jy ! Component: 100 - total flux cleaned = 8.5865e-05 Jy ! Component: 150 - total flux cleaned = 8.54687e-05 Jy ! Component: 200 - total flux cleaned = 6.31289e-05 Jy ! Total flux subtracted in 200 components = 6.31289e-05 Jy ! Clean residual min=-0.001974 max=0.001653 Jy/beam ! Clean residual mean=0.000003 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.181505 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 124 components and 0.181505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093809Jy sigma=0.000778 ! Fit after self-cal, rms=0.093807Jy sigma=0.000778 ! 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.093807Jy sigma=0.000778 ! Fit after self-cal, rms=0.094263Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.474 mas, bmaj=17.27 mas, bpa=0.7013 degrees ! Estimated noise=760.375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000881308 Jy ! Component: 100 - total flux cleaned = 0.00103597 Jy ! Component: 150 - total flux cleaned = 0.00105493 Jy ! Component: 200 - total flux cleaned = 0.00108751 Jy ! Total flux subtracted in 200 components = 0.00108751 Jy ! Clean residual min=-0.001905 max=0.002040 Jy/beam ! Clean residual mean=0.000007 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.182592 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 132 components and 0.182592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094256Jy sigma=0.000778 ! Fit after self-cal, rms=0.094257Jy sigma=0.000778 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 = 5.40056e-05 Jy ! Component: 100 - total flux cleaned = 8.44436e-05 Jy ! Component: 150 - total flux cleaned = 8.40752e-05 Jy ! Component: 200 - total flux cleaned = 7.12011e-05 Jy ! Total flux subtracted in 200 components = 7.12011e-05 Jy ! Clean residual min=-0.001859 max=0.002070 Jy/beam ! Clean residual mean=0.000007 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.182663 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 137 components and 0.182663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094258Jy sigma=0.000778 ! Fit after self-cal, rms=0.094258Jy sigma=0.000778 ! 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.922 mas, bmaj=7.344 mas, bpa=-3.218 degrees ! Estimated noise=590.21 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.922 x 7.344 at -3.218 degrees (North through East) ! Clean map min=-0.0020334 max=0.12818 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.42 mas, bmaj=6.156 mas, bpa=-3.487 degrees ! Estimated noise=1051.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102449 Jy ! Component: 100 - total flux cleaned = 0.129583 Jy ! Component: 150 - total flux cleaned = 0.142293 Jy ! Component: 200 - total flux cleaned = 0.150447 Jy ! Total flux subtracted in 200 components = 0.150447 Jy ! Clean residual min=-0.003957 max=0.004758 Jy/beam ! Clean residual mean=-0.000018 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.150447 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.150447 Jy ! Inverting map and beam ! Estimated beam: bmin=2.922 mas, bmaj=7.344 mas, bpa=-3.218 degrees ! Estimated noise=590.21 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 (-0.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00882318 Jy ! Component: 100 - total flux cleaned = 0.0147521 Jy ! Component: 150 - total flux cleaned = 0.0190722 Jy ! Component: 200 - total flux cleaned = 0.0223571 Jy ! Total flux subtracted in 200 components = 0.0223571 Jy ! Clean residual min=-0.002304 max=0.002993 Jy/beam ! Clean residual mean=-0.000014 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.172804 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 105 components and 0.172804 Jy ! Inverting map ! Added new window around map position (6.5, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0029415 Jy ! Component: 100 - total flux cleaned = 0.00501368 Jy ! Component: 150 - total flux cleaned = 0.00660175 Jy ! Component: 200 - total flux cleaned = 0.00737376 Jy ! Total flux subtracted in 200 components = 0.00737376 Jy ! Clean residual min=-0.002102 max=0.001632 Jy/beam ! Clean residual mean=-0.000002 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.180178 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 141 components and 0.180178 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.474 mas, bmaj=17.27 mas, bpa=0.7013 degrees ! Estimated noise=760.375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105515 Jy ! Component: 100 - total flux cleaned = 0.00137967 Jy ! Component: 150 - total flux cleaned = 0.00156359 Jy ! Component: 200 - total flux cleaned = 0.00171573 Jy ! Total flux subtracted in 200 components = 0.00171573 Jy ! Clean residual min=-0.001921 max=0.002121 Jy/beam ! Clean residual mean=0.000003 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.181893 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.000103851 Jy ! Component: 100 - total flux cleaned = 0.000171539 Jy ! Component: 150 - total flux cleaned = 0.000231467 Jy ! Component: 200 - total flux cleaned = 0.000267422 Jy ! Total flux subtracted in 200 components = 0.000267422 Jy ! Clean residual min=-0.001865 max=0.002145 Jy/beam ! Clean residual mean=0.000003 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.182161 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 200 components and 0.182161 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.922 mas, bmaj=7.344 mas, bpa=-3.218 degrees ! Estimated noise=590.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.3821e-05 Jy ! Component: 100 - total flux cleaned = -0.000134592 Jy ! Component: 150 - total flux cleaned = -7.42219e-05 Jy ! Component: 200 - total flux cleaned = -4.7376e-05 Jy ! Total flux subtracted in 200 components = -4.7376e-05 Jy ! Clean residual min=-0.001802 max=0.001684 Jy/beam ! Clean residual mean=0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.182113 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 216 components and 0.182113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094211Jy sigma=0.000778 ! Fit after self-cal, rms=0.094207Jy sigma=0.000778 wmodel J0952-2453_S_2015_01_23_pus_map.mod ! Writing 216 model components to file: J0952-2453_S_2015_01_23_pus_map.mod wobs J0952-2453_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0952-2453_S_2015_01_23_pus_uvs.fits wwins J0952-2453_S_2015_01_23_pus_map.win ! wwins: Wrote 5 windows to J0952-2453_S_2015_01_23_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.000211614 Jy ! Component: 100 - total flux cleaned = -0.000408204 Jy ! Component: 150 - total flux cleaned = -0.000594331 Jy ! Component: 200 - total flux cleaned = -0.000747081 Jy ! Component: 250 - total flux cleaned = -0.000821704 Jy ! Component: 300 - total flux cleaned = -0.000966174 Jy ! Component: 350 - total flux cleaned = -0.00103679 Jy ! Component: 400 - total flux cleaned = -0.00112887 Jy ! Component: 450 - total flux cleaned = -0.0012412 Jy ! Component: 500 - total flux cleaned = -0.00139499 Jy ! Component: 550 - total flux cleaned = -0.00150257 Jy ! Component: 600 - total flux cleaned = -0.00162972 Jy ! Component: 650 - total flux cleaned = -0.00177568 Jy ! Component: 700 - total flux cleaned = -0.00191925 Jy ! Component: 750 - total flux cleaned = -0.00202017 Jy ! Component: 800 - total flux cleaned = -0.00215913 Jy ! Component: 850 - total flux cleaned = -0.00223768 Jy ! Component: 900 - total flux cleaned = -0.00241151 Jy ! Component: 950 - total flux cleaned = -0.00244949 Jy ! Component: 1000 - total flux cleaned = -0.00256229 Jy ! Component: 1050 - total flux cleaned = -0.00263601 Jy ! Component: 1100 - total flux cleaned = -0.00272689 Jy ! Component: 1150 - total flux cleaned = -0.00283511 Jy ! Component: 1200 - total flux cleaned = -0.00294186 Jy ! Component: 1250 - total flux cleaned = -0.00306463 Jy ! Component: 1300 - total flux cleaned = -0.00311654 Jy ! Component: 1350 - total flux cleaned = -0.00321976 Jy ! Component: 1400 - total flux cleaned = -0.00330478 Jy ! Component: 1450 - total flux cleaned = -0.00342276 Jy ! Component: 1500 - total flux cleaned = -0.00348946 Jy ! Component: 1550 - total flux cleaned = -0.00358841 Jy ! Component: 1600 - total flux cleaned = -0.00362099 Jy ! Component: 1650 - total flux cleaned = -0.00373398 Jy ! Component: 1700 - total flux cleaned = -0.00379805 Jy ! Component: 1750 - total flux cleaned = -0.00392466 Jy ! Component: 1800 - total flux cleaned = -0.00395603 Jy ! Component: 1850 - total flux cleaned = -0.00403384 Jy ! Component: 1900 - total flux cleaned = -0.00412582 Jy ! Component: 1950 - total flux cleaned = -0.00415603 Jy ! Component: 2000 - total flux cleaned = -0.00412588 Jy ! Component: 2050 - total flux cleaned = -0.00418574 Jy ! Component: 2100 - total flux cleaned = -0.00420065 Jy ! Component: 2150 - total flux cleaned = -0.00431788 Jy ! Component: 2200 - total flux cleaned = -0.00431783 Jy ! Component: 2250 - total flux cleaned = -0.00439001 Jy ! Component: 2300 - total flux cleaned = -0.00444706 Jy ! Component: 2350 - total flux cleaned = -0.00450387 Jy ! Component: 2400 - total flux cleaned = -0.00454601 Jy ! Component: 2450 - total flux cleaned = -0.00460182 Jy ! Component: 2500 - total flux cleaned = -0.0046984 Jy ! Component: 2550 - total flux cleaned = -0.00473939 Jy ! Component: 2600 - total flux cleaned = -0.00479379 Jy ! Component: 2650 - total flux cleaned = -0.00482085 Jy ! Component: 2700 - total flux cleaned = -0.00487435 Jy ! Component: 2750 - total flux cleaned = -0.00490114 Jy ! Component: 2800 - total flux cleaned = -0.00496718 Jy ! Component: 2850 - total flux cleaned = -0.0049803 Jy ! Component: 2900 - total flux cleaned = -0.0050064 Jy ! Component: 2950 - total flux cleaned = -0.0050453 Jy ! Component: 3000 - total flux cleaned = -0.00503263 Jy ! Component: 3050 - total flux cleaned = -0.00509626 Jy ! Component: 3100 - total flux cleaned = -0.0051214 Jy ! Component: 3150 - total flux cleaned = -0.00513379 Jy ! Component: 3200 - total flux cleaned = -0.00517111 Jy ! Component: 3250 - total flux cleaned = -0.00519578 Jy ! Component: 3300 - total flux cleaned = -0.00522011 Jy ! Component: 3350 - total flux cleaned = -0.00523216 Jy ! Component: 3400 - total flux cleaned = -0.00523216 Jy ! Component: 3450 - total flux cleaned = -0.00529227 Jy ! Component: 3500 - total flux cleaned = -0.0053519 Jy ! Component: 3550 - total flux cleaned = -0.00534008 Jy ! Component: 3600 - total flux cleaned = -0.00536376 Jy ! Component: 3650 - total flux cleaned = -0.00537553 Jy ! Component: 3700 - total flux cleaned = -0.00544541 Jy ! Component: 3750 - total flux cleaned = -0.0054454 Jy ! Component: 3800 - total flux cleaned = -0.00550273 Jy ! Component: 3850 - total flux cleaned = -0.0054799 Jy ! Component: 3900 - total flux cleaned = -0.00551399 Jy ! Component: 3950 - total flux cleaned = -0.00558169 Jy ! Component: 4000 - total flux cleaned = -0.00557049 Jy ! Component: 4050 - total flux cleaned = -0.00560405 Jy ! Total flux subtracted in 4096 components = -0.00565945 Jy ! Clean residual min=-0.000762 max=0.000715 Jy/beam ! Clean residual mean=-0.000003 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.176454 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 514 components and 0.176454 Jy ![Exited script file: muppet] wmap "J0952-2453_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.922 x 7.344 at -3.218 degrees (North through East) ! Clean map min=-0.001448 max=0.12949 Jy/beam ! Writing clean map to FITS file: J0952-2453_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.12949 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203097 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.470533 0.470533 0.941066 1.88213 3.76427 7.52853 15.0571 30.1141 60.2282 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.129 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.922 x 7.344 at -3.218 degrees (North through East) ! Clean map min=-0.001448 max=0.12949 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0952-2453_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:20:08 2017