! Started logfile: J1514+0252_S_2017_02_19_pus_uvs.log on Sat May 4 18:53:30 2019 obs J1514+0252_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1514+0252_S_2017_02_19_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.584325 visibilities/baseline/integration-bin. ! Found source: J1514+0252 ! ! 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 482 lines of history. ! ! Reading 11780 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 J1514+0252_S_2017_02_19_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 274 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 274 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 274 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 559 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.903831Jy sigma=0.007400 ! Fit after self-cal, rms=0.895791Jy sigma=0.007340 ! 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.8 mas, bmaj=6.567 mas, bpa=-3.432 degrees ! Estimated noise=1100.48 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0792984 Jy ! Component: 100 - total flux cleaned = 0.102879 Jy ! Total flux subtracted in 100 components = 0.102879 Jy ! Clean residual min=-0.004509 max=0.009481 Jy/beam ! Clean residual mean=0.000007 rms=0.001381 Jy/beam ! Combined flux in latest and established models = 0.102879 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.102879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091269Jy sigma=0.000687 ! Fit after self-cal, rms=0.091120Jy sigma=0.000686 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107502 Jy ! Component: 100 - total flux cleaned = 0.0162465 Jy ! Total flux subtracted in 100 components = 0.0162465 Jy ! Clean residual min=-0.004260 max=0.006433 Jy/beam ! Clean residual mean=0.000001 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.119125 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.119125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089485Jy sigma=0.000675 ! Fit after self-cal, rms=0.089434Jy sigma=0.000674 ! 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.404 mas, bmaj=7.434 mas, bpa=-2.527 degrees ! Estimated noise=878.147 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00698372 Jy ! Component: 100 - total flux cleaned = 0.0105793 Jy ! Component: 150 - total flux cleaned = 0.0130036 Jy ! Component: 200 - total flux cleaned = 0.0143052 Jy ! Total flux subtracted in 200 components = 0.0143052 Jy ! Clean residual min=-0.002979 max=0.004112 Jy/beam ! Clean residual mean=-0.000003 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.133431 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 56 components and 0.133431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088831Jy sigma=0.000670 ! Fit after self-cal, rms=0.088770Jy sigma=0.000669 ! Inverting map ! Added new window around map position (13.5, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387503 Jy ! Component: 100 - total flux cleaned = 0.00599969 Jy ! Component: 150 - total flux cleaned = 0.00681051 Jy ! Component: 200 - total flux cleaned = 0.00725956 Jy ! Total flux subtracted in 200 components = 0.00725956 Jy ! Clean residual min=-0.002821 max=0.002630 Jy/beam ! Clean residual mean=-0.000001 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.14069 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 82 components and 0.14069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088589Jy sigma=0.000668 ! Fit after self-cal, rms=0.088562Jy sigma=0.000668 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.93 HN 1.08 KP 1.06 ! LA 1.08 MK 0.98 NL 0.83 OV 1.02 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.05 KP 1.02 ! LA 1.05 MK 0.93 NL 1.09 OV 1.04 ! PT 1.00* 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.90 FD 0.99 HN 1.00 KP 0.88 ! LA 0.78 MK 1.00 NL 1.13 OV 1.00 ! PT 1.00* SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.04 HN 0.87 KP 1.00* ! LA 0.86 MK 1.20 NL 1.00* OV 1.09 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.088562Jy sigma=0.000668 ! Fit after self-cal, rms=0.085439Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=7.471 mas, bpa=-2.558 degrees ! Estimated noise=875.458 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.00162808 Jy ! Component: 100 - total flux cleaned = 0.00163275 Jy ! Component: 150 - total flux cleaned = 0.00149522 Jy ! Component: 200 - total flux cleaned = 0.00134109 Jy ! Total flux subtracted in 200 components = 0.00134109 Jy ! Clean residual min=-0.002101 max=0.002585 Jy/beam ! Clean residual mean=-0.000010 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.142031 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.142031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085400Jy sigma=0.000659 ! Fit after self-cal, rms=0.085364Jy sigma=0.000658 ! 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.085364Jy sigma=0.000658 ! Fit after self-cal, rms=0.084696Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=7.478 mas, bpa=-2.548 degrees ! Estimated noise=871.843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00073057 Jy ! Component: 100 - total flux cleaned = 0.000797082 Jy ! Component: 150 - total flux cleaned = 0.000825796 Jy ! Component: 200 - total flux cleaned = 0.000874675 Jy ! Total flux subtracted in 200 components = 0.000874675 Jy ! Clean residual min=-0.001845 max=0.002271 Jy/beam ! Clean residual mean=-0.000006 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.142906 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 123 components and 0.142906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084675Jy sigma=0.000656 ! Fit after self-cal, rms=0.084696Jy sigma=0.000656 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 (-2.5, 73). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000756142 Jy ! Component: 100 - total flux cleaned = 0.00103964 Jy ! Component: 150 - total flux cleaned = 0.000999414 Jy ! Component: 200 - total flux cleaned = 0.00106557 Jy ! Total flux subtracted in 200 components = 0.00106557 Jy ! Clean residual min=-0.001780 max=0.001959 Jy/beam ! Clean residual mean=-0.000006 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.143972 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 141 components and 0.143972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084632Jy sigma=0.000656 ! Fit after self-cal, rms=0.084628Jy sigma=0.000656 ! 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.084628Jy sigma=0.000656 ! Fit after self-cal, rms=0.084401Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.48 mas, bpa=-2.551 degrees ! Estimated noise=869.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000414472 Jy ! Component: 100 - total flux cleaned = 0.000447524 Jy ! Component: 150 - total flux cleaned = 0.000531136 Jy ! Component: 200 - total flux cleaned = 0.00053157 Jy ! Total flux subtracted in 200 components = 0.00053157 Jy ! Clean residual min=-0.001795 max=0.001923 Jy/beam ! Clean residual mean=-0.000006 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.144503 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 150 components and 0.144503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084381Jy sigma=0.000655 ! Fit after self-cal, rms=0.084388Jy sigma=0.000655 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.99286e-05 Jy ! Component: 100 - total flux cleaned = 0.00012946 Jy ! Component: 150 - total flux cleaned = 0.000129364 Jy ! Component: 200 - total flux cleaned = 0.000150811 Jy ! Total flux subtracted in 200 components = 0.000150811 Jy ! Clean residual min=-0.001809 max=0.001936 Jy/beam ! Clean residual mean=-0.000006 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.144654 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 156 components and 0.144654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084375Jy sigma=0.000655 ! Fit after self-cal, rms=0.084375Jy sigma=0.000655 ! 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.084375Jy sigma=0.000655 ! Fit after self-cal, rms=0.084341Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.708 mas, bmaj=10.93 mas, bpa=5.958 degrees ! Estimated noise=1090.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.76787e-05 Jy ! Component: 100 - total flux cleaned = -0.000248587 Jy ! Component: 150 - total flux cleaned = -0.000376034 Jy ! Component: 200 - total flux cleaned = -0.000441066 Jy ! Total flux subtracted in 200 components = -0.000441066 Jy ! Clean residual min=-0.001868 max=0.002058 Jy/beam ! Clean residual mean=-0.000010 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.144213 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 172 components and 0.144213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084337Jy sigma=0.000655 ! Fit after self-cal, rms=0.084337Jy sigma=0.000655 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.29347e-05 Jy ! Component: 100 - total flux cleaned = -0.000195747 Jy ! Component: 150 - total flux cleaned = -0.000165318 Jy ! Component: 200 - total flux cleaned = -0.000123846 Jy ! Total flux subtracted in 200 components = -0.000123846 Jy ! Clean residual min=-0.001841 max=0.002022 Jy/beam ! Clean residual mean=-0.000010 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.144089 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 182 components and 0.144089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084335Jy sigma=0.000655 ! Fit after self-cal, rms=0.084336Jy sigma=0.000655 ! 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.409 mas, bmaj=7.479 mas, bpa=-2.523 degrees ! Estimated noise=868.972 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.409 x 7.479 at -2.523 degrees (North through East) ! Clean map min=-0.0017458 max=0.10103 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.81 mas, bmaj=6.608 mas, bpa=-3.266 degrees ! Estimated noise=1088.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0782963 Jy ! Component: 100 - total flux cleaned = 0.103023 Jy ! Component: 150 - total flux cleaned = 0.114159 Jy ! Component: 200 - total flux cleaned = 0.120805 Jy ! Total flux subtracted in 200 components = 0.120805 Jy ! Clean residual min=-0.003382 max=0.004071 Jy/beam ! Clean residual mean=0.000002 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.120805 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.120805 Jy ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.479 mas, bpa=-2.523 degrees ! Estimated noise=868.972 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.00624756 Jy ! Component: 100 - total flux cleaned = 0.0105267 Jy ! Component: 150 - total flux cleaned = 0.013432 Jy ! Component: 200 - total flux cleaned = 0.0152505 Jy ! Total flux subtracted in 200 components = 0.0152505 Jy ! Clean residual min=-0.002156 max=0.002364 Jy/beam ! Clean residual mean=-0.000003 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.136056 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 59 components and 0.136056 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.708 mas, bmaj=10.93 mas, bpa=5.958 degrees ! Estimated noise=1090.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00291656 Jy ! Component: 100 - total flux cleaned = 0.0044188 Jy ! Component: 150 - total flux cleaned = 0.00514494 Jy ! Component: 200 - total flux cleaned = 0.0055388 Jy ! Total flux subtracted in 200 components = 0.0055388 Jy ! Clean residual min=-0.001952 max=0.002266 Jy/beam ! Clean residual mean=-0.000010 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.141594 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.000322822 Jy ! Component: 100 - total flux cleaned = 0.000626635 Jy ! Component: 150 - total flux cleaned = 0.000831906 Jy ! Component: 200 - total flux cleaned = 0.00106347 Jy ! Total flux subtracted in 200 components = 0.00106347 Jy ! Clean residual min=-0.001888 max=0.002138 Jy/beam ! Clean residual mean=-0.000010 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.142658 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 105 components and 0.142658 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=7.479 mas, bpa=-2.523 degrees ! Estimated noise=868.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341784 Jy ! Component: 100 - total flux cleaned = 0.000293445 Jy ! Component: 150 - total flux cleaned = 0.000249772 Jy ! Component: 200 - total flux cleaned = 0.000289316 Jy ! Total flux subtracted in 200 components = 0.000289316 Jy ! Clean residual min=-0.001891 max=0.001957 Jy/beam ! Clean residual mean=-0.000005 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.142947 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.142947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084396Jy sigma=0.000656 ! Fit after self-cal, rms=0.084387Jy sigma=0.000656 wmodel J1514+0252_S_2017_02_19_pus_map.mod ! Writing 129 model components to file: J1514+0252_S_2017_02_19_pus_map.mod wobs J1514+0252_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1514+0252_S_2017_02_19_pus_uvs.fits wwins J1514+0252_S_2017_02_19_pus_map.win ! wwins: Wrote 4 windows to J1514+0252_S_2017_02_19_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.000324447 Jy ! Component: 100 - total flux cleaned = 0.000259933 Jy ! Component: 150 - total flux cleaned = 0.000229439 Jy ! Component: 200 - total flux cleaned = 0.000258569 Jy ! Component: 250 - total flux cleaned = 0.000229411 Jy ! Component: 300 - total flux cleaned = 0.000312311 Jy ! Component: 350 - total flux cleaned = 0.000284515 Jy ! Component: 400 - total flux cleaned = 0.000258368 Jy ! Component: 450 - total flux cleaned = 0.0002329 Jy ! Component: 500 - total flux cleaned = 0.000284464 Jy ! Component: 550 - total flux cleaned = 0.000408748 Jy ! Component: 600 - total flux cleaned = 0.000456697 Jy ! Component: 650 - total flux cleaned = 0.000408104 Jy ! Component: 700 - total flux cleaned = 0.000431048 Jy ! Component: 750 - total flux cleaned = 0.000477363 Jy ! Component: 800 - total flux cleaned = 0.000568555 Jy ! Component: 850 - total flux cleaned = 0.000635693 Jy ! Component: 900 - total flux cleaned = 0.000635815 Jy ! Component: 950 - total flux cleaned = 0.000744763 Jy ! Component: 1000 - total flux cleaned = 0.000787865 Jy ! Component: 1050 - total flux cleaned = 0.000914892 Jy ! Component: 1100 - total flux cleaned = 0.000894009 Jy ! Component: 1150 - total flux cleaned = 0.00101809 Jy ! Component: 1200 - total flux cleaned = 0.00103841 Jy ! Component: 1250 - total flux cleaned = 0.00105829 Jy ! Component: 1300 - total flux cleaned = 0.00109825 Jy ! Component: 1350 - total flux cleaned = 0.00117692 Jy ! Component: 1400 - total flux cleaned = 0.00119612 Jy ! Component: 1450 - total flux cleaned = 0.00117686 Jy ! Component: 1500 - total flux cleaned = 0.00115821 Jy ! Component: 1550 - total flux cleaned = 0.00125245 Jy ! Component: 1600 - total flux cleaned = 0.00128947 Jy ! Component: 1650 - total flux cleaned = 0.00138139 Jy ! Component: 1700 - total flux cleaned = 0.00141772 Jy ! Component: 1750 - total flux cleaned = 0.00150744 Jy ! Component: 1800 - total flux cleaned = 0.00152509 Jy ! Component: 1850 - total flux cleaned = 0.00157818 Jy ! Component: 1900 - total flux cleaned = 0.0016827 Jy ! Component: 1950 - total flux cleaned = 0.0016309 Jy ! Component: 2000 - total flux cleaned = 0.00166536 Jy ! Component: 2050 - total flux cleaned = 0.00176687 Jy ! Component: 2100 - total flux cleaned = 0.00173314 Jy ! Component: 2150 - total flux cleaned = 0.00179987 Jy ! Component: 2200 - total flux cleaned = 0.00181633 Jy ! Component: 2250 - total flux cleaned = 0.00183287 Jy ! Component: 2300 - total flux cleaned = 0.00186539 Jy ! Component: 2350 - total flux cleaned = 0.00186531 Jy ! Component: 2400 - total flux cleaned = 0.00192892 Jy ! Component: 2450 - total flux cleaned = 0.00191306 Jy ! Component: 2500 - total flux cleaned = 0.00194441 Jy ! Component: 2550 - total flux cleaned = 0.00197547 Jy ! Component: 2600 - total flux cleaned = 0.00205257 Jy ! Component: 2650 - total flux cleaned = 0.00209823 Jy ! Component: 2700 - total flux cleaned = 0.00208315 Jy ! Component: 2750 - total flux cleaned = 0.00212822 Jy ! Component: 2800 - total flux cleaned = 0.00214319 Jy ! Component: 2850 - total flux cleaned = 0.00217259 Jy ! Component: 2900 - total flux cleaned = 0.00224605 Jy ! Component: 2950 - total flux cleaned = 0.0022608 Jy ! Component: 3000 - total flux cleaned = 0.00226066 Jy ! Component: 3050 - total flux cleaned = 0.00231831 Jy ! Component: 3100 - total flux cleaned = 0.00231824 Jy ! Component: 3150 - total flux cleaned = 0.0023326 Jy ! Component: 3200 - total flux cleaned = 0.00237463 Jy ! Component: 3250 - total flux cleaned = 0.00240241 Jy ! Component: 3300 - total flux cleaned = 0.00248541 Jy ! Component: 3350 - total flux cleaned = 0.00252655 Jy ! Component: 3400 - total flux cleaned = 0.00249915 Jy ! Component: 3450 - total flux cleaned = 0.00255335 Jy ! Component: 3500 - total flux cleaned = 0.00251319 Jy ! Component: 3550 - total flux cleaned = 0.00257996 Jy ! Component: 3600 - total flux cleaned = 0.00255347 Jy ! Component: 3650 - total flux cleaned = 0.00261944 Jy ! Component: 3700 - total flux cleaned = 0.00259324 Jy ! Component: 3750 - total flux cleaned = 0.00256728 Jy ! Component: 3800 - total flux cleaned = 0.00261896 Jy ! Component: 3850 - total flux cleaned = 0.00261889 Jy ! Component: 3900 - total flux cleaned = 0.00258055 Jy ! Component: 3950 - total flux cleaned = 0.00254255 Jy ! Component: 4000 - total flux cleaned = 0.00254261 Jy ! Component: 4050 - total flux cleaned = 0.00258025 Jy ! Total flux subtracted in 4096 components = 0.00254276 Jy ! Clean residual min=-0.000719 max=0.000886 Jy/beam ! Clean residual mean=-0.000002 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.14549 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 411 components and 0.14549 Jy ![Exited script file: muppet] wmap "J1514+0252_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.409 x 7.479 at -2.523 degrees (North through East) ! Clean map min=-0.001583 max=0.10102 Jy/beam ! Writing clean map to FITS file: J1514+0252_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.101022 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231622 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.687833 0.687833 1.37567 2.75133 5.50267 11.0053 22.0107 44.0213 88.0427 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.101 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.409 x 7.479 at -2.523 degrees (North through East) ! Clean map min=-0.001583 max=0.10102 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 J1514+0252_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:53:35 2019