! Started logfile: /g0/scr/pima/npcsb_uvs/J1613+3412_S_uvs.log on Sat Oct 5 18:59:55 2013 obs /g0/scr/pima/npcsb_uvs/J1613+3412_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1613+3412_S_uva.fits ! AN table 1: 7 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1613+3412 ! ! 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 1260 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/J1613+3412_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=3.845733Jy sigma=140.377866 ! Fit after self-cal, rms=2.863304Jy sigma=108.329738 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.438 mas, bmaj=8.346 mas, bpa=14.39 degrees ! Estimated noise=0.94664 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 = 2.90196 Jy ! Component: 100 - total flux cleaned = 3.81039 Jy ! Total flux subtracted in 100 components = 3.81039 Jy ! Clean residual min=-0.173433 max=0.378515 Jy/beam ! Clean residual mean=0.000028 rms=0.064719 Jy/beam ! Combined flux in latest and established models = 3.81039 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 3.81039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.835754Jy sigma=31.737617 ! Fit after self-cal, rms=0.831280Jy sigma=31.685894 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.420678 Jy ! Component: 100 - total flux cleaned = 0.678797 Jy ! Total flux subtracted in 100 components = 0.678797 Jy ! Clean residual min=-0.123613 max=0.169948 Jy/beam ! Clean residual mean=0.000014 rms=0.037056 Jy/beam ! Combined flux in latest and established models = 4.48918 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 4.48918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.575388Jy sigma=21.120986 ! Fit after self-cal, rms=0.572564Jy sigma=21.078174 ! 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.987 mas, bmaj=9.049 mas, bpa=12.6 degrees ! Estimated noise=0.666818 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.22841 Jy ! Component: 100 - total flux cleaned = 0.368746 Jy ! Component: 150 - total flux cleaned = 0.46001 Jy ! Component: 200 - total flux cleaned = 0.520796 Jy ! Total flux subtracted in 200 components = 0.520796 Jy ! Clean residual min=-0.121206 max=0.109638 Jy/beam ! Clean residual mean=0.000035 rms=0.028189 Jy/beam ! Combined flux in latest and established models = 5.00998 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 80 components and 5.00998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.485465Jy sigma=17.609748 ! Fit after self-cal, rms=0.485383Jy sigma=17.605812 ! 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.02 FD 0.99 HN 0.98 KP 0.97 ! LA 1.11 MK 0.94 NL 0.99 OV 0.98 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.01 KP 0.98 ! LA 1.07 MK 0.99 NL 0.99 OV 1.00 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.05 HN 1.03 KP 0.99 ! LA 0.87 MK 1.11 NL 1.10 OV 1.03 ! PT 1.10 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.05 HN 0.98 KP 0.93 ! LA 0.74 MK 1.12 NL 1.03 OV 0.90 ! PT 0.97 SC 1.09 ! ! ! Fit before self-cal, rms=0.485383Jy sigma=17.605812 ! Fit after self-cal, rms=0.120033Jy sigma=2.766332 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.02 mas, bmaj=9.116 mas, bpa=12.56 degrees ! Estimated noise=0.667474 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.00446242 Jy ! Component: 100 - total flux cleaned = -0.00601908 Jy ! Component: 150 - total flux cleaned = -0.00736879 Jy ! Component: 200 - total flux cleaned = -0.00860581 Jy ! Total flux subtracted in 200 components = -0.00860581 Jy ! Clean residual min=-0.020508 max=0.014144 Jy/beam ! Clean residual mean=0.000008 rms=0.003491 Jy/beam ! Combined flux in latest and established models = 5.00137 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 94 components and 5.00137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115926Jy sigma=2.700650 ! Fit after self-cal, rms=0.116355Jy sigma=2.695283 ! 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.116355Jy sigma=2.695283 ! Fit after self-cal, rms=0.116013Jy sigma=2.688448 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.024 mas, bmaj=9.122 mas, bpa=12.54 degrees ! Estimated noise=0.667997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00434942 Jy ! Component: 100 - total flux cleaned = -0.00566048 Jy ! Component: 150 - total flux cleaned = -0.00682847 Jy ! Component: 200 - total flux cleaned = -0.00735362 Jy ! Total flux subtracted in 200 components = -0.00735362 Jy ! Clean residual min=-0.018553 max=0.013079 Jy/beam ! Clean residual mean=0.000008 rms=0.003248 Jy/beam ! Combined flux in latest and established models = 4.99402 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 4.99402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112616Jy sigma=2.648709 ! Fit after self-cal, rms=0.112983Jy sigma=2.645863 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.000433431 Jy ! Component: 100 - total flux cleaned = -0.000710982 Jy ! Component: 150 - total flux cleaned = -0.000977105 Jy ! Component: 200 - total flux cleaned = -0.00146292 Jy ! Total flux subtracted in 200 components = -0.00146292 Jy ! Clean residual min=-0.017660 max=0.012688 Jy/beam ! Clean residual mean=0.000009 rms=0.003143 Jy/beam ! Combined flux in latest and established models = 4.99256 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 102 components and 4.99256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110028Jy sigma=2.625656 ! Fit after self-cal, rms=0.110326Jy sigma=2.623607 ! 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.110326Jy sigma=2.623607 ! Fit after self-cal, rms=0.110010Jy sigma=2.617579 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.028 mas, bmaj=9.126 mas, bpa=12.53 degrees ! Estimated noise=0.668368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00406288 Jy ! Component: 100 - total flux cleaned = -0.00564979 Jy ! Component: 150 - total flux cleaned = -0.00612397 Jy ! Component: 200 - total flux cleaned = -0.00657913 Jy ! Total flux subtracted in 200 components = -0.00657913 Jy ! Clean residual min=-0.016197 max=0.011895 Jy/beam ! Clean residual mean=0.000008 rms=0.002981 Jy/beam ! Combined flux in latest and established models = 4.98598 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 104 components and 4.98598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107510Jy sigma=2.593047 ! Fit after self-cal, rms=0.107764Jy sigma=2.591598 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.000316071 Jy ! Component: 100 - total flux cleaned = -0.000543134 Jy ! Component: 150 - total flux cleaned = -0.000753697 Jy ! Component: 200 - total flux cleaned = -0.000751008 Jy ! Total flux subtracted in 200 components = -0.000751008 Jy ! Clean residual min=-0.015590 max=0.011588 Jy/beam ! Clean residual mean=0.000008 rms=0.002910 Jy/beam ! Combined flux in latest and established models = 4.98523 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 105 components and 4.98523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105519Jy sigma=2.578082 ! Fit after self-cal, rms=0.105725Jy sigma=2.577092 ! 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.105725Jy sigma=2.577092 ! Fit after self-cal, rms=0.105501Jy sigma=2.573683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.765 mas, bmaj=11.04 mas, bpa=5.693 degrees ! Estimated noise=0.6707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00595162 Jy ! Component: 100 - total flux cleaned = -0.00716806 Jy ! Component: 150 - total flux cleaned = -0.00756592 Jy ! Component: 200 - total flux cleaned = -0.0076801 Jy ! Total flux subtracted in 200 components = -0.0076801 Jy ! Clean residual min=-0.010433 max=0.010167 Jy/beam ! Clean residual mean=0.000017 rms=0.002772 Jy/beam ! Combined flux in latest and established models = 4.97755 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 117 components and 4.97755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106155Jy sigma=2.554489 ! Fit after self-cal, rms=0.106115Jy sigma=2.553144 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.000111884 Jy ! Component: 100 - total flux cleaned = -0.000455332 Jy ! Component: 150 - total flux cleaned = -0.00052972 Jy ! Component: 200 - total flux cleaned = -0.000665965 Jy ! Total flux subtracted in 200 components = -0.000665965 Jy ! Clean residual min=-0.010258 max=0.009817 Jy/beam ! Clean residual mean=0.000018 rms=0.002735 Jy/beam ! Combined flux in latest and established models = 4.97688 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 119 components and 4.97688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106548Jy sigma=2.550028 ! Fit after self-cal, rms=0.106569Jy sigma=2.549439 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.029 mas, bmaj=9.129 mas, bpa=12.53 degrees ! Estimated noise=0.668553 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.029 x 9.129 at 12.53 degrees (North through East) ! Clean map min=-0.013308 max=3.8371 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.106569Jy sigma=2.549439 ! Fit after self-cal, rms=0.103612Jy sigma=2.388219 ! Inverting map and beam ! Estimated beam: bmin=4.027 mas, bmaj=9.132 mas, bpa=12.54 degrees ! Estimated noise=0.668398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00241367 Jy ! Component: 100 - total flux cleaned = -0.00309547 Jy ! Component: 150 - total flux cleaned = -0.00330331 Jy ! Component: 200 - total flux cleaned = -0.00329927 Jy ! Total flux subtracted in 200 components = -0.00329927 Jy ! Clean residual min=-0.013330 max=0.010198 Jy/beam ! Clean residual mean=0.000010 rms=0.002623 Jy/beam ! Combined flux in latest and established models = 4.97358 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 122 components and 4.97358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101100Jy sigma=2.373513 ! Fit after self-cal, rms=0.101181Jy sigma=2.372815 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000486539 Jy ! Component: 100 - total flux cleaned = -0.00028367 Jy ! Component: 150 - total flux cleaned = -0.000670023 Jy ! Component: 200 - total flux cleaned = -0.000862614 Jy ! Total flux subtracted in 200 components = -0.000862614 Jy ! Clean residual min=-0.012918 max=0.009876 Jy/beam ! Clean residual mean=0.000010 rms=0.002581 Jy/beam ! Combined flux in latest and established models = 4.97272 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 124 components and 4.97272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099205Jy sigma=2.363725 ! Fit after self-cal, rms=0.099328Jy sigma=2.363260 ! 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.099328Jy sigma=2.363260 ! Fit after self-cal, rms=0.099221Jy sigma=2.361916 print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.462 mas, bmaj=8.424 mas, bpa=14.44 degrees ! Estimated noise=0.956703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.93113 Jy ! Component: 100 - total flux cleaned = 3.84672 Jy ! Component: 150 - total flux cleaned = 4.24572 Jy ! Component: 200 - total flux cleaned = 4.47613 Jy ! Total flux subtracted in 200 components = 4.47613 Jy ! Clean residual min=-0.069837 max=0.121422 Jy/beam ! Clean residual mean=0.000036 rms=0.022027 Jy/beam ! Combined flux in latest and established models = 4.47613 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 28 model components to the UV plane model. ! The established model now contains 28 components and 4.47613 Jy ! Inverting map and beam ! Estimated beam: bmin=4.028 mas, bmaj=9.133 mas, bpa=12.54 degrees ! Estimated noise=0.668489 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.189385 Jy ! Component: 100 - total flux cleaned = 0.300713 Jy ! Component: 150 - total flux cleaned = 0.371401 Jy ! Component: 200 - total flux cleaned = 0.417147 Jy ! Total flux subtracted in 200 components = 0.417147 Jy ! Clean residual min=-0.020181 max=0.024882 Jy/beam ! Clean residual mean=0.000029 rms=0.005421 Jy/beam ! Combined flux in latest and established models = 4.89328 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 69 components and 4.89328 Jy ! Inverting map ! Added new window around map position (4, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0302109 Jy ! Component: 100 - total flux cleaned = 0.0503508 Jy ! Component: 150 - total flux cleaned = 0.0569552 Jy ! Component: 200 - total flux cleaned = 0.0599881 Jy ! Total flux subtracted in 200 components = 0.0599881 Jy ! Clean residual min=-0.015037 max=0.009837 Jy/beam ! Clean residual mean=0.000013 rms=0.002884 Jy/beam ! Combined flux in latest and established models = 4.95327 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 86 components and 4.95327 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.766 mas, bmaj=11.04 mas, bpa=5.685 degrees ! Estimated noise=0.670571 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00921709 Jy ! Component: 100 - total flux cleaned = 0.0112547 Jy ! Component: 150 - total flux cleaned = 0.0117509 Jy ! Component: 200 - total flux cleaned = 0.012141 Jy ! Total flux subtracted in 200 components = 0.012141 Jy ! Clean residual min=-0.009945 max=0.010068 Jy/beam ! Clean residual mean=0.000021 rms=0.002517 Jy/beam ! Combined flux in latest and established models = 4.96541 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.00030764 Jy ! Component: 100 - total flux cleaned = 0.000402125 Jy ! Component: 150 - total flux cleaned = 0.000405234 Jy ! Component: 200 - total flux cleaned = 0.000405377 Jy ! Total flux subtracted in 200 components = 0.000405377 Jy ! Clean residual min=-0.009692 max=0.010001 Jy/beam ! Clean residual mean=0.000020 rms=0.002500 Jy/beam ! Combined flux in latest and established models = 4.96582 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 110 components and 4.96582 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.028 mas, bmaj=9.133 mas, bpa=12.54 degrees ! Estimated noise=0.668489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00337698 Jy ! Component: 100 - total flux cleaned = -0.00243884 Jy ! Component: 150 - total flux cleaned = -0.00217912 Jy ! Component: 200 - total flux cleaned = -0.00243603 Jy ! Total flux subtracted in 200 components = -0.00243603 Jy ! Clean residual min=-0.012255 max=0.008885 Jy/beam ! Clean residual mean=0.000010 rms=0.002439 Jy/beam ! Combined flux in latest and established models = 4.96338 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 125 components and 4.96338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099689Jy sigma=2.338064 ! Fit after self-cal, rms=0.099713Jy sigma=2.331203 wmodel /g0/scr/pima/npcsb_uvs/J1613+3412_S_map.mod ! Writing 125 model components to file: /g0/scr/pima/npcsb_uvs/J1613+3412_S_map.mod wobs /g0/scr/pima/npcsb_uvs/J1613+3412_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1613+3412_S_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1613+3412_S_map.win ! wwins: Wrote 2 windows to /g0/scr/pima/npcsb_uvs/J1613+3412_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.00541873 Jy ! Component: 100 - total flux cleaned = -0.00999436 Jy ! Component: 150 - total flux cleaned = -0.0135699 Jy ! Component: 200 - total flux cleaned = -0.0165419 Jy ! Component: 250 - total flux cleaned = -0.0193382 Jy ! Component: 300 - total flux cleaned = -0.0210677 Jy ! Component: 350 - total flux cleaned = -0.0223439 Jy ! Component: 400 - total flux cleaned = -0.0235749 Jy ! Component: 450 - total flux cleaned = -0.0245261 Jy ! Component: 500 - total flux cleaned = -0.0254491 Jy ! Component: 550 - total flux cleaned = -0.0264631 Jy ! Component: 600 - total flux cleaned = -0.0273379 Jy ! Component: 650 - total flux cleaned = -0.0278718 Jy ! Component: 700 - total flux cleaned = -0.0289179 Jy ! Component: 750 - total flux cleaned = -0.0298411 Jy ! Component: 800 - total flux cleaned = -0.0309444 Jy ! Component: 850 - total flux cleaned = -0.0319248 Jy ! Component: 900 - total flux cleaned = -0.0326953 Jy ! Component: 950 - total flux cleaned = -0.0335444 Jy ! Component: 1000 - total flux cleaned = -0.0344716 Jy ! Component: 1050 - total flux cleaned = -0.0350192 Jy ! Component: 1100 - total flux cleaned = -0.0358273 Jy ! Component: 1150 - total flux cleaned = -0.0367099 Jy ! Component: 1200 - total flux cleaned = -0.0375768 Jy ! Component: 1250 - total flux cleaned = -0.0384293 Jy ! Component: 1300 - total flux cleaned = -0.0391009 Jy ! Component: 1350 - total flux cleaned = -0.0398439 Jy ! Component: 1400 - total flux cleaned = -0.0406562 Jy ! Component: 1450 - total flux cleaned = -0.0414549 Jy ! Component: 1500 - total flux cleaned = -0.0419273 Jy ! Component: 1550 - total flux cleaned = -0.0425485 Jy ! Component: 1600 - total flux cleaned = -0.0430851 Jy ! Component: 1650 - total flux cleaned = -0.0436156 Jy ! Component: 1700 - total flux cleaned = -0.044361 Jy ! Component: 1750 - total flux cleaned = -0.0449495 Jy ! Component: 1800 - total flux cleaned = -0.0456023 Jy ! Component: 1850 - total flux cleaned = -0.0459612 Jy ! Component: 1900 - total flux cleaned = -0.0466682 Jy ! Component: 1950 - total flux cleaned = -0.0472266 Jy ! Component: 2000 - total flux cleaned = -0.0479857 Jy ! Component: 2050 - total flux cleaned = -0.0484625 Jy ! Component: 2100 - total flux cleaned = -0.0491357 Jy ! Component: 2150 - total flux cleaned = -0.0496679 Jy ! Component: 2200 - total flux cleaned = -0.0501275 Jy ! Component: 2250 - total flux cleaned = -0.0504534 Jy ! Component: 2300 - total flux cleaned = -0.0509688 Jy ! Component: 2350 - total flux cleaned = -0.0515408 Jy ! Component: 2400 - total flux cleaned = -0.0521079 Jy ! Component: 2450 - total flux cleaned = -0.0526065 Jy ! Component: 2500 - total flux cleaned = -0.0533451 Jy ! Component: 2550 - total flux cleaned = -0.0536492 Jy ! Component: 2600 - total flux cleaned = -0.0539505 Jy ! Component: 2650 - total flux cleaned = -0.054428 Jy ! Component: 2700 - total flux cleaned = -0.0546641 Jy ! Component: 2750 - total flux cleaned = -0.0550741 Jy ! Component: 2800 - total flux cleaned = -0.0553629 Jy ! Component: 2850 - total flux cleaned = -0.0555927 Jy ! Component: 2900 - total flux cleaned = -0.0558215 Jy ! Component: 2950 - total flux cleaned = -0.0561608 Jy ! Component: 3000 - total flux cleaned = -0.0565528 Jy ! Component: 3050 - total flux cleaned = -0.0567743 Jy ! Component: 3100 - total flux cleaned = -0.0569943 Jy ! Component: 3150 - total flux cleaned = -0.0572672 Jy ! Component: 3200 - total flux cleaned = -0.0573757 Jy ! Component: 3250 - total flux cleaned = -0.057483 Jy ! Component: 3300 - total flux cleaned = -0.0576961 Jy ! Component: 3350 - total flux cleaned = -0.0578021 Jy ! Component: 3400 - total flux cleaned = -0.0580116 Jy ! Component: 3450 - total flux cleaned = -0.0580121 Jy ! Component: 3500 - total flux cleaned = -0.0584249 Jy ! Component: 3550 - total flux cleaned = -0.0585268 Jy ! Component: 3600 - total flux cleaned = -0.0586283 Jy ! Component: 3650 - total flux cleaned = -0.0588305 Jy ! Component: 3700 - total flux cleaned = -0.0590307 Jy ! Component: 3750 - total flux cleaned = -0.0590799 Jy ! Component: 3800 - total flux cleaned = -0.0591788 Jy ! Component: 3850 - total flux cleaned = -0.0592276 Jy ! Component: 3900 - total flux cleaned = -0.0594706 Jy ! Component: 3950 - total flux cleaned = -0.0594705 Jy ! Component: 4000 - total flux cleaned = -0.0595665 Jy ! Component: 4050 - total flux cleaned = -0.0596142 Jy ! Total flux subtracted in 4096 components = -0.0597093 Jy ! Clean residual min=-0.002746 max=0.002751 Jy/beam ! Clean residual mean=0.000003 rms=0.000842 Jy/beam ! Combined flux in latest and established models = 4.90367 Jy keep ! Adding 217 model components to the UV plane model. ! The established model now contains 340 components and 4.90367 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1613+3412_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.028 x 9.133 at 12.54 degrees (North through East) ! Clean map min=-0.0083549 max=3.8419 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1613+3412_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 3.84192 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000831562 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0649332 0.0649332 0.129866 0.259733 0.519466 1.03893 2.07786 4.15573 8.31145 16.6229 33.2458 66.4916 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(1000*peak_flux)/1000 ! peak= 3.841 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1613+3412_S_uvs.log closed on Sat Oct 5 18:59:59 2013