! Started logfile: J1419+5423_S_2017_08_12_pus_uvs.log on Fri May 10 15:00:47 2019 obs J1419+5423_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1419+5423_S_2017_08_12_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.864444 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 594 lines of history. ! ! Reading 1556 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_08_12_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.483911Jy sigma=0.004474 ! Fit after self-cal, rms=0.432826Jy sigma=0.004008 ! 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.9 mas, bmaj=9.502 mas, bpa=45.63 degrees ! Estimated noise=2590.16 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.04294 Jy ! Component: 100 - total flux cleaned = 1.30288 Jy ! Total flux subtracted in 100 components = 1.30288 Jy ! Clean residual min=-0.042696 max=0.109738 Jy/beam ! Clean residual mean=-0.000301 rms=0.015998 Jy/beam ! Combined flux in latest and established models = 1.30288 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 1.30288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211906Jy sigma=0.001892 ! Fit after self-cal, rms=0.211906Jy sigma=0.001892 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.116724 Jy ! Component: 100 - total flux cleaned = 0.174486 Jy ! Total flux subtracted in 100 components = 0.174486 Jy ! Clean residual min=-0.029451 max=0.040517 Jy/beam ! Clean residual mean=-0.000242 rms=0.008159 Jy/beam ! Combined flux in latest and established models = 1.47737 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 11 components and 1.47737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135494Jy sigma=0.001188 ! Fit after self-cal, rms=0.135512Jy sigma=0.001187 ! 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.361 mas, bmaj=9.94 mas, bpa=46.8 degrees ! Estimated noise=2222.56 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.0218733 Jy ! Component: 100 - total flux cleaned = 0.0184042 Jy ! Component: 150 - total flux cleaned = 0.0161252 Jy ! Component: 200 - total flux cleaned = 0.0137827 Jy ! Total flux subtracted in 200 components = 0.0137827 Jy ! Clean residual min=-0.026420 max=0.031275 Jy/beam ! Clean residual mean=-0.000405 rms=0.006720 Jy/beam ! Combined flux in latest and established models = 1.49115 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 1.49115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127484Jy sigma=0.001127 ! Fit after self-cal, rms=0.127473Jy sigma=0.001126 ! 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.97 FD 1.00 HN 0.96 KP 1.06 ! LA 1.01 MK 1.04 NL 0.89 OV 1.01 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 1.01 KP 1.01 ! LA 0.96 MK 1.06 NL 1.02 OV 1.04 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.06 HN 0.99 KP 1.00 ! LA 0.99 MK 1.09 NL 0.97 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! 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.09 HN 1.01 KP 1.00* ! LA 1.00* MK 0.93 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.127473Jy sigma=0.001126 ! Fit after self-cal, rms=0.086415Jy sigma=0.000753 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.368 mas, bmaj=9.908 mas, bpa=46.82 degrees ! Estimated noise=2222.62 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.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0269772 Jy ! Component: 100 - total flux cleaned = 0.0410777 Jy ! Component: 150 - total flux cleaned = 0.0500207 Jy ! Component: 200 - total flux cleaned = 0.0551755 Jy ! Total flux subtracted in 200 components = 0.0551755 Jy ! Clean residual min=-0.007662 max=0.006148 Jy/beam ! Clean residual mean=-0.000174 rms=0.001852 Jy/beam ! Combined flux in latest and established models = 1.54633 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 38 components and 1.54633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077358Jy sigma=0.000668 ! Fit after self-cal, rms=0.077183Jy sigma=0.000666 ! 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.077183Jy sigma=0.000666 ! Fit after self-cal, rms=0.076927Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.37 mas, bmaj=9.906 mas, bpa=46.81 degrees ! Estimated noise=2218.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00290594 Jy ! Component: 100 - total flux cleaned = 0.00513561 Jy ! Component: 150 - total flux cleaned = 0.00721387 Jy ! Component: 200 - total flux cleaned = 0.00861009 Jy ! Total flux subtracted in 200 components = 0.00861009 Jy ! Clean residual min=-0.006494 max=0.005242 Jy/beam ! Clean residual mean=-0.000135 rms=0.001585 Jy/beam ! Combined flux in latest and established models = 1.55494 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 55 components and 1.55494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076097Jy sigma=0.000658 ! Fit after self-cal, rms=0.076091Jy sigma=0.000658 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.0012863 Jy ! Component: 100 - total flux cleaned = 0.00197307 Jy ! Component: 150 - total flux cleaned = 0.00250055 Jy ! Component: 200 - total flux cleaned = 0.00298951 Jy ! Total flux subtracted in 200 components = 0.00298951 Jy ! Clean residual min=-0.006081 max=0.005073 Jy/beam ! Clean residual mean=-0.000124 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 1.55793 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 67 components and 1.55793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075768Jy sigma=0.000656 ! Fit after self-cal, rms=0.075768Jy 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.075768Jy sigma=0.000656 ! Fit after self-cal, rms=0.075737Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.372 mas, bmaj=9.903 mas, bpa=46.79 degrees ! Estimated noise=2219.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000290821 Jy ! Component: 100 - total flux cleaned = 0.00055235 Jy ! Component: 150 - total flux cleaned = 0.00139416 Jy ! Component: 200 - total flux cleaned = 0.00178205 Jy ! Total flux subtracted in 200 components = 0.00178205 Jy ! Clean residual min=-0.005740 max=0.004867 Jy/beam ! Clean residual mean=-0.000124 rms=0.001433 Jy/beam ! Combined flux in latest and established models = 1.55971 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 78 components and 1.55971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075503Jy sigma=0.000654 ! Fit after self-cal, rms=0.075502Jy sigma=0.000654 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.000364308 Jy ! Component: 100 - total flux cleaned = 0.000571401 Jy ! Component: 150 - total flux cleaned = 0.000768301 Jy ! Component: 200 - total flux cleaned = 0.00095792 Jy ! Total flux subtracted in 200 components = 0.00095792 Jy ! Clean residual min=-0.005586 max=0.004733 Jy/beam ! Clean residual mean=-0.000121 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 1.56067 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 87 components and 1.56067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075380Jy sigma=0.000653 ! Fit after self-cal, rms=0.075380Jy sigma=0.000653 ! 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.075380Jy sigma=0.000653 ! Fit after self-cal, rms=0.075376Jy sigma=0.000653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.945 mas, bmaj=10.87 mas, bpa=44.33 degrees ! Estimated noise=2742.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117632 Jy ! Component: 100 - total flux cleaned = 0.00167669 Jy ! Component: 150 - total flux cleaned = 0.00199961 Jy ! Component: 200 - total flux cleaned = 0.0022434 Jy ! Total flux subtracted in 200 components = 0.0022434 Jy ! Clean residual min=-0.006607 max=0.005342 Jy/beam ! Clean residual mean=-0.000254 rms=0.001691 Jy/beam ! Combined flux in latest and established models = 1.56291 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 115 components and 1.56291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075333Jy sigma=0.000652 ! Fit after self-cal, rms=0.075326Jy sigma=0.000652 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.000166238 Jy ! Component: 100 - total flux cleaned = 0.000316333 Jy ! Component: 150 - total flux cleaned = 0.00048786 Jy ! Component: 200 - total flux cleaned = 0.000614349 Jy ! Total flux subtracted in 200 components = 0.000614349 Jy ! Clean residual min=-0.006585 max=0.005325 Jy/beam ! Clean residual mean=-0.000248 rms=0.001670 Jy/beam ! Combined flux in latest and established models = 1.56352 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 131 components and 1.56352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075313Jy sigma=0.000652 ! Fit after self-cal, rms=0.075308Jy sigma=0.000652 ! 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.373 mas, bmaj=9.902 mas, bpa=46.78 degrees ! Estimated noise=2219.72 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.373 x 9.902 at 46.78 degrees (North through East) ! Clean map min=-0.0073361 max=1.3688 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.075308Jy sigma=0.000652 ! Fit after self-cal, rms=0.070981Jy sigma=0.000609 ! Inverting map and beam ! Estimated beam: bmin=3.373 mas, bmaj=9.901 mas, bpa=46.78 degrees ! Estimated noise=2219.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000404502 Jy ! Component: 100 - total flux cleaned = 0.000700436 Jy ! Component: 150 - total flux cleaned = 0.00086486 Jy ! Component: 200 - total flux cleaned = 0.00101667 Jy ! Total flux subtracted in 200 components = 0.00101667 Jy ! Clean residual min=-0.005612 max=0.004597 Jy/beam ! Clean residual mean=-0.000116 rms=0.001347 Jy/beam ! Combined flux in latest and established models = 1.56454 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 140 components and 1.56454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070883Jy sigma=0.000609 ! Fit after self-cal, rms=0.070885Jy sigma=0.000609 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.16482e-05 Jy ! Component: 100 - total flux cleaned = 0.000182735 Jy ! Component: 150 - total flux cleaned = 0.000182847 Jy ! Component: 200 - total flux cleaned = 0.00031149 Jy ! Total flux subtracted in 200 components = 0.00031149 Jy ! Clean residual min=-0.005500 max=0.004552 Jy/beam ! Clean residual mean=-0.000115 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 1.56485 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 146 components and 1.56485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070827Jy sigma=0.000608 ! Fit after self-cal, rms=0.070827Jy sigma=0.000608 ! 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.070827Jy sigma=0.000608 ! Fit after self-cal, rms=0.070825Jy sigma=0.000608 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.913 mas, bmaj=9.458 mas, bpa=45.67 degrees ! Estimated noise=2593.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.04187 Jy ! Component: 100 - total flux cleaned = 1.29822 Jy ! Component: 150 - total flux cleaned = 1.41188 Jy ! Component: 200 - total flux cleaned = 1.4682 Jy ! Total flux subtracted in 200 components = 1.4682 Jy ! Clean residual min=-0.016538 max=0.026202 Jy/beam ! Clean residual mean=-0.000161 rms=0.005271 Jy/beam ! Combined flux in latest and established models = 1.46819 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.46819 Jy ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=9.9 mas, bpa=46.77 degrees ! Estimated noise=2219.87 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.0338704 Jy ! Component: 100 - total flux cleaned = 0.0563858 Jy ! Component: 150 - total flux cleaned = 0.0723284 Jy ! Component: 200 - total flux cleaned = 0.0842033 Jy ! Total flux subtracted in 200 components = 0.0842033 Jy ! Clean residual min=-0.008931 max=0.009078 Jy/beam ! Clean residual mean=-0.000165 rms=0.002299 Jy/beam ! Combined flux in latest and established models = 1.5524 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 1.5524 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.945 mas, bmaj=10.87 mas, bpa=44.31 degrees ! Estimated noise=2742.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00666762 Jy ! Component: 100 - total flux cleaned = 0.0101116 Jy ! Component: 150 - total flux cleaned = 0.0117701 Jy ! Component: 200 - total flux cleaned = 0.0126357 Jy ! Total flux subtracted in 200 components = 0.0126357 Jy ! Clean residual min=-0.007655 max=0.007630 Jy/beam ! Clean residual mean=-0.000272 rms=0.002088 Jy/beam ! Combined flux in latest and established models = 1.56503 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.000441172 Jy ! Component: 100 - total flux cleaned = 0.00083213 Jy ! Component: 150 - total flux cleaned = 0.00107266 Jy ! Component: 200 - total flux cleaned = 0.00118283 Jy ! Total flux subtracted in 200 components = 0.00118283 Jy ! Clean residual min=-0.007327 max=0.007053 Jy/beam ! Clean residual mean=-0.000256 rms=0.001878 Jy/beam ! Combined flux in latest and established models = 1.56622 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 85 components and 1.56622 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=9.9 mas, bpa=46.77 degrees ! Estimated noise=2219.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141744 Jy ! Component: 100 - total flux cleaned = 0.00186141 Jy ! Component: 150 - total flux cleaned = 0.00185302 Jy ! Component: 200 - total flux cleaned = 0.00166556 Jy ! Total flux subtracted in 200 components = 0.00166556 Jy ! Clean residual min=-0.006644 max=0.005608 Jy/beam ! Clean residual mean=-0.000111 rms=0.001701 Jy/beam ! Combined flux in latest and established models = 1.56788 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 106 components and 1.56788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073394Jy sigma=0.000624 ! Fit after self-cal, rms=0.073378Jy sigma=0.000624 wmodel J1419+5423_S_2017_08_12_pus_map.mod ! Writing 106 model components to file: J1419+5423_S_2017_08_12_pus_map.mod wobs J1419+5423_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1419+5423_S_2017_08_12_pus_uvs.fits wwins J1419+5423_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J1419+5423_S_2017_08_12_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.00286766 Jy ! Component: 100 - total flux cleaned = -0.00423601 Jy ! Component: 150 - total flux cleaned = -0.00482756 Jy ! Component: 200 - total flux cleaned = -0.00556781 Jy ! Component: 250 - total flux cleaned = -0.00529981 Jy ! Component: 300 - total flux cleaned = -0.00529842 Jy ! Component: 350 - total flux cleaned = -0.00521602 Jy ! Component: 400 - total flux cleaned = -0.00514096 Jy ! Component: 450 - total flux cleaned = -0.00514189 Jy ! Component: 500 - total flux cleaned = -0.00499513 Jy ! Component: 550 - total flux cleaned = -0.00499641 Jy ! Component: 600 - total flux cleaned = -0.00492835 Jy ! Component: 650 - total flux cleaned = -0.0050632 Jy ! Component: 700 - total flux cleaned = -0.00480095 Jy ! Component: 750 - total flux cleaned = -0.00454788 Jy ! Component: 800 - total flux cleaned = -0.00461221 Jy ! Component: 850 - total flux cleaned = -0.00473481 Jy ! Component: 900 - total flux cleaned = -0.0048516 Jy ! Component: 950 - total flux cleaned = -0.00461987 Jy ! Component: 1000 - total flux cleaned = -0.00439546 Jy ! Component: 1050 - total flux cleaned = -0.00434197 Jy ! Component: 1100 - total flux cleaned = -0.00445022 Jy ! Component: 1150 - total flux cleaned = -0.00445014 Jy ! Component: 1200 - total flux cleaned = -0.00434522 Jy ! Component: 1250 - total flux cleaned = -0.00413935 Jy ! Component: 1300 - total flux cleaned = -0.00408814 Jy ! Component: 1350 - total flux cleaned = -0.00393746 Jy ! Component: 1400 - total flux cleaned = -0.00388721 Jy ! Component: 1450 - total flux cleaned = -0.00364358 Jy ! Component: 1500 - total flux cleaned = -0.00364311 Jy ! Component: 1550 - total flux cleaned = -0.00350131 Jy ! Component: 1600 - total flux cleaned = -0.00340769 Jy ! Component: 1650 - total flux cleaned = -0.00336171 Jy ! Component: 1700 - total flux cleaned = -0.00336138 Jy ! Component: 1750 - total flux cleaned = -0.0032266 Jy ! Component: 1800 - total flux cleaned = -0.00331522 Jy ! Component: 1850 - total flux cleaned = -0.00322734 Jy ! Component: 1900 - total flux cleaned = -0.00322698 Jy ! Component: 1950 - total flux cleaned = -0.00318413 Jy ! Component: 2000 - total flux cleaned = -0.00326855 Jy ! Component: 2050 - total flux cleaned = -0.00314219 Jy ! Component: 2100 - total flux cleaned = -0.00322568 Jy ! Component: 2150 - total flux cleaned = -0.00322555 Jy ! Component: 2200 - total flux cleaned = -0.00318502 Jy ! Component: 2250 - total flux cleaned = -0.00318511 Jy ! Component: 2300 - total flux cleaned = -0.00326524 Jy ! Component: 2350 - total flux cleaned = -0.00330483 Jy ! Component: 2400 - total flux cleaned = -0.0032656 Jy ! Component: 2450 - total flux cleaned = -0.00334329 Jy ! Component: 2500 - total flux cleaned = -0.00330454 Jy ! Component: 2550 - total flux cleaned = -0.00318983 Jy ! Component: 2600 - total flux cleaned = -0.00318978 Jy ! Component: 2650 - total flux cleaned = -0.00311476 Jy ! Component: 2700 - total flux cleaned = -0.00311497 Jy ! Component: 2750 - total flux cleaned = -0.0030775 Jy ! Component: 2800 - total flux cleaned = -0.00289432 Jy ! Component: 2850 - total flux cleaned = -0.00278541 Jy ! Component: 2900 - total flux cleaned = -0.00274925 Jy ! Component: 2950 - total flux cleaned = -0.00253458 Jy ! Component: 3000 - total flux cleaned = -0.00239271 Jy ! Component: 3050 - total flux cleaned = -0.00221658 Jy ! Component: 3100 - total flux cleaned = -0.00211149 Jy ! Component: 3150 - total flux cleaned = -0.00186858 Jy ! Component: 3200 - total flux cleaned = -0.00179963 Jy ! Component: 3250 - total flux cleaned = -0.00162825 Jy ! Component: 3300 - total flux cleaned = -0.00149209 Jy ! Component: 3350 - total flux cleaned = -0.00132256 Jy ! Component: 3400 - total flux cleaned = -0.00122161 Jy ! Component: 3450 - total flux cleaned = -0.000954134 Jy ! Component: 3500 - total flux cleaned = -0.000854526 Jy ! Component: 3550 - total flux cleaned = -0.000722217 Jy ! Component: 3600 - total flux cleaned = -0.000459151 Jy ! Component: 3650 - total flux cleaned = -0.000393588 Jy ! Component: 3700 - total flux cleaned = -0.000263669 Jy ! Component: 3750 - total flux cleaned = -0.000167013 Jy ! Component: 3800 - total flux cleaned = -0.00010276 Jy ! Component: 3850 - total flux cleaned = -7.07274e-05 Jy ! Component: 3900 - total flux cleaned = 8.82162e-05 Jy ! Component: 3950 - total flux cleaned = 0.000183382 Jy ! Component: 4000 - total flux cleaned = 0.000309392 Jy ! Component: 4050 - total flux cleaned = 0.000340648 Jy ! Total flux subtracted in 4096 components = 0.000372045 Jy ! Clean residual min=-0.001561 max=0.001683 Jy/beam ! Clean residual mean=-0.000013 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 1.56825 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 410 components and 1.56825 Jy ![Exited script file: muppet] wmap "J1419+5423_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.374 x 9.9 at 46.77 degrees (North through East) ! Clean map min=-0.005421 max=1.3698 Jy/beam ! Writing clean map to FITS file: J1419+5423_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.3698 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000594176 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.13013 0.13013 0.26026 0.52052 1.04104 2.08208 4.16416 8.32832 16.6566 33.3133 66.6266 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.369 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.374 x 9.9 at 46.77 degrees (North through East) ! Clean map min=-0.005421 max=1.3698 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_08_12_pus_uvs.log closed on Fri May 10 15:00:52 2019