! Started logfile: J1031+7441_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:21:24 2017 obs J1031+7441_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1031+7441_S_2015_01_23_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963175 visibilities/baseline/integration-bin. ! Found source: J1031+7441 ! ! 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 338 lines of history. ! ! Reading 18204 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 J1031+7441_S_2015_01_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.928929Jy sigma=0.008537 ! Fit after self-cal, rms=0.905607Jy sigma=0.008421 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.504 mas, bmaj=6.277 mas, bpa=89.65 degrees ! Estimated noise=1052.33 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.0807037 Jy ! Component: 100 - total flux cleaned = 0.0995352 Jy ! Total flux subtracted in 100 components = 0.0995352 Jy ! Clean residual min=-0.004965 max=0.007193 Jy/beam ! Clean residual mean=-0.000018 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.0995352 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0995352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163215Jy sigma=0.000840 ! Fit after self-cal, rms=0.163193Jy sigma=0.000840 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00770942 Jy ! Component: 100 - total flux cleaned = 0.0116691 Jy ! Total flux subtracted in 100 components = 0.0116691 Jy ! Clean residual min=-0.004669 max=0.003720 Jy/beam ! Clean residual mean=-0.000011 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.111204 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 10 components and 0.111204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162682Jy sigma=0.000832 ! Fit after self-cal, rms=0.162695Jy sigma=0.000832 ! 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.096 mas, bmaj=7.486 mas, bpa=-89.77 degrees ! Estimated noise=597.735 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.00435096 Jy ! Component: 100 - total flux cleaned = 0.00694047 Jy ! Component: 150 - total flux cleaned = 0.00864413 Jy ! Component: 200 - total flux cleaned = 0.00977167 Jy ! Total flux subtracted in 200 components = 0.00977167 Jy ! Clean residual min=-0.003284 max=0.004112 Jy/beam ! Clean residual mean=-0.000024 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.120976 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 36 components and 0.120976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162572Jy sigma=0.000830 ! Fit after self-cal, rms=0.162586Jy sigma=0.000830 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 0.94 KP 1.11 ! LA 1.02 MK 1.06 NL 1.02 OV 1.00 ! PT 0.97 SC 1.06 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.26 HN 1.03 KP 1.03 ! LA 0.98 MK 1.03 NL 1.04 OV 1.04 ! PT 0.96 SC 1.08 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.36 HN 1.06 KP 0.91 ! LA 0.77 MK 1.03 NL 1.12 OV 0.97 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.16 HN 0.96 KP 0.82 ! LA 0.82 MK 0.97 NL 1.01 OV 1.01 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.162586Jy sigma=0.000830 ! Fit after self-cal, rms=0.183682Jy sigma=0.000822 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=7.514 mas, bpa=-89.86 degrees ! Estimated noise=599.554 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.00031359 Jy ! Component: 100 - total flux cleaned = 0.000353227 Jy ! Component: 150 - total flux cleaned = 0.000343614 Jy ! Component: 200 - total flux cleaned = 0.000334787 Jy ! Total flux subtracted in 200 components = 0.000334787 Jy ! Clean residual min=-0.002804 max=0.003123 Jy/beam ! Clean residual mean=-0.000010 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.121311 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.121311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183675Jy sigma=0.000822 ! Fit after self-cal, rms=0.183724Jy sigma=0.000822 ! 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.183724Jy sigma=0.000822 ! Fit after self-cal, rms=0.163635Jy sigma=0.000820 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=7.511 mas, bpa=-89.81 degrees ! Estimated noise=599.808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134785 Jy ! Component: 100 - total flux cleaned = -0.000147851 Jy ! Component: 150 - total flux cleaned = -0.000171167 Jy ! Component: 200 - total flux cleaned = -0.000181341 Jy ! Total flux subtracted in 200 components = -0.000181341 Jy ! Clean residual min=-0.002474 max=0.003326 Jy/beam ! Clean residual mean=-0.000027 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.121129 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.121129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163632Jy sigma=0.000820 ! Fit after self-cal, rms=0.163630Jy sigma=0.000820 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 (16, -36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00278607 Jy ! Component: 100 - total flux cleaned = 0.00365574 Jy ! Component: 150 - total flux cleaned = 0.00393138 Jy ! Component: 200 - total flux cleaned = 0.00422486 Jy ! Total flux subtracted in 200 components = 0.00422486 Jy ! Clean residual min=-0.002466 max=0.002551 Jy/beam ! Clean residual mean=-0.000019 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.125354 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.125354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163571Jy sigma=0.000819 ! Fit after self-cal, rms=0.163531Jy sigma=0.000819 ! 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.163531Jy sigma=0.000819 ! Fit after self-cal, rms=0.163581Jy sigma=0.000818 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.134 mas, bmaj=7.521 mas, bpa=-89.69 degrees ! Estimated noise=599.214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135945 Jy ! Component: 100 - total flux cleaned = 0.0015755 Jy ! Component: 150 - total flux cleaned = 0.00167554 Jy ! Component: 200 - total flux cleaned = 0.0017879 Jy ! Total flux subtracted in 200 components = 0.0017879 Jy ! Clean residual min=-0.002389 max=0.002510 Jy/beam ! Clean residual mean=-0.000015 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.127142 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 80 components and 0.127142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163559Jy sigma=0.000818 ! Fit after self-cal, rms=0.163559Jy sigma=0.000818 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.000456257 Jy ! Component: 100 - total flux cleaned = 0.000517558 Jy ! Component: 150 - total flux cleaned = 0.000574722 Jy ! Component: 200 - total flux cleaned = 0.000591984 Jy ! Total flux subtracted in 200 components = 0.000591984 Jy ! Clean residual min=-0.002375 max=0.002476 Jy/beam ! Clean residual mean=-0.000015 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.127734 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 91 components and 0.127734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.163551Jy sigma=0.000818 ! Fit after self-cal, rms=0.163546Jy sigma=0.000818 ! 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.163546Jy sigma=0.000818 ! Fit after self-cal, rms=0.164047Jy sigma=0.000818 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.313 mas, bmaj=11.98 mas, bpa=87.25 degrees ! Estimated noise=785.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000367834 Jy ! Component: 100 - total flux cleaned = 0.000319552 Jy ! Component: 150 - total flux cleaned = 0.000278112 Jy ! Component: 200 - total flux cleaned = 0.000242879 Jy ! Total flux subtracted in 200 components = 0.000242879 Jy ! Clean residual min=-0.002754 max=0.003861 Jy/beam ! Clean residual mean=-0.000031 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.127977 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 96 components and 0.127977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164044Jy sigma=0.000818 ! Fit after self-cal, rms=0.164050Jy sigma=0.000818 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.000193633 Jy ! Component: 100 - total flux cleaned = 0.000216924 Jy ! Component: 150 - total flux cleaned = 0.000202213 Jy ! Component: 200 - total flux cleaned = 0.000202267 Jy ! Total flux subtracted in 200 components = 0.000202267 Jy ! Clean residual min=-0.002794 max=0.003901 Jy/beam ! Clean residual mean=-0.000032 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.128179 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 100 components and 0.128179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164051Jy sigma=0.000818 ! Fit after self-cal, rms=0.164048Jy sigma=0.000818 ! 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.136 mas, bmaj=7.525 mas, bpa=-89.65 degrees ! Estimated noise=599.662 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.136 x 7.525 at -89.65 degrees (North through East) ! Clean map min=-0.002311 max=0.10585 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.531 mas, bmaj=6.286 mas, bpa=89.67 degrees ! Estimated noise=1061.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0808968 Jy ! Component: 100 - total flux cleaned = 0.0997814 Jy ! Component: 150 - total flux cleaned = 0.107058 Jy ! Component: 200 - total flux cleaned = 0.11137 Jy ! Total flux subtracted in 200 components = 0.11137 Jy ! Clean residual min=-0.003970 max=0.003661 Jy/beam ! Clean residual mean=-0.000013 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.11137 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.11137 Jy ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=7.525 mas, bpa=-89.65 degrees ! Estimated noise=599.662 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.00490778 Jy ! Component: 100 - total flux cleaned = 0.00799139 Jy ! Component: 150 - total flux cleaned = 0.0100544 Jy ! Component: 200 - total flux cleaned = 0.0113748 Jy ! Total flux subtracted in 200 components = 0.0113748 Jy ! Clean residual min=-0.002644 max=0.002588 Jy/beam ! Clean residual mean=-0.000021 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.122745 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 65 components and 0.122745 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.313 mas, bmaj=11.98 mas, bpa=87.25 degrees ! Estimated noise=785.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224762 Jy ! Component: 100 - total flux cleaned = 0.00306126 Jy ! Component: 150 - total flux cleaned = 0.00369094 Jy ! Component: 200 - total flux cleaned = 0.00419315 Jy ! Total flux subtracted in 200 components = 0.00419315 Jy ! Clean residual min=-0.002820 max=0.003958 Jy/beam ! Clean residual mean=-0.000036 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.126938 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.000375093 Jy ! Component: 100 - total flux cleaned = 0.00048953 Jy ! Component: 150 - total flux cleaned = 0.000559477 Jy ! Component: 200 - total flux cleaned = 0.000624289 Jy ! Total flux subtracted in 200 components = 0.000624289 Jy ! Clean residual min=-0.002778 max=0.003942 Jy/beam ! Clean residual mean=-0.000035 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.127562 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 84 components and 0.127562 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.136 mas, bmaj=7.525 mas, bpa=-89.65 degrees ! Estimated noise=599.662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000233916 Jy ! Component: 100 - total flux cleaned = 0.000238106 Jy ! Component: 150 - total flux cleaned = 0.000206782 Jy ! Component: 200 - total flux cleaned = 0.000154639 Jy ! Total flux subtracted in 200 components = 0.000154639 Jy ! Clean residual min=-0.002350 max=0.002662 Jy/beam ! Clean residual mean=-0.000015 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.127717 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.127717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164055Jy sigma=0.000818 ! Fit after self-cal, rms=0.164052Jy sigma=0.000818 wmodel J1031+7441_S_2015_01_23_pus_map.mod ! Writing 101 model components to file: J1031+7441_S_2015_01_23_pus_map.mod wobs J1031+7441_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1031+7441_S_2015_01_23_pus_uvs.fits wwins J1031+7441_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1031+7441_S_2015_01_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.000660513 Jy ! Component: 100 - total flux cleaned = 0.00128081 Jy ! Component: 150 - total flux cleaned = 0.00186744 Jy ! Component: 200 - total flux cleaned = 0.0022052 Jy ! Component: 250 - total flux cleaned = 0.00256737 Jy ! Component: 300 - total flux cleaned = 0.00288236 Jy ! Component: 350 - total flux cleaned = 0.00318808 Jy ! Component: 400 - total flux cleaned = 0.00341849 Jy ! Component: 450 - total flux cleaned = 0.00354623 Jy ! Component: 500 - total flux cleaned = 0.00370224 Jy ! Component: 550 - total flux cleaned = 0.00382373 Jy ! Component: 600 - total flux cleaned = 0.00385377 Jy ! Component: 650 - total flux cleaned = 0.00385363 Jy ! Component: 700 - total flux cleaned = 0.00385364 Jy ! Component: 750 - total flux cleaned = 0.00390891 Jy ! Component: 800 - total flux cleaned = 0.00390931 Jy ! Component: 850 - total flux cleaned = 0.00404404 Jy ! Component: 900 - total flux cleaned = 0.00414902 Jy ! Component: 950 - total flux cleaned = 0.00412307 Jy ! Component: 1000 - total flux cleaned = 0.00417388 Jy ! Component: 1050 - total flux cleaned = 0.0042496 Jy ! Component: 1100 - total flux cleaned = 0.00422524 Jy ! Component: 1150 - total flux cleaned = 0.00442152 Jy ! Component: 1200 - total flux cleaned = 0.00444502 Jy ! Component: 1250 - total flux cleaned = 0.00454032 Jy ! Component: 1300 - total flux cleaned = 0.00463426 Jy ! Component: 1350 - total flux cleaned = 0.0046346 Jy ! Component: 1400 - total flux cleaned = 0.00472668 Jy ! Component: 1450 - total flux cleaned = 0.00486327 Jy ! Component: 1500 - total flux cleaned = 0.00499831 Jy ! Component: 1550 - total flux cleaned = 0.00499812 Jy ! Component: 1600 - total flux cleaned = 0.00510749 Jy ! Component: 1650 - total flux cleaned = 0.00519413 Jy ! Component: 1700 - total flux cleaned = 0.00517259 Jy ! Component: 1750 - total flux cleaned = 0.00527896 Jy ! Component: 1800 - total flux cleaned = 0.0053209 Jy ! Component: 1850 - total flux cleaned = 0.00532149 Jy ! Component: 1900 - total flux cleaned = 0.00546565 Jy ! Component: 1950 - total flux cleaned = 0.00548588 Jy ! Component: 2000 - total flux cleaned = 0.00556635 Jy ! Component: 2050 - total flux cleaned = 0.00562642 Jy ! Component: 2100 - total flux cleaned = 0.00564611 Jy ! Component: 2150 - total flux cleaned = 0.005705 Jy ! Component: 2200 - total flux cleaned = 0.0057826 Jy ! Component: 2250 - total flux cleaned = 0.00582107 Jy ! Component: 2300 - total flux cleaned = 0.00580228 Jy ! Component: 2350 - total flux cleaned = 0.00597269 Jy ! Component: 2400 - total flux cleaned = 0.00591625 Jy ! Component: 2450 - total flux cleaned = 0.0059349 Jy ! Component: 2500 - total flux cleaned = 0.00599003 Jy ! Component: 2550 - total flux cleaned = 0.00597172 Jy ! Component: 2600 - total flux cleaned = 0.00606229 Jy ! Component: 2650 - total flux cleaned = 0.00599035 Jy ! Component: 2700 - total flux cleaned = 0.00611533 Jy ! Component: 2750 - total flux cleaned = 0.00606222 Jy ! Component: 2800 - total flux cleaned = 0.00613259 Jy ! Component: 2850 - total flux cleaned = 0.0061848 Jy ! Component: 2900 - total flux cleaned = 0.0061501 Jy ! Component: 2950 - total flux cleaned = 0.00615005 Jy ! Component: 3000 - total flux cleaned = 0.00613279 Jy ! Component: 3050 - total flux cleaned = 0.0061668 Jy ! Component: 3100 - total flux cleaned = 0.0062172 Jy ! Component: 3150 - total flux cleaned = 0.00618385 Jy ! Component: 3200 - total flux cleaned = 0.00613417 Jy ! Component: 3250 - total flux cleaned = 0.00611769 Jy ! Component: 3300 - total flux cleaned = 0.00616671 Jy ! Component: 3350 - total flux cleaned = 0.00613447 Jy ! Component: 3400 - total flux cleaned = 0.00618284 Jy ! Component: 3450 - total flux cleaned = 0.00611882 Jy ! Component: 3500 - total flux cleaned = 0.00613471 Jy ! Component: 3550 - total flux cleaned = 0.00608728 Jy ! Component: 3600 - total flux cleaned = 0.00614994 Jy ! Component: 3650 - total flux cleaned = 0.0061187 Jy ! Component: 3700 - total flux cleaned = 0.00616523 Jy ! Component: 3750 - total flux cleaned = 0.00610354 Jy ! Component: 3800 - total flux cleaned = 0.00611885 Jy ! Component: 3850 - total flux cleaned = 0.00614932 Jy ! Component: 3900 - total flux cleaned = 0.00619462 Jy ! Component: 3950 - total flux cleaned = 0.00616456 Jy ! Component: 4000 - total flux cleaned = 0.00617949 Jy ! Component: 4050 - total flux cleaned = 0.00614991 Jy ! Total flux subtracted in 4096 components = 0.00616468 Jy ! Clean residual min=-0.000767 max=0.000796 Jy/beam ! Clean residual mean=-0.000010 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.133881 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 403 components and 0.133881 Jy ![Exited script file: muppet] wmap "J1031+7441_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.136 x 7.525 at -89.65 degrees (North through East) ! Clean map min=-0.0016969 max=0.10616 Jy/beam ! Writing clean map to FITS file: J1031+7441_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.106163 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270453 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.764254 0.764254 1.52851 3.05702 6.11403 12.2281 24.4561 48.9123 97.8246 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 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.136 x 7.525 at -89.65 degrees (North through East) ! Clean map min=-0.0016969 max=0.10616 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 J1031+7441_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:21:30 2017