! Started logfile: J0935+2405_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:10:30 2019 obs J0935+2405_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0935+2405_S_2017_01_16_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.724537 visibilities/baseline/integration-bin. ! Found source: J0935+2405 ! ! 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 622 lines of history. ! ! Reading 18780 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 J0935+2405_S_2017_01_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 208 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 208 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 208 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 519 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.929426Jy sigma=0.008302 ! Fit after self-cal, rms=0.917341Jy sigma=0.008242 ! 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.835 mas, bmaj=7.446 mas, bpa=15.75 degrees ! Estimated noise=1057.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.067557 Jy ! Component: 100 - total flux cleaned = 0.0877227 Jy ! Total flux subtracted in 100 components = 0.0877227 Jy ! Clean residual min=-0.004108 max=0.009134 Jy/beam ! Clean residual mean=-0.000008 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.0877227 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0877227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125726Jy sigma=0.000679 ! Fit after self-cal, rms=0.125651Jy sigma=0.000678 ! Inverting map ! Added new window around map position (1.5, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107991 Jy ! Component: 100 - total flux cleaned = 0.0167329 Jy ! Total flux subtracted in 100 components = 0.0167329 Jy ! Clean residual min=-0.003036 max=0.003138 Jy/beam ! Clean residual mean=-0.000002 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.104456 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 23 components and 0.104456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124487Jy sigma=0.000666 ! Fit after self-cal, rms=0.124447Jy sigma=0.000665 ! 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=4.371 mas, bmaj=7.944 mas, bpa=13.9 degrees ! Estimated noise=626.294 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.0042481 Jy ! Component: 100 - total flux cleaned = 0.00676578 Jy ! Component: 150 - total flux cleaned = 0.00854032 Jy ! Component: 200 - total flux cleaned = 0.00983792 Jy ! Total flux subtracted in 200 components = 0.00983792 Jy ! Clean residual min=-0.002520 max=0.002081 Jy/beam ! Clean residual mean=-0.000002 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.114293 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 65 components and 0.114293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124209Jy sigma=0.000663 ! Fit after self-cal, rms=0.124174Jy sigma=0.000663 ! 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.07 FD 0.93 HN 0.96 KP 1.01 ! LA 1.03 MK 1.00* NL 0.91 OV 0.98 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.95 HN 1.02 KP 0.94 ! LA 1.01 MK 1.00* NL 1.04 OV 1.06 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00 HN 1.02 KP 1.05 ! LA 1.07 MK 1.00* NL 1.04 OV 0.94 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 0.98 KP 1.00* ! LA 0.89 MK 1.00* NL 1.00* OV 0.95 ! PT 0.96 SC 0.62 ! ! ! Fit before self-cal, rms=0.124174Jy sigma=0.000663 ! Fit after self-cal, rms=0.095466Jy sigma=0.000660 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.365 mas, bmaj=7.939 mas, bpa=13.67 degrees ! Estimated noise=625.895 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.000780893 Jy ! Component: 100 - total flux cleaned = 0.00088762 Jy ! Component: 150 - total flux cleaned = 0.000976 Jy ! Component: 200 - total flux cleaned = 0.00106565 Jy ! Total flux subtracted in 200 components = 0.00106565 Jy ! Clean residual min=-0.002227 max=0.001940 Jy/beam ! Clean residual mean=0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.115359 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.115359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095450Jy sigma=0.000660 ! Fit after self-cal, rms=0.095390Jy sigma=0.000660 ! 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.095390Jy sigma=0.000660 ! Fit after self-cal, rms=0.085610Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.365 mas, bmaj=7.925 mas, bpa=13.64 degrees ! Estimated noise=626.646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.46455e-05 Jy ! Component: 100 - total flux cleaned = 9.75484e-05 Jy ! Component: 150 - total flux cleaned = 0.000111704 Jy ! Component: 200 - total flux cleaned = 0.000138592 Jy ! Total flux subtracted in 200 components = 0.000138592 Jy ! Clean residual min=-0.001720 max=0.001561 Jy/beam ! Clean residual mean=0.000000 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.115498 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.115498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085603Jy sigma=0.000659 ! Fit after self-cal, rms=0.085536Jy sigma=0.000659 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 = -7.64041e-05 Jy ! Component: 100 - total flux cleaned = -8.87774e-05 Jy ! Component: 150 - total flux cleaned = -8.84539e-05 Jy ! Component: 200 - total flux cleaned = -8.8844e-05 Jy ! Total flux subtracted in 200 components = -8.8844e-05 Jy ! Clean residual min=-0.001706 max=0.001571 Jy/beam ! Clean residual mean=0.000000 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.115409 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 103 components and 0.115409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085532Jy sigma=0.000659 ! Fit after self-cal, rms=0.085531Jy sigma=0.000659 ! 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.085531Jy sigma=0.000659 ! Fit after self-cal, rms=0.084899Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.361 mas, bmaj=7.915 mas, bpa=13.58 degrees ! Estimated noise=626.929 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137571 Jy ! Component: 100 - total flux cleaned = 0.000151067 Jy ! Component: 150 - total flux cleaned = 0.000172722 Jy ! Component: 200 - total flux cleaned = 0.000183154 Jy ! Total flux subtracted in 200 components = 0.000183154 Jy ! Clean residual min=-0.001703 max=0.001564 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.115592 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.115592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084895Jy sigma=0.000659 ! Fit after self-cal, rms=0.084888Jy sigma=0.000659 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 = -3.34889e-05 Jy ! Component: 100 - total flux cleaned = -4.36261e-05 Jy ! Component: 150 - total flux cleaned = -5.29123e-05 Jy ! Component: 200 - total flux cleaned = -5.32928e-05 Jy ! Total flux subtracted in 200 components = -5.32928e-05 Jy ! Clean residual min=-0.001697 max=0.001564 Jy/beam ! Clean residual mean=0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.115539 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.115539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084886Jy sigma=0.000659 ! Fit after self-cal, rms=0.084885Jy sigma=0.000659 ! 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.084885Jy sigma=0.000659 ! Fit after self-cal, rms=0.084919Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.71 mas, bmaj=9.907 mas, bpa=0.6109 degrees ! Estimated noise=724.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148132 Jy ! Component: 100 - total flux cleaned = 0.000206958 Jy ! Component: 150 - total flux cleaned = 0.000198303 Jy ! Component: 200 - total flux cleaned = 0.000190506 Jy ! Total flux subtracted in 200 components = 0.000190506 Jy ! Clean residual min=-0.001801 max=0.001975 Jy/beam ! Clean residual mean=-0.000002 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.115729 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.115729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084917Jy sigma=0.000659 ! Fit after self-cal, rms=0.084916Jy sigma=0.000659 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.40909e-05 Jy ! Component: 100 - total flux cleaned = 1.63947e-05 Jy ! Component: 150 - total flux cleaned = 9.10794e-06 Jy ! Component: 200 - total flux cleaned = -1.04262e-05 Jy ! Total flux subtracted in 200 components = -1.04262e-05 Jy ! Clean residual min=-0.001794 max=0.001976 Jy/beam ! Clean residual mean=-0.000002 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.115719 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 132 components and 0.115719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084916Jy sigma=0.000659 ! Fit after self-cal, rms=0.084915Jy sigma=0.000659 ! 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=4.358 mas, bmaj=7.909 mas, bpa=13.55 degrees ! Estimated noise=627.687 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.358 x 7.909 at 13.55 degrees (North through East) ! Clean map min=-0.0016623 max=0.087257 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.804 mas, bmaj=7.411 mas, bpa=15.7 degrees ! Estimated noise=1043.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0664436 Jy ! Component: 100 - total flux cleaned = 0.0877747 Jy ! Component: 150 - total flux cleaned = 0.0981447 Jy ! Component: 200 - total flux cleaned = 0.103598 Jy ! Total flux subtracted in 200 components = 0.103598 Jy ! Clean residual min=-0.002467 max=0.002785 Jy/beam ! Clean residual mean=-0.000002 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.103598 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.103598 Jy ! Inverting map and beam ! Estimated beam: bmin=4.358 mas, bmaj=7.909 mas, bpa=13.55 degrees ! Estimated noise=627.687 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.00427578 Jy ! Component: 100 - total flux cleaned = 0.00698837 Jy ! Component: 150 - total flux cleaned = 0.00883106 Jy ! Component: 200 - total flux cleaned = 0.0100971 Jy ! Total flux subtracted in 200 components = 0.0100971 Jy ! Clean residual min=-0.001717 max=0.001584 Jy/beam ! Clean residual mean=-0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.113695 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 63 components and 0.113695 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.71 mas, bmaj=9.907 mas, bpa=0.6109 degrees ! Estimated noise=724.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119998 Jy ! Component: 100 - total flux cleaned = 0.00181689 Jy ! Component: 150 - total flux cleaned = 0.00198781 Jy ! Component: 200 - total flux cleaned = 0.00201066 Jy ! Total flux subtracted in 200 components = 0.00201066 Jy ! Clean residual min=-0.001801 max=0.002000 Jy/beam ! Clean residual mean=-0.000002 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.115706 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 = 2.90662e-05 Jy ! Component: 100 - total flux cleaned = 4.5376e-05 Jy ! Component: 150 - total flux cleaned = 5.99139e-05 Jy ! Component: 200 - total flux cleaned = 7.23918e-05 Jy ! Total flux subtracted in 200 components = 7.23918e-05 Jy ! Clean residual min=-0.001797 max=0.002000 Jy/beam ! Clean residual mean=-0.000002 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.115778 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 96 components and 0.115778 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.358 mas, bmaj=7.909 mas, bpa=13.55 degrees ! Estimated noise=627.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154307 Jy ! Component: 100 - total flux cleaned = 0.000168063 Jy ! Component: 150 - total flux cleaned = 0.000180714 Jy ! Component: 200 - total flux cleaned = 0.000169903 Jy ! Total flux subtracted in 200 components = 0.000169903 Jy ! Clean residual min=-0.001698 max=0.001587 Jy/beam ! Clean residual mean=0.000000 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.115948 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 106 components and 0.115948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084924Jy sigma=0.000659 ! Fit after self-cal, rms=0.084920Jy sigma=0.000659 wmodel J0935+2405_S_2017_01_16_pus_map.mod ! Writing 106 model components to file: J0935+2405_S_2017_01_16_pus_map.mod wobs J0935+2405_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0935+2405_S_2017_01_16_pus_uvs.fits wwins J0935+2405_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J0935+2405_S_2017_01_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 = 1.94504e-05 Jy ! Component: 100 - total flux cleaned = 1.9966e-05 Jy ! Component: 150 - total flux cleaned = 4.81269e-05 Jy ! Component: 200 - total flux cleaned = 0.000125611 Jy ! Component: 250 - total flux cleaned = 0.000125025 Jy ! Component: 300 - total flux cleaned = 0.000149268 Jy ! Component: 350 - total flux cleaned = 0.000218534 Jy ! Component: 400 - total flux cleaned = 0.000263603 Jy ! Component: 450 - total flux cleaned = 0.000373092 Jy ! Component: 500 - total flux cleaned = 0.000351229 Jy ! Component: 550 - total flux cleaned = 0.000350948 Jy ! Component: 600 - total flux cleaned = 0.000310107 Jy ! Component: 650 - total flux cleaned = 0.000290782 Jy ! Component: 700 - total flux cleaned = 0.000311221 Jy ! Component: 750 - total flux cleaned = 0.000330761 Jy ! Component: 800 - total flux cleaned = 0.000273925 Jy ! Component: 850 - total flux cleaned = 0.000274091 Jy ! Component: 900 - total flux cleaned = 0.000182457 Jy ! Component: 950 - total flux cleaned = 0.000182911 Jy ! Component: 1000 - total flux cleaned = 0.000165297 Jy ! Component: 1050 - total flux cleaned = 0.000165173 Jy ! Component: 1100 - total flux cleaned = 0.000182365 Jy ! Component: 1150 - total flux cleaned = 0.000147903 Jy ! Component: 1200 - total flux cleaned = 9.76694e-05 Jy ! Component: 1250 - total flux cleaned = 6.48243e-05 Jy ! Component: 1300 - total flux cleaned = 8.1154e-05 Jy ! Component: 1350 - total flux cleaned = 1.65362e-05 Jy ! Component: 1400 - total flux cleaned = -4.72927e-05 Jy ! Component: 1450 - total flux cleaned = -0.000110048 Jy ! Component: 1500 - total flux cleaned = -0.000187599 Jy ! Component: 1550 - total flux cleaned = -0.000233694 Jy ! Component: 1600 - total flux cleaned = -0.000294561 Jy ! Component: 1650 - total flux cleaned = -0.000369986 Jy ! Component: 1700 - total flux cleaned = -0.000429442 Jy ! Component: 1750 - total flux cleaned = -0.000517853 Jy ! Component: 1800 - total flux cleaned = -0.000576016 Jy ! Component: 1850 - total flux cleaned = -0.000648237 Jy ! Component: 1900 - total flux cleaned = -0.000719555 Jy ! Component: 1950 - total flux cleaned = -0.000776008 Jy ! Component: 2000 - total flux cleaned = -0.000831691 Jy ! Component: 2050 - total flux cleaned = -0.000845552 Jy ! Component: 2100 - total flux cleaned = -0.000886613 Jy ! Component: 2150 - total flux cleaned = -0.000913626 Jy ! Component: 2200 - total flux cleaned = -0.000953778 Jy ! Component: 2250 - total flux cleaned = -0.000940539 Jy ! Component: 2300 - total flux cleaned = -0.00101955 Jy ! Component: 2350 - total flux cleaned = -0.00100648 Jy ! Component: 2400 - total flux cleaned = -0.00104548 Jy ! Component: 2450 - total flux cleaned = -0.00107092 Jy ! Component: 2500 - total flux cleaned = -0.00112183 Jy ! Component: 2550 - total flux cleaned = -0.00113442 Jy ! Component: 2600 - total flux cleaned = -0.00114694 Jy ! Component: 2650 - total flux cleaned = -0.00119647 Jy ! Component: 2700 - total flux cleaned = -0.00124574 Jy ! Component: 2750 - total flux cleaned = -0.00125786 Jy ! Component: 2800 - total flux cleaned = -0.00125782 Jy ! Component: 2850 - total flux cleaned = -0.00131769 Jy ! Component: 2900 - total flux cleaned = -0.00135332 Jy ! Component: 2950 - total flux cleaned = -0.00138864 Jy ! Component: 3000 - total flux cleaned = -0.00136533 Jy ! Component: 3050 - total flux cleaned = -0.00143506 Jy ! Component: 3100 - total flux cleaned = -0.00146967 Jy ! Component: 3150 - total flux cleaned = -0.00148116 Jy ! Component: 3200 - total flux cleaned = -0.0015266 Jy ! Component: 3250 - total flux cleaned = -0.0015492 Jy ! Component: 3300 - total flux cleaned = -0.00153806 Jy ! Component: 3350 - total flux cleaned = -0.00158259 Jy ! Component: 3400 - total flux cleaned = -0.00158269 Jy ! Component: 3450 - total flux cleaned = -0.00158286 Jy ! Component: 3500 - total flux cleaned = -0.00162638 Jy ! Component: 3550 - total flux cleaned = -0.00162629 Jy ! Component: 3600 - total flux cleaned = -0.00163706 Jy ! Component: 3650 - total flux cleaned = -0.00167975 Jy ! Component: 3700 - total flux cleaned = -0.00164787 Jy ! Component: 3750 - total flux cleaned = -0.00162673 Jy ! Component: 3800 - total flux cleaned = -0.00163722 Jy ! Component: 3850 - total flux cleaned = -0.00161636 Jy ! Component: 3900 - total flux cleaned = -0.00165787 Jy ! Component: 3950 - total flux cleaned = -0.00161651 Jy ! Component: 4000 - total flux cleaned = -0.00165756 Jy ! Component: 4050 - total flux cleaned = -0.00161674 Jy ! Total flux subtracted in 4096 components = -0.00161675 Jy ! Clean residual min=-0.000615 max=0.000687 Jy/beam ! Clean residual mean=0.000002 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.114331 Jy keep ! Adding 342 model components to the UV plane model. ! The established model now contains 448 components and 0.114331 Jy ![Exited script file: muppet] wmap "J0935+2405_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.358 x 7.909 at 13.55 degrees (North through East) ! Clean map min=-0.0013759 max=0.087136 Jy/beam ! Writing clean map to FITS file: J0935+2405_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0871364 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202081 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.695741 0.695741 1.39148 2.78297 5.56593 11.1319 22.2637 44.5274 89.0549 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.358 x 7.909 at 13.55 degrees (North through East) ! Clean map min=-0.0013759 max=0.087136 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 J0935+2405_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:10:36 2019