! Started logfile: /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.log on Wed Sep 25 00:05:27 2013 obs /g0/scr/pima/npcsb_uvs/J1159+2914_X_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_uva.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.635897 visibilities/baseline/integration-bin. ! Found source: J1159+2914 ! ! 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 8.40993e+09 8e+06 1 8e+06 ! 02 2 8.47993e+09 8e+06 1 8e+06 ! 03 3 8.79493e+09 8e+06 1 8e+06 ! 04 4 8.89993e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1488 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsb_uvs/J1159+2914_X] 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.200x0.200 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. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.084181Jy sigma=4.783773 ! Fit after self-cal, rms=0.842654Jy sigma=2.023740 ! 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=0.7364 mas, bmaj=2.055 mas, bpa=-23.12 degrees ! Estimated noise=11.6679 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 = 1.39592 Jy ! Component: 100 - total flux cleaned = 1.70032 Jy ! Total flux subtracted in 100 components = 1.70032 Jy ! Clean residual min=-0.050742 max=0.084893 Jy/beam ! Clean residual mean=0.000013 rms=0.013299 Jy/beam ! Combined flux in latest and established models = 1.70032 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1.70032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.233838Jy sigma=0.551155 ! Fit after self-cal, rms=0.233823Jy sigma=0.551154 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0747902 Jy ! Component: 100 - total flux cleaned = 0.110751 Jy ! Total flux subtracted in 100 components = 0.110751 Jy ! Clean residual min=-0.049015 max=0.051922 Jy/beam ! Clean residual mean=0.000005 rms=0.011278 Jy/beam ! Combined flux in latest and established models = 1.81108 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 1.81108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199120Jy sigma=0.470826 ! Fit after self-cal, rms=0.198633Jy sigma=0.470349 ! 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=0.8489 mas, bmaj=2.203 mas, bpa=-25.65 degrees ! Estimated noise=8.19236 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.0367068 Jy ! Component: 100 - total flux cleaned = 0.0578389 Jy ! Component: 150 - total flux cleaned = 0.065344 Jy ! Component: 200 - total flux cleaned = 0.0705343 Jy ! Total flux subtracted in 200 components = 0.0705343 Jy ! Clean residual min=-0.037126 max=0.048494 Jy/beam ! Clean residual mean=-0.000003 rms=0.009415 Jy/beam ! Combined flux in latest and established models = 1.88161 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 29 components and 1.88161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189959Jy sigma=0.452899 ! Fit after self-cal, rms=0.189650Jy sigma=0.451954 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 1.07 KP 1.04 ! LA 1.05 MK 1.03 NL 1.01 OV 1.00 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 1.04 KP 0.95 ! LA 0.98 MK 0.98 NL 1.00 OV 0.99 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.99 HN 0.94 KP 0.86 ! LA 0.96 MK 1.01 NL 0.97 OV 0.98 ! PT 1.04 SC 0.95 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.09 HN 0.94 KP 0.91 ! LA 0.93 MK 1.04 NL 0.94 OV 1.00 ! PT 1.11 SC 0.99 ! ! ! Fit before self-cal, rms=0.189650Jy sigma=0.451954 ! Fit after self-cal, rms=0.133518Jy sigma=0.324973 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8481 mas, bmaj=2.199 mas, bpa=-25.73 degrees ! Estimated noise=8.23591 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.00380671 Jy ! Component: 100 - total flux cleaned = -0.00300496 Jy ! Component: 150 - total flux cleaned = -0.00304451 Jy ! Component: 200 - total flux cleaned = -0.00266239 Jy ! Total flux subtracted in 200 components = -0.00266239 Jy ! Clean residual min=-0.019816 max=0.022652 Jy/beam ! Clean residual mean=-0.000006 rms=0.004791 Jy/beam ! Combined flux in latest and established models = 1.87895 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 1.87895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131328Jy sigma=0.322407 ! Fit after self-cal, rms=0.130714Jy sigma=0.321548 ! 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.130714Jy sigma=0.321548 ! Fit after self-cal, rms=0.130701Jy sigma=0.321158 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8488 mas, bmaj=2.2 mas, bpa=-25.71 degrees ! Estimated noise=8.24199 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.29755e-05 Jy ! Component: 100 - total flux cleaned = 8.8735e-05 Jy ! Component: 150 - total flux cleaned = 0.000405762 Jy ! Component: 200 - total flux cleaned = 0.000677109 Jy ! Total flux subtracted in 200 components = 0.000677109 Jy ! Clean residual min=-0.019469 max=0.022321 Jy/beam ! Clean residual mean=-0.000006 rms=0.004669 Jy/beam ! Combined flux in latest and established models = 1.87962 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 1.87962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.129856Jy sigma=0.320590 ! Fit after self-cal, rms=0.129807Jy sigma=0.320221 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 (-2.2, 50.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205949 Jy ! Component: 100 - total flux cleaned = 0.0264955 Jy ! Component: 150 - total flux cleaned = 0.0279345 Jy ! Component: 200 - total flux cleaned = 0.0288538 Jy ! Total flux subtracted in 200 components = 0.0288538 Jy ! Clean residual min=-0.017208 max=0.017160 Jy/beam ! Clean residual mean=-0.000002 rms=0.004265 Jy/beam ! Combined flux in latest and established models = 1.90848 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 1.90848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125897Jy sigma=0.312516 ! Fit after self-cal, rms=0.125630Jy sigma=0.311986 ! 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.125630Jy sigma=0.311986 ! Fit after self-cal, rms=0.125901Jy sigma=0.311473 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.85 mas, bmaj=2.201 mas, bpa=-25.71 degrees ! Estimated noise=8.24546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00501947 Jy ! Component: 100 - total flux cleaned = 0.00528953 Jy ! Component: 150 - total flux cleaned = 0.00505886 Jy ! Component: 200 - total flux cleaned = 0.00466259 Jy ! Total flux subtracted in 200 components = 0.00466259 Jy ! Clean residual min=-0.016601 max=0.016448 Jy/beam ! Clean residual mean=-0.000001 rms=0.004136 Jy/beam ! Combined flux in latest and established models = 1.91314 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 69 components and 1.91314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124875Jy sigma=0.309945 ! Fit after self-cal, rms=0.124840Jy sigma=0.309856 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.000614308 Jy ! Component: 100 - total flux cleaned = 0.000976446 Jy ! Component: 150 - total flux cleaned = 0.0011426 Jy ! Component: 200 - total flux cleaned = 0.00143321 Jy ! Total flux subtracted in 200 components = 0.00143321 Jy ! Clean residual min=-0.016867 max=0.016098 Jy/beam ! Clean residual mean=-0.000001 rms=0.004103 Jy/beam ! Combined flux in latest and established models = 1.91457 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 78 components and 1.91457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124387Jy sigma=0.309241 ! Fit after self-cal, rms=0.124387Jy sigma=0.309202 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.124387Jy sigma=0.309202 ! Fit after self-cal, rms=0.124629Jy sigma=0.309089 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.044 mas, bmaj=2.591 mas, bpa=-20.81 degrees ! Estimated noise=10.1334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0030492 Jy ! Component: 100 - total flux cleaned = 0.00540311 Jy ! Component: 150 - total flux cleaned = 0.00764861 Jy ! Component: 200 - total flux cleaned = 0.0091642 Jy ! Total flux subtracted in 200 components = 0.0091642 Jy ! Clean residual min=-0.017434 max=0.016645 Jy/beam ! Clean residual mean=-0.000002 rms=0.004848 Jy/beam ! Combined flux in latest and established models = 1.92374 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 1.92374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124409Jy sigma=0.309456 ! Fit after self-cal, rms=0.124411Jy sigma=0.309261 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.00049513 Jy ! Component: 100 - total flux cleaned = 0.00156221 Jy ! Component: 150 - total flux cleaned = 0.00229231 Jy ! Component: 200 - total flux cleaned = 0.00270876 Jy ! Total flux subtracted in 200 components = 0.00270876 Jy ! Clean residual min=-0.016938 max=0.016179 Jy/beam ! Clean residual mean=-0.000002 rms=0.004780 Jy/beam ! Combined flux in latest and established models = 1.92645 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 92 components and 1.92645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124334Jy sigma=0.309720 ! Fit after self-cal, rms=0.124364Jy sigma=0.309657 ! 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=0.8505 mas, bmaj=2.201 mas, bpa=-25.72 degrees ! Estimated noise=8.24765 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8505 x 2.201 at -25.72 degrees (North through East) ! Clean map min=-0.015562 max=1.8035 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124364Jy sigma=0.309657 ! Fit after self-cal, rms=0.119279Jy sigma=0.277720 ! Inverting map and beam ! Estimated beam: bmin=0.8498 mas, bmaj=2.201 mas, bpa=-25.74 degrees ! Estimated noise=8.23803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00220248 Jy ! Component: 100 - total flux cleaned = -0.00265029 Jy ! Component: 150 - total flux cleaned = -0.00302288 Jy ! Component: 200 - total flux cleaned = -0.00325555 Jy ! Total flux subtracted in 200 components = -0.00325555 Jy ! Clean residual min=-0.016746 max=0.017096 Jy/beam ! Clean residual mean=0.000000 rms=0.003971 Jy/beam ! Combined flux in latest and established models = 1.92319 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 1.92319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118929Jy sigma=0.277183 ! Fit after self-cal, rms=0.118958Jy sigma=0.277152 ! Inverting map ! Added new window around map position (-0.4, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000331127 Jy ! Component: 100 - total flux cleaned = -0.00541261 Jy ! Component: 150 - total flux cleaned = -0.00735622 Jy ! Component: 200 - total flux cleaned = -0.0092291 Jy ! Total flux subtracted in 200 components = -0.0092291 Jy ! Clean residual min=-0.015786 max=0.014472 Jy/beam ! Clean residual mean=-0.000003 rms=0.003600 Jy/beam ! Combined flux in latest and established models = 1.91396 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 131 components and 1.91396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115361Jy sigma=0.271032 ! Fit after self-cal, rms=0.115109Jy sigma=0.270483 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115109Jy sigma=0.270483 ! Fit after self-cal, rms=0.114997Jy sigma=0.269957 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=0.7374 mas, bmaj=2.053 mas, bpa=-23.11 degrees ! Estimated noise=11.7771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.40435 Jy ! Component: 100 - total flux cleaned = 1.71164 Jy ! Component: 150 - total flux cleaned = 1.78927 Jy ! Component: 200 - total flux cleaned = 1.81548 Jy ! Total flux subtracted in 200 components = 1.81548 Jy ! Clean residual min=-0.032256 max=0.031230 Jy/beam ! Clean residual mean=0.000004 rms=0.008544 Jy/beam ! Combined flux in latest and established models = 1.81548 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 22 model components to the UV plane model. ! The established model now contains 22 components and 1.81548 Jy ! Inverting map and beam ! Estimated beam: bmin=0.85 mas, bmaj=2.2 mas, bpa=-25.72 degrees ! Estimated noise=8.23905 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.0347979 Jy ! Component: 100 - total flux cleaned = 0.0488801 Jy ! Component: 150 - total flux cleaned = 0.0582108 Jy ! Component: 200 - total flux cleaned = 0.0648237 Jy ! Total flux subtracted in 200 components = 0.0648237 Jy ! Clean residual min=-0.017592 max=0.017288 Jy/beam ! Clean residual mean=-0.000002 rms=0.004396 Jy/beam ! Combined flux in latest and established models = 1.88031 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 52 components and 1.88031 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.042 mas, bmaj=2.59 mas, bpa=-20.91 degrees ! Estimated noise=10.1321 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0162578 Jy ! Component: 100 - total flux cleaned = 0.0178639 Jy ! Component: 150 - total flux cleaned = 0.0199475 Jy ! Component: 200 - total flux cleaned = 0.0213707 Jy ! Total flux subtracted in 200 components = 0.0213707 Jy ! Clean residual min=-0.015259 max=0.014359 Jy/beam ! Clean residual mean=-0.000004 rms=0.004439 Jy/beam ! Combined flux in latest and established models = 1.90168 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.000636991 Jy ! Component: 100 - total flux cleaned = 0.00120917 Jy ! Component: 150 - total flux cleaned = 0.00170304 Jy ! Component: 200 - total flux cleaned = 0.0019262 Jy ! Total flux subtracted in 200 components = 0.0019262 Jy ! Clean residual min=-0.014859 max=0.014746 Jy/beam ! Clean residual mean=-0.000005 rms=0.004300 Jy/beam ! Combined flux in latest and established models = 1.9036 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 79 components and 1.9036 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.85 mas, bmaj=2.2 mas, bpa=-25.72 degrees ! Estimated noise=8.23905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00623624 Jy ! Component: 100 - total flux cleaned = -0.00904197 Jy ! Component: 150 - total flux cleaned = -0.0111613 Jy ! Component: 200 - total flux cleaned = -0.0124646 Jy ! Total flux subtracted in 200 components = -0.0124646 Jy ! Clean residual min=-0.015468 max=0.014852 Jy/beam ! Clean residual mean=-0.000004 rms=0.003741 Jy/beam ! Combined flux in latest and established models = 1.89114 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 97 components and 1.89114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117246Jy sigma=0.274147 ! Fit after self-cal, rms=0.116792Jy sigma=0.273142 wmodel /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.mod ! Writing 97 model components to file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.mod wobs /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.win ! wwins: Wrote 3 windows to /g0/scr/pima/npcsb_uvs/J1159+2914_X_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.00170051 Jy ! Component: 100 - total flux cleaned = -0.00319918 Jy ! Component: 150 - total flux cleaned = -0.00460789 Jy ! Component: 200 - total flux cleaned = -0.00550626 Jy ! Component: 250 - total flux cleaned = -0.00636888 Jy ! Component: 300 - total flux cleaned = -0.0067873 Jy ! Component: 350 - total flux cleaned = -0.00739111 Jy ! Component: 400 - total flux cleaned = -0.00777882 Jy ! Component: 450 - total flux cleaned = -0.00740135 Jy ! Component: 500 - total flux cleaned = -0.00721713 Jy ! Component: 550 - total flux cleaned = -0.00685157 Jy ! Component: 600 - total flux cleaned = -0.00632037 Jy ! Component: 650 - total flux cleaned = -0.0059734 Jy ! Component: 700 - total flux cleaned = -0.00563796 Jy ! Component: 750 - total flux cleaned = -0.00531036 Jy ! Component: 800 - total flux cleaned = -0.00514897 Jy ! Component: 850 - total flux cleaned = -0.00499375 Jy ! Component: 900 - total flux cleaned = -0.00499425 Jy ! Component: 950 - total flux cleaned = -0.00453585 Jy ! Component: 1000 - total flux cleaned = -0.00469223 Jy ! Component: 1050 - total flux cleaned = -0.00528496 Jy ! Component: 1100 - total flux cleaned = -0.00543043 Jy ! Component: 1150 - total flux cleaned = -0.00585922 Jy ! Component: 1200 - total flux cleaned = -0.00614238 Jy ! Component: 1250 - total flux cleaned = -0.00669466 Jy ! Component: 1300 - total flux cleaned = -0.00723795 Jy ! Component: 1350 - total flux cleaned = -0.00723786 Jy ! Component: 1400 - total flux cleaned = -0.0073696 Jy ! Component: 1450 - total flux cleaned = -0.00750128 Jy ! Component: 1500 - total flux cleaned = -0.0077598 Jy ! Component: 1550 - total flux cleaned = -0.0083926 Jy ! Component: 1600 - total flux cleaned = -0.00864322 Jy ! Component: 1650 - total flux cleaned = -0.00864344 Jy ! Component: 1700 - total flux cleaned = -0.00876628 Jy ! Component: 1750 - total flux cleaned = -0.00912711 Jy ! Component: 1800 - total flux cleaned = -0.00936588 Jy ! Component: 1850 - total flux cleaned = -0.00971831 Jy ! Component: 1900 - total flux cleaned = -0.00983477 Jy ! Component: 1950 - total flux cleaned = -0.00972077 Jy ! Component: 2000 - total flux cleaned = -0.0102876 Jy ! Component: 2050 - total flux cleaned = -0.0101748 Jy ! Component: 2100 - total flux cleaned = -0.0100649 Jy ! Component: 2150 - total flux cleaned = -0.0102846 Jy ! Component: 2200 - total flux cleaned = -0.0103941 Jy ! Component: 2250 - total flux cleaned = -0.0107141 Jy ! Component: 2300 - total flux cleaned = -0.0107157 Jy ! Component: 2350 - total flux cleaned = -0.0109248 Jy ! Component: 2400 - total flux cleaned = -0.0109225 Jy ! Component: 2450 - total flux cleaned = -0.0111267 Jy ! Component: 2500 - total flux cleaned = -0.0109246 Jy ! Component: 2550 - total flux cleaned = -0.0108241 Jy ! Component: 2600 - total flux cleaned = -0.0106262 Jy ! Component: 2650 - total flux cleaned = -0.0108215 Jy ! Component: 2700 - total flux cleaned = -0.0104354 Jy ! Component: 2750 - total flux cleaned = -0.0101494 Jy ! Component: 2800 - total flux cleaned = -0.0101489 Jy ! Component: 2850 - total flux cleaned = -0.00968077 Jy ! Component: 2900 - total flux cleaned = -0.00921851 Jy ! Component: 2950 - total flux cleaned = -0.00903575 Jy ! Component: 3000 - total flux cleaned = -0.0086731 Jy ! Component: 3050 - total flux cleaned = -0.00858374 Jy ! Component: 3100 - total flux cleaned = -0.00849527 Jy ! Component: 3150 - total flux cleaned = -0.00823057 Jy ! Component: 3200 - total flux cleaned = -0.00805655 Jy ! Component: 3250 - total flux cleaned = -0.00796997 Jy ! Component: 3300 - total flux cleaned = -0.00796935 Jy ! Component: 3350 - total flux cleaned = -0.00779716 Jy ! Component: 3400 - total flux cleaned = -0.00737372 Jy ! Component: 3450 - total flux cleaned = -0.00728964 Jy ! Component: 3500 - total flux cleaned = -0.00695615 Jy ! Component: 3550 - total flux cleaned = -0.006625 Jy ! Component: 3600 - total flux cleaned = -0.00646121 Jy ! Component: 3650 - total flux cleaned = -0.00605397 Jy ! Component: 3700 - total flux cleaned = -0.00581124 Jy ! Component: 3750 - total flux cleaned = -0.00548975 Jy ! Component: 3800 - total flux cleaned = -0.00501061 Jy ! Component: 3850 - total flux cleaned = -0.00477261 Jy ! Component: 3900 - total flux cleaned = -0.0046155 Jy ! Component: 3950 - total flux cleaned = -0.00430356 Jy ! Component: 4000 - total flux cleaned = -0.0041479 Jy ! Component: 4050 - total flux cleaned = -0.00383938 Jy ! Total flux subtracted in 4096 components = -0.00368569 Jy ! Clean residual min=-0.004097 max=0.004072 Jy/beam ! Clean residual mean=-0.000002 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 1.88745 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 388 components and 1.88745 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1159+2914_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.85 x 2.2 at -25.72 degrees (North through East) ! Clean map min=-0.017579 max=1.7984 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.79838 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00134069 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.223649 0.223649 0.447298 0.894597 1.78919 3.57839 7.15677 14.3135 28.6271 57.2542 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.004 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.798 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.log closed on Wed Sep 25 00:05:32 2013