! Started logfile: J1706+1208_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:32:35 2016 obs J1706+1208_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1706+1208_S_2014_05_31_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975177 visibilities/baseline/integration-bin. ! Found source: J1706+1208 ! ! 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 336 lines of history. ! ! Reading 16500 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 J1706+1208_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910358Jy sigma=0.011401 ! Fit after self-cal, rms=0.874388Jy sigma=0.010908 ! 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.755 mas, bmaj=6.638 mas, bpa=-2.765 degrees ! Estimated noise=642.723 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.0963868 Jy ! Component: 100 - total flux cleaned = 0.121777 Jy ! Total flux subtracted in 100 components = 0.121777 Jy ! Clean residual min=-0.003821 max=0.010508 Jy/beam ! Clean residual mean=0.000012 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.121777 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.121777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071793Jy sigma=0.000828 ! Fit after self-cal, rms=0.071768Jy sigma=0.000827 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109306 Jy ! Component: 100 - total flux cleaned = 0.0158667 Jy ! Total flux subtracted in 100 components = 0.0158667 Jy ! Clean residual min=-0.003051 max=0.003438 Jy/beam ! Clean residual mean=0.000006 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.137644 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 13 components and 0.137644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069814Jy sigma=0.000805 ! Fit after self-cal, rms=0.069798Jy sigma=0.000804 ! 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.242 mas, bmaj=7.581 mas, bpa=-3.781 degrees ! Estimated noise=448.594 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 (3.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00447165 Jy ! Component: 100 - total flux cleaned = 0.00695112 Jy ! Component: 150 - total flux cleaned = 0.0084801 Jy ! Component: 200 - total flux cleaned = 0.00915131 Jy ! Total flux subtracted in 200 components = 0.00915131 Jy ! Clean residual min=-0.002081 max=0.002218 Jy/beam ! Clean residual mean=0.000001 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.146795 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 44 components and 0.146795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069448Jy sigma=0.000801 ! Fit after self-cal, rms=0.069424Jy sigma=0.000801 ! 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.85 HN 0.97 KP 1.07 ! LA 1.17 MK 0.99 NL 0.96 OV 0.98 ! PT 1.01 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.03 FD 1.00 HN 1.04 KP 1.02 ! LA 1.14 MK 1.03 NL 1.01 OV 1.00 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.12 HN 1.01 KP 0.92 ! LA 0.90 MK 1.03 NL 0.99 OV 0.95 ! PT 0.98 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.10 FD 1.01 HN 1.01 KP 0.89 ! LA 0.87 MK 1.01 NL 1.06 OV 0.99 ! PT 1.01 SC 0.99 ! ! ! Fit before self-cal, rms=0.069424Jy sigma=0.000801 ! Fit after self-cal, rms=0.067078Jy sigma=0.000786 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.254 mas, bmaj=7.585 mas, bpa=-3.541 degrees ! Estimated noise=447.566 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.000231438 Jy ! Component: 100 - total flux cleaned = 0.000230743 Jy ! Component: 150 - total flux cleaned = 0.000231166 Jy ! Component: 200 - total flux cleaned = 0.000252152 Jy ! Total flux subtracted in 200 components = 0.000252152 Jy ! Clean residual min=-0.001409 max=0.001708 Jy/beam ! Clean residual mean=0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.147047 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.147047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067055Jy sigma=0.000786 ! Fit after self-cal, rms=0.067041Jy sigma=0.000785 ! 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.067041Jy sigma=0.000785 ! Fit after self-cal, rms=0.067134Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=7.581 mas, bpa=-3.575 degrees ! Estimated noise=447.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000231626 Jy ! Component: 100 - total flux cleaned = 0.00029678 Jy ! Component: 150 - total flux cleaned = 0.000278551 Jy ! Component: 200 - total flux cleaned = 0.000278547 Jy ! Total flux subtracted in 200 components = 0.000278547 Jy ! Clean residual min=-0.001258 max=0.001608 Jy/beam ! Clean residual mean=-0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.147326 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.147326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067120Jy sigma=0.000785 ! Fit after self-cal, rms=0.067123Jy sigma=0.000785 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 (18.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159642 Jy ! Component: 100 - total flux cleaned = 0.00221952 Jy ! Component: 150 - total flux cleaned = 0.00257125 Jy ! Component: 200 - total flux cleaned = 0.00284889 Jy ! Total flux subtracted in 200 components = 0.00284889 Jy ! Clean residual min=-0.001146 max=0.001223 Jy/beam ! Clean residual mean=-0.000000 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.150175 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.150175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067082Jy sigma=0.000784 ! Fit after self-cal, rms=0.067079Jy sigma=0.000784 ! 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.067079Jy sigma=0.000784 ! Fit after self-cal, rms=0.067089Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.58 mas, bpa=-3.554 degrees ! Estimated noise=447.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106529 Jy ! Component: 100 - total flux cleaned = 0.000216077 Jy ! Component: 150 - total flux cleaned = 0.000264316 Jy ! Component: 200 - total flux cleaned = 0.00030922 Jy ! Total flux subtracted in 200 components = 0.00030922 Jy ! Clean residual min=-0.001160 max=0.001202 Jy/beam ! Clean residual mean=-0.000000 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.150484 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 102 components and 0.150484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067080Jy sigma=0.000784 ! Fit after self-cal, rms=0.067081Jy sigma=0.000784 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.68089e-06 Jy ! Component: 100 - total flux cleaned = 7.58166e-05 Jy ! Component: 150 - total flux cleaned = 0.000100983 Jy ! Component: 200 - total flux cleaned = 0.000112923 Jy ! Total flux subtracted in 200 components = 0.000112923 Jy ! Clean residual min=-0.001152 max=0.001192 Jy/beam ! Clean residual mean=-0.000000 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.150597 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 111 components and 0.150597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067076Jy sigma=0.000784 ! Fit after self-cal, rms=0.067076Jy sigma=0.000784 ! 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.067076Jy sigma=0.000784 ! Fit after self-cal, rms=0.067050Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.331 mas, bmaj=11 mas, bpa=-3.631 degrees ! Estimated noise=553.573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386804 Jy ! Component: 100 - total flux cleaned = 0.000444198 Jy ! Component: 150 - total flux cleaned = 0.000489093 Jy ! Component: 200 - total flux cleaned = 0.000488568 Jy ! Total flux subtracted in 200 components = 0.000488568 Jy ! Clean residual min=-0.001190 max=0.001177 Jy/beam ! Clean residual mean=-0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.151085 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 119 components and 0.151085 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067048Jy sigma=0.000784 ! Fit after self-cal, rms=0.067047Jy sigma=0.000784 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.000106456 Jy ! Component: 100 - total flux cleaned = 0.000145298 Jy ! Component: 150 - total flux cleaned = 0.000144977 Jy ! Component: 200 - total flux cleaned = 0.000137446 Jy ! Total flux subtracted in 200 components = 0.000137446 Jy ! Clean residual min=-0.001178 max=0.001169 Jy/beam ! Clean residual mean=-0.000001 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.151223 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.151223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067047Jy sigma=0.000784 ! Fit after self-cal, rms=0.067047Jy sigma=0.000784 ! 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.256 mas, bmaj=7.578 mas, bpa=-3.525 degrees ! Estimated noise=447.444 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.256 x 7.578 at -3.525 degrees (North through East) ! Clean map min=-0.0010952 max=0.12423 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.765 mas, bmaj=6.647 mas, bpa=-2.587 degrees ! Estimated noise=641.075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0958903 Jy ! Component: 100 - total flux cleaned = 0.121599 Jy ! Component: 150 - total flux cleaned = 0.132362 Jy ! Component: 200 - total flux cleaned = 0.137756 Jy ! Total flux subtracted in 200 components = 0.137756 Jy ! Clean residual min=-0.002340 max=0.002765 Jy/beam ! Clean residual mean=0.000003 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.137756 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.137756 Jy ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.578 mas, bpa=-3.525 degrees ! Estimated noise=447.444 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.00428218 Jy ! Component: 100 - total flux cleaned = 0.00688098 Jy ! Component: 150 - total flux cleaned = 0.00873893 Jy ! Component: 200 - total flux cleaned = 0.0100264 Jy ! Total flux subtracted in 200 components = 0.0100264 Jy ! Clean residual min=-0.001357 max=0.001266 Jy/beam ! Clean residual mean=0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.147782 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 50 components and 0.147782 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.331 mas, bmaj=11 mas, bpa=-3.631 degrees ! Estimated noise=553.573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180189 Jy ! Component: 100 - total flux cleaned = 0.0024643 Jy ! Component: 150 - total flux cleaned = 0.00287481 Jy ! Component: 200 - total flux cleaned = 0.00312098 Jy ! Total flux subtracted in 200 components = 0.00312098 Jy ! Clean residual min=-0.001261 max=0.001159 Jy/beam ! Clean residual mean=-0.000002 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.150903 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.000162302 Jy ! Component: 100 - total flux cleaned = 0.000262213 Jy ! Component: 150 - total flux cleaned = 0.000304673 Jy ! Component: 200 - total flux cleaned = 0.000329111 Jy ! Total flux subtracted in 200 components = 0.000329111 Jy ! Clean residual min=-0.001223 max=0.001127 Jy/beam ! Clean residual mean=-0.000002 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.151232 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 107 components and 0.151232 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=7.578 mas, bpa=-3.525 degrees ! Estimated noise=447.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.51148e-05 Jy ! Component: 100 - total flux cleaned = -7.42255e-06 Jy ! Component: 150 - total flux cleaned = 4.29626e-05 Jy ! Component: 200 - total flux cleaned = 6.49397e-05 Jy ! Total flux subtracted in 200 components = 6.49397e-05 Jy ! Clean residual min=-0.001126 max=0.001262 Jy/beam ! Clean residual mean=-0.000001 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.151297 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 130 components and 0.151297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067071Jy sigma=0.000784 ! Fit after self-cal, rms=0.067069Jy sigma=0.000784 wmodel J1706+1208_S_2014_05_31_pus_map.mod ! Writing 130 model components to file: J1706+1208_S_2014_05_31_pus_map.mod wobs J1706+1208_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1706+1208_S_2014_05_31_pus_uvs.fits wwins J1706+1208_S_2014_05_31_pus_map.win ! wwins: Wrote 3 windows to J1706+1208_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.000297078 Jy ! Component: 100 - total flux cleaned = 0.00042216 Jy ! Component: 150 - total flux cleaned = 0.000521447 Jy ! Component: 200 - total flux cleaned = 0.00057864 Jy ! Component: 250 - total flux cleaned = 0.000671727 Jy ! Component: 300 - total flux cleaned = 0.00070775 Jy ! Component: 350 - total flux cleaned = 0.000689968 Jy ! Component: 400 - total flux cleaned = 0.000689953 Jy ! Component: 450 - total flux cleaned = 0.000672839 Jy ! Component: 500 - total flux cleaned = 0.000656087 Jy ! Component: 550 - total flux cleaned = 0.000672229 Jy ! Component: 600 - total flux cleaned = 0.000607674 Jy ! Component: 650 - total flux cleaned = 0.000592028 Jy ! Component: 700 - total flux cleaned = 0.000560806 Jy ! Component: 750 - total flux cleaned = 0.000483853 Jy ! Component: 800 - total flux cleaned = 0.000438136 Jy ! Component: 850 - total flux cleaned = 0.000347962 Jy ! Component: 900 - total flux cleaned = 0.000229843 Jy ! Component: 950 - total flux cleaned = 0.000142257 Jy ! Component: 1000 - total flux cleaned = 8.44289e-05 Jy ! Component: 1050 - total flux cleaned = -1.54185e-05 Jy ! Component: 1100 - total flux cleaned = -7.16524e-05 Jy ! Component: 1150 - total flux cleaned = -0.000169295 Jy ! Component: 1200 - total flux cleaned = -0.000196693 Jy ! Component: 1250 - total flux cleaned = -0.000224006 Jy ! Component: 1300 - total flux cleaned = -0.00033198 Jy ! Component: 1350 - total flux cleaned = -0.000372215 Jy ! Component: 1400 - total flux cleaned = -0.000504201 Jy ! Component: 1450 - total flux cleaned = -0.000543329 Jy ! Component: 1500 - total flux cleaned = -0.000582092 Jy ! Component: 1550 - total flux cleaned = -0.000658932 Jy ! Component: 1600 - total flux cleaned = -0.000671501 Jy ! Component: 1650 - total flux cleaned = -0.000671494 Jy ! Component: 1700 - total flux cleaned = -0.000696497 Jy ! Component: 1750 - total flux cleaned = -0.000770716 Jy ! Component: 1800 - total flux cleaned = -0.000782962 Jy ! Component: 1850 - total flux cleaned = -0.00080728 Jy ! Component: 1900 - total flux cleaned = -0.00085546 Jy ! Component: 1950 - total flux cleaned = -0.000879341 Jy ! Component: 2000 - total flux cleaned = -0.000938544 Jy ! Component: 2050 - total flux cleaned = -0.00100892 Jy ! Component: 2100 - total flux cleaned = -0.00100905 Jy ! Component: 2150 - total flux cleaned = -0.00105524 Jy ! Component: 2200 - total flux cleaned = -0.00108976 Jy ! Component: 2250 - total flux cleaned = -0.00114648 Jy ! Component: 2300 - total flux cleaned = -0.00113517 Jy ! Component: 2350 - total flux cleaned = -0.00113527 Jy ! Component: 2400 - total flux cleaned = -0.00116859 Jy ! Component: 2450 - total flux cleaned = -0.00119064 Jy ! Component: 2500 - total flux cleaned = -0.00115784 Jy ! Component: 2550 - total flux cleaned = -0.00122289 Jy ! Component: 2600 - total flux cleaned = -0.00121216 Jy ! Component: 2650 - total flux cleaned = -0.00122291 Jy ! Component: 2700 - total flux cleaned = -0.00123344 Jy ! Component: 2750 - total flux cleaned = -0.00124399 Jy ! Component: 2800 - total flux cleaned = -0.00126493 Jy ! Component: 2850 - total flux cleaned = -0.00129612 Jy ! Component: 2900 - total flux cleaned = -0.00133736 Jy ! Component: 2950 - total flux cleaned = -0.00129616 Jy ! Component: 3000 - total flux cleaned = -0.00135737 Jy ! Component: 3050 - total flux cleaned = -0.00133708 Jy ! Component: 3100 - total flux cleaned = -0.00136725 Jy ! Component: 3150 - total flux cleaned = -0.00136719 Jy ! Component: 3200 - total flux cleaned = -0.00138701 Jy ! Component: 3250 - total flux cleaned = -0.00138706 Jy ! Component: 3300 - total flux cleaned = -0.00142612 Jy ! Component: 3350 - total flux cleaned = -0.00142615 Jy ! Component: 3400 - total flux cleaned = -0.00146484 Jy ! Component: 3450 - total flux cleaned = -0.00152244 Jy ! Component: 3500 - total flux cleaned = -0.00150323 Jy ! Component: 3550 - total flux cleaned = -0.00151284 Jy ! Component: 3600 - total flux cleaned = -0.0015317 Jy ! Component: 3650 - total flux cleaned = -0.00155056 Jy ! Component: 3700 - total flux cleaned = -0.00157852 Jy ! Component: 3750 - total flux cleaned = -0.00160628 Jy ! Component: 3800 - total flux cleaned = -0.00159712 Jy ! Component: 3850 - total flux cleaned = -0.00160628 Jy ! Component: 3900 - total flux cleaned = -0.00164274 Jy ! Component: 3950 - total flux cleaned = -0.00169712 Jy ! Component: 4000 - total flux cleaned = -0.00168806 Jy ! Component: 4050 - total flux cleaned = -0.00168801 Jy ! Total flux subtracted in 4096 components = -0.00173255 Jy ! Clean residual min=-0.000570 max=0.000658 Jy/beam ! Clean residual mean=-0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.149565 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 426 components and 0.149565 Jy ![Exited script file: muppet] wmap "J1706+1208_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.256 x 7.578 at -3.525 degrees (North through East) ! Clean map min=-0.00098186 max=0.12409 Jy/beam ! Writing clean map to FITS file: J1706+1208_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.124094 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159919 device "J1706+1208_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1706+1208_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.386606 0.386606 0.773213 1.54643 3.09285 6.1857 12.3714 24.7428 49.4856 98.9712 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.124 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.256 x 7.578 at -3.525 degrees (North through East) ! Clean map min=-0.00098186 max=0.12409 Jy/beam quit ! Quitting program ! Log file J1706+1208_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:32:41 2016