! Started logfile: J1152-0519_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:26:10 2016 obs J1152-0519_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1152-0519_S_2014_08_05_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774973 visibilities/baseline/integration-bin. ! Found source: J1152-0519 ! ! 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 360 lines of history. ! ! Reading 14368 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 J1152-0519_S_2014_08_05_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 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.911053Jy sigma=0.009063 ! Fit after self-cal, rms=0.889320Jy sigma=0.008858 ! 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=3.627 mas, bmaj=9.126 mas, bpa=19.09 degrees ! Estimated noise=1142.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.0821376 Jy ! Component: 100 - total flux cleaned = 0.110274 Jy ! Total flux subtracted in 100 components = 0.110274 Jy ! Clean residual min=-0.005935 max=0.012694 Jy/beam ! Clean residual mean=-0.000003 rms=0.001800 Jy/beam ! Combined flux in latest and established models = 0.110274 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.110274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089426Jy sigma=0.000835 ! Fit after self-cal, rms=0.089219Jy sigma=0.000833 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150628 Jy ! Component: 100 - total flux cleaned = 0.0227722 Jy ! Total flux subtracted in 100 components = 0.0227722 Jy ! Clean residual min=-0.004390 max=0.004614 Jy/beam ! Clean residual mean=-0.000000 rms=0.001128 Jy/beam ! Combined flux in latest and established models = 0.133046 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.133046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085839Jy sigma=0.000801 ! Fit after self-cal, rms=0.085754Jy sigma=0.000800 ! 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=4.448 mas, bmaj=10.52 mas, bpa=18.17 degrees ! Estimated noise=600.64 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 (4.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0075198 Jy ! Component: 100 - total flux cleaned = 0.0119115 Jy ! Component: 150 - total flux cleaned = 0.0149926 Jy ! Component: 200 - total flux cleaned = 0.0172299 Jy ! Total flux subtracted in 200 components = 0.0172299 Jy ! Clean residual min=-0.003027 max=0.004008 Jy/beam ! Clean residual mean=0.000005 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.150276 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 76 components and 0.150276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084914Jy sigma=0.000794 ! Fit after self-cal, rms=0.084877Jy sigma=0.000793 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.86 HN 0.99 KP 1.05 ! LA 1.07 MK 1.00* NL 0.98 OV 1.00 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 0.99 KP 1.00 ! LA 1.04 MK 1.00* NL 1.04 OV 1.05 ! PT 1.03 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.19 HN 1.07 KP 0.90 ! LA 0.81 MK 1.00* NL 1.00 OV 0.96 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.04 KP 0.87 ! LA 0.78 MK 1.00* NL 1.10 OV 1.03 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.084877Jy sigma=0.000793 ! Fit after self-cal, rms=0.081715Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.464 mas, bmaj=10.59 mas, bpa=18.26 degrees ! Estimated noise=596.714 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 (22, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00341379 Jy ! Component: 100 - total flux cleaned = 0.00453627 Jy ! Component: 150 - total flux cleaned = 0.00528975 Jy ! Component: 200 - total flux cleaned = 0.00568277 Jy ! Total flux subtracted in 200 components = 0.00568277 Jy ! Clean residual min=-0.002119 max=0.001734 Jy/beam ! Clean residual mean=-0.000002 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.155959 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 117 components and 0.155959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081560Jy sigma=0.000780 ! Fit after self-cal, rms=0.081531Jy sigma=0.000780 ! 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.081531Jy sigma=0.000780 ! Fit after self-cal, rms=0.081220Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.465 mas, bmaj=10.56 mas, bpa=18.19 degrees ! Estimated noise=594.755 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106774 Jy ! Component: 100 - total flux cleaned = 0.00148109 Jy ! Component: 150 - total flux cleaned = 0.0016751 Jy ! Component: 200 - total flux cleaned = 0.00181873 Jy ! Total flux subtracted in 200 components = 0.00181873 Jy ! Clean residual min=-0.001917 max=0.001540 Jy/beam ! Clean residual mean=-0.000000 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.157778 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 143 components and 0.157778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081189Jy sigma=0.000779 ! Fit after self-cal, rms=0.081190Jy sigma=0.000779 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000217206 Jy ! Component: 100 - total flux cleaned = 0.000348657 Jy ! Component: 150 - total flux cleaned = 0.000420819 Jy ! Component: 200 - total flux cleaned = 0.000463615 Jy ! Total flux subtracted in 200 components = 0.000463615 Jy ! Clean residual min=-0.001827 max=0.001453 Jy/beam ! Clean residual mean=-0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.158241 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 163 components and 0.158241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081175Jy sigma=0.000779 ! Fit after self-cal, rms=0.081174Jy sigma=0.000779 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081174Jy sigma=0.000779 ! Fit after self-cal, rms=0.081128Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.467 mas, bmaj=10.56 mas, bpa=18.15 degrees ! Estimated noise=594.515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000419638 Jy ! Component: 100 - total flux cleaned = 0.000529321 Jy ! Component: 150 - total flux cleaned = 0.000589532 Jy ! Component: 200 - total flux cleaned = 0.000626396 Jy ! Total flux subtracted in 200 components = 0.000626396 Jy ! Clean residual min=-0.001728 max=0.001446 Jy/beam ! Clean residual mean=-0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.158868 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 186 components and 0.158868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081117Jy sigma=0.000779 ! Fit after self-cal, rms=0.081116Jy sigma=0.000779 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.70427e-05 Jy ! Component: 100 - total flux cleaned = 9.51382e-05 Jy ! Component: 150 - total flux cleaned = 9.51104e-05 Jy ! Component: 200 - total flux cleaned = 0.000125922 Jy ! Total flux subtracted in 200 components = 0.000125922 Jy ! Clean residual min=-0.001679 max=0.001418 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.158994 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 197 components and 0.158994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081109Jy sigma=0.000779 ! Fit after self-cal, rms=0.081109Jy sigma=0.000779 ! 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.081109Jy sigma=0.000779 ! Fit after self-cal, rms=0.081118Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.206 mas, bmaj=13.39 mas, bpa=8.617 degrees ! Estimated noise=673.914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032081 Jy ! Component: 100 - total flux cleaned = 0.000503255 Jy ! Component: 150 - total flux cleaned = 0.000583516 Jy ! Component: 200 - total flux cleaned = 0.000610288 Jy ! Total flux subtracted in 200 components = 0.000610288 Jy ! Clean residual min=-0.001562 max=0.001507 Jy/beam ! Clean residual mean=-0.000002 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.159604 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 226 components and 0.159604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081114Jy sigma=0.000779 ! Fit after self-cal, rms=0.081114Jy sigma=0.000779 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.37756e-05 Jy ! Component: 100 - total flux cleaned = 6.81421e-05 Jy ! Component: 150 - total flux cleaned = 6.84029e-05 Jy ! Component: 200 - total flux cleaned = 5.75866e-05 Jy ! Total flux subtracted in 200 components = 5.75866e-05 Jy ! Clean residual min=-0.001534 max=0.001505 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.159661 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 246 components and 0.159661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081112Jy sigma=0.000779 ! Fit after self-cal, rms=0.081112Jy sigma=0.000779 ! 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=4.469 mas, bmaj=10.56 mas, bpa=18.12 degrees ! Estimated noise=594.595 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.469 x 10.56 at 18.12 degrees (North through East) ! Clean map min=-0.0015682 max=0.10953 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=3.644 mas, bmaj=9.173 mas, bpa=18.95 degrees ! Estimated noise=1125.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0807186 Jy ! Component: 100 - total flux cleaned = 0.109861 Jy ! Component: 150 - total flux cleaned = 0.124035 Jy ! Component: 200 - total flux cleaned = 0.131212 Jy ! Total flux subtracted in 200 components = 0.131212 Jy ! Clean residual min=-0.003597 max=0.004312 Jy/beam ! Clean residual mean=0.000004 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.131212 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.131212 Jy ! Inverting map and beam ! Estimated beam: bmin=4.469 mas, bmaj=10.56 mas, bpa=18.12 degrees ! Estimated noise=594.595 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.00718634 Jy ! Component: 100 - total flux cleaned = 0.0121055 Jy ! Component: 150 - total flux cleaned = 0.0157442 Jy ! Component: 200 - total flux cleaned = 0.0185143 Jy ! Total flux subtracted in 200 components = 0.0185143 Jy ! Clean residual min=-0.002551 max=0.001862 Jy/beam ! Clean residual mean=0.000002 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.149726 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 70 components and 0.149726 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.206 mas, bmaj=13.39 mas, bpa=8.617 degrees ! Estimated noise=673.914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00312397 Jy ! Component: 100 - total flux cleaned = 0.00534506 Jy ! Component: 150 - total flux cleaned = 0.00636411 Jy ! Component: 200 - total flux cleaned = 0.00718334 Jy ! Total flux subtracted in 200 components = 0.00718334 Jy ! Clean residual min=-0.002054 max=0.001565 Jy/beam ! Clean residual mean=-0.000001 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.15691 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.000760943 Jy ! Component: 100 - total flux cleaned = 0.00128761 Jy ! Component: 150 - total flux cleaned = 0.00164233 Jy ! Component: 200 - total flux cleaned = 0.001924 Jy ! Total flux subtracted in 200 components = 0.001924 Jy ! Clean residual min=-0.001774 max=0.001485 Jy/beam ! Clean residual mean=-0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.158834 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 169 components and 0.158834 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.469 mas, bmaj=10.56 mas, bpa=18.12 degrees ! Estimated noise=594.595 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000194753 Jy ! Component: 100 - total flux cleaned = 0.000257971 Jy ! Component: 150 - total flux cleaned = 0.000287544 Jy ! Component: 200 - total flux cleaned = 0.000338707 Jy ! Total flux subtracted in 200 components = 0.000338707 Jy ! Clean residual min=-0.001787 max=0.001379 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.159172 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 197 components and 0.159172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081137Jy sigma=0.000779 ! Fit after self-cal, rms=0.081134Jy sigma=0.000779 wmodel J1152-0519_S_2014_08_05_pus_map.mod ! Writing 197 model components to file: J1152-0519_S_2014_08_05_pus_map.mod wobs J1152-0519_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1152-0519_S_2014_08_05_pus_uvs.fits wwins J1152-0519_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J1152-0519_S_2014_08_05_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.000692272 Jy ! Component: 100 - total flux cleaned = -0.000825695 Jy ! Component: 150 - total flux cleaned = -0.000876429 Jy ! Component: 200 - total flux cleaned = -0.00082869 Jy ! Component: 250 - total flux cleaned = -0.000759647 Jy ! Component: 300 - total flux cleaned = -0.00069257 Jy ! Component: 350 - total flux cleaned = -0.000692806 Jy ! Component: 400 - total flux cleaned = -0.000714001 Jy ! Component: 450 - total flux cleaned = -0.000734579 Jy ! Component: 500 - total flux cleaned = -0.000774554 Jy ! Component: 550 - total flux cleaned = -0.000774026 Jy ! Component: 600 - total flux cleaned = -0.000831673 Jy ! Component: 650 - total flux cleaned = -0.00088829 Jy ! Component: 700 - total flux cleaned = -0.00101752 Jy ! Component: 750 - total flux cleaned = -0.00108976 Jy ! Component: 800 - total flux cleaned = -0.0011431 Jy ! Component: 850 - total flux cleaned = -0.00124718 Jy ! Component: 900 - total flux cleaned = -0.00131493 Jy ! Component: 950 - total flux cleaned = -0.00136477 Jy ! Component: 1000 - total flux cleaned = -0.00149583 Jy ! Component: 1050 - total flux cleaned = -0.00156025 Jy ! Component: 1100 - total flux cleaned = -0.00157615 Jy ! Component: 1150 - total flux cleaned = -0.0016237 Jy ! Component: 1200 - total flux cleaned = -0.00168573 Jy ! Component: 1250 - total flux cleaned = -0.00179229 Jy ! Component: 1300 - total flux cleaned = -0.00183731 Jy ! Component: 1350 - total flux cleaned = -0.0018963 Jy ! Component: 1400 - total flux cleaned = -0.0019401 Jy ! Component: 1450 - total flux cleaned = -0.00196867 Jy ! Component: 1500 - total flux cleaned = -0.00199715 Jy ! Component: 1550 - total flux cleaned = -0.00205333 Jy ! Component: 1600 - total flux cleaned = -0.00206729 Jy ! Component: 1650 - total flux cleaned = -0.00210866 Jy ! Component: 1700 - total flux cleaned = -0.00213579 Jy ! Component: 1750 - total flux cleaned = -0.00214903 Jy ! Component: 1800 - total flux cleaned = -0.00214894 Jy ! Component: 1850 - total flux cleaned = -0.0021619 Jy ! Component: 1900 - total flux cleaned = -0.00212335 Jy ! Component: 1950 - total flux cleaned = -0.00209783 Jy ! Component: 2000 - total flux cleaned = -0.00203511 Jy ! Component: 2050 - total flux cleaned = -0.00202287 Jy ! Component: 2100 - total flux cleaned = -0.00204751 Jy ! Component: 2150 - total flux cleaned = -0.00197416 Jy ! Component: 2200 - total flux cleaned = -0.00199839 Jy ! Component: 2250 - total flux cleaned = -0.00195019 Jy ! Component: 2300 - total flux cleaned = -0.00187912 Jy ! Component: 2350 - total flux cleaned = -0.00184395 Jy ! Component: 2400 - total flux cleaned = -0.00186714 Jy ! Component: 2450 - total flux cleaned = -0.00182079 Jy ! Component: 2500 - total flux cleaned = -0.0017521 Jy ! Component: 2550 - total flux cleaned = -0.00171804 Jy ! Component: 2600 - total flux cleaned = -0.00162823 Jy ! Component: 2650 - total flux cleaned = -0.00165057 Jy ! Component: 2700 - total flux cleaned = -0.00161726 Jy ! Component: 2750 - total flux cleaned = -0.00161729 Jy ! Component: 2800 - total flux cleaned = -0.00157376 Jy ! Component: 2850 - total flux cleaned = -0.00158457 Jy ! Component: 2900 - total flux cleaned = -0.00156329 Jy ! Component: 2950 - total flux cleaned = -0.00155263 Jy ! Component: 3000 - total flux cleaned = -0.00152103 Jy ! Component: 3050 - total flux cleaned = -0.00153161 Jy ! Component: 3100 - total flux cleaned = -0.00152137 Jy ! Component: 3150 - total flux cleaned = -0.00153153 Jy ! Component: 3200 - total flux cleaned = -0.0015112 Jy ! Component: 3250 - total flux cleaned = -0.00146046 Jy ! Component: 3300 - total flux cleaned = -0.00149054 Jy ! Component: 3350 - total flux cleaned = -0.00145052 Jy ! Component: 3400 - total flux cleaned = -0.00143076 Jy ! Component: 3450 - total flux cleaned = -0.00143076 Jy ! Component: 3500 - total flux cleaned = -0.00145016 Jy ! Component: 3550 - total flux cleaned = -0.00141135 Jy ! Component: 3600 - total flux cleaned = -0.00138247 Jy ! Component: 3650 - total flux cleaned = -0.0013729 Jy ! Component: 3700 - total flux cleaned = -0.00136346 Jy ! Component: 3750 - total flux cleaned = -0.00138228 Jy ! Component: 3800 - total flux cleaned = -0.00138217 Jy ! Component: 3850 - total flux cleaned = -0.00141004 Jy ! Component: 3900 - total flux cleaned = -0.0014008 Jy ! Component: 3950 - total flux cleaned = -0.00139158 Jy ! Component: 4000 - total flux cleaned = -0.00140066 Jy ! Component: 4050 - total flux cleaned = -0.00140066 Jy ! Total flux subtracted in 4096 components = -0.00140961 Jy ! Clean residual min=-0.000484 max=0.000538 Jy/beam ! Clean residual mean=0.000000 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.157763 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 474 components and 0.157763 Jy ![Exited script file: muppet] wmap "J1152-0519_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.469 x 10.56 at 18.12 degrees (North through East) ! Clean map min=-0.0013214 max=0.10951 Jy/beam ! Writing clean map to FITS file: J1152-0519_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.109509 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000169189 device "J1152-0519_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1152-0519_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.463492 0.463492 0.926984 1.85397 3.70794 7.41587 14.8317 29.6635 59.327 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.109 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.469 x 10.56 at 18.12 degrees (North through East) ! Clean map min=-0.0013214 max=0.10951 Jy/beam quit ! Quitting program ! Log file J1152-0519_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:26:15 2016