! Started logfile: J0808+4950_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:17:50 2017 obs J0808+4950_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0808+4950_S_2015_01_23_pus_uva.fits ! AN table 1: 58 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.847126 visibilities/baseline/integration-bin. ! Found source: J0808+4950 ! ! 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 8844 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 J0808+4950_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.646212Jy sigma=0.006990 ! Fit after self-cal, rms=0.634824Jy sigma=0.006945 ! 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.19 mas, bmaj=3.92 mas, bpa=-4.243 degrees ! Estimated noise=965.186 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.297607 Jy ! Component: 100 - total flux cleaned = 0.378905 Jy ! Total flux subtracted in 100 components = 0.378905 Jy ! Clean residual min=-0.012229 max=0.033018 Jy/beam ! Clean residual mean=0.000001 rms=0.003142 Jy/beam ! Combined flux in latest and established models = 0.378905 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.378905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.278036Jy sigma=0.001263 ! Fit after self-cal, rms=0.277983Jy sigma=0.001262 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0362116 Jy ! Component: 100 - total flux cleaned = 0.0562625 Jy ! Total flux subtracted in 100 components = 0.0562625 Jy ! Clean residual min=-0.010125 max=0.012023 Jy/beam ! Clean residual mean=0.000012 rms=0.002328 Jy/beam ! Combined flux in latest and established models = 0.435168 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.435168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267316Jy sigma=0.001087 ! Fit after self-cal, rms=0.267274Jy sigma=0.001086 ! 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.893 mas, bmaj=4.826 mas, bpa=7.348 degrees ! Estimated noise=718.2 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.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0209964 Jy ! Component: 100 - total flux cleaned = 0.0342189 Jy ! Component: 150 - total flux cleaned = 0.0435755 Jy ! Component: 200 - total flux cleaned = 0.0506009 Jy ! Total flux subtracted in 200 components = 0.0506009 Jy ! Clean residual min=-0.008919 max=0.009145 Jy/beam ! Clean residual mean=-0.000005 rms=0.002488 Jy/beam ! Combined flux in latest and established models = 0.485769 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 60 components and 0.485769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.262885Jy sigma=0.001041 ! Fit after self-cal, rms=0.262827Jy sigma=0.001039 ! 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 1.00 FD 1.16 HN 0.97 KP 1.12 ! LA 0.99 MK 1.02 NL 0.99 OV 0.99 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.34 HN 1.02 KP 1.03 ! LA 0.96 MK 1.01 NL 1.04 OV 1.03 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.51 HN 1.01 KP 0.89 ! LA 0.78 MK 1.04 NL 1.12 OV 0.95 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.21 HN 0.97 KP 0.83 ! LA 0.82 MK 1.02 NL 1.04 OV 0.99 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.262827Jy sigma=0.001039 ! Fit after self-cal, rms=0.337209Jy sigma=0.000898 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.925 mas, bmaj=4.864 mas, bpa=7.116 degrees ! Estimated noise=721.548 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.00428994 Jy ! Component: 100 - total flux cleaned = 0.00649249 Jy ! Component: 150 - total flux cleaned = 0.00733774 Jy ! Component: 200 - total flux cleaned = 0.00763383 Jy ! Total flux subtracted in 200 components = 0.00763383 Jy ! Clean residual min=-0.008569 max=0.007123 Jy/beam ! Clean residual mean=-0.000045 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.493403 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.493403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.336593Jy sigma=0.000898 ! Fit after self-cal, rms=0.336615Jy sigma=0.000898 ! 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.336615Jy sigma=0.000898 ! Fit after self-cal, rms=0.338841Jy sigma=0.000886 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.917 mas, bmaj=4.847 mas, bpa=7.062 degrees ! Estimated noise=729.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00448041 Jy ! Component: 100 - total flux cleaned = 0.00639735 Jy ! Component: 150 - total flux cleaned = 0.00682931 Jy ! Component: 200 - total flux cleaned = 0.00682958 Jy ! Total flux subtracted in 200 components = 0.00682958 Jy ! Clean residual min=-0.008168 max=0.006871 Jy/beam ! Clean residual mean=-0.000046 rms=0.001895 Jy/beam ! Combined flux in latest and established models = 0.500232 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 95 components and 0.500232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.338106Jy sigma=0.000888 ! Fit after self-cal, rms=0.338134Jy sigma=0.000888 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 = 9.97091e-05 Jy ! Component: 100 - total flux cleaned = 0.000138185 Jy ! Component: 150 - total flux cleaned = 0.000173155 Jy ! Component: 200 - total flux cleaned = 0.000206077 Jy ! Total flux subtracted in 200 components = 0.000206077 Jy ! Clean residual min=-0.008201 max=0.006855 Jy/beam ! Clean residual mean=-0.000046 rms=0.001895 Jy/beam ! Combined flux in latest and established models = 0.500438 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.500438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.338088Jy sigma=0.000888 ! Fit after self-cal, rms=0.338087Jy sigma=0.000888 ! 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.338087Jy sigma=0.000888 ! Fit after self-cal, rms=0.207457Jy sigma=0.000793 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.93 mas, bmaj=4.852 mas, bpa=6.753 degrees ! Estimated noise=729.723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00251073 Jy ! Component: 100 - total flux cleaned = -0.00403543 Jy ! Component: 150 - total flux cleaned = -0.00438463 Jy ! Component: 200 - total flux cleaned = -0.00452861 Jy ! Total flux subtracted in 200 components = -0.00452861 Jy ! Clean residual min=-0.002382 max=0.002602 Jy/beam ! Clean residual mean=-0.000003 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.49591 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 117 components and 0.49591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207417Jy sigma=0.000791 ! Fit after self-cal, rms=0.207395Jy sigma=0.000791 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 (60, -79). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145344 Jy ! Component: 100 - total flux cleaned = 0.00130488 Jy ! Component: 150 - total flux cleaned = 0.000891562 Jy ! Component: 200 - total flux cleaned = 0.000663885 Jy ! Total flux subtracted in 200 components = 0.000663885 Jy ! Clean residual min=-0.002228 max=0.002352 Jy/beam ! Clean residual mean=-0.000003 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.496574 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 137 components and 0.496574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207359Jy sigma=0.000790 ! Fit after self-cal, rms=0.207354Jy sigma=0.000790 ! Inverting map ! Added new window around map position (-103.5, 46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120343 Jy ! Component: 100 - total flux cleaned = 0.00105479 Jy ! Component: 150 - total flux cleaned = 0.00105568 Jy ! Component: 200 - total flux cleaned = 0.0010244 Jy ! Total flux subtracted in 200 components = 0.0010244 Jy ! Clean residual min=-0.002318 max=0.002313 Jy/beam ! Clean residual mean=-0.000004 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.497598 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 156 components and 0.497598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207310Jy sigma=0.000790 ! Fit after self-cal, rms=0.207309Jy sigma=0.000790 ! 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.207309Jy sigma=0.000790 ! Fit after self-cal, rms=0.206917Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.021 mas, bmaj=8.529 mas, bpa=1.856 degrees ! Estimated noise=927.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0015393 Jy ! Component: 100 - total flux cleaned = -0.00208372 Jy ! Component: 150 - total flux cleaned = -0.00238375 Jy ! Component: 200 - total flux cleaned = -0.00258696 Jy ! Total flux subtracted in 200 components = -0.00258696 Jy ! Clean residual min=-0.002277 max=0.002159 Jy/beam ! Clean residual mean=-0.000012 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.495011 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 178 components and 0.495011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206907Jy sigma=0.000789 ! Fit after self-cal, rms=0.206905Jy sigma=0.000789 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000335878 Jy ! Component: 100 - total flux cleaned = -0.000465597 Jy ! Component: 150 - total flux cleaned = -0.000562546 Jy ! Component: 200 - total flux cleaned = -0.000688473 Jy ! Total flux subtracted in 200 components = -0.000688473 Jy ! Clean residual min=-0.002350 max=0.002133 Jy/beam ! Clean residual mean=-0.000012 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.494323 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 191 components and 0.494323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206903Jy sigma=0.000789 ! Fit after self-cal, rms=0.206903Jy sigma=0.000789 ! 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.94 mas, bmaj=4.857 mas, bpa=6.515 degrees ! Estimated noise=729.626 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.94 x 4.857 at 6.515 degrees (North through East) ! Clean map min=-0.002172 max=0.3993 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.211 mas, bmaj=3.934 mas, bpa=-5.876 degrees ! Estimated noise=981.205 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.302125 Jy ! Component: 100 - total flux cleaned = 0.384618 Jy ! Component: 150 - total flux cleaned = 0.420764 Jy ! Component: 200 - total flux cleaned = 0.440772 Jy ! Total flux subtracted in 200 components = 0.440772 Jy ! Clean residual min=-0.004514 max=0.010336 Jy/beam ! Clean residual mean=0.000001 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 0.440772 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.440772 Jy ! Inverting map and beam ! Estimated beam: bmin=3.94 mas, bmaj=4.857 mas, bpa=6.515 degrees ! Estimated noise=729.626 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.0184023 Jy ! Component: 100 - total flux cleaned = 0.0287715 Jy ! Component: 150 - total flux cleaned = 0.0352767 Jy ! Component: 200 - total flux cleaned = 0.0397535 Jy ! Total flux subtracted in 200 components = 0.0397535 Jy ! Clean residual min=-0.003013 max=0.002697 Jy/beam ! Clean residual mean=-0.000006 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.480525 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.480525 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.021 mas, bmaj=8.529 mas, bpa=1.856 degrees ! Estimated noise=927.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00480351 Jy ! Component: 100 - total flux cleaned = 0.00763112 Jy ! Component: 150 - total flux cleaned = 0.00927875 Jy ! Component: 200 - total flux cleaned = 0.0104319 Jy ! Total flux subtracted in 200 components = 0.0104319 Jy ! Clean residual min=-0.002485 max=0.002266 Jy/beam ! Clean residual mean=-0.000013 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.490957 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.000914453 Jy ! Component: 100 - total flux cleaned = 0.00123124 Jy ! Component: 150 - total flux cleaned = 0.00138697 Jy ! Component: 200 - total flux cleaned = 0.00145592 Jy ! Total flux subtracted in 200 components = 0.00145592 Jy ! Clean residual min=-0.002301 max=0.002101 Jy/beam ! Clean residual mean=-0.000013 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.492413 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 131 components and 0.492413 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.94 mas, bmaj=4.857 mas, bpa=6.515 degrees ! Estimated noise=729.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000335162 Jy ! Component: 100 - total flux cleaned = 0.000438174 Jy ! Component: 150 - total flux cleaned = 0.000527604 Jy ! Component: 200 - total flux cleaned = 0.000568588 Jy ! Total flux subtracted in 200 components = 0.000568588 Jy ! Clean residual min=-0.002284 max=0.002092 Jy/beam ! Clean residual mean=-0.000005 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.492982 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 151 components and 0.492982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206943Jy sigma=0.000790 ! Fit after self-cal, rms=0.206956Jy sigma=0.000789 wmodel J0808+4950_S_2015_01_23_pus_map.mod ! Writing 151 model components to file: J0808+4950_S_2015_01_23_pus_map.mod wobs J0808+4950_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0808+4950_S_2015_01_23_pus_uvs.fits wwins J0808+4950_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J0808+4950_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 = -0.00038198 Jy ! Component: 100 - total flux cleaned = -0.000612105 Jy ! Component: 150 - total flux cleaned = -0.000758261 Jy ! Component: 200 - total flux cleaned = -0.000865082 Jy ! Component: 250 - total flux cleaned = -0.000934198 Jy ! Component: 300 - total flux cleaned = -0.00100157 Jy ! Component: 350 - total flux cleaned = -0.00103438 Jy ! Component: 400 - total flux cleaned = -0.00116444 Jy ! Component: 450 - total flux cleaned = -0.00129317 Jy ! Component: 500 - total flux cleaned = -0.00142075 Jy ! Component: 550 - total flux cleaned = -0.00173458 Jy ! Component: 600 - total flux cleaned = -0.00191986 Jy ! Component: 650 - total flux cleaned = -0.00213351 Jy ! Component: 700 - total flux cleaned = -0.00237471 Jy ! Component: 750 - total flux cleaned = -0.00258311 Jy ! Component: 800 - total flux cleaned = -0.00278944 Jy ! Component: 850 - total flux cleaned = -0.00290559 Jy ! Component: 900 - total flux cleaned = -0.00313622 Jy ! Component: 950 - total flux cleaned = -0.00336422 Jy ! Component: 1000 - total flux cleaned = -0.00347705 Jy ! Component: 1050 - total flux cleaned = -0.00356047 Jy ! Component: 1100 - total flux cleaned = -0.00372699 Jy ! Component: 1150 - total flux cleaned = -0.00383694 Jy ! Component: 1200 - total flux cleaned = -0.00397323 Jy ! Component: 1250 - total flux cleaned = -0.00410784 Jy ! Component: 1300 - total flux cleaned = -0.00429511 Jy ! Component: 1350 - total flux cleaned = -0.00434775 Jy ! Component: 1400 - total flux cleaned = -0.00437412 Jy ! Component: 1450 - total flux cleaned = -0.00450435 Jy ! Component: 1500 - total flux cleaned = -0.00453024 Jy ! Component: 1550 - total flux cleaned = -0.00468444 Jy ! Component: 1600 - total flux cleaned = -0.00463328 Jy ! Component: 1650 - total flux cleaned = -0.0046586 Jy ! Component: 1700 - total flux cleaned = -0.00470926 Jy ! Component: 1750 - total flux cleaned = -0.00463447 Jy ! Component: 1800 - total flux cleaned = -0.0048083 Jy ! Component: 1850 - total flux cleaned = -0.00488203 Jy ! Component: 1900 - total flux cleaned = -0.00475953 Jy ! Component: 1950 - total flux cleaned = -0.00478416 Jy ! Component: 2000 - total flux cleaned = -0.00488065 Jy ! Component: 2050 - total flux cleaned = -0.00483267 Jy ! Component: 2100 - total flux cleaned = -0.00485667 Jy ! Component: 2150 - total flux cleaned = -0.00488003 Jy ! Component: 2200 - total flux cleaned = -0.00488024 Jy ! Component: 2250 - total flux cleaned = -0.00485654 Jy ! Component: 2300 - total flux cleaned = -0.00490298 Jy ! Component: 2350 - total flux cleaned = -0.0048567 Jy ! Component: 2400 - total flux cleaned = -0.00487976 Jy ! Component: 2450 - total flux cleaned = -0.00483414 Jy ! Component: 2500 - total flux cleaned = -0.00487992 Jy ! Component: 2550 - total flux cleaned = -0.00485733 Jy ! Component: 2600 - total flux cleaned = -0.00487989 Jy ! Component: 2650 - total flux cleaned = -0.00479063 Jy ! Component: 2700 - total flux cleaned = -0.00485732 Jy ! Component: 2750 - total flux cleaned = -0.00490135 Jy ! Component: 2800 - total flux cleaned = -0.00483534 Jy ! Component: 2850 - total flux cleaned = -0.00492273 Jy ! Component: 2900 - total flux cleaned = -0.00485759 Jy ! Component: 2950 - total flux cleaned = -0.00492246 Jy ! Component: 3000 - total flux cleaned = -0.0048365 Jy ! Component: 3050 - total flux cleaned = -0.00481514 Jy ! Component: 3100 - total flux cleaned = -0.00483636 Jy ! Component: 3150 - total flux cleaned = -0.004773 Jy ! Component: 3200 - total flux cleaned = -0.00481519 Jy ! Component: 3250 - total flux cleaned = -0.00485708 Jy ! Component: 3300 - total flux cleaned = -0.00485699 Jy ! Component: 3350 - total flux cleaned = -0.00483628 Jy ! Component: 3400 - total flux cleaned = -0.00485692 Jy ! Component: 3450 - total flux cleaned = -0.00481583 Jy ! Component: 3500 - total flux cleaned = -0.00481602 Jy ! Component: 3550 - total flux cleaned = -0.00489749 Jy ! Component: 3600 - total flux cleaned = -0.004857 Jy ! Component: 3650 - total flux cleaned = -0.0048167 Jy ! Component: 3700 - total flux cleaned = -0.00487702 Jy ! Component: 3750 - total flux cleaned = -0.00491687 Jy ! Component: 3800 - total flux cleaned = -0.00487705 Jy ! Component: 3850 - total flux cleaned = -0.00485728 Jy ! Component: 3900 - total flux cleaned = -0.00487709 Jy ! Component: 3950 - total flux cleaned = -0.00489676 Jy ! Component: 4000 - total flux cleaned = -0.00479888 Jy ! Component: 4050 - total flux cleaned = -0.00477935 Jy ! Total flux subtracted in 4096 components = -0.00479879 Jy ! Clean residual min=-0.001275 max=0.001103 Jy/beam ! Clean residual mean=-0.000002 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.488183 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 449 components and 0.488183 Jy ![Exited script file: muppet] wmap "J0808+4950_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.94 x 4.857 at 6.515 degrees (North through East) ! Clean map min=-0.0018198 max=0.40066 Jy/beam ! Writing clean map to FITS file: J0808+4950_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.400656 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00035933 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.269056 0.269056 0.538113 1.07623 2.15245 4.3049 8.6098 17.2196 34.4392 68.8784 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.4 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.94 x 4.857 at 6.515 degrees (North through East) ! Clean map min=-0.0018198 max=0.40066 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 J0808+4950_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:17:56 2017