! Started logfile: /scr/pima/bg219g_uvs/J1547+2052_S_uvs.log on Thu Apr 7 07:19:04 2016 obs /scr/pima/bg219g_uvs/J1547+2052_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1547+2052_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.841398 visibilities/baseline/integration-bin. ! Found source: J1547+2052 ! ! 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 3756 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/J1547+2052_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004737Jy sigma=22.863815 ! Fit after self-cal, rms=0.959846Jy sigma=21.920374 ! 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.721 mas, bmaj=7.305 mas, bpa=7.434 degrees ! Estimated noise=0.824788 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.0328486 Jy ! Component: 100 - total flux cleaned = 0.0403011 Jy ! Total flux subtracted in 100 components = 0.0403011 Jy ! Clean residual min=-0.004968 max=0.005346 Jy/beam ! Clean residual mean=0.000004 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.0403011 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0403011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058441Jy sigma=1.219861 ! Fit after self-cal, rms=0.056432Jy sigma=1.175861 ! 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.281 mas, bmaj=8.191 mas, bpa=7.225 degrees ! Estimated noise=0.557671 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.00516723 Jy ! Component: 100 - total flux cleaned = 0.00766509 Jy ! Component: 150 - total flux cleaned = 0.00889603 Jy ! Component: 200 - total flux cleaned = 0.00933473 Jy ! Total flux subtracted in 200 components = 0.00933473 Jy ! Clean residual min=-0.003657 max=0.003168 Jy/beam ! Clean residual mean=0.000004 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.0496358 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.0496358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056001Jy sigma=1.164456 ! Fit after self-cal, rms=0.056001Jy sigma=1.162714 ! 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.281 x 8.191 at 7.225 degrees (North through East) ! Clean map min=-0.0035296 max=0.045023 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* 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.87 HN 1.16 KP 1.01 LA 0.88 ! MK 0.94 NL 0.86 OV 1.07 PT 1.12 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 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* 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.056001Jy sigma=1.162714 ! Fit after self-cal, rms=0.055757Jy sigma=1.160408 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=8.169 mas, bpa=7.355 degrees ! Estimated noise=0.552755 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.000408604 Jy ! Component: 100 - total flux cleaned = 0.000522858 Jy ! Component: 150 - total flux cleaned = 0.00071309 Jy ! Component: 200 - total flux cleaned = 0.00079443 Jy ! Total flux subtracted in 200 components = 0.00079443 Jy ! Clean residual min=-0.003178 max=0.002794 Jy/beam ! Clean residual mean=0.000004 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.0504302 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 43 components and 0.0504302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055711Jy sigma=1.159304 ! Fit after self-cal, rms=0.055730Jy sigma=1.158879 ! 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.055730Jy sigma=1.158879 ! Fit after self-cal, rms=0.057249Jy sigma=1.156756 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=8.233 mas, bpa=6.907 degrees ! Estimated noise=0.566531 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000600856 Jy ! Component: 100 - total flux cleaned = 0.000689343 Jy ! Component: 150 - total flux cleaned = 0.000739213 Jy ! Component: 200 - total flux cleaned = 0.000760742 Jy ! Total flux subtracted in 200 components = 0.000760742 Jy ! Clean residual min=-0.003104 max=0.002895 Jy/beam ! Clean residual mean=0.000005 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.051191 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 47 components and 0.051191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057223Jy sigma=1.156135 ! Fit after self-cal, rms=0.057221Jy sigma=1.155868 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.000110828 Jy ! Component: 100 - total flux cleaned = 0.000111643 Jy ! Component: 150 - total flux cleaned = 0.000129012 Jy ! Component: 200 - total flux cleaned = 0.000159193 Jy ! Total flux subtracted in 200 components = 0.000159193 Jy ! Clean residual min=-0.003121 max=0.002817 Jy/beam ! Clean residual mean=0.000005 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.0513502 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 51 components and 0.0513502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057211Jy sigma=1.155605 ! Fit after self-cal, rms=0.057206Jy sigma=1.155576 ! 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.057206Jy sigma=1.155576 ! Fit after self-cal, rms=0.058408Jy sigma=1.155954 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.313 mas, bmaj=8.242 mas, bpa=6.933 degrees ! Estimated noise=0.572776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307322 Jy ! Component: 100 - total flux cleaned = 0.000325805 Jy ! Component: 150 - total flux cleaned = 0.00035755 Jy ! Component: 200 - total flux cleaned = 0.000387312 Jy ! Total flux subtracted in 200 components = 0.000387312 Jy ! Clean residual min=-0.003219 max=0.002842 Jy/beam ! Clean residual mean=0.000005 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.0517375 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 53 components and 0.0517375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058397Jy sigma=1.155722 ! Fit after self-cal, rms=0.058424Jy sigma=1.155638 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 = 1.78924e-06 Jy ! Component: 100 - total flux cleaned = 2.89266e-05 Jy ! Component: 150 - total flux cleaned = 5.43773e-05 Jy ! Component: 200 - total flux cleaned = 7.95634e-05 Jy ! Total flux subtracted in 200 components = 7.95634e-05 Jy ! Clean residual min=-0.003203 max=0.002832 Jy/beam ! Clean residual mean=0.000005 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.051817 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.051817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058420Jy sigma=1.155490 ! Fit after self-cal, rms=0.058418Jy sigma=1.155478 ! 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.058418Jy sigma=1.155478 ! Fit after self-cal, rms=0.058914Jy sigma=1.155577 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.901 mas, bmaj=11.23 mas, bpa=-2.001 degrees ! Estimated noise=0.6799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.24511e-05 Jy ! Component: 100 - total flux cleaned = 0.000120179 Jy ! Component: 150 - total flux cleaned = 0.000181762 Jy ! Component: 200 - total flux cleaned = 0.000232095 Jy ! Total flux subtracted in 200 components = 0.000232095 Jy ! Clean residual min=-0.003240 max=0.003250 Jy/beam ! Clean residual mean=0.000008 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.0520491 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.0520491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058923Jy sigma=1.155549 ! Fit after self-cal, rms=0.058924Jy sigma=1.155407 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.19842e-05 Jy ! Component: 100 - total flux cleaned = -1.65739e-05 Jy ! Component: 150 - total flux cleaned = 2.6125e-05 Jy ! Component: 200 - total flux cleaned = 5.02256e-05 Jy ! Total flux subtracted in 200 components = 5.02256e-05 Jy ! Clean residual min=-0.003199 max=0.003221 Jy/beam ! Clean residual mean=0.000008 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.0520994 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.0520994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058932Jy sigma=1.155408 ! Fit after self-cal, rms=0.058929Jy sigma=1.155303 ! 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.317 mas, bmaj=8.244 mas, bpa=6.959 degrees ! Estimated noise=0.575988 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.317 x 8.244 at 6.959 degrees (North through East) ! Clean map min=-0.0030117 max=0.04655 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.748 mas, bmaj=7.391 mas, bpa=6.848 degrees ! Estimated noise=0.860469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.036083 Jy ! Component: 100 - total flux cleaned = 0.0444999 Jy ! Component: 150 - total flux cleaned = 0.0476223 Jy ! Component: 200 - total flux cleaned = 0.0489243 Jy ! Total flux subtracted in 200 components = 0.0489243 Jy ! Clean residual min=-0.004697 max=0.005331 Jy/beam ! Clean residual mean=0.000005 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.0489243 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0489243 Jy ! Inverting map and beam ! Estimated beam: bmin=3.317 mas, bmaj=8.244 mas, bpa=6.959 degrees ! Estimated noise=0.575988 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150363 Jy ! Component: 100 - total flux cleaned = 0.00184378 Jy ! Component: 150 - total flux cleaned = 0.00203625 Jy ! Component: 200 - total flux cleaned = 0.00219167 Jy ! Total flux subtracted in 200 components = 0.00219167 Jy ! Clean residual min=-0.003289 max=0.003078 Jy/beam ! Clean residual mean=0.000006 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.0511159 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.0511159 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=6.901 mas, bmaj=11.23 mas, bpa=-2.001 degrees ! Estimated noise=0.6799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000450081 Jy ! Component: 100 - total flux cleaned = 0.000583859 Jy ! Component: 150 - total flux cleaned = 0.000694385 Jy ! Component: 200 - total flux cleaned = 0.000754306 Jy ! Total flux subtracted in 200 components = 0.000754306 Jy ! Clean residual min=-0.003231 max=0.003513 Jy/beam ! Clean residual mean=0.000009 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.0518702 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 = 2.70949e-05 Jy ! Component: 100 - total flux cleaned = 5.17388e-05 Jy ! Component: 150 - total flux cleaned = 7.42199e-05 Jy ! Component: 200 - total flux cleaned = 9.46655e-05 Jy ! Total flux subtracted in 200 components = 9.46655e-05 Jy ! Clean residual min=-0.003178 max=0.003395 Jy/beam ! Clean residual mean=0.000008 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.0519649 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 40 components and 0.0519649 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.317 mas, bmaj=8.244 mas, bpa=6.959 degrees ! Estimated noise=0.575988 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000240103 Jy ! Component: 100 - total flux cleaned = 3.99627e-05 Jy ! Component: 150 - total flux cleaned = -0.000124632 Jy ! Component: 200 - total flux cleaned = -0.000172957 Jy ! Total flux subtracted in 200 components = -0.000172957 Jy ! Clean residual min=-0.003143 max=0.002858 Jy/beam ! Clean residual mean=0.000006 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.0517919 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.0517919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058926Jy sigma=1.155602 ! Fit after self-cal, rms=0.058920Jy sigma=1.155428 wmodel /scr/pima/bg219g_uvs/J1547+2052_S_map.mod ! Writing 49 model components to file: /scr/pima/bg219g_uvs/J1547+2052_S_map.mod wobs /scr/pima/bg219g_uvs/J1547+2052_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1547+2052_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1547+2052_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219g_uvs/J1547+2052_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.000917986 Jy ! Component: 100 - total flux cleaned = -0.000626259 Jy ! Component: 150 - total flux cleaned = -0.000173322 Jy ! Component: 200 - total flux cleaned = 0.000296141 Jy ! Component: 250 - total flux cleaned = 0.000621073 Jy ! Component: 300 - total flux cleaned = 0.000815178 Jy ! Component: 350 - total flux cleaned = 0.0010011 Jy ! Component: 400 - total flux cleaned = 0.00114495 Jy ! Component: 450 - total flux cleaned = 0.00111065 Jy ! Component: 500 - total flux cleaned = 0.00111023 Jy ! Component: 550 - total flux cleaned = 0.00104488 Jy ! Component: 600 - total flux cleaned = 0.000792837 Jy ! Component: 650 - total flux cleaned = 0.000640471 Jy ! Component: 700 - total flux cleaned = 0.000551807 Jy ! Component: 750 - total flux cleaned = 0.000348826 Jy ! Component: 800 - total flux cleaned = 0.000150118 Jy ! Component: 850 - total flux cleaned = -0.000127078 Jy ! Component: 900 - total flux cleaned = -0.00031705 Jy ! Component: 950 - total flux cleaned = -0.000557276 Jy ! Component: 1000 - total flux cleaned = -0.000818827 Jy ! Component: 1050 - total flux cleaned = -0.00102407 Jy ! Component: 1100 - total flux cleaned = -0.00130046 Jy ! Component: 1150 - total flux cleaned = -0.00154701 Jy ! Component: 1200 - total flux cleaned = -0.00174085 Jy ! Component: 1250 - total flux cleaned = -0.00188374 Jy ! Component: 1300 - total flux cleaned = -0.00197739 Jy ! Component: 1350 - total flux cleaned = -0.00200024 Jy ! Component: 1400 - total flux cleaned = -0.00211449 Jy ! Component: 1450 - total flux cleaned = -0.00215974 Jy ! Component: 1500 - total flux cleaned = -0.00224847 Jy ! Component: 1550 - total flux cleaned = -0.00235767 Jy ! Component: 1600 - total flux cleaned = -0.00248645 Jy ! Component: 1650 - total flux cleaned = -0.0026555 Jy ! Component: 1700 - total flux cleaned = -0.00269674 Jy ! Component: 1750 - total flux cleaned = -0.00269714 Jy ! Component: 1800 - total flux cleaned = -0.00273783 Jy ! Component: 1850 - total flux cleaned = -0.00277791 Jy ! Component: 1900 - total flux cleaned = -0.00281763 Jy ! Component: 1950 - total flux cleaned = -0.00285693 Jy ! Component: 2000 - total flux cleaned = -0.00285689 Jy ! Component: 2050 - total flux cleaned = -0.00285684 Jy ! Component: 2100 - total flux cleaned = -0.00285685 Jy ! Component: 2150 - total flux cleaned = -0.00280033 Jy ! Component: 2200 - total flux cleaned = -0.0027445 Jy ! Component: 2250 - total flux cleaned = -0.00276316 Jy ! Component: 2300 - total flux cleaned = -0.0027448 Jy ! Component: 2350 - total flux cleaned = -0.00272676 Jy ! Component: 2400 - total flux cleaned = -0.00270868 Jy ! Component: 2450 - total flux cleaned = -0.00269088 Jy ! Component: 2500 - total flux cleaned = -0.00267344 Jy ! Component: 2550 - total flux cleaned = -0.00267348 Jy ! Component: 2600 - total flux cleaned = -0.00269091 Jy ! Component: 2650 - total flux cleaned = -0.00270822 Jy ! Component: 2700 - total flux cleaned = -0.00270816 Jy ! Component: 2750 - total flux cleaned = -0.00270811 Jy ! Component: 2800 - total flux cleaned = -0.00267454 Jy ! Component: 2850 - total flux cleaned = -0.00269133 Jy ! Component: 2900 - total flux cleaned = -0.00267472 Jy ! Component: 2950 - total flux cleaned = -0.00265839 Jy ! Component: 3000 - total flux cleaned = -0.00267475 Jy ! Component: 3050 - total flux cleaned = -0.00262597 Jy ! Component: 3100 - total flux cleaned = -0.00262605 Jy ! Component: 3150 - total flux cleaned = -0.00260996 Jy ! Component: 3200 - total flux cleaned = -0.00260996 Jy ! Component: 3250 - total flux cleaned = -0.00257799 Jy ! Component: 3300 - total flux cleaned = -0.00256207 Jy ! Component: 3350 - total flux cleaned = -0.00253049 Jy ! Component: 3400 - total flux cleaned = -0.00251477 Jy ! Component: 3450 - total flux cleaned = -0.00248343 Jy ! Component: 3500 - total flux cleaned = -0.00242077 Jy ! Component: 3550 - total flux cleaned = -0.0024052 Jy ! Component: 3600 - total flux cleaned = -0.0023897 Jy ! Component: 3650 - total flux cleaned = -0.00238975 Jy ! Component: 3700 - total flux cleaned = -0.00234343 Jy ! Component: 3750 - total flux cleaned = -0.00231257 Jy ! Component: 3800 - total flux cleaned = -0.0023126 Jy ! Component: 3850 - total flux cleaned = -0.00232797 Jy ! Component: 3900 - total flux cleaned = -0.00237395 Jy ! Component: 3950 - total flux cleaned = -0.00235868 Jy ! Component: 4000 - total flux cleaned = -0.00238925 Jy ! Component: 4050 - total flux cleaned = -0.00243506 Jy ! Total flux subtracted in 4096 components = -0.00249619 Jy ! Clean residual min=-0.001116 max=0.000798 Jy/beam ! Clean residual mean=0.000002 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.0492957 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 328 components and 0.0492958 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1547+2052_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.317 x 8.244 at 6.959 degrees (North through East) ! Clean map min=-0.0022006 max=0.046664 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1547+2052_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0466636 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259843 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.67053 1.67053 3.34106 6.68212 13.3642 26.7285 53.457 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 179.583 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1547+2052_S_uvs.log closed on Thu Apr 7 07:19:08 2016