! Started logfile: /scr/pima/bg219g_uvs/J1054+3928_S_uvs.log on Thu Apr 7 07:13:58 2016 obs /scr/pima/bg219g_uvs/J1054+3928_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1054+3928_S_uva.fits ! AN table 1: 24 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.83912 visibilities/baseline/integration-bin. ! Found source: J1054+3928 ! ! 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 2900 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219g_uvs/J1054+3928_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.016916Jy sigma=23.650127 ! Fit after self-cal, rms=0.891341Jy sigma=20.571780 ! 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.945 mas, bmaj=9.633 mas, bpa=-58.16 degrees ! Estimated noise=0.978399 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.0916239 Jy ! Component: 100 - total flux cleaned = 0.111709 Jy ! Total flux subtracted in 100 components = 0.111709 Jy ! Clean residual min=-0.011922 max=0.016679 Jy/beam ! Clean residual mean=-0.000050 rms=0.003277 Jy/beam ! Combined flux in latest and established models = 0.111709 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.111709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086354Jy sigma=1.902961 ! Fit after self-cal, rms=0.086021Jy sigma=1.895031 ! 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.153 mas, bmaj=10.19 mas, bpa=-60.21 degrees ! Estimated noise=0.59869 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.00171672 Jy ! Component: 100 - total flux cleaned = 0.000488078 Jy ! Component: 150 - total flux cleaned = -0.000545771 Jy ! Component: 200 - total flux cleaned = -0.000994675 Jy ! Total flux subtracted in 200 components = -0.000994675 Jy ! Clean residual min=-0.008750 max=0.019019 Jy/beam ! Clean residual mean=-0.000147 rms=0.003786 Jy/beam ! Combined flux in latest and established models = 0.110714 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.110714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085700Jy sigma=1.880457 ! Fit after self-cal, rms=0.085688Jy sigma=1.880312 ! 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.153 x 10.19 at -60.21 degrees (North through East) ! Clean map min=-0.0086035 max=0.11921 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* ! ! ! 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* MK 1.00* NL 1.00* OV 1.00* ! PT 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* MK 1.00* NL 1.00* OV 1.00* ! PT 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* ! ! ! Fit before self-cal, rms=0.085688Jy sigma=1.880312 ! Fit after self-cal, rms=0.085688Jy sigma=1.880312 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=10.19 mas, bpa=-60.21 degrees ! Estimated noise=0.59869 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 (-22, 73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173846 Jy ! Component: 100 - total flux cleaned = 0.026447 Jy ! Component: 150 - total flux cleaned = 0.0319652 Jy ! Component: 200 - total flux cleaned = 0.0343413 Jy ! Total flux subtracted in 200 components = 0.0343413 Jy ! Clean residual min=-0.007159 max=0.013082 Jy/beam ! Clean residual mean=-0.000060 rms=0.002411 Jy/beam ! Combined flux in latest and established models = 0.145056 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 65 components and 0.145056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081854Jy sigma=1.797992 ! Fit after self-cal, rms=0.081251Jy sigma=1.782466 ! 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.081251Jy sigma=1.782466 ! Fit after self-cal, rms=0.081251Jy sigma=1.782466 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=10.19 mas, bpa=-60.21 degrees ! Estimated noise=0.59869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00616098 Jy ! Component: 100 - total flux cleaned = 0.008047 Jy ! Component: 150 - total flux cleaned = 0.0082833 Jy ! Component: 200 - total flux cleaned = 0.00859069 Jy ! Total flux subtracted in 200 components = 0.00859069 Jy ! Clean residual min=-0.006048 max=0.009564 Jy/beam ! Clean residual mean=-0.000042 rms=0.001995 Jy/beam ! Combined flux in latest and established models = 0.153646 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 99 components and 0.153646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080590Jy sigma=1.771284 ! Fit after self-cal, rms=0.080502Jy sigma=1.769072 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 (60.5, -76). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00628356 Jy ! Component: 100 - total flux cleaned = 0.00648568 Jy ! Component: 150 - total flux cleaned = 0.00631661 Jy ! Component: 200 - total flux cleaned = 0.00618509 Jy ! Total flux subtracted in 200 components = 0.00618509 Jy ! Clean residual min=-0.005247 max=0.006178 Jy/beam ! Clean residual mean=-0.000022 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.159831 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 119 components and 0.159831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079394Jy sigma=1.748102 ! Fit after self-cal, rms=0.079292Jy sigma=1.745485 ! 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.079292Jy sigma=1.745485 ! Fit after self-cal, rms=0.079292Jy sigma=1.745485 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.153 mas, bmaj=10.19 mas, bpa=-60.21 degrees ! Estimated noise=0.59869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160957 Jy ! Component: 100 - total flux cleaned = 0.00148872 Jy ! Component: 150 - total flux cleaned = 0.00158755 Jy ! Component: 200 - total flux cleaned = 0.00130746 Jy ! Total flux subtracted in 200 components = 0.00130746 Jy ! Clean residual min=-0.004595 max=0.005305 Jy/beam ! Clean residual mean=-0.000015 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.161139 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 135 components and 0.161139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078957Jy sigma=1.739207 ! Fit after self-cal, rms=0.078925Jy sigma=1.738565 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.000319172 Jy ! Component: 100 - total flux cleaned = 0.000407765 Jy ! Component: 150 - total flux cleaned = 0.000171207 Jy ! Component: 200 - total flux cleaned = 2.67345e-05 Jy ! Total flux subtracted in 200 components = 2.67345e-05 Jy ! Clean residual min=-0.004432 max=0.004776 Jy/beam ! Clean residual mean=-0.000014 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.161166 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 151 components and 0.161166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078751Jy sigma=1.735422 ! Fit after self-cal, rms=0.078736Jy sigma=1.735150 ! 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.078736Jy sigma=1.735150 ! Fit after self-cal, rms=0.079626Jy sigma=1.729625 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.281 mas, bmaj=11.92 mas, bpa=-83.98 degrees ! Estimated noise=0.686615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000461505 Jy ! Component: 100 - total flux cleaned = -0.000983171 Jy ! Component: 150 - total flux cleaned = -0.00138294 Jy ! Component: 200 - total flux cleaned = -0.00174645 Jy ! Total flux subtracted in 200 components = -0.00174645 Jy ! Clean residual min=-0.004059 max=0.003674 Jy/beam ! Clean residual mean=-0.000026 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.159419 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 170 components and 0.159419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079562Jy sigma=1.728116 ! Fit after self-cal, rms=0.079627Jy sigma=1.727892 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.000110211 Jy ! Component: 100 - total flux cleaned = -0.000402268 Jy ! Component: 150 - total flux cleaned = -0.000584854 Jy ! Component: 200 - total flux cleaned = -0.000716077 Jy ! Total flux subtracted in 200 components = -0.000716077 Jy ! Clean residual min=-0.003801 max=0.003547 Jy/beam ! Clean residual mean=-0.000028 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.158703 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 181 components and 0.158703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079585Jy sigma=1.727021 ! Fit after self-cal, rms=0.079594Jy sigma=1.726979 ! 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.126 mas, bmaj=10.19 mas, bpa=-60.16 degrees ! Estimated noise=0.601021 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.126 x 10.19 at -60.16 degrees (North through East) ! Clean map min=-0.0043707 max=0.11021 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.932 mas, bmaj=9.651 mas, bpa=-58.19 degrees ! Estimated noise=0.970094 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0911537 Jy ! Component: 100 - total flux cleaned = 0.116821 Jy ! Component: 150 - total flux cleaned = 0.130549 Jy ! Component: 200 - total flux cleaned = 0.136756 Jy ! Total flux subtracted in 200 components = 0.136756 Jy ! Clean residual min=-0.007865 max=0.009337 Jy/beam ! Clean residual mean=-0.000023 rms=0.002175 Jy/beam ! Combined flux in latest and established models = 0.136756 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.136756 Jy ! Inverting map and beam ! Estimated beam: bmin=4.126 mas, bmaj=10.19 mas, bpa=-60.16 degrees ! Estimated noise=0.601021 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 (-67.5, -52). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116685 Jy ! Component: 100 - total flux cleaned = 0.0169214 Jy ! Component: 150 - total flux cleaned = 0.0196478 Jy ! Component: 200 - total flux cleaned = 0.0199658 Jy ! Total flux subtracted in 200 components = 0.0199658 Jy ! Clean residual min=-0.004421 max=0.005127 Jy/beam ! Clean residual mean=-0.000027 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.156722 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 67 components and 0.156722 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.281 mas, bmaj=11.92 mas, bpa=-83.98 degrees ! Estimated noise=0.686615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00096942 Jy ! Component: 100 - total flux cleaned = 0.000737153 Jy ! Component: 150 - total flux cleaned = 0.000237492 Jy ! Component: 200 - total flux cleaned = -0.000110243 Jy ! Total flux subtracted in 200 components = -0.000110243 Jy ! Clean residual min=-0.004042 max=0.004376 Jy/beam ! Clean residual mean=-0.000043 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.156612 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.000155286 Jy ! Component: 100 - total flux cleaned = -8.31585e-05 Jy ! Component: 150 - total flux cleaned = -8.31427e-05 Jy ! Component: 200 - total flux cleaned = 0.000103087 Jy ! Total flux subtracted in 200 components = 0.000103087 Jy ! Clean residual min=-0.003825 max=0.003779 Jy/beam ! Clean residual mean=-0.000040 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.156715 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 115 components and 0.156715 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.126 mas, bmaj=10.19 mas, bpa=-60.16 degrees ! Estimated noise=0.601021 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000579153 Jy ! Component: 100 - total flux cleaned = -0.000497847 Jy ! Component: 150 - total flux cleaned = -0.00010141 Jy ! Component: 200 - total flux cleaned = 0.000338898 Jy ! Total flux subtracted in 200 components = 0.000338898 Jy ! Clean residual min=-0.003656 max=0.004139 Jy/beam ! Clean residual mean=-0.000024 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.157053 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.157053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079648Jy sigma=1.728213 ! Fit after self-cal, rms=0.079587Jy sigma=1.726944 wmodel /scr/pima/bg219g_uvs/J1054+3928_S_map.mod ! Writing 128 model components to file: /scr/pima/bg219g_uvs/J1054+3928_S_map.mod wobs /scr/pima/bg219g_uvs/J1054+3928_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1054+3928_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1054+3928_S_map.win ! wwins: Wrote 4 windows to /scr/pima/bg219g_uvs/J1054+3928_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.000138781 Jy ! Component: 100 - total flux cleaned = 8.20038e-05 Jy ! Component: 150 - total flux cleaned = -2.88842e-05 Jy ! Component: 200 - total flux cleaned = -3.03226e-05 Jy ! Component: 250 - total flux cleaned = -0.000133876 Jy ! Component: 300 - total flux cleaned = -0.000132073 Jy ! Component: 350 - total flux cleaned = -8.31425e-05 Jy ! Component: 400 - total flux cleaned = -8.30524e-05 Jy ! Component: 450 - total flux cleaned = -8.34015e-05 Jy ! Component: 500 - total flux cleaned = -0.000168411 Jy ! Component: 550 - total flux cleaned = -8.4413e-05 Jy ! Component: 600 - total flux cleaned = -4.33235e-05 Jy ! Component: 650 - total flux cleaned = -0.000121441 Jy ! Component: 700 - total flux cleaned = -8.28597e-05 Jy ! Component: 750 - total flux cleaned = -0.000119691 Jy ! Component: 800 - total flux cleaned = -8.39207e-05 Jy ! Component: 850 - total flux cleaned = -0.000119537 Jy ! Component: 900 - total flux cleaned = -8.42756e-05 Jy ! Component: 950 - total flux cleaned = 5.03898e-05 Jy ! Component: 1000 - total flux cleaned = 0.000115836 Jy ! Component: 1050 - total flux cleaned = 0.000211908 Jy ! Component: 1100 - total flux cleaned = 0.000274653 Jy ! Component: 1150 - total flux cleaned = 0.000274961 Jy ! Component: 1200 - total flux cleaned = 0.000305587 Jy ! Component: 1250 - total flux cleaned = 0.000394964 Jy ! Component: 1300 - total flux cleaned = 0.000482546 Jy ! Component: 1350 - total flux cleaned = 0.000597665 Jy ! Component: 1400 - total flux cleaned = 0.000739357 Jy ! Component: 1450 - total flux cleaned = 0.000767215 Jy ! Component: 1500 - total flux cleaned = 0.000849598 Jy ! Component: 1550 - total flux cleaned = 0.00087686 Jy ! Component: 1600 - total flux cleaned = 0.000904094 Jy ! Component: 1650 - total flux cleaned = 0.000931036 Jy ! Component: 1700 - total flux cleaned = 0.00101002 Jy ! Component: 1750 - total flux cleaned = 0.00106165 Jy ! Component: 1800 - total flux cleaned = 0.00113832 Jy ! Component: 1850 - total flux cleaned = 0.00123924 Jy ! Component: 1900 - total flux cleaned = 0.0012389 Jy ! Component: 1950 - total flux cleaned = 0.00123902 Jy ! Component: 2000 - total flux cleaned = 0.00126343 Jy ! Component: 2050 - total flux cleaned = 0.00128787 Jy ! Component: 2100 - total flux cleaned = 0.00133571 Jy ! Component: 2150 - total flux cleaned = 0.00124108 Jy ! Component: 2200 - total flux cleaned = 0.00121773 Jy ! Component: 2250 - total flux cleaned = 0.00119481 Jy ! Component: 2300 - total flux cleaned = 0.00114904 Jy ! Component: 2350 - total flux cleaned = 0.00117204 Jy ! Component: 2400 - total flux cleaned = 0.00117221 Jy ! Component: 2450 - total flux cleaned = 0.00114964 Jy ! Component: 2500 - total flux cleaned = 0.00108339 Jy ! Component: 2550 - total flux cleaned = 0.00101766 Jy ! Component: 2600 - total flux cleaned = 0.00101769 Jy ! Component: 2650 - total flux cleaned = 0.00101753 Jy ! Component: 2700 - total flux cleaned = 0.000996068 Jy ! Component: 2750 - total flux cleaned = 0.000974787 Jy ! Component: 2800 - total flux cleaned = 0.000932793 Jy ! Component: 2850 - total flux cleaned = 0.000953592 Jy ! Component: 2900 - total flux cleaned = 0.000953581 Jy ! Component: 2950 - total flux cleaned = 0.00093295 Jy ! Component: 3000 - total flux cleaned = 0.000953509 Jy ! Component: 3050 - total flux cleaned = 0.000953298 Jy ! Component: 3100 - total flux cleaned = 0.000973796 Jy ! Component: 3150 - total flux cleaned = 0.000973772 Jy ! Component: 3200 - total flux cleaned = 0.000933232 Jy ! Component: 3250 - total flux cleaned = 0.000933283 Jy ! Component: 3300 - total flux cleaned = 0.000913215 Jy ! Component: 3350 - total flux cleaned = 0.00091321 Jy ! Component: 3400 - total flux cleaned = 0.00089331 Jy ! Component: 3450 - total flux cleaned = 0.000833766 Jy ! Component: 3500 - total flux cleaned = 0.000814079 Jy ! Component: 3550 - total flux cleaned = 0.00081412 Jy ! Component: 3600 - total flux cleaned = 0.000814057 Jy ! Component: 3650 - total flux cleaned = 0.000755066 Jy ! Component: 3700 - total flux cleaned = 0.000715788 Jy ! Component: 3750 - total flux cleaned = 0.000735451 Jy ! Component: 3800 - total flux cleaned = 0.00065707 Jy ! Component: 3850 - total flux cleaned = 0.000617811 Jy ! Component: 3900 - total flux cleaned = 0.000578691 Jy ! Component: 3950 - total flux cleaned = 0.000539627 Jy ! Component: 4000 - total flux cleaned = 0.000539607 Jy ! Component: 4050 - total flux cleaned = 0.000422447 Jy ! Total flux subtracted in 4096 components = 0.000383469 Jy ! Clean residual min=-0.001044 max=0.001165 Jy/beam ! Clean residual mean=-0.000018 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.157437 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 393 components and 0.157437 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1054+3928_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.126 x 10.19 at -60.16 degrees (North through East) ! Clean map min=-0.0039514 max=0.10457 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1054+3928_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.104567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000326496 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.936711 0.936711 1.87342 3.74684 7.49369 14.9874 29.9747 59.9495 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.104 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 320.269 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1054+3928_S_uvs.log closed on Thu Apr 7 07:14:02 2016