! Started logfile: /scr/pima/bg219e_uvs/J1606-1929_S_uvs.log on Thu Apr 7 06:48:04 2016 obs /scr/pima/bg219e_uvs/J1606-1929_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1606-1929_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.71147 visibilities/baseline/integration-bin. ! Found source: J1606-1929 ! ! 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 6352 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/bg219e_uvs/J1606-1929_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005727Jy sigma=18.392585 ! Fit after self-cal, rms=0.936334Jy sigma=17.090518 ! 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.462 mas, bmaj=10.22 mas, bpa=16.6 degrees ! Estimated noise=0.789742 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.0495521 Jy ! Component: 100 - total flux cleaned = 0.0613941 Jy ! Total flux subtracted in 100 components = 0.0613941 Jy ! Clean residual min=-0.004491 max=0.005114 Jy/beam ! Clean residual mean=-0.000002 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.0613941 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0613941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078852Jy sigma=1.332075 ! Fit after self-cal, rms=0.076885Jy sigma=1.297014 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694355 Jy ! Component: 100 - total flux cleaned = 0.010788 Jy ! Total flux subtracted in 100 components = 0.010788 Jy ! Clean residual min=-0.004187 max=0.005104 Jy/beam ! Clean residual mean=0.000002 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.0721822 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 36 components and 0.0721821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076039Jy sigma=1.281408 ! Fit after self-cal, rms=0.076030Jy sigma=1.280836 ! 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=4.307 mas, bmaj=11.75 mas, bpa=14.22 degrees ! Estimated noise=0.540507 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.00375995 Jy ! Component: 100 - total flux cleaned = 0.00564748 Jy ! Component: 150 - total flux cleaned = 0.00640922 Jy ! Component: 200 - total flux cleaned = 0.00665629 Jy ! Total flux subtracted in 200 components = 0.00665629 Jy ! Clean residual min=-0.003199 max=0.003449 Jy/beam ! Clean residual mean=0.000009 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.0788384 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 53 components and 0.0788384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075820Jy sigma=1.277597 ! Fit after self-cal, rms=0.075811Jy sigma=1.277327 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.307 x 11.75 at 14.22 degrees (North through East) ! Clean map min=-0.003083 max=0.065868 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.05 FD 1.04 HN 0.99 KP 1.07 ! LA 0.96 NL 1.07 OV 1.05 PT 0.84 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 0.99 KP 0.97 ! LA 0.97 NL 0.91 OV 1.06 PT 1.04 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 HN 1.07 KP 1.00 ! LA 1.02 NL 0.94 OV 1.11 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 0.99 KP 1.06 ! LA 0.99 NL 0.92 OV 1.03 PT 0.99 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.075811Jy sigma=1.277327 ! Fit after self-cal, rms=0.074981Jy sigma=1.272915 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.311 mas, bmaj=11.74 mas, bpa=14.37 degrees ! Estimated noise=0.53939 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.000674735 Jy ! Component: 100 - total flux cleaned = 0.00064909 Jy ! Component: 150 - total flux cleaned = 0.000628038 Jy ! Component: 200 - total flux cleaned = 0.000609609 Jy ! Total flux subtracted in 200 components = 0.000609609 Jy ! Clean residual min=-0.002921 max=0.003081 Jy/beam ! Clean residual mean=0.000005 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.079448 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.079448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074962Jy sigma=1.272602 ! Fit after self-cal, rms=0.075015Jy sigma=1.271953 ! 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.075015Jy sigma=1.271953 ! Fit after self-cal, rms=0.075502Jy sigma=1.270121 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.292 mas, bmaj=11.74 mas, bpa=14.51 degrees ! Estimated noise=0.543269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000530716 Jy ! Component: 100 - total flux cleaned = 0.000670194 Jy ! Component: 150 - total flux cleaned = 0.000692909 Jy ! Component: 200 - total flux cleaned = 0.000693045 Jy ! Total flux subtracted in 200 components = 0.000693045 Jy ! Clean residual min=-0.002503 max=0.002833 Jy/beam ! Clean residual mean=0.000001 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.0801411 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.0801411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075481Jy sigma=1.269797 ! Fit after self-cal, rms=0.075504Jy sigma=1.269555 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.82992e-05 Jy ! Component: 100 - total flux cleaned = 2.71138e-05 Jy ! Component: 150 - total flux cleaned = 2.72921e-05 Jy ! Component: 200 - total flux cleaned = 1.03172e-05 Jy ! Total flux subtracted in 200 components = 1.03172e-05 Jy ! Clean residual min=-0.002511 max=0.002791 Jy/beam ! Clean residual mean=0.000002 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.0801514 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.0801514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075493Jy sigma=1.269385 ! Fit after self-cal, rms=0.075486Jy sigma=1.269344 ! 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.075486Jy sigma=1.269344 ! Fit after self-cal, rms=0.075889Jy sigma=1.269314 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.273 mas, bmaj=11.73 mas, bpa=14.64 degrees ! Estimated noise=0.545875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000549528 Jy ! Component: 100 - total flux cleaned = 0.000682083 Jy ! Component: 150 - total flux cleaned = 0.000700207 Jy ! Component: 200 - total flux cleaned = 0.000700195 Jy ! Total flux subtracted in 200 components = 0.000700195 Jy ! Clean residual min=-0.002527 max=0.002774 Jy/beam ! Clean residual mean=0.000001 rms=0.000745 Jy/beam ! Combined flux in latest and established models = 0.0808516 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 71 components and 0.0808516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075874Jy sigma=1.269117 ! Fit after self-cal, rms=0.075877Jy sigma=1.269090 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.18754e-05 Jy ! Component: 100 - total flux cleaned = 3.19121e-05 Jy ! Component: 150 - total flux cleaned = 3.25601e-05 Jy ! Component: 200 - total flux cleaned = 3.28018e-05 Jy ! Total flux subtracted in 200 components = 3.28018e-05 Jy ! Clean residual min=-0.002525 max=0.002761 Jy/beam ! Clean residual mean=0.000001 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.0808844 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.0808844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075870Jy sigma=1.268986 ! Fit after self-cal, rms=0.075868Jy sigma=1.268970 ! 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.075868Jy sigma=1.268970 ! Fit after self-cal, rms=0.076246Jy sigma=1.268940 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.556 mas, bmaj=16.71 mas, bpa=7.79 degrees ! Estimated noise=0.632613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00061933 Jy ! Component: 100 - total flux cleaned = 0.000602001 Jy ! Component: 150 - total flux cleaned = 0.000587662 Jy ! Component: 200 - total flux cleaned = 0.000574994 Jy ! Total flux subtracted in 200 components = 0.000574994 Jy ! Clean residual min=-0.002488 max=0.003399 Jy/beam ! Clean residual mean=0.000002 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.0814594 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 80 components and 0.0814594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076239Jy sigma=1.268870 ! Fit after self-cal, rms=0.076235Jy sigma=1.268841 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.63319e-05 Jy ! Component: 100 - total flux cleaned = 7.34352e-06 Jy ! Component: 150 - total flux cleaned = -4.10429e-06 Jy ! Component: 200 - total flux cleaned = -2.5148e-05 Jy ! Total flux subtracted in 200 components = -2.5148e-05 Jy ! Clean residual min=-0.002492 max=0.003377 Jy/beam ! Clean residual mean=0.000002 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.0814343 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 82 components and 0.0814343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076233Jy sigma=1.268838 ! Fit after self-cal, rms=0.076230Jy sigma=1.268814 ! 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=4.259 mas, bmaj=11.73 mas, bpa=14.74 degrees ! Estimated noise=0.548536 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.73 at 14.74 degrees (North through East) ! Clean map min=-0.0024765 max=0.066571 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.434 mas, bmaj=10.27 mas, bpa=17.05 degrees ! Estimated noise=0.793236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0514004 Jy ! Component: 100 - total flux cleaned = 0.0649497 Jy ! Component: 150 - total flux cleaned = 0.0714635 Jy ! Component: 200 - total flux cleaned = 0.0755894 Jy ! Total flux subtracted in 200 components = 0.0755894 Jy ! Clean residual min=-0.003862 max=0.004551 Jy/beam ! Clean residual mean=-0.000005 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.0755895 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0755895 Jy ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.73 mas, bpa=14.74 degrees ! Estimated noise=0.548536 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) ! Added new window around map position (84, -124.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00353129 Jy ! Component: 100 - total flux cleaned = 0.00479706 Jy ! Component: 150 - total flux cleaned = 0.00553347 Jy ! Component: 200 - total flux cleaned = 0.00553451 Jy ! Total flux subtracted in 200 components = 0.00553451 Jy ! Clean residual min=-0.002809 max=0.003054 Jy/beam ! Clean residual mean=-0.000004 rms=0.000755 Jy/beam ! Combined flux in latest and established models = 0.081124 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 60 components and 0.081124 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.556 mas, bmaj=16.71 mas, bpa=7.79 degrees ! Estimated noise=0.632613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.08494e-05 Jy ! Component: 100 - total flux cleaned = -0.000285353 Jy ! Component: 150 - total flux cleaned = -0.000383702 Jy ! Component: 200 - total flux cleaned = -0.00046936 Jy ! Total flux subtracted in 200 components = -0.00046936 Jy ! Clean residual min=-0.002547 max=0.003210 Jy/beam ! Clean residual mean=-0.000005 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0806546 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 = -5.1315e-05 Jy ! Component: 100 - total flux cleaned = -9.84911e-05 Jy ! Component: 150 - total flux cleaned = -0.000163002 Jy ! Component: 200 - total flux cleaned = -0.000202869 Jy ! Total flux subtracted in 200 components = -0.000202869 Jy ! Clean residual min=-0.002510 max=0.003189 Jy/beam ! Clean residual mean=-0.000004 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.0804518 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 83 components and 0.0804518 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.259 mas, bmaj=11.73 mas, bpa=14.74 degrees ! Estimated noise=0.548536 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000456167 Jy ! Component: 100 - total flux cleaned = 0.000522079 Jy ! Component: 150 - total flux cleaned = 0.000552135 Jy ! Component: 200 - total flux cleaned = 0.000552495 Jy ! Total flux subtracted in 200 components = 0.000552495 Jy ! Clean residual min=-0.002667 max=0.003083 Jy/beam ! Clean residual mean=-0.000003 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0810043 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.0810043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076156Jy sigma=1.267468 ! Fit after self-cal, rms=0.076128Jy sigma=1.266614 wmodel /scr/pima/bg219e_uvs/J1606-1929_S_map.mod ! Writing 101 model components to file: /scr/pima/bg219e_uvs/J1606-1929_S_map.mod wobs /scr/pima/bg219e_uvs/J1606-1929_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1606-1929_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1606-1929_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219e_uvs/J1606-1929_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.000656194 Jy ! Component: 100 - total flux cleaned = 0.00106123 Jy ! Component: 150 - total flux cleaned = 0.00136026 Jy ! Component: 200 - total flux cleaned = 0.00164453 Jy ! Component: 250 - total flux cleaned = 0.00164527 Jy ! Component: 300 - total flux cleaned = 0.00172057 Jy ! Component: 350 - total flux cleaned = 0.00172074 Jy ! Component: 400 - total flux cleaned = 0.00158123 Jy ! Component: 450 - total flux cleaned = 0.00144537 Jy ! Component: 500 - total flux cleaned = 0.00131379 Jy ! Component: 550 - total flux cleaned = 0.00131402 Jy ! Component: 600 - total flux cleaned = 0.00128216 Jy ! Component: 650 - total flux cleaned = 0.00119098 Jy ! Component: 700 - total flux cleaned = 0.00113163 Jy ! Component: 750 - total flux cleaned = 0.00104431 Jy ! Component: 800 - total flux cleaned = 0.000959774 Jy ! Component: 850 - total flux cleaned = 0.000932479 Jy ! Component: 900 - total flux cleaned = 0.000987153 Jy ! Component: 950 - total flux cleaned = 0.000906608 Jy ! Component: 1000 - total flux cleaned = 0.00093285 Jy ! Component: 1050 - total flux cleaned = 0.000958776 Jy ! Component: 1100 - total flux cleaned = 0.000882844 Jy ! Component: 1150 - total flux cleaned = 0.000982744 Jy ! Component: 1200 - total flux cleaned = 0.000957391 Jy ! Component: 1250 - total flux cleaned = 0.000908601 Jy ! Component: 1300 - total flux cleaned = 0.000860576 Jy ! Component: 1350 - total flux cleaned = 0.000837206 Jy ! Component: 1400 - total flux cleaned = 0.000837224 Jy ! Component: 1450 - total flux cleaned = 0.000859827 Jy ! Component: 1500 - total flux cleaned = 0.000747629 Jy ! Component: 1550 - total flux cleaned = 0.000792015 Jy ! Component: 1600 - total flux cleaned = 0.000791823 Jy ! Component: 1650 - total flux cleaned = 0.000770292 Jy ! Component: 1700 - total flux cleaned = 0.00074902 Jy ! Component: 1750 - total flux cleaned = 0.000791079 Jy ! Component: 1800 - total flux cleaned = 0.00070821 Jy ! Component: 1850 - total flux cleaned = 0.000769445 Jy ! Component: 1900 - total flux cleaned = 0.00070912 Jy ! Component: 1950 - total flux cleaned = 0.00072955 Jy ! Component: 2000 - total flux cleaned = 0.000808257 Jy ! Component: 2050 - total flux cleaned = 0.000808238 Jy ! Component: 2100 - total flux cleaned = 0.000846646 Jy ! Component: 2150 - total flux cleaned = 0.000846512 Jy ! Component: 2200 - total flux cleaned = 0.000865367 Jy ! Component: 2250 - total flux cleaned = 0.000902525 Jy ! Component: 2300 - total flux cleaned = 0.000920758 Jy ! Component: 2350 - total flux cleaned = 0.000938892 Jy ! Component: 2400 - total flux cleaned = 0.000974838 Jy ! Component: 2450 - total flux cleaned = 0.00104585 Jy ! Component: 2500 - total flux cleaned = 0.00104592 Jy ! Component: 2550 - total flux cleaned = 0.00106332 Jy ! Component: 2600 - total flux cleaned = 0.0010805 Jy ! Component: 2650 - total flux cleaned = 0.00108042 Jy ! Component: 2700 - total flux cleaned = 0.00104655 Jy ! Component: 2750 - total flux cleaned = 0.00101331 Jy ! Component: 2800 - total flux cleaned = 0.00102989 Jy ! Component: 2850 - total flux cleaned = 0.0010135 Jy ! Component: 2900 - total flux cleaned = 0.00107879 Jy ! Component: 2950 - total flux cleaned = 0.00104673 Jy ! Component: 3000 - total flux cleaned = 0.00111067 Jy ! Component: 3050 - total flux cleaned = 0.00115815 Jy ! Component: 3100 - total flux cleaned = 0.00117387 Jy ! Component: 3150 - total flux cleaned = 0.00120476 Jy ! Component: 3200 - total flux cleaned = 0.00120494 Jy ! Component: 3250 - total flux cleaned = 0.00126607 Jy ! Component: 3300 - total flux cleaned = 0.00129639 Jy ! Component: 3350 - total flux cleaned = 0.00128134 Jy ! Component: 3400 - total flux cleaned = 0.00132629 Jy ! Component: 3450 - total flux cleaned = 0.00138572 Jy ! Component: 3500 - total flux cleaned = 0.00137089 Jy ! Component: 3550 - total flux cleaned = 0.00140003 Jy ! Component: 3600 - total flux cleaned = 0.00142909 Jy ! Component: 3650 - total flux cleaned = 0.00145795 Jy ! Component: 3700 - total flux cleaned = 0.00145794 Jy ! Component: 3750 - total flux cleaned = 0.00151487 Jy ! Component: 3800 - total flux cleaned = 0.00152891 Jy ! Component: 3850 - total flux cleaned = 0.00155689 Jy ! Component: 3900 - total flux cleaned = 0.00159882 Jy ! Component: 3950 - total flux cleaned = 0.00157123 Jy ! Component: 4000 - total flux cleaned = 0.00165391 Jy ! Component: 4050 - total flux cleaned = 0.0017222 Jy ! Total flux subtracted in 4096 components = 0.00177656 Jy ! Clean residual min=-0.000781 max=0.000896 Jy/beam ! Clean residual mean=0.000004 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.0827808 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 360 components and 0.0827808 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1606-1929_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.259 x 11.73 at 14.74 degrees (North through East) ! Clean map min=-0.0023838 max=0.065196 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1606-1929_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.065196 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000257449 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18465 1.18465 2.36931 4.73862 9.47724 18.9545 37.909 75.8179 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.065 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 253.238 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1606-1929_S_uvs.log closed on Thu Apr 7 06:48:08 2016