! Started logfile: J1415+3706_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:29:56 2016 obs J1415+3706_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1415+3706_S_2014_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.669312 visibilities/baseline/integration-bin. ! Found source: J1415+3706 ! ! 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 360 lines of history. ! ! Reading 10120 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 J1415+3706_S_2014_08_05_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 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 159 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.756251Jy sigma=0.008760 ! Fit after self-cal, rms=0.722253Jy sigma=0.008410 ! 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.972 mas, bmaj=7.069 mas, bpa=28.45 degrees ! Estimated noise=969.312 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.208619 Jy ! Component: 100 - total flux cleaned = 0.272536 Jy ! Total flux subtracted in 100 components = 0.272536 Jy ! Clean residual min=-0.011117 max=0.025489 Jy/beam ! Clean residual mean=-0.000036 rms=0.002967 Jy/beam ! Combined flux in latest and established models = 0.272537 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.272537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090664Jy sigma=0.000959 ! Fit after self-cal, rms=0.090533Jy sigma=0.000958 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0260219 Jy ! Component: 100 - total flux cleaned = 0.0379784 Jy ! Total flux subtracted in 100 components = 0.0379784 Jy ! Clean residual min=-0.007124 max=0.007285 Jy/beam ! Clean residual mean=-0.000003 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.310515 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.310515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080556Jy sigma=0.000852 ! Fit after self-cal, rms=0.080456Jy sigma=0.000851 ! 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=5.033 mas, bmaj=7.986 mas, bpa=28.94 degrees ! Estimated noise=613.615 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 (4.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105206 Jy ! Component: 100 - total flux cleaned = 0.0161925 Jy ! Component: 150 - total flux cleaned = 0.0187444 Jy ! Component: 200 - total flux cleaned = 0.0199744 Jy ! Total flux subtracted in 200 components = 0.0199744 Jy ! Clean residual min=-0.005068 max=0.005185 Jy/beam ! Clean residual mean=0.000024 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.330489 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 68 components and 0.330489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078652Jy sigma=0.000837 ! Fit after self-cal, rms=0.078606Jy sigma=0.000837 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.88 HN 0.96 KP 1.05 ! LA 1.11 MK 1.00* NL 0.96 OV 0.98 ! PT 1.03 SC 1.04 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.05 HN 1.02 KP 1.00 ! LA 1.08 MK 1.00* NL 1.02 OV 1.01 ! PT 1.00 SC 1.08 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.17 HN 1.02 KP 0.90 ! LA 0.85 MK 1.00* NL 1.00 OV 0.94 ! PT 1.00 SC 1.08 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.07 HN 1.02 KP 0.88 ! LA 0.81 MK 1.00* NL 1.09 OV 0.99 ! PT 1.04 SC 1.03 ! ! ! Fit before self-cal, rms=0.078606Jy sigma=0.000837 ! Fit after self-cal, rms=0.070371Jy sigma=0.000761 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.091 mas, bmaj=7.989 mas, bpa=28.59 degrees ! Estimated noise=614.293 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.000115755 Jy ! Component: 100 - total flux cleaned = -6.8324e-05 Jy ! Component: 150 - total flux cleaned = -2.25134e-05 Jy ! Component: 200 - total flux cleaned = -2.35487e-05 Jy ! Total flux subtracted in 200 components = -2.35487e-05 Jy ! Clean residual min=-0.002479 max=0.002246 Jy/beam ! Clean residual mean=0.000007 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.330466 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 90 components and 0.330466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070302Jy sigma=0.000760 ! Fit after self-cal, rms=0.070290Jy sigma=0.000760 ! 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.070290Jy sigma=0.000760 ! Fit after self-cal, rms=0.070190Jy sigma=0.000758 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.1 mas, bmaj=7.989 mas, bpa=28.6 degrees ! Estimated noise=614.124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000431476 Jy ! Component: 100 - total flux cleaned = -0.000432524 Jy ! Component: 150 - total flux cleaned = -0.000431014 Jy ! Component: 200 - total flux cleaned = -0.000430654 Jy ! Total flux subtracted in 200 components = -0.000430654 Jy ! Clean residual min=-0.002084 max=0.002048 Jy/beam ! Clean residual mean=0.000002 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.330035 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 97 components and 0.330035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070156Jy sigma=0.000757 ! Fit after self-cal, rms=0.070157Jy sigma=0.000757 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 = 3.2197e-05 Jy ! Component: 100 - total flux cleaned = 8.18955e-05 Jy ! Component: 150 - total flux cleaned = 5.8898e-05 Jy ! Component: 200 - total flux cleaned = 5.81619e-05 Jy ! Total flux subtracted in 200 components = 5.81619e-05 Jy ! Clean residual min=-0.001975 max=0.002022 Jy/beam ! Clean residual mean=0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.330093 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 107 components and 0.330093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070140Jy sigma=0.000757 ! Fit after self-cal, rms=0.070138Jy sigma=0.000757 ! 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.070138Jy sigma=0.000757 ! Fit after self-cal, rms=0.070194Jy sigma=0.000757 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.11 mas, bmaj=7.989 mas, bpa=28.62 degrees ! Estimated noise=614.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308392 Jy ! Component: 100 - total flux cleaned = -0.000328807 Jy ! Component: 150 - total flux cleaned = -0.000347767 Jy ! Component: 200 - total flux cleaned = -0.000347845 Jy ! Total flux subtracted in 200 components = -0.000347845 Jy ! Clean residual min=-0.001905 max=0.001940 Jy/beam ! Clean residual mean=0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.329745 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 111 components and 0.329745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070181Jy sigma=0.000757 ! Fit after self-cal, rms=0.070180Jy sigma=0.000757 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 = 2.28982e-06 Jy ! Component: 100 - total flux cleaned = 2.30872e-06 Jy ! Component: 150 - total flux cleaned = -1.24836e-05 Jy ! Component: 200 - total flux cleaned = -1.27904e-05 Jy ! Total flux subtracted in 200 components = -1.27904e-05 Jy ! Clean residual min=-0.001857 max=0.001916 Jy/beam ! Clean residual mean=0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.329733 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 120 components and 0.329733 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070173Jy sigma=0.000757 ! Fit after self-cal, rms=0.070172Jy sigma=0.000757 ! 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.070172Jy sigma=0.000757 ! Fit after self-cal, rms=0.070232Jy sigma=0.000757 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.054 mas, bmaj=10.01 mas, bpa=51.17 degrees ! Estimated noise=677.643 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000332581 Jy ! Component: 100 - total flux cleaned = -0.000348977 Jy ! Component: 150 - total flux cleaned = -0.000349898 Jy ! Component: 200 - total flux cleaned = -0.000360432 Jy ! Total flux subtracted in 200 components = -0.000360432 Jy ! Clean residual min=-0.001888 max=0.001939 Jy/beam ! Clean residual mean=0.000003 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.329372 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 132 components and 0.329372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070233Jy sigma=0.000757 ! Fit after self-cal, rms=0.070232Jy sigma=0.000757 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 = -5.73641e-05 Jy ! Component: 100 - total flux cleaned = -4.90499e-05 Jy ! Component: 150 - total flux cleaned = -4.15829e-05 Jy ! Component: 200 - total flux cleaned = -3.4949e-05 Jy ! Total flux subtracted in 200 components = -3.4949e-05 Jy ! Clean residual min=-0.001884 max=0.001911 Jy/beam ! Clean residual mean=0.000003 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.329337 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 136 components and 0.329337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070233Jy sigma=0.000757 ! Fit after self-cal, rms=0.070233Jy sigma=0.000757 ! 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=5.118 mas, bmaj=7.99 mas, bpa=28.64 degrees ! Estimated noise=614.37 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.118 x 7.99 at 28.64 degrees (North through East) ! Clean map min=-0.0021662 max=0.27433 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=4.029 mas, bmaj=7.052 mas, bpa=28.15 degrees ! Estimated noise=977.625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.209954 Jy ! Component: 100 - total flux cleaned = 0.273555 Jy ! Component: 150 - total flux cleaned = 0.298769 Jy ! Component: 200 - total flux cleaned = 0.310889 Jy ! Total flux subtracted in 200 components = 0.310889 Jy ! Clean residual min=-0.003877 max=0.005870 Jy/beam ! Clean residual mean=-0.000009 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.310889 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.310889 Jy ! Inverting map and beam ! Estimated beam: bmin=5.118 mas, bmaj=7.99 mas, bpa=28.64 degrees ! Estimated noise=614.37 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.00824931 Jy ! Component: 100 - total flux cleaned = 0.0125763 Jy ! Component: 150 - total flux cleaned = 0.0151579 Jy ! Component: 200 - total flux cleaned = 0.0162318 Jy ! Total flux subtracted in 200 components = 0.0162318 Jy ! Clean residual min=-0.002288 max=0.001980 Jy/beam ! Clean residual mean=-0.000001 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.327121 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 53 components and 0.327121 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=9.054 mas, bmaj=10.01 mas, bpa=51.17 degrees ! Estimated noise=677.643 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016345 Jy ! Component: 100 - total flux cleaned = 0.00222264 Jy ! Component: 150 - total flux cleaned = 0.00247331 Jy ! Component: 200 - total flux cleaned = 0.00250077 Jy ! Total flux subtracted in 200 components = 0.00250077 Jy ! Clean residual min=-0.001923 max=0.002089 Jy/beam ! Clean residual mean=0.000001 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.329622 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 = -2.1642e-05 Jy ! Component: 100 - total flux cleaned = -2.19229e-05 Jy ! Component: 150 - total flux cleaned = -3.97639e-05 Jy ! Component: 200 - total flux cleaned = -3.96777e-05 Jy ! Total flux subtracted in 200 components = -3.96777e-05 Jy ! Clean residual min=-0.001902 max=0.002026 Jy/beam ! Clean residual mean=0.000002 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.329582 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 107 components and 0.329582 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.118 mas, bmaj=7.99 mas, bpa=28.64 degrees ! Estimated noise=614.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.52235e-05 Jy ! Component: 100 - total flux cleaned = 2.44692e-05 Jy ! Component: 150 - total flux cleaned = 4.55441e-05 Jy ! Component: 200 - total flux cleaned = 2.50607e-05 Jy ! Total flux subtracted in 200 components = 2.50607e-05 Jy ! Clean residual min=-0.001763 max=0.001854 Jy/beam ! Clean residual mean=0.000002 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.329607 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 121 components and 0.329607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070244Jy sigma=0.000757 ! Fit after self-cal, rms=0.070237Jy sigma=0.000757 wmodel J1415+3706_S_2014_08_05_pus_map.mod ! Writing 121 model components to file: J1415+3706_S_2014_08_05_pus_map.mod wobs J1415+3706_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1415+3706_S_2014_08_05_pus_uvs.fits wwins J1415+3706_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1415+3706_S_2014_08_05_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.000415273 Jy ! Component: 100 - total flux cleaned = 0.000478477 Jy ! Component: 150 - total flux cleaned = 0.000480684 Jy ! Component: 200 - total flux cleaned = 0.000453808 Jy ! Component: 250 - total flux cleaned = 0.000374601 Jy ! Component: 300 - total flux cleaned = 0.000272165 Jy ! Component: 350 - total flux cleaned = 0.000247092 Jy ! Component: 400 - total flux cleaned = 0.000222678 Jy ! Component: 450 - total flux cleaned = 0.000269301 Jy ! Component: 500 - total flux cleaned = 0.00026884 Jy ! Component: 550 - total flux cleaned = 0.000268601 Jy ! Component: 600 - total flux cleaned = 0.000225054 Jy ! Component: 650 - total flux cleaned = 0.000204087 Jy ! Component: 700 - total flux cleaned = 0.000225696 Jy ! Component: 750 - total flux cleaned = 0.000266782 Jy ! Component: 800 - total flux cleaned = 0.00030677 Jy ! Component: 850 - total flux cleaned = 0.000306937 Jy ! Component: 900 - total flux cleaned = 0.000325848 Jy ! Component: 950 - total flux cleaned = 0.000344492 Jy ! Component: 1000 - total flux cleaned = 0.000362822 Jy ! Component: 1050 - total flux cleaned = 0.000435011 Jy ! Component: 1100 - total flux cleaned = 0.000505866 Jy ! Component: 1150 - total flux cleaned = 0.000593056 Jy ! Component: 1200 - total flux cleaned = 0.000695309 Jy ! Component: 1250 - total flux cleaned = 0.000711805 Jy ! Component: 1300 - total flux cleaned = 0.000777872 Jy ! Component: 1350 - total flux cleaned = 0.000761444 Jy ! Component: 1400 - total flux cleaned = 0.00082541 Jy ! Component: 1450 - total flux cleaned = 0.000825046 Jy ! Component: 1500 - total flux cleaned = 0.000871156 Jy ! Component: 1550 - total flux cleaned = 0.000809762 Jy ! Component: 1600 - total flux cleaned = 0.000824837 Jy ! Component: 1650 - total flux cleaned = 0.000869076 Jy ! Component: 1700 - total flux cleaned = 0.000825038 Jy ! Component: 1750 - total flux cleaned = 0.000853978 Jy ! Component: 1800 - total flux cleaned = 0.000825704 Jy ! Component: 1850 - total flux cleaned = 0.00078355 Jy ! Component: 1900 - total flux cleaned = 0.000811694 Jy ! Component: 1950 - total flux cleaned = 0.000825664 Jy ! Component: 2000 - total flux cleaned = 0.000811755 Jy ! Component: 2050 - total flux cleaned = 0.000757785 Jy ! Component: 2100 - total flux cleaned = 0.000718147 Jy ! Component: 2150 - total flux cleaned = 0.00067904 Jy ! Component: 2200 - total flux cleaned = 0.000614351 Jy ! Component: 2250 - total flux cleaned = 0.000550419 Jy ! Component: 2300 - total flux cleaned = 0.00055047 Jy ! Component: 2350 - total flux cleaned = 0.000487586 Jy ! Component: 2400 - total flux cleaned = 0.000462669 Jy ! Component: 2450 - total flux cleaned = 0.000413283 Jy ! Component: 2500 - total flux cleaned = 0.000315974 Jy ! Component: 2550 - total flux cleaned = 0.000279828 Jy ! Component: 2600 - total flux cleaned = 0.000243944 Jy ! Component: 2650 - total flux cleaned = 0.000184757 Jy ! Component: 2700 - total flux cleaned = 0.000161573 Jy ! Component: 2750 - total flux cleaned = 0.000126698 Jy ! Component: 2800 - total flux cleaned = 0.000115053 Jy ! Component: 2850 - total flux cleaned = 8.0761e-05 Jy ! Component: 2900 - total flux cleaned = 5.82041e-05 Jy ! Component: 2950 - total flux cleaned = 2.45123e-05 Jy ! Component: 3000 - total flux cleaned = 1.35894e-05 Jy ! Component: 3050 - total flux cleaned = 2.56159e-06 Jy ! Component: 3100 - total flux cleaned = 2.61853e-06 Jy ! Component: 3150 - total flux cleaned = -8.29347e-06 Jy ! Component: 3200 - total flux cleaned = -8.27529e-06 Jy ! Component: 3250 - total flux cleaned = -7.20146e-05 Jy ! Component: 3300 - total flux cleaned = -8.25257e-05 Jy ! Component: 3350 - total flux cleaned = -7.19622e-05 Jy ! Component: 3400 - total flux cleaned = -0.000134094 Jy ! Component: 3450 - total flux cleaned = -0.000134094 Jy ! Component: 3500 - total flux cleaned = -0.000123862 Jy ! Component: 3550 - total flux cleaned = -0.000164468 Jy ! Component: 3600 - total flux cleaned = -0.000184603 Jy ! Component: 3650 - total flux cleaned = -0.000204548 Jy ! Component: 3700 - total flux cleaned = -0.000214468 Jy ! Component: 3750 - total flux cleaned = -0.000234127 Jy ! Component: 3800 - total flux cleaned = -0.000243924 Jy ! Component: 3850 - total flux cleaned = -0.000244059 Jy ! Component: 3900 - total flux cleaned = -0.000263185 Jy ! Component: 3950 - total flux cleaned = -0.000234501 Jy ! Component: 4000 - total flux cleaned = -0.000244096 Jy ! Component: 4050 - total flux cleaned = -0.000262984 Jy ! Total flux subtracted in 4096 components = -0.000262927 Jy ! Clean residual min=-0.000639 max=0.000554 Jy/beam ! Clean residual mean=-0.000001 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.329344 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 418 components and 0.329344 Jy ![Exited script file: muppet] wmap "J1415+3706_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.118 x 7.99 at 28.64 degrees (North through East) ! Clean map min=-0.0015479 max=0.27506 Jy/beam ! Writing clean map to FITS file: J1415+3706_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.27506 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167942 device "J1415+3706_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1415+3706_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.18317 0.18317 0.36634 0.732679 1.46536 2.93072 5.86144 11.7229 23.4457 46.8915 93.783 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.275 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.118 x 7.99 at 28.64 degrees (North through East) ! Clean map min=-0.0015479 max=0.27506 Jy/beam quit ! Quitting program ! Log file J1415+3706_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:30:01 2016