! Started logfile: J0700+1709_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:49:59 2016 obs J0700+1709_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0700+1709_S_2014_05_31_pus_uva.fits ! AN table 1: 35 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.859048 visibilities/baseline/integration-bin. ! Found source: J0700+1709 ! ! 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 340 lines of history. ! ! Reading 5412 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 J0700+1709_S_2014_05_31_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.260084Jy sigma=0.003108 ! Fit after self-cal, rms=0.168333Jy sigma=0.002034 ! 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.509 mas, bmaj=7.999 mas, bpa=19.69 degrees ! Estimated noise=1132.66 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.774715 Jy ! Component: 100 - total flux cleaned = 0.946076 Jy ! Total flux subtracted in 100 components = 0.946076 Jy ! Clean residual min=-0.030036 max=0.057485 Jy/beam ! Clean residual mean=-0.000044 rms=0.008884 Jy/beam ! Combined flux in latest and established models = 0.946076 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.946076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180075Jy sigma=0.002075 ! Fit after self-cal, rms=0.179975Jy sigma=0.002075 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0619169 Jy ! Component: 100 - total flux cleaned = 0.0952712 Jy ! Total flux subtracted in 100 components = 0.0952712 Jy ! Clean residual min=-0.021899 max=0.032517 Jy/beam ! Clean residual mean=-0.000033 rms=0.006406 Jy/beam ! Combined flux in latest and established models = 1.04135 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 22 components and 1.04135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154064Jy sigma=0.001805 ! Fit after self-cal, rms=0.153647Jy sigma=0.001801 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.273 mas, bmaj=8.953 mas, bpa=19.73 degrees ! Estimated noise=914.603 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.0253926 Jy ! Component: 100 - total flux cleaned = 0.0384405 Jy ! Component: 150 - total flux cleaned = 0.0445208 Jy ! Component: 200 - total flux cleaned = 0.0463691 Jy ! Total flux subtracted in 200 components = 0.0463691 Jy ! Clean residual min=-0.021576 max=0.030896 Jy/beam ! Clean residual mean=0.000023 rms=0.006454 Jy/beam ! Combined flux in latest and established models = 1.08772 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 44 components and 1.08772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148949Jy sigma=0.001758 ! Fit after self-cal, rms=0.148791Jy sigma=0.001757 ! 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.99 FD 0.83 HN 0.97 KP 1.03 ! LA 1.19 MK 1.00* NL 0.98 OV 0.96 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.02 KP 1.00 ! LA 1.13 MK 1.00* NL 1.21 OV 1.01 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.13 HN 1.00 KP 0.90 ! LA 0.90 MK 1.00* NL 1.21 OV 0.93 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 0.99 KP 0.87 ! LA 0.86 MK 1.00* NL 1.04 OV 0.99 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.148791Jy sigma=0.001757 ! Fit after self-cal, rms=0.100338Jy sigma=0.001037 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.257 mas, bmaj=8.972 mas, bpa=19.76 degrees ! Estimated noise=916.769 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.00846075 Jy ! Component: 100 - total flux cleaned = -0.00848399 Jy ! Component: 150 - total flux cleaned = -0.00849303 Jy ! Component: 200 - total flux cleaned = -0.00849481 Jy ! Total flux subtracted in 200 components = -0.00849481 Jy ! Clean residual min=-0.012545 max=0.015689 Jy/beam ! Clean residual mean=0.000034 rms=0.003493 Jy/beam ! Combined flux in latest and established models = 1.07922 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 1.07922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098449Jy sigma=0.001024 ! Fit after self-cal, rms=0.098391Jy sigma=0.001023 ! 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.098391Jy sigma=0.001023 ! Fit after self-cal, rms=0.075338Jy sigma=0.000843 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.255 mas, bmaj=8.971 mas, bpa=19.88 degrees ! Estimated noise=915.052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00292151 Jy ! Component: 100 - total flux cleaned = -0.00308807 Jy ! Component: 150 - total flux cleaned = -0.00330881 Jy ! Component: 200 - total flux cleaned = -0.00343995 Jy ! Total flux subtracted in 200 components = -0.00343995 Jy ! Clean residual min=-0.005706 max=0.011915 Jy/beam ! Clean residual mean=0.000011 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 1.07578 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 1.07578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075112Jy sigma=0.000840 ! Fit after self-cal, rms=0.075092Jy sigma=0.000840 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 (-3.5, -12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00918976 Jy ! Component: 100 - total flux cleaned = 0.00823563 Jy ! Component: 150 - total flux cleaned = 0.00789588 Jy ! Component: 200 - total flux cleaned = 0.00770124 Jy ! Total flux subtracted in 200 components = 0.00770124 Jy ! Clean residual min=-0.004191 max=0.005086 Jy/beam ! Clean residual mean=0.000003 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 1.08348 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 1.08348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073819Jy sigma=0.000827 ! Fit after self-cal, rms=0.073721Jy sigma=0.000826 ! 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.073721Jy sigma=0.000826 ! Fit after self-cal, rms=0.073511Jy sigma=0.000823 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.253 mas, bmaj=8.983 mas, bpa=19.97 degrees ! Estimated noise=914.524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238248 Jy ! Component: 100 - total flux cleaned = 0.0024728 Jy ! Component: 150 - total flux cleaned = 0.0025548 Jy ! Component: 200 - total flux cleaned = 0.00255953 Jy ! Total flux subtracted in 200 components = 0.00255953 Jy ! Clean residual min=-0.003660 max=0.003918 Jy/beam ! Clean residual mean=0.000001 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 1.08604 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 93 components and 1.08604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073187Jy sigma=0.000820 ! Fit after self-cal, rms=0.073167Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129336 Jy ! Component: 100 - total flux cleaned = 0.00135803 Jy ! Component: 150 - total flux cleaned = 0.00135881 Jy ! Component: 200 - total flux cleaned = 0.00135842 Jy ! Total flux subtracted in 200 components = 0.00135842 Jy ! Clean residual min=-0.003481 max=0.003631 Jy/beam ! Clean residual mean=-0.000001 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 1.0874 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 1.0874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073067Jy sigma=0.000819 ! Fit after self-cal, rms=0.073062Jy sigma=0.000819 ! 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.073062Jy sigma=0.000819 ! Fit after self-cal, rms=0.073015Jy sigma=0.000818 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.745 mas, bmaj=10.94 mas, bpa=4.912 degrees ! Estimated noise=1029.46 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.43836e-05 Jy ! Component: 100 - total flux cleaned = 0.000187522 Jy ! Component: 150 - total flux cleaned = 0.000109747 Jy ! Component: 200 - total flux cleaned = -2.81543e-05 Jy ! Total flux subtracted in 200 components = -2.81543e-05 Jy ! Clean residual min=-0.002791 max=0.003823 Jy/beam ! Clean residual mean=0.000001 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 1.08737 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 116 components and 1.08737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072954Jy sigma=0.000817 ! Fit after self-cal, rms=0.072948Jy sigma=0.000817 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.000285996 Jy ! Component: 100 - total flux cleaned = 0.000522242 Jy ! Component: 150 - total flux cleaned = 0.000521344 Jy ! Component: 200 - total flux cleaned = 0.000548965 Jy ! Total flux subtracted in 200 components = 0.000548965 Jy ! Clean residual min=-0.002781 max=0.003827 Jy/beam ! Clean residual mean=-0.000000 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 1.08792 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 127 components and 1.08792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072928Jy sigma=0.000817 ! Fit after self-cal, rms=0.072925Jy sigma=0.000817 ! 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.253 mas, bmaj=8.99 mas, bpa=20.01 degrees ! Estimated noise=914.203 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.253 x 8.99 at 20.01 degrees (North through East) ! Clean map min=-0.0034636 max=0.99548 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072925Jy sigma=0.000817 ! Fit after self-cal, rms=0.067001Jy sigma=0.000750 ! Inverting map and beam ! Estimated beam: bmin=4.252 mas, bmaj=8.995 mas, bpa=20.04 degrees ! Estimated noise=914.067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000267221 Jy ! Component: 100 - total flux cleaned = -0.000423161 Jy ! Component: 150 - total flux cleaned = -0.000424855 Jy ! Component: 200 - total flux cleaned = -0.000338172 Jy ! Total flux subtracted in 200 components = -0.000338172 Jy ! Clean residual min=-0.003061 max=0.003338 Jy/beam ! Clean residual mean=-0.000000 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 1.08758 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 139 components and 1.08758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066928Jy sigma=0.000749 ! Fit after self-cal, rms=0.066929Jy sigma=0.000749 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.50587e-05 Jy ! Component: 100 - total flux cleaned = 0.000165645 Jy ! Component: 150 - total flux cleaned = 0.000241071 Jy ! Component: 200 - total flux cleaned = 0.000277018 Jy ! Total flux subtracted in 200 components = 0.000277018 Jy ! Clean residual min=-0.003076 max=0.003273 Jy/beam ! Clean residual mean=-0.000000 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 1.08786 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 150 components and 1.08786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066889Jy sigma=0.000749 ! Fit after self-cal, rms=0.066889Jy sigma=0.000749 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066889Jy sigma=0.000749 ! Fit after self-cal, rms=0.066884Jy sigma=0.000749 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.481 mas, bmaj=8.032 mas, bpa=19.97 degrees ! Estimated noise=1125.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.769596 Jy ! Component: 100 - total flux cleaned = 0.939048 Jy ! Component: 150 - total flux cleaned = 0.996848 Jy ! Component: 200 - total flux cleaned = 1.02754 Jy ! Total flux subtracted in 200 components = 1.02754 Jy ! Clean residual min=-0.007425 max=0.015726 Jy/beam ! Clean residual mean=0.000000 rms=0.002409 Jy/beam ! Combined flux in latest and established models = 1.02754 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 1.02754 Jy ! Inverting map and beam ! Estimated beam: bmin=4.251 mas, bmaj=8.998 mas, bpa=20.05 degrees ! Estimated noise=913.955 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.0242235 Jy ! Component: 100 - total flux cleaned = 0.0377912 Jy ! Component: 150 - total flux cleaned = 0.0459359 Jy ! Component: 200 - total flux cleaned = 0.0511815 Jy ! Total flux subtracted in 200 components = 0.0511815 Jy ! Clean residual min=-0.003368 max=0.003915 Jy/beam ! Clean residual mean=0.000007 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 1.07872 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 62 components and 1.07872 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.747 mas, bmaj=10.94 mas, bpa=5.058 degrees ! Estimated noise=1029.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.004467 Jy ! Component: 100 - total flux cleaned = 0.00635812 Jy ! Component: 150 - total flux cleaned = 0.0071259 Jy ! Component: 200 - total flux cleaned = 0.0077544 Jy ! Total flux subtracted in 200 components = 0.0077544 Jy ! Clean residual min=-0.002843 max=0.004068 Jy/beam ! Clean residual mean=0.000002 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 1.08648 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) ! Added new window around map position (58.5, 56). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192389 Jy ! Component: 100 - total flux cleaned = 0.00117707 Jy ! Component: 150 - total flux cleaned = 0.00105828 Jy ! Component: 200 - total flux cleaned = 0.000957937 Jy ! Total flux subtracted in 200 components = 0.000957937 Jy ! Clean residual min=-0.002821 max=0.003169 Jy/beam ! Clean residual mean=0.000000 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 1.08743 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 131 components and 1.08743 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.251 mas, bmaj=8.998 mas, bpa=20.05 degrees ! Estimated noise=913.955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.52608e-07 Jy ! Component: 100 - total flux cleaned = -0.000329399 Jy ! Component: 150 - total flux cleaned = -0.000447538 Jy ! Component: 200 - total flux cleaned = -0.000502953 Jy ! Total flux subtracted in 200 components = -0.000502953 Jy ! Clean residual min=-0.002846 max=0.002929 Jy/beam ! Clean residual mean=0.000001 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 1.08693 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 157 components and 1.08693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066737Jy sigma=0.000747 ! Fit after self-cal, rms=0.066725Jy sigma=0.000747 wmodel J0700+1709_S_2014_05_31_pus_map.mod ! Writing 157 model components to file: J0700+1709_S_2014_05_31_pus_map.mod wobs J0700+1709_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0700+1709_S_2014_05_31_pus_uvs.fits wwins J0700+1709_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J0700+1709_S_2014_05_31_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.000580476 Jy ! Component: 100 - total flux cleaned = 0.00130586 Jy ! Component: 150 - total flux cleaned = 0.00184894 Jy ! Component: 200 - total flux cleaned = 0.0022325 Jy ! Component: 250 - total flux cleaned = 0.00255886 Jy ! Component: 300 - total flux cleaned = 0.00267621 Jy ! Component: 350 - total flux cleaned = 0.00278996 Jy ! Component: 400 - total flux cleaned = 0.00286369 Jy ! Component: 450 - total flux cleaned = 0.00310915 Jy ! Component: 500 - total flux cleaned = 0.00327919 Jy ! Component: 550 - total flux cleaned = 0.00331263 Jy ! Component: 600 - total flux cleaned = 0.00337739 Jy ! Component: 650 - total flux cleaned = 0.00334562 Jy ! Component: 700 - total flux cleaned = 0.0034389 Jy ! Component: 750 - total flux cleaned = 0.00352924 Jy ! Component: 800 - total flux cleaned = 0.00355884 Jy ! Component: 850 - total flux cleaned = 0.00361745 Jy ! Component: 900 - total flux cleaned = 0.00373274 Jy ! Component: 950 - total flux cleaned = 0.00376062 Jy ! Component: 1000 - total flux cleaned = 0.00387173 Jy ! Component: 1050 - total flux cleaned = 0.0039533 Jy ! Component: 1100 - total flux cleaned = 0.00392661 Jy ! Component: 1150 - total flux cleaned = 0.00405894 Jy ! Component: 1200 - total flux cleaned = 0.00405912 Jy ! Component: 1250 - total flux cleaned = 0.00408442 Jy ! Component: 1300 - total flux cleaned = 0.00410941 Jy ! Component: 1350 - total flux cleaned = 0.00413413 Jy ! Component: 1400 - total flux cleaned = 0.00415855 Jy ! Component: 1450 - total flux cleaned = 0.00411014 Jy ! Component: 1500 - total flux cleaned = 0.00415787 Jy ! Component: 1550 - total flux cleaned = 0.00415795 Jy ! Component: 1600 - total flux cleaned = 0.00418094 Jy ! Component: 1650 - total flux cleaned = 0.00415735 Jy ! Component: 1700 - total flux cleaned = 0.00413491 Jy ! Component: 1750 - total flux cleaned = 0.00415666 Jy ! Component: 1800 - total flux cleaned = 0.00409049 Jy ! Component: 1850 - total flux cleaned = 0.0040906 Jy ! Component: 1900 - total flux cleaned = 0.00411234 Jy ! Component: 1950 - total flux cleaned = 0.00409081 Jy ! Component: 2000 - total flux cleaned = 0.00404861 Jy ! Component: 2050 - total flux cleaned = 0.00406949 Jy ! Component: 2100 - total flux cleaned = 0.00408991 Jy ! Component: 2150 - total flux cleaned = 0.00415087 Jy ! Component: 2200 - total flux cleaned = 0.00419101 Jy ! Component: 2250 - total flux cleaned = 0.00419096 Jy ! Component: 2300 - total flux cleaned = 0.0042497 Jy ! Component: 2350 - total flux cleaned = 0.00434644 Jy ! Component: 2400 - total flux cleaned = 0.00425039 Jy ! Component: 2450 - total flux cleaned = 0.00430756 Jy ! Component: 2500 - total flux cleaned = 0.0043635 Jy ! Component: 2550 - total flux cleaned = 0.00443789 Jy ! Component: 2600 - total flux cleaned = 0.00447443 Jy ! Component: 2650 - total flux cleaned = 0.0045839 Jy ! Component: 2700 - total flux cleaned = 0.00463793 Jy ! Component: 2750 - total flux cleaned = 0.00465584 Jy ! Component: 2800 - total flux cleaned = 0.00476199 Jy ! Component: 2850 - total flux cleaned = 0.0048672 Jy ! Component: 2900 - total flux cleaned = 0.00493666 Jy ! Component: 2950 - total flux cleaned = 0.00497093 Jy ! Component: 3000 - total flux cleaned = 0.00509041 Jy ! Component: 3050 - total flux cleaned = 0.00517482 Jy ! Component: 3100 - total flux cleaned = 0.00525887 Jy ! Component: 3150 - total flux cleaned = 0.00532545 Jy ! Component: 3200 - total flux cleaned = 0.00539147 Jy ! Component: 3250 - total flux cleaned = 0.00547352 Jy ! Component: 3300 - total flux cleaned = 0.00550621 Jy ! Component: 3350 - total flux cleaned = 0.00557082 Jy ! Component: 3400 - total flux cleaned = 0.00557089 Jy ! Component: 3450 - total flux cleaned = 0.00558685 Jy ! Component: 3500 - total flux cleaned = 0.00560279 Jy ! Component: 3550 - total flux cleaned = 0.00561863 Jy ! Component: 3600 - total flux cleaned = 0.00563431 Jy ! Component: 3650 - total flux cleaned = 0.00569634 Jy ! Component: 3700 - total flux cleaned = 0.00569626 Jy ! Component: 3750 - total flux cleaned = 0.00569617 Jy ! Component: 3800 - total flux cleaned = 0.00578767 Jy ! Component: 3850 - total flux cleaned = 0.00578761 Jy ! Component: 3900 - total flux cleaned = 0.00577263 Jy ! Component: 3950 - total flux cleaned = 0.00581762 Jy ! Component: 4000 - total flux cleaned = 0.00580287 Jy ! Component: 4050 - total flux cleaned = 0.00583248 Jy ! Total flux subtracted in 4096 components = 0.00586193 Jy ! Clean residual min=-0.000920 max=0.001090 Jy/beam ! Clean residual mean=0.000003 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 1.09279 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 451 components and 1.09279 Jy ![Exited script file: muppet] wmap "J0700+1709_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.251 x 8.998 at 20.05 degrees (North through East) ! Clean map min=-0.0021904 max=0.99445 Jy/beam ! Writing clean map to FITS file: J0700+1709_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.994445 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000273519 device "J0700+1709_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0700+1709_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0825141 0.0825141 0.165028 0.330056 0.660113 1.32023 2.64045 5.2809 10.5618 21.1236 42.2472 84.4944 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.994 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.251 x 8.998 at 20.05 degrees (North through East) ! Clean map min=-0.0021904 max=0.99445 Jy/beam quit ! Quitting program ! Log file J0700+1709_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:50:04 2016