! Started logfile: /scr/pima/bg219g_uvs/J1616+4632_S_uvs.log on Thu Apr 7 07:19:50 2016 obs /scr/pima/bg219g_uvs/J1616+4632_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1616+4632_S_uva.fits ! AN table 1: 21 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.937831 visibilities/baseline/integration-bin. ! Found source: J1616+4632 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 2836 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219g_uvs/J1616+4632_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009580Jy sigma=25.027046 ! Fit after self-cal, rms=0.878859Jy sigma=21.785931 ! 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.471 mas, bmaj=8.937 mas, bpa=20.65 degrees ! Estimated noise=0.872923 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.0951647 Jy ! Component: 100 - total flux cleaned = 0.116075 Jy ! Total flux subtracted in 100 components = 0.116075 Jy ! Clean residual min=-0.006099 max=0.007583 Jy/beam ! Clean residual mean=0.000001 rms=0.001904 Jy/beam ! Combined flux in latest and established models = 0.116075 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.116075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057509Jy sigma=1.336827 ! Fit after self-cal, rms=0.057493Jy sigma=1.336478 ! 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.037 mas, bmaj=9.026 mas, bpa=19.16 degrees ! Estimated noise=0.568877 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.0074166 Jy ! Component: 100 - total flux cleaned = 0.0109931 Jy ! Component: 150 - total flux cleaned = 0.0126713 Jy ! Component: 200 - total flux cleaned = 0.0136197 Jy ! Total flux subtracted in 200 components = 0.0136197 Jy ! Clean residual min=-0.005116 max=0.003990 Jy/beam ! Clean residual mean=-0.000001 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.129695 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 23 components and 0.129695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056629Jy sigma=1.310615 ! Fit after self-cal, rms=0.056632Jy sigma=1.310423 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.037 x 9.026 at 19.16 degrees (North through East) ! Clean map min=-0.0049693 max=0.1229 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 HN 1.00 KP 0.97 LA 0.98 ! MK 1.06 NL 0.90 OV 1.03 PT 1.02 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.07 KP 1.03 LA 0.97 ! MK 1.03 NL 0.88 OV 1.04 PT 0.99 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 HN 1.07 KP 1.02 LA 1.00 ! MK 1.05 NL 1.06 OV 1.08 PT 1.03 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.056632Jy sigma=1.310423 ! Fit after self-cal, rms=0.056493Jy sigma=1.296478 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=9.02 mas, bpa=19.39 degrees ! Estimated noise=0.574015 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.000576693 Jy ! Component: 100 - total flux cleaned = 0.000430293 Jy ! Component: 150 - total flux cleaned = 0.000458495 Jy ! Component: 200 - total flux cleaned = 0.000483281 Jy ! Total flux subtracted in 200 components = 0.000483281 Jy ! Clean residual min=-0.003714 max=0.003055 Jy/beam ! Clean residual mean=-0.000001 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.130178 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 36 components and 0.130178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056452Jy sigma=1.295252 ! Fit after self-cal, rms=0.056464Jy sigma=1.295130 ! 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.056464Jy sigma=1.295130 ! Fit after self-cal, rms=0.056895Jy sigma=1.294838 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.052 mas, bmaj=9.022 mas, bpa=19.42 degrees ! Estimated noise=0.57843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000730629 Jy ! Component: 100 - total flux cleaned = 0.000701621 Jy ! Component: 150 - total flux cleaned = 0.000747161 Jy ! Component: 200 - total flux cleaned = 0.00078934 Jy ! Total flux subtracted in 200 components = 0.00078934 Jy ! Clean residual min=-0.003840 max=0.003023 Jy/beam ! Clean residual mean=-0.000001 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.130968 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.130968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056870Jy sigma=1.294093 ! Fit after self-cal, rms=0.056871Jy sigma=1.294090 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 = 4.16736e-05 Jy ! Component: 100 - total flux cleaned = 7.87831e-05 Jy ! Component: 150 - total flux cleaned = 0.000113612 Jy ! Component: 200 - total flux cleaned = 0.000130044 Jy ! Total flux subtracted in 200 components = 0.000130044 Jy ! Clean residual min=-0.003842 max=0.002961 Jy/beam ! Clean residual mean=-0.000001 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.131098 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 50 components and 0.131098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056863Jy sigma=1.293831 ! Fit after self-cal, rms=0.056863Jy sigma=1.293828 ! 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.056863Jy sigma=1.293828 ! Fit after self-cal, rms=0.057297Jy sigma=1.293553 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.054 mas, bmaj=9.022 mas, bpa=19.42 degrees ! Estimated noise=0.582731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000777767 Jy ! Component: 100 - total flux cleaned = 0.000758344 Jy ! Component: 150 - total flux cleaned = 0.000757933 Jy ! Component: 200 - total flux cleaned = 0.000774192 Jy ! Total flux subtracted in 200 components = 0.000774192 Jy ! Clean residual min=-0.003925 max=0.002966 Jy/beam ! Clean residual mean=-0.000001 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.131872 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 54 components and 0.131872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057284Jy sigma=1.293104 ! Fit after self-cal, rms=0.057285Jy sigma=1.293102 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.42514e-05 Jy ! Component: 100 - total flux cleaned = 4.85083e-05 Jy ! Component: 150 - total flux cleaned = 7.67444e-05 Jy ! Component: 200 - total flux cleaned = 9.01328e-05 Jy ! Total flux subtracted in 200 components = 9.01328e-05 Jy ! Clean residual min=-0.003908 max=0.002926 Jy/beam ! Clean residual mean=-0.000001 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.131962 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 58 components and 0.131962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057280Jy sigma=1.292932 ! Fit after self-cal, rms=0.057280Jy sigma=1.292930 ! 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.057280Jy sigma=1.292930 ! Fit after self-cal, rms=0.057641Jy sigma=1.292742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.593 mas, bmaj=10.31 mas, bpa=15.12 degrees ! Estimated noise=0.727983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136584 Jy ! Component: 100 - total flux cleaned = -0.000164541 Jy ! Component: 150 - total flux cleaned = -0.00021636 Jy ! Component: 200 - total flux cleaned = -0.000263133 Jy ! Total flux subtracted in 200 components = -0.000263133 Jy ! Clean residual min=-0.004124 max=0.002931 Jy/beam ! Clean residual mean=-0.000002 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.131699 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 64 components and 0.131699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057640Jy sigma=1.292563 ! Fit after self-cal, rms=0.057640Jy sigma=1.292560 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 = -6.45857e-05 Jy ! Component: 100 - total flux cleaned = -8.23447e-05 Jy ! Component: 150 - total flux cleaned = -9.91563e-05 Jy ! Component: 200 - total flux cleaned = -0.000114828 Jy ! Total flux subtracted in 200 components = -0.000114828 Jy ! Clean residual min=-0.004078 max=0.002906 Jy/beam ! Clean residual mean=-0.000002 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.131584 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.131584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057648Jy sigma=1.292607 ! Fit after self-cal, rms=0.057648Jy sigma=1.292605 ! 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.054 mas, bmaj=9.022 mas, bpa=19.43 degrees ! Estimated noise=0.586311 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.054 x 9.022 at 19.43 degrees (North through East) ! Clean map min=-0.0038821 max=0.12636 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.48 mas, bmaj=8.953 mas, bpa=20.93 degrees ! Estimated noise=0.904409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0985356 Jy ! Component: 100 - total flux cleaned = 0.120295 Jy ! Component: 150 - total flux cleaned = 0.126747 Jy ! Component: 200 - total flux cleaned = 0.130036 Jy ! Total flux subtracted in 200 components = 0.130036 Jy ! Clean residual min=-0.004652 max=0.004566 Jy/beam ! Clean residual mean=0.000000 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.130036 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.130036 Jy ! Inverting map and beam ! Estimated beam: bmin=3.054 mas, bmaj=9.022 mas, bpa=19.43 degrees ! Estimated noise=0.586311 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.00134076 Jy ! Component: 100 - total flux cleaned = 0.00194082 Jy ! Component: 150 - total flux cleaned = 0.00228839 Jy ! Component: 200 - total flux cleaned = 0.00236033 Jy ! Total flux subtracted in 200 components = 0.00236033 Jy ! Clean residual min=-0.004156 max=0.003033 Jy/beam ! Clean residual mean=-0.000001 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.132396 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.132396 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=6.593 mas, bmaj=10.31 mas, bpa=15.12 degrees ! Estimated noise=0.727983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00061395 Jy ! Component: 100 - total flux cleaned = -0.000613823 Jy ! Component: 150 - total flux cleaned = -0.000640758 Jy ! Component: 200 - total flux cleaned = -0.000689468 Jy ! Total flux subtracted in 200 components = -0.000689468 Jy ! Clean residual min=-0.004191 max=0.003033 Jy/beam ! Clean residual mean=-0.000002 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.131706 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.22524e-05 Jy ! Component: 100 - total flux cleaned = -4.33676e-05 Jy ! Component: 150 - total flux cleaned = -6.33922e-05 Jy ! Component: 200 - total flux cleaned = -6.32375e-05 Jy ! Total flux subtracted in 200 components = -6.32375e-05 Jy ! Clean residual min=-0.004143 max=0.002986 Jy/beam ! Clean residual mean=-0.000002 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.131643 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 44 components and 0.131643 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.054 mas, bmaj=9.022 mas, bpa=19.43 degrees ! Estimated noise=0.586311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00105779 Jy ! Component: 100 - total flux cleaned = 0.00112225 Jy ! Component: 150 - total flux cleaned = 0.00117171 Jy ! Component: 200 - total flux cleaned = 0.0011722 Jy ! Total flux subtracted in 200 components = 0.0011722 Jy ! Clean residual min=-0.004192 max=0.002964 Jy/beam ! Clean residual mean=-0.000001 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.132815 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.132815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057656Jy sigma=1.293137 ! Fit after self-cal, rms=0.057657Jy sigma=1.293120 wmodel /scr/pima/bg219g_uvs/J1616+4632_S_map.mod ! Writing 56 model components to file: /scr/pima/bg219g_uvs/J1616+4632_S_map.mod wobs /scr/pima/bg219g_uvs/J1616+4632_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1616+4632_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1616+4632_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219g_uvs/J1616+4632_S_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.00175819 Jy ! Component: 100 - total flux cleaned = -0.0028164 Jy ! Component: 150 - total flux cleaned = -0.00286986 Jy ! Component: 200 - total flux cleaned = -0.00296884 Jy ! Component: 250 - total flux cleaned = -0.00292346 Jy ! Component: 300 - total flux cleaned = -0.00292371 Jy ! Component: 350 - total flux cleaned = -0.00271425 Jy ! Component: 400 - total flux cleaned = -0.00259436 Jy ! Component: 450 - total flux cleaned = -0.00240096 Jy ! Component: 500 - total flux cleaned = -0.00214121 Jy ! Component: 550 - total flux cleaned = -0.00192583 Jy ! Component: 600 - total flux cleaned = -0.0017507 Jy ! Component: 650 - total flux cleaned = -0.00154761 Jy ! Component: 700 - total flux cleaned = -0.00128479 Jy ! Component: 750 - total flux cleaned = -0.00102985 Jy ! Component: 800 - total flux cleaned = -0.000749479 Jy ! Component: 850 - total flux cleaned = -0.000505797 Jy ! Component: 900 - total flux cleaned = -0.000296874 Jy ! Component: 950 - total flux cleaned = -0.000121711 Jy ! Component: 1000 - total flux cleaned = -7.88021e-06 Jy ! Component: 1050 - total flux cleaned = 0.000103782 Jy ! Component: 1100 - total flux cleaned = 0.00021408 Jy ! Component: 1150 - total flux cleaned = 0.000349817 Jy ! Component: 1200 - total flux cleaned = 0.000536048 Jy ! Component: 1250 - total flux cleaned = 0.000666835 Jy ! Component: 1300 - total flux cleaned = 0.00082122 Jy ! Component: 1350 - total flux cleaned = 0.00099862 Jy ! Component: 1400 - total flux cleaned = 0.00117353 Jy ! Component: 1450 - total flux cleaned = 0.00137041 Jy ! Component: 1500 - total flux cleaned = 0.00154026 Jy ! Component: 1550 - total flux cleaned = 0.00173172 Jy ! Component: 1600 - total flux cleaned = 0.00192038 Jy ! Component: 1650 - total flux cleaned = 0.00212951 Jy ! Component: 1700 - total flux cleaned = 0.00231332 Jy ! Component: 1750 - total flux cleaned = 0.00254013 Jy ! Component: 1800 - total flux cleaned = 0.00278605 Jy ! Component: 1850 - total flux cleaned = 0.00298448 Jy ! Component: 1900 - total flux cleaned = 0.00315881 Jy ! Component: 1950 - total flux cleaned = 0.00335286 Jy ! Component: 2000 - total flux cleaned = 0.00345954 Jy ! Component: 2050 - total flux cleaned = 0.00364903 Jy ! Component: 2100 - total flux cleaned = 0.0036906 Jy ! Component: 2150 - total flux cleaned = 0.00381458 Jy ! Component: 2200 - total flux cleaned = 0.0038964 Jy ! Component: 2250 - total flux cleaned = 0.00401802 Jy ! Component: 2300 - total flux cleaned = 0.00419843 Jy ! Component: 2350 - total flux cleaned = 0.00431768 Jy ! Component: 2400 - total flux cleaned = 0.00443573 Jy ! Component: 2450 - total flux cleaned = 0.00457257 Jy ! Component: 2500 - total flux cleaned = 0.00474685 Jy ! Component: 2550 - total flux cleaned = 0.00484286 Jy ! Component: 2600 - total flux cleaned = 0.00499524 Jy ! Component: 2650 - total flux cleaned = 0.00514639 Jy ! Component: 2700 - total flux cleaned = 0.00524021 Jy ! Component: 2750 - total flux cleaned = 0.00537035 Jy ! Component: 2800 - total flux cleaned = 0.00546269 Jy ! Component: 2850 - total flux cleaned = 0.00559125 Jy ! Component: 2900 - total flux cleaned = 0.00570063 Jy ! Component: 2950 - total flux cleaned = 0.00580911 Jy ! Component: 3000 - total flux cleaned = 0.00591695 Jy ! Component: 3050 - total flux cleaned = 0.00598847 Jy ! Component: 3100 - total flux cleaned = 0.00611253 Jy ! Component: 3150 - total flux cleaned = 0.00623593 Jy ! Component: 3200 - total flux cleaned = 0.00632351 Jy ! Component: 3250 - total flux cleaned = 0.00647998 Jy ! Component: 3300 - total flux cleaned = 0.00660097 Jy ! Component: 3350 - total flux cleaned = 0.00670424 Jy ! Component: 3400 - total flux cleaned = 0.00689244 Jy ! Component: 3450 - total flux cleaned = 0.00697754 Jy ! Component: 3500 - total flux cleaned = 0.00714706 Jy ! Component: 3550 - total flux cleaned = 0.0072315 Jy ! Component: 3600 - total flux cleaned = 0.00736594 Jy ! Component: 3650 - total flux cleaned = 0.00744957 Jy ! Component: 3700 - total flux cleaned = 0.00759969 Jy ! Component: 3750 - total flux cleaned = 0.00769932 Jy ! Component: 3800 - total flux cleaned = 0.00788128 Jy ! Component: 3850 - total flux cleaned = 0.00802976 Jy ! Component: 3900 - total flux cleaned = 0.00811197 Jy ! Component: 3950 - total flux cleaned = 0.00822675 Jy ! Component: 4000 - total flux cleaned = 0.00837379 Jy ! Component: 4050 - total flux cleaned = 0.00853655 Jy ! Total flux subtracted in 4096 components = 0.00865019 Jy ! Clean residual min=-0.001026 max=0.001362 Jy/beam ! Clean residual mean=0.000001 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.141466 Jy keep ! Adding 222 model components to the UV plane model. ! The established model now contains 278 components and 0.141466 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1616+4632_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.054 x 9.022 at 19.43 degrees (North through East) ! Clean map min=-0.0030885 max=0.12681 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1616+4632_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.126813 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000276189 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.653377 0.653377 1.30675 2.61351 5.22701 10.454 20.908 41.8161 83.6322 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.126 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 459.153 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1616+4632_S_uvs.log closed on Thu Apr 7 07:19:53 2016