! Started logfile: /scr/pima/bg219b_uvs/J0711-0137_S_uvs.log on Thu Apr 7 01:16:46 2016 obs /scr/pima/bg219b_uvs/J0711-0137_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0711-0137_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.891166 visibilities/baseline/integration-bin. ! Found source: J0711-0137 ! ! 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 7828 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/bg219b_uvs/J0711-0137_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 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.032489Jy sigma=20.118044 ! Fit after self-cal, rms=0.887999Jy sigma=17.844901 ! 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.345 mas, bmaj=9.897 mas, bpa=17.91 degrees ! Estimated noise=0.634691 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.0860434 Jy ! Component: 100 - total flux cleaned = 0.104806 Jy ! Total flux subtracted in 100 components = 0.104806 Jy ! Clean residual min=-0.006662 max=0.010147 Jy/beam ! Clean residual mean=-0.000010 rms=0.001837 Jy/beam ! Combined flux in latest and established models = 0.104806 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.104806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193564Jy sigma=1.418909 ! Fit after self-cal, rms=0.193439Jy sigma=1.413164 ! 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.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 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.00496427 Jy ! Component: 100 - total flux cleaned = 0.00612161 Jy ! Component: 150 - total flux cleaned = 0.0064174 Jy ! Component: 200 - total flux cleaned = 0.00636988 Jy ! Total flux subtracted in 200 components = 0.00636988 Jy ! Clean residual min=-0.008011 max=0.009489 Jy/beam ! Clean residual mean=-0.000017 rms=0.002146 Jy/beam ! Combined flux in latest and established models = 0.111176 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.111176 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192577Jy sigma=1.414934 ! Fit after self-cal, rms=0.192589Jy sigma=1.414778 ! 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.016 x 10.22 at 16.23 degrees (North through East) ! Clean map min=-0.0078788 max=0.11013 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.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 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 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.192589Jy sigma=1.414778 ! Fit after self-cal, rms=0.192589Jy sigma=1.414778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 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 = 9.42695e-06 Jy ! Component: 100 - total flux cleaned = 8.45185e-06 Jy ! Component: 150 - total flux cleaned = -2.64346e-05 Jy ! Component: 200 - total flux cleaned = -5.5984e-05 Jy ! Total flux subtracted in 200 components = -5.5984e-05 Jy ! Clean residual min=-0.007976 max=0.009384 Jy/beam ! Clean residual mean=-0.000017 rms=0.002146 Jy/beam ! Combined flux in latest and established models = 0.11112 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.11112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192527Jy sigma=1.414700 ! Fit after self-cal, rms=0.192536Jy sigma=1.414626 ! 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.192536Jy sigma=1.414626 ! Fit after self-cal, rms=0.192536Jy sigma=1.414626 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000162117 Jy ! Component: 100 - total flux cleaned = -0.000108065 Jy ! Component: 150 - total flux cleaned = -0.000108137 Jy ! Component: 200 - total flux cleaned = -0.000149221 Jy ! Total flux subtracted in 200 components = -0.000149221 Jy ! Clean residual min=-0.007975 max=0.009237 Jy/beam ! Clean residual mean=-0.000017 rms=0.002145 Jy/beam ! Combined flux in latest and established models = 0.110971 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 40 components and 0.110971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192507Jy sigma=1.414590 ! Fit after self-cal, rms=0.192513Jy sigma=1.414540 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.000146619 Jy ! Component: 100 - total flux cleaned = -0.000145895 Jy ! Component: 150 - total flux cleaned = -0.000126739 Jy ! Component: 200 - total flux cleaned = -0.000143628 Jy ! Total flux subtracted in 200 components = -0.000143628 Jy ! Clean residual min=-0.007977 max=0.009110 Jy/beam ! Clean residual mean=-0.000017 rms=0.002144 Jy/beam ! Combined flux in latest and established models = 0.110828 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 47 components and 0.110828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192502Jy sigma=1.414419 ! Fit after self-cal, rms=0.192506Jy sigma=1.414385 ! 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.192506Jy sigma=1.414385 ! Fit after self-cal, rms=0.192506Jy sigma=1.414385 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117957 Jy ! Component: 100 - total flux cleaned = -0.000116325 Jy ! Component: 150 - total flux cleaned = -9.973e-05 Jy ! Component: 200 - total flux cleaned = -0.000114558 Jy ! Total flux subtracted in 200 components = -0.000114558 Jy ! Clean residual min=-0.007977 max=0.009002 Jy/beam ! Clean residual mean=-0.000017 rms=0.002143 Jy/beam ! Combined flux in latest and established models = 0.110713 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.110713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192498Jy sigma=1.414294 ! Fit after self-cal, rms=0.192502Jy sigma=1.414270 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 = -8.06637e-05 Jy ! Component: 100 - total flux cleaned = -8.15895e-05 Jy ! Component: 150 - total flux cleaned = -6.73727e-05 Jy ! Component: 200 - total flux cleaned = -5.35285e-05 Jy ! Total flux subtracted in 200 components = -5.35285e-05 Jy ! Clean residual min=-0.007978 max=0.008918 Jy/beam ! Clean residual mean=-0.000017 rms=0.002142 Jy/beam ! Combined flux in latest and established models = 0.110659 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.110659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192496Jy sigma=1.414196 ! Fit after self-cal, rms=0.192499Jy sigma=1.414180 ! 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.192499Jy sigma=1.414180 ! Fit after self-cal, rms=0.192499Jy sigma=1.414180 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.555 mas, bmaj=12.66 mas, bpa=5.512 degrees ! Estimated noise=0.524088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00035778 Jy ! Component: 100 - total flux cleaned = -0.000356424 Jy ! Component: 150 - total flux cleaned = -0.000385931 Jy ! Component: 200 - total flux cleaned = -0.000399079 Jy ! Total flux subtracted in 200 components = -0.000399079 Jy ! Clean residual min=-0.010347 max=0.013336 Jy/beam ! Clean residual mean=-0.000030 rms=0.003138 Jy/beam ! Combined flux in latest and established models = 0.11026 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.11026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192506Jy sigma=1.414070 ! Fit after self-cal, rms=0.192512Jy sigma=1.414061 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 (-17.5, 100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107977 Jy ! Component: 100 - total flux cleaned = 0.0144059 Jy ! Component: 150 - total flux cleaned = 0.0176614 Jy ! Component: 200 - total flux cleaned = 0.0202839 Jy ! Total flux subtracted in 200 components = 0.0202839 Jy ! Clean residual min=-0.010271 max=0.010555 Jy/beam ! Clean residual mean=-0.000015 rms=0.002730 Jy/beam ! Combined flux in latest and established models = 0.130544 Jy ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 152 components and 0.130544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.190527Jy sigma=1.398322 ! Fit after self-cal, rms=0.190443Jy sigma=1.395104 ! 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.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.016 x 10.22 at 16.23 degrees (North through East) ! Clean map min=-0.0074715 max=0.11087 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.345 mas, bmaj=9.897 mas, bpa=17.91 degrees ! Estimated noise=0.634691 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0861253 Jy ! Component: 100 - total flux cleaned = 0.105662 Jy ! Component: 150 - total flux cleaned = 0.113555 Jy ! Component: 200 - total flux cleaned = 0.117437 Jy ! Total flux subtracted in 200 components = 0.117437 Jy ! Clean residual min=-0.006423 max=0.008238 Jy/beam ! Clean residual mean=-0.000008 rms=0.001689 Jy/beam ! Combined flux in latest and established models = 0.117437 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.117437 Jy ! Inverting map and beam ! Estimated beam: bmin=4.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 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 (54, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694676 Jy ! Component: 100 - total flux cleaned = 0.00965844 Jy ! Component: 150 - total flux cleaned = 0.0113516 Jy ! Component: 200 - total flux cleaned = 0.0131873 Jy ! Total flux subtracted in 200 components = 0.0131873 Jy ! Clean residual min=-0.006957 max=0.007176 Jy/beam ! Clean residual mean=-0.000009 rms=0.001798 Jy/beam ! Combined flux in latest and established models = 0.130624 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 74 components and 0.130624 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.555 mas, bmaj=12.66 mas, bpa=5.512 degrees ! Estimated noise=0.524088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324922 Jy ! Component: 100 - total flux cleaned = 0.00479983 Jy ! Component: 150 - total flux cleaned = 0.00633403 Jy ! Component: 200 - total flux cleaned = 0.00787991 Jy ! Total flux subtracted in 200 components = 0.00787991 Jy ! Clean residual min=-0.009653 max=0.009151 Jy/beam ! Clean residual mean=-0.000014 rms=0.002570 Jy/beam ! Combined flux in latest and established models = 0.138504 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.00103578 Jy ! Component: 100 - total flux cleaned = 0.00212886 Jy ! Component: 150 - total flux cleaned = 0.00270059 Jy ! Component: 200 - total flux cleaned = 0.00323704 Jy ! Total flux subtracted in 200 components = 0.00323704 Jy ! Clean residual min=-0.009604 max=0.008877 Jy/beam ! Clean residual mean=-0.000013 rms=0.002561 Jy/beam ! Combined flux in latest and established models = 0.141741 Jy ! Adding 100 model components to the UV plane model. ! The established model now contains 171 components and 0.141741 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.016 mas, bmaj=10.22 mas, bpa=16.23 degrees ! Estimated noise=0.450335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000225171 Jy ! Component: 100 - total flux cleaned = 0.000599936 Jy ! Component: 150 - total flux cleaned = 0.00103879 Jy ! Component: 200 - total flux cleaned = 0.00145598 Jy ! Total flux subtracted in 200 components = 0.00145598 Jy ! Clean residual min=-0.006931 max=0.006699 Jy/beam ! Clean residual mean=-0.000007 rms=0.001783 Jy/beam ! Combined flux in latest and established models = 0.143197 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 204 components and 0.143197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188248Jy sigma=1.388669 ! Fit after self-cal, rms=0.188198Jy sigma=1.385164 wmodel /scr/pima/bg219b_uvs/J0711-0137_S_map.mod ! Writing 204 model components to file: /scr/pima/bg219b_uvs/J0711-0137_S_map.mod wobs /scr/pima/bg219b_uvs/J0711-0137_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0711-0137_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0711-0137_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219b_uvs/J0711-0137_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.00105925 Jy ! Component: 100 - total flux cleaned = -0.00161836 Jy ! Component: 150 - total flux cleaned = -0.00172585 Jy ! Component: 200 - total flux cleaned = -0.0019221 Jy ! Component: 250 - total flux cleaned = -0.00201565 Jy ! Component: 300 - total flux cleaned = -0.00210331 Jy ! Component: 350 - total flux cleaned = -0.00245162 Jy ! Component: 400 - total flux cleaned = -0.00245073 Jy ! Component: 450 - total flux cleaned = -0.00270076 Jy ! Component: 500 - total flux cleaned = -0.00270015 Jy ! Component: 550 - total flux cleaned = -0.00246264 Jy ! Component: 600 - total flux cleaned = -0.00254274 Jy ! Component: 650 - total flux cleaned = -0.00246628 Jy ! Component: 700 - total flux cleaned = -0.00246657 Jy ! Component: 750 - total flux cleaned = -0.00253996 Jy ! Component: 800 - total flux cleaned = -0.00239474 Jy ! Component: 850 - total flux cleaned = -0.00239566 Jy ! Component: 900 - total flux cleaned = -0.00253556 Jy ! Component: 950 - total flux cleaned = -0.00246483 Jy ! Component: 1000 - total flux cleaned = -0.00239589 Jy ! Component: 1050 - total flux cleaned = -0.00232808 Jy ! Component: 1100 - total flux cleaned = -0.00239468 Jy ! Component: 1150 - total flux cleaned = -0.00239496 Jy ! Component: 1200 - total flux cleaned = -0.00252493 Jy ! Component: 1250 - total flux cleaned = -0.00252562 Jy ! Component: 1300 - total flux cleaned = -0.00252624 Jy ! Component: 1350 - total flux cleaned = -0.00246374 Jy ! Component: 1400 - total flux cleaned = -0.00252573 Jy ! Component: 1450 - total flux cleaned = -0.00252561 Jy ! Component: 1500 - total flux cleaned = -0.00258586 Jy ! Component: 1550 - total flux cleaned = -0.00252522 Jy ! Component: 1600 - total flux cleaned = -0.00252543 Jy ! Component: 1650 - total flux cleaned = -0.00258487 Jy ! Component: 1700 - total flux cleaned = -0.00258515 Jy ! Component: 1750 - total flux cleaned = -0.00270161 Jy ! Component: 1800 - total flux cleaned = -0.00281692 Jy ! Component: 1850 - total flux cleaned = -0.00281616 Jy ! Component: 1900 - total flux cleaned = -0.00275928 Jy ! Component: 1950 - total flux cleaned = -0.00275907 Jy ! Component: 2000 - total flux cleaned = -0.00275923 Jy ! Component: 2050 - total flux cleaned = -0.00281442 Jy ! Component: 2100 - total flux cleaned = -0.00281421 Jy ! Component: 2150 - total flux cleaned = -0.00281409 Jy ! Component: 2200 - total flux cleaned = -0.00276008 Jy ! Component: 2250 - total flux cleaned = -0.00265264 Jy ! Component: 2300 - total flux cleaned = -0.00265245 Jy ! Component: 2350 - total flux cleaned = -0.00265205 Jy ! Component: 2400 - total flux cleaned = -0.00259927 Jy ! Component: 2450 - total flux cleaned = -0.00259921 Jy ! Component: 2500 - total flux cleaned = -0.00259915 Jy ! Component: 2550 - total flux cleaned = -0.00259934 Jy ! Component: 2600 - total flux cleaned = -0.00259987 Jy ! Component: 2650 - total flux cleaned = -0.00254893 Jy ! Component: 2700 - total flux cleaned = -0.00244751 Jy ! Component: 2750 - total flux cleaned = -0.00249806 Jy ! Component: 2800 - total flux cleaned = -0.00244761 Jy ! Component: 2850 - total flux cleaned = -0.00249705 Jy ! Component: 2900 - total flux cleaned = -0.00239779 Jy ! Component: 2950 - total flux cleaned = -0.00229918 Jy ! Component: 3000 - total flux cleaned = -0.00234824 Jy ! Component: 3050 - total flux cleaned = -0.00234824 Jy ! Component: 3100 - total flux cleaned = -0.00239694 Jy ! Component: 3150 - total flux cleaned = -0.00230026 Jy ! Component: 3200 - total flux cleaned = -0.00234862 Jy ! Component: 3250 - total flux cleaned = -0.00244428 Jy ! Component: 3300 - total flux cleaned = -0.00239642 Jy ! Component: 3350 - total flux cleaned = -0.00230182 Jy ! Component: 3400 - total flux cleaned = -0.00230204 Jy ! Component: 3450 - total flux cleaned = -0.00225531 Jy ! Component: 3500 - total flux cleaned = -0.00225538 Jy ! Component: 3550 - total flux cleaned = -0.00230192 Jy ! Component: 3600 - total flux cleaned = -0.00225568 Jy ! Component: 3650 - total flux cleaned = -0.00216349 Jy ! Component: 3700 - total flux cleaned = -0.00216354 Jy ! Component: 3750 - total flux cleaned = -0.0021177 Jy ! Component: 3800 - total flux cleaned = -0.00216289 Jy ! Component: 3850 - total flux cleaned = -0.00198196 Jy ! Component: 3900 - total flux cleaned = -0.00193686 Jy ! Component: 3950 - total flux cleaned = -0.00189223 Jy ! Component: 4000 - total flux cleaned = -0.00193694 Jy ! Component: 4050 - total flux cleaned = -0.00184807 Jy ! Total flux subtracted in 4096 components = -0.00193651 Jy ! Clean residual min=-0.002507 max=0.002485 Jy/beam ! Clean residual mean=-0.000004 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.141261 Jy keep ! Adding 429 model components to the UV plane model. ! The established model now contains 631 components and 0.141261 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0711-0137_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.016 x 10.22 at 16.23 degrees (North through East) ! Clean map min=-0.0065334 max=0.11219 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0711-0137_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112193 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000985633 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.63554 2.63554 5.27107 10.5421 21.0843 42.1686 84.3371 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0029 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.112 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 113.828 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0711-0137_S_uvs.log closed on Thu Apr 7 01:16:50 2016