! Started logfile: J0815+3635_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:48:16 2016 obs J0815+3635_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0815+3635_S_2014_06_09_pus_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.604728 visibilities/baseline/integration-bin. ! Found source: J0815+3635 ! ! 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 5116 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 J0815+3635_S_2014_06_09_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.547574Jy sigma=0.006584 ! Fit after self-cal, rms=0.522227Jy sigma=0.006314 ! 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.04 mas, bmaj=5.655 mas, bpa=-19.72 degrees ! Estimated noise=1200.79 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.371532 Jy ! Component: 100 - total flux cleaned = 0.462621 Jy ! Total flux subtracted in 100 components = 0.462621 Jy ! Clean residual min=-0.021083 max=0.044778 Jy/beam ! Clean residual mean=0.000044 rms=0.005847 Jy/beam ! Combined flux in latest and established models = 0.462621 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.462621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148710Jy sigma=0.001468 ! Fit after self-cal, rms=0.148547Jy sigma=0.001466 ! Inverting map ! Added new window around map position (-3, 11.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.047824 Jy ! Component: 100 - total flux cleaned = 0.0770847 Jy ! Total flux subtracted in 100 components = 0.0770847 Jy ! Clean residual min=-0.013432 max=0.017553 Jy/beam ! Clean residual mean=0.000035 rms=0.003618 Jy/beam ! Combined flux in latest and established models = 0.539706 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 38 components and 0.539706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125263Jy sigma=0.001176 ! Fit after self-cal, rms=0.124480Jy sigma=0.001166 ! 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.084 mas, bmaj=6.844 mas, bpa=-22.25 degrees ! Estimated noise=847.731 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.0296016 Jy ! Component: 100 - total flux cleaned = 0.0450022 Jy ! Component: 150 - total flux cleaned = 0.0546462 Jy ! Component: 200 - total flux cleaned = 0.0583896 Jy ! Total flux subtracted in 200 components = 0.0583896 Jy ! Clean residual min=-0.011384 max=0.012578 Jy/beam ! Clean residual mean=0.000066 rms=0.002741 Jy/beam ! Combined flux in latest and established models = 0.598096 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 73 components and 0.598096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115675Jy sigma=0.001072 ! Fit after self-cal, rms=0.114840Jy sigma=0.001061 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.87 HN 0.99 KP 1.04 ! LA 1.18 MK 0.99 NL 0.99 OV 0.98 ! PT 1.01 SC 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.04 KP 1.00 ! LA 1.14 MK 1.00 NL 1.07 OV 1.02 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.02 KP 0.90 ! LA 0.90 MK 1.05 NL 1.03 OV 0.94 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.01 KP 0.87 ! LA 0.86 MK 0.99 NL 1.07 OV 0.98 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.114840Jy sigma=0.001061 ! Fit after self-cal, rms=0.094331Jy sigma=0.000846 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.079 mas, bmaj=6.767 mas, bpa=-21.33 degrees ! Estimated noise=843.372 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.0057139 Jy ! Component: 100 - total flux cleaned = 0.00681175 Jy ! Component: 150 - total flux cleaned = 0.00711674 Jy ! Component: 200 - total flux cleaned = 0.00728879 Jy ! Total flux subtracted in 200 components = 0.00728879 Jy ! Clean residual min=-0.003906 max=0.005143 Jy/beam ! Clean residual mean=0.000005 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.605385 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.605384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093892Jy sigma=0.000840 ! Fit after self-cal, rms=0.093803Jy sigma=0.000839 ! 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.093803Jy sigma=0.000839 ! Fit after self-cal, rms=0.090377Jy sigma=0.000828 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.071 mas, bmaj=6.818 mas, bpa=-21.63 degrees ! Estimated noise=844.811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144883 Jy ! Component: 100 - total flux cleaned = 0.001937 Jy ! Component: 150 - total flux cleaned = 0.00222215 Jy ! Component: 200 - total flux cleaned = 0.00241086 Jy ! Total flux subtracted in 200 components = 0.00241086 Jy ! Clean residual min=-0.003256 max=0.003815 Jy/beam ! Clean residual mean=0.000004 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.607795 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 96 components and 0.607795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090243Jy sigma=0.000826 ! Fit after self-cal, rms=0.090219Jy sigma=0.000826 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) ! Added new window around map position (-5, 31.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00284625 Jy ! Component: 100 - total flux cleaned = 0.00365593 Jy ! Component: 150 - total flux cleaned = 0.00417269 Jy ! Component: 200 - total flux cleaned = 0.00449132 Jy ! Total flux subtracted in 200 components = 0.00449132 Jy ! Clean residual min=-0.002970 max=0.002905 Jy/beam ! Clean residual mean=0.000004 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.612287 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 115 components and 0.612287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090045Jy sigma=0.000824 ! Fit after self-cal, rms=0.090037Jy sigma=0.000824 ! 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.090037Jy sigma=0.000824 ! Fit after self-cal, rms=0.089999Jy sigma=0.000823 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.074 mas, bmaj=6.823 mas, bpa=-21.66 degrees ! Estimated noise=845.384 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114636 Jy ! Component: 100 - total flux cleaned = 0.00160991 Jy ! Component: 150 - total flux cleaned = 0.00192263 Jy ! Component: 200 - total flux cleaned = 0.00215974 Jy ! Total flux subtracted in 200 components = 0.00215974 Jy ! Clean residual min=-0.002710 max=0.002653 Jy/beam ! Clean residual mean=0.000002 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.614446 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 121 components and 0.614446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089929Jy sigma=0.000823 ! Fit after self-cal, rms=0.089928Jy sigma=0.000823 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.000240409 Jy ! Component: 100 - total flux cleaned = 0.000366907 Jy ! Component: 150 - total flux cleaned = 0.000447889 Jy ! Component: 200 - total flux cleaned = 0.000524114 Jy ! Total flux subtracted in 200 components = 0.000524114 Jy ! Clean residual min=-0.002596 max=0.002508 Jy/beam ! Clean residual mean=0.000002 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.614971 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 130 components and 0.614971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089889Jy sigma=0.000822 ! Fit after self-cal, rms=0.089888Jy sigma=0.000822 ! 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.089888Jy sigma=0.000822 ! Fit after self-cal, rms=0.089896Jy sigma=0.000822 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.138 mas, bmaj=11.35 mas, bpa=-31.97 degrees ! Estimated noise=980.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151707 Jy ! Component: 100 - total flux cleaned = 0.00223172 Jy ! Component: 150 - total flux cleaned = 0.0022851 Jy ! Component: 200 - total flux cleaned = 0.00230675 Jy ! Total flux subtracted in 200 components = 0.00230675 Jy ! Clean residual min=-0.002387 max=0.002202 Jy/beam ! Clean residual mean=0.000002 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.617277 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 142 components and 0.617277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089888Jy sigma=0.000822 ! Fit after self-cal, rms=0.089885Jy sigma=0.000822 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.000141403 Jy ! Component: 100 - total flux cleaned = 0.000225207 Jy ! Component: 150 - total flux cleaned = 0.0002441 Jy ! Component: 200 - total flux cleaned = 0.000261749 Jy ! Total flux subtracted in 200 components = 0.000261749 Jy ! Clean residual min=-0.002346 max=0.002187 Jy/beam ! Clean residual mean=0.000002 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.617539 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 149 components and 0.617539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089880Jy sigma=0.000822 ! Fit after self-cal, rms=0.089878Jy sigma=0.000822 ! 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.076 mas, bmaj=6.827 mas, bpa=-21.68 degrees ! Estimated noise=846.012 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.076 x 6.827 at -21.68 degrees (North through East) ! Clean map min=-0.0022622 max=0.47147 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.054 mas, bmaj=5.643 mas, bpa=-19.15 degrees ! Estimated noise=1187.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.366798 Jy ! Component: 100 - total flux cleaned = 0.459572 Jy ! Component: 150 - total flux cleaned = 0.507633 Jy ! Component: 200 - total flux cleaned = 0.537228 Jy ! Total flux subtracted in 200 components = 0.537228 Jy ! Clean residual min=-0.007679 max=0.015858 Jy/beam ! Clean residual mean=0.000012 rms=0.002486 Jy/beam ! Combined flux in latest and established models = 0.537229 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.537229 Jy ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=6.827 mas, bpa=-21.68 degrees ! Estimated noise=846.012 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.0278428 Jy ! Component: 100 - total flux cleaned = 0.0447367 Jy ! Component: 150 - total flux cleaned = 0.0555663 Jy ! Component: 200 - total flux cleaned = 0.0626091 Jy ! Total flux subtracted in 200 components = 0.0626091 Jy ! Clean residual min=-0.003875 max=0.005061 Jy/beam ! Clean residual mean=0.000005 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.599838 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 86 components and 0.599838 Jy ! Inverting map ! Added new window around map position (-5.5, 19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00529531 Jy ! Component: 100 - total flux cleaned = 0.00903206 Jy ! Component: 150 - total flux cleaned = 0.0117492 Jy ! Component: 200 - total flux cleaned = 0.0131985 Jy ! Total flux subtracted in 200 components = 0.0131985 Jy ! Clean residual min=-0.002808 max=0.002414 Jy/beam ! Clean residual mean=0.000001 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.613036 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 106 components and 0.613036 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.138 mas, bmaj=11.35 mas, bpa=-31.97 degrees ! Estimated noise=980.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202437 Jy ! Component: 100 - total flux cleaned = 0.0030866 Jy ! Component: 150 - total flux cleaned = 0.00360577 Jy ! Component: 200 - total flux cleaned = 0.00397072 Jy ! Total flux subtracted in 200 components = 0.00397072 Jy ! Clean residual min=-0.002570 max=0.002084 Jy/beam ! Clean residual mean=0.000002 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.617007 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.000252276 Jy ! Component: 100 - total flux cleaned = 0.000421934 Jy ! Component: 150 - total flux cleaned = 0.000577462 Jy ! Component: 200 - total flux cleaned = 0.000720009 Jy ! Total flux subtracted in 200 components = 0.000720009 Jy ! Clean residual min=-0.002471 max=0.001987 Jy/beam ! Clean residual mean=0.000002 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.617727 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 138 components and 0.617727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=6.827 mas, bpa=-21.68 degrees ! Estimated noise=846.012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000189313 Jy ! Component: 100 - total flux cleaned = 0.000280587 Jy ! Component: 150 - total flux cleaned = 0.000406662 Jy ! Component: 200 - total flux cleaned = 0.000485698 Jy ! Total flux subtracted in 200 components = 0.000485698 Jy ! Clean residual min=-0.002331 max=0.002305 Jy/beam ! Clean residual mean=0.000002 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.618213 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 159 components and 0.618213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089873Jy sigma=0.000822 ! Fit after self-cal, rms=0.089860Jy sigma=0.000822 wmodel J0815+3635_S_2014_06_09_pus_map.mod ! Writing 159 model components to file: J0815+3635_S_2014_06_09_pus_map.mod wobs J0815+3635_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0815+3635_S_2014_06_09_pus_uvs.fits wwins J0815+3635_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J0815+3635_S_2014_06_09_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000257314 Jy ! Component: 100 - total flux cleaned = -0.000574691 Jy ! Component: 150 - total flux cleaned = -0.000800567 Jy ! Component: 200 - total flux cleaned = -0.00101825 Jy ! Component: 250 - total flux cleaned = -0.00119401 Jy ! Component: 300 - total flux cleaned = -0.0012965 Jy ! Component: 350 - total flux cleaned = -0.00133053 Jy ! Component: 400 - total flux cleaned = -0.00126739 Jy ! Component: 450 - total flux cleaned = -0.00132965 Jy ! Component: 500 - total flux cleaned = -0.00142055 Jy ! Component: 550 - total flux cleaned = -0.00147984 Jy ! Component: 600 - total flux cleaned = -0.00147975 Jy ! Component: 650 - total flux cleaned = -0.00156571 Jy ! Component: 700 - total flux cleaned = -0.00156546 Jy ! Component: 750 - total flux cleaned = -0.00164776 Jy ! Component: 800 - total flux cleaned = -0.00167452 Jy ! Component: 850 - total flux cleaned = -0.00175423 Jy ! Component: 900 - total flux cleaned = -0.00180652 Jy ! Component: 950 - total flux cleaned = -0.00193465 Jy ! Component: 1000 - total flux cleaned = -0.0019345 Jy ! Component: 1050 - total flux cleaned = -0.00200928 Jy ! Component: 1100 - total flux cleaned = -0.00208293 Jy ! Component: 1150 - total flux cleaned = -0.00215539 Jy ! Component: 1200 - total flux cleaned = -0.0022268 Jy ! Component: 1250 - total flux cleaned = -0.00229709 Jy ! Component: 1300 - total flux cleaned = -0.00234342 Jy ! Component: 1350 - total flux cleaned = -0.0024575 Jy ! Component: 1400 - total flux cleaned = -0.00248003 Jy ! Component: 1450 - total flux cleaned = -0.00261342 Jy ! Component: 1500 - total flux cleaned = -0.00270056 Jy ! Component: 1550 - total flux cleaned = -0.00272192 Jy ! Component: 1600 - total flux cleaned = -0.00276468 Jy ! Component: 1650 - total flux cleaned = -0.00284902 Jy ! Component: 1700 - total flux cleaned = -0.00293245 Jy ! Component: 1750 - total flux cleaned = -0.00307622 Jy ! Component: 1800 - total flux cleaned = -0.00313658 Jy ! Component: 1850 - total flux cleaned = -0.00321674 Jy ! Component: 1900 - total flux cleaned = -0.00325612 Jy ! Component: 1950 - total flux cleaned = -0.00331518 Jy ! Component: 2000 - total flux cleaned = -0.00337355 Jy ! Component: 2050 - total flux cleaned = -0.00346973 Jy ! Component: 2100 - total flux cleaned = -0.00356495 Jy ! Component: 2150 - total flux cleaned = -0.00356499 Jy ! Component: 2200 - total flux cleaned = -0.00376962 Jy ! Component: 2250 - total flux cleaned = -0.00378803 Jy ! Component: 2300 - total flux cleaned = -0.00382466 Jy ! Component: 2350 - total flux cleaned = -0.00398684 Jy ! Component: 2400 - total flux cleaned = -0.00398702 Jy ! Component: 2450 - total flux cleaned = -0.00400442 Jy ! Component: 2500 - total flux cleaned = -0.00400425 Jy ! Component: 2550 - total flux cleaned = -0.00395233 Jy ! Component: 2600 - total flux cleaned = -0.00395263 Jy ! Component: 2650 - total flux cleaned = -0.00391857 Jy ! Component: 2700 - total flux cleaned = -0.00395236 Jy ! Component: 2750 - total flux cleaned = -0.0039526 Jy ! Component: 2800 - total flux cleaned = -0.00390284 Jy ! Component: 2850 - total flux cleaned = -0.0038702 Jy ! Component: 2900 - total flux cleaned = -0.00385398 Jy ! Component: 2950 - total flux cleaned = -0.0038056 Jy ! Component: 3000 - total flux cleaned = -0.00382167 Jy ! Component: 3050 - total flux cleaned = -0.00375816 Jy ! Component: 3100 - total flux cleaned = -0.00375827 Jy ! Component: 3150 - total flux cleaned = -0.00372677 Jy ! Component: 3200 - total flux cleaned = -0.00369556 Jy ! Component: 3250 - total flux cleaned = -0.00363366 Jy ! Component: 3300 - total flux cleaned = -0.00355725 Jy ! Component: 3350 - total flux cleaned = -0.00357244 Jy ! Component: 3400 - total flux cleaned = -0.00354209 Jy ! Component: 3450 - total flux cleaned = -0.00345195 Jy ! Component: 3500 - total flux cleaned = -0.00336282 Jy ! Component: 3550 - total flux cleaned = -0.00333341 Jy ! Component: 3600 - total flux cleaned = -0.00326019 Jy ! Component: 3650 - total flux cleaned = -0.00324572 Jy ! Component: 3700 - total flux cleaned = -0.0031732 Jy ! Component: 3750 - total flux cleaned = -0.00317325 Jy ! Component: 3800 - total flux cleaned = -0.00315881 Jy ! Component: 3850 - total flux cleaned = -0.00305929 Jy ! Component: 3900 - total flux cleaned = -0.00297476 Jy ! Component: 3950 - total flux cleaned = -0.00294684 Jy ! Component: 4000 - total flux cleaned = -0.00289145 Jy ! Component: 4050 - total flux cleaned = -0.00289146 Jy ! Total flux subtracted in 4096 components = -0.0028228 Jy ! Clean residual min=-0.000774 max=0.000824 Jy/beam ! Clean residual mean=0.000006 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.61539 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 404 components and 0.61539 Jy ![Exited script file: muppet] wmap "J0815+3635_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.076 x 6.827 at -21.68 degrees (North through East) ! Clean map min=-0.0016705 max=0.47062 Jy/beam ! Writing clean map to FITS file: J0815+3635_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.47062 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000242558 device "J0815+3635_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0815+3635_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.154621 0.154621 0.309241 0.618483 1.23697 2.47393 4.94786 9.89572 19.7914 39.5829 79.1658 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.47 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.076 x 6.827 at -21.68 degrees (North through East) ! Clean map min=-0.0016705 max=0.47062 Jy/beam quit ! Quitting program ! Log file J0815+3635_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:48:20 2016