! Started logfile: J1419+3821_S_2017_07_16_pus_uvs.log on Thu May 9 11:10:44 2019 obs J1419+3821_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1419+3821_S_2017_07_16_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.611111 visibilities/baseline/integration-bin. ! Found source: J1419+3821 ! ! 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 815 lines of history. ! ! Reading 3300 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+3821_S_2017_07_16_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 230 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.720150Jy sigma=0.006848 ! Fit after self-cal, rms=0.715036Jy sigma=0.006809 ! 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.851 mas, bmaj=6.441 mas, bpa=10.3 degrees ! Estimated noise=1900.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222756 Jy ! Component: 100 - total flux cleaned = 0.272553 Jy ! Total flux subtracted in 100 components = 0.272553 Jy ! Clean residual min=-0.008805 max=0.016970 Jy/beam ! Clean residual mean=0.000006 rms=0.002362 Jy/beam ! Combined flux in latest and established models = 0.272553 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.272553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083369Jy sigma=0.000733 ! Fit after self-cal, rms=0.083364Jy sigma=0.000733 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172498 Jy ! Component: 100 - total flux cleaned = 0.0252349 Jy ! Total flux subtracted in 100 components = 0.0252349 Jy ! Clean residual min=-0.007330 max=0.009203 Jy/beam ! Clean residual mean=0.000002 rms=0.001795 Jy/beam ! Combined flux in latest and established models = 0.297788 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 13 components and 0.297788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079952Jy sigma=0.000697 ! Fit after self-cal, rms=0.079945Jy sigma=0.000697 ! 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.378 mas, bmaj=7.278 mas, bpa=10.59 degrees ! Estimated noise=1485.51 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.00467888 Jy ! Component: 100 - total flux cleaned = 0.00545693 Jy ! Component: 150 - total flux cleaned = 0.00569992 Jy ! Component: 200 - total flux cleaned = 0.00597312 Jy ! Total flux subtracted in 200 components = 0.00597312 Jy ! Clean residual min=-0.005355 max=0.005513 Jy/beam ! Clean residual mean=-0.000002 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.303761 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.303761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079650Jy sigma=0.000694 ! Fit after self-cal, rms=0.079649Jy sigma=0.000694 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 0.95 KP 1.07 ! LA 1.03 MK 1.04 NL 0.89 OV 1.03 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.01 KP 0.99 ! LA 0.98 MK 1.06 NL 1.04 OV 1.06 ! PT 1.00 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.00 KP 1.00 ! LA 1.00 MK 1.07 NL 0.97 OV 0.95 ! PT 1.00 SC 1.09 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.93 KP 1.00* ! LA 1.05 MK 1.19 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.079649Jy sigma=0.000694 ! Fit after self-cal, rms=0.077129Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=7.262 mas, bpa=10.69 degrees ! Estimated noise=1483.38 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.000481276 Jy ! Component: 100 - total flux cleaned = -0.000484394 Jy ! Component: 150 - total flux cleaned = -0.000319664 Jy ! Component: 200 - total flux cleaned = -0.00027141 Jy ! Total flux subtracted in 200 components = -0.00027141 Jy ! Clean residual min=-0.004372 max=0.004555 Jy/beam ! Clean residual mean=-0.000002 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.303489 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.30349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076984Jy sigma=0.000670 ! Fit after self-cal, rms=0.077012Jy sigma=0.000670 ! 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.077012Jy sigma=0.000670 ! Fit after self-cal, rms=0.076178Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.272 mas, bpa=10.86 degrees ! Estimated noise=1480.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287562 Jy ! Component: 100 - total flux cleaned = 0.000287225 Jy ! Component: 150 - total flux cleaned = 0.000367957 Jy ! Component: 200 - total flux cleaned = 0.000435417 Jy ! Total flux subtracted in 200 components = 0.000435417 Jy ! Clean residual min=-0.003844 max=0.003850 Jy/beam ! Clean residual mean=-0.000011 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.303925 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.303925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076144Jy sigma=0.000656 ! Fit after self-cal, rms=0.076184Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.7057e-05 Jy ! Component: 100 - total flux cleaned = 0.000127066 Jy ! Component: 150 - total flux cleaned = 0.000156615 Jy ! Component: 200 - total flux cleaned = 0.000169705 Jy ! Total flux subtracted in 200 components = 0.000169705 Jy ! Clean residual min=-0.003795 max=0.003816 Jy/beam ! Clean residual mean=-0.000011 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.304095 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 55 components and 0.304095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076174Jy sigma=0.000656 ! Fit after self-cal, rms=0.076174Jy 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.076174Jy sigma=0.000656 ! Fit after self-cal, rms=0.076112Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.395 mas, bmaj=7.269 mas, bpa=10.98 degrees ! Estimated noise=1480.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000391734 Jy ! Component: 100 - total flux cleaned = 0.000436338 Jy ! Component: 150 - total flux cleaned = 0.000472739 Jy ! Component: 200 - total flux cleaned = 0.000519966 Jy ! Total flux subtracted in 200 components = 0.000519966 Jy ! Clean residual min=-0.003739 max=0.003771 Jy/beam ! Clean residual mean=-0.000011 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.304615 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.304615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076098Jy sigma=0.000656 ! Fit after self-cal, rms=0.076097Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.48066e-05 Jy ! Component: 100 - total flux cleaned = 8.02278e-05 Jy ! Component: 150 - total flux cleaned = 0.000102697 Jy ! Component: 200 - total flux cleaned = 0.000112826 Jy ! Total flux subtracted in 200 components = 0.000112826 Jy ! Clean residual min=-0.003719 max=0.003750 Jy/beam ! Clean residual mean=-0.000011 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.304727 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.304727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076092Jy sigma=0.000656 ! Fit after self-cal, rms=0.076093Jy sigma=0.000656 ! 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.076093Jy sigma=0.000656 ! Fit after self-cal, rms=0.076025Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.941 mas, bmaj=9.446 mas, bpa=2.889 degrees ! Estimated noise=1824.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000929427 Jy ! Component: 100 - total flux cleaned = 0.0010427 Jy ! Component: 150 - total flux cleaned = 0.0010434 Jy ! Component: 200 - total flux cleaned = 0.00104247 Jy ! Total flux subtracted in 200 components = 0.00104247 Jy ! Clean residual min=-0.004014 max=0.003956 Jy/beam ! Clean residual mean=-0.000030 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.30577 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 72 components and 0.30577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076029Jy sigma=0.000656 ! Fit after self-cal, rms=0.076027Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.66458e-06 Jy ! Component: 100 - total flux cleaned = -1.72691e-05 Jy ! Component: 150 - total flux cleaned = -2.72004e-05 Jy ! Component: 200 - total flux cleaned = -3.67141e-05 Jy ! Total flux subtracted in 200 components = -3.67141e-05 Jy ! Clean residual min=-0.004002 max=0.003904 Jy/beam ! Clean residual mean=-0.000030 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.305733 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 72 components and 0.305733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076035Jy sigma=0.000656 ! Fit after self-cal, rms=0.076035Jy sigma=0.000656 ! 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.392 mas, bmaj=7.263 mas, bpa=11.07 degrees ! Estimated noise=1479.6 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.392 x 7.263 at 11.07 degrees (North through East) ! Clean map min=-0.0036397 max=0.28683 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.879 mas, bmaj=6.456 mas, bpa=10.7 degrees ! Estimated noise=1900.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222382 Jy ! Component: 100 - total flux cleaned = 0.271472 Jy ! Component: 150 - total flux cleaned = 0.287004 Jy ! Component: 200 - total flux cleaned = 0.29418 Jy ! Total flux subtracted in 200 components = 0.29418 Jy ! Clean residual min=-0.005710 max=0.005565 Jy/beam ! Clean residual mean=-0.000001 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.29418 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.29418 Jy ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=7.263 mas, bpa=11.07 degrees ! Estimated noise=1479.6 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.00511611 Jy ! Component: 100 - total flux cleaned = 0.00772495 Jy ! Component: 150 - total flux cleaned = 0.00937936 Jy ! Component: 200 - total flux cleaned = 0.0103854 Jy ! Total flux subtracted in 200 components = 0.0103854 Jy ! Clean residual min=-0.003902 max=0.003585 Jy/beam ! Clean residual mean=-0.000011 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.304565 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.304565 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.941 mas, bmaj=9.446 mas, bpa=2.889 degrees ! Estimated noise=1824.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000890069 Jy ! Component: 100 - total flux cleaned = 0.00103293 Jy ! Component: 150 - total flux cleaned = 0.00104775 Jy ! Component: 200 - total flux cleaned = 0.00104708 Jy ! Total flux subtracted in 200 components = 0.00104708 Jy ! Clean residual min=-0.004031 max=0.003953 Jy/beam ! Clean residual mean=-0.000030 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.305613 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 = -3.85936e-07 Jy ! Component: 100 - total flux cleaned = -3.78643e-07 Jy ! Component: 150 - total flux cleaned = 1.10227e-05 Jy ! Component: 200 - total flux cleaned = 1.09771e-05 Jy ! Total flux subtracted in 200 components = 1.09771e-05 Jy ! Clean residual min=-0.004018 max=0.003927 Jy/beam ! Clean residual mean=-0.000030 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.305623 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.305623 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.392 mas, bmaj=7.263 mas, bpa=11.07 degrees ! Estimated noise=1479.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000440328 Jy ! Component: 100 - total flux cleaned = -0.000375615 Jy ! Component: 150 - total flux cleaned = -0.000349018 Jy ! Component: 200 - total flux cleaned = -0.000348684 Jy ! Total flux subtracted in 200 components = -0.000348684 Jy ! Clean residual min=-0.003849 max=0.003615 Jy/beam ! Clean residual mean=-0.000011 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.305275 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.305275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076038Jy sigma=0.000656 ! Fit after self-cal, rms=0.076030Jy sigma=0.000656 wmodel J1419+3821_S_2017_07_16_pus_map.mod ! Writing 48 model components to file: J1419+3821_S_2017_07_16_pus_map.mod wobs J1419+3821_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1419+3821_S_2017_07_16_pus_uvs.fits wwins J1419+3821_S_2017_07_16_pus_map.win ! wwins: Wrote 1 windows to J1419+3821_S_2017_07_16_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.000297901 Jy ! Component: 100 - total flux cleaned = 0.000142426 Jy ! Component: 150 - total flux cleaned = -0.000261332 Jy ! Component: 200 - total flux cleaned = -0.000931705 Jy ! Component: 250 - total flux cleaned = -0.00131087 Jy ! Component: 300 - total flux cleaned = -0.00178477 Jy ! Component: 350 - total flux cleaned = -0.00239747 Jy ! Component: 400 - total flux cleaned = -0.00269567 Jy ! Component: 450 - total flux cleaned = -0.00308366 Jy ! Component: 500 - total flux cleaned = -0.00336721 Jy ! Component: 550 - total flux cleaned = -0.00359804 Jy ! Component: 600 - total flux cleaned = -0.00386912 Jy ! Component: 650 - total flux cleaned = -0.00391296 Jy ! Component: 700 - total flux cleaned = -0.00417419 Jy ! Component: 750 - total flux cleaned = -0.00442956 Jy ! Component: 800 - total flux cleaned = -0.00447172 Jy ! Component: 850 - total flux cleaned = -0.00479977 Jy ! Component: 900 - total flux cleaned = -0.00500016 Jy ! Component: 950 - total flux cleaned = -0.00503866 Jy ! Component: 1000 - total flux cleaned = -0.00523368 Jy ! Component: 1050 - total flux cleaned = -0.00538709 Jy ! Component: 1100 - total flux cleaned = -0.0055382 Jy ! Component: 1150 - total flux cleaned = -0.00564969 Jy ! Component: 1200 - total flux cleaned = -0.00576001 Jy ! Component: 1250 - total flux cleaned = -0.00594041 Jy ! Component: 1300 - total flux cleaned = -0.00604659 Jy ! Component: 1350 - total flux cleaned = -0.00597635 Jy ! Component: 1400 - total flux cleaned = -0.00604635 Jy ! Component: 1450 - total flux cleaned = -0.00625116 Jy ! Component: 1500 - total flux cleaned = -0.00625089 Jy ! Component: 1550 - total flux cleaned = -0.00631728 Jy ! Component: 1600 - total flux cleaned = -0.00635043 Jy ! Component: 1650 - total flux cleaned = -0.0063831 Jy ! Component: 1700 - total flux cleaned = -0.00660818 Jy ! Component: 1750 - total flux cleaned = -0.00660846 Jy ! Component: 1800 - total flux cleaned = -0.00673424 Jy ! Component: 1850 - total flux cleaned = -0.00679662 Jy ! Component: 1900 - total flux cleaned = -0.00695033 Jy ! Component: 1950 - total flux cleaned = -0.00695024 Jy ! Component: 2000 - total flux cleaned = -0.00707046 Jy ! Component: 2050 - total flux cleaned = -0.00718943 Jy ! Component: 2100 - total flux cleaned = -0.00710142 Jy ! Component: 2150 - total flux cleaned = -0.00724716 Jy ! Component: 2200 - total flux cleaned = -0.00721826 Jy ! Component: 2250 - total flux cleaned = -0.00736069 Jy ! Component: 2300 - total flux cleaned = -0.00736045 Jy ! Component: 2350 - total flux cleaned = -0.00733252 Jy ! Component: 2400 - total flux cleaned = -0.00724963 Jy ! Component: 2450 - total flux cleaned = -0.00727706 Jy ! Component: 2500 - total flux cleaned = -0.00725002 Jy ! Component: 2550 - total flux cleaned = -0.00725014 Jy ! Component: 2600 - total flux cleaned = -0.00738321 Jy ! Component: 2650 - total flux cleaned = -0.00730372 Jy ! Component: 2700 - total flux cleaned = -0.00725149 Jy ! Component: 2750 - total flux cleaned = -0.00732923 Jy ! Component: 2800 - total flux cleaned = -0.00730345 Jy ! Component: 2850 - total flux cleaned = -0.00722701 Jy ! Component: 2900 - total flux cleaned = -0.00720183 Jy ! Component: 2950 - total flux cleaned = -0.00720141 Jy ! Component: 3000 - total flux cleaned = -0.00710192 Jy ! Component: 3050 - total flux cleaned = -0.00702783 Jy ! Component: 3100 - total flux cleaned = -0.00697907 Jy ! Component: 3150 - total flux cleaned = -0.00697893 Jy ! Component: 3200 - total flux cleaned = -0.00695503 Jy ! Component: 3250 - total flux cleaned = -0.00693145 Jy ! Component: 3300 - total flux cleaned = -0.006884 Jy ! Component: 3350 - total flux cleaned = -0.00686074 Jy ! Component: 3400 - total flux cleaned = -0.00679105 Jy ! Component: 3450 - total flux cleaned = -0.00676829 Jy ! Component: 3500 - total flux cleaned = -0.00685987 Jy ! Component: 3550 - total flux cleaned = -0.00685979 Jy ! Component: 3600 - total flux cleaned = -0.00672397 Jy ! Component: 3650 - total flux cleaned = -0.00674672 Jy ! Component: 3700 - total flux cleaned = -0.00670231 Jy ! Component: 3750 - total flux cleaned = -0.00672474 Jy ! Component: 3800 - total flux cleaned = -0.00670285 Jy ! Component: 3850 - total flux cleaned = -0.00674654 Jy ! Component: 3900 - total flux cleaned = -0.00672502 Jy ! Component: 3950 - total flux cleaned = -0.00672502 Jy ! Component: 4000 - total flux cleaned = -0.00670346 Jy ! Component: 4050 - total flux cleaned = -0.00666116 Jy ! Total flux subtracted in 4096 components = -0.00666139 Jy ! Clean residual min=-0.001160 max=0.001273 Jy/beam ! Clean residual mean=-0.000000 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.298613 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 347 components and 0.298614 Jy ![Exited script file: muppet] wmap "J1419+3821_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.392 x 7.263 at 11.07 degrees (North through East) ! Clean map min=-0.0030036 max=0.28673 Jy/beam ! Writing clean map to FITS file: J1419+3821_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.286725 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000392233 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.410392 0.410392 0.820784 1.64157 3.28313 6.56627 13.1325 26.2651 52.5301 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.286 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.392 x 7.263 at 11.07 degrees (North through East) ! Clean map min=-0.0030036 max=0.28673 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+3821_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:10:49 2019