! Started logfile: /scr/pima/bg219i_uvs/J1430-0009_S_uvs.log on Wed Apr 6 23:05:31 2016 obs /scr/pima/bg219i_uvs/J1430-0009_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1430-0009_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.972222 visibilities/baseline/integration-bin. ! Found source: J1430-0009 ! ! 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 8680 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/J1430-0009_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999872Jy sigma=23.862030 ! Fit after self-cal, rms=0.953099Jy sigma=22.762387 ! 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.983 mas, bmaj=6.372 mas, bpa=-2.706 degrees ! Estimated noise=0.479683 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.0360515 Jy ! Component: 100 - total flux cleaned = 0.0446018 Jy ! Total flux subtracted in 100 components = 0.0446018 Jy ! Clean residual min=-0.002950 max=0.003645 Jy/beam ! Clean residual mean=-0.000007 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.0446018 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0446018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060812Jy sigma=1.386536 ! Fit after self-cal, rms=0.059147Jy sigma=1.347554 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00517071 Jy ! Component: 100 - total flux cleaned = 0.00798318 Jy ! Total flux subtracted in 100 components = 0.00798318 Jy ! Clean residual min=-0.002461 max=0.002676 Jy/beam ! Clean residual mean=-0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.052585 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.052585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058509Jy sigma=1.331388 ! Fit after self-cal, rms=0.058462Jy sigma=1.330845 ! 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.573 mas, bmaj=7.421 mas, bpa=-3.162 degrees ! Estimated noise=0.340763 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.00288965 Jy ! Component: 100 - total flux cleaned = 0.00429893 Jy ! Component: 150 - total flux cleaned = 0.00513421 Jy ! Component: 200 - total flux cleaned = 0.00565359 Jy ! Total flux subtracted in 200 components = 0.00565359 Jy ! Clean residual min=-0.002134 max=0.002278 Jy/beam ! Clean residual mean=-0.000005 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0582386 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 42 components and 0.0582386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058336Jy sigma=1.327346 ! Fit after self-cal, rms=0.058316Jy sigma=1.327189 ! 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.573 x 7.421 at -3.162 degrees (North through East) ! Clean map min=-0.0020874 max=0.050076 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.01 FD 1.01 KP 0.98 LA 1.02 ! MK 0.98 NL 1.10 OV 1.01 PT 0.96 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 KP 0.98 LA 1.01 ! MK 1.06 NL 1.15 OV 0.97 PT 0.92 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 KP 0.99 LA 1.00 ! MK 0.97 NL 1.09 OV 1.02 PT 0.94 ! SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.86 KP 0.99 LA 1.05 ! MK 0.98 NL 1.12 OV 1.06 PT 0.96 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.058316Jy sigma=1.327189 ! Fit after self-cal, rms=0.058690Jy sigma=1.324042 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.47 mas, bpa=-3.012 degrees ! Estimated noise=0.339981 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.00011998 Jy ! Component: 100 - total flux cleaned = 8.91906e-05 Jy ! Component: 150 - total flux cleaned = 8.93811e-05 Jy ! Component: 200 - total flux cleaned = 6.19703e-05 Jy ! Total flux subtracted in 200 components = 6.19703e-05 Jy ! Clean residual min=-0.001941 max=0.002123 Jy/beam ! Clean residual mean=-0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0583006 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.0583006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058682Jy sigma=1.323866 ! Fit after self-cal, rms=0.058743Jy sigma=1.323534 ! 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.058743Jy sigma=1.323534 ! Fit after self-cal, rms=0.058697Jy sigma=1.322158 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=7.47 mas, bpa=-2.897 degrees ! Estimated noise=0.339901 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012184 Jy ! Component: 100 - total flux cleaned = 0.000108719 Jy ! Component: 150 - total flux cleaned = 8.47139e-05 Jy ! Component: 200 - total flux cleaned = 7.34147e-05 Jy ! Total flux subtracted in 200 components = 7.34147e-05 Jy ! Clean residual min=-0.001852 max=0.002051 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.058374 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.058374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058691Jy sigma=1.322030 ! Fit after self-cal, rms=0.058706Jy sigma=1.321895 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-124.5, 64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132856 Jy ! Component: 100 - total flux cleaned = 0.00132452 Jy ! Component: 150 - total flux cleaned = 0.00130063 Jy ! Component: 200 - total flux cleaned = 0.00130071 Jy ! Total flux subtracted in 200 components = 0.00130071 Jy ! Clean residual min=-0.001718 max=0.001574 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0596747 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.0596747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058651Jy sigma=1.320701 ! Fit after self-cal, rms=0.058642Jy sigma=1.320492 ! 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.058642Jy sigma=1.320492 ! Fit after self-cal, rms=0.058562Jy sigma=1.320382 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.588 mas, bmaj=7.471 mas, bpa=-2.805 degrees ! Estimated noise=0.339487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468126 Jy ! Component: 100 - total flux cleaned = 0.000527088 Jy ! Component: 150 - total flux cleaned = 0.000559237 Jy ! Component: 200 - total flux cleaned = 0.000559453 Jy ! Total flux subtracted in 200 components = 0.000559453 Jy ! Clean residual min=-0.001678 max=0.001519 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0602342 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 81 components and 0.0602342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058547Jy sigma=1.320076 ! Fit after self-cal, rms=0.058547Jy sigma=1.320030 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.61184e-05 Jy ! Component: 100 - total flux cleaned = 9.6631e-05 Jy ! Component: 150 - total flux cleaned = 0.000108318 Jy ! Component: 200 - total flux cleaned = 0.000119289 Jy ! Total flux subtracted in 200 components = 0.000119289 Jy ! Clean residual min=-0.001669 max=0.001510 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0603535 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 89 components and 0.0603535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058541Jy sigma=1.319911 ! Fit after self-cal, rms=0.058541Jy sigma=1.319900 ! 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.058541Jy sigma=1.319900 ! Fit after self-cal, rms=0.058548Jy sigma=1.319860 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.3 mas, bmaj=12.77 mas, bpa=10.81 degrees ! Estimated noise=0.428142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294939 Jy ! Component: 100 - total flux cleaned = 0.000342927 Jy ! Component: 150 - total flux cleaned = 0.00040495 Jy ! Component: 200 - total flux cleaned = 0.000415798 Jy ! Total flux subtracted in 200 components = 0.000415798 Jy ! Clean residual min=-0.001727 max=0.001699 Jy/beam ! Clean residual mean=-0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0607693 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.0607693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058547Jy sigma=1.319864 ! Fit after self-cal, rms=0.058546Jy sigma=1.319803 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.02559e-06 Jy ! Component: 100 - total flux cleaned = 4.35176e-05 Jy ! Component: 150 - total flux cleaned = 5.32824e-05 Jy ! Component: 200 - total flux cleaned = 5.29929e-05 Jy ! Total flux subtracted in 200 components = 5.29929e-05 Jy ! Clean residual min=-0.001723 max=0.001699 Jy/beam ! Clean residual mean=-0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0608222 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 103 components and 0.0608222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058546Jy sigma=1.319823 ! Fit after self-cal, rms=0.058544Jy sigma=1.319777 ! 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.591 mas, bmaj=7.476 mas, bpa=-2.789 degrees ! Estimated noise=0.33947 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.591 x 7.476 at -2.789 degrees (North through East) ! Clean map min=-0.0016185 max=0.049398 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.99 mas, bmaj=6.409 mas, bpa=-2.411 degrees ! Estimated noise=0.480071 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.037254 Jy ! Component: 100 - total flux cleaned = 0.0465148 Jy ! Component: 150 - total flux cleaned = 0.0512798 Jy ! Component: 200 - total flux cleaned = 0.0542761 Jy ! Total flux subtracted in 200 components = 0.0542761 Jy ! Clean residual min=-0.002505 max=0.002280 Jy/beam ! Clean residual mean=-0.000002 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0542761 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0542761 Jy ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=7.476 mas, bpa=-2.789 degrees ! Estimated noise=0.33947 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.00291266 Jy ! Component: 100 - total flux cleaned = 0.00433896 Jy ! Component: 150 - total flux cleaned = 0.00474033 Jy ! Component: 200 - total flux cleaned = 0.00506039 Jy ! Total flux subtracted in 200 components = 0.00506039 Jy ! Clean residual min=-0.001923 max=0.001558 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0593365 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.0593365 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.3 mas, bmaj=12.77 mas, bpa=10.81 degrees ! Estimated noise=0.428142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102255 Jy ! Component: 100 - total flux cleaned = 0.0011813 Jy ! Component: 150 - total flux cleaned = 0.00125861 Jy ! Component: 200 - total flux cleaned = 0.00134074 Jy ! Total flux subtracted in 200 components = 0.00134074 Jy ! Clean residual min=-0.001774 max=0.001706 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.0606772 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.68746e-05 Jy ! Component: 100 - total flux cleaned = 4.97937e-05 Jy ! Component: 150 - total flux cleaned = 6.00339e-05 Jy ! Component: 200 - total flux cleaned = 6.9864e-05 Jy ! Total flux subtracted in 200 components = 6.9864e-05 Jy ! Clean residual min=-0.001731 max=0.001711 Jy/beam ! Clean residual mean=-0.000002 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0607471 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 74 components and 0.0607471 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=7.476 mas, bpa=-2.789 degrees ! Estimated noise=0.33947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194784 Jy ! Component: 100 - total flux cleaned = -0.00019584 Jy ! Component: 150 - total flux cleaned = -0.000159873 Jy ! Component: 200 - total flux cleaned = -0.000127465 Jy ! Total flux subtracted in 200 components = -0.000127465 Jy ! Clean residual min=-0.001736 max=0.001529 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0606196 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.0606196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058556Jy sigma=1.320062 ! Fit after self-cal, rms=0.058555Jy sigma=1.320016 wmodel /scr/pima/bg219i_uvs/J1430-0009_S_map.mod ! Writing 88 model components to file: /scr/pima/bg219i_uvs/J1430-0009_S_map.mod wobs /scr/pima/bg219i_uvs/J1430-0009_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J1430-0009_S_uvs.fits wwins /scr/pima/bg219i_uvs/J1430-0009_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219i_uvs/J1430-0009_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.000464257 Jy ! Component: 100 - total flux cleaned = -0.000546799 Jy ! Component: 150 - total flux cleaned = -0.000622938 Jy ! Component: 200 - total flux cleaned = -0.000646478 Jy ! Component: 250 - total flux cleaned = -0.000669727 Jy ! Component: 300 - total flux cleaned = -0.000714646 Jy ! Component: 350 - total flux cleaned = -0.000780226 Jy ! Component: 400 - total flux cleaned = -0.000886589 Jy ! Component: 450 - total flux cleaned = -0.000906781 Jy ! Component: 500 - total flux cleaned = -0.000906862 Jy ! Component: 550 - total flux cleaned = -0.000887658 Jy ! Component: 600 - total flux cleaned = -0.000927134 Jy ! Component: 650 - total flux cleaned = -0.00090815 Jy ! Component: 700 - total flux cleaned = -0.000908522 Jy ! Component: 750 - total flux cleaned = -0.000962886 Jy ! Component: 800 - total flux cleaned = -0.000980438 Jy ! Component: 850 - total flux cleaned = -0.000997886 Jy ! Component: 900 - total flux cleaned = -0.00101538 Jy ! Component: 950 - total flux cleaned = -0.000999129 Jy ! Component: 1000 - total flux cleaned = -0.00103253 Jy ! Component: 1050 - total flux cleaned = -0.00101614 Jy ! Component: 1100 - total flux cleaned = -0.00103221 Jy ! Component: 1150 - total flux cleaned = -0.00100045 Jy ! Component: 1200 - total flux cleaned = -0.00104778 Jy ! Component: 1250 - total flux cleaned = -0.00110996 Jy ! Component: 1300 - total flux cleaned = -0.0010638 Jy ! Component: 1350 - total flux cleaned = -0.00106404 Jy ! Component: 1400 - total flux cleaned = -0.00112379 Jy ! Component: 1450 - total flux cleaned = -0.00107915 Jy ! Component: 1500 - total flux cleaned = -0.00109396 Jy ! Component: 1550 - total flux cleaned = -0.00115178 Jy ! Component: 1600 - total flux cleaned = -0.00112333 Jy ! Component: 1650 - total flux cleaned = -0.00118002 Jy ! Component: 1700 - total flux cleaned = -0.00119381 Jy ! Component: 1750 - total flux cleaned = -0.00120769 Jy ! Component: 1800 - total flux cleaned = -0.00127618 Jy ! Component: 1850 - total flux cleaned = -0.00127628 Jy ! Component: 1900 - total flux cleaned = -0.0013164 Jy ! Component: 1950 - total flux cleaned = -0.00130317 Jy ! Component: 2000 - total flux cleaned = -0.00131631 Jy ! Component: 2050 - total flux cleaned = -0.00134241 Jy ! Component: 2100 - total flux cleaned = -0.00132954 Jy ! Component: 2150 - total flux cleaned = -0.00130411 Jy ! Component: 2200 - total flux cleaned = -0.00129144 Jy ! Component: 2250 - total flux cleaned = -0.00124155 Jy ! Component: 2300 - total flux cleaned = -0.00120446 Jy ! Component: 2350 - total flux cleaned = -0.00115562 Jy ! Component: 2400 - total flux cleaned = -0.00114355 Jy ! Component: 2450 - total flux cleaned = -0.00108371 Jy ! Component: 2500 - total flux cleaned = -0.0010718 Jy ! Component: 2550 - total flux cleaned = -0.00102454 Jy ! Component: 2600 - total flux cleaned = -0.000930808 Jy ! Component: 2650 - total flux cleaned = -0.000907626 Jy ! Component: 2700 - total flux cleaned = -0.00083849 Jy ! Component: 2750 - total flux cleaned = -0.000792622 Jy ! Component: 2800 - total flux cleaned = -0.00073594 Jy ! Component: 2850 - total flux cleaned = -0.000668563 Jy ! Component: 2900 - total flux cleaned = -0.000601726 Jy ! Component: 2950 - total flux cleaned = -0.000546565 Jy ! Component: 3000 - total flux cleaned = -0.000513603 Jy ! Component: 3050 - total flux cleaned = -0.000470004 Jy ! Component: 3100 - total flux cleaned = -0.000415986 Jy ! Component: 3150 - total flux cleaned = -0.000383851 Jy ! Component: 3200 - total flux cleaned = -0.000330613 Jy ! Component: 3250 - total flux cleaned = -0.0002672 Jy ! Component: 3300 - total flux cleaned = -0.000193849 Jy ! Component: 3350 - total flux cleaned = -0.000194114 Jy ! Component: 3400 - total flux cleaned = -0.000131951 Jy ! Component: 3450 - total flux cleaned = -7.02901e-05 Jy ! Component: 3500 - total flux cleaned = -7.03159e-05 Jy ! Component: 3550 - total flux cleaned = -6.01057e-05 Jy ! Component: 3600 - total flux cleaned = -2.98909e-05 Jy ! Component: 3650 - total flux cleaned = 2.01726e-05 Jy ! Component: 3700 - total flux cleaned = 1.03538e-05 Jy ! Component: 3750 - total flux cleaned = 4.99045e-05 Jy ! Component: 3800 - total flux cleaned = 5.96636e-05 Jy ! Component: 3850 - total flux cleaned = 7.91729e-05 Jy ! Component: 3900 - total flux cleaned = 7.92125e-05 Jy ! Component: 3950 - total flux cleaned = 0.000146433 Jy ! Component: 4000 - total flux cleaned = 0.000136866 Jy ! Component: 4050 - total flux cleaned = 0.00013685 Jy ! Total flux subtracted in 4096 components = 0.000146255 Jy ! Clean residual min=-0.000564 max=0.000578 Jy/beam ! Clean residual mean=-0.000000 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.0607659 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 355 components and 0.0607659 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J1430-0009_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.591 x 7.476 at -2.789 degrees (North through East) ! Clean map min=-0.0012294 max=0.049377 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1430-0009_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0493769 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000170678 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03699 1.03699 2.07398 4.14796 8.29592 16.5918 33.1837 66.3673 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.049 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 289.298 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1430-0009_S_uvs.log closed on Wed Apr 6 23:05:35 2016