! Started logfile: J1127+5650_S_2017_07_16_pus_uvs.log on Thu May 9 11:07:48 2019 obs J1127+5650_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1127+5650_S_2017_07_16_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.776526 visibilities/baseline/integration-bin. ! Found source: J1127+5650 ! ! 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 19848 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 J1127+5650_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 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 198 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 873 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.632185Jy sigma=0.005742 ! Fit after self-cal, rms=0.596543Jy sigma=0.005445 ! 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=3.142 mas, bmaj=3.741 mas, bpa=32.75 degrees ! Estimated noise=1198.49 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.305788 Jy ! Component: 100 - total flux cleaned = 0.392106 Jy ! Total flux subtracted in 100 components = 0.392106 Jy ! Clean residual min=-0.011512 max=0.036519 Jy/beam ! Clean residual mean=-0.000039 rms=0.003586 Jy/beam ! Combined flux in latest and established models = 0.392106 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.392106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101900Jy sigma=0.000901 ! Fit after self-cal, rms=0.101675Jy sigma=0.000899 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0389901 Jy ! Component: 100 - total flux cleaned = 0.0584117 Jy ! Total flux subtracted in 100 components = 0.0584117 Jy ! Clean residual min=-0.006945 max=0.009794 Jy/beam ! Clean residual mean=-0.000009 rms=0.001953 Jy/beam ! Combined flux in latest and established models = 0.450518 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.450518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084272Jy sigma=0.000739 ! Fit after self-cal, rms=0.084168Jy sigma=0.000738 ! 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.734 mas, bmaj=4.598 mas, bpa=35.8 degrees ! Estimated noise=629.355 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.0125014 Jy ! Component: 100 - total flux cleaned = 0.0185439 Jy ! Component: 150 - total flux cleaned = 0.0219512 Jy ! Component: 200 - total flux cleaned = 0.023491 Jy ! Total flux subtracted in 200 components = 0.023491 Jy ! Clean residual min=-0.005571 max=0.006044 Jy/beam ! Clean residual mean=0.000012 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.474009 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 37 components and 0.474009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082312Jy sigma=0.000723 ! Fit after self-cal, rms=0.082289Jy sigma=0.000722 ! 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.99 FD 1.00* HN 0.97 KP 1.03 ! LA 1.02 MK 1.04 NL 0.90 OV 0.99 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.02 KP 1.00 ! LA 0.98 MK 1.03 NL 1.04 OV 1.05 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 1.01 KP 0.99 ! LA 1.02 MK 1.08 NL 1.01 OV 0.95 ! PT 1.02 SC 1.00 ! ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.04 KP 1.00* ! LA 1.03 MK 1.03 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.082289Jy sigma=0.000722 ! Fit after self-cal, rms=0.078320Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.756 mas, bmaj=4.647 mas, bpa=36.39 degrees ! Estimated noise=632.094 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 (5.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00418843 Jy ! Component: 100 - total flux cleaned = 0.00554622 Jy ! Component: 150 - total flux cleaned = 0.00608629 Jy ! Component: 200 - total flux cleaned = 0.00647513 Jy ! Total flux subtracted in 200 components = 0.00647513 Jy ! Clean residual min=-0.003130 max=0.003697 Jy/beam ! Clean residual mean=-0.000018 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.480484 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 60 components and 0.480484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078057Jy sigma=0.000683 ! Fit after self-cal, rms=0.078039Jy sigma=0.000682 ! 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.078039Jy sigma=0.000682 ! Fit after self-cal, rms=0.076782Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.751 mas, bmaj=4.633 mas, bpa=36.13 degrees ! Estimated noise=631.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200261 Jy ! Component: 100 - total flux cleaned = 0.00285724 Jy ! Component: 150 - total flux cleaned = 0.00297054 Jy ! Component: 200 - total flux cleaned = 0.00303535 Jy ! Total flux subtracted in 200 components = 0.00303535 Jy ! Clean residual min=-0.002074 max=0.002488 Jy/beam ! Clean residual mean=-0.000018 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.483519 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.483519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076724Jy sigma=0.000668 ! Fit after self-cal, rms=0.076731Jy sigma=0.000668 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 (19.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254461 Jy ! Component: 100 - total flux cleaned = 0.00392885 Jy ! Component: 150 - total flux cleaned = 0.00411211 Jy ! Component: 200 - total flux cleaned = 0.00427296 Jy ! Total flux subtracted in 200 components = 0.00427296 Jy ! Clean residual min=-0.001771 max=0.001797 Jy/beam ! Clean residual mean=-0.000013 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.487792 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 102 components and 0.487792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076632Jy sigma=0.000667 ! Fit after self-cal, rms=0.076629Jy sigma=0.000667 ! 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.076629Jy sigma=0.000667 ! Fit after self-cal, rms=0.076588Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=4.631 mas, bpa=36.12 degrees ! Estimated noise=630.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119035 Jy ! Component: 100 - total flux cleaned = 0.00149998 Jy ! Component: 150 - total flux cleaned = 0.00174098 Jy ! Component: 200 - total flux cleaned = 0.00189946 Jy ! Total flux subtracted in 200 components = 0.00189946 Jy ! Clean residual min=-0.001616 max=0.001719 Jy/beam ! Clean residual mean=-0.000013 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.489692 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.489692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076555Jy sigma=0.000666 ! Fit after self-cal, rms=0.076555Jy sigma=0.000666 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.000360652 Jy ! Component: 100 - total flux cleaned = 0.000506052 Jy ! Component: 150 - total flux cleaned = 0.000640864 Jy ! Component: 200 - total flux cleaned = 0.000739797 Jy ! Total flux subtracted in 200 components = 0.000739797 Jy ! Clean residual min=-0.001603 max=0.001657 Jy/beam ! Clean residual mean=-0.000012 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.490432 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 119 components and 0.490431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076537Jy sigma=0.000666 ! Fit after self-cal, rms=0.076537Jy sigma=0.000666 ! 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.076537Jy sigma=0.000666 ! Fit after self-cal, rms=0.076560Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.374 mas, bmaj=8.596 mas, bpa=43.29 degrees ! Estimated noise=807.997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00050874 Jy ! Component: 100 - total flux cleaned = 0.000833786 Jy ! Component: 150 - total flux cleaned = 0.00113191 Jy ! Component: 200 - total flux cleaned = 0.00137316 Jy ! Total flux subtracted in 200 components = 0.00137316 Jy ! Clean residual min=-0.001848 max=0.002023 Jy/beam ! Clean residual mean=-0.000029 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.491805 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 139 components and 0.491805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076560Jy sigma=0.000666 ! Fit after self-cal, rms=0.076559Jy sigma=0.000666 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.000116376 Jy ! Component: 100 - total flux cleaned = 0.000326839 Jy ! Component: 150 - total flux cleaned = 0.000509228 Jy ! Component: 200 - total flux cleaned = 0.000588204 Jy ! Total flux subtracted in 200 components = 0.000588204 Jy ! Clean residual min=-0.001891 max=0.002000 Jy/beam ! Clean residual mean=-0.000028 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.492393 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 150 components and 0.492393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076559Jy sigma=0.000666 ! Fit after self-cal, rms=0.076557Jy sigma=0.000666 ! 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.749 mas, bmaj=4.631 mas, bpa=36.16 degrees ! Estimated noise=631.08 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.749 x 4.631 at 36.16 degrees (North through East) ! Clean map min=-0.0015647 max=0.40399 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=3.147 mas, bmaj=3.786 mas, bpa=33.75 degrees ! Estimated noise=1206.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.306071 Jy ! Component: 100 - total flux cleaned = 0.392054 Jy ! Component: 150 - total flux cleaned = 0.429808 Jy ! Component: 200 - total flux cleaned = 0.448594 Jy ! Total flux subtracted in 200 components = 0.448594 Jy ! Clean residual min=-0.004507 max=0.009160 Jy/beam ! Clean residual mean=-0.000022 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.448594 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.448594 Jy ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=4.631 mas, bpa=36.16 degrees ! Estimated noise=631.08 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.0129354 Jy ! Component: 100 - total flux cleaned = 0.0196822 Jy ! Component: 150 - total flux cleaned = 0.0243047 Jy ! Component: 200 - total flux cleaned = 0.0279238 Jy ! Total flux subtracted in 200 components = 0.0279238 Jy ! Clean residual min=-0.002109 max=0.002145 Jy/beam ! Clean residual mean=-0.000035 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.476518 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 47 components and 0.476518 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.374 mas, bmaj=8.596 mas, bpa=43.29 degrees ! Estimated noise=807.997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00469132 Jy ! Component: 100 - total flux cleaned = 0.00780488 Jy ! Component: 150 - total flux cleaned = 0.00999184 Jy ! Component: 200 - total flux cleaned = 0.0115861 Jy ! Total flux subtracted in 200 components = 0.0115861 Jy ! Clean residual min=-0.002071 max=0.002287 Jy/beam ! Clean residual mean=-0.000043 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.488104 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.00118033 Jy ! Component: 100 - total flux cleaned = 0.00206912 Jy ! Component: 150 - total flux cleaned = 0.00274891 Jy ! Component: 200 - total flux cleaned = 0.00327272 Jy ! Total flux subtracted in 200 components = 0.00327272 Jy ! Clean residual min=-0.001966 max=0.002110 Jy/beam ! Clean residual mean=-0.000032 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.491377 Jy ! Adding 115 model components to the UV plane model. ! The established model now contains 156 components and 0.491377 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=4.631 mas, bpa=36.16 degrees ! Estimated noise=631.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109896 Jy ! Component: 100 - total flux cleaned = 6.03101e-05 Jy ! Component: 150 - total flux cleaned = 0.000211168 Jy ! Component: 200 - total flux cleaned = 0.000313702 Jy ! Total flux subtracted in 200 components = 0.000313702 Jy ! Clean residual min=-0.001727 max=0.001721 Jy/beam ! Clean residual mean=-0.000013 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.49169 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 166 components and 0.49169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076604Jy sigma=0.000667 ! Fit after self-cal, rms=0.076591Jy sigma=0.000666 wmodel J1127+5650_S_2017_07_16_pus_map.mod ! Writing 166 model components to file: J1127+5650_S_2017_07_16_pus_map.mod wobs J1127+5650_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1127+5650_S_2017_07_16_pus_uvs.fits wwins J1127+5650_S_2017_07_16_pus_map.win ! wwins: Wrote 3 windows to J1127+5650_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.000482049 Jy ! Component: 100 - total flux cleaned = 0.000868428 Jy ! Component: 150 - total flux cleaned = 0.00106482 Jy ! Component: 200 - total flux cleaned = 0.00122596 Jy ! Component: 250 - total flux cleaned = 0.00143323 Jy ! Component: 300 - total flux cleaned = 0.0015335 Jy ! Component: 350 - total flux cleaned = 0.00158269 Jy ! Component: 400 - total flux cleaned = 0.00165438 Jy ! Component: 450 - total flux cleaned = 0.00165495 Jy ! Component: 500 - total flux cleaned = 0.00172367 Jy ! Component: 550 - total flux cleaned = 0.0017679 Jy ! Component: 600 - total flux cleaned = 0.00174583 Jy ! Component: 650 - total flux cleaned = 0.00168181 Jy ! Component: 700 - total flux cleaned = 0.00166096 Jy ! Component: 750 - total flux cleaned = 0.00159912 Jy ! Component: 800 - total flux cleaned = 0.00153806 Jy ! Component: 850 - total flux cleaned = 0.00143934 Jy ! Component: 900 - total flux cleaned = 0.00138093 Jy ! Component: 950 - total flux cleaned = 0.00126623 Jy ! Component: 1000 - total flux cleaned = 0.00109735 Jy ! Component: 1050 - total flux cleaned = 0.0010793 Jy ! Component: 1100 - total flux cleaned = 0.00102434 Jy ! Component: 1150 - total flux cleaned = 0.000915991 Jy ! Component: 1200 - total flux cleaned = 0.000844963 Jy ! Component: 1250 - total flux cleaned = 0.000810009 Jy ! Component: 1300 - total flux cleaned = 0.000723846 Jy ! Component: 1350 - total flux cleaned = 0.000706265 Jy ! Component: 1400 - total flux cleaned = 0.000571249 Jy ! Component: 1450 - total flux cleaned = 0.000505042 Jy ! Component: 1500 - total flux cleaned = 0.000455831 Jy ! Component: 1550 - total flux cleaned = 0.000423636 Jy ! Component: 1600 - total flux cleaned = 0.000407577 Jy ! Component: 1650 - total flux cleaned = 0.00034412 Jy ! Component: 1700 - total flux cleaned = 0.000313029 Jy ! Component: 1750 - total flux cleaned = 0.000266354 Jy ! Component: 1800 - total flux cleaned = 0.000189599 Jy ! Component: 1850 - total flux cleaned = 0.00012892 Jy ! Component: 1900 - total flux cleaned = 9.88944e-05 Jy ! Component: 1950 - total flux cleaned = 9.87161e-05 Jy ! Component: 2000 - total flux cleaned = 3.97183e-05 Jy ! Component: 2050 - total flux cleaned = -3.31486e-05 Jy ! Component: 2100 - total flux cleaned = -9.07962e-05 Jy ! Component: 2150 - total flux cleaned = -9.05581e-05 Jy ! Component: 2200 - total flux cleaned = -0.00013285 Jy ! Component: 2250 - total flux cleaned = -0.000118666 Jy ! Component: 2300 - total flux cleaned = -0.000132746 Jy ! Component: 2350 - total flux cleaned = -9.12855e-05 Jy ! Component: 2400 - total flux cleaned = -0.000132182 Jy ! Component: 2450 - total flux cleaned = -0.000118843 Jy ! Component: 2500 - total flux cleaned = -0.000239334 Jy ! Component: 2550 - total flux cleaned = -0.000212597 Jy ! Component: 2600 - total flux cleaned = -0.000186192 Jy ! Component: 2650 - total flux cleaned = -0.000146955 Jy ! Component: 2700 - total flux cleaned = -0.00014706 Jy ! Component: 2750 - total flux cleaned = -0.000147005 Jy ! Component: 2800 - total flux cleaned = -0.000159889 Jy ! Component: 2850 - total flux cleaned = -0.000134407 Jy ! Component: 2900 - total flux cleaned = -0.000159641 Jy ! Component: 2950 - total flux cleaned = -9.72941e-05 Jy ! Component: 3000 - total flux cleaned = -8.47911e-05 Jy ! Component: 3050 - total flux cleaned = -6.02661e-05 Jy ! Component: 3100 - total flux cleaned = -7.26002e-05 Jy ! Component: 3150 - total flux cleaned = -8.48811e-05 Jy ! Component: 3200 - total flux cleaned = -3.68027e-05 Jy ! Component: 3250 - total flux cleaned = -0.000108429 Jy ! Component: 3300 - total flux cleaned = -4.92679e-05 Jy ! Component: 3350 - total flux cleaned = -4.9313e-05 Jy ! Component: 3400 - total flux cleaned = -4.91403e-05 Jy ! Component: 3450 - total flux cleaned = -4.92871e-05 Jy ! Component: 3500 - total flux cleaned = -2.61193e-05 Jy ! Component: 3550 - total flux cleaned = -2.62137e-05 Jy ! Component: 3600 - total flux cleaned = -2.63464e-05 Jy ! Component: 3650 - total flux cleaned = -1.52128e-05 Jy ! Component: 3700 - total flux cleaned = -2.64714e-05 Jy ! Component: 3750 - total flux cleaned = -4.87428e-05 Jy ! Component: 3800 - total flux cleaned = -2.65558e-05 Jy ! Component: 3850 - total flux cleaned = -1.55685e-05 Jy ! Component: 3900 - total flux cleaned = -1.56756e-05 Jy ! Component: 3950 - total flux cleaned = 2.78623e-05 Jy ! Component: 4000 - total flux cleaned = -3.69284e-05 Jy ! Component: 4050 - total flux cleaned = 2.7393e-05 Jy ! Total flux subtracted in 4096 components = 1.67101e-05 Jy ! Clean residual min=-0.000708 max=0.000737 Jy/beam ! Clean residual mean=-0.000004 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.491707 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 462 components and 0.491707 Jy ![Exited script file: muppet] wmap "J1127+5650_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.749 x 4.631 at 36.16 degrees (North through East) ! Clean map min=-0.0011269 max=0.40435 Jy/beam ! Writing clean map to FITS file: J1127+5650_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.40435 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000186123 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.138091 0.138091 0.276181 0.552362 1.10472 2.20945 4.4189 8.83779 17.6756 35.3512 70.7024 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.404 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.749 x 4.631 at 36.16 degrees (North through East) ! Clean map min=-0.0011269 max=0.40435 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 J1127+5650_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:07:53 2019