! Started logfile: J2047+5343_S_2017_01_21_pus_uvs.log on Sun May 5 16:02:55 2019 obs J2047+5343_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J2047+5343_S_2017_01_21_pus_uva.fits ! AN table 1: 114 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.759747 visibilities/baseline/integration-bin. ! Found source: J2047+5343 ! ! 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 558 lines of history. ! ! Reading 12472 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 J2047+5343_S_2017_01_21_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 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 131 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 369 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.894361Jy sigma=0.006859 ! Fit after self-cal, rms=0.882343Jy sigma=0.006793 ! 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.086 mas, bmaj=3.676 mas, bpa=-11.03 degrees ! Estimated noise=1436.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0899417 Jy ! Component: 100 - total flux cleaned = 0.120595 Jy ! Total flux subtracted in 100 components = 0.120595 Jy ! Clean residual min=-0.007031 max=0.013905 Jy/beam ! Clean residual mean=-0.000074 rms=0.002093 Jy/beam ! Combined flux in latest and established models = 0.120595 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.120595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103424Jy sigma=0.000709 ! Fit after self-cal, rms=0.103332Jy sigma=0.000708 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0164197 Jy ! Component: 100 - total flux cleaned = 0.0251366 Jy ! Total flux subtracted in 100 components = 0.0251366 Jy ! Clean residual min=-0.005275 max=0.006843 Jy/beam ! Clean residual mean=-0.000045 rms=0.001497 Jy/beam ! Combined flux in latest and established models = 0.145732 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 14 components and 0.145732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100294Jy sigma=0.000672 ! Fit after self-cal, rms=0.100285Jy sigma=0.000671 ! 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.697 mas, bmaj=4.298 mas, bpa=-10.49 degrees ! Estimated noise=894.523 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-4, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00969075 Jy ! Component: 100 - total flux cleaned = 0.0147203 Jy ! Component: 150 - total flux cleaned = 0.0179546 Jy ! Component: 200 - total flux cleaned = 0.0197073 Jy ! Total flux subtracted in 200 components = 0.0197073 Jy ! Clean residual min=-0.003556 max=0.004334 Jy/beam ! Clean residual mean=-0.000073 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.165439 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 33 components and 0.165439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099674Jy sigma=0.000661 ! Fit after self-cal, rms=0.099666Jy sigma=0.000661 ! 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 0.87 HN 0.92 LA 1.07 ! MK 1.02 NL 0.95 OV 1.05 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.90 HN 1.01 LA 1.02 ! MK 1.05 NL 1.02 OV 1.12 PT 0.92 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 0.99 LA 1.01 ! MK 0.98 NL 0.96 OV 0.97 PT 0.93 ! SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.00 LA 1.12 ! MK 0.91 NL 1.00* OV 1.03 PT 0.96 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.099666Jy sigma=0.000661 ! Fit after self-cal, rms=0.099297Jy sigma=0.000656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.705 mas, bmaj=4.301 mas, bpa=-10.58 degrees ! Estimated noise=877.85 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.000582466 Jy ! Component: 100 - total flux cleaned = 0.000405538 Jy ! Component: 150 - total flux cleaned = 0.000150224 Jy ! Component: 200 - total flux cleaned = -0.00016776 Jy ! Total flux subtracted in 200 components = -0.00016776 Jy ! Clean residual min=-0.003709 max=0.003197 Jy/beam ! Clean residual mean=-0.000050 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.165271 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 46 components and 0.165271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099206Jy sigma=0.000655 ! Fit after self-cal, rms=0.099344Jy sigma=0.000655 ! 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.099344Jy sigma=0.000655 ! Fit after self-cal, rms=0.114350Jy sigma=0.000650 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.667 mas, bmaj=4.314 mas, bpa=-8.964 degrees ! Estimated noise=877.741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165361 Jy ! Component: 100 - total flux cleaned = 0.00194499 Jy ! Component: 150 - total flux cleaned = 0.00197984 Jy ! Component: 200 - total flux cleaned = 0.00195352 Jy ! Total flux subtracted in 200 components = 0.00195352 Jy ! Clean residual min=-0.002520 max=0.002643 Jy/beam ! Clean residual mean=-0.000014 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.167225 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.167225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114317Jy sigma=0.000650 ! Fit after self-cal, rms=0.114607Jy sigma=0.000650 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-2.5, 39). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142889 Jy ! Component: 100 - total flux cleaned = 0.00146835 Jy ! Component: 150 - total flux cleaned = 0.00154707 Jy ! Component: 200 - total flux cleaned = 0.00171754 Jy ! Total flux subtracted in 200 components = 0.00171754 Jy ! Clean residual min=-0.002244 max=0.002154 Jy/beam ! Clean residual mean=-0.000005 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.168942 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.168942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114555Jy sigma=0.000649 ! Fit after self-cal, rms=0.114542Jy sigma=0.000649 ! 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.114542Jy sigma=0.000649 ! Fit after self-cal, rms=0.115458Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.652 mas, bmaj=4.318 mas, bpa=-8.926 degrees ! Estimated noise=875.902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000404568 Jy ! Component: 100 - total flux cleaned = 0.000634771 Jy ! Component: 150 - total flux cleaned = 0.0008037 Jy ! Component: 200 - total flux cleaned = 0.00090556 Jy ! Total flux subtracted in 200 components = 0.00090556 Jy ! Clean residual min=-0.002119 max=0.002099 Jy/beam ! Clean residual mean=0.000000 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.169848 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 0.169848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115441Jy sigma=0.000649 ! Fit after self-cal, rms=0.115451Jy sigma=0.000649 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 = -2.65234e-05 Jy ! Component: 100 - total flux cleaned = 4.17369e-05 Jy ! Component: 150 - total flux cleaned = 6.29126e-05 Jy ! Component: 200 - total flux cleaned = 0.000103888 Jy ! Total flux subtracted in 200 components = 0.000103888 Jy ! Clean residual min=-0.002102 max=0.002033 Jy/beam ! Clean residual mean=0.000000 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.169952 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 93 components and 0.169952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115442Jy sigma=0.000649 ! Fit after self-cal, rms=0.115441Jy sigma=0.000649 ! 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.115441Jy sigma=0.000649 ! Fit after self-cal, rms=0.115600Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.543 mas, bmaj=7.714 mas, bpa=69.77 degrees ! Estimated noise=1141.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000436305 Jy ! Component: 100 - total flux cleaned = -0.000484259 Jy ! Component: 150 - total flux cleaned = -0.000500959 Jy ! Component: 200 - total flux cleaned = -0.000485516 Jy ! Total flux subtracted in 200 components = -0.000485516 Jy ! Clean residual min=-0.002657 max=0.002268 Jy/beam ! Clean residual mean=-0.000004 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.169466 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 108 components and 0.169466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115599Jy sigma=0.000649 ! Fit after self-cal, rms=0.115605Jy sigma=0.000649 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.65915e-05 Jy ! Component: 100 - total flux cleaned = -7.08149e-05 Jy ! Component: 150 - total flux cleaned = -7.02636e-05 Jy ! Component: 200 - total flux cleaned = -6.96882e-05 Jy ! Total flux subtracted in 200 components = -6.96882e-05 Jy ! Clean residual min=-0.002653 max=0.002265 Jy/beam ! Clean residual mean=-0.000004 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.169396 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.169396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115605Jy sigma=0.000649 ! Fit after self-cal, rms=0.115607Jy sigma=0.000649 ! 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.643 mas, bmaj=4.318 mas, bpa=-8.832 degrees ! Estimated noise=875.611 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.643 x 4.318 at -8.832 degrees (North through East) ! Clean map min=-0.0018704 max=0.11849 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.017 mas, bmaj=3.709 mas, bpa=-10.43 degrees ! Estimated noise=1421.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0888148 Jy ! Component: 100 - total flux cleaned = 0.121453 Jy ! Component: 150 - total flux cleaned = 0.138107 Jy ! Component: 200 - total flux cleaned = 0.147558 Jy ! Total flux subtracted in 200 components = 0.147558 Jy ! Clean residual min=-0.004949 max=0.004852 Jy/beam ! Clean residual mean=-0.000031 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.147558 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.147558 Jy ! Inverting map and beam ! Estimated beam: bmin=3.643 mas, bmaj=4.318 mas, bpa=-8.832 degrees ! Estimated noise=875.611 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.0080778 Jy ! Component: 100 - total flux cleaned = 0.0130182 Jy ! Component: 150 - total flux cleaned = 0.0164973 Jy ! Component: 200 - total flux cleaned = 0.0183904 Jy ! Total flux subtracted in 200 components = 0.0183904 Jy ! Clean residual min=-0.002308 max=0.002394 Jy/beam ! Clean residual mean=-0.000012 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.165948 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 55 components and 0.165948 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.543 mas, bmaj=7.714 mas, bpa=69.77 degrees ! Estimated noise=1141.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236644 Jy ! Component: 100 - total flux cleaned = 0.00276137 Jy ! Component: 150 - total flux cleaned = 0.00303268 Jy ! Component: 200 - total flux cleaned = 0.0032977 Jy ! Total flux subtracted in 200 components = 0.0032977 Jy ! Clean residual min=-0.002764 max=0.002234 Jy/beam ! Clean residual mean=-0.000007 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.169246 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.000159928 Jy ! Component: 100 - total flux cleaned = 0.00024206 Jy ! Component: 150 - total flux cleaned = 0.000266853 Jy ! Component: 200 - total flux cleaned = 0.000289872 Jy ! Total flux subtracted in 200 components = 0.000289872 Jy ! Clean residual min=-0.002690 max=0.002210 Jy/beam ! Clean residual mean=-0.000005 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.169536 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 91 components and 0.169536 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.643 mas, bmaj=4.318 mas, bpa=-8.832 degrees ! Estimated noise=875.611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034777 Jy ! Component: 100 - total flux cleaned = 0.000388503 Jy ! Component: 150 - total flux cleaned = 0.00039001 Jy ! Component: 200 - total flux cleaned = 0.000356613 Jy ! Total flux subtracted in 200 components = 0.000356613 Jy ! Clean residual min=-0.001972 max=0.002086 Jy/beam ! Clean residual mean=-0.000000 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.169892 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.169892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115639Jy sigma=0.000649 ! Fit after self-cal, rms=0.115647Jy sigma=0.000649 wmodel J2047+5343_S_2017_01_21_pus_map.mod ! Writing 106 model components to file: J2047+5343_S_2017_01_21_pus_map.mod wobs J2047+5343_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J2047+5343_S_2017_01_21_pus_uvs.fits wwins J2047+5343_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J2047+5343_S_2017_01_21_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.000108305 Jy ! Component: 100 - total flux cleaned = -0.000213157 Jy ! Component: 150 - total flux cleaned = -0.000313102 Jy ! Component: 200 - total flux cleaned = -0.000442058 Jy ! Component: 250 - total flux cleaned = -0.000597219 Jy ! Component: 300 - total flux cleaned = -0.000747273 Jy ! Component: 350 - total flux cleaned = -0.000864082 Jy ! Component: 400 - total flux cleaned = -0.00103664 Jy ! Component: 450 - total flux cleaned = -0.00109332 Jy ! Component: 500 - total flux cleaned = -0.00120375 Jy ! Component: 550 - total flux cleaned = -0.00128483 Jy ! Component: 600 - total flux cleaned = -0.00141745 Jy ! Component: 650 - total flux cleaned = -0.00141723 Jy ! Component: 700 - total flux cleaned = -0.00146852 Jy ! Component: 750 - total flux cleaned = -0.00144306 Jy ! Component: 800 - total flux cleaned = -0.00151769 Jy ! Component: 850 - total flux cleaned = -0.00144368 Jy ! Component: 900 - total flux cleaned = -0.00144357 Jy ! Component: 950 - total flux cleaned = -0.00137209 Jy ! Component: 1000 - total flux cleaned = -0.0014432 Jy ! Component: 1050 - total flux cleaned = -0.00142002 Jy ! Component: 1100 - total flux cleaned = -0.00146573 Jy ! Component: 1150 - total flux cleaned = -0.0014881 Jy ! Component: 1200 - total flux cleaned = -0.00148782 Jy ! Component: 1250 - total flux cleaned = -0.00148767 Jy ! Component: 1300 - total flux cleaned = -0.0014441 Jy ! Component: 1350 - total flux cleaned = -0.00150898 Jy ! Component: 1400 - total flux cleaned = -0.00148768 Jy ! Component: 1450 - total flux cleaned = -0.00150889 Jy ! Component: 1500 - total flux cleaned = -0.00146728 Jy ! Component: 1550 - total flux cleaned = -0.00146717 Jy ! Component: 1600 - total flux cleaned = -0.00140616 Jy ! Component: 1650 - total flux cleaned = -0.00142605 Jy ! Component: 1700 - total flux cleaned = -0.00138661 Jy ! Component: 1750 - total flux cleaned = -0.00136714 Jy ! Component: 1800 - total flux cleaned = -0.00134791 Jy ! Component: 1850 - total flux cleaned = -0.00132884 Jy ! Component: 1900 - total flux cleaned = -0.00127178 Jy ! Component: 1950 - total flux cleaned = -0.00129065 Jy ! Component: 2000 - total flux cleaned = -0.00127199 Jy ! Component: 2050 - total flux cleaned = -0.00125344 Jy ! Component: 2100 - total flux cleaned = -0.00125354 Jy ! Component: 2150 - total flux cleaned = -0.00127171 Jy ! Component: 2200 - total flux cleaned = -0.00130775 Jy ! Component: 2250 - total flux cleaned = -0.00129017 Jy ! Component: 2300 - total flux cleaned = -0.00136075 Jy ! Component: 2350 - total flux cleaned = -0.00141299 Jy ! Component: 2400 - total flux cleaned = -0.00137849 Jy ! Component: 2450 - total flux cleaned = -0.00136128 Jy ! Component: 2500 - total flux cleaned = -0.00136155 Jy ! Component: 2550 - total flux cleaned = -0.00137839 Jy ! Component: 2600 - total flux cleaned = -0.00134493 Jy ! Component: 2650 - total flux cleaned = -0.0013948 Jy ! Component: 2700 - total flux cleaned = -0.00136156 Jy ! Component: 2750 - total flux cleaned = -0.00141062 Jy ! Component: 2800 - total flux cleaned = -0.0013456 Jy ! Component: 2850 - total flux cleaned = -0.00139403 Jy ! Component: 2900 - total flux cleaned = -0.0013299 Jy ! Component: 2950 - total flux cleaned = -0.00134593 Jy ! Component: 3000 - total flux cleaned = -0.001346 Jy ! Component: 3050 - total flux cleaned = -0.00139295 Jy ! Component: 3100 - total flux cleaned = -0.00139271 Jy ! Component: 3150 - total flux cleaned = -0.00140808 Jy ! Component: 3200 - total flux cleaned = -0.00139248 Jy ! Component: 3250 - total flux cleaned = -0.00136196 Jy ! Component: 3300 - total flux cleaned = -0.00139219 Jy ! Component: 3350 - total flux cleaned = -0.00140721 Jy ! Component: 3400 - total flux cleaned = -0.00139215 Jy ! Component: 3450 - total flux cleaned = -0.00137727 Jy ! Component: 3500 - total flux cleaned = -0.00139194 Jy ! Component: 3550 - total flux cleaned = -0.00136282 Jy ! Component: 3600 - total flux cleaned = -0.00142097 Jy ! Component: 3650 - total flux cleaned = -0.00146415 Jy ! Component: 3700 - total flux cleaned = -0.00146413 Jy ! Component: 3750 - total flux cleaned = -0.00143555 Jy ! Component: 3800 - total flux cleaned = -0.00143549 Jy ! Component: 3850 - total flux cleaned = -0.00140731 Jy ! Component: 3900 - total flux cleaned = -0.00142131 Jy ! Component: 3950 - total flux cleaned = -0.00144917 Jy ! Component: 4000 - total flux cleaned = -0.00143531 Jy ! Component: 4050 - total flux cleaned = -0.00143534 Jy ! Total flux subtracted in 4096 components = -0.00143529 Jy ! Clean residual min=-0.000845 max=0.000822 Jy/beam ! Clean residual mean=-0.000001 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.168457 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 399 components and 0.168457 Jy ![Exited script file: muppet] wmap "J2047+5343_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.643 x 4.318 at -8.832 degrees (North through East) ! Clean map min=-0.001376 max=0.11833 Jy/beam ! Writing clean map to FITS file: J2047+5343_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.11833 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237175 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.601303 0.601303 1.20261 2.40521 4.81042 9.62085 19.2417 38.4834 76.9668 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.118 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.643 x 4.318 at -8.832 degrees (North through East) ! Clean map min=-0.001376 max=0.11833 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 J2047+5343_S_2017_01_21_pus_uvs.log closed on Sun May 5 16:03:00 2019