! Started logfile: /g0/scr/pima/npcsc_uvs/J2114+8204_S_uvs.log on Sun Oct 6 14:31:42 2013 obs /g0/scr/pima/npcsc_uvs/J2114+8204_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsc_uvs/J2114+8204_S_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J2114+8204 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 7920 visibilities. select RR ! 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 /g0/scr/pima/npcsc_uvs/J2114+8204_S] 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.019620Jy sigma=1.553322 ! Fit after self-cal, rms=0.832036Jy sigma=1.169652 ! 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.492 mas, bmaj=10.18 mas, bpa=-6.192 degrees ! Estimated noise=12.7399 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.143953 Jy ! Component: 100 - total flux cleaned = 0.191124 Jy ! Total flux subtracted in 100 components = 0.191124 Jy ! Clean residual min=-0.011700 max=0.020131 Jy/beam ! Clean residual mean=0.000024 rms=0.003245 Jy/beam ! Combined flux in latest and established models = 0.191124 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.191124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101069Jy sigma=0.164209 ! Fit after self-cal, rms=0.101017Jy sigma=0.164116 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.021963 Jy ! Component: 100 - total flux cleaned = 0.0332939 Jy ! Total flux subtracted in 100 components = 0.0332939 Jy ! Clean residual min=-0.009009 max=0.011065 Jy/beam ! Clean residual mean=0.000010 rms=0.002322 Jy/beam ! Combined flux in latest and established models = 0.224418 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 30 components and 0.224418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098824Jy sigma=0.148040 ! Fit after self-cal, rms=0.098842Jy sigma=0.148001 ! 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.459 mas, bmaj=10.9 mas, bpa=-7.446 degrees ! Estimated noise=5.74688 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, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135478 Jy ! Component: 100 - total flux cleaned = 0.020327 Jy ! Component: 150 - total flux cleaned = 0.023232 Jy ! Component: 200 - total flux cleaned = 0.0248471 Jy ! Total flux subtracted in 200 components = 0.0248471 Jy ! Clean residual min=-0.007335 max=0.006317 Jy/beam ! Clean residual mean=0.000020 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.249265 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 83 components and 0.249265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098435Jy sigma=0.142596 ! Fit after self-cal, rms=0.098302Jy sigma=0.142395 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.97 HN 0.90 KP 0.97 ! LA 1.07 MK 0.91 NL 0.98 OV 0.99 ! PT 1.09 SC 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 0.97 KP 0.95 ! LA 1.00 MK 0.92 NL 0.98 OV 0.99 ! PT 0.98 SC 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 0.94 KP 0.99 ! LA 0.82 MK 0.95 NL 1.07 OV 1.00 ! PT 1.06 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 0.90 KP 0.89 ! LA 0.69 MK 0.91 NL 1.01 OV 0.88 ! PT 0.93 SC 0.94 ! ! ! Fit before self-cal, rms=0.098302Jy sigma=0.142395 ! Fit after self-cal, rms=0.090368Jy sigma=0.130776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=10.91 mas, bpa=-7.397 degrees ! Estimated noise=5.25748 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.012063 Jy ! Component: 100 - total flux cleaned = -0.0128187 Jy ! Component: 150 - total flux cleaned = -0.0128149 Jy ! Component: 200 - total flux cleaned = -0.0128716 Jy ! Total flux subtracted in 200 components = -0.0128716 Jy ! Clean residual min=-0.003054 max=0.002685 Jy/beam ! Clean residual mean=0.000000 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.236393 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.236393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085611Jy sigma=0.132843 ! Fit after self-cal, rms=0.085702Jy sigma=0.132730 ! 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.085702Jy sigma=0.132730 ! Fit after self-cal, rms=0.083054Jy sigma=0.130624 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.355 mas, bmaj=10.89 mas, bpa=-7.241 degrees ! Estimated noise=4.87615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0109563 Jy ! Component: 100 - total flux cleaned = -0.0126405 Jy ! Component: 150 - total flux cleaned = -0.012763 Jy ! Component: 200 - total flux cleaned = -0.0128144 Jy ! Total flux subtracted in 200 components = -0.0128144 Jy ! Clean residual min=-0.002911 max=0.002663 Jy/beam ! Clean residual mean=0.000000 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.223579 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 116 components and 0.223579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078845Jy sigma=0.132781 ! Fit after self-cal, rms=0.078839Jy sigma=0.132770 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.000276928 Jy ! Component: 100 - total flux cleaned = 0.000237774 Jy ! Component: 150 - total flux cleaned = 0.000127568 Jy ! Component: 200 - total flux cleaned = 2.69305e-05 Jy ! Total flux subtracted in 200 components = 2.69305e-05 Jy ! Clean residual min=-0.002874 max=0.002638 Jy/beam ! Clean residual mean=0.000000 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.223605 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 133 components and 0.223605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078717Jy sigma=0.132815 ! Fit after self-cal, rms=0.078717Jy sigma=0.132813 ! 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.078717Jy sigma=0.132813 ! Fit after self-cal, rms=0.076278Jy sigma=0.130642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=10.86 mas, bpa=-7.092 degrees ! Estimated noise=4.5148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00989673 Jy ! Component: 100 - total flux cleaned = -0.0123628 Jy ! Component: 150 - total flux cleaned = -0.0126 Jy ! Component: 200 - total flux cleaned = -0.0126727 Jy ! Total flux subtracted in 200 components = -0.0126727 Jy ! Clean residual min=-0.002732 max=0.002573 Jy/beam ! Clean residual mean=0.000000 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.210933 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 145 components and 0.210933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072551Jy sigma=0.132849 ! Fit after self-cal, rms=0.072545Jy sigma=0.132842 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.000190665 Jy ! Component: 100 - total flux cleaned = 0.000127863 Jy ! Component: 150 - total flux cleaned = 6.95642e-05 Jy ! Component: 200 - total flux cleaned = 1.50286e-05 Jy ! Total flux subtracted in 200 components = 1.50286e-05 Jy ! Clean residual min=-0.002689 max=0.002527 Jy/beam ! Clean residual mean=0.000000 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.210948 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 161 components and 0.210948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072471Jy sigma=0.132871 ! Fit after self-cal, rms=0.072470Jy sigma=0.132870 ! 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.072470Jy sigma=0.132870 ! Fit after self-cal, rms=0.070379Jy sigma=0.130720 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.531 mas, bmaj=12.67 mas, bpa=-10.59 degrees ! Estimated noise=4.76439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00946483 Jy ! Component: 100 - total flux cleaned = -0.0114648 Jy ! Component: 150 - total flux cleaned = -0.0115026 Jy ! Component: 200 - total flux cleaned = -0.0115069 Jy ! Total flux subtracted in 200 components = -0.0115069 Jy ! Clean residual min=-0.002757 max=0.002334 Jy/beam ! Clean residual mean=-0.000001 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.199441 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 167 components and 0.199441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066975Jy sigma=0.133049 ! Fit after self-cal, rms=0.066968Jy sigma=0.133029 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.00018067 Jy ! Component: 100 - total flux cleaned = 0.000180896 Jy ! Component: 150 - total flux cleaned = 0.000203341 Jy ! Component: 200 - total flux cleaned = 0.000244753 Jy ! Total flux subtracted in 200 components = 0.000244753 Jy ! Clean residual min=-0.002766 max=0.002198 Jy/beam ! Clean residual mean=-0.000001 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.199686 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 177 components and 0.199686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066944Jy sigma=0.133057 ! Fit after self-cal, rms=0.066942Jy sigma=0.133054 ! 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.274 mas, bmaj=10.85 mas, bpa=-6.956 degrees ! Estimated noise=4.18558 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.274 x 10.85 at -6.956 degrees (North through East) ! Clean map min=-0.0025444 max=0.14527 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.369 mas, bmaj=10.22 mas, bpa=-5.687 degrees ! Estimated noise=8.86056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101604 Jy ! Component: 100 - total flux cleaned = 0.138928 Jy ! Component: 150 - total flux cleaned = 0.157575 Jy ! Component: 200 - total flux cleaned = 0.168923 Jy ! Total flux subtracted in 200 components = 0.168923 Jy ! Clean residual min=-0.005121 max=0.007855 Jy/beam ! Clean residual mean=0.000012 rms=0.001535 Jy/beam ! Combined flux in latest and established models = 0.168923 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.168923 Jy ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=10.85 mas, bpa=-6.956 degrees ! Estimated noise=4.18558 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.0123969 Jy ! Component: 100 - total flux cleaned = 0.0193683 Jy ! Component: 150 - total flux cleaned = 0.023783 Jy ! Component: 200 - total flux cleaned = 0.0266938 Jy ! Total flux subtracted in 200 components = 0.0266938 Jy ! Clean residual min=-0.003001 max=0.002976 Jy/beam ! Clean residual mean=0.000003 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.195617 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 75 components and 0.195617 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.531 mas, bmaj=12.67 mas, bpa=-10.59 degrees ! Estimated noise=4.76439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272816 Jy ! Component: 100 - total flux cleaned = 0.00359069 Jy ! Component: 150 - total flux cleaned = 0.00377769 Jy ! Component: 200 - total flux cleaned = 0.00398937 Jy ! Total flux subtracted in 200 components = 0.00398937 Jy ! Clean residual min=-0.002733 max=0.002567 Jy/beam ! Clean residual mean=-0.000001 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.199606 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.000115867 Jy ! Component: 100 - total flux cleaned = 0.000259049 Jy ! Component: 150 - total flux cleaned = 0.000326183 Jy ! Component: 200 - total flux cleaned = 0.00038981 Jy ! Total flux subtracted in 200 components = 0.00038981 Jy ! Clean residual min=-0.002682 max=0.002381 Jy/beam ! Clean residual mean=-0.000001 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.199996 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 114 components and 0.199996 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=10.85 mas, bpa=-6.956 degrees ! Estimated noise=4.18558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136313 Jy ! Component: 100 - total flux cleaned = -0.000276614 Jy ! Component: 150 - total flux cleaned = -0.00043862 Jy ! Component: 200 - total flux cleaned = -0.000511048 Jy ! Total flux subtracted in 200 components = -0.000511048 Jy ! Clean residual min=-0.002559 max=0.002436 Jy/beam ! Clean residual mean=-0.000000 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.199485 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 129 components and 0.199485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066917Jy sigma=0.133100 ! Fit after self-cal, rms=0.066905Jy sigma=0.133084 wmodel /g0/scr/pima/npcsc_uvs/J2114+8204_S_map.mod ! Writing 129 model components to file: /g0/scr/pima/npcsc_uvs/J2114+8204_S_map.mod wobs /g0/scr/pima/npcsc_uvs/J2114+8204_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsc_uvs/J2114+8204_S_uvs.fits wwins /g0/scr/pima/npcsc_uvs/J2114+8204_S_map.win ! wwins: Wrote 2 windows to /g0/scr/pima/npcsc_uvs/J2114+8204_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.000178089 Jy ! Component: 100 - total flux cleaned = -0.000253919 Jy ! Component: 150 - total flux cleaned = -0.000434557 Jy ! Component: 200 - total flux cleaned = -0.000775998 Jy ! Component: 250 - total flux cleaned = -0.00103684 Jy ! Component: 300 - total flux cleaned = -0.0011301 Jy ! Component: 350 - total flux cleaned = -0.00125089 Jy ! Component: 400 - total flux cleaned = -0.00139699 Jy ! Component: 450 - total flux cleaned = -0.00153885 Jy ! Component: 500 - total flux cleaned = -0.00173204 Jy ! Component: 550 - total flux cleaned = -0.00189332 Jy ! Component: 600 - total flux cleaned = -0.00202406 Jy ! Component: 650 - total flux cleaned = -0.00210059 Jy ! Component: 700 - total flux cleaned = -0.00220102 Jy ! Component: 750 - total flux cleaned = -0.00227443 Jy ! Component: 800 - total flux cleaned = -0.00239524 Jy ! Component: 850 - total flux cleaned = -0.00248984 Jy ! Component: 900 - total flux cleaned = -0.00260665 Jy ! Component: 950 - total flux cleaned = -0.00267514 Jy ! Component: 1000 - total flux cleaned = -0.00276511 Jy ! Component: 1050 - total flux cleaned = -0.00280968 Jy ! Component: 1100 - total flux cleaned = -0.00291906 Jy ! Component: 1150 - total flux cleaned = -0.00304821 Jy ! Component: 1200 - total flux cleaned = -0.00317543 Jy ! Component: 1250 - total flux cleaned = -0.00317537 Jy ! Component: 1300 - total flux cleaned = -0.00330003 Jy ! Component: 1350 - total flux cleaned = -0.00334117 Jy ! Component: 1400 - total flux cleaned = -0.00352337 Jy ! Component: 1450 - total flux cleaned = -0.00358366 Jy ! Component: 1500 - total flux cleaned = -0.00374267 Jy ! Component: 1550 - total flux cleaned = -0.00380185 Jy ! Component: 1600 - total flux cleaned = -0.00393766 Jy ! Component: 1650 - total flux cleaned = -0.00407225 Jy ! Component: 1700 - total flux cleaned = -0.00416732 Jy ! Component: 1750 - total flux cleaned = -0.0042617 Jy ! Component: 1800 - total flux cleaned = -0.00439274 Jy ! Component: 1850 - total flux cleaned = -0.00446701 Jy ! Component: 1900 - total flux cleaned = -0.00455907 Jy ! Component: 1950 - total flux cleaned = -0.00466824 Jy ! Component: 2000 - total flux cleaned = -0.00479446 Jy ! Component: 2050 - total flux cleaned = -0.00486585 Jy ! Component: 2100 - total flux cleaned = -0.00499017 Jy ! Component: 2150 - total flux cleaned = -0.00502523 Jy ! Component: 2200 - total flux cleaned = -0.00514745 Jy ! Component: 2250 - total flux cleaned = -0.0051474 Jy ! Component: 2300 - total flux cleaned = -0.00523353 Jy ! Component: 2350 - total flux cleaned = -0.00530173 Jy ! Component: 2400 - total flux cleaned = -0.00535234 Jy ! Component: 2450 - total flux cleaned = -0.00541961 Jy ! Component: 2500 - total flux cleaned = -0.00556934 Jy ! Component: 2550 - total flux cleaned = -0.00565194 Jy ! Component: 2600 - total flux cleaned = -0.00574995 Jy ! Component: 2650 - total flux cleaned = -0.00586366 Jy ! Component: 2700 - total flux cleaned = -0.00583142 Jy ! Component: 2750 - total flux cleaned = -0.00592737 Jy ! Component: 2800 - total flux cleaned = -0.00589554 Jy ! Component: 2850 - total flux cleaned = -0.00599019 Jy ! Component: 2900 - total flux cleaned = -0.0059274 Jy ! Component: 2950 - total flux cleaned = -0.00598985 Jy ! Component: 3000 - total flux cleaned = -0.00600515 Jy ! Component: 3050 - total flux cleaned = -0.00600499 Jy ! Component: 3100 - total flux cleaned = -0.00603539 Jy ! Component: 3150 - total flux cleaned = -0.0059747 Jy ! Component: 3200 - total flux cleaned = -0.00603496 Jy ! Component: 3250 - total flux cleaned = -0.00603497 Jy ! Component: 3300 - total flux cleaned = -0.00602009 Jy ! Component: 3350 - total flux cleaned = -0.00600532 Jy ! Component: 3400 - total flux cleaned = -0.00607887 Jy ! Component: 3450 - total flux cleaned = -0.00606419 Jy ! Component: 3500 - total flux cleaned = -0.00604986 Jy ! Component: 3550 - total flux cleaned = -0.00605 Jy ! Component: 3600 - total flux cleaned = -0.00606429 Jy ! Component: 3650 - total flux cleaned = -0.00609264 Jy ! Component: 3700 - total flux cleaned = -0.00606423 Jy ! Component: 3750 - total flux cleaned = -0.00606432 Jy ! Component: 3800 - total flux cleaned = -0.00606422 Jy ! Component: 3850 - total flux cleaned = -0.0060641 Jy ! Component: 3900 - total flux cleaned = -0.00603648 Jy ! Component: 3950 - total flux cleaned = -0.00598154 Jy ! Component: 4000 - total flux cleaned = -0.0060364 Jy ! Component: 4050 - total flux cleaned = -0.00602278 Jy ! Total flux subtracted in 4096 components = -0.00604985 Jy ! Clean residual min=-0.000782 max=0.000991 Jy/beam ! Clean residual mean=0.000001 rms=0.000253 Jy/beam ! Combined flux in latest and established models = 0.193435 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 433 components and 0.193435 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsc_uvs/J2114+8204_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.274 x 10.85 at -6.956 degrees (North through East) ! Clean map min=-0.0016572 max=0.14442 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsc_uvs/J2114+8204_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.144415 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251723 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.522914 0.522914 1.04583 2.09166 4.18331 8.36662 16.7332 33.4665 66.933 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.144 quit ! Quitting program ! Log file /g0/scr/pima/npcsc_uvs/J2114+8204_S_uvs.log closed on Sun Oct 6 14:31:46 2013