! Started logfile: /scr/pima/bg219a_uvs/J0943+6150_S_uvs.log on Wed Apr 6 22:51:13 2016 obs /scr/pima/bg219a_uvs/J0943+6150_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0943+6150_S_uva.fits ! AN table 1: 58 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.833333 visibilities/baseline/integration-bin. ! Found source: J0943+6150 ! ! 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 49 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/bg219a_uvs/J0943+6150_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997279Jy sigma=25.696286 ! Fit after self-cal, rms=0.940621Jy sigma=24.220524 ! 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.54 mas, bmaj=5.287 mas, bpa=46.95 degrees ! Estimated noise=0.78861 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.0470623 Jy ! Component: 100 - total flux cleaned = 0.0576434 Jy ! Total flux subtracted in 100 components = 0.0576434 Jy ! Clean residual min=-0.004024 max=0.003979 Jy/beam ! Clean residual mean=-0.000000 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.0576434 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0576434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050590Jy sigma=1.224265 ! Fit after self-cal, rms=0.050008Jy sigma=1.211523 ! 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.04 mas, bmaj=6.35 mas, bpa=46.5 degrees ! Estimated noise=0.527445 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.004179 Jy ! Component: 100 - total flux cleaned = 0.00599303 Jy ! Component: 150 - total flux cleaned = 0.00704282 Jy ! Component: 200 - total flux cleaned = 0.00747798 Jy ! Total flux subtracted in 200 components = 0.00747798 Jy ! Clean residual min=-0.002951 max=0.002625 Jy/beam ! Clean residual mean=-0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0651214 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 12 components and 0.0651214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049699Jy sigma=1.202560 ! Fit after self-cal, rms=0.049702Jy sigma=1.202348 ! 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.04 x 6.35 at 46.5 degrees (North through East) ! Clean map min=-0.0028332 max=0.060765 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: ! LA 1.01 MK 1.09 NL 1.03 OV 1.00 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 0.97 MK 0.95 NL 1.00 OV 1.00 ! PT 1.01 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.99 NL 1.00 OV 1.05 ! PT 0.91 SC 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.10 MK 1.04 NL 0.95 OV 1.00 ! PT 0.98 SC 0.99 ! ! ! Fit before self-cal, rms=0.049702Jy sigma=1.202348 ! Fit after self-cal, rms=0.049577Jy sigma=1.198509 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=6.375 mas, bpa=46.03 degrees ! Estimated noise=0.523504 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.000166876 Jy ! Component: 100 - total flux cleaned = 0.00028074 Jy ! Component: 150 - total flux cleaned = 0.000297586 Jy ! Component: 200 - total flux cleaned = 0.000323554 Jy ! Total flux subtracted in 200 components = 0.000323554 Jy ! Clean residual min=-0.002832 max=0.002285 Jy/beam ! Clean residual mean=-0.000003 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0654449 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.0654449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049549Jy sigma=1.198146 ! Fit after self-cal, rms=0.049596Jy sigma=1.197893 ! 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.049596Jy sigma=1.197893 ! Fit after self-cal, rms=0.049457Jy sigma=1.195954 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=6.38 mas, bpa=45.84 degrees ! Estimated noise=0.522233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124319 Jy ! Component: 100 - total flux cleaned = 0.000211247 Jy ! Component: 150 - total flux cleaned = 0.000247619 Jy ! Component: 200 - total flux cleaned = 0.000269441 Jy ! Total flux subtracted in 200 components = 0.000269441 Jy ! Clean residual min=-0.002536 max=0.002309 Jy/beam ! Clean residual mean=-0.000004 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.0657144 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.0657144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049445Jy sigma=1.195867 ! Fit after self-cal, rms=0.049457Jy sigma=1.195687 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 = -9.18124e-06 Jy ! Component: 100 - total flux cleaned = 2.64065e-06 Jy ! Component: 150 - total flux cleaned = 3.54294e-05 Jy ! Component: 200 - total flux cleaned = 5.50262e-05 Jy ! Total flux subtracted in 200 components = 5.50262e-05 Jy ! Clean residual min=-0.002528 max=0.002217 Jy/beam ! Clean residual mean=-0.000004 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.0657694 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.0657694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049448Jy sigma=1.195635 ! Fit after self-cal, rms=0.049448Jy sigma=1.195608 ! 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.049448Jy sigma=1.195608 ! Fit after self-cal, rms=0.049309Jy sigma=1.195576 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.009 mas, bmaj=6.378 mas, bpa=45.75 degrees ! Estimated noise=0.52133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.40027e-05 Jy ! Component: 100 - total flux cleaned = 0.00017413 Jy ! Component: 150 - total flux cleaned = 0.000192697 Jy ! Component: 200 - total flux cleaned = 0.00020957 Jy ! Total flux subtracted in 200 components = 0.00020957 Jy ! Clean residual min=-0.002496 max=0.002219 Jy/beam ! Clean residual mean=-0.000004 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0659789 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.0659789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049302Jy sigma=1.195530 ! Fit after self-cal, rms=0.049302Jy sigma=1.195508 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.4652e-05 Jy ! Component: 100 - total flux cleaned = -5.41795e-06 Jy ! Component: 150 - total flux cleaned = -5.23559e-06 Jy ! Component: 200 - total flux cleaned = -5.27559e-06 Jy ! Total flux subtracted in 200 components = -5.27559e-06 Jy ! Clean residual min=-0.002499 max=0.002188 Jy/beam ! Clean residual mean=-0.000004 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.0659737 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.0659737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049297Jy sigma=1.195477 ! Fit after self-cal, rms=0.049299Jy sigma=1.195460 ! 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.049299Jy sigma=1.195460 ! Fit after self-cal, rms=0.049220Jy sigma=1.195452 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.046 mas, bmaj=14.25 mas, bpa=38.79 degrees ! Estimated noise=0.681763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000178188 Jy ! Component: 100 - total flux cleaned = 0.000185455 Jy ! Component: 150 - total flux cleaned = 0.000191801 Jy ! Component: 200 - total flux cleaned = 0.00019799 Jy ! Total flux subtracted in 200 components = 0.00019799 Jy ! Clean residual min=-0.002399 max=0.002326 Jy/beam ! Clean residual mean=-0.000010 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.0661716 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.0661716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049219Jy sigma=1.195436 ! Fit after self-cal, rms=0.049218Jy sigma=1.195430 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.55506e-05 Jy ! Component: 100 - total flux cleaned = 1.55657e-05 Jy ! Component: 150 - total flux cleaned = 1.5391e-05 Jy ! Component: 200 - total flux cleaned = 1.8361e-05 Jy ! Total flux subtracted in 200 components = 1.8361e-05 Jy ! Clean residual min=-0.002397 max=0.002323 Jy/beam ! Clean residual mean=-0.000010 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.06619 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.06619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049217Jy sigma=1.195420 ! Fit after self-cal, rms=0.049217Jy sigma=1.195416 ! 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.004 mas, bmaj=6.377 mas, bpa=45.69 degrees ! Estimated noise=0.520877 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.004 x 6.377 at 45.69 degrees (North through East) ! Clean map min=-0.0023723 max=0.060184 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.51 mas, bmaj=5.322 mas, bpa=45.96 degrees ! Estimated noise=0.78091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0468549 Jy ! Component: 100 - total flux cleaned = 0.0579804 Jy ! Component: 150 - total flux cleaned = 0.0620734 Jy ! Component: 200 - total flux cleaned = 0.0638757 Jy ! Total flux subtracted in 200 components = 0.0638757 Jy ! Clean residual min=-0.003500 max=0.002886 Jy/beam ! Clean residual mean=-0.000001 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.0638756 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0638756 Jy ! Inverting map and beam ! Estimated beam: bmin=3.004 mas, bmaj=6.377 mas, bpa=45.69 degrees ! Estimated noise=0.520877 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.00125204 Jy ! Component: 100 - total flux cleaned = 0.00149916 Jy ! Component: 150 - total flux cleaned = 0.00170101 Jy ! Component: 200 - total flux cleaned = 0.00184054 Jy ! Total flux subtracted in 200 components = 0.00184054 Jy ! Clean residual min=-0.002625 max=0.002183 Jy/beam ! Clean residual mean=-0.000004 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.0657162 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.0657162 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.046 mas, bmaj=14.25 mas, bpa=38.79 degrees ! Estimated noise=0.681763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000303048 Jy ! Component: 100 - total flux cleaned = 0.000340223 Jy ! Component: 150 - total flux cleaned = 0.000384471 Jy ! Component: 200 - total flux cleaned = 0.000421639 Jy ! Total flux subtracted in 200 components = 0.000421639 Jy ! Clean residual min=-0.002430 max=0.002358 Jy/beam ! Clean residual mean=-0.000010 rms=0.000690 Jy/beam ! Combined flux in latest and established models = 0.0661378 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.53209e-05 Jy ! Component: 100 - total flux cleaned = 5.26488e-05 Jy ! Component: 150 - total flux cleaned = 6.26682e-05 Jy ! Component: 200 - total flux cleaned = 7.67361e-05 Jy ! Total flux subtracted in 200 components = 7.67361e-05 Jy ! Clean residual min=-0.002417 max=0.002339 Jy/beam ! Clean residual mean=-0.000010 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.0662146 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.0662146 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.004 mas, bmaj=6.377 mas, bpa=45.69 degrees ! Estimated noise=0.520877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.38666e-05 Jy ! Component: 100 - total flux cleaned = -1.70531e-05 Jy ! Component: 150 - total flux cleaned = 7.70552e-06 Jy ! Component: 200 - total flux cleaned = 7.54045e-06 Jy ! Total flux subtracted in 200 components = 7.54045e-06 Jy ! Clean residual min=-0.002534 max=0.002159 Jy/beam ! Clean residual mean=-0.000004 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.0662221 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 36 components and 0.0662221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049225Jy sigma=1.195704 ! Fit after self-cal, rms=0.049235Jy sigma=1.195655 wmodel /scr/pima/bg219a_uvs/J0943+6150_S_map.mod ! Writing 36 model components to file: /scr/pima/bg219a_uvs/J0943+6150_S_map.mod wobs /scr/pima/bg219a_uvs/J0943+6150_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0943+6150_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0943+6150_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J0943+6150_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.000947922 Jy ! Component: 100 - total flux cleaned = -0.00109957 Jy ! Component: 150 - total flux cleaned = -0.00133681 Jy ! Component: 200 - total flux cleaned = -0.00145964 Jy ! Component: 250 - total flux cleaned = -0.00148804 Jy ! Component: 300 - total flux cleaned = -0.00154208 Jy ! Component: 350 - total flux cleaned = -0.00166995 Jy ! Component: 400 - total flux cleaned = -0.00181525 Jy ! Component: 450 - total flux cleaned = -0.0019305 Jy ! Component: 500 - total flux cleaned = -0.00214948 Jy ! Component: 550 - total flux cleaned = -0.00231562 Jy ! Component: 600 - total flux cleaned = -0.00245461 Jy ! Component: 650 - total flux cleaned = -0.00258821 Jy ! Component: 700 - total flux cleaned = -0.00273647 Jy ! Component: 750 - total flux cleaned = -0.00289824 Jy ! Component: 800 - total flux cleaned = -0.00302033 Jy ! Component: 850 - total flux cleaned = -0.0031053 Jy ! Component: 900 - total flux cleaned = -0.00320488 Jy ! Component: 950 - total flux cleaned = -0.00325378 Jy ! Component: 1000 - total flux cleaned = -0.00330168 Jy ! Component: 1050 - total flux cleaned = -0.00331726 Jy ! Component: 1100 - total flux cleaned = -0.0033173 Jy ! Component: 1150 - total flux cleaned = -0.00330194 Jy ! Component: 1200 - total flux cleaned = -0.00318418 Jy ! Component: 1250 - total flux cleaned = -0.00314095 Jy ! Component: 1300 - total flux cleaned = -0.00309834 Jy ! Component: 1350 - total flux cleaned = -0.00307036 Jy ! Component: 1400 - total flux cleaned = -0.00301522 Jy ! Component: 1450 - total flux cleaned = -0.00298821 Jy ! Component: 1500 - total flux cleaned = -0.00300145 Jy ! Component: 1550 - total flux cleaned = -0.00300126 Jy ! Component: 1600 - total flux cleaned = -0.00301411 Jy ! Component: 1650 - total flux cleaned = -0.00300132 Jy ! Component: 1700 - total flux cleaned = -0.00308973 Jy ! Component: 1750 - total flux cleaned = -0.00311461 Jy ! Component: 1800 - total flux cleaned = -0.00312706 Jy ! Component: 1850 - total flux cleaned = -0.00317592 Jy ! Component: 1900 - total flux cleaned = -0.00319999 Jy ! Component: 1950 - total flux cleaned = -0.00320002 Jy ! Component: 2000 - total flux cleaned = -0.00321185 Jy ! Component: 2050 - total flux cleaned = -0.0032001 Jy ! Component: 2100 - total flux cleaned = -0.00317697 Jy ! Component: 2150 - total flux cleaned = -0.00315398 Jy ! Component: 2200 - total flux cleaned = -0.00316533 Jy ! Component: 2250 - total flux cleaned = -0.00312005 Jy ! Component: 2300 - total flux cleaned = -0.00314264 Jy ! Component: 2350 - total flux cleaned = -0.00314258 Jy ! Component: 2400 - total flux cleaned = -0.00312041 Jy ! Component: 2450 - total flux cleaned = -0.00306538 Jy ! Component: 2500 - total flux cleaned = -0.00308737 Jy ! Component: 2550 - total flux cleaned = -0.00306565 Jy ! Component: 2600 - total flux cleaned = -0.00308731 Jy ! Component: 2650 - total flux cleaned = -0.00306576 Jy ! Component: 2700 - total flux cleaned = -0.00307652 Jy ! Component: 2750 - total flux cleaned = -0.00308725 Jy ! Component: 2800 - total flux cleaned = -0.00309773 Jy ! Component: 2850 - total flux cleaned = -0.00311884 Jy ! Component: 2900 - total flux cleaned = -0.00311879 Jy ! Component: 2950 - total flux cleaned = -0.00315018 Jy ! Component: 3000 - total flux cleaned = -0.00318135 Jy ! Component: 3050 - total flux cleaned = -0.00322288 Jy ! Component: 3100 - total flux cleaned = -0.0032436 Jy ! Component: 3150 - total flux cleaned = -0.00327457 Jy ! Component: 3200 - total flux cleaned = -0.00331574 Jy ! Component: 3250 - total flux cleaned = -0.00336707 Jy ! Component: 3300 - total flux cleaned = -0.0033773 Jy ! Component: 3350 - total flux cleaned = -0.00339779 Jy ! Component: 3400 - total flux cleaned = -0.00343864 Jy ! Component: 3450 - total flux cleaned = -0.00345899 Jy ! Component: 3500 - total flux cleaned = -0.00346911 Jy ! Component: 3550 - total flux cleaned = -0.00350974 Jy ! Component: 3600 - total flux cleaned = -0.00357062 Jy ! Component: 3650 - total flux cleaned = -0.00359089 Jy ! Component: 3700 - total flux cleaned = -0.00361117 Jy ! Component: 3750 - total flux cleaned = -0.00364153 Jy ! Component: 3800 - total flux cleaned = -0.00367193 Jy ! Component: 3850 - total flux cleaned = -0.00369226 Jy ! Component: 3900 - total flux cleaned = -0.00370241 Jy ! Component: 3950 - total flux cleaned = -0.00369218 Jy ! Component: 4000 - total flux cleaned = -0.00371259 Jy ! Component: 4050 - total flux cleaned = -0.00369212 Jy ! Total flux subtracted in 4096 components = -0.00369212 Jy ! Clean residual min=-0.000648 max=0.000581 Jy/beam ! Clean residual mean=-0.000000 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.06253 Jy keep ! Adding 232 model components to the UV plane model. ! The established model now contains 268 components and 0.06253 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0943+6150_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.004 x 6.377 at 45.69 degrees (North through East) ! Clean map min=-0.0013687 max=0.059395 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0943+6150_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0593951 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017378 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.877748 0.877748 1.7555 3.51099 7.02199 14.044 28.0879 56.1759 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.059 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 341.783 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0943+6150_S_uvs.log closed on Wed Apr 6 22:51:17 2016