! Started logfile: /g0/scr/pima/npcsb_uvs/J1506+8319_S_uvs.log on Sat Oct 5 18:59:27 2013 obs /g0/scr/pima/npcsb_uvs/J1506+8319_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_S_uva.fits ! AN table 1: 46 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.986957 visibilities/baseline/integration-bin. ! Found source: J1506+8319 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 8172 visibilities. select RR ! 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 /g0/scr/pima/npcsb_uvs/J1506+8319_S] 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.054350Jy sigma=2.441189 ! Fit after self-cal, rms=0.708048Jy sigma=1.545370 ! 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.345 mas, bmaj=10.21 mas, bpa=-1.323 degrees ! Estimated noise=6.99192 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.239785 Jy ! Component: 100 - total flux cleaned = 0.29471 Jy ! Total flux subtracted in 100 components = 0.29471 Jy ! Clean residual min=-0.011784 max=0.020644 Jy/beam ! Clean residual mean=0.000014 rms=0.003368 Jy/beam ! Combined flux in latest and established models = 0.29471 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.29471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110148Jy sigma=0.259895 ! Fit after self-cal, rms=0.110077Jy sigma=0.259666 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0233928 Jy ! Component: 100 - total flux cleaned = 0.0345126 Jy ! Total flux subtracted in 100 components = 0.0345126 Jy ! Clean residual min=-0.011021 max=0.010113 Jy/beam ! Clean residual mean=0.000007 rms=0.002544 Jy/beam ! Combined flux in latest and established models = 0.329223 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.329223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106488Jy sigma=0.238328 ! Fit after self-cal, rms=0.106362Jy sigma=0.237965 ! 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.131 mas, bmaj=11.03 mas, bpa=-2.314 degrees ! Estimated noise=3.56678 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.0147776 Jy ! Component: 100 - total flux cleaned = 0.0239449 Jy ! Component: 150 - total flux cleaned = 0.0300691 Jy ! Component: 200 - total flux cleaned = 0.0341978 Jy ! Total flux subtracted in 200 components = 0.0341978 Jy ! Clean residual min=-0.009960 max=0.008668 Jy/beam ! Clean residual mean=0.000014 rms=0.002348 Jy/beam ! Combined flux in latest and established models = 0.363421 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 27 components and 0.363421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105157Jy sigma=0.229604 ! Fit after self-cal, rms=0.105154Jy sigma=0.229493 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.94 KP 0.97 ! LA 1.10 MK 0.88 NL 0.99 OV 0.98 ! PT 1.08 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 0.96 KP 0.96 ! LA 1.01 MK 0.92 NL 0.98 OV 0.99 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 1.05 HN 0.98 KP 0.96 ! LA 0.84 MK 1.00 NL 1.11 OV 1.02 ! PT 1.08 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.05 HN 0.93 KP 0.89 ! LA 0.72 MK 1.04 NL 1.01 OV 0.88 ! PT 0.94 SC 1.03 ! ! ! Fit before self-cal, rms=0.105154Jy sigma=0.229493 ! Fit after self-cal, rms=0.094763Jy sigma=0.202617 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.111 mas, bmaj=11.06 mas, bpa=-2.417 degrees ! Estimated noise=3.41964 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.0090626 Jy ! Component: 100 - total flux cleaned = -0.0119674 Jy ! Component: 150 - total flux cleaned = -0.0127573 Jy ! Component: 200 - total flux cleaned = -0.0133396 Jy ! Total flux subtracted in 200 components = -0.0133396 Jy ! Clean residual min=-0.003964 max=0.004498 Jy/beam ! Clean residual mean=0.000010 rms=0.001002 Jy/beam ! Combined flux in latest and established models = 0.350081 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.350081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092404Jy sigma=0.203972 ! Fit after self-cal, rms=0.092461Jy sigma=0.203867 ! 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.092461Jy sigma=0.203867 ! Fit after self-cal, rms=0.091559Jy sigma=0.202215 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=11.06 mas, bpa=-2.394 degrees ! Estimated noise=3.30559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00873143 Jy ! Component: 100 - total flux cleaned = -0.0109687 Jy ! Component: 150 - total flux cleaned = -0.0115765 Jy ! Component: 200 - total flux cleaned = -0.0119827 Jy ! Total flux subtracted in 200 components = -0.0119827 Jy ! Clean residual min=-0.003403 max=0.004146 Jy/beam ! Clean residual mean=0.000009 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.338098 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.338098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089292Jy sigma=0.203760 ! Fit after self-cal, rms=0.089290Jy sigma=0.203754 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 (-4, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00383575 Jy ! Component: 100 - total flux cleaned = 0.00464137 Jy ! Component: 150 - total flux cleaned = 0.00471901 Jy ! Component: 200 - total flux cleaned = 0.00456584 Jy ! Total flux subtracted in 200 components = 0.00456584 Jy ! Clean residual min=-0.002872 max=0.003740 Jy/beam ! Clean residual mean=0.000005 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.342664 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 58 components and 0.342664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088967Jy sigma=0.203205 ! Fit after self-cal, rms=0.088956Jy sigma=0.203170 ! Inverting map ! Added new window around map position (-13, 34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247712 Jy ! Component: 100 - total flux cleaned = 0.00323205 Jy ! Component: 150 - total flux cleaned = 0.00323531 Jy ! Component: 200 - total flux cleaned = 0.00323427 Jy ! Total flux subtracted in 200 components = 0.00323427 Jy ! Clean residual min=-0.002602 max=0.002675 Jy/beam ! Clean residual mean=0.000002 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.345898 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 77 components and 0.345898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088769Jy sigma=0.202798 ! Fit after self-cal, rms=0.088759Jy sigma=0.202787 ! 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.088759Jy sigma=0.202787 ! Fit after self-cal, rms=0.087745Jy sigma=0.201054 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.1 mas, bmaj=11.06 mas, bpa=-2.385 degrees ! Estimated noise=3.18968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00842892 Jy ! Component: 100 - total flux cleaned = -0.00928467 Jy ! Component: 150 - total flux cleaned = -0.00877879 Jy ! Component: 200 - total flux cleaned = -0.00844982 Jy ! Total flux subtracted in 200 components = -0.00844982 Jy ! Clean residual min=-0.002548 max=0.002548 Jy/beam ! Clean residual mean=0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.337449 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 98 components and 0.337449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085508Jy sigma=0.202611 ! Fit after self-cal, rms=0.085504Jy sigma=0.202606 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.000377754 Jy ! Component: 100 - total flux cleaned = 0.000378152 Jy ! Component: 150 - total flux cleaned = 0.000334839 Jy ! Component: 200 - total flux cleaned = 0.000294539 Jy ! Total flux subtracted in 200 components = 0.000294539 Jy ! Clean residual min=-0.002445 max=0.002494 Jy/beam ! Clean residual mean=0.000001 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.337743 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 121 components and 0.337743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085422Jy sigma=0.202577 ! Fit after self-cal, rms=0.085420Jy sigma=0.202574 ! 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.085420Jy sigma=0.202574 ! Fit after self-cal, rms=0.084493Jy sigma=0.200862 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.359 mas, bmaj=13.17 mas, bpa=-5.924 degrees ! Estimated noise=3.69708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00719925 Jy ! Component: 100 - total flux cleaned = -0.00882351 Jy ! Component: 150 - total flux cleaned = -0.00887786 Jy ! Component: 200 - total flux cleaned = -0.00900306 Jy ! Total flux subtracted in 200 components = -0.00900306 Jy ! Clean residual min=-0.002676 max=0.002614 Jy/beam ! Clean residual mean=0.000001 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.32874 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 147 components and 0.32874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082596Jy sigma=0.202154 ! Fit after self-cal, rms=0.082588Jy sigma=0.202138 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.00020328 Jy ! Component: 100 - total flux cleaned = -0.000202394 Jy ! Component: 150 - total flux cleaned = -0.000229755 Jy ! Component: 200 - total flux cleaned = -0.000229952 Jy ! Total flux subtracted in 200 components = -0.000229952 Jy ! Clean residual min=-0.002561 max=0.002457 Jy/beam ! Clean residual mean=0.000002 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.32851 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 172 components and 0.32851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082534Jy sigma=0.202211 ! Fit after self-cal, rms=0.082530Jy sigma=0.202207 ! 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.093 mas, bmaj=11.05 mas, bpa=-2.367 degrees ! Estimated noise=3.07877 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.093 x 11.05 at -2.367 degrees (North through East) ! Clean map min=-0.003062 max=0.27253 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.319 mas, bmaj=10.21 mas, bpa=-1.366 degrees ! Estimated noise=5.98712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.205077 Jy ! Component: 100 - total flux cleaned = 0.254642 Jy ! Component: 150 - total flux cleaned = 0.275398 Jy ! Component: 200 - total flux cleaned = 0.286225 Jy ! Total flux subtracted in 200 components = 0.286225 Jy ! Clean residual min=-0.005563 max=0.006100 Jy/beam ! Clean residual mean=0.000010 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.286226 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.286226 Jy ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=11.05 mas, bpa=-2.367 degrees ! Estimated noise=3.07877 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.0121599 Jy ! Component: 100 - total flux cleaned = 0.0195321 Jy ! Component: 150 - total flux cleaned = 0.0245914 Jy ! Component: 200 - total flux cleaned = 0.0283761 Jy ! Total flux subtracted in 200 components = 0.0283761 Jy ! Clean residual min=-0.003224 max=0.003481 Jy/beam ! Clean residual mean=0.000011 rms=0.000947 Jy/beam ! Combined flux in latest and established models = 0.314602 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 74 components and 0.314602 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.359 mas, bmaj=13.17 mas, bpa=-5.924 degrees ! Estimated noise=3.69708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00521186 Jy ! Component: 100 - total flux cleaned = 0.00821379 Jy ! Component: 150 - total flux cleaned = 0.00957965 Jy ! Component: 200 - total flux cleaned = 0.0105436 Jy ! Total flux subtracted in 200 components = 0.0105436 Jy ! Clean residual min=-0.003071 max=0.002463 Jy/beam ! Clean residual mean=0.000006 rms=0.001013 Jy/beam ! Combined flux in latest and established models = 0.325145 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.00052228 Jy ! Component: 100 - total flux cleaned = 0.00104099 Jy ! Component: 150 - total flux cleaned = 0.00148902 Jy ! Component: 200 - total flux cleaned = 0.00183385 Jy ! Total flux subtracted in 200 components = 0.00183385 Jy ! Clean residual min=-0.002694 max=0.002270 Jy/beam ! Clean residual mean=0.000003 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.326979 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 142 components and 0.326979 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=11.05 mas, bpa=-2.367 degrees ! Estimated noise=3.07877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000323505 Jy ! Component: 100 - total flux cleaned = 0.000433917 Jy ! Component: 150 - total flux cleaned = 0.000585588 Jy ! Component: 200 - total flux cleaned = 0.000675769 Jy ! Total flux subtracted in 200 components = 0.000675769 Jy ! Clean residual min=-0.002210 max=0.002159 Jy/beam ! Clean residual mean=0.000002 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.327655 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 173 components and 0.327655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082012Jy sigma=0.202960 ! Fit after self-cal, rms=0.082016Jy sigma=0.202946 wmodel /g0/scr/pima/npcsb_uvs/J1506+8319_S_map.mod ! Writing 173 model components to file: /g0/scr/pima/npcsb_uvs/J1506+8319_S_map.mod wobs /g0/scr/pima/npcsb_uvs/J1506+8319_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_S_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1506+8319_S_map.win ! wwins: Wrote 3 windows to /g0/scr/pima/npcsb_uvs/J1506+8319_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.0005886 Jy ! Component: 100 - total flux cleaned = -0.000970332 Jy ! Component: 150 - total flux cleaned = -0.00133208 Jy ! Component: 200 - total flux cleaned = -0.00164607 Jy ! Component: 250 - total flux cleaned = -0.00208416 Jy ! Component: 300 - total flux cleaned = -0.00244334 Jy ! Component: 350 - total flux cleaned = -0.00276026 Jy ! Component: 400 - total flux cleaned = -0.00297616 Jy ! Component: 450 - total flux cleaned = -0.00321691 Jy ! Component: 500 - total flux cleaned = -0.003481 Jy ! Component: 550 - total flux cleaned = -0.00365364 Jy ! Component: 600 - total flux cleaned = -0.00376654 Jy ! Component: 650 - total flux cleaned = -0.00385072 Jy ! Component: 700 - total flux cleaned = -0.00404295 Jy ! Component: 750 - total flux cleaned = -0.00425811 Jy ! Component: 800 - total flux cleaned = -0.00444279 Jy ! Component: 850 - total flux cleaned = -0.00467704 Jy ! Component: 900 - total flux cleaned = -0.00485647 Jy ! Component: 950 - total flux cleaned = -0.00498299 Jy ! Component: 1000 - total flux cleaned = -0.00513252 Jy ! Component: 1050 - total flux cleaned = -0.00525552 Jy ! Component: 1100 - total flux cleaned = -0.00527933 Jy ! Component: 1150 - total flux cleaned = -0.00535175 Jy ! Component: 1200 - total flux cleaned = -0.00539932 Jy ! Component: 1250 - total flux cleaned = -0.00549332 Jy ! Component: 1300 - total flux cleaned = -0.00556304 Jy ! Component: 1350 - total flux cleaned = -0.00551711 Jy ! Component: 1400 - total flux cleaned = -0.00563044 Jy ! Component: 1450 - total flux cleaned = -0.0056077 Jy ! Component: 1500 - total flux cleaned = -0.00558539 Jy ! Component: 1550 - total flux cleaned = -0.00551937 Jy ! Component: 1600 - total flux cleaned = -0.00545418 Jy ! Component: 1650 - total flux cleaned = -0.00541116 Jy ! Component: 1700 - total flux cleaned = -0.00536837 Jy ! Component: 1750 - total flux cleaned = -0.00534711 Jy ! Component: 1800 - total flux cleaned = -0.005347 Jy ! Component: 1850 - total flux cleaned = -0.00530496 Jy ! Component: 1900 - total flux cleaned = -0.00522187 Jy ! Component: 1950 - total flux cleaned = -0.00518065 Jy ! Component: 2000 - total flux cleaned = -0.00516016 Jy ! Component: 2050 - total flux cleaned = -0.00516018 Jy ! Component: 2100 - total flux cleaned = -0.00505947 Jy ! Component: 2150 - total flux cleaned = -0.00501939 Jy ! Component: 2200 - total flux cleaned = -0.00499963 Jy ! Component: 2250 - total flux cleaned = -0.00492108 Jy ! Component: 2300 - total flux cleaned = -0.00490156 Jy ! Component: 2350 - total flux cleaned = -0.004882 Jy ! Component: 2400 - total flux cleaned = -0.00478578 Jy ! Component: 2450 - total flux cleaned = -0.00478588 Jy ! Component: 2500 - total flux cleaned = -0.00486186 Jy ! Component: 2550 - total flux cleaned = -0.00474881 Jy ! Component: 2600 - total flux cleaned = -0.00474895 Jy ! Component: 2650 - total flux cleaned = -0.00480487 Jy ! Component: 2700 - total flux cleaned = -0.00482318 Jy ! Component: 2750 - total flux cleaned = -0.00480462 Jy ! Component: 2800 - total flux cleaned = -0.00478643 Jy ! Component: 2850 - total flux cleaned = -0.00482266 Jy ! Component: 2900 - total flux cleaned = -0.00478659 Jy ! Component: 2950 - total flux cleaned = -0.00485853 Jy ! Component: 3000 - total flux cleaned = -0.00489428 Jy ! Component: 3050 - total flux cleaned = -0.00491198 Jy ! Component: 3100 - total flux cleaned = -0.00489425 Jy ! Component: 3150 - total flux cleaned = -0.0049823 Jy ! Component: 3200 - total flux cleaned = -0.00501738 Jy ! Component: 3250 - total flux cleaned = -0.00503489 Jy ! Component: 3300 - total flux cleaned = -0.00510404 Jy ! Component: 3350 - total flux cleaned = -0.00517283 Jy ! Component: 3400 - total flux cleaned = -0.0051898 Jy ! Component: 3450 - total flux cleaned = -0.00522387 Jy ! Component: 3500 - total flux cleaned = -0.00524082 Jy ! Component: 3550 - total flux cleaned = -0.00537567 Jy ! Component: 3600 - total flux cleaned = -0.00539242 Jy ! Component: 3650 - total flux cleaned = -0.00540906 Jy ! Component: 3700 - total flux cleaned = -0.00540894 Jy ! Component: 3750 - total flux cleaned = -0.00547509 Jy ! Component: 3800 - total flux cleaned = -0.00550799 Jy ! Component: 3850 - total flux cleaned = -0.00555718 Jy ! Component: 3900 - total flux cleaned = -0.00558985 Jy ! Component: 3950 - total flux cleaned = -0.00562237 Jy ! Component: 4000 - total flux cleaned = -0.00565468 Jy ! Component: 4050 - total flux cleaned = -0.00570294 Jy ! Total flux subtracted in 4096 components = -0.00568691 Jy ! Clean residual min=-0.000849 max=0.000917 Jy/beam ! Clean residual mean=0.000001 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.321968 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 470 components and 0.321968 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1506+8319_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.093 x 11.05 at -2.367 degrees (North through East) ! Clean map min=-0.0026008 max=0.27132 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.271317 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000296207 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.327522 0.327522 0.655044 1.31009 2.62018 5.24035 10.4807 20.9614 41.9228 83.8456 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.271 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1506+8319_S_uvs.log closed on Sat Oct 5 18:59:31 2013