! Started logfile: /scr/pima/bg219h_uvs/J1139+7654_S_uvs.log on Thu Apr 7 09:01:27 2016 obs /scr/pima/bg219h_uvs/J1139+7654_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1139+7654_S_uva.fits ! AN table 1: 14 integrations on 36 of 36 possible baselines. ! AN table 2: 24 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.654971 visibilities/baseline/integration-bin. ! Found source: J1139+7654 ! ! 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 3584 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/J1139+7654_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 30 telescope corrections were flagged in sub-array 1. ! A total of 87 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 87 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 87 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 87 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.033255Jy sigma=21.180243 ! Fit after self-cal, rms=0.815442Jy sigma=16.570836 ! 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.452 mas, bmaj=6.104 mas, bpa=-74.62 degrees ! Estimated noise=0.964257 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.135629 Jy ! Component: 100 - total flux cleaned = 0.178088 Jy ! Total flux subtracted in 100 components = 0.178088 Jy ! Clean residual min=-0.008865 max=0.019557 Jy/beam ! Clean residual mean=-0.000165 rms=0.002533 Jy/beam ! Combined flux in latest and established models = 0.178088 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.178088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078502Jy sigma=1.551425 ! Fit after self-cal, rms=0.078432Jy sigma=1.549639 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0223482 Jy ! Component: 100 - total flux cleaned = 0.0344958 Jy ! Total flux subtracted in 100 components = 0.0344958 Jy ! Clean residual min=-0.006538 max=0.006401 Jy/beam ! Clean residual mean=-0.000089 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.212584 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 15 components and 0.212584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070165Jy sigma=1.358273 ! Fit after self-cal, rms=0.070135Jy sigma=1.357244 ! 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=2.953 mas, bmaj=6.935 mas, bpa=-74.73 degrees ! Estimated noise=0.67512 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.0106757 Jy ! Component: 100 - total flux cleaned = 0.0164919 Jy ! Component: 150 - total flux cleaned = 0.0199197 Jy ! Component: 200 - total flux cleaned = 0.0220598 Jy ! Total flux subtracted in 200 components = 0.0220598 Jy ! Clean residual min=-0.004775 max=0.004904 Jy/beam ! Clean residual mean=-0.000049 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.234644 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 53 components and 0.234644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068578Jy sigma=1.321477 ! Fit after self-cal, rms=0.068582Jy sigma=1.321187 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.953 x 6.935 at -74.73 degrees (North through East) ! Clean map min=-0.0046926 max=0.18577 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.97 FD 1.00* KP 1.01 LA 1.04 ! MK 0.99 NL 0.92 OV 1.03 PT 0.96 ! SC 1.03 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 HN 1.01 KP 0.98 LA 1.02 ! MK 1.02 NL 1.03 OV 0.96 PT 0.99 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* KP 1.00 LA 1.00 ! MK 0.97 NL 0.88 OV 1.01 PT 0.98 ! SC 1.03 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 HN 0.99 KP 0.99 LA 0.97 ! MK 0.99 NL 1.10 OV 0.99 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* KP 0.97 LA 1.00 ! MK 1.04 NL 0.87 OV 0.97 PT 1.04 ! SC 1.07 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 HN 1.00 KP 1.02 LA 1.02 ! MK 0.90 NL 1.04 OV 0.99 PT 1.00 ! SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* KP 1.06 LA 0.95 ! MK 1.04 NL 1.04 OV 1.05 PT 1.02 ! SC 1.03 ! ! A total of 21 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 HN 1.02 KP 0.97 LA 1.03 ! MK 1.00 NL 0.95 OV 0.96 PT 1.00 ! SC 1.06 ! ! ! Fit before self-cal, rms=0.068582Jy sigma=1.321187 ! Fit after self-cal, rms=0.068155Jy sigma=1.307797 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.931 mas, bmaj=6.997 mas, bpa=-75.55 degrees ! Estimated noise=0.683639 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.00102939 Jy ! Component: 100 - total flux cleaned = 0.00108451 Jy ! Component: 150 - total flux cleaned = 0.00108654 Jy ! Component: 200 - total flux cleaned = 0.00110583 Jy ! Total flux subtracted in 200 components = 0.00110583 Jy ! Clean residual min=-0.004950 max=0.004743 Jy/beam ! Clean residual mean=-0.000044 rms=0.000926 Jy/beam ! Combined flux in latest and established models = 0.23575 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 60 components and 0.23575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068127Jy sigma=1.307291 ! Fit after self-cal, rms=0.068147Jy sigma=1.307106 ! 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.068147Jy sigma=1.307106 ! Fit after self-cal, rms=0.068073Jy sigma=1.307007 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.926 mas, bmaj=6.996 mas, bpa=-75.54 degrees ! Estimated noise=0.682978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000674569 Jy ! Component: 100 - total flux cleaned = 0.000693964 Jy ! Component: 150 - total flux cleaned = 0.000677357 Jy ! Component: 200 - total flux cleaned = 0.000690107 Jy ! Total flux subtracted in 200 components = 0.000690107 Jy ! Clean residual min=-0.004919 max=0.004565 Jy/beam ! Clean residual mean=-0.000044 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.23644 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 65 components and 0.23644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068059Jy sigma=1.306797 ! Fit after self-cal, rms=0.068060Jy sigma=1.306783 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 = 7.05559e-05 Jy ! Component: 100 - total flux cleaned = 8.29995e-05 Jy ! Component: 150 - total flux cleaned = 9.44452e-05 Jy ! Component: 200 - total flux cleaned = 0.000105279 Jy ! Total flux subtracted in 200 components = 0.000105279 Jy ! Clean residual min=-0.004944 max=0.004504 Jy/beam ! Clean residual mean=-0.000043 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.236545 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.236545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068056Jy sigma=1.306704 ! Fit after self-cal, rms=0.068056Jy sigma=1.306698 ! 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.068056Jy sigma=1.306698 ! Fit after self-cal, rms=0.067953Jy sigma=1.306637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.921 mas, bmaj=6.995 mas, bpa=-75.53 degrees ! Estimated noise=0.682077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000349016 Jy ! Component: 100 - total flux cleaned = 0.000376961 Jy ! Component: 150 - total flux cleaned = 0.000399224 Jy ! Component: 200 - total flux cleaned = 0.00041976 Jy ! Total flux subtracted in 200 components = 0.00041976 Jy ! Clean residual min=-0.004908 max=0.004420 Jy/beam ! Clean residual mean=-0.000043 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.236965 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.236965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067946Jy sigma=1.306547 ! Fit after self-cal, rms=0.067948Jy sigma=1.306543 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 = 2.1418e-05 Jy ! Component: 100 - total flux cleaned = 3.09972e-05 Jy ! Component: 150 - total flux cleaned = 4.03137e-05 Jy ! Component: 200 - total flux cleaned = 4.02744e-05 Jy ! Total flux subtracted in 200 components = 4.02744e-05 Jy ! Clean residual min=-0.004916 max=0.004403 Jy/beam ! Clean residual mean=-0.000043 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.237005 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.237005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067945Jy sigma=1.306491 ! Fit after self-cal, rms=0.067945Jy sigma=1.306488 ! 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.067945Jy sigma=1.306488 ! Fit after self-cal, rms=0.067862Jy sigma=1.306459 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.39 mas, bmaj=11.41 mas, bpa=-75.88 degrees ! Estimated noise=0.890548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225705 Jy ! Component: 100 - total flux cleaned = 0.00211407 Jy ! Component: 150 - total flux cleaned = 0.00204153 Jy ! Component: 200 - total flux cleaned = 0.00201308 Jy ! Total flux subtracted in 200 components = 0.00201308 Jy ! Clean residual min=-0.004651 max=0.005273 Jy/beam ! Clean residual mean=-0.000091 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.239018 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 80 components and 0.239018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067965Jy sigma=1.308432 ! Fit after self-cal, rms=0.067919Jy sigma=1.307550 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 (-6, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00399906 Jy ! Component: 100 - total flux cleaned = 0.00511226 Jy ! Component: 150 - total flux cleaned = 0.00598581 Jy ! Component: 200 - total flux cleaned = 0.00660203 Jy ! Total flux subtracted in 200 components = 0.00660203 Jy ! Clean residual min=-0.003790 max=0.003017 Jy/beam ! Clean residual mean=-0.000044 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.24562 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 113 components and 0.24562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067693Jy sigma=1.302868 ! Fit after self-cal, rms=0.067670Jy sigma=1.302362 ! 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=2.918 mas, bmaj=6.993 mas, bpa=-75.52 degrees ! Estimated noise=0.681413 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.918 x 6.993 at -75.52 degrees (North through East) ! Clean map min=-0.0042574 max=0.18297 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.445 mas, bmaj=6.128 mas, bpa=-74.92 degrees ! Estimated noise=0.962745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134774 Jy ! Component: 100 - total flux cleaned = 0.177845 Jy ! Component: 150 - total flux cleaned = 0.200164 Jy ! Component: 200 - total flux cleaned = 0.212429 Jy ! Total flux subtracted in 200 components = 0.212429 Jy ! Clean residual min=-0.006371 max=0.006464 Jy/beam ! Clean residual mean=-0.000085 rms=0.001488 Jy/beam ! Combined flux in latest and established models = 0.212429 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.212429 Jy ! Inverting map and beam ! Estimated beam: bmin=2.918 mas, bmaj=6.993 mas, bpa=-75.52 degrees ! Estimated noise=0.681413 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.0108581 Jy ! Component: 100 - total flux cleaned = 0.0170274 Jy ! Component: 150 - total flux cleaned = 0.0211904 Jy ! Component: 200 - total flux cleaned = 0.0237041 Jy ! Total flux subtracted in 200 components = 0.0237041 Jy ! Clean residual min=-0.004604 max=0.003271 Jy/beam ! Clean residual mean=-0.000048 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.236133 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 60 components and 0.236133 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.39 mas, bmaj=11.41 mas, bpa=-75.88 degrees ! Estimated noise=0.890548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00380568 Jy ! Component: 100 - total flux cleaned = 0.00528917 Jy ! Component: 150 - total flux cleaned = 0.00656882 Jy ! Component: 200 - total flux cleaned = 0.00770128 Jy ! Total flux subtracted in 200 components = 0.00770128 Jy ! Clean residual min=-0.003682 max=0.003014 Jy/beam ! Clean residual mean=-0.000059 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.243835 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 = 0.000897858 Jy ! Component: 100 - total flux cleaned = 0.00167401 Jy ! Component: 150 - total flux cleaned = 0.00234384 Jy ! Component: 200 - total flux cleaned = 0.00249403 Jy ! Total flux subtracted in 200 components = 0.00249403 Jy ! Clean residual min=-0.003611 max=0.002945 Jy/beam ! Clean residual mean=-0.000041 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.246329 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 127 components and 0.246329 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.918 mas, bmaj=6.993 mas, bpa=-75.52 degrees ! Estimated noise=0.681413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000633916 Jy ! Component: 100 - total flux cleaned = 0.000373191 Jy ! Component: 150 - total flux cleaned = 0.000198115 Jy ! Component: 200 - total flux cleaned = 0.000195624 Jy ! Total flux subtracted in 200 components = 0.000195624 Jy ! Clean residual min=-0.004089 max=0.002993 Jy/beam ! Clean residual mean=-0.000016 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.246524 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 150 components and 0.246524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067425Jy sigma=1.297055 ! Fit after self-cal, rms=0.067402Jy sigma=1.296697 wmodel /scr/pima/bg219h_uvs/J1139+7654_S_map.mod ! Writing 150 model components to file: /scr/pima/bg219h_uvs/J1139+7654_S_map.mod wobs /scr/pima/bg219h_uvs/J1139+7654_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J1139+7654_S_uvs.fits wwins /scr/pima/bg219h_uvs/J1139+7654_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219h_uvs/J1139+7654_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.00148974 Jy ! Component: 100 - total flux cleaned = -0.00198778 Jy ! Component: 150 - total flux cleaned = -0.00233759 Jy ! Component: 200 - total flux cleaned = -0.00271282 Jy ! Component: 250 - total flux cleaned = -0.00293817 Jy ! Component: 300 - total flux cleaned = -0.00302511 Jy ! Component: 350 - total flux cleaned = -0.00302609 Jy ! Component: 400 - total flux cleaned = -0.00298596 Jy ! Component: 450 - total flux cleaned = -0.00290744 Jy ! Component: 500 - total flux cleaned = -0.00286836 Jy ! Component: 550 - total flux cleaned = -0.00283187 Jy ! Component: 600 - total flux cleaned = -0.0027959 Jy ! Component: 650 - total flux cleaned = -0.00279601 Jy ! Component: 700 - total flux cleaned = -0.00269185 Jy ! Component: 750 - total flux cleaned = -0.00248969 Jy ! Component: 800 - total flux cleaned = -0.00248973 Jy ! Component: 850 - total flux cleaned = -0.00229303 Jy ! Component: 900 - total flux cleaned = -0.00216452 Jy ! Component: 950 - total flux cleaned = -0.00210153 Jy ! Component: 1000 - total flux cleaned = -0.00197785 Jy ! Component: 1050 - total flux cleaned = -0.00188673 Jy ! Component: 1100 - total flux cleaned = -0.00173752 Jy ! Component: 1150 - total flux cleaned = -0.00164951 Jy ! Component: 1200 - total flux cleaned = -0.00150462 Jy ! Component: 1250 - total flux cleaned = -0.00153331 Jy ! Component: 1300 - total flux cleaned = -0.00139236 Jy ! Component: 1350 - total flux cleaned = -0.00130922 Jy ! Component: 1400 - total flux cleaned = -0.00114494 Jy ! Component: 1450 - total flux cleaned = -0.00103719 Jy ! Component: 1500 - total flux cleaned = -0.000876881 Jy ! Component: 1550 - total flux cleaned = -0.000745304 Jy ! Component: 1600 - total flux cleaned = -0.000693235 Jy ! Component: 1650 - total flux cleaned = -0.000538736 Jy ! Component: 1700 - total flux cleaned = -0.000386254 Jy ! Component: 1750 - total flux cleaned = -0.000310439 Jy ! Component: 1800 - total flux cleaned = -0.000211103 Jy ! Component: 1850 - total flux cleaned = -8.77703e-05 Jy ! Component: 1900 - total flux cleaned = -1.48408e-05 Jy ! Component: 1950 - total flux cleaned = 5.77261e-05 Jy ! Component: 2000 - total flux cleaned = 0.000129059 Jy ! Component: 2050 - total flux cleaned = 0.000129312 Jy ! Component: 2100 - total flux cleaned = 0.00026994 Jy ! Component: 2150 - total flux cleaned = 0.000362524 Jy ! Component: 2200 - total flux cleaned = 0.000431561 Jy ! Component: 2250 - total flux cleaned = 0.00052216 Jy ! Component: 2300 - total flux cleaned = 0.000544509 Jy ! Component: 2350 - total flux cleaned = 0.000655774 Jy ! Component: 2400 - total flux cleaned = 0.000699934 Jy ! Component: 2450 - total flux cleaned = 0.000765799 Jy ! Component: 2500 - total flux cleaned = 0.000874083 Jy ! Component: 2550 - total flux cleaned = 0.000831088 Jy ! Component: 2600 - total flux cleaned = 0.000937719 Jy ! Component: 2650 - total flux cleaned = 0.0010432 Jy ! Component: 2700 - total flux cleaned = 0.00102213 Jy ! Component: 2750 - total flux cleaned = 0.0010429 Jy ! Component: 2800 - total flux cleaned = 0.00106366 Jy ! Component: 2850 - total flux cleaned = 0.00108421 Jy ! Component: 2900 - total flux cleaned = 0.00114491 Jy ! Component: 2950 - total flux cleaned = 0.00116489 Jy ! Component: 3000 - total flux cleaned = 0.00116477 Jy ! Component: 3050 - total flux cleaned = 0.00114518 Jy ! Component: 3100 - total flux cleaned = 0.0012236 Jy ! Component: 3150 - total flux cleaned = 0.00118478 Jy ! Component: 3200 - total flux cleaned = 0.00124278 Jy ! Component: 3250 - total flux cleaned = 0.00118523 Jy ! Component: 3300 - total flux cleaned = 0.00126145 Jy ! Component: 3350 - total flux cleaned = 0.00120491 Jy ! Component: 3400 - total flux cleaned = 0.00129899 Jy ! Component: 3450 - total flux cleaned = 0.00126163 Jy ! Component: 3500 - total flux cleaned = 0.00135435 Jy ! Component: 3550 - total flux cleaned = 0.00137294 Jy ! Component: 3600 - total flux cleaned = 0.00140945 Jy ! Component: 3650 - total flux cleaned = 0.00150021 Jy ! Component: 3700 - total flux cleaned = 0.00155426 Jy ! Component: 3750 - total flux cleaned = 0.00159018 Jy ! Component: 3800 - total flux cleaned = 0.0016791 Jy ! Component: 3850 - total flux cleaned = 0.00162589 Jy ! Component: 3900 - total flux cleaned = 0.00173151 Jy ! Component: 3950 - total flux cleaned = 0.00178376 Jy ! Component: 4000 - total flux cleaned = 0.00181841 Jy ! Component: 4050 - total flux cleaned = 0.00188737 Jy ! Total flux subtracted in 4096 components = 0.0018187 Jy ! Clean residual min=-0.001059 max=0.001027 Jy/beam ! Clean residual mean=0.000000 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.248343 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 408 components and 0.248343 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J1139+7654_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.918 x 6.993 at -75.52 degrees (North through East) ! Clean map min=-0.003046 max=0.18497 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1139+7654_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.184972 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292795 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.474875 0.474875 0.949751 1.8995 3.799 7.59801 15.196 30.392 60.7841 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.184 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 631.744 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1139+7654_S_uvs.log closed on Thu Apr 7 09:01:31 2016