! Started logfile: /scr/pima/bg219h_uvs/J0210-0737_S_uvs.log on Thu Apr 7 08:50:00 2016 obs /scr/pima/bg219h_uvs/J0210-0737_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0210-0737_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.703333 visibilities/baseline/integration-bin. ! Found source: J0210-0737 ! ! 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 7596 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/bg219h_uvs/J0210-0737_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997006Jy sigma=22.224105 ! Fit after self-cal, rms=0.921579Jy sigma=20.515936 ! 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.885 mas, bmaj=7.016 mas, bpa=2.719 degrees ! Estimated noise=0.561092 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.0611093 Jy ! Component: 100 - total flux cleaned = 0.0749481 Jy ! Total flux subtracted in 100 components = 0.0749481 Jy ! Clean residual min=-0.005597 max=0.011400 Jy/beam ! Clean residual mean=0.000008 rms=0.001594 Jy/beam ! Combined flux in latest and established models = 0.0749481 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0749481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067076Jy sigma=1.436899 ! Fit after self-cal, rms=0.066835Jy sigma=1.431481 ! Inverting map ! Added new window around map position (7.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00991867 Jy ! Component: 100 - total flux cleaned = 0.0154474 Jy ! Total flux subtracted in 100 components = 0.0154474 Jy ! Clean residual min=-0.004983 max=0.005420 Jy/beam ! Clean residual mean=0.000005 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.0903955 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.0903955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065117Jy sigma=1.389809 ! Fit after self-cal, rms=0.064945Jy sigma=1.385714 ! 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.417 mas, bmaj=8.022 mas, bpa=1.526 degrees ! Estimated noise=0.386805 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.0062527 Jy ! Component: 100 - total flux cleaned = 0.00990943 Jy ! Component: 150 - total flux cleaned = 0.012268 Jy ! Component: 200 - total flux cleaned = 0.0133312 Jy ! Total flux subtracted in 200 components = 0.0133312 Jy ! Clean residual min=-0.004102 max=0.005274 Jy/beam ! Clean residual mean=0.000009 rms=0.001358 Jy/beam ! Combined flux in latest and established models = 0.103727 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.103727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064322Jy sigma=1.370697 ! Fit after self-cal, rms=0.064271Jy sigma=1.369245 ! 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.417 x 8.022 at 1.526 degrees (North through East) ! Clean map min=-0.0039734 max=0.078949 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* MK 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 0.90 FD 1.00* HN 0.98 KP 0.96 ! LA 1.17 MK 1.06 NL 1.07 OV 0.93 ! PT 0.95 SC 1.02 ! ! ! 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* 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 1.00* FD 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* ! ! ! Fit before self-cal, rms=0.064271Jy sigma=1.369245 ! Fit after self-cal, rms=0.064453Jy sigma=1.365437 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.428 mas, bmaj=8.028 mas, bpa=1.659 degrees ! Estimated noise=0.385838 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.000470888 Jy ! Component: 100 - total flux cleaned = 0.000471639 Jy ! Component: 150 - total flux cleaned = 0.000520258 Jy ! Component: 200 - total flux cleaned = 0.000605411 Jy ! Total flux subtracted in 200 components = 0.000605411 Jy ! Clean residual min=-0.003621 max=0.005151 Jy/beam ! Clean residual mean=0.000011 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.104332 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 58 components and 0.104332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064366Jy sigma=1.363649 ! Fit after self-cal, rms=0.064386Jy sigma=1.363262 ! 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.064386Jy sigma=1.363262 ! Fit after self-cal, rms=0.062286Jy sigma=1.356926 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.453 mas, bmaj=8.081 mas, bpa=1.827 degrees ! Estimated noise=0.373266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00233134 Jy ! Component: 100 - total flux cleaned = -0.00366434 Jy ! Component: 150 - total flux cleaned = -0.00418431 Jy ! Component: 200 - total flux cleaned = -0.00445473 Jy ! Total flux subtracted in 200 components = -0.00445473 Jy ! Clean residual min=-0.003041 max=0.004880 Jy/beam ! Clean residual mean=0.000005 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.0998774 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 70 components and 0.0998774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062168Jy sigma=1.355069 ! Fit after self-cal, rms=0.062157Jy sigma=1.354859 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 (51, 87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00457371 Jy ! Component: 100 - total flux cleaned = 0.00717105 Jy ! Component: 150 - total flux cleaned = 0.00888753 Jy ! Component: 200 - total flux cleaned = 0.00998294 Jy ! Total flux subtracted in 200 components = 0.00998294 Jy ! Clean residual min=-0.002824 max=0.003717 Jy/beam ! Clean residual mean=0.000007 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.10986 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 108 components and 0.10986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061748Jy sigma=1.347363 ! Fit after self-cal, rms=0.061697Jy sigma=1.345755 ! 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.061697Jy sigma=1.345755 ! Fit after self-cal, rms=0.061420Jy sigma=1.345228 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.46 mas, bmaj=8.101 mas, bpa=1.808 degrees ! Estimated noise=0.370714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122128 Jy ! Component: 100 - total flux cleaned = 0.00171881 Jy ! Component: 150 - total flux cleaned = 0.00185719 Jy ! Component: 200 - total flux cleaned = 0.00196919 Jy ! Total flux subtracted in 200 components = 0.00196919 Jy ! Clean residual min=-0.002618 max=0.003253 Jy/beam ! Clean residual mean=0.000007 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.11183 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 132 components and 0.11183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061308Jy sigma=1.343784 ! Fit after self-cal, rms=0.061307Jy sigma=1.343491 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.000812669 Jy ! Component: 100 - total flux cleaned = 0.000877751 Jy ! Component: 150 - total flux cleaned = 0.000936475 Jy ! Component: 200 - total flux cleaned = 0.00101796 Jy ! Total flux subtracted in 200 components = 0.00101796 Jy ! Clean residual min=-0.002618 max=0.003258 Jy/beam ! Clean residual mean=0.000008 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 0.112847 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 146 components and 0.112848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061261Jy sigma=1.342966 ! Fit after self-cal, rms=0.061261Jy sigma=1.342879 ! 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.061261Jy sigma=1.342879 ! Fit after self-cal, rms=0.061172Jy sigma=1.342751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.413 mas, bmaj=13.31 mas, bpa=-0.1841 degrees ! Estimated noise=0.454971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103328 Jy ! Component: 100 - total flux cleaned = 0.00112537 Jy ! Component: 150 - total flux cleaned = 0.00115992 Jy ! Component: 200 - total flux cleaned = 0.00123896 Jy ! Total flux subtracted in 200 components = 0.00123896 Jy ! Clean residual min=-0.003809 max=0.004311 Jy/beam ! Clean residual mean=0.000017 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.114086 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 154 components and 0.114086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061146Jy sigma=1.342671 ! Fit after self-cal, rms=0.061138Jy sigma=1.342428 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.000296158 Jy ! Component: 100 - total flux cleaned = 0.000551672 Jy ! Component: 150 - total flux cleaned = 0.00071513 Jy ! Component: 200 - total flux cleaned = 0.00077714 Jy ! Total flux subtracted in 200 components = 0.00077714 Jy ! Clean residual min=-0.003812 max=0.004254 Jy/beam ! Clean residual mean=0.000017 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.114864 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 163 components and 0.114864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061130Jy sigma=1.342491 ! Fit after self-cal, rms=0.061127Jy sigma=1.342410 ! 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.461 mas, bmaj=8.105 mas, bpa=1.832 degrees ! Estimated noise=0.369795 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 8.105 at 1.832 degrees (North through East) ! Clean map min=-0.0027824 max=0.075661 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.912 mas, bmaj=7.075 mas, bpa=3.089 degrees ! Estimated noise=0.540336 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0584517 Jy ! Component: 100 - total flux cleaned = 0.0748543 Jy ! Component: 150 - total flux cleaned = 0.0834097 Jy ! Component: 200 - total flux cleaned = 0.0896937 Jy ! Total flux subtracted in 200 components = 0.0896937 Jy ! Clean residual min=-0.004436 max=0.004265 Jy/beam ! Clean residual mean=0.000004 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.0896936 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0896936 Jy ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=8.105 mas, bpa=1.832 degrees ! Estimated noise=0.369795 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 (73.5, -115). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00673548 Jy ! Component: 100 - total flux cleaned = 0.0116932 Jy ! Component: 150 - total flux cleaned = 0.0155403 Jy ! Component: 200 - total flux cleaned = 0.018474 Jy ! Total flux subtracted in 200 components = 0.018474 Jy ! Clean residual min=-0.003078 max=0.003846 Jy/beam ! Clean residual mean=0.000007 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.108168 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 69 components and 0.108168 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.413 mas, bmaj=13.31 mas, bpa=-0.1841 degrees ! Estimated noise=0.454971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00386888 Jy ! Component: 100 - total flux cleaned = 0.00621159 Jy ! Component: 150 - total flux cleaned = 0.00714308 Jy ! Component: 200 - total flux cleaned = 0.00785769 Jy ! Total flux subtracted in 200 components = 0.00785769 Jy ! Clean residual min=-0.003623 max=0.004535 Jy/beam ! Clean residual mean=0.000013 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.116025 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.000369415 Jy ! Component: 100 - total flux cleaned = 0.000696189 Jy ! Component: 150 - total flux cleaned = 0.00103195 Jy ! Component: 200 - total flux cleaned = 0.00124371 Jy ! Total flux subtracted in 200 components = 0.00124371 Jy ! Clean residual min=-0.003496 max=0.004220 Jy/beam ! Clean residual mean=0.000014 rms=0.001283 Jy/beam ! Combined flux in latest and established models = 0.117269 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 110 components and 0.117269 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=8.105 mas, bpa=1.832 degrees ! Estimated noise=0.369795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000302483 Jy ! Component: 100 - total flux cleaned = 0.000499817 Jy ! Component: 150 - total flux cleaned = 0.000544025 Jy ! Component: 200 - total flux cleaned = 0.000504812 Jy ! Total flux subtracted in 200 components = 0.000504812 Jy ! Clean residual min=-0.002646 max=0.003218 Jy/beam ! Clean residual mean=0.000006 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.117774 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.117774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061050Jy sigma=1.341890 ! Fit after self-cal, rms=0.061015Jy sigma=1.340567 wmodel /scr/pima/bg219h_uvs/J0210-0737_S_map.mod ! Writing 126 model components to file: /scr/pima/bg219h_uvs/J0210-0737_S_map.mod wobs /scr/pima/bg219h_uvs/J0210-0737_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0210-0737_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0210-0737_S_map.win ! wwins: Wrote 4 windows to /scr/pima/bg219h_uvs/J0210-0737_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.000678921 Jy ! Component: 100 - total flux cleaned = 0.00139903 Jy ! Component: 150 - total flux cleaned = 0.00176095 Jy ! Component: 200 - total flux cleaned = 0.00193099 Jy ! Component: 250 - total flux cleaned = 0.00193082 Jy ! Component: 300 - total flux cleaned = 0.00189135 Jy ! Component: 350 - total flux cleaned = 0.00200717 Jy ! Component: 400 - total flux cleaned = 0.00215602 Jy ! Component: 450 - total flux cleaned = 0.00215603 Jy ! Component: 500 - total flux cleaned = 0.00233387 Jy ! Component: 550 - total flux cleaned = 0.00247267 Jy ! Component: 600 - total flux cleaned = 0.00260818 Jy ! Component: 650 - total flux cleaned = 0.00274128 Jy ! Component: 700 - total flux cleaned = 0.00293496 Jy ! Component: 750 - total flux cleaned = 0.0029977 Jy ! Component: 800 - total flux cleaned = 0.00306009 Jy ! Component: 850 - total flux cleaned = 0.00321243 Jy ! Component: 900 - total flux cleaned = 0.00327219 Jy ! Component: 950 - total flux cleaned = 0.00330237 Jy ! Component: 1000 - total flux cleaned = 0.00338929 Jy ! Component: 1050 - total flux cleaned = 0.00352953 Jy ! Component: 1100 - total flux cleaned = 0.00352962 Jy ! Component: 1150 - total flux cleaned = 0.0037184 Jy ! Component: 1200 - total flux cleaned = 0.00377115 Jy ! Component: 1250 - total flux cleaned = 0.00384894 Jy ! Component: 1300 - total flux cleaned = 0.00382351 Jy ! Component: 1350 - total flux cleaned = 0.00387505 Jy ! Component: 1400 - total flux cleaned = 0.00402445 Jy ! Component: 1450 - total flux cleaned = 0.00407288 Jy ! Component: 1500 - total flux cleaned = 0.00416935 Jy ! Component: 1550 - total flux cleaned = 0.00424044 Jy ! Component: 1600 - total flux cleaned = 0.0043573 Jy ! Component: 1650 - total flux cleaned = 0.00447278 Jy ! Component: 1700 - total flux cleaned = 0.00460843 Jy ! Component: 1750 - total flux cleaned = 0.00476534 Jy ! Component: 1800 - total flux cleaned = 0.00485369 Jy ! Component: 1850 - total flux cleaned = 0.00502829 Jy ! Component: 1900 - total flux cleaned = 0.00504954 Jy ! Component: 1950 - total flux cleaned = 0.00515552 Jy ! Component: 2000 - total flux cleaned = 0.00523981 Jy ! Component: 2050 - total flux cleaned = 0.00532279 Jy ! Component: 2100 - total flux cleaned = 0.00534318 Jy ! Component: 2150 - total flux cleaned = 0.00550503 Jy ! Component: 2200 - total flux cleaned = 0.00556469 Jy ! Component: 2250 - total flux cleaned = 0.00558441 Jy ! Component: 2300 - total flux cleaned = 0.00566248 Jy ! Component: 2350 - total flux cleaned = 0.00572006 Jy ! Component: 2400 - total flux cleaned = 0.0057582 Jy ! Component: 2450 - total flux cleaned = 0.00587091 Jy ! Component: 2500 - total flux cleaned = 0.0059452 Jy ! Component: 2550 - total flux cleaned = 0.00598219 Jy ! Component: 2600 - total flux cleaned = 0.00610945 Jy ! Component: 2650 - total flux cleaned = 0.00614536 Jy ! Component: 2700 - total flux cleaned = 0.00621649 Jy ! Component: 2750 - total flux cleaned = 0.0063044 Jy ! Component: 2800 - total flux cleaned = 0.00637413 Jy ! Component: 2850 - total flux cleaned = 0.00647738 Jy ! Component: 2900 - total flux cleaned = 0.00652849 Jy ! Component: 2950 - total flux cleaned = 0.00659614 Jy ! Component: 3000 - total flux cleaned = 0.00667992 Jy ! Component: 3050 - total flux cleaned = 0.00676266 Jy ! Component: 3100 - total flux cleaned = 0.00682815 Jy ! Component: 3150 - total flux cleaned = 0.00682806 Jy ! Component: 3200 - total flux cleaned = 0.00690872 Jy ! Component: 3250 - total flux cleaned = 0.00703621 Jy ! Component: 3300 - total flux cleaned = 0.0070517 Jy ! Component: 3350 - total flux cleaned = 0.0071299 Jy ! Component: 3400 - total flux cleaned = 0.00711441 Jy ! Component: 3450 - total flux cleaned = 0.00720695 Jy ! Component: 3500 - total flux cleaned = 0.00728327 Jy ! Component: 3550 - total flux cleaned = 0.00734381 Jy ! Component: 3600 - total flux cleaned = 0.00738894 Jy ! Component: 3650 - total flux cleaned = 0.00741866 Jy ! Component: 3700 - total flux cleaned = 0.00746304 Jy ! Component: 3750 - total flux cleaned = 0.007507 Jy ! Component: 3800 - total flux cleaned = 0.00757984 Jy ! Component: 3850 - total flux cleaned = 0.0076376 Jy ! Component: 3900 - total flux cleaned = 0.00769516 Jy ! Component: 3950 - total flux cleaned = 0.00776644 Jy ! Component: 4000 - total flux cleaned = 0.00782307 Jy ! Component: 4050 - total flux cleaned = 0.00785101 Jy ! Total flux subtracted in 4096 components = 0.00793465 Jy ! Clean residual min=-0.000843 max=0.000839 Jy/beam ! Clean residual mean=0.000004 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.125709 Jy keep ! Adding 345 model components to the UV plane model. ! The established model now contains 471 components and 0.125709 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0210-0737_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 8.105 at 1.832 degrees (North through East) ! Clean map min=-0.0017151 max=0.072099 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0210-0737_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0720994 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000261915 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08981 1.08981 2.17962 4.35923 8.71846 17.4369 34.8739 69.7477 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.072 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 275.277 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0210-0737_S_uvs.log closed on Thu Apr 7 08:50:04 2016