! Started logfile: J1435-0414_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:01:37 2016 obs J1435-0414_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1435-0414_S_2015_03_17_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.781514 visibilities/baseline/integration-bin. ! Found source: J1435-0414 ! ! 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 330 lines of history. ! ! Reading 15896 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 J1435-0414_S_2015_03_17_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 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.814573Jy sigma=0.009056 ! Fit after self-cal, rms=0.756660Jy sigma=0.008455 ! 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.656 mas, bmaj=6.383 mas, bpa=-2.198 degrees ! Estimated noise=877.305 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.166783 Jy ! Component: 100 - total flux cleaned = 0.233978 Jy ! Total flux subtracted in 100 components = 0.233978 Jy ! Clean residual min=-0.013238 max=0.033198 Jy/beam ! Clean residual mean=-0.000017 rms=0.004328 Jy/beam ! Combined flux in latest and established models = 0.233978 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.233978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137552Jy sigma=0.001205 ! Fit after self-cal, rms=0.137389Jy sigma=0.001203 ! Inverting map ! Added new window around map position (2.5, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0401196 Jy ! Component: 100 - total flux cleaned = 0.0661106 Jy ! Total flux subtracted in 100 components = 0.0661106 Jy ! Clean residual min=-0.009021 max=0.015171 Jy/beam ! Clean residual mean=-0.000018 rms=0.002543 Jy/beam ! Combined flux in latest and established models = 0.300088 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 41 components and 0.300088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112543Jy sigma=0.000965 ! Fit after self-cal, rms=0.112483Jy sigma=0.000965 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=7.335 mas, bpa=-1.02 degrees ! Estimated noise=528.63 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.0280056 Jy ! Component: 100 - total flux cleaned = 0.0437506 Jy ! Component: 150 - total flux cleaned = 0.053388 Jy ! Component: 200 - total flux cleaned = 0.0596333 Jy ! Total flux subtracted in 200 components = 0.0596333 Jy ! Clean residual min=-0.012263 max=0.009231 Jy/beam ! Clean residual mean=-0.000036 rms=0.002968 Jy/beam ! Combined flux in latest and established models = 0.359722 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 83 components and 0.359722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101372Jy sigma=0.000902 ! Fit after self-cal, rms=0.101313Jy sigma=0.000902 ! 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.02 FD 0.78 HN 1.00* KP 1.11 ! LA 0.98 MK 0.99 NL 0.95 OV 1.04 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.76 HN 1.00* KP 1.09 ! LA 0.96 MK 1.01 NL 1.06 OV 1.05 ! PT 1.05 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.84 HN 1.00* KP 0.98 ! LA 0.79 MK 1.04 NL 1.16 OV 1.00 ! PT 1.04 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.88 HN 1.00* KP 0.95 ! LA 0.88 MK 1.04 NL 1.07 OV 1.07 ! PT 1.08 SC 1.00 ! ! ! Fit before self-cal, rms=0.101313Jy sigma=0.000902 ! Fit after self-cal, rms=0.082242Jy sigma=0.000812 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.259 mas, bmaj=7.456 mas, bpa=-1.054 degrees ! Estimated noise=534.181 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.00320552 Jy ! Component: 100 - total flux cleaned = 0.00401578 Jy ! Component: 150 - total flux cleaned = 0.00410894 Jy ! Component: 200 - total flux cleaned = 0.00410876 Jy ! Total flux subtracted in 200 components = 0.00410876 Jy ! Clean residual min=-0.005769 max=0.005909 Jy/beam ! Clean residual mean=-0.000012 rms=0.001678 Jy/beam ! Combined flux in latest and established models = 0.36383 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 87 components and 0.36383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082061Jy sigma=0.000811 ! Fit after self-cal, rms=0.081945Jy sigma=0.000810 ! 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.081945Jy sigma=0.000810 ! Fit after self-cal, rms=0.076421Jy sigma=0.000778 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.46 mas, bpa=-0.8431 degrees ! Estimated noise=534.621 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000347054 Jy ! Component: 100 - total flux cleaned = 0.000386377 Jy ! Component: 150 - total flux cleaned = 0.00038329 Jy ! Component: 200 - total flux cleaned = 0.000382962 Jy ! Total flux subtracted in 200 components = 0.000382962 Jy ! Clean residual min=-0.003011 max=0.003646 Jy/beam ! Clean residual mean=-0.000009 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.364213 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 90 components and 0.364213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076377Jy sigma=0.000777 ! Fit after self-cal, rms=0.076351Jy sigma=0.000777 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 (38, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383808 Jy ! Component: 100 - total flux cleaned = 0.0060191 Jy ! Component: 150 - total flux cleaned = 0.00744812 Jy ! Component: 200 - total flux cleaned = 0.00848416 Jy ! Total flux subtracted in 200 components = 0.00848416 Jy ! Clean residual min=-0.002692 max=0.003482 Jy/beam ! Clean residual mean=-0.000007 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.372698 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 126 components and 0.372698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076146Jy sigma=0.000775 ! Fit after self-cal, rms=0.076133Jy sigma=0.000775 ! Inverting map ! Added new window around map position (80, 31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179043 Jy ! Component: 100 - total flux cleaned = 0.00183225 Jy ! Component: 150 - total flux cleaned = 0.00215835 Jy ! Component: 200 - total flux cleaned = 0.00255762 Jy ! Total flux subtracted in 200 components = 0.00255762 Jy ! Clean residual min=-0.002575 max=0.002839 Jy/beam ! Clean residual mean=-0.000006 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.375255 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 151 components and 0.375255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076019Jy sigma=0.000773 ! Fit after self-cal, rms=0.076011Jy sigma=0.000773 ! Inverting map ! Added new window around map position (-14, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254377 Jy ! Component: 100 - total flux cleaned = 0.00369733 Jy ! Component: 150 - total flux cleaned = 0.00432929 Jy ! Component: 200 - total flux cleaned = 0.00469468 Jy ! Total flux subtracted in 200 components = 0.00469468 Jy ! Clean residual min=-0.002535 max=0.002325 Jy/beam ! Clean residual mean=-0.000005 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.37995 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 178 components and 0.37995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075924Jy sigma=0.000772 ! Fit after self-cal, rms=0.075918Jy sigma=0.000772 ! 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.075918Jy sigma=0.000772 ! Fit after self-cal, rms=0.076061Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.463 mas, bpa=-0.809 degrees ! Estimated noise=535.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128421 Jy ! Component: 100 - total flux cleaned = 0.00210634 Jy ! Component: 150 - total flux cleaned = 0.00255517 Jy ! Component: 200 - total flux cleaned = 0.00287707 Jy ! Total flux subtracted in 200 components = 0.00287707 Jy ! Clean residual min=-0.002418 max=0.002032 Jy/beam ! Clean residual mean=-0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.382827 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 201 components and 0.382827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076027Jy sigma=0.000772 ! Fit after self-cal, rms=0.076028Jy sigma=0.000772 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.000652935 Jy ! Component: 100 - total flux cleaned = 0.00106014 Jy ! Component: 150 - total flux cleaned = 0.00130955 Jy ! Component: 200 - total flux cleaned = 0.00156554 Jy ! Total flux subtracted in 200 components = 0.00156554 Jy ! Clean residual min=-0.002357 max=0.001982 Jy/beam ! Clean residual mean=-0.000003 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.384392 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 207 components and 0.384392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076011Jy sigma=0.000772 ! Fit after self-cal, rms=0.076011Jy sigma=0.000772 ! 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.076011Jy sigma=0.000772 ! Fit after self-cal, rms=0.076117Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.356 mas, bmaj=13.2 mas, bpa=9.829 degrees ! Estimated noise=683.752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116317 Jy ! Component: 100 - total flux cleaned = 0.00195637 Jy ! Component: 150 - total flux cleaned = 0.00244448 Jy ! Component: 200 - total flux cleaned = 0.00260138 Jy ! Total flux subtracted in 200 components = 0.00260138 Jy ! Clean residual min=-0.002398 max=0.002723 Jy/beam ! Clean residual mean=-0.000004 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.386994 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 235 components and 0.386994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076110Jy sigma=0.000771 ! Fit after self-cal, rms=0.076109Jy sigma=0.000771 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.000361999 Jy ! Component: 100 - total flux cleaned = 0.000598564 Jy ! Component: 150 - total flux cleaned = 0.000756386 Jy ! Component: 200 - total flux cleaned = 0.000794366 Jy ! Total flux subtracted in 200 components = 0.000794366 Jy ! Clean residual min=-0.002333 max=0.002681 Jy/beam ! Clean residual mean=-0.000004 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.387788 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 248 components and 0.387788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076106Jy sigma=0.000771 ! Fit after self-cal, rms=0.076106Jy sigma=0.000771 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.466 mas, bpa=-0.7534 degrees ! Estimated noise=535.944 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.466 at -0.7534 degrees (North through East) ! Clean map min=-0.0021606 max=0.2265 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.67 mas, bmaj=6.467 mas, bpa=-1.982 degrees ! Estimated noise=902.228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.17081 Jy ! Component: 100 - total flux cleaned = 0.239247 Jy ! Component: 150 - total flux cleaned = 0.279266 Jy ! Component: 200 - total flux cleaned = 0.304765 Jy ! Total flux subtracted in 200 components = 0.304765 Jy ! Clean residual min=-0.006627 max=0.013799 Jy/beam ! Clean residual mean=-0.000006 rms=0.002149 Jy/beam ! Combined flux in latest and established models = 0.304765 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.304765 Jy ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.466 mas, bpa=-0.7534 degrees ! Estimated noise=535.944 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.0241094 Jy ! Component: 100 - total flux cleaned = 0.0372576 Jy ! Component: 150 - total flux cleaned = 0.0452685 Jy ! Component: 200 - total flux cleaned = 0.050973 Jy ! Total flux subtracted in 200 components = 0.050973 Jy ! Clean residual min=-0.003206 max=0.004621 Jy/beam ! Clean residual mean=-0.000010 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.355738 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 97 components and 0.355738 Jy ! Inverting map ! Added new window around map position (-4, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00483138 Jy ! Component: 100 - total flux cleaned = 0.00862216 Jy ! Component: 150 - total flux cleaned = 0.0118185 Jy ! Component: 200 - total flux cleaned = 0.0145485 Jy ! Total flux subtracted in 200 components = 0.0145485 Jy ! Clean residual min=-0.002696 max=0.002279 Jy/beam ! Clean residual mean=-0.000007 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.370287 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 135 components and 0.370287 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.356 mas, bmaj=13.2 mas, bpa=9.829 degrees ! Estimated noise=683.752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00384672 Jy ! Component: 100 - total flux cleaned = 0.00669033 Jy ! Component: 150 - total flux cleaned = 0.00859667 Jy ! Component: 200 - total flux cleaned = 0.0100891 Jy ! Total flux subtracted in 200 components = 0.0100891 Jy ! Clean residual min=-0.002718 max=0.002506 Jy/beam ! Clean residual mean=-0.000008 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.380376 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.00124142 Jy ! Component: 100 - total flux cleaned = 0.00228304 Jy ! Component: 150 - total flux cleaned = 0.00317947 Jy ! Component: 200 - total flux cleaned = 0.00396275 Jy ! Total flux subtracted in 200 components = 0.00396275 Jy ! Clean residual min=-0.002519 max=0.002439 Jy/beam ! Clean residual mean=-0.000006 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.384339 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 207 components and 0.384339 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.466 mas, bpa=-0.7534 degrees ! Estimated noise=535.944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000460738 Jy ! Component: 100 - total flux cleaned = 0.000951573 Jy ! Component: 150 - total flux cleaned = 0.00115873 Jy ! Component: 200 - total flux cleaned = 0.00127194 Jy ! Total flux subtracted in 200 components = 0.00127194 Jy ! Clean residual min=-0.002347 max=0.001913 Jy/beam ! Clean residual mean=-0.000003 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.385611 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 231 components and 0.385611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076117Jy sigma=0.000771 ! Fit after self-cal, rms=0.076107Jy sigma=0.000771 wmodel J1435-0414_S_2015_03_17_pus_map.mod ! Writing 231 model components to file: J1435-0414_S_2015_03_17_pus_map.mod wobs J1435-0414_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1435-0414_S_2015_03_17_pus_uvs.fits wwins J1435-0414_S_2015_03_17_pus_map.win ! wwins: Wrote 6 windows to J1435-0414_S_2015_03_17_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.000646051 Jy ! Component: 100 - total flux cleaned = -0.000743899 Jy ! Component: 150 - total flux cleaned = -0.000622066 Jy ! Component: 200 - total flux cleaned = -0.000535188 Jy ! Component: 250 - total flux cleaned = -0.000507054 Jy ! Component: 300 - total flux cleaned = -0.000533759 Jy ! Component: 350 - total flux cleaned = -0.000585115 Jy ! Component: 400 - total flux cleaned = -0.000584337 Jy ! Component: 450 - total flux cleaned = -0.000608322 Jy ! Component: 500 - total flux cleaned = -0.000631841 Jy ! Component: 550 - total flux cleaned = -0.000654523 Jy ! Component: 600 - total flux cleaned = -0.000654623 Jy ! Component: 650 - total flux cleaned = -0.0006329 Jy ! Component: 700 - total flux cleaned = -0.00067667 Jy ! Component: 750 - total flux cleaned = -0.000760869 Jy ! Component: 800 - total flux cleaned = -0.000863006 Jy ! Component: 850 - total flux cleaned = -0.0009026 Jy ! Component: 900 - total flux cleaned = -0.000921589 Jy ! Component: 950 - total flux cleaned = -0.000960163 Jy ! Component: 1000 - total flux cleaned = -0.00101701 Jy ! Component: 1050 - total flux cleaned = -0.00107237 Jy ! Component: 1100 - total flux cleaned = -0.00112674 Jy ! Component: 1150 - total flux cleaned = -0.00117996 Jy ! Component: 1200 - total flux cleaned = -0.00125029 Jy ! Component: 1250 - total flux cleaned = -0.00131932 Jy ! Component: 1300 - total flux cleaned = -0.00135369 Jy ! Component: 1350 - total flux cleaned = -0.00145358 Jy ! Component: 1400 - total flux cleaned = -0.00156802 Jy ! Component: 1450 - total flux cleaned = -0.00161595 Jy ! Component: 1500 - total flux cleaned = -0.00161572 Jy ! Component: 1550 - total flux cleaned = -0.00166294 Jy ! Component: 1600 - total flux cleaned = -0.00169373 Jy ! Component: 1650 - total flux cleaned = -0.00175436 Jy ! Component: 1700 - total flux cleaned = -0.00181446 Jy ! Component: 1750 - total flux cleaned = -0.00188823 Jy ! Component: 1800 - total flux cleaned = -0.00187337 Jy ! Component: 1850 - total flux cleaned = -0.00193126 Jy ! Component: 1900 - total flux cleaned = -0.00200276 Jy ! Component: 1950 - total flux cleaned = -0.00200274 Jy ! Component: 2000 - total flux cleaned = -0.00204455 Jy ! Component: 2050 - total flux cleaned = -0.00207206 Jy ! Component: 2100 - total flux cleaned = -0.00209938 Jy ! Component: 2150 - total flux cleaned = -0.00213993 Jy ! Component: 2200 - total flux cleaned = -0.0021666 Jy ! Component: 2250 - total flux cleaned = -0.00223265 Jy ! Component: 2300 - total flux cleaned = -0.00229767 Jy ! Component: 2350 - total flux cleaned = -0.00232357 Jy ! Component: 2400 - total flux cleaned = -0.00242563 Jy ! Component: 2450 - total flux cleaned = -0.0024383 Jy ! Component: 2500 - total flux cleaned = -0.00245103 Jy ! Component: 2550 - total flux cleaned = -0.00253782 Jy ! Component: 2600 - total flux cleaned = -0.00253771 Jy ! Component: 2650 - total flux cleaned = -0.00259856 Jy ! Component: 2700 - total flux cleaned = -0.00265901 Jy ! Component: 2750 - total flux cleaned = -0.00269497 Jy ! Component: 2800 - total flux cleaned = -0.00276602 Jy ! Component: 2850 - total flux cleaned = -0.00280116 Jy ! Component: 2900 - total flux cleaned = -0.00282443 Jy ! Component: 2950 - total flux cleaned = -0.0028707 Jy ! Component: 3000 - total flux cleaned = -0.00297322 Jy ! Component: 3050 - total flux cleaned = -0.00295056 Jy ! Component: 3100 - total flux cleaned = -0.00297309 Jy ! Component: 3150 - total flux cleaned = -0.00303974 Jy ! Component: 3200 - total flux cleaned = -0.00308377 Jy ! Component: 3250 - total flux cleaned = -0.00312751 Jy ! Component: 3300 - total flux cleaned = -0.00319242 Jy ! Component: 3350 - total flux cleaned = -0.00318156 Jy ! Component: 3400 - total flux cleaned = -0.00322411 Jy ! Component: 3450 - total flux cleaned = -0.00326624 Jy ! Component: 3500 - total flux cleaned = -0.00327669 Jy ! Component: 3550 - total flux cleaned = -0.00331826 Jy ! Component: 3600 - total flux cleaned = -0.00339029 Jy ! Component: 3650 - total flux cleaned = -0.00345145 Jy ! Component: 3700 - total flux cleaned = -0.00352224 Jy ! Component: 3750 - total flux cleaned = -0.00355222 Jy ! Component: 3800 - total flux cleaned = -0.00359221 Jy ! Component: 3850 - total flux cleaned = -0.00366146 Jy ! Component: 3900 - total flux cleaned = -0.00369092 Jy ! Component: 3950 - total flux cleaned = -0.00371044 Jy ! Component: 4000 - total flux cleaned = -0.00376858 Jy ! Component: 4050 - total flux cleaned = -0.00385496 Jy ! Total flux subtracted in 4096 components = -0.00389295 Jy ! Clean residual min=-0.000601 max=0.000730 Jy/beam ! Clean residual mean=-0.000002 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.381718 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 517 components and 0.381718 Jy ![Exited script file: muppet] wmap "J1435-0414_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.466 at -0.7534 degrees (North through East) ! Clean map min=-0.0018247 max=0.22933 Jy/beam ! Writing clean map to FITS file: J1435-0414_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.229326 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175852 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.230046 0.230046 0.460092 0.920184 1.84037 3.68074 7.36147 14.7229 29.4459 58.8918 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.229 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.466 at -0.7534 degrees (North through East) ! Clean map min=-0.0018247 max=0.22933 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 J1435-0414_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:01:42 2016