! Started logfile: /scr/pima/bg219h_uvs/J2123-0519_S_uvs.log on Thu Apr 7 09:11:31 2016 obs /scr/pima/bg219h_uvs/J2123-0519_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2123-0519_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.53629 visibilities/baseline/integration-bin. ! Found source: J2123-0519 ! ! 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 4788 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219h_uvs/J2123-0519_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 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002796Jy sigma=22.240209 ! Fit after self-cal, rms=0.956590Jy sigma=21.224297 ! 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=3.474 mas, bmaj=7.28 mas, bpa=2.678 degrees ! Estimated noise=0.682084 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.0349656 Jy ! Component: 100 - total flux cleaned = 0.0426144 Jy ! Total flux subtracted in 100 components = 0.0426144 Jy ! Clean residual min=-0.003683 max=0.003454 Jy/beam ! Clean residual mean=-0.000003 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.0426144 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0426144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058275Jy sigma=1.250798 ! Fit after self-cal, rms=0.056124Jy sigma=1.205366 ! 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.208 mas, bmaj=8.336 mas, bpa=2.031 degrees ! Estimated noise=0.498993 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.00388619 Jy ! Component: 100 - total flux cleaned = 0.00376344 Jy ! Component: 150 - total flux cleaned = 0.00361688 Jy ! Component: 200 - total flux cleaned = 0.00354065 Jy ! Total flux subtracted in 200 components = 0.00354065 Jy ! Clean residual min=-0.002486 max=0.002532 Jy/beam ! Clean residual mean=-0.000000 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.046155 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 10 components and 0.046155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055808Jy sigma=1.199192 ! Fit after self-cal, rms=0.055762Jy sigma=1.198706 ! 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.208 x 8.336 at 2.031 degrees (North through East) ! Clean map min=-0.0024589 max=0.048034 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.05 HN 0.97 KP 1.08 LA 1.01 ! MK 0.95 NL 0.94 OV 1.10 PT 0.98 ! SC 0.87 ! ! ! Correcting IF 2. ! 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 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.05 KP 1.14 LA 0.99 ! MK 0.99 NL 0.87 OV 0.97 PT 0.97 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 HN 0.91 KP 1.03 LA 0.90 ! MK 1.08 NL 1.02 OV 0.98 PT 0.93 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.055762Jy sigma=1.198706 ! Fit after self-cal, rms=0.054821Jy sigma=1.195759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.188 mas, bmaj=8.294 mas, bpa=3.048 degrees ! Estimated noise=0.492482 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.000126542 Jy ! Component: 100 - total flux cleaned = -8.87538e-05 Jy ! Component: 150 - total flux cleaned = -8.86868e-05 Jy ! Component: 200 - total flux cleaned = -8.87921e-05 Jy ! Total flux subtracted in 200 components = -8.87921e-05 Jy ! Clean residual min=-0.002457 max=0.002455 Jy/beam ! Clean residual mean=-0.000001 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.0460662 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 18 components and 0.0460662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054810Jy sigma=1.195502 ! Fit after self-cal, rms=0.054832Jy sigma=1.194431 ! 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.054832Jy sigma=1.194431 ! Fit after self-cal, rms=0.054309Jy sigma=1.192232 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.201 mas, bmaj=8.311 mas, bpa=3.091 degrees ! Estimated noise=0.48787 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000803276 Jy ! Component: 100 - total flux cleaned = -0.0009605 Jy ! Component: 150 - total flux cleaned = -0.00100786 Jy ! Component: 200 - total flux cleaned = -0.00103572 Jy ! Total flux subtracted in 200 components = -0.00103572 Jy ! Clean residual min=-0.002715 max=0.002350 Jy/beam ! Clean residual mean=-0.000003 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.0450305 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.0450305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054295Jy sigma=1.191898 ! Fit after self-cal, rms=0.054289Jy sigma=1.191253 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.000201881 Jy ! Component: 100 - total flux cleaned = -0.000186443 Jy ! Component: 150 - total flux cleaned = -0.000186522 Jy ! Component: 200 - total flux cleaned = -0.00017363 Jy ! Total flux subtracted in 200 components = -0.00017363 Jy ! Clean residual min=-0.002597 max=0.002382 Jy/beam ! Clean residual mean=-0.000003 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.0448569 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.0448569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054282Jy sigma=1.191089 ! Fit after self-cal, rms=0.054276Jy sigma=1.191020 ! 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.054276Jy sigma=1.191020 ! Fit after self-cal, rms=0.054183Jy sigma=1.190833 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.209 mas, bmaj=8.325 mas, bpa=3.048 degrees ! Estimated noise=0.485496 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000521391 Jy ! Component: 100 - total flux cleaned = -0.000550983 Jy ! Component: 150 - total flux cleaned = -0.000550938 Jy ! Component: 200 - total flux cleaned = -0.000528541 Jy ! Total flux subtracted in 200 components = -0.000528541 Jy ! Clean residual min=-0.002562 max=0.002423 Jy/beam ! Clean residual mean=-0.000003 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.0443283 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 26 components and 0.0443283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054176Jy sigma=1.190667 ! Fit after self-cal, rms=0.054157Jy sigma=1.190026 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.25471e-05 Jy ! Component: 100 - total flux cleaned = -4.60885e-05 Jy ! Component: 150 - total flux cleaned = -3.38658e-05 Jy ! Component: 200 - total flux cleaned = -3.43402e-05 Jy ! Total flux subtracted in 200 components = -3.43402e-05 Jy ! Clean residual min=-0.002602 max=0.002548 Jy/beam ! Clean residual mean=-0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.044294 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.044294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054151Jy sigma=1.189914 ! Fit after self-cal, rms=0.054150Jy sigma=1.189884 ! 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.054150Jy sigma=1.189884 ! Fit after self-cal, rms=0.054028Jy sigma=1.189832 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.054 mas, bmaj=12.82 mas, bpa=0.9984 degrees ! Estimated noise=0.570569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.96223e-06 Jy ! Component: 100 - total flux cleaned = -2.11169e-05 Jy ! Component: 150 - total flux cleaned = 1.17725e-05 Jy ! Component: 200 - total flux cleaned = 4.14544e-05 Jy ! Total flux subtracted in 200 components = 4.14544e-05 Jy ! Clean residual min=-0.002697 max=0.002440 Jy/beam ! Clean residual mean=-0.000006 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0443354 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0443354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054030Jy sigma=1.189748 ! Fit after self-cal, rms=0.054032Jy sigma=1.189675 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.56578e-05 Jy ! Component: 100 - total flux cleaned = 0.000101029 Jy ! Component: 150 - total flux cleaned = 0.000110378 Jy ! Component: 200 - total flux cleaned = 0.000127252 Jy ! Total flux subtracted in 200 components = 0.000127252 Jy ! Clean residual min=-0.002670 max=0.002448 Jy/beam ! Clean residual mean=-0.000006 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.0444627 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.0444627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054034Jy sigma=1.189648 ! Fit after self-cal, rms=0.054030Jy sigma=1.189609 ! 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.214 mas, bmaj=8.334 mas, bpa=3.059 degrees ! Estimated noise=0.483898 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.214 x 8.334 at 3.059 degrees (North through East) ! Clean map min=-0.002858 max=0.046945 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=3.468 mas, bmaj=7.296 mas, bpa=3.638 degrees ! Estimated noise=0.669505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0365445 Jy ! Component: 100 - total flux cleaned = 0.0444381 Jy ! Component: 150 - total flux cleaned = 0.0438353 Jy ! Component: 200 - total flux cleaned = 0.0434765 Jy ! Total flux subtracted in 200 components = 0.0434765 Jy ! Clean residual min=-0.003066 max=0.003077 Jy/beam ! Clean residual mean=-0.000001 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.0434765 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0434765 Jy ! Inverting map and beam ! Estimated beam: bmin=4.214 mas, bmaj=8.334 mas, bpa=3.059 degrees ! Estimated noise=0.483898 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.000669292 Jy ! Component: 100 - total flux cleaned = 0.00082577 Jy ! Component: 150 - total flux cleaned = 0.000832829 Jy ! Component: 200 - total flux cleaned = 0.000801247 Jy ! Total flux subtracted in 200 components = 0.000801247 Jy ! Clean residual min=-0.002668 max=0.002651 Jy/beam ! Clean residual mean=-0.000003 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0442777 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 24 components and 0.0442777 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.054 mas, bmaj=12.82 mas, bpa=0.9984 degrees ! Estimated noise=0.570569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337734 Jy ! Component: 100 - total flux cleaned = 0.000335489 Jy ! Component: 150 - total flux cleaned = 0.000320159 Jy ! Component: 200 - total flux cleaned = 0.000334522 Jy ! Total flux subtracted in 200 components = 0.000334522 Jy ! Clean residual min=-0.002779 max=0.002516 Jy/beam ! Clean residual mean=-0.000006 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.0446122 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 = 7.51147e-07 Jy ! Component: 100 - total flux cleaned = 1.46474e-06 Jy ! Component: 150 - total flux cleaned = 2.26549e-06 Jy ! Component: 200 - total flux cleaned = 3.18025e-06 Jy ! Total flux subtracted in 200 components = 3.18025e-06 Jy ! Clean residual min=-0.002745 max=0.002494 Jy/beam ! Clean residual mean=-0.000006 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0446154 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.0446154 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.214 mas, bmaj=8.334 mas, bpa=3.059 degrees ! Estimated noise=0.483898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.06853e-05 Jy ! Component: 100 - total flux cleaned = -0.000100275 Jy ! Component: 150 - total flux cleaned = -0.00011535 Jy ! Component: 200 - total flux cleaned = -0.000145775 Jy ! Total flux subtracted in 200 components = -0.000145775 Jy ! Clean residual min=-0.002570 max=0.002582 Jy/beam ! Clean residual mean=-0.000003 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0444696 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 43 components and 0.0444696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054026Jy sigma=1.189620 ! Fit after self-cal, rms=0.054030Jy sigma=1.189564 wmodel /scr/pima/bg219h_uvs/J2123-0519_S_map.mod ! Writing 43 model components to file: /scr/pima/bg219h_uvs/J2123-0519_S_map.mod wobs /scr/pima/bg219h_uvs/J2123-0519_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J2123-0519_S_uvs.fits wwins /scr/pima/bg219h_uvs/J2123-0519_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J2123-0519_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.00021983 Jy ! Component: 100 - total flux cleaned = -0.000419981 Jy ! Component: 150 - total flux cleaned = -0.000384238 Jy ! Component: 200 - total flux cleaned = -0.000281821 Jy ! Component: 250 - total flux cleaned = -0.00021612 Jy ! Component: 300 - total flux cleaned = -0.000245404 Jy ! Component: 350 - total flux cleaned = -0.000244415 Jy ! Component: 400 - total flux cleaned = -0.000244324 Jy ! Component: 450 - total flux cleaned = -0.000272643 Jy ! Component: 500 - total flux cleaned = -0.000273834 Jy ! Component: 550 - total flux cleaned = -0.000377576 Jy ! Component: 600 - total flux cleaned = -0.000377722 Jy ! Component: 650 - total flux cleaned = -0.000328728 Jy ! Component: 700 - total flux cleaned = -0.000257617 Jy ! Component: 750 - total flux cleaned = -0.000212103 Jy ! Component: 800 - total flux cleaned = -0.00021207 Jy ! Component: 850 - total flux cleaned = -0.000211818 Jy ! Component: 900 - total flux cleaned = -0.000254148 Jy ! Component: 950 - total flux cleaned = -0.000233033 Jy ! Component: 1000 - total flux cleaned = -0.000274029 Jy ! Component: 1050 - total flux cleaned = -0.000274305 Jy ! Component: 1100 - total flux cleaned = -0.000333427 Jy ! Component: 1150 - total flux cleaned = -0.000371963 Jy ! Component: 1200 - total flux cleaned = -0.000391329 Jy ! Component: 1250 - total flux cleaned = -0.000484367 Jy ! Component: 1300 - total flux cleaned = -0.000539178 Jy ! Component: 1350 - total flux cleaned = -0.000610911 Jy ! Component: 1400 - total flux cleaned = -0.000611035 Jy ! Component: 1450 - total flux cleaned = -0.000697681 Jy ! Component: 1500 - total flux cleaned = -0.000714721 Jy ! Component: 1550 - total flux cleaned = -0.000782038 Jy ! Component: 1600 - total flux cleaned = -0.000815167 Jy ! Component: 1650 - total flux cleaned = -0.000880437 Jy ! Component: 1700 - total flux cleaned = -0.000912619 Jy ! Component: 1750 - total flux cleaned = -0.000960322 Jy ! Component: 1800 - total flux cleaned = -0.00105402 Jy ! Component: 1850 - total flux cleaned = -0.00116106 Jy ! Component: 1900 - total flux cleaned = -0.00117614 Jy ! Component: 1950 - total flux cleaned = -0.00128017 Jy ! Component: 2000 - total flux cleaned = -0.00135338 Jy ! Component: 2050 - total flux cleaned = -0.00145485 Jy ! Component: 2100 - total flux cleaned = -0.00152615 Jy ! Component: 2150 - total flux cleaned = -0.00162456 Jy ! Component: 2200 - total flux cleaned = -0.00166628 Jy ! Component: 2250 - total flux cleaned = -0.00178995 Jy ! Component: 2300 - total flux cleaned = -0.00184408 Jy ! Component: 2350 - total flux cleaned = -0.00192446 Jy ! Component: 2400 - total flux cleaned = -0.00200375 Jy ! Component: 2450 - total flux cleaned = -0.00205615 Jy ! Component: 2500 - total flux cleaned = -0.00214665 Jy ! Component: 2550 - total flux cleaned = -0.00223592 Jy ! Component: 2600 - total flux cleaned = -0.00231154 Jy ! Component: 2650 - total flux cleaned = -0.0023613 Jy ! Component: 2700 - total flux cleaned = -0.00243496 Jy ! Component: 2750 - total flux cleaned = -0.00250789 Jy ! Component: 2800 - total flux cleaned = -0.00258032 Jy ! Component: 2850 - total flux cleaned = -0.00266393 Jy ! Component: 2900 - total flux cleaned = -0.00274664 Jy ! Component: 2950 - total flux cleaned = -0.00282856 Jy ! Component: 3000 - total flux cleaned = -0.00292139 Jy ! Component: 3050 - total flux cleaned = -0.00296743 Jy ! Component: 3100 - total flux cleaned = -0.00307025 Jy ! Component: 3150 - total flux cleaned = -0.0031608 Jy ! Component: 3200 - total flux cleaned = -0.00327313 Jy ! Component: 3250 - total flux cleaned = -0.00337345 Jy ! Component: 3300 - total flux cleaned = -0.00347305 Jy ! Component: 3350 - total flux cleaned = -0.00354988 Jy ! Component: 3400 - total flux cleaned = -0.00361541 Jy ! Component: 3450 - total flux cleaned = -0.00371292 Jy ! Component: 3500 - total flux cleaned = -0.00379895 Jy ! Component: 3550 - total flux cleaned = -0.00389506 Jy ! Component: 3600 - total flux cleaned = -0.00396923 Jy ! Component: 3650 - total flux cleaned = -0.00406391 Jy ! Component: 3700 - total flux cleaned = -0.00414756 Jy ! Component: 3750 - total flux cleaned = -0.00423063 Jy ! Component: 3800 - total flux cleaned = -0.00430277 Jy ! Component: 3850 - total flux cleaned = -0.00437455 Jy ! Component: 3900 - total flux cleaned = -0.00446613 Jy ! Component: 3950 - total flux cleaned = -0.00456728 Jy ! Component: 4000 - total flux cleaned = -0.00463763 Jy ! Component: 4050 - total flux cleaned = -0.00475753 Jy ! Total flux subtracted in 4096 components = -0.00484688 Jy ! Clean residual min=-0.000635 max=0.000575 Jy/beam ! Clean residual mean=-0.000002 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.0396228 Jy keep ! Adding 249 model components to the UV plane model. ! The established model now contains 292 components and 0.0396228 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J2123-0519_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.214 x 8.334 at 3.059 degrees (North through East) ! Clean map min=-0.0022111 max=0.046587 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2123-0519_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0465865 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167375 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07783 1.07783 2.15566 4.31132 8.62265 17.2453 34.4906 68.9812 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 278.336 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2123-0519_S_uvs.log closed on Thu Apr 7 09:11:35 2016