! Started logfile: J0006+1235_S_2017_04_28_pus_uvs.log on Thu May 2 16:11:53 2019 obs J0006+1235_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J0006+1235_S_2017_04_28_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.900098 visibilities/baseline/integration-bin. ! Found source: J0006+1235 ! ! 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 671 lines of history. ! ! Reading 18308 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 J0006+1235_S_2017_04_28_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 507 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001058Jy sigma=0.006696 ! Fit after self-cal, rms=0.986446Jy sigma=0.006646 ! 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.869 mas, bmaj=7.202 mas, bpa=-1.582 degrees ! Estimated noise=1094.31 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.141303 Jy ! Component: 100 - total flux cleaned = 0.174025 Jy ! Total flux subtracted in 100 components = 0.174025 Jy ! Clean residual min=-0.006982 max=0.017179 Jy/beam ! Clean residual mean=-0.000022 rms=0.001966 Jy/beam ! Combined flux in latest and established models = 0.174025 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.174025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.577735Jy sigma=0.000732 ! Fit after self-cal, rms=0.577788Jy sigma=0.000732 ! Inverting map ! Added new window around map position (5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0168362 Jy ! Component: 100 - total flux cleaned = 0.0266786 Jy ! Total flux subtracted in 100 components = 0.0266786 Jy ! Clean residual min=-0.004927 max=0.007832 Jy/beam ! Clean residual mean=-0.000013 rms=0.001393 Jy/beam ! Combined flux in latest and established models = 0.200704 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.200704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.576858Jy sigma=0.000702 ! Fit after self-cal, rms=0.577042Jy sigma=0.000700 ! 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.403 mas, bmaj=7.966 mas, bpa=-0.2885 degrees ! Estimated noise=736.755 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.00941174 Jy ! Component: 100 - total flux cleaned = 0.0138304 Jy ! Component: 150 - total flux cleaned = 0.0145263 Jy ! Component: 200 - total flux cleaned = 0.0147919 Jy ! Total flux subtracted in 200 components = 0.0147919 Jy ! Clean residual min=-0.005128 max=0.004707 Jy/beam ! Clean residual mean=-0.000021 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.215495 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.215495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.576757Jy sigma=0.000692 ! Fit after self-cal, rms=0.576811Jy sigma=0.000692 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.97 HN 0.99 KP 0.98 ! LA 1.07 MK 1.01 NL 0.97 OV 1.03 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.86 HN 1.03 KP 0.94 ! LA 1.01 MK 0.99 NL 1.15 OV 1.04 ! PT 1.05 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.92 HN 1.02 KP 0.99 ! LA 1.02 MK 1.01 NL 1.09 OV 0.93 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.90 HN 1.00 KP 1.00* ! LA 0.96 MK 0.99 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.576811Jy sigma=0.000692 ! Fit after self-cal, rms=0.556136Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.414 mas, bmaj=7.959 mas, bpa=-0.1791 degrees ! Estimated noise=734.073 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.000150135 Jy ! Component: 100 - total flux cleaned = -0.000285814 Jy ! Component: 150 - total flux cleaned = -0.000397532 Jy ! Component: 200 - total flux cleaned = -0.000491992 Jy ! Total flux subtracted in 200 components = -0.000491992 Jy ! Clean residual min=-0.003554 max=0.003766 Jy/beam ! Clean residual mean=-0.000009 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.215004 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 57 components and 0.215003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.556161Jy sigma=0.000681 ! Fit after self-cal, rms=0.556040Jy sigma=0.000681 ! 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.556040Jy sigma=0.000681 ! Fit after self-cal, rms=0.142568Jy sigma=0.000674 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.944 mas, bpa=-0.1435 degrees ! Estimated noise=735.132 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151136 Jy ! Component: 100 - total flux cleaned = 0.00180116 Jy ! Component: 150 - total flux cleaned = 0.00189451 Jy ! Component: 200 - total flux cleaned = 0.001915 Jy ! Total flux subtracted in 200 components = 0.001915 Jy ! Clean residual min=-0.002480 max=0.003506 Jy/beam ! Clean residual mean=-0.000021 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.216918 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.216918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142553Jy sigma=0.000674 ! Fit after self-cal, rms=0.141970Jy sigma=0.000674 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 (44.5, 20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276464 Jy ! Component: 100 - total flux cleaned = 0.00368134 Jy ! Component: 150 - total flux cleaned = 0.00428256 Jy ! Component: 200 - total flux cleaned = 0.00451784 Jy ! Total flux subtracted in 200 components = 0.00451784 Jy ! Clean residual min=-0.002406 max=0.002510 Jy/beam ! Clean residual mean=-0.000017 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.221436 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 95 components and 0.221436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141889Jy sigma=0.000673 ! Fit after self-cal, rms=0.141867Jy sigma=0.000673 ! 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.141867Jy sigma=0.000673 ! Fit after self-cal, rms=0.139348Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.938 mas, bpa=-0.1659 degrees ! Estimated noise=735.337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001163 Jy ! Component: 100 - total flux cleaned = 0.00191792 Jy ! Component: 150 - total flux cleaned = 0.00225588 Jy ! Component: 200 - total flux cleaned = 0.00247935 Jy ! Total flux subtracted in 200 components = 0.00247935 Jy ! Clean residual min=-0.002520 max=0.002453 Jy/beam ! Clean residual mean=-0.000015 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.223916 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 106 components and 0.223916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139322Jy sigma=0.000673 ! Fit after self-cal, rms=0.139299Jy sigma=0.000673 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.000352263 Jy ! Component: 100 - total flux cleaned = 0.000476753 Jy ! Component: 150 - total flux cleaned = 0.00051432 Jy ! Component: 200 - total flux cleaned = 0.000567683 Jy ! Total flux subtracted in 200 components = 0.000567683 Jy ! Clean residual min=-0.002513 max=0.002486 Jy/beam ! Clean residual mean=-0.000015 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.224483 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 117 components and 0.224483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139291Jy sigma=0.000673 ! Fit after self-cal, rms=0.139287Jy sigma=0.000673 ! 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.139287Jy sigma=0.000673 ! Fit after self-cal, rms=0.139582Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.489 mas, bmaj=10.67 mas, bpa=1.065 degrees ! Estimated noise=924.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157734 Jy ! Component: 100 - total flux cleaned = 0.00229386 Jy ! Component: 150 - total flux cleaned = 0.00239789 Jy ! Component: 200 - total flux cleaned = 0.00239728 Jy ! Total flux subtracted in 200 components = 0.00239728 Jy ! Clean residual min=-0.002890 max=0.003961 Jy/beam ! Clean residual mean=-0.000029 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.226881 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 136 components and 0.226881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139580Jy sigma=0.000673 ! Fit after self-cal, rms=0.139579Jy sigma=0.000673 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 (60, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360075 Jy ! Component: 100 - total flux cleaned = 0.00378364 Jy ! Component: 150 - total flux cleaned = 0.00364987 Jy ! Component: 200 - total flux cleaned = 0.00363963 Jy ! Total flux subtracted in 200 components = 0.00363963 Jy ! Clean residual min=-0.002351 max=0.003309 Jy/beam ! Clean residual mean=-0.000026 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.23052 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 197 components and 0.23052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139501Jy sigma=0.000672 ! Fit after self-cal, rms=0.139498Jy sigma=0.000672 ! Inverting map ! Added new window around map position (20.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00320293 Jy ! Component: 100 - total flux cleaned = 0.00427419 Jy ! Component: 150 - total flux cleaned = 0.0047598 Jy ! Component: 200 - total flux cleaned = 0.00517389 Jy ! Total flux subtracted in 200 components = 0.00517389 Jy ! Clean residual min=-0.002195 max=0.001956 Jy/beam ! Clean residual mean=-0.000024 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.235694 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 261 components and 0.235694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139412Jy sigma=0.000671 ! Fit after self-cal, rms=0.139402Jy sigma=0.000671 ! 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.396 mas, bmaj=7.933 mas, bpa=-0.1734 degrees ! Estimated noise=736.547 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.396 x 7.933 at -0.1734 degrees (North through East) ! Clean map min=-0.0022136 max=0.17775 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.87 mas, bmaj=7.182 mas, bpa=-1.437 degrees ! Estimated noise=1085.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139774 Jy ! Component: 100 - total flux cleaned = 0.174167 Jy ! Component: 150 - total flux cleaned = 0.191876 Jy ! Component: 200 - total flux cleaned = 0.20271 Jy ! Total flux subtracted in 200 components = 0.20271 Jy ! Clean residual min=-0.003954 max=0.005631 Jy/beam ! Clean residual mean=-0.000013 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.20271 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.20271 Jy ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=7.933 mas, bpa=-0.1734 degrees ! Estimated noise=736.547 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.00831413 Jy ! Component: 100 - total flux cleaned = 0.0134865 Jy ! Component: 150 - total flux cleaned = 0.0172261 Jy ! Component: 200 - total flux cleaned = 0.0202945 Jy ! Total flux subtracted in 200 components = 0.0202945 Jy ! Clean residual min=-0.002486 max=0.002530 Jy/beam ! Clean residual mean=-0.000019 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.223005 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 0.223005 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.489 mas, bmaj=10.67 mas, bpa=1.065 degrees ! Estimated noise=924.961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00419511 Jy ! Component: 100 - total flux cleaned = 0.00748642 Jy ! Component: 150 - total flux cleaned = 0.0101637 Jy ! Component: 200 - total flux cleaned = 0.0120413 Jy ! Total flux subtracted in 200 components = 0.0120413 Jy ! Clean residual min=-0.002663 max=0.002193 Jy/beam ! Clean residual mean=-0.000027 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.235046 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.00115396 Jy ! Component: 100 - total flux cleaned = 0.00216827 Jy ! Component: 150 - total flux cleaned = 0.00277422 Jy ! Component: 200 - total flux cleaned = 0.00321242 Jy ! Total flux subtracted in 200 components = 0.00321242 Jy ! Clean residual min=-0.002314 max=0.001903 Jy/beam ! Clean residual mean=-0.000024 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.238258 Jy ! Adding 155 model components to the UV plane model. ! The established model now contains 198 components and 0.238258 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=7.933 mas, bpa=-0.1734 degrees ! Estimated noise=736.547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101424 Jy ! Component: 100 - total flux cleaned = 0.00141001 Jy ! Component: 150 - total flux cleaned = 0.00166206 Jy ! Component: 200 - total flux cleaned = 0.00189884 Jy ! Total flux subtracted in 200 components = 0.00189884 Jy ! Clean residual min=-0.002014 max=0.001789 Jy/beam ! Clean residual mean=-0.000010 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.240157 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 230 components and 0.240157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139389Jy sigma=0.000671 ! Fit after self-cal, rms=0.139375Jy sigma=0.000671 wmodel J0006+1235_S_2017_04_28_pus_map.mod ! Writing 230 model components to file: J0006+1235_S_2017_04_28_pus_map.mod wobs J0006+1235_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J0006+1235_S_2017_04_28_pus_uvs.fits wwins J0006+1235_S_2017_04_28_pus_map.win ! wwins: Wrote 5 windows to J0006+1235_S_2017_04_28_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.000583854 Jy ! Component: 100 - total flux cleaned = -0.000874411 Jy ! Component: 150 - total flux cleaned = -0.000906159 Jy ! Component: 200 - total flux cleaned = -0.00102176 Jy ! Component: 250 - total flux cleaned = -0.00107853 Jy ! Component: 300 - total flux cleaned = -0.00118916 Jy ! Component: 350 - total flux cleaned = -0.00132279 Jy ! Component: 400 - total flux cleaned = -0.00137463 Jy ! Component: 450 - total flux cleaned = -0.00152849 Jy ! Component: 500 - total flux cleaned = -0.00165368 Jy ! Component: 550 - total flux cleaned = -0.00175196 Jy ! Component: 600 - total flux cleaned = -0.00182434 Jy ! Component: 650 - total flux cleaned = -0.00191972 Jy ! Component: 700 - total flux cleaned = -0.0020131 Jy ! Component: 750 - total flux cleaned = -0.0021048 Jy ! Component: 800 - total flux cleaned = -0.00217285 Jy ! Component: 850 - total flux cleaned = -0.00221774 Jy ! Component: 900 - total flux cleaned = -0.00226182 Jy ! Component: 950 - total flux cleaned = -0.00232718 Jy ! Component: 1000 - total flux cleaned = -0.00234855 Jy ! Component: 1050 - total flux cleaned = -0.00243309 Jy ! Component: 1100 - total flux cleaned = -0.00247489 Jy ! Component: 1150 - total flux cleaned = -0.00249539 Jy ! Component: 1200 - total flux cleaned = -0.0025159 Jy ! Component: 1250 - total flux cleaned = -0.00255668 Jy ! Component: 1300 - total flux cleaned = -0.00259633 Jy ! Component: 1350 - total flux cleaned = -0.00261617 Jy ! Component: 1400 - total flux cleaned = -0.00273271 Jy ! Component: 1450 - total flux cleaned = -0.00271317 Jy ! Component: 1500 - total flux cleaned = -0.00275145 Jy ! Component: 1550 - total flux cleaned = -0.00278922 Jy ! Component: 1600 - total flux cleaned = -0.00278972 Jy ! Component: 1650 - total flux cleaned = -0.00288188 Jy ! Component: 1700 - total flux cleaned = -0.00288174 Jy ! Component: 1750 - total flux cleaned = -0.00291761 Jy ! Component: 1800 - total flux cleaned = -0.00293541 Jy ! Component: 1850 - total flux cleaned = -0.00291772 Jy ! Component: 1900 - total flux cleaned = -0.00293511 Jy ! Component: 1950 - total flux cleaned = -0.00300454 Jy ! Component: 2000 - total flux cleaned = -0.00303898 Jy ! Component: 2050 - total flux cleaned = -0.003056 Jy ! Component: 2100 - total flux cleaned = -0.00308987 Jy ! Component: 2150 - total flux cleaned = -0.00309013 Jy ! Component: 2200 - total flux cleaned = -0.00317297 Jy ! Component: 2250 - total flux cleaned = -0.00317281 Jy ! Component: 2300 - total flux cleaned = -0.0031566 Jy ! Component: 2350 - total flux cleaned = -0.00318906 Jy ! Component: 2400 - total flux cleaned = -0.00328562 Jy ! Component: 2450 - total flux cleaned = -0.00331776 Jy ! Component: 2500 - total flux cleaned = -0.00338085 Jy ! Component: 2550 - total flux cleaned = -0.00342817 Jy ! Component: 2600 - total flux cleaned = -0.00347476 Jy ! Component: 2650 - total flux cleaned = -0.00355206 Jy ! Component: 2700 - total flux cleaned = -0.00361333 Jy ! Component: 2750 - total flux cleaned = -0.0036742 Jy ! Component: 2800 - total flux cleaned = -0.0036743 Jy ! Component: 2850 - total flux cleaned = -0.00376435 Jy ! Component: 2900 - total flux cleaned = -0.00373468 Jy ! Component: 2950 - total flux cleaned = -0.00388249 Jy ! Component: 3000 - total flux cleaned = -0.00386792 Jy ! Component: 3050 - total flux cleaned = -0.00394093 Jy ! Component: 3100 - total flux cleaned = -0.00397 Jy ! Component: 3150 - total flux cleaned = -0.00401305 Jy ! Component: 3200 - total flux cleaned = -0.00409868 Jy ! Component: 3250 - total flux cleaned = -0.00415537 Jy ! Component: 3300 - total flux cleaned = -0.00425384 Jy ! Component: 3350 - total flux cleaned = -0.00426767 Jy ! Component: 3400 - total flux cleaned = -0.00432324 Jy ! Component: 3450 - total flux cleaned = -0.00432326 Jy ! Component: 3500 - total flux cleaned = -0.00440559 Jy ! Component: 3550 - total flux cleaned = -0.00440574 Jy ! Component: 3600 - total flux cleaned = -0.00450055 Jy ! Component: 3650 - total flux cleaned = -0.00456785 Jy ! Component: 3700 - total flux cleaned = -0.00464813 Jy ! Component: 3750 - total flux cleaned = -0.00471458 Jy ! Component: 3800 - total flux cleaned = -0.00472779 Jy ! Component: 3850 - total flux cleaned = -0.00479332 Jy ! Component: 3900 - total flux cleaned = -0.00483249 Jy ! Component: 3950 - total flux cleaned = -0.00480648 Jy ! Component: 4000 - total flux cleaned = -0.00487098 Jy ! Component: 4050 - total flux cleaned = -0.00490946 Jy ! Total flux subtracted in 4096 components = -0.00497329 Jy ! Clean residual min=-0.000758 max=0.000796 Jy/beam ! Clean residual mean=-0.000004 rms=0.000242 Jy/beam ! Combined flux in latest and established models = 0.235184 Jy keep ! Adding 323 model components to the UV plane model. ! The established model now contains 553 components and 0.235184 Jy ![Exited script file: muppet] wmap "J0006+1235_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.396 x 7.933 at -0.1734 degrees (North through East) ! Clean map min=-0.0017371 max=0.17772 Jy/beam ! Writing clean map to FITS file: J0006+1235_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.177719 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239853 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.404886 0.404886 0.809772 1.61954 3.23909 6.47817 12.9563 25.9127 51.8254 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.177 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.396 x 7.933 at -0.1734 degrees (North through East) ! Clean map min=-0.0017371 max=0.17772 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 J0006+1235_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:11:59 2019