! Started logfile: J1419+5423_S_2017_06_10_pus_uvs.log on Mon May 6 14:56:29 2019 obs J1419+5423_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1419+5423_S_2017_06_10_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.875556 visibilities/baseline/integration-bin. ! Found source: J1419+5423 ! ! 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 1154 lines of history. ! ! Reading 1576 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 J1419+5423_S_2017_06_10_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.485474Jy sigma=0.004539 ! Fit after self-cal, rms=0.443338Jy sigma=0.004191 ! 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.896 mas, bmaj=9.366 mas, bpa=44 degrees ! Estimated noise=2573.09 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 = 1.06283 Jy ! Component: 100 - total flux cleaned = 1.32539 Jy ! Total flux subtracted in 100 components = 1.32539 Jy ! Clean residual min=-0.045804 max=0.107976 Jy/beam ! Clean residual mean=-0.000230 rms=0.015592 Jy/beam ! Combined flux in latest and established models = 1.32539 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 1.32539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200914Jy sigma=0.001842 ! Fit after self-cal, rms=0.200909Jy sigma=0.001842 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.113837 Jy ! Component: 100 - total flux cleaned = 0.169326 Jy ! Total flux subtracted in 100 components = 0.169326 Jy ! Clean residual min=-0.025837 max=0.033215 Jy/beam ! Clean residual mean=-0.000083 rms=0.007079 Jy/beam ! Combined flux in latest and established models = 1.49471 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 1.49471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125956Jy sigma=0.001142 ! Fit after self-cal, rms=0.125937Jy sigma=0.001142 ! 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.256 mas, bmaj=9.792 mas, bpa=44.79 degrees ! Estimated noise=2186.3 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.0263109 Jy ! Component: 100 - total flux cleaned = 0.0342048 Jy ! Component: 150 - total flux cleaned = 0.0354032 Jy ! Component: 200 - total flux cleaned = 0.0357164 Jy ! Total flux subtracted in 200 components = 0.0357164 Jy ! Clean residual min=-0.016961 max=0.025300 Jy/beam ! Clean residual mean=-0.000123 rms=0.005338 Jy/beam ! Combined flux in latest and established models = 1.53043 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 1.53043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119440Jy sigma=0.001092 ! Fit after self-cal, rms=0.119400Jy sigma=0.001092 ! 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.98 FD 0.96 HN 0.97 KP 1.04 ! LA 1.03 MK 1.07 NL 0.90 OV 1.01 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.01 KP 0.99 ! LA 0.96 MK 1.05 NL 1.03 OV 1.06 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.02 HN 1.00 KP 0.99 ! LA 1.01 MK 1.09 NL 0.98 OV 0.96 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00 KP 1.00* ! LA 1.05 MK 0.92 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.119400Jy sigma=0.001092 ! Fit after self-cal, rms=0.084349Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.27 mas, bmaj=9.745 mas, bpa=44.84 degrees ! Estimated noise=2190.69 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 (10, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0240867 Jy ! Component: 100 - total flux cleaned = 0.0370333 Jy ! Component: 150 - total flux cleaned = 0.0460235 Jy ! Component: 200 - total flux cleaned = 0.050717 Jy ! Total flux subtracted in 200 components = 0.050717 Jy ! Clean residual min=-0.006053 max=0.007436 Jy/beam ! Clean residual mean=-0.000055 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 1.58115 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 44 components and 1.58115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076620Jy sigma=0.000692 ! Fit after self-cal, rms=0.076426Jy sigma=0.000690 ! 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.076426Jy sigma=0.000690 ! Fit after self-cal, rms=0.075920Jy sigma=0.000687 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=9.743 mas, bpa=44.84 degrees ! Estimated noise=2186.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00407039 Jy ! Component: 100 - total flux cleaned = 0.00679634 Jy ! Component: 150 - total flux cleaned = 0.00925092 Jy ! Component: 200 - total flux cleaned = 0.0113347 Jy ! Total flux subtracted in 200 components = 0.0113347 Jy ! Clean residual min=-0.005092 max=0.006073 Jy/beam ! Clean residual mean=-0.000056 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 1.59248 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 66 components and 1.59248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074923Jy sigma=0.000678 ! Fit after self-cal, rms=0.074898Jy sigma=0.000678 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.00236247 Jy ! Component: 100 - total flux cleaned = 0.00400774 Jy ! Component: 150 - total flux cleaned = 0.00545791 Jy ! Component: 200 - total flux cleaned = 0.00665255 Jy ! Total flux subtracted in 200 components = 0.00665255 Jy ! Clean residual min=-0.004804 max=0.005496 Jy/beam ! Clean residual mean=-0.000039 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 1.59913 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 80 components and 1.59913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074588Jy sigma=0.000675 ! Fit after self-cal, rms=0.074574Jy sigma=0.000675 ! 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.074574Jy sigma=0.000675 ! Fit after self-cal, rms=0.074534Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=9.741 mas, bpa=44.83 degrees ! Estimated noise=2186.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000297517 Jy ! Component: 100 - total flux cleaned = 0.000687648 Jy ! Component: 150 - total flux cleaned = 0.00178312 Jy ! Component: 200 - total flux cleaned = 0.0026828 Jy ! Total flux subtracted in 200 components = 0.0026828 Jy ! Clean residual min=-0.004757 max=0.005263 Jy/beam ! Clean residual mean=-0.000044 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 1.60182 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 91 components and 1.60182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074340Jy sigma=0.000673 ! Fit after self-cal, rms=0.074332Jy 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.00131203 Jy ! Component: 100 - total flux cleaned = 0.00207457 Jy ! Component: 150 - total flux cleaned = 0.0025988 Jy ! Component: 200 - total flux cleaned = 0.00298211 Jy ! Total flux subtracted in 200 components = 0.00298211 Jy ! Clean residual min=-0.004682 max=0.005256 Jy/beam ! Clean residual mean=-0.000036 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 1.6048 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 104 components and 1.6048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074251Jy sigma=0.000672 ! Fit after self-cal, rms=0.074248Jy sigma=0.000672 ! 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.074248Jy sigma=0.000672 ! Fit after self-cal, rms=0.074275Jy sigma=0.000672 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.739 mas, bmaj=10.67 mas, bpa=41.77 degrees ! Estimated noise=2761.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182864 Jy ! Component: 100 - total flux cleaned = 0.00258092 Jy ! Component: 150 - total flux cleaned = 0.00299239 Jy ! Component: 200 - total flux cleaned = 0.00317047 Jy ! Total flux subtracted in 200 components = 0.00317047 Jy ! Clean residual min=-0.004949 max=0.006667 Jy/beam ! Clean residual mean=-0.000077 rms=0.001660 Jy/beam ! Combined flux in latest and established models = 1.60797 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 115 components and 1.60797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074259Jy sigma=0.000672 ! Fit after self-cal, rms=0.074255Jy sigma=0.000672 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.000628703 Jy ! Component: 100 - total flux cleaned = 0.000667225 Jy ! Component: 150 - total flux cleaned = 0.000669176 Jy ! Component: 200 - total flux cleaned = 0.000703726 Jy ! Total flux subtracted in 200 components = 0.000703726 Jy ! Clean residual min=-0.004773 max=0.006517 Jy/beam ! Clean residual mean=-0.000070 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 1.60867 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 129 components and 1.60867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074260Jy sigma=0.000672 ! Fit after self-cal, rms=0.074258Jy sigma=0.000672 ! 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.275 mas, bmaj=9.741 mas, bpa=44.83 degrees ! Estimated noise=2187.28 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.275 x 9.741 at 44.83 degrees (North through East) ! Clean map min=-0.0046519 max=1.3835 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074258Jy sigma=0.000672 ! Fit after self-cal, rms=0.068746Jy sigma=0.000621 ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=9.739 mas, bpa=44.82 degrees ! Estimated noise=2187.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000324033 Jy ! Component: 100 - total flux cleaned = -0.000156748 Jy ! Component: 150 - total flux cleaned = 8.28266e-05 Jy ! Component: 200 - total flux cleaned = 0.000168793 Jy ! Total flux subtracted in 200 components = 0.000168793 Jy ! Clean residual min=-0.004243 max=0.005171 Jy/beam ! Clean residual mean=-0.000030 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 1.60884 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 153 components and 1.60884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068670Jy sigma=0.000620 ! Fit after self-cal, rms=0.068664Jy sigma=0.000620 ! Inverting map ! Added new window around map position (23, 115.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00484586 Jy ! Component: 100 - total flux cleaned = 0.00804388 Jy ! Component: 150 - total flux cleaned = 0.0105342 Jy ! Component: 200 - total flux cleaned = 0.0118372 Jy ! Total flux subtracted in 200 components = 0.0118372 Jy ! Clean residual min=-0.003969 max=0.003835 Jy/beam ! Clean residual mean=-0.000010 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 1.62068 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 172 components and 1.62068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068220Jy sigma=0.000616 ! Fit after self-cal, rms=0.068199Jy sigma=0.000616 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068199Jy sigma=0.000616 ! Fit after self-cal, rms=0.068175Jy sigma=0.000616 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.919 mas, bmaj=9.318 mas, bpa=44 degrees ! Estimated noise=2573.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.06231 Jy ! Component: 100 - total flux cleaned = 1.31952 Jy ! Component: 150 - total flux cleaned = 1.42894 Jy ! Component: 200 - total flux cleaned = 1.482 Jy ! Total flux subtracted in 200 components = 1.482 Jy ! Clean residual min=-0.016638 max=0.024996 Jy/beam ! Clean residual mean=-0.000156 rms=0.005111 Jy/beam ! Combined flux in latest and established models = 1.482 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 15 model components to the UV plane model. ! The established model now contains 15 components and 1.482 Jy ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=9.74 mas, bpa=44.82 degrees ! Estimated noise=2186.97 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.0321473 Jy ! Component: 100 - total flux cleaned = 0.0538657 Jy ! Component: 150 - total flux cleaned = 0.0696975 Jy ! Component: 200 - total flux cleaned = 0.0821904 Jy ! Total flux subtracted in 200 components = 0.0821904 Jy ! Clean residual min=-0.008176 max=0.008421 Jy/beam ! Clean residual mean=-0.000132 rms=0.002289 Jy/beam ! Combined flux in latest and established models = 1.56419 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 36 components and 1.56419 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=6.74 mas, bmaj=10.67 mas, bpa=41.76 degrees ! Estimated noise=2760.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139967 Jy ! Component: 100 - total flux cleaned = 0.0237184 Jy ! Component: 150 - total flux cleaned = 0.0311687 Jy ! Component: 200 - total flux cleaned = 0.0352964 Jy ! Total flux subtracted in 200 components = 0.0352964 Jy ! Clean residual min=-0.006562 max=0.005569 Jy/beam ! Clean residual mean=-0.000126 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 1.59949 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.00366691 Jy ! Component: 100 - total flux cleaned = 0.00662088 Jy ! Component: 150 - total flux cleaned = 0.00917142 Jy ! Component: 200 - total flux cleaned = 0.0115018 Jy ! Total flux subtracted in 200 components = 0.0115018 Jy ! Clean residual min=-0.004379 max=0.003741 Jy/beam ! Clean residual mean=-0.000074 rms=0.001281 Jy/beam ! Combined flux in latest and established models = 1.61099 Jy ! Adding 134 model components to the UV plane model. ! The established model now contains 164 components and 1.61099 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=9.74 mas, bpa=44.82 degrees ! Estimated noise=2186.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045648 Jy ! Component: 100 - total flux cleaned = 0.00657159 Jy ! Component: 150 - total flux cleaned = 0.00773455 Jy ! Component: 200 - total flux cleaned = 0.00850875 Jy ! Total flux subtracted in 200 components = 0.00850875 Jy ! Clean residual min=-0.004528 max=0.004537 Jy/beam ! Clean residual mean=-0.000023 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 1.6195 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 187 components and 1.6195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070244Jy sigma=0.000630 ! Fit after self-cal, rms=0.070231Jy sigma=0.000629 wmodel J1419+5423_S_2017_06_10_pus_map.mod ! Writing 187 model components to file: J1419+5423_S_2017_06_10_pus_map.mod wobs J1419+5423_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1419+5423_S_2017_06_10_pus_uvs.fits wwins J1419+5423_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J1419+5423_S_2017_06_10_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.001298 Jy ! Component: 100 - total flux cleaned = -0.00218531 Jy ! Component: 150 - total flux cleaned = -0.00310742 Jy ! Component: 200 - total flux cleaned = -0.00384663 Jy ! Component: 250 - total flux cleaned = -0.00412949 Jy ! Component: 300 - total flux cleaned = -0.0042653 Jy ! Component: 350 - total flux cleaned = -0.0045313 Jy ! Component: 400 - total flux cleaned = -0.00498468 Jy ! Component: 450 - total flux cleaned = -0.00542685 Jy ! Component: 500 - total flux cleaned = -0.00598141 Jy ! Component: 550 - total flux cleaned = -0.00640173 Jy ! Component: 600 - total flux cleaned = -0.00663681 Jy ! Component: 650 - total flux cleaned = -0.00686866 Jy ! Component: 700 - total flux cleaned = -0.00715077 Jy ! Component: 750 - total flux cleaned = -0.00731687 Jy ! Component: 800 - total flux cleaned = -0.00726156 Jy ! Component: 850 - total flux cleaned = -0.00736828 Jy ! Component: 900 - total flux cleaned = -0.00736791 Jy ! Component: 950 - total flux cleaned = -0.0073165 Jy ! Component: 1000 - total flux cleaned = -0.00736767 Jy ! Component: 1050 - total flux cleaned = -0.00731659 Jy ! Component: 1100 - total flux cleaned = -0.00731708 Jy ! Component: 1150 - total flux cleaned = -0.00721961 Jy ! Component: 1200 - total flux cleaned = -0.00712337 Jy ! Component: 1250 - total flux cleaned = -0.00698053 Jy ! Component: 1300 - total flux cleaned = -0.00683984 Jy ! Component: 1350 - total flux cleaned = -0.00670131 Jy ! Component: 1400 - total flux cleaned = -0.00651807 Jy ! Component: 1450 - total flux cleaned = -0.00638292 Jy ! Component: 1500 - total flux cleaned = -0.00624954 Jy ! Component: 1550 - total flux cleaned = -0.0062061 Jy ! Component: 1600 - total flux cleaned = -0.00625043 Jy ! Component: 1650 - total flux cleaned = -0.00616332 Jy ! Component: 1700 - total flux cleaned = -0.00603523 Jy ! Component: 1750 - total flux cleaned = -0.00603485 Jy ! Component: 1800 - total flux cleaned = -0.00595112 Jy ! Component: 1850 - total flux cleaned = -0.00586831 Jy ! Component: 1900 - total flux cleaned = -0.0058278 Jy ! Component: 1950 - total flux cleaned = -0.00574673 Jy ! Component: 2000 - total flux cleaned = -0.00566645 Jy ! Component: 2050 - total flux cleaned = -0.00562632 Jy ! Component: 2100 - total flux cleaned = -0.00558707 Jy ! Component: 2150 - total flux cleaned = -0.00558638 Jy ! Component: 2200 - total flux cleaned = -0.00543281 Jy ! Component: 2250 - total flux cleaned = -0.0053569 Jy ! Component: 2300 - total flux cleaned = -0.005244 Jy ! Component: 2350 - total flux cleaned = -0.00517012 Jy ! Component: 2400 - total flux cleaned = -0.00524372 Jy ! Component: 2450 - total flux cleaned = -0.00509814 Jy ! Component: 2500 - total flux cleaned = -0.00506204 Jy ! Component: 2550 - total flux cleaned = -0.00502644 Jy ! Component: 2600 - total flux cleaned = -0.00492084 Jy ! Component: 2650 - total flux cleaned = -0.00495584 Jy ! Component: 2700 - total flux cleaned = -0.00485203 Jy ! Component: 2750 - total flux cleaned = -0.00485184 Jy ! Component: 2800 - total flux cleaned = -0.00481795 Jy ! Component: 2850 - total flux cleaned = -0.00478456 Jy ! Component: 2900 - total flux cleaned = -0.0047183 Jy ! Component: 2950 - total flux cleaned = -0.00478469 Jy ! Component: 3000 - total flux cleaned = -0.00471961 Jy ! Component: 3050 - total flux cleaned = -0.00471977 Jy ! Component: 3100 - total flux cleaned = -0.00465555 Jy ! Component: 3150 - total flux cleaned = -0.00462389 Jy ! Component: 3200 - total flux cleaned = -0.00465531 Jy ! Component: 3250 - total flux cleaned = -0.00474925 Jy ! Component: 3300 - total flux cleaned = -0.00471825 Jy ! Component: 3350 - total flux cleaned = -0.00481098 Jy ! Component: 3400 - total flux cleaned = -0.00490295 Jy ! Component: 3450 - total flux cleaned = -0.004903 Jy ! Component: 3500 - total flux cleaned = -0.0050234 Jy ! Component: 3550 - total flux cleaned = -0.00505326 Jy ! Component: 3600 - total flux cleaned = -0.00496439 Jy ! Component: 3650 - total flux cleaned = -0.00511164 Jy ! Component: 3700 - total flux cleaned = -0.00508235 Jy ! Component: 3750 - total flux cleaned = -0.00505363 Jy ! Component: 3800 - total flux cleaned = -0.00502493 Jy ! Component: 3850 - total flux cleaned = -0.00513933 Jy ! Component: 3900 - total flux cleaned = -0.00508247 Jy ! Component: 3950 - total flux cleaned = -0.00513866 Jy ! Component: 4000 - total flux cleaned = -0.00508261 Jy ! Component: 4050 - total flux cleaned = -0.00511074 Jy ! Total flux subtracted in 4096 components = -0.00519369 Jy ! Clean residual min=-0.001626 max=0.001703 Jy/beam ! Clean residual mean=-0.000004 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 1.6143 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 449 components and 1.6143 Jy ![Exited script file: muppet] wmap "J1419+5423_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.277 x 9.74 at 44.82 degrees (North through East) ! Clean map min=-0.0053119 max=1.3847 Jy/beam ! Writing clean map to FITS file: J1419+5423_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.38474 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000520649 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.112797 0.112797 0.225595 0.451189 0.902379 1.80476 3.60952 7.21903 14.4381 28.8761 57.7523 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.384 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.277 x 9.74 at 44.82 degrees (North through East) ! Clean map min=-0.0053119 max=1.3847 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 J1419+5423_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:56:33 2019