! Started logfile: /scr/pima/bg219i_uvs/J0929+7304_S_uvs.log on Wed Apr 6 22:58:29 2016 obs /scr/pima/bg219i_uvs/J0929+7304_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0929+7304_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.855556 visibilities/baseline/integration-bin. ! Found source: J0929+7304 ! ! 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 9548 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/bg219i_uvs/J0929+7304_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 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003518Jy sigma=23.800960 ! Fit after self-cal, rms=0.954065Jy sigma=22.619856 ! 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.66 mas, bmaj=9.388 mas, bpa=86.42 degrees ! Estimated noise=0.49773 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.0362439 Jy ! Component: 100 - total flux cleaned = 0.0443913 Jy ! Total flux subtracted in 100 components = 0.0443913 Jy ! Clean residual min=-0.003499 max=0.002930 Jy/beam ! Clean residual mean=-0.000004 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.0443913 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0443913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061610Jy sigma=1.399100 ! Fit after self-cal, rms=0.059859Jy sigma=1.360088 ! 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.367 mas, bmaj=10.33 mas, bpa=85.39 degrees ! Estimated noise=0.325936 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.00540998 Jy ! Component: 100 - total flux cleaned = 0.0076006 Jy ! Component: 150 - total flux cleaned = 0.00887888 Jy ! Component: 200 - total flux cleaned = 0.00971803 Jy ! Total flux subtracted in 200 components = 0.00971803 Jy ! Clean residual min=-0.001985 max=0.001846 Jy/beam ! Clean residual mean=-0.000002 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0541093 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 36 components and 0.0541093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059416Jy sigma=1.349171 ! Fit after self-cal, rms=0.059405Jy sigma=1.348894 ! 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.367 x 10.33 at 85.39 degrees (North through East) ! Clean map min=-0.0019323 max=0.049998 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 0.95 FD 1.07 HN 1.08 KP 0.96 ! LA 0.93 MK 1.06 NL 0.96 OV 0.99 ! PT 0.98 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 0.97 KP 0.99 ! LA 0.90 MK 0.97 NL 0.95 OV 0.99 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.09 KP 1.01 ! LA 1.02 MK 1.00 NL 0.93 OV 1.03 ! PT 0.98 SC 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.09 KP 1.05 ! LA 1.04 MK 1.09 NL 1.13 OV 1.03 ! PT 0.93 SC 0.88 ! ! ! Fit before self-cal, rms=0.059405Jy sigma=1.348894 ! Fit after self-cal, rms=0.058756Jy sigma=1.345504 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.379 mas, bmaj=10.43 mas, bpa=85.21 degrees ! Estimated noise=0.323585 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.000142237 Jy ! Component: 100 - total flux cleaned = 0.000140989 Jy ! Component: 150 - total flux cleaned = 0.000140484 Jy ! Component: 200 - total flux cleaned = 0.000175329 Jy ! Total flux subtracted in 200 components = 0.000175329 Jy ! Clean residual min=-0.001832 max=0.001680 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0542847 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 52 components and 0.0542847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058745Jy sigma=1.345185 ! Fit after self-cal, rms=0.058762Jy sigma=1.344909 ! 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.058762Jy sigma=1.344909 ! Fit after self-cal, rms=0.059174Jy sigma=1.343008 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.38 mas, bmaj=10.42 mas, bpa=85.24 degrees ! Estimated noise=0.323959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000279864 Jy ! Component: 100 - total flux cleaned = 0.000312222 Jy ! Component: 150 - total flux cleaned = 0.000330939 Jy ! Component: 200 - total flux cleaned = 0.000347791 Jy ! Total flux subtracted in 200 components = 0.000347791 Jy ! Clean residual min=-0.001697 max=0.001472 Jy/beam ! Clean residual mean=-0.000001 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0546325 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 61 components and 0.0546325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059169Jy sigma=1.342898 ! Fit after self-cal, rms=0.059181Jy sigma=1.342400 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.0001513 Jy ! Component: 100 - total flux cleaned = 0.00016041 Jy ! Component: 150 - total flux cleaned = 0.000175811 Jy ! Component: 200 - total flux cleaned = 0.000197234 Jy ! Total flux subtracted in 200 components = 0.000197234 Jy ! Clean residual min=-0.001698 max=0.001543 Jy/beam ! Clean residual mean=-0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0548297 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 65 components and 0.0548297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059179Jy sigma=1.342348 ! Fit after self-cal, rms=0.059180Jy sigma=1.342342 ! 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.059180Jy sigma=1.342342 ! Fit after self-cal, rms=0.058899Jy sigma=1.342636 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.376 mas, bmaj=10.42 mas, bpa=85.21 degrees ! Estimated noise=0.322407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.95204e-05 Jy ! Component: 100 - total flux cleaned = -4.06688e-05 Jy ! Component: 150 - total flux cleaned = -4.08458e-05 Jy ! Component: 200 - total flux cleaned = -4.08306e-05 Jy ! Total flux subtracted in 200 components = -4.08306e-05 Jy ! Clean residual min=-0.001670 max=0.001523 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0547889 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.0547889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058896Jy sigma=1.342575 ! Fit after self-cal, rms=0.058905Jy sigma=1.342534 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 = 4.7438e-05 Jy ! Component: 100 - total flux cleaned = 5.465e-05 Jy ! Component: 150 - total flux cleaned = 6.78142e-05 Jy ! Component: 200 - total flux cleaned = 8.00951e-05 Jy ! Total flux subtracted in 200 components = 8.00951e-05 Jy ! Clean residual min=-0.001649 max=0.001524 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.054869 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 67 components and 0.054869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058903Jy sigma=1.342501 ! Fit after self-cal, rms=0.058904Jy sigma=1.342499 ! 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.058904Jy sigma=1.342499 ! Fit after self-cal, rms=0.058595Jy sigma=1.342550 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.326 mas, bmaj=13.11 mas, bpa=81.28 degrees ! Estimated noise=0.403409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000251118 Jy ! Component: 100 - total flux cleaned = -0.000214392 Jy ! Component: 150 - total flux cleaned = -0.00017698 Jy ! Component: 200 - total flux cleaned = -0.000152551 Jy ! Total flux subtracted in 200 components = -0.000152551 Jy ! Clean residual min=-0.001692 max=0.001711 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0547164 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 71 components and 0.0547164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058596Jy sigma=1.342580 ! Fit after self-cal, rms=0.058594Jy sigma=1.342533 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.9692e-05 Jy ! Component: 100 - total flux cleaned = -2.52236e-05 Jy ! Component: 150 - total flux cleaned = -9.07242e-07 Jy ! Component: 200 - total flux cleaned = 1.9096e-05 Jy ! Total flux subtracted in 200 components = 1.9096e-05 Jy ! Clean residual min=-0.001685 max=0.001723 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0547355 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 71 components and 0.0547355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058595Jy sigma=1.342560 ! Fit after self-cal, rms=0.058594Jy sigma=1.342526 ! 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.371 mas, bmaj=10.42 mas, bpa=85.21 degrees ! Estimated noise=0.320804 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.371 x 10.42 at 85.21 degrees (North through East) ! Clean map min=-0.0016147 max=0.048786 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.654 mas, bmaj=9.466 mas, bpa=86.36 degrees ! Estimated noise=0.493653 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0372192 Jy ! Component: 100 - total flux cleaned = 0.0458511 Jy ! Component: 150 - total flux cleaned = 0.0493055 Jy ! Component: 200 - total flux cleaned = 0.0513122 Jy ! Total flux subtracted in 200 components = 0.0513122 Jy ! Clean residual min=-0.002400 max=0.002800 Jy/beam ! Clean residual mean=-0.000003 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.0513122 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0513122 Jy ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=10.42 mas, bpa=85.21 degrees ! Estimated noise=0.320804 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.0016855 Jy ! Component: 100 - total flux cleaned = 0.00257224 Jy ! Component: 150 - total flux cleaned = 0.00286118 Jy ! Component: 200 - total flux cleaned = 0.00304388 Jy ! Total flux subtracted in 200 components = 0.00304388 Jy ! Clean residual min=-0.001655 max=0.001542 Jy/beam ! Clean residual mean=-0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0543561 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 52 components and 0.0543561 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.326 mas, bmaj=13.11 mas, bpa=81.28 degrees ! Estimated noise=0.403409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311563 Jy ! Component: 100 - total flux cleaned = 0.000354079 Jy ! Component: 150 - total flux cleaned = 0.000389243 Jy ! Component: 200 - total flux cleaned = 0.000404611 Jy ! Total flux subtracted in 200 components = 0.000404611 Jy ! Clean residual min=-0.001699 max=0.001699 Jy/beam ! Clean residual mean=-0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0547607 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 = 1.05823e-07 Jy ! Component: 100 - total flux cleaned = -2.17116e-07 Jy ! Component: 150 - total flux cleaned = -2.27458e-07 Jy ! Component: 200 - total flux cleaned = -5.97383e-06 Jy ! Total flux subtracted in 200 components = -5.97383e-06 Jy ! Clean residual min=-0.001697 max=0.001709 Jy/beam ! Clean residual mean=-0.000001 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0547548 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.0547548 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.371 mas, bmaj=10.42 mas, bpa=85.21 degrees ! Estimated noise=0.320804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.67788e-05 Jy ! Component: 100 - total flux cleaned = -9.53373e-05 Jy ! Component: 150 - total flux cleaned = -0.000120193 Jy ! Component: 200 - total flux cleaned = -0.000119832 Jy ! Total flux subtracted in 200 components = -0.000119832 Jy ! Clean residual min=-0.001651 max=0.001523 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0546349 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 83 components and 0.0546349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058598Jy sigma=1.342644 ! Fit after self-cal, rms=0.058599Jy sigma=1.342603 wmodel /scr/pima/bg219i_uvs/J0929+7304_S_map.mod ! Writing 83 model components to file: /scr/pima/bg219i_uvs/J0929+7304_S_map.mod wobs /scr/pima/bg219i_uvs/J0929+7304_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J0929+7304_S_uvs.fits wwins /scr/pima/bg219i_uvs/J0929+7304_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219i_uvs/J0929+7304_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.000310065 Jy ! Component: 100 - total flux cleaned = -0.000283614 Jy ! Component: 150 - total flux cleaned = -0.000258043 Jy ! Component: 200 - total flux cleaned = -0.000112168 Jy ! Component: 250 - total flux cleaned = -1.82068e-05 Jy ! Component: 300 - total flux cleaned = 4.93277e-05 Jy ! Component: 350 - total flux cleaned = 4.88918e-05 Jy ! Component: 400 - total flux cleaned = 7.01731e-05 Jy ! Component: 450 - total flux cleaned = 2.83547e-05 Jy ! Component: 500 - total flux cleaned = 2.8023e-05 Jy ! Component: 550 - total flux cleaned = 7.99274e-06 Jy ! Component: 600 - total flux cleaned = 6.71836e-05 Jy ! Component: 650 - total flux cleaned = 4.79703e-05 Jy ! Component: 700 - total flux cleaned = 6.76078e-05 Jy ! Component: 750 - total flux cleaned = 6.80668e-05 Jy ! Component: 800 - total flux cleaned = 6.84207e-05 Jy ! Component: 850 - total flux cleaned = 5.05712e-05 Jy ! Component: 900 - total flux cleaned = 5.09614e-05 Jy ! Component: 950 - total flux cleaned = 0.000121113 Jy ! Component: 1000 - total flux cleaned = 0.000206998 Jy ! Component: 1050 - total flux cleaned = 0.000206757 Jy ! Component: 1100 - total flux cleaned = 0.000256839 Jy ! Component: 1150 - total flux cleaned = 0.000306577 Jy ! Component: 1200 - total flux cleaned = 0.000322886 Jy ! Component: 1250 - total flux cleaned = 0.000339023 Jy ! Component: 1300 - total flux cleaned = 0.000371038 Jy ! Component: 1350 - total flux cleaned = 0.000370688 Jy ! Component: 1400 - total flux cleaned = 0.000339687 Jy ! Component: 1450 - total flux cleaned = 0.000401091 Jy ! Component: 1500 - total flux cleaned = 0.000416595 Jy ! Component: 1550 - total flux cleaned = 0.000416587 Jy ! Component: 1600 - total flux cleaned = 0.00038722 Jy ! Component: 1650 - total flux cleaned = 0.000402074 Jy ! Component: 1700 - total flux cleaned = 0.000430935 Jy ! Component: 1750 - total flux cleaned = 0.000445179 Jy ! Component: 1800 - total flux cleaned = 0.000416699 Jy ! Component: 1850 - total flux cleaned = 0.00038882 Jy ! Component: 1900 - total flux cleaned = 0.000416722 Jy ! Component: 1950 - total flux cleaned = 0.000416858 Jy ! Component: 2000 - total flux cleaned = 0.000389742 Jy ! Component: 2050 - total flux cleaned = 0.000362941 Jy ! Component: 2100 - total flux cleaned = 0.000349671 Jy ! Component: 2150 - total flux cleaned = 0.000363012 Jy ! Component: 2200 - total flux cleaned = 0.000336803 Jy ! Component: 2250 - total flux cleaned = 0.000375884 Jy ! Component: 2300 - total flux cleaned = 0.000375727 Jy ! Component: 2350 - total flux cleaned = 0.000337479 Jy ! Component: 2400 - total flux cleaned = 0.000337538 Jy ! Component: 2450 - total flux cleaned = 0.000287408 Jy ! Component: 2500 - total flux cleaned = 0.000299834 Jy ! Component: 2550 - total flux cleaned = 0.000299766 Jy ! Component: 2600 - total flux cleaned = 0.000275468 Jy ! Component: 2650 - total flux cleaned = 0.000287679 Jy ! Component: 2700 - total flux cleaned = 0.000263497 Jy ! Component: 2750 - total flux cleaned = 0.000311416 Jy ! Component: 2800 - total flux cleaned = 0.000311406 Jy ! Component: 2850 - total flux cleaned = 0.000323245 Jy ! Component: 2900 - total flux cleaned = 0.000358471 Jy ! Component: 2950 - total flux cleaned = 0.000440083 Jy ! Component: 3000 - total flux cleaned = 0.000416804 Jy ! Component: 3050 - total flux cleaned = 0.000439762 Jy ! Component: 3100 - total flux cleaned = 0.000474031 Jy ! Component: 3150 - total flux cleaned = 0.000474115 Jy ! Component: 3200 - total flux cleaned = 0.000462837 Jy ! Component: 3250 - total flux cleaned = 0.000507829 Jy ! Component: 3300 - total flux cleaned = 0.000530066 Jy ! Component: 3350 - total flux cleaned = 0.000574263 Jy ! Component: 3400 - total flux cleaned = 0.000574264 Jy ! Component: 3450 - total flux cleaned = 0.00056335 Jy ! Component: 3500 - total flux cleaned = 0.000595908 Jy ! Component: 3550 - total flux cleaned = 0.000617382 Jy ! Component: 3600 - total flux cleaned = 0.000617366 Jy ! Component: 3650 - total flux cleaned = 0.000649392 Jy ! Component: 3700 - total flux cleaned = 0.000702508 Jy ! Component: 3750 - total flux cleaned = 0.000734198 Jy ! Component: 3800 - total flux cleaned = 0.000744707 Jy ! Component: 3850 - total flux cleaned = 0.000775922 Jy ! Component: 3900 - total flux cleaned = 0.000796636 Jy ! Component: 3950 - total flux cleaned = 0.000796657 Jy ! Component: 4000 - total flux cleaned = 0.000796647 Jy ! Component: 4050 - total flux cleaned = 0.000817117 Jy ! Total flux subtracted in 4096 components = 0.000857576 Jy ! Clean residual min=-0.000679 max=0.000580 Jy/beam ! Clean residual mean=-0.000000 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.0554925 Jy keep ! Adding 367 model components to the UV plane model. ! The established model now contains 450 components and 0.0554925 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J0929+7304_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.371 x 10.42 at 85.21 degrees (North through East) ! Clean map min=-0.0011874 max=0.048844 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0929+7304_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0488437 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019299 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18535 1.18535 2.3707 4.7414 9.48279 18.9656 37.9312 75.8624 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 253.089 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0929+7304_S_uvs.log closed on Wed Apr 6 22:58:33 2016