! Started logfile: J1357+7643_S_2017_03_23_pus_uvs.log on Mon May 13 10:01:41 2019 obs J1357+7643_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1357+7643_S_2017_03_23_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.909972 visibilities/baseline/integration-bin. ! Found source: J1357+7643 ! ! 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 481 lines of history. ! ! Reading 6388 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 J1357+7643_S_2017_03_23_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.853815Jy sigma=0.007334 ! Fit after self-cal, rms=0.844464Jy sigma=0.007266 ! 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.238 mas, bmaj=3.759 mas, bpa=23.11 degrees ! Estimated noise=1471.98 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.119915 Jy ! Component: 100 - total flux cleaned = 0.149672 Jy ! Total flux subtracted in 100 components = 0.149672 Jy ! Clean residual min=-0.006435 max=0.011788 Jy/beam ! Clean residual mean=-0.000046 rms=0.001709 Jy/beam ! Combined flux in latest and established models = 0.149672 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.149672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093340Jy sigma=0.000737 ! Fit after self-cal, rms=0.093323Jy sigma=0.000736 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131895 Jy ! Component: 100 - total flux cleaned = 0.0206885 Jy ! Total flux subtracted in 100 components = 0.0206885 Jy ! Clean residual min=-0.006872 max=0.006052 Jy/beam ! Clean residual mean=-0.000038 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.17036 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.17036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090645Jy sigma=0.000712 ! Fit after self-cal, rms=0.090637Jy sigma=0.000712 ! 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.891 mas, bmaj=4.494 mas, bpa=19.53 degrees ! Estimated noise=1122.95 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 (-3, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00786875 Jy ! Component: 100 - total flux cleaned = 0.0127084 Jy ! Component: 150 - total flux cleaned = 0.0160955 Jy ! Component: 200 - total flux cleaned = 0.0185413 Jy ! Total flux subtracted in 200 components = 0.0185413 Jy ! Clean residual min=-0.005099 max=0.004669 Jy/beam ! Clean residual mean=-0.000064 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.188902 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 45 components and 0.188902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089803Jy sigma=0.000705 ! Fit after self-cal, rms=0.089785Jy sigma=0.000705 ! 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.06 FD 0.96 HN 0.95 KP 1.00 ! LA 1.00 MK 0.96 NL 0.88 OV 1.01 ! PT 1.05 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.02 HN 0.98 KP 0.96 ! LA 0.98 MK 1.01 NL 0.96 OV 1.06 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.08 HN 0.98 KP 0.84 ! LA 0.77 MK 1.04 NL 1.14 OV 0.93 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.11 HN 0.98 KP 1.00* ! LA 0.86 MK 1.11 NL 1.00* OV 2.58 ! PT 1.06 SC 2.55 ! ! ! Fit before self-cal, rms=0.089785Jy sigma=0.000705 ! Fit after self-cal, rms=0.103202Jy sigma=0.000677 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=4.514 mas, bpa=16.31 degrees ! Estimated noise=1116.43 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.000301609 Jy ! Component: 100 - total flux cleaned = -0.000503411 Jy ! Component: 150 - total flux cleaned = -0.000673159 Jy ! Component: 200 - total flux cleaned = -0.00077011 Jy ! Total flux subtracted in 200 components = -0.00077011 Jy ! Clean residual min=-0.003726 max=0.003575 Jy/beam ! Clean residual mean=-0.000044 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.188131 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 65 components and 0.188131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103120Jy sigma=0.000676 ! Fit after self-cal, rms=0.103392Jy sigma=0.000676 ! 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.103392Jy sigma=0.000676 ! Fit after self-cal, rms=0.104692Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=4.533 mas, bpa=18.19 degrees ! Estimated noise=1119.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00024697 Jy ! Component: 100 - total flux cleaned = -0.000247123 Jy ! Component: 150 - total flux cleaned = -0.000304329 Jy ! Component: 200 - total flux cleaned = -0.000328883 Jy ! Total flux subtracted in 200 components = -0.000328883 Jy ! Clean residual min=-0.003175 max=0.003321 Jy/beam ! Clean residual mean=-0.000031 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.187803 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.187803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104671Jy sigma=0.000669 ! Fit after self-cal, rms=0.104701Jy sigma=0.000669 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 (-11.5, -42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00293725 Jy ! Component: 100 - total flux cleaned = 0.00333578 Jy ! Component: 150 - total flux cleaned = 0.00342897 Jy ! Component: 200 - total flux cleaned = 0.00346736 Jy ! Total flux subtracted in 200 components = 0.00346736 Jy ! Clean residual min=-0.003094 max=0.002934 Jy/beam ! Clean residual mean=-0.000024 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.19127 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.19127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104600Jy sigma=0.000668 ! Fit after self-cal, rms=0.104585Jy sigma=0.000668 ! 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.104585Jy sigma=0.000668 ! Fit after self-cal, rms=0.104138Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.917 mas, bmaj=4.539 mas, bpa=18.48 degrees ! Estimated noise=1118.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000611861 Jy ! Component: 100 - total flux cleaned = 0.000681998 Jy ! Component: 150 - total flux cleaned = 0.000744504 Jy ! Component: 200 - total flux cleaned = 0.000773655 Jy ! Total flux subtracted in 200 components = 0.000773655 Jy ! Clean residual min=-0.003031 max=0.002933 Jy/beam ! Clean residual mean=-0.000023 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.192044 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 107 components and 0.192044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104115Jy sigma=0.000668 ! Fit after self-cal, rms=0.104111Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.93126e-05 Jy ! Component: 100 - total flux cleaned = 0.000143682 Jy ! Component: 150 - total flux cleaned = 0.000168603 Jy ! Component: 200 - total flux cleaned = 0.000192706 Jy ! Total flux subtracted in 200 components = 0.000192706 Jy ! Clean residual min=-0.002994 max=0.002954 Jy/beam ! Clean residual mean=-0.000023 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.192236 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 112 components and 0.192236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104097Jy sigma=0.000668 ! Fit after self-cal, rms=0.104095Jy sigma=0.000668 ! 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.104095Jy sigma=0.000668 ! Fit after self-cal, rms=0.104010Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.525 mas, bmaj=9.057 mas, bpa=39.1 degrees ! Estimated noise=1399.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000606475 Jy ! Component: 100 - total flux cleaned = 0.000798748 Jy ! Component: 150 - total flux cleaned = 0.000891276 Jy ! Component: 200 - total flux cleaned = 0.000891719 Jy ! Total flux subtracted in 200 components = 0.000891719 Jy ! Clean residual min=-0.003399 max=0.003336 Jy/beam ! Clean residual mean=-0.000047 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.193128 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 117 components and 0.193128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104007Jy sigma=0.000668 ! Fit after self-cal, rms=0.104004Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000213979 Jy ! Component: 100 - total flux cleaned = 0.000290996 Jy ! Component: 150 - total flux cleaned = 0.000290191 Jy ! Component: 200 - total flux cleaned = 0.00030597 Jy ! Total flux subtracted in 200 components = 0.00030597 Jy ! Clean residual min=-0.003395 max=0.003304 Jy/beam ! Clean residual mean=-0.000046 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.193434 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 125 components and 0.193434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104006Jy sigma=0.000668 ! Fit after self-cal, rms=0.104006Jy sigma=0.000668 ! 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.92 mas, bmaj=4.541 mas, bpa=18.69 degrees ! Estimated noise=1119.15 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.92 x 4.541 at 18.69 degrees (North through East) ! Clean map min=-0.0028078 max=0.15678 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.263 mas, bmaj=3.778 mas, bpa=21.51 degrees ! Estimated noise=1485.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120772 Jy ! Component: 100 - total flux cleaned = 0.151435 Jy ! Component: 150 - total flux cleaned = 0.16442 Jy ! Component: 200 - total flux cleaned = 0.171766 Jy ! Total flux subtracted in 200 components = 0.171766 Jy ! Clean residual min=-0.005032 max=0.004114 Jy/beam ! Clean residual mean=-0.000021 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.171766 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.171766 Jy ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=4.541 mas, bpa=18.69 degrees ! Estimated noise=1119.15 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.00614795 Jy ! Component: 100 - total flux cleaned = 0.0101461 Jy ! Component: 150 - total flux cleaned = 0.0131706 Jy ! Component: 200 - total flux cleaned = 0.0155225 Jy ! Total flux subtracted in 200 components = 0.0155225 Jy ! Clean residual min=-0.003000 max=0.003203 Jy/beam ! Clean residual mean=-0.000031 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.187289 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.187289 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=8.525 mas, bmaj=9.057 mas, bpa=39.1 degrees ! Estimated noise=1399.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245496 Jy ! Component: 100 - total flux cleaned = 0.0039981 Jy ! Component: 150 - total flux cleaned = 0.00508256 Jy ! Component: 200 - total flux cleaned = 0.00544516 Jy ! Total flux subtracted in 200 components = 0.00544516 Jy ! Clean residual min=-0.003407 max=0.003341 Jy/beam ! Clean residual mean=-0.000049 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.192734 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.000143052 Jy ! Component: 100 - total flux cleaned = 0.000274622 Jy ! Component: 150 - total flux cleaned = 0.000347535 Jy ! Component: 200 - total flux cleaned = 0.00043792 Jy ! Total flux subtracted in 200 components = 0.00043792 Jy ! Clean residual min=-0.003429 max=0.003321 Jy/beam ! Clean residual mean=-0.000048 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.193172 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 74 components and 0.193172 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=4.541 mas, bpa=18.69 degrees ! Estimated noise=1119.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000700189 Jy ! Component: 100 - total flux cleaned = -0.000594599 Jy ! Component: 150 - total flux cleaned = -0.00045502 Jy ! Component: 200 - total flux cleaned = -0.000373987 Jy ! Total flux subtracted in 200 components = -0.000373987 Jy ! Clean residual min=-0.002912 max=0.002969 Jy/beam ! Clean residual mean=-0.000022 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.192798 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.192798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104063Jy sigma=0.000668 ! Fit after self-cal, rms=0.104062Jy sigma=0.000668 wmodel J1357+7643_S_2017_03_23_pus_map.mod ! Writing 89 model components to file: J1357+7643_S_2017_03_23_pus_map.mod wobs J1357+7643_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1357+7643_S_2017_03_23_pus_uvs.fits wwins J1357+7643_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J1357+7643_S_2017_03_23_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.000104457 Jy ! Component: 100 - total flux cleaned = -0.000253483 Jy ! Component: 150 - total flux cleaned = -0.000395259 Jy ! Component: 200 - total flux cleaned = -0.000673099 Jy ! Component: 250 - total flux cleaned = -0.000898629 Jy ! Component: 300 - total flux cleaned = -0.000986212 Jy ! Component: 350 - total flux cleaned = -0.00107099 Jy ! Component: 400 - total flux cleaned = -0.0011535 Jy ! Component: 450 - total flux cleaned = -0.00119438 Jy ! Component: 500 - total flux cleaned = -0.00131426 Jy ! Component: 550 - total flux cleaned = -0.0013139 Jy ! Component: 600 - total flux cleaned = -0.00139108 Jy ! Component: 650 - total flux cleaned = -0.00146752 Jy ! Component: 700 - total flux cleaned = -0.0015436 Jy ! Component: 750 - total flux cleaned = -0.00165532 Jy ! Component: 800 - total flux cleaned = -0.00165595 Jy ! Component: 850 - total flux cleaned = -0.00169299 Jy ! Component: 900 - total flux cleaned = -0.00180054 Jy ! Component: 950 - total flux cleaned = -0.00176451 Jy ! Component: 1000 - total flux cleaned = -0.00186861 Jy ! Component: 1050 - total flux cleaned = -0.00186856 Jy ! Component: 1100 - total flux cleaned = -0.00183432 Jy ! Component: 1150 - total flux cleaned = -0.00186816 Jy ! Component: 1200 - total flux cleaned = -0.00183503 Jy ! Component: 1250 - total flux cleaned = -0.00186815 Jy ! Component: 1300 - total flux cleaned = -0.00186784 Jy ! Component: 1350 - total flux cleaned = -0.00177119 Jy ! Component: 1400 - total flux cleaned = -0.0017719 Jy ! Component: 1450 - total flux cleaned = -0.00170885 Jy ! Component: 1500 - total flux cleaned = -0.0016781 Jy ! Component: 1550 - total flux cleaned = -0.00167782 Jy ! Component: 1600 - total flux cleaned = -0.00158587 Jy ! Component: 1650 - total flux cleaned = -0.00155531 Jy ! Component: 1700 - total flux cleaned = -0.00152547 Jy ! Component: 1750 - total flux cleaned = -0.00155526 Jy ! Component: 1800 - total flux cleaned = -0.00137726 Jy ! Component: 1850 - total flux cleaned = -0.00131902 Jy ! Component: 1900 - total flux cleaned = -0.00129013 Jy ! Component: 1950 - total flux cleaned = -0.00129037 Jy ! Component: 2000 - total flux cleaned = -0.00117639 Jy ! Component: 2050 - total flux cleaned = -0.00117676 Jy ! Component: 2100 - total flux cleaned = -0.00117659 Jy ! Component: 2150 - total flux cleaned = -0.00106596 Jy ! Component: 2200 - total flux cleaned = -0.000956504 Jy ! Component: 2250 - total flux cleaned = -0.000983495 Jy ! Component: 2300 - total flux cleaned = -0.000902559 Jy ! Component: 2350 - total flux cleaned = -0.000822349 Jy ! Component: 2400 - total flux cleaned = -0.00076943 Jy ! Component: 2450 - total flux cleaned = -0.000769802 Jy ! Component: 2500 - total flux cleaned = -0.000743635 Jy ! Component: 2550 - total flux cleaned = -0.000640421 Jy ! Component: 2600 - total flux cleaned = -0.00051245 Jy ! Component: 2650 - total flux cleaned = -0.000563608 Jy ! Component: 2700 - total flux cleaned = -0.0004121 Jy ! Component: 2750 - total flux cleaned = -0.000412033 Jy ! Component: 2800 - total flux cleaned = -0.000312528 Jy ! Component: 2850 - total flux cleaned = -0.000139874 Jy ! Component: 2900 - total flux cleaned = -4.20011e-05 Jy ! Component: 2950 - total flux cleaned = 6.64846e-06 Jy ! Component: 3000 - total flux cleaned = 5.50123e-05 Jy ! Component: 3050 - total flux cleaned = 0.000294136 Jy ! Component: 3100 - total flux cleaned = 0.000293921 Jy ! Component: 3150 - total flux cleaned = 0.000340805 Jy ! Component: 3200 - total flux cleaned = 0.000528107 Jy ! Component: 3250 - total flux cleaned = 0.000505055 Jy ! Component: 3300 - total flux cleaned = 0.00059752 Jy ! Component: 3350 - total flux cleaned = 0.000735231 Jy ! Component: 3400 - total flux cleaned = 0.000689592 Jy ! Component: 3450 - total flux cleaned = 0.000870518 Jy ! Component: 3500 - total flux cleaned = 0.000938003 Jy ! Component: 3550 - total flux cleaned = 0.00102736 Jy ! Component: 3600 - total flux cleaned = 0.00104938 Jy ! Component: 3650 - total flux cleaned = 0.00115937 Jy ! Component: 3700 - total flux cleaned = 0.00120313 Jy ! Component: 3750 - total flux cleaned = 0.00129023 Jy ! Component: 3800 - total flux cleaned = 0.00137655 Jy ! Component: 3850 - total flux cleaned = 0.00148401 Jy ! Component: 3900 - total flux cleaned = 0.00154786 Jy ! Component: 3950 - total flux cleaned = 0.00167495 Jy ! Component: 4000 - total flux cleaned = 0.00159075 Jy ! Component: 4050 - total flux cleaned = 0.00167448 Jy ! Total flux subtracted in 4096 components = 0.00163297 Jy ! Clean residual min=-0.001314 max=0.001159 Jy/beam ! Clean residual mean=-0.000000 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.194431 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 375 components and 0.194431 Jy ![Exited script file: muppet] wmap "J1357+7643_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.92 x 4.541 at 18.69 degrees (North through East) ! Clean map min=-0.0022095 max=0.15717 Jy/beam ! Writing clean map to FITS file: J1357+7643_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.157166 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000373364 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.712681 0.712681 1.42536 2.85072 5.70145 11.4029 22.8058 45.6116 91.2231 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.157 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.92 x 4.541 at 18.69 degrees (North through East) ! Clean map min=-0.0022095 max=0.15717 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 J1357+7643_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:01:49 2019