! Started logfile: J0315-1656_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:13:22 2016 obs J0315-1656_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0315-1656_S_2014_08_05_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.765049 visibilities/baseline/integration-bin. ! Found source: J0315-1656 ! ! 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 14184 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 J0315-1656_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 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 130 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.879877Jy sigma=0.008164 ! Fit after self-cal, rms=0.852229Jy sigma=0.007914 ! 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.303 mas, bmaj=10.23 mas, bpa=18.02 degrees ! Estimated noise=981.899 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.111953 Jy ! Component: 100 - total flux cleaned = 0.142509 Jy ! Total flux subtracted in 100 components = 0.142509 Jy ! Clean residual min=-0.006161 max=0.013859 Jy/beam ! Clean residual mean=-0.000038 rms=0.002158 Jy/beam ! Combined flux in latest and established models = 0.142509 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.142509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096582Jy sigma=0.000827 ! Fit after self-cal, rms=0.096534Jy sigma=0.000827 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158599 Jy ! Component: 100 - total flux cleaned = 0.0247885 Jy ! Total flux subtracted in 100 components = 0.0247885 Jy ! Clean residual min=-0.004447 max=0.006119 Jy/beam ! Clean residual mean=-0.000017 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.167298 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 0.167298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093394Jy sigma=0.000795 ! Fit after self-cal, rms=0.093363Jy sigma=0.000795 ! 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.14 mas, bmaj=11.75 mas, bpa=17.02 degrees ! Estimated noise=651.066 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.00691917 Jy ! Component: 100 - total flux cleaned = 0.0109636 Jy ! Component: 150 - total flux cleaned = 0.013503 Jy ! Component: 200 - total flux cleaned = 0.0151246 Jy ! Total flux subtracted in 200 components = 0.0151246 Jy ! Clean residual min=-0.003193 max=0.004361 Jy/beam ! Clean residual mean=0.000000 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.182422 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 69 components and 0.182422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092731Jy sigma=0.000791 ! Fit after self-cal, rms=0.092741Jy sigma=0.000791 ! 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.99 FD 0.84 HN 1.07 KP 1.05 ! LA 1.19 MK 1.00* NL 0.92 OV 0.96 ! PT 1.02 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 0.98 FD 1.01 HN 1.13 KP 1.01 ! LA 1.12 MK 1.00* NL 0.98 OV 1.00 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.13 HN 1.14 KP 0.91 ! LA 0.88 MK 1.00* NL 0.98 OV 0.94 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00 HN 1.11 KP 0.88 ! LA 0.86 MK 1.00* NL 1.05 OV 0.98 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.092741Jy sigma=0.000791 ! Fit after self-cal, rms=0.091466Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.16 mas, bmaj=11.91 mas, bpa=17.36 degrees ! Estimated noise=653.81 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 (7.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146014 Jy ! Component: 100 - total flux cleaned = 0.00114002 Jy ! Component: 150 - total flux cleaned = 0.00101128 Jy ! Component: 200 - total flux cleaned = 0.00101365 Jy ! Total flux subtracted in 200 components = 0.00101365 Jy ! Clean residual min=-0.002649 max=0.002647 Jy/beam ! Clean residual mean=0.000005 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.183436 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 94 components and 0.183436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091298Jy sigma=0.000773 ! Fit after self-cal, rms=0.091292Jy sigma=0.000773 ! 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.091292Jy sigma=0.000773 ! Fit after self-cal, rms=0.091442Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.156 mas, bmaj=11.83 mas, bpa=17.15 degrees ! Estimated noise=651.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109738 Jy ! Component: 100 - total flux cleaned = 0.00101931 Jy ! Component: 150 - total flux cleaned = 0.00102147 Jy ! Component: 200 - total flux cleaned = 0.00106804 Jy ! Total flux subtracted in 200 components = 0.00106804 Jy ! Clean residual min=-0.002074 max=0.001828 Jy/beam ! Clean residual mean=-0.000001 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.184504 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 134 components and 0.184504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091408Jy sigma=0.000770 ! Fit after self-cal, rms=0.091421Jy sigma=0.000770 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.000467534 Jy ! Component: 100 - total flux cleaned = 0.000532875 Jy ! Component: 150 - total flux cleaned = 0.000533297 Jy ! Component: 200 - total flux cleaned = 0.000515887 Jy ! Total flux subtracted in 200 components = 0.000515887 Jy ! Clean residual min=-0.002050 max=0.001838 Jy/beam ! Clean residual mean=-0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.18502 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 157 components and 0.18502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091409Jy sigma=0.000770 ! Fit after self-cal, rms=0.091409Jy sigma=0.000770 ! 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.091409Jy sigma=0.000770 ! Fit after self-cal, rms=0.091348Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.158 mas, bmaj=11.83 mas, bpa=17.17 degrees ! Estimated noise=650.995 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000260624 Jy ! Component: 100 - total flux cleaned = 0.000240358 Jy ! Component: 150 - total flux cleaned = 0.00027463 Jy ! Component: 200 - total flux cleaned = 0.000289416 Jy ! Total flux subtracted in 200 components = 0.000289416 Jy ! Clean residual min=-0.001992 max=0.001732 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.185309 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 176 components and 0.185309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091338Jy sigma=0.000770 ! Fit after self-cal, rms=0.091338Jy sigma=0.000770 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.000243733 Jy ! Component: 100 - total flux cleaned = 0.000257481 Jy ! Component: 150 - total flux cleaned = 0.000257568 Jy ! Component: 200 - total flux cleaned = 0.000257644 Jy ! Total flux subtracted in 200 components = 0.000257644 Jy ! Clean residual min=-0.001969 max=0.001726 Jy/beam ! Clean residual mean=-0.000001 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.185567 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 188 components and 0.185567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091333Jy sigma=0.000770 ! Fit after self-cal, rms=0.091334Jy sigma=0.000770 ! 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.091334Jy sigma=0.000770 ! Fit after self-cal, rms=0.091329Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.183 mas, bmaj=16.47 mas, bpa=7.699 degrees ! Estimated noise=732.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000189873 Jy ! Component: 100 - total flux cleaned = 0.000206187 Jy ! Component: 150 - total flux cleaned = 0.000174086 Jy ! Component: 200 - total flux cleaned = 0.000145885 Jy ! Total flux subtracted in 200 components = 0.000145885 Jy ! Clean residual min=-0.002087 max=0.001599 Jy/beam ! Clean residual mean=-0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.185713 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 207 components and 0.185713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091327Jy sigma=0.000770 ! Fit after self-cal, rms=0.091327Jy sigma=0.000770 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.000121367 Jy ! Component: 100 - total flux cleaned = 0.000122374 Jy ! Component: 150 - total flux cleaned = 9.96298e-05 Jy ! Component: 200 - total flux cleaned = 8.54854e-05 Jy ! Total flux subtracted in 200 components = 8.54854e-05 Jy ! Clean residual min=-0.002101 max=0.001627 Jy/beam ! Clean residual mean=-0.000002 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.185798 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 218 components and 0.185798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091327Jy sigma=0.000770 ! Fit after self-cal, rms=0.091327Jy sigma=0.000770 ! 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.159 mas, bmaj=11.84 mas, bpa=17.19 degrees ! Estimated noise=650.704 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.159 x 11.84 at 17.19 degrees (North through East) ! Clean map min=-0.0019039 max=0.14884 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.315 mas, bmaj=10.34 mas, bpa=18.18 degrees ! Estimated noise=985.078 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.112099 Jy ! Component: 100 - total flux cleaned = 0.142289 Jy ! Component: 150 - total flux cleaned = 0.157279 Jy ! Component: 200 - total flux cleaned = 0.165554 Jy ! Total flux subtracted in 200 components = 0.165554 Jy ! Clean residual min=-0.003604 max=0.004284 Jy/beam ! Clean residual mean=-0.000016 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.165554 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.165554 Jy ! Inverting map and beam ! Estimated beam: bmin=4.159 mas, bmaj=11.84 mas, bpa=17.19 degrees ! Estimated noise=650.704 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.00690647 Jy ! Component: 100 - total flux cleaned = 0.0108871 Jy ! Component: 150 - total flux cleaned = 0.0136223 Jy ! Component: 200 - total flux cleaned = 0.0155976 Jy ! Total flux subtracted in 200 components = 0.0155976 Jy ! Clean residual min=-0.002044 max=0.001683 Jy/beam ! Clean residual mean=-0.000006 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.181152 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 88 components and 0.181152 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.183 mas, bmaj=16.47 mas, bpa=7.699 degrees ! Estimated noise=732.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179116 Jy ! Component: 100 - total flux cleaned = 0.00289462 Jy ! Component: 150 - total flux cleaned = 0.00353238 Jy ! Component: 200 - total flux cleaned = 0.00377504 Jy ! Total flux subtracted in 200 components = 0.00377504 Jy ! Clean residual min=-0.002042 max=0.001662 Jy/beam ! Clean residual mean=-0.000003 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.184927 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.000182621 Jy ! Component: 100 - total flux cleaned = 0.000330644 Jy ! Component: 150 - total flux cleaned = 0.00040228 Jy ! Component: 200 - total flux cleaned = 0.000418354 Jy ! Total flux subtracted in 200 components = 0.000418354 Jy ! Clean residual min=-0.002053 max=0.001651 Jy/beam ! Clean residual mean=-0.000002 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.185345 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 148 components and 0.185345 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.159 mas, bmaj=11.84 mas, bpa=17.19 degrees ! Estimated noise=650.704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000408964 Jy ! Component: 100 - total flux cleaned = -0.000453692 Jy ! Component: 150 - total flux cleaned = -0.000434818 Jy ! Component: 200 - total flux cleaned = -0.000452113 Jy ! Total flux subtracted in 200 components = -0.000452113 Jy ! Clean residual min=-0.001943 max=0.001752 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.184893 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 166 components and 0.184893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091335Jy sigma=0.000770 ! Fit after self-cal, rms=0.091330Jy sigma=0.000770 wmodel J0315-1656_S_2014_08_05_pus_map.mod ! Writing 166 model components to file: J0315-1656_S_2014_08_05_pus_map.mod wobs J0315-1656_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0315-1656_S_2014_08_05_pus_uvs.fits wwins J0315-1656_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0315-1656_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.000698552 Jy ! Component: 100 - total flux cleaned = -0.00118748 Jy ! Component: 150 - total flux cleaned = -0.00147006 Jy ! Component: 200 - total flux cleaned = -0.00160372 Jy ! Component: 250 - total flux cleaned = -0.00175815 Jy ! Component: 300 - total flux cleaned = -0.00183309 Jy ! Component: 350 - total flux cleaned = -0.00195316 Jy ! Component: 400 - total flux cleaned = -0.00199979 Jy ! Component: 450 - total flux cleaned = -0.0020908 Jy ! Component: 500 - total flux cleaned = -0.00217962 Jy ! Component: 550 - total flux cleaned = -0.00226587 Jy ! Component: 600 - total flux cleaned = -0.00232922 Jy ! Component: 650 - total flux cleaned = -0.00230858 Jy ! Component: 700 - total flux cleaned = -0.00234894 Jy ! Component: 750 - total flux cleaned = -0.00234928 Jy ! Component: 800 - total flux cleaned = -0.00234979 Jy ! Component: 850 - total flux cleaned = -0.00223498 Jy ! Component: 900 - total flux cleaned = -0.00214112 Jy ! Component: 950 - total flux cleaned = -0.00214116 Jy ! Component: 1000 - total flux cleaned = -0.0019953 Jy ! Component: 1050 - total flux cleaned = -0.00192385 Jy ! Component: 1100 - total flux cleaned = -0.00183592 Jy ! Component: 1150 - total flux cleaned = -0.00173222 Jy ! Component: 1200 - total flux cleaned = -0.00168084 Jy ! Component: 1250 - total flux cleaned = -0.00161338 Jy ! Component: 1300 - total flux cleaned = -0.0015469 Jy ! Component: 1350 - total flux cleaned = -0.00146487 Jy ! Component: 1400 - total flux cleaned = -0.00143233 Jy ! Component: 1450 - total flux cleaned = -0.00135205 Jy ! Component: 1500 - total flux cleaned = -0.00127272 Jy ! Component: 1550 - total flux cleaned = -0.00119481 Jy ! Component: 1600 - total flux cleaned = -0.00111775 Jy ! Component: 1650 - total flux cleaned = -0.00104144 Jy ! Component: 1700 - total flux cleaned = -0.0010113 Jy ! Component: 1750 - total flux cleaned = -0.000922008 Jy ! Component: 1800 - total flux cleaned = -0.000892602 Jy ! Component: 1850 - total flux cleaned = -0.000819955 Jy ! Component: 1900 - total flux cleaned = -0.000776854 Jy ! Component: 1950 - total flux cleaned = -0.000719957 Jy ! Component: 2000 - total flux cleaned = -0.000677503 Jy ! Component: 2050 - total flux cleaned = -0.000621781 Jy ! Component: 2100 - total flux cleaned = -0.000594069 Jy ! Component: 2150 - total flux cleaned = -0.000539303 Jy ! Component: 2200 - total flux cleaned = -0.000485015 Jy ! Component: 2250 - total flux cleaned = -0.000471267 Jy ! Component: 2300 - total flux cleaned = -0.000364865 Jy ! Component: 2350 - total flux cleaned = -0.000325325 Jy ! Component: 2400 - total flux cleaned = -0.000299046 Jy ! Component: 2450 - total flux cleaned = -0.000273115 Jy ! Component: 2500 - total flux cleaned = -0.000222037 Jy ! Component: 2550 - total flux cleaned = -0.000247495 Jy ! Component: 2600 - total flux cleaned = -0.000209969 Jy ! Component: 2650 - total flux cleaned = -0.000209848 Jy ! Component: 2700 - total flux cleaned = -0.000246853 Jy ! Component: 2750 - total flux cleaned = -0.000197945 Jy ! Component: 2800 - total flux cleaned = -0.000185874 Jy ! Component: 2850 - total flux cleaned = -0.000173734 Jy ! Component: 2900 - total flux cleaned = -0.000197609 Jy ! Component: 2950 - total flux cleaned = -0.000256785 Jy ! Component: 3000 - total flux cleaned = -0.000268448 Jy ! Component: 3050 - total flux cleaned = -0.000291706 Jy ! Component: 3100 - total flux cleaned = -0.00030308 Jy ! Component: 3150 - total flux cleaned = -0.000303163 Jy ! Component: 3200 - total flux cleaned = -0.000337289 Jy ! Component: 3250 - total flux cleaned = -0.00034866 Jy ! Component: 3300 - total flux cleaned = -0.000359889 Jy ! Component: 3350 - total flux cleaned = -0.000393425 Jy ! Component: 3400 - total flux cleaned = -0.000437657 Jy ! Component: 3450 - total flux cleaned = -0.000448581 Jy ! Component: 3500 - total flux cleaned = -0.00050311 Jy ! Component: 3550 - total flux cleaned = -0.00054641 Jy ! Component: 3600 - total flux cleaned = -0.000589353 Jy ! Component: 3650 - total flux cleaned = -0.000610672 Jy ! Component: 3700 - total flux cleaned = -0.000621336 Jy ! Component: 3750 - total flux cleaned = -0.00063185 Jy ! Component: 3800 - total flux cleaned = -0.000694763 Jy ! Component: 3850 - total flux cleaned = -0.000725937 Jy ! Component: 3900 - total flux cleaned = -0.000746691 Jy ! Component: 3950 - total flux cleaned = -0.000818477 Jy ! Component: 4000 - total flux cleaned = -0.000849028 Jy ! Component: 4050 - total flux cleaned = -0.000869289 Jy ! Total flux subtracted in 4096 components = -0.00090952 Jy ! Clean residual min=-0.000641 max=0.000622 Jy/beam ! Clean residual mean=0.000000 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.183984 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 451 components and 0.183984 Jy ![Exited script file: muppet] wmap "J0315-1656_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.159 x 11.84 at 17.19 degrees (North through East) ! Clean map min=-0.0014548 max=0.14972 Jy/beam ! Writing clean map to FITS file: J0315-1656_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.149724 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194392 device "J0315-1656_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0315-1656_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.389501 0.389501 0.779002 1.558 3.11601 6.23201 12.464 24.9281 49.8561 99.7122 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.149 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.159 x 11.84 at 17.19 degrees (North through East) ! Clean map min=-0.0014548 max=0.14972 Jy/beam quit ! Quitting program ! Log file J0315-1656_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:13:28 2016