! Started logfile: J1639+5357_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:04:22 2016 obs J1639+5357_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1639+5357_S_2015_03_17_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.780455 visibilities/baseline/integration-bin. ! Found source: J1639+5357 ! ! 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 330 lines of history. ! ! Reading 11660 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 J1639+5357_S_2015_03_17_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 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 94 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.751365Jy sigma=0.009113 ! Fit after self-cal, rms=0.694080Jy sigma=0.008402 ! 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.114 mas, bmaj=3.625 mas, bpa=-29.57 degrees ! Estimated noise=1053.88 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.219623 Jy ! Component: 100 - total flux cleaned = 0.288399 Jy ! Total flux subtracted in 100 components = 0.288399 Jy ! Clean residual min=-0.011528 max=0.029076 Jy/beam ! Clean residual mean=-0.000119 rms=0.003696 Jy/beam ! Combined flux in latest and established models = 0.288399 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.288399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106787Jy sigma=0.001103 ! Fit after self-cal, rms=0.106708Jy sigma=0.001102 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0319276 Jy ! Component: 100 - total flux cleaned = 0.0491487 Jy ! Total flux subtracted in 100 components = 0.0491487 Jy ! Clean residual min=-0.010347 max=0.013436 Jy/beam ! Clean residual mean=-0.000091 rms=0.002757 Jy/beam ! Combined flux in latest and established models = 0.337548 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 18 components and 0.337548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090564Jy sigma=0.000944 ! Fit after self-cal, rms=0.090551Jy sigma=0.000944 ! 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.971 mas, bmaj=4.332 mas, bpa=-20.98 degrees ! Estimated noise=560.858 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 (5.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173699 Jy ! Component: 100 - total flux cleaned = 0.0278231 Jy ! Component: 150 - total flux cleaned = 0.034689 Jy ! Component: 200 - total flux cleaned = 0.0377022 Jy ! Total flux subtracted in 200 components = 0.0377022 Jy ! Clean residual min=-0.008186 max=0.007628 Jy/beam ! Clean residual mean=-0.000041 rms=0.002036 Jy/beam ! Combined flux in latest and established models = 0.37525 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 56 components and 0.37525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085432Jy sigma=0.000908 ! Fit after self-cal, rms=0.085374Jy sigma=0.000908 ! 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 0.99 FD 0.87 HN 0.99 KP 1.12 ! LA 0.99 MK 1.05 NL 0.88 OV 1.00 ! PT 1.06 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.90 HN 1.05 KP 1.09 ! LA 0.98 MK 1.10 NL 0.99 OV 1.02 ! PT 1.06 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.04 KP 0.90 ! LA 0.79 MK 1.14 NL 1.09 OV 0.97 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.92 HN 1.02 KP 0.94 ! LA 0.87 MK 1.15 NL 1.01 OV 1.03 ! PT 1.08 SC 0.95 ! ! ! Fit before self-cal, rms=0.085374Jy sigma=0.000908 ! Fit after self-cal, rms=0.072558Jy sigma=0.000806 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.08 mas, bmaj=4.385 mas, bpa=-15.23 degrees ! Estimated noise=565.039 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.00123703 Jy ! Component: 100 - total flux cleaned = -0.00234371 Jy ! Component: 150 - total flux cleaned = -0.00263222 Jy ! Component: 200 - total flux cleaned = -0.00281167 Jy ! Total flux subtracted in 200 components = -0.00281167 Jy ! Clean residual min=-0.003648 max=0.003339 Jy/beam ! Clean residual mean=-0.000001 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.372438 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.372438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072355Jy sigma=0.000803 ! Fit after self-cal, rms=0.072287Jy sigma=0.000803 ! 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.072287Jy sigma=0.000803 ! Fit after self-cal, rms=0.070924Jy sigma=0.000790 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.07 mas, bmaj=4.384 mas, bpa=-16.61 degrees ! Estimated noise=564.291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107244 Jy ! Component: 100 - total flux cleaned = -0.0014769 Jy ! Component: 150 - total flux cleaned = -0.00163377 Jy ! Component: 200 - total flux cleaned = -0.00176611 Jy ! Total flux subtracted in 200 components = -0.00176611 Jy ! Clean residual min=-0.002391 max=0.002540 Jy/beam ! Clean residual mean=0.000005 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.370672 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.370672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070856Jy sigma=0.000789 ! Fit after self-cal, rms=0.070857Jy sigma=0.000789 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 (24.5, -13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011429 Jy ! Component: 100 - total flux cleaned = 0.00148851 Jy ! Component: 150 - total flux cleaned = 0.00139654 Jy ! Component: 200 - total flux cleaned = 0.00135719 Jy ! Total flux subtracted in 200 components = 0.00135719 Jy ! Clean residual min=-0.002110 max=0.001936 Jy/beam ! Clean residual mean=0.000006 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.372029 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 101 components and 0.372029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070759Jy sigma=0.000788 ! Fit after self-cal, rms=0.070757Jy sigma=0.000788 ! 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.070757Jy sigma=0.000788 ! Fit after self-cal, rms=0.070830Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=4.384 mas, bpa=-15.86 degrees ! Estimated noise=564.292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000326566 Jy ! Component: 100 - total flux cleaned = -0.000392896 Jy ! Component: 150 - total flux cleaned = -0.000453926 Jy ! Component: 200 - total flux cleaned = -0.000483373 Jy ! Total flux subtracted in 200 components = -0.000483373 Jy ! Clean residual min=-0.001994 max=0.001898 Jy/beam ! Clean residual mean=0.000005 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.371546 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 114 components and 0.371546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070802Jy sigma=0.000788 ! Fit after self-cal, rms=0.070802Jy sigma=0.000788 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 = -6.47528e-05 Jy ! Component: 100 - total flux cleaned = -6.59031e-05 Jy ! Component: 150 - total flux cleaned = -6.61024e-05 Jy ! Component: 200 - total flux cleaned = -6.67778e-05 Jy ! Total flux subtracted in 200 components = -6.67778e-05 Jy ! Clean residual min=-0.001988 max=0.001904 Jy/beam ! Clean residual mean=0.000005 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.371479 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 126 components and 0.371479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070787Jy sigma=0.000788 ! Fit after self-cal, rms=0.070786Jy sigma=0.000787 ! 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.070786Jy sigma=0.000787 ! Fit after self-cal, rms=0.070863Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.157 mas, bmaj=8.978 mas, bpa=67.46 degrees ! Estimated noise=701.336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181826 Jy ! Component: 100 - total flux cleaned = -0.000228892 Jy ! Component: 150 - total flux cleaned = -0.000268683 Jy ! Component: 200 - total flux cleaned = -0.000285277 Jy ! Total flux subtracted in 200 components = -0.000285277 Jy ! Clean residual min=-0.002172 max=0.001967 Jy/beam ! Clean residual mean=0.000009 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.371194 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 134 components and 0.371194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070857Jy sigma=0.000787 ! Fit after self-cal, rms=0.070857Jy sigma=0.000787 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.06774e-05 Jy ! Component: 100 - total flux cleaned = 1.11387e-05 Jy ! Component: 150 - total flux cleaned = 1.00332e-05 Jy ! Component: 200 - total flux cleaned = 2.18435e-05 Jy ! Total flux subtracted in 200 components = 2.18435e-05 Jy ! Clean residual min=-0.002135 max=0.001917 Jy/beam ! Clean residual mean=0.000009 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.371216 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 141 components and 0.371216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070856Jy sigma=0.000787 ! Fit after self-cal, rms=0.070856Jy sigma=0.000787 ! 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.074 mas, bmaj=4.386 mas, bpa=-15.91 degrees ! Estimated noise=564.525 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.074 x 4.386 at -15.91 degrees (North through East) ! Clean map min=-0.0020233 max=0.29642 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.201 mas, bmaj=3.65 mas, bpa=-27.05 degrees ! Estimated noise=1077.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.223288 Jy ! Component: 100 - total flux cleaned = 0.290304 Jy ! Component: 150 - total flux cleaned = 0.320248 Jy ! Component: 200 - total flux cleaned = 0.335863 Jy ! Total flux subtracted in 200 components = 0.335863 Jy ! Clean residual min=-0.005079 max=0.007599 Jy/beam ! Clean residual mean=-0.000045 rms=0.001451 Jy/beam ! Combined flux in latest and established models = 0.335864 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.335864 Jy ! Inverting map and beam ! Estimated beam: bmin=4.074 mas, bmaj=4.386 mas, bpa=-15.91 degrees ! Estimated noise=564.525 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.0128919 Jy ! Component: 100 - total flux cleaned = 0.0200007 Jy ! Component: 150 - total flux cleaned = 0.0244077 Jy ! Component: 200 - total flux cleaned = 0.0275437 Jy ! Total flux subtracted in 200 components = 0.0275437 Jy ! Clean residual min=-0.002482 max=0.003708 Jy/beam ! Clean residual mean=-0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.363407 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 53 components and 0.363407 Jy ! Inverting map ! Added new window around map position (-5.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00289838 Jy ! Component: 100 - total flux cleaned = 0.00421311 Jy ! Component: 150 - total flux cleaned = 0.0051445 Jy ! Component: 200 - total flux cleaned = 0.00559062 Jy ! Total flux subtracted in 200 components = 0.00559062 Jy ! Clean residual min=-0.002075 max=0.001826 Jy/beam ! Clean residual mean=0.000003 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.368998 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 77 components and 0.368998 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.157 mas, bmaj=8.978 mas, bpa=67.46 degrees ! Estimated noise=701.336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108547 Jy ! Component: 100 - total flux cleaned = 0.00162665 Jy ! Component: 150 - total flux cleaned = 0.00207432 Jy ! Component: 200 - total flux cleaned = 0.00237142 Jy ! Total flux subtracted in 200 components = 0.00237142 Jy ! Clean residual min=-0.001916 max=0.001653 Jy/beam ! Clean residual mean=0.000009 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.371369 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 = 9.5718e-05 Jy ! Component: 100 - total flux cleaned = 0.000138661 Jy ! Component: 150 - total flux cleaned = 0.000178403 Jy ! Component: 200 - total flux cleaned = 0.000233632 Jy ! Total flux subtracted in 200 components = 0.000233632 Jy ! Clean residual min=-0.001916 max=0.001647 Jy/beam ! Clean residual mean=0.000009 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.371603 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 118 components and 0.371603 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.074 mas, bmaj=4.386 mas, bpa=-15.91 degrees ! Estimated noise=564.525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000379999 Jy ! Component: 100 - total flux cleaned = -0.000537427 Jy ! Component: 150 - total flux cleaned = -0.000538222 Jy ! Component: 200 - total flux cleaned = -0.000446965 Jy ! Total flux subtracted in 200 components = -0.000446965 Jy ! Clean residual min=-0.001869 max=0.001752 Jy/beam ! Clean residual mean=0.000004 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.371156 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 134 components and 0.371156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070851Jy sigma=0.000787 ! Fit after self-cal, rms=0.070848Jy sigma=0.000787 wmodel J1639+5357_S_2015_03_17_pus_map.mod ! Writing 134 model components to file: J1639+5357_S_2015_03_17_pus_map.mod wobs J1639+5357_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1639+5357_S_2015_03_17_pus_uvs.fits wwins J1639+5357_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J1639+5357_S_2015_03_17_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.000314554 Jy ! Component: 100 - total flux cleaned = -0.000431235 Jy ! Component: 150 - total flux cleaned = -0.000487489 Jy ! Component: 200 - total flux cleaned = -0.000487939 Jy ! Component: 250 - total flux cleaned = -0.00043616 Jy ! Component: 300 - total flux cleaned = -0.000336378 Jy ! Component: 350 - total flux cleaned = -0.000336148 Jy ! Component: 400 - total flux cleaned = -0.000265629 Jy ! Component: 450 - total flux cleaned = -0.000287852 Jy ! Component: 500 - total flux cleaned = -0.000197575 Jy ! Component: 550 - total flux cleaned = -0.000241324 Jy ! Component: 600 - total flux cleaned = -0.000198251 Jy ! Component: 650 - total flux cleaned = -0.000219301 Jy ! Component: 700 - total flux cleaned = -0.000178025 Jy ! Component: 750 - total flux cleaned = -0.000158025 Jy ! Component: 800 - total flux cleaned = -0.000138188 Jy ! Component: 850 - total flux cleaned = -9.87866e-05 Jy ! Component: 900 - total flux cleaned = -2.62477e-06 Jy ! Component: 950 - total flux cleaned = 5.40694e-05 Jy ! Component: 1000 - total flux cleaned = 9.1472e-05 Jy ! Component: 1050 - total flux cleaned = 0.000127889 Jy ! Component: 1100 - total flux cleaned = 0.000200062 Jy ! Component: 1150 - total flux cleaned = 0.000288892 Jy ! Component: 1200 - total flux cleaned = 0.00037653 Jy ! Component: 1250 - total flux cleaned = 0.000445499 Jy ! Component: 1300 - total flux cleaned = 0.000531039 Jy ! Component: 1350 - total flux cleaned = 0.00066581 Jy ! Component: 1400 - total flux cleaned = 0.00074844 Jy ! Component: 1450 - total flux cleaned = 0.000814079 Jy ! Component: 1500 - total flux cleaned = 0.000879037 Jy ! Component: 1550 - total flux cleaned = 0.000959126 Jy ! Component: 1600 - total flux cleaned = 0.00103797 Jy ! Component: 1650 - total flux cleaned = 0.00108479 Jy ! Component: 1700 - total flux cleaned = 0.00116203 Jy ! Component: 1750 - total flux cleaned = 0.00122301 Jy ! Component: 1800 - total flux cleaned = 0.00128329 Jy ! Component: 1850 - total flux cleaned = 0.00128375 Jy ! Component: 1900 - total flux cleaned = 0.00144637 Jy ! Component: 1950 - total flux cleaned = 0.00146116 Jy ! Component: 2000 - total flux cleaned = 0.0016059 Jy ! Component: 2050 - total flux cleaned = 0.00169178 Jy ! Component: 2100 - total flux cleaned = 0.00179088 Jy ! Component: 2150 - total flux cleaned = 0.00186111 Jy ! Component: 2200 - total flux cleaned = 0.00195854 Jy ! Component: 2250 - total flux cleaned = 0.00209612 Jy ! Component: 2300 - total flux cleaned = 0.00215074 Jy ! Component: 2350 - total flux cleaned = 0.00223175 Jy ! Component: 2400 - total flux cleaned = 0.00233867 Jy ! Component: 2450 - total flux cleaned = 0.00239165 Jy ! Component: 2500 - total flux cleaned = 0.00253577 Jy ! Component: 2550 - total flux cleaned = 0.00260063 Jy ! Component: 2600 - total flux cleaned = 0.00269073 Jy ! Component: 2650 - total flux cleaned = 0.00283101 Jy ! Component: 2700 - total flux cleaned = 0.00285644 Jy ! Component: 2750 - total flux cleaned = 0.00293157 Jy ! Component: 2800 - total flux cleaned = 0.00300612 Jy ! Component: 2850 - total flux cleaned = 0.00309237 Jy ! Component: 2900 - total flux cleaned = 0.00315347 Jy ! Component: 2950 - total flux cleaned = 0.00321404 Jy ! Component: 3000 - total flux cleaned = 0.00329829 Jy ! Component: 3050 - total flux cleaned = 0.00339361 Jy ! Component: 3100 - total flux cleaned = 0.00345288 Jy ! Component: 3150 - total flux cleaned = 0.00358168 Jy ! Component: 3200 - total flux cleaned = 0.00365154 Jy ! Component: 3250 - total flux cleaned = 0.00373227 Jy ! Component: 3300 - total flux cleaned = 0.00386957 Jy ! Component: 3350 - total flux cleaned = 0.0039377 Jy ! Component: 3400 - total flux cleaned = 0.00403907 Jy ! Component: 3450 - total flux cleaned = 0.0041062 Jy ! Component: 3500 - total flux cleaned = 0.00420623 Jy ! Component: 3550 - total flux cleaned = 0.00428323 Jy ! Component: 3600 - total flux cleaned = 0.00439261 Jy ! Component: 3650 - total flux cleaned = 0.00446862 Jy ! Component: 3700 - total flux cleaned = 0.00453318 Jy ! Component: 3750 - total flux cleaned = 0.00460833 Jy ! Component: 3800 - total flux cleaned = 0.00474662 Jy ! Component: 3850 - total flux cleaned = 0.00479935 Jy ! Component: 3900 - total flux cleaned = 0.00490434 Jy ! Component: 3950 - total flux cleaned = 0.00492518 Jy ! Component: 4000 - total flux cleaned = 0.00500792 Jy ! Component: 4050 - total flux cleaned = 0.00507982 Jy ! Total flux subtracted in 4096 components = 0.00514118 Jy ! Clean residual min=-0.000678 max=0.000563 Jy/beam ! Clean residual mean=0.000003 rms=0.000182 Jy/beam ! Combined flux in latest and established models = 0.376297 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 434 components and 0.376297 Jy ![Exited script file: muppet] wmap "J1639+5357_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.074 x 4.386 at -15.91 degrees (North through East) ! Clean map min=-0.0016277 max=0.29979 Jy/beam ! Writing clean map to FITS file: J1639+5357_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.299786 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017985 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.179978 0.179978 0.359956 0.719911 1.43982 2.87965 5.75929 11.5186 23.0372 46.0743 92.1487 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.299 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.074 x 4.386 at -15.91 degrees (North through East) ! Clean map min=-0.0016277 max=0.29979 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 J1639+5357_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:04:27 2016