! Started logfile: J1224+4335_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:25:15 2017 obs J1224+4335_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1224+4335_S_2015_01_23_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.764079 visibilities/baseline/integration-bin. ! Found source: J1224+4335 ! ! 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 10040 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 J1224+4335_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.842666Jy sigma=0.010750 ! Fit after self-cal, rms=0.833743Jy sigma=0.010647 ! 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.127 mas, bmaj=3.988 mas, bpa=0.6511 degrees ! Estimated noise=898.92 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.126676 Jy ! Component: 100 - total flux cleaned = 0.161398 Jy ! Total flux subtracted in 100 components = 0.161398 Jy ! Clean residual min=-0.006093 max=0.013883 Jy/beam ! Clean residual mean=0.000017 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.161398 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.161398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075756Jy sigma=0.000883 ! Fit after self-cal, rms=0.075718Jy sigma=0.000883 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0145864 Jy ! Component: 100 - total flux cleaned = 0.021456 Jy ! Total flux subtracted in 100 components = 0.021456 Jy ! Clean residual min=-0.005111 max=0.008214 Jy/beam ! Clean residual mean=0.000012 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.182854 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.182854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072560Jy sigma=0.000851 ! Fit after self-cal, rms=0.072538Jy sigma=0.000851 ! Inverting map ! Added new window around map position (2, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00698534 Jy ! Component: 100 - total flux cleaned = 0.0102331 Jy ! Total flux subtracted in 100 components = 0.0102331 Jy ! Clean residual min=-0.005488 max=0.004949 Jy/beam ! Clean residual mean=0.000010 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.193087 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.193087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071710Jy sigma=0.000841 ! Fit after self-cal, rms=0.071655Jy sigma=0.000840 ! 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.87 mas, bmaj=4.84 mas, bpa=-2.508 degrees ! Estimated noise=565.863 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.0046801 Jy ! Component: 100 - total flux cleaned = 0.00726541 Jy ! Component: 150 - total flux cleaned = 0.00898927 Jy ! Component: 200 - total flux cleaned = 0.00997806 Jy ! Total flux subtracted in 200 components = 0.00997806 Jy ! Clean residual min=-0.005799 max=0.005217 Jy/beam ! Clean residual mean=0.000017 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.203065 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 49 components and 0.203065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071303Jy sigma=0.000835 ! Fit after self-cal, rms=0.071269Jy sigma=0.000835 ! 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 0.97 FD 1.00* HN 0.94 KP 1.10 ! LA 0.99 MK 1.04 NL 1.00 OV 1.00 ! PT 1.05 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.01 KP 1.02 ! LA 0.97 MK 1.01 NL 1.14 OV 1.02 ! PT 1.04 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 0.99 KP 0.89 ! LA 0.78 MK 1.01 NL 1.43 OV 0.95 ! PT 1.00 SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 0.94 KP 0.82 ! LA 0.83 MK 1.02 NL 1.04 OV 0.98 ! PT 1.03 SC 1.01 ! ! ! Fit before self-cal, rms=0.071269Jy sigma=0.000835 ! Fit after self-cal, rms=0.066342Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.897 mas, bmaj=4.884 mas, bpa=-2.404 degrees ! Estimated noise=568.955 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.00115407 Jy ! Component: 100 - total flux cleaned = -0.00130509 Jy ! Component: 150 - total flux cleaned = -0.00151759 Jy ! Component: 200 - total flux cleaned = -0.00166631 Jy ! Total flux subtracted in 200 components = -0.00166631 Jy ! Clean residual min=-0.002607 max=0.002716 Jy/beam ! Clean residual mean=0.000004 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.201399 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.201399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066270Jy sigma=0.000781 ! Fit after self-cal, rms=0.066245Jy sigma=0.000781 ! 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.066245Jy sigma=0.000781 ! Fit after self-cal, rms=0.065845Jy sigma=0.000770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.892 mas, bmaj=4.889 mas, bpa=-1.253 degrees ! Estimated noise=568.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00184822 Jy ! Component: 100 - total flux cleaned = -0.00226863 Jy ! Component: 150 - total flux cleaned = -0.00232513 Jy ! Component: 200 - total flux cleaned = -0.00234979 Jy ! Total flux subtracted in 200 components = -0.00234979 Jy ! Clean residual min=-0.001733 max=0.001824 Jy/beam ! Clean residual mean=0.000004 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.199049 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 75 components and 0.199049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065786Jy sigma=0.000770 ! Fit after self-cal, rms=0.065792Jy sigma=0.000769 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.000272795 Jy ! Component: 100 - total flux cleaned = -0.000294977 Jy ! Component: 150 - total flux cleaned = -0.00031607 Jy ! Component: 200 - total flux cleaned = -0.000316543 Jy ! Total flux subtracted in 200 components = -0.000316543 Jy ! Clean residual min=-0.001644 max=0.001833 Jy/beam ! Clean residual mean=0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.198732 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.198732 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065778Jy sigma=0.000769 ! Fit after self-cal, rms=0.065777Jy sigma=0.000769 ! 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.065777Jy sigma=0.000769 ! Fit after self-cal, rms=0.065913Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=4.891 mas, bpa=-1.253 degrees ! Estimated noise=568.028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0009341 Jy ! Component: 100 - total flux cleaned = -0.00125277 Jy ! Component: 150 - total flux cleaned = -0.00130809 Jy ! Component: 200 - total flux cleaned = -0.00134277 Jy ! Total flux subtracted in 200 components = -0.00134277 Jy ! Clean residual min=-0.001666 max=0.001829 Jy/beam ! Clean residual mean=0.000003 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.19739 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.197389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065896Jy sigma=0.000769 ! Fit after self-cal, rms=0.065899Jy sigma=0.000769 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 (-111.5, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015796 Jy ! Component: 100 - total flux cleaned = 0.00177937 Jy ! Component: 150 - total flux cleaned = 0.00178085 Jy ! Component: 200 - total flux cleaned = 0.00183227 Jy ! Total flux subtracted in 200 components = 0.00183227 Jy ! Clean residual min=-0.001446 max=0.001513 Jy/beam ! Clean residual mean=0.000003 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.199222 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 99 components and 0.199222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065848Jy sigma=0.000768 ! Fit after self-cal, rms=0.065847Jy sigma=0.000768 ! 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.065847Jy sigma=0.000768 ! Fit after self-cal, rms=0.065824Jy sigma=0.000768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.613 mas, bmaj=8.734 mas, bpa=2.632 degrees ! Estimated noise=694.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000267057 Jy ! Component: 100 - total flux cleaned = 0.000270639 Jy ! Component: 150 - total flux cleaned = 0.000254074 Jy ! Component: 200 - total flux cleaned = 0.000268324 Jy ! Total flux subtracted in 200 components = 0.000268324 Jy ! Clean residual min=-0.001631 max=0.001655 Jy/beam ! Clean residual mean=0.000005 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.19949 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 111 components and 0.19949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065820Jy sigma=0.000768 ! Fit after self-cal, rms=0.065822Jy sigma=0.000768 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.81136e-05 Jy ! Component: 100 - total flux cleaned = 7.51698e-05 Jy ! Component: 150 - total flux cleaned = 6.43601e-05 Jy ! Component: 200 - total flux cleaned = 6.45489e-05 Jy ! Total flux subtracted in 200 components = 6.45489e-05 Jy ! Clean residual min=-0.001611 max=0.001626 Jy/beam ! Clean residual mean=0.000005 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.199555 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 122 components and 0.199555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065823Jy sigma=0.000768 ! Fit after self-cal, rms=0.065822Jy sigma=0.000768 ! 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.896 mas, bmaj=4.894 mas, bpa=-1.248 degrees ! Estimated noise=566.988 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.896 x 4.894 at -1.248 degrees (North through East) ! Clean map min=-0.0013243 max=0.16447 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.151 mas, bmaj=4.036 mas, bpa=1.638 degrees ! Estimated noise=899.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126723 Jy ! Component: 100 - total flux cleaned = 0.160742 Jy ! Component: 150 - total flux cleaned = 0.175085 Jy ! Component: 200 - total flux cleaned = 0.182758 Jy ! Total flux subtracted in 200 components = 0.182758 Jy ! Clean residual min=-0.003206 max=0.003895 Jy/beam ! Clean residual mean=0.000004 rms=0.000770 Jy/beam ! Combined flux in latest and established models = 0.182758 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.182758 Jy ! Inverting map and beam ! Estimated beam: bmin=3.896 mas, bmaj=4.894 mas, bpa=-1.248 degrees ! Estimated noise=566.988 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.00555493 Jy ! Component: 100 - total flux cleaned = 0.00859299 Jy ! Component: 150 - total flux cleaned = 0.0106044 Jy ! Component: 200 - total flux cleaned = 0.0117586 Jy ! Total flux subtracted in 200 components = 0.0117586 Jy ! Clean residual min=-0.001861 max=0.001816 Jy/beam ! Clean residual mean=0.000003 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.194517 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 49 components and 0.194517 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.613 mas, bmaj=8.734 mas, bpa=2.632 degrees ! Estimated noise=694.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200308 Jy ! Component: 100 - total flux cleaned = 0.00284407 Jy ! Component: 150 - total flux cleaned = 0.00333854 Jy ! Component: 200 - total flux cleaned = 0.00370804 Jy ! Total flux subtracted in 200 components = 0.00370804 Jy ! Clean residual min=-0.001622 max=0.001584 Jy/beam ! Clean residual mean=0.000005 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.198225 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.000320395 Jy ! Component: 100 - total flux cleaned = 0.000583711 Jy ! Component: 150 - total flux cleaned = 0.000750883 Jy ! Component: 200 - total flux cleaned = 0.00085979 Jy ! Total flux subtracted in 200 components = 0.00085979 Jy ! Clean residual min=-0.001585 max=0.001572 Jy/beam ! Clean residual mean=0.000005 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.199084 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 78 components and 0.199085 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.896 mas, bmaj=4.894 mas, bpa=-1.248 degrees ! Estimated noise=566.988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000437991 Jy ! Component: 100 - total flux cleaned = -0.000315127 Jy ! Component: 150 - total flux cleaned = -0.000316982 Jy ! Component: 200 - total flux cleaned = -0.000317892 Jy ! Total flux subtracted in 200 components = -0.000317892 Jy ! Clean residual min=-0.001472 max=0.001506 Jy/beam ! Clean residual mean=0.000003 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.198767 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 100 components and 0.198767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065831Jy sigma=0.000768 ! Fit after self-cal, rms=0.065821Jy sigma=0.000768 wmodel J1224+4335_S_2015_01_23_pus_map.mod ! Writing 100 model components to file: J1224+4335_S_2015_01_23_pus_map.mod wobs J1224+4335_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1224+4335_S_2015_01_23_pus_uvs.fits wwins J1224+4335_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1224+4335_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 = -3.93078e-07 Jy ! Component: 100 - total flux cleaned = 2.45595e-05 Jy ! Component: 150 - total flux cleaned = 5.02018e-05 Jy ! Component: 200 - total flux cleaned = 2.6933e-05 Jy ! Component: 250 - total flux cleaned = -4.1754e-05 Jy ! Component: 300 - total flux cleaned = -0.000108131 Jy ! Component: 350 - total flux cleaned = -0.000194375 Jy ! Component: 400 - total flux cleaned = -0.000299619 Jy ! Component: 450 - total flux cleaned = -0.000382052 Jy ! Component: 500 - total flux cleaned = -0.00052312 Jy ! Component: 550 - total flux cleaned = -0.000621918 Jy ! Component: 600 - total flux cleaned = -0.000718874 Jy ! Component: 650 - total flux cleaned = -0.000775715 Jy ! Component: 700 - total flux cleaned = -0.000832109 Jy ! Component: 750 - total flux cleaned = -0.000868979 Jy ! Component: 800 - total flux cleaned = -0.000959411 Jy ! Component: 850 - total flux cleaned = -0.00106586 Jy ! Component: 900 - total flux cleaned = -0.00111821 Jy ! Component: 950 - total flux cleaned = -0.00111845 Jy ! Component: 1000 - total flux cleaned = -0.00123753 Jy ! Component: 1050 - total flux cleaned = -0.00128783 Jy ! Component: 1100 - total flux cleaned = -0.00133745 Jy ! Component: 1150 - total flux cleaned = -0.00138681 Jy ! Component: 1200 - total flux cleaned = -0.00141921 Jy ! Component: 1250 - total flux cleaned = -0.00148287 Jy ! Component: 1300 - total flux cleaned = -0.00151382 Jy ! Component: 1350 - total flux cleaned = -0.00149817 Jy ! Component: 1400 - total flux cleaned = -0.00152891 Jy ! Component: 1450 - total flux cleaned = -0.0015443 Jy ! Component: 1500 - total flux cleaned = -0.0016344 Jy ! Component: 1550 - total flux cleaned = -0.00167856 Jy ! Component: 1600 - total flux cleaned = -0.001664 Jy ! Component: 1650 - total flux cleaned = -0.0016644 Jy ! Component: 1700 - total flux cleaned = -0.00175009 Jy ! Component: 1750 - total flux cleaned = -0.00174998 Jy ! Component: 1800 - total flux cleaned = -0.00176398 Jy ! Component: 1850 - total flux cleaned = -0.00176378 Jy ! Component: 1900 - total flux cleaned = -0.00181866 Jy ! Component: 1950 - total flux cleaned = -0.00180514 Jy ! Component: 2000 - total flux cleaned = -0.00187225 Jy ! Component: 2050 - total flux cleaned = -0.00189879 Jy ! Component: 2100 - total flux cleaned = -0.00191185 Jy ! Component: 2150 - total flux cleaned = -0.00193783 Jy ! Component: 2200 - total flux cleaned = -0.00193775 Jy ! Component: 2250 - total flux cleaned = -0.00192485 Jy ! Component: 2300 - total flux cleaned = -0.00195033 Jy ! Component: 2350 - total flux cleaned = -0.00198804 Jy ! Component: 2400 - total flux cleaned = -0.00200055 Jy ! Component: 2450 - total flux cleaned = -0.00195158 Jy ! Component: 2500 - total flux cleaned = -0.00197579 Jy ! Component: 2550 - total flux cleaned = -0.00197579 Jy ! Component: 2600 - total flux cleaned = -0.0018802 Jy ! Component: 2650 - total flux cleaned = -0.00184498 Jy ! Component: 2700 - total flux cleaned = -0.00184503 Jy ! Component: 2750 - total flux cleaned = -0.00182171 Jy ! Component: 2800 - total flux cleaned = -0.00179872 Jy ! Component: 2850 - total flux cleaned = -0.00174166 Jy ! Component: 2900 - total flux cleaned = -0.00171916 Jy ! Component: 2950 - total flux cleaned = -0.00170789 Jy ! Component: 3000 - total flux cleaned = -0.00165212 Jy ! Component: 3050 - total flux cleaned = -0.00161891 Jy ! Component: 3100 - total flux cleaned = -0.00160809 Jy ! Component: 3150 - total flux cleaned = -0.00157537 Jy ! Component: 3200 - total flux cleaned = -0.00154304 Jy ! Component: 3250 - total flux cleaned = -0.00150011 Jy ! Component: 3300 - total flux cleaned = -0.00145763 Jy ! Component: 3350 - total flux cleaned = -0.0014155 Jy ! Component: 3400 - total flux cleaned = -0.00137378 Jy ! Component: 3450 - total flux cleaned = -0.00136339 Jy ! Component: 3500 - total flux cleaned = -0.00131188 Jy ! Component: 3550 - total flux cleaned = -0.00126069 Jy ! Component: 3600 - total flux cleaned = -0.00119979 Jy ! Component: 3650 - total flux cleaned = -0.00115935 Jy ! Component: 3700 - total flux cleaned = -0.0011394 Jy ! Component: 3750 - total flux cleaned = -0.00106961 Jy ! Component: 3800 - total flux cleaned = -0.00104001 Jy ! Component: 3850 - total flux cleaned = -0.00100071 Jy ! Component: 3900 - total flux cleaned = -0.000971498 Jy ! Component: 3950 - total flux cleaned = -0.000952166 Jy ! Component: 4000 - total flux cleaned = -0.000884786 Jy ! Component: 4050 - total flux cleaned = -0.000846779 Jy ! Total flux subtracted in 4096 components = -0.000865798 Jy ! Clean residual min=-0.000599 max=0.000550 Jy/beam ! Clean residual mean=-0.000000 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.197901 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 367 components and 0.197901 Jy ![Exited script file: muppet] wmap "J1224+4335_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.896 x 4.894 at -1.248 degrees (North through East) ! Clean map min=-0.0011176 max=0.16442 Jy/beam ! Writing clean map to FITS file: J1224+4335_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.164421 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166456 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.303714 0.303714 0.607428 1.21486 2.42971 4.85942 9.71885 19.4377 38.8754 77.7508 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.164 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.896 x 4.894 at -1.248 degrees (North through East) ! Clean map min=-0.0011176 max=0.16442 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 J1224+4335_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:25:21 2017