! Started logfile: J2151-2742_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:35:31 2017 obs J2151-2742_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2151-2742_S_2015_01_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.862115 visibilities/baseline/integration-bin. ! Found source: J2151-2742 ! ! 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 12880 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 J2151-2742_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.848515Jy sigma=0.007274 ! Fit after self-cal, rms=0.794965Jy sigma=0.006806 ! 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.36 mas, bmaj=6.47 mas, bpa=-6.908 degrees ! Estimated noise=1133.96 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.159397 Jy ! Component: 100 - total flux cleaned = 0.196094 Jy ! Total flux subtracted in 100 components = 0.196094 Jy ! Clean residual min=-0.010583 max=0.016978 Jy/beam ! Clean residual mean=-0.000027 rms=0.002641 Jy/beam ! Combined flux in latest and established models = 0.196094 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.196094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126515Jy sigma=0.000906 ! Fit after self-cal, rms=0.126518Jy sigma=0.000906 ! Inverting map ! Added new window around map position (-4.5, -4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180703 Jy ! Component: 100 - total flux cleaned = 0.0298943 Jy ! Total flux subtracted in 100 components = 0.0298943 Jy ! Clean residual min=-0.007912 max=0.012027 Jy/beam ! Clean residual mean=-0.000017 rms=0.002137 Jy/beam ! Combined flux in latest and established models = 0.225988 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 25 components and 0.225988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122181Jy sigma=0.000859 ! Fit after self-cal, rms=0.122094Jy sigma=0.000857 ! 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=2.903 mas, bmaj=7.461 mas, bpa=-7.158 degrees ! Estimated noise=775.285 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.017517 Jy ! Component: 100 - total flux cleaned = 0.0291077 Jy ! Component: 150 - total flux cleaned = 0.0370712 Jy ! Component: 200 - total flux cleaned = 0.0425951 Jy ! Total flux subtracted in 200 components = 0.0425951 Jy ! Clean residual min=-0.007577 max=0.011202 Jy/beam ! Clean residual mean=-0.000021 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.268583 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 66 components and 0.268583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119252Jy sigma=0.000826 ! Fit after self-cal, rms=0.119156Jy sigma=0.000825 ! 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 1.00* HN 1.05 KP 1.07 ! LA 1.01 MK 1.01 NL 1.17 OV 0.96 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.18 KP 0.98 ! LA 0.99 MK 1.01 NL 1.26 OV 0.98 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.59 HN 1.17 KP 0.85 ! LA 0.81 MK 1.05 NL 1.13 OV 0.91 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 1.12 KP 0.80 ! LA 0.82 MK 1.01 NL 0.95 OV 0.96 ! PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.119156Jy sigma=0.000825 ! Fit after self-cal, rms=0.138313Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.938 mas, bmaj=7.488 mas, bpa=-6.738 degrees ! Estimated noise=779.007 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 (-10, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198394 Jy ! Component: 100 - total flux cleaned = 0.00210675 Jy ! Component: 150 - total flux cleaned = 0.00239942 Jy ! Component: 200 - total flux cleaned = 0.00276303 Jy ! Total flux subtracted in 200 components = 0.00276303 Jy ! Clean residual min=-0.004992 max=0.004141 Jy/beam ! Clean residual mean=-0.000005 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.271347 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 87 components and 0.271347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138061Jy sigma=0.000778 ! Fit after self-cal, rms=0.138216Jy sigma=0.000777 ! 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.138216Jy sigma=0.000777 ! Fit after self-cal, rms=0.139016Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.932 mas, bmaj=7.478 mas, bpa=-6.784 degrees ! Estimated noise=776.719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173467 Jy ! Component: 100 - total flux cleaned = -0.000178299 Jy ! Component: 150 - total flux cleaned = 5.72643e-05 Jy ! Component: 200 - total flux cleaned = 0.00023883 Jy ! Total flux subtracted in 200 components = 0.00023883 Jy ! Clean residual min=-0.004273 max=0.002983 Jy/beam ! Clean residual mean=0.000004 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.271585 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 0.271585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138949Jy sigma=0.000773 ! Fit after self-cal, rms=0.138937Jy sigma=0.000773 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.000399533 Jy ! Component: 100 - total flux cleaned = 0.000491349 Jy ! Component: 150 - total flux cleaned = 0.000608453 Jy ! Component: 200 - total flux cleaned = 0.000678712 Jy ! Total flux subtracted in 200 components = 0.000678712 Jy ! Clean residual min=-0.003981 max=0.003049 Jy/beam ! Clean residual mean=0.000004 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.272264 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 108 components and 0.272264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138910Jy sigma=0.000773 ! Fit after self-cal, rms=0.138901Jy sigma=0.000773 ! 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.138901Jy sigma=0.000773 ! Fit after self-cal, rms=0.139491Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=7.476 mas, bpa=-6.746 degrees ! Estimated noise=775.277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000518455 Jy ! Component: 100 - total flux cleaned = -0.000567758 Jy ! Component: 150 - total flux cleaned = -0.00060257 Jy ! Component: 200 - total flux cleaned = -0.000662178 Jy ! Total flux subtracted in 200 components = -0.000662178 Jy ! Clean residual min=-0.003658 max=0.002855 Jy/beam ! Clean residual mean=0.000007 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.271602 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.271602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139472Jy sigma=0.000772 ! Fit after self-cal, rms=0.139480Jy sigma=0.000772 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 = 1.28193e-05 Jy ! Component: 100 - total flux cleaned = -4.40982e-05 Jy ! Component: 150 - total flux cleaned = -7.03961e-05 Jy ! Component: 200 - total flux cleaned = -6.95194e-05 Jy ! Total flux subtracted in 200 components = -6.95194e-05 Jy ! Clean residual min=-0.003501 max=0.002845 Jy/beam ! Clean residual mean=0.000007 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.271532 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 124 components and 0.271532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139469Jy sigma=0.000772 ! Fit after self-cal, rms=0.139467Jy sigma=0.000772 ! 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.139467Jy sigma=0.000772 ! Fit after self-cal, rms=0.139821Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.457 mas, bmaj=17.67 mas, bpa=-3.453 degrees ! Estimated noise=1002.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000454244 Jy ! Component: 100 - total flux cleaned = -0.000610907 Jy ! Component: 150 - total flux cleaned = -0.000734201 Jy ! Component: 200 - total flux cleaned = -0.000856264 Jy ! Total flux subtracted in 200 components = -0.000856264 Jy ! Clean residual min=-0.002907 max=0.003496 Jy/beam ! Clean residual mean=0.000019 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.270676 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 130 components and 0.270676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139824Jy sigma=0.000772 ! Fit after self-cal, rms=0.139826Jy sigma=0.000772 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 = -1.29302e-05 Jy ! Component: 100 - total flux cleaned = -4.57288e-05 Jy ! Component: 150 - total flux cleaned = -0.000104609 Jy ! Component: 200 - total flux cleaned = -0.000168885 Jy ! Total flux subtracted in 200 components = -0.000168885 Jy ! Clean residual min=-0.002918 max=0.003399 Jy/beam ! Clean residual mean=0.000019 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.270507 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 132 components and 0.270507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139829Jy sigma=0.000772 ! Fit after self-cal, rms=0.139827Jy sigma=0.000772 ! 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=2.93 mas, bmaj=7.475 mas, bpa=-6.708 degrees ! Estimated noise=774.35 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 7.475 at -6.708 degrees (North through East) ! Clean map min=-0.0031663 max=0.20488 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.365 mas, bmaj=6.44 mas, bpa=-6.375 degrees ! Estimated noise=1137.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159604 Jy ! Component: 100 - total flux cleaned = 0.196215 Jy ! Component: 150 - total flux cleaned = 0.212895 Jy ! Component: 200 - total flux cleaned = 0.224355 Jy ! Total flux subtracted in 200 components = 0.224355 Jy ! Clean residual min=-0.005034 max=0.006566 Jy/beam ! Clean residual mean=-0.000014 rms=0.001359 Jy/beam ! Combined flux in latest and established models = 0.224355 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.224355 Jy ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=7.475 mas, bpa=-6.708 degrees ! Estimated noise=774.35 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.0143732 Jy ! Component: 100 - total flux cleaned = 0.023793 Jy ! Component: 150 - total flux cleaned = 0.0302886 Jy ! Component: 200 - total flux cleaned = 0.0348569 Jy ! Total flux subtracted in 200 components = 0.0348569 Jy ! Clean residual min=-0.003321 max=0.003290 Jy/beam ! Clean residual mean=-0.000005 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.259212 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 90 components and 0.259212 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.457 mas, bmaj=17.67 mas, bpa=-3.453 degrees ! Estimated noise=1002.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0055145 Jy ! Component: 100 - total flux cleaned = 0.00832102 Jy ! Component: 150 - total flux cleaned = 0.0098451 Jy ! Component: 200 - total flux cleaned = 0.0106932 Jy ! Total flux subtracted in 200 components = 0.0106932 Jy ! Clean residual min=-0.003178 max=0.003436 Jy/beam ! Clean residual mean=0.000018 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.269906 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.000138112 Jy ! Component: 100 - total flux cleaned = 0.000234385 Jy ! Component: 150 - total flux cleaned = 0.00026816 Jy ! Component: 200 - total flux cleaned = 0.000268809 Jy ! Total flux subtracted in 200 components = 0.000268809 Jy ! Clean residual min=-0.003058 max=0.003384 Jy/beam ! Clean residual mean=0.000018 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.270174 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 141 components and 0.270174 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.93 mas, bmaj=7.475 mas, bpa=-6.708 degrees ! Estimated noise=774.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000675318 Jy ! Component: 100 - total flux cleaned = -0.000579851 Jy ! Component: 150 - total flux cleaned = -0.000464147 Jy ! Component: 200 - total flux cleaned = -0.000397721 Jy ! Total flux subtracted in 200 components = -0.000397721 Jy ! Clean residual min=-0.003046 max=0.002732 Jy/beam ! Clean residual mean=0.000006 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.269777 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 163 components and 0.269777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139831Jy sigma=0.000772 ! Fit after self-cal, rms=0.139822Jy sigma=0.000772 wmodel J2151-2742_S_2015_01_23_pus_map.mod ! Writing 163 model components to file: J2151-2742_S_2015_01_23_pus_map.mod wobs J2151-2742_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2151-2742_S_2015_01_23_pus_uvs.fits wwins J2151-2742_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J2151-2742_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.000434244 Jy ! Component: 100 - total flux cleaned = -0.000615914 Jy ! Component: 150 - total flux cleaned = -0.000741137 Jy ! Component: 200 - total flux cleaned = -0.00106209 Jy ! Component: 250 - total flux cleaned = -0.00132985 Jy ! Component: 300 - total flux cleaned = -0.00154891 Jy ! Component: 350 - total flux cleaned = -0.00183004 Jy ! Component: 400 - total flux cleaned = -0.00196639 Jy ! Component: 450 - total flux cleaned = -0.00213228 Jy ! Component: 500 - total flux cleaned = -0.00229409 Jy ! Component: 550 - total flux cleaned = -0.00241967 Jy ! Component: 600 - total flux cleaned = -0.0024813 Jy ! Component: 650 - total flux cleaned = -0.00263253 Jy ! Component: 700 - total flux cleaned = -0.00278079 Jy ! Component: 750 - total flux cleaned = -0.00298507 Jy ! Component: 800 - total flux cleaned = -0.00324307 Jy ! Component: 850 - total flux cleaned = -0.00332743 Jy ! Component: 900 - total flux cleaned = -0.00352166 Jy ! Component: 950 - total flux cleaned = -0.00354897 Jy ! Component: 1000 - total flux cleaned = -0.00371037 Jy ! Component: 1050 - total flux cleaned = -0.00376306 Jy ! Component: 1100 - total flux cleaned = -0.00378878 Jy ! Component: 1150 - total flux cleaned = -0.00381464 Jy ! Component: 1200 - total flux cleaned = -0.00394117 Jy ! Component: 1250 - total flux cleaned = -0.00396561 Jy ! Component: 1300 - total flux cleaned = -0.00398976 Jy ! Component: 1350 - total flux cleaned = -0.00399014 Jy ! Component: 1400 - total flux cleaned = -0.00406265 Jy ! Component: 1450 - total flux cleaned = -0.00418169 Jy ! Component: 1500 - total flux cleaned = -0.00422793 Jy ! Component: 1550 - total flux cleaned = -0.00429754 Jy ! Component: 1600 - total flux cleaned = -0.00436634 Jy ! Component: 1650 - total flux cleaned = -0.00461465 Jy ! Component: 1700 - total flux cleaned = -0.00465938 Jy ! Component: 1750 - total flux cleaned = -0.00472604 Jy ! Component: 1800 - total flux cleaned = -0.00492233 Jy ! Component: 1850 - total flux cleaned = -0.00509434 Jy ! Component: 1900 - total flux cleaned = -0.00526495 Jy ! Component: 1950 - total flux cleaned = -0.00534906 Jy ! Component: 2000 - total flux cleaned = -0.00549531 Jy ! Component: 2050 - total flux cleaned = -0.00570158 Jy ! Component: 2100 - total flux cleaned = -0.00582408 Jy ! Component: 2150 - total flux cleaned = -0.00590512 Jy ! Component: 2200 - total flux cleaned = -0.0060458 Jy ! Component: 2250 - total flux cleaned = -0.00618427 Jy ! Component: 2300 - total flux cleaned = -0.00632131 Jy ! Component: 2350 - total flux cleaned = -0.00641816 Jy ! Component: 2400 - total flux cleaned = -0.00660996 Jy ! Component: 2450 - total flux cleaned = -0.00662898 Jy ! Component: 2500 - total flux cleaned = -0.00674242 Jy ! Component: 2550 - total flux cleaned = -0.00687297 Jy ! Component: 2600 - total flux cleaned = -0.00694704 Jy ! Component: 2650 - total flux cleaned = -0.0070933 Jy ! Component: 2700 - total flux cleaned = -0.00712959 Jy ! Component: 2750 - total flux cleaned = -0.00723762 Jy ! Component: 2800 - total flux cleaned = -0.00730913 Jy ! Component: 2850 - total flux cleaned = -0.00736221 Jy ! Component: 2900 - total flux cleaned = -0.00746744 Jy ! Component: 2950 - total flux cleaned = -0.00755456 Jy ! Component: 3000 - total flux cleaned = -0.00764095 Jy ! Component: 3050 - total flux cleaned = -0.00774352 Jy ! Component: 3100 - total flux cleaned = -0.0077777 Jy ! Component: 3150 - total flux cleaned = -0.00787849 Jy ! Component: 3200 - total flux cleaned = -0.00789528 Jy ! Component: 3250 - total flux cleaned = -0.00796151 Jy ! Component: 3300 - total flux cleaned = -0.00802726 Jy ! Component: 3350 - total flux cleaned = -0.00805974 Jy ! Component: 3400 - total flux cleaned = -0.00812442 Jy ! Component: 3450 - total flux cleaned = -0.00809242 Jy ! Component: 3500 - total flux cleaned = -0.00814038 Jy ! Component: 3550 - total flux cleaned = -0.00818804 Jy ! Component: 3600 - total flux cleaned = -0.00828221 Jy ! Component: 3650 - total flux cleaned = -0.00825092 Jy ! Component: 3700 - total flux cleaned = -0.00826633 Jy ! Component: 3750 - total flux cleaned = -0.00826631 Jy ! Component: 3800 - total flux cleaned = -0.00826644 Jy ! Component: 3850 - total flux cleaned = -0.00835713 Jy ! Component: 3900 - total flux cleaned = -0.00826695 Jy ! Component: 3950 - total flux cleaned = -0.00828192 Jy ! Component: 4000 - total flux cleaned = -0.00829665 Jy ! Component: 4050 - total flux cleaned = -0.00828194 Jy ! Total flux subtracted in 4096 components = -0.00829661 Jy ! Clean residual min=-0.000812 max=0.000840 Jy/beam ! Clean residual mean=-0.000003 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.26148 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 437 components and 0.26148 Jy ![Exited script file: muppet] wmap "J2151-2742_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 7.475 at -6.708 degrees (North through East) ! Clean map min=-0.0024533 max=0.20537 Jy/beam ! Writing clean map to FITS file: J2151-2742_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.205374 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259182 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.3786 0.3786 0.7572 1.5144 3.0288 6.0576 12.1152 24.2304 48.4608 96.9216 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.205 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.93 x 7.475 at -6.708 degrees (North through East) ! Clean map min=-0.0024533 max=0.20537 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 J2151-2742_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:35:35 2017