! Started logfile: /scr/pima/rdv72_uvs/J0811+0146_S_uvs.log on Sat Oct 5 08:45:49 2013 obs /scr/pima/rdv72_uvs/J0811+0146_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J0811+0146_S_uva.fits ! AN table 1: 11 integrations on 21 of 21 possible baselines. ! AN table 2: 16 integrations on 36 of 36 possible baselines. ! AN table 3: 8 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.923926 visibilities/baseline/integration-bin. ! Found source: J0811+0146 ! ! 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 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3012 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 /scr/pima/rdv72_uvs/J0811+0146_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 10 telescope corrections were flagged in sub-array 2. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 2. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 2. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 2. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.018062Jy sigma=3.327325 ! Fit after self-cal, rms=0.819675Jy sigma=2.610433 ! 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.547 mas, bmaj=7.506 mas, bpa=2.602 degrees ! Estimated noise=7.14826 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.146701 Jy ! Component: 100 - total flux cleaned = 0.181779 Jy ! Total flux subtracted in 100 components = 0.181779 Jy ! Clean residual min=-0.011742 max=0.016140 Jy/beam ! Clean residual mean=0.000066 rms=0.003347 Jy/beam ! Combined flux in latest and established models = 0.181779 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.181779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085645Jy sigma=0.244523 ! Fit after self-cal, rms=0.085641Jy sigma=0.244348 ! 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=4.579 mas, bmaj=8.885 mas, bpa=3.466 degrees ! Estimated noise=4.16534 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.0175371 Jy ! Component: 100 - total flux cleaned = 0.026897 Jy ! Component: 150 - total flux cleaned = 0.0324327 Jy ! Component: 200 - total flux cleaned = 0.0357716 Jy ! Total flux subtracted in 200 components = 0.0357716 Jy ! Clean residual min=-0.007400 max=0.008376 Jy/beam ! Clean residual mean=0.000024 rms=0.002055 Jy/beam ! Combined flux in latest and established models = 0.217551 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 42 components and 0.217551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083535Jy sigma=0.226363 ! Fit after self-cal, rms=0.083564Jy sigma=0.226253 ! 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.19 FD 0.97 KP 1.14 LA 1.05 ! NL 1.00 OV 0.96 PT 0.98 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.00 KP 1.30 LA 1.08 ! MK 0.94 NL 0.96 OV 0.94 PT 1.01 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.01 KP 1.19 LA 0.98 ! NL 1.02 OV 1.03 PT 1.02 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.09 FD 1.04 KP 1.27 LA 0.98 ! MK 0.92 NL 1.00 OV 0.97 PT 1.00 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.98 KP 1.17 LA 0.86 ! NL 1.08 OV 1.06 PT 1.07 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.13 FD 1.00 KP 1.31 LA 0.91 ! MK 1.02 NL 1.02 OV 0.99 PT 1.09 ! SC 0.94 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.97 KP 0.99 LA 0.75 ! NL 1.01 OV 0.86 PT 0.93 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.31 FD 0.97 KP 1.20 LA 0.77 ! MK 1.06 NL 0.93 OV 0.85 PT 0.89 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.00* OV 0.00* ! ! ! Fit before self-cal, rms=0.083564Jy sigma=0.226253 ! Fit after self-cal, rms=0.082875Jy sigma=0.203849 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.581 mas, bmaj=9.024 mas, bpa=3.28 degrees ! Estimated noise=4.18002 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.00157039 Jy ! Component: 100 - total flux cleaned = -0.00192371 Jy ! Component: 150 - total flux cleaned = -0.00216483 Jy ! Component: 200 - total flux cleaned = -0.00229059 Jy ! Total flux subtracted in 200 components = -0.00229059 Jy ! Clean residual min=-0.003864 max=0.003891 Jy/beam ! Clean residual mean=-0.000003 rms=0.000929 Jy/beam ! Combined flux in latest and established models = 0.21526 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.21526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082768Jy sigma=0.203630 ! Fit after self-cal, rms=0.082964Jy sigma=0.203487 ! 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.082964Jy sigma=0.203487 ! Fit after self-cal, rms=0.082640Jy sigma=0.203423 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.573 mas, bmaj=9.028 mas, bpa=3.266 degrees ! Estimated noise=4.15934 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00146056 Jy ! Component: 100 - total flux cleaned = -0.00175681 Jy ! Component: 150 - total flux cleaned = -0.00195776 Jy ! Component: 200 - total flux cleaned = -0.00202911 Jy ! Total flux subtracted in 200 components = -0.00202911 Jy ! Clean residual min=-0.003744 max=0.003824 Jy/beam ! Clean residual mean=-0.000003 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.213231 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.213231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082560Jy sigma=0.203273 ! Fit after self-cal, rms=0.082553Jy sigma=0.203251 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.000340819 Jy ! Component: 100 - total flux cleaned = -0.000374978 Jy ! Component: 150 - total flux cleaned = -0.000435078 Jy ! Component: 200 - total flux cleaned = -0.00051944 Jy ! Total flux subtracted in 200 components = -0.00051944 Jy ! Clean residual min=-0.003626 max=0.003776 Jy/beam ! Clean residual mean=-0.000002 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.212712 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 62 components and 0.212712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082522Jy sigma=0.203166 ! Fit after self-cal, rms=0.082514Jy sigma=0.203152 ! 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.082514Jy sigma=0.203152 ! Fit after self-cal, rms=0.082317Jy sigma=0.203074 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.565 mas, bmaj=9.032 mas, bpa=3.273 degrees ! Estimated noise=4.14242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00119592 Jy ! Component: 100 - total flux cleaned = -0.00144642 Jy ! Component: 150 - total flux cleaned = -0.00156596 Jy ! Component: 200 - total flux cleaned = -0.00164768 Jy ! Total flux subtracted in 200 components = -0.00164768 Jy ! Clean residual min=-0.003638 max=0.003795 Jy/beam ! Clean residual mean=-0.000002 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.211064 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.211064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082269Jy sigma=0.202994 ! Fit after self-cal, rms=0.082265Jy sigma=0.202982 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 (-41, 29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150105 Jy ! Component: 100 - total flux cleaned = 0.0011612 Jy ! Component: 150 - total flux cleaned = 0.000730814 Jy ! Component: 200 - total flux cleaned = 0.000412018 Jy ! Total flux subtracted in 200 components = 0.000412018 Jy ! Clean residual min=-0.002979 max=0.002853 Jy/beam ! Clean residual mean=0.000000 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.211476 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.211476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082085Jy sigma=0.202415 ! Fit after self-cal, rms=0.082084Jy sigma=0.202377 ! 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.082084Jy sigma=0.202377 ! Fit after self-cal, rms=0.082022Jy sigma=0.202272 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.401 mas, bmaj=14.23 mas, bpa=-17.59 degrees ! Estimated noise=4.51228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105546 Jy ! Component: 100 - total flux cleaned = -2.74711e-05 Jy ! Component: 150 - total flux cleaned = -0.000201216 Jy ! Component: 200 - total flux cleaned = -0.000351657 Jy ! Total flux subtracted in 200 components = -0.000351657 Jy ! Clean residual min=-0.002583 max=0.003018 Jy/beam ! Clean residual mean=-0.000001 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.211124 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.211124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081986Jy sigma=0.202160 ! Fit after self-cal, rms=0.081987Jy sigma=0.202139 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 (-67, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260873 Jy ! Component: 100 - total flux cleaned = 0.00335334 Jy ! Component: 150 - total flux cleaned = 0.003396 Jy ! Component: 200 - total flux cleaned = 0.00343393 Jy ! Total flux subtracted in 200 components = 0.00343393 Jy ! Clean residual min=-0.002194 max=0.002491 Jy/beam ! Clean residual mean=-0.000002 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.214558 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 111 components and 0.214558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081908Jy sigma=0.201846 ! Fit after self-cal, rms=0.081901Jy sigma=0.201806 ! 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.566 mas, bmaj=9.04 mas, bpa=3.294 degrees ! Estimated noise=4.13107 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.566 x 9.04 at 3.294 degrees (North through East) ! Clean map min=-0.0027658 max=0.18504 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=3.509 mas, bmaj=7.624 mas, bpa=2.577 degrees ! Estimated noise=7.12893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145006 Jy ! Component: 100 - total flux cleaned = 0.178756 Jy ! Component: 150 - total flux cleaned = 0.191913 Jy ! Component: 200 - total flux cleaned = 0.199446 Jy ! Total flux subtracted in 200 components = 0.199446 Jy ! Clean residual min=-0.006599 max=0.006232 Jy/beam ! Clean residual mean=0.000016 rms=0.001670 Jy/beam ! Combined flux in latest and established models = 0.199446 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.199446 Jy ! Inverting map and beam ! Estimated beam: bmin=4.566 mas, bmaj=9.04 mas, bpa=3.294 degrees ! Estimated noise=4.13107 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.00668748 Jy ! Component: 100 - total flux cleaned = 0.0105013 Jy ! Component: 150 - total flux cleaned = 0.0116984 Jy ! Component: 200 - total flux cleaned = 0.0121784 Jy ! Total flux subtracted in 200 components = 0.0121784 Jy ! Clean residual min=-0.003136 max=0.003351 Jy/beam ! Clean residual mean=0.000005 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.211624 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 63 components and 0.211624 Jy ! Inverting map ! Added new window around map position (1, 60). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211252 Jy ! Component: 100 - total flux cleaned = 0.00310592 Jy ! Component: 150 - total flux cleaned = 0.00373643 Jy ! Component: 200 - total flux cleaned = 0.00409145 Jy ! Total flux subtracted in 200 components = 0.00409145 Jy ! Clean residual min=-0.002929 max=0.002526 Jy/beam ! Clean residual mean=0.000003 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.215716 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 81 components and 0.215716 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=9.401 mas, bmaj=14.23 mas, bpa=-17.59 degrees ! Estimated noise=4.51228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000886843 Jy ! Component: 100 - total flux cleaned = 0.00153402 Jy ! Component: 150 - total flux cleaned = 0.00209176 Jy ! Component: 200 - total flux cleaned = 0.00240814 Jy ! Total flux subtracted in 200 components = 0.00240814 Jy ! Clean residual min=-0.002494 max=0.002082 Jy/beam ! Clean residual mean=0.000001 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.218124 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.000249027 Jy ! Component: 100 - total flux cleaned = 0.000445015 Jy ! Component: 150 - total flux cleaned = 0.000667441 Jy ! Component: 200 - total flux cleaned = 0.00087796 Jy ! Total flux subtracted in 200 components = 0.00087796 Jy ! Clean residual min=-0.002431 max=0.002069 Jy/beam ! Clean residual mean=0.000001 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.219002 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 116 components and 0.219002 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.566 mas, bmaj=9.04 mas, bpa=3.294 degrees ! Estimated noise=4.13107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00048917 Jy ! Component: 100 - total flux cleaned = -0.0004888 Jy ! Component: 150 - total flux cleaned = -0.000343405 Jy ! Component: 200 - total flux cleaned = -0.000253955 Jy ! Total flux subtracted in 200 components = -0.000253955 Jy ! Clean residual min=-0.002587 max=0.002273 Jy/beam ! Clean residual mean=0.000001 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.218748 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 143 components and 0.218748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081705Jy sigma=0.201050 ! Fit after self-cal, rms=0.081699Jy sigma=0.201024 wmodel /scr/pima/rdv72_uvs/J0811+0146_S_map.mod ! Writing 143 model components to file: /scr/pima/rdv72_uvs/J0811+0146_S_map.mod wobs /scr/pima/rdv72_uvs/J0811+0146_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J0811+0146_S_uvs.fits wwins /scr/pima/rdv72_uvs/J0811+0146_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv72_uvs/J0811+0146_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.000687042 Jy ! Component: 100 - total flux cleaned = -0.000847095 Jy ! Component: 150 - total flux cleaned = -0.000921365 Jy ! Component: 200 - total flux cleaned = -0.00102701 Jy ! Component: 250 - total flux cleaned = -0.000993267 Jy ! Component: 300 - total flux cleaned = -0.000865561 Jy ! Component: 350 - total flux cleaned = -0.000805267 Jy ! Component: 400 - total flux cleaned = -0.000896418 Jy ! Component: 450 - total flux cleaned = -0.000866739 Jy ! Component: 500 - total flux cleaned = -0.000866296 Jy ! Component: 550 - total flux cleaned = -0.000837498 Jy ! Component: 600 - total flux cleaned = -0.000782174 Jy ! Component: 650 - total flux cleaned = -0.000700421 Jy ! Component: 700 - total flux cleaned = -0.000673603 Jy ! Component: 750 - total flux cleaned = -0.000647635 Jy ! Component: 800 - total flux cleaned = -0.00069884 Jy ! Component: 850 - total flux cleaned = -0.000673613 Jy ! Component: 900 - total flux cleaned = -0.000748359 Jy ! Component: 950 - total flux cleaned = -0.000821435 Jy ! Component: 1000 - total flux cleaned = -0.000797168 Jy ! Component: 1050 - total flux cleaned = -0.000844357 Jy ! Component: 1100 - total flux cleaned = -0.000820906 Jy ! Component: 1150 - total flux cleaned = -0.00077502 Jy ! Component: 1200 - total flux cleaned = -0.00072977 Jy ! Component: 1250 - total flux cleaned = -0.000684755 Jy ! Component: 1300 - total flux cleaned = -0.000618278 Jy ! Component: 1350 - total flux cleaned = -0.000574454 Jy ! Component: 1400 - total flux cleaned = -0.000574214 Jy ! Component: 1450 - total flux cleaned = -0.00057403 Jy ! Component: 1500 - total flux cleaned = -0.000637249 Jy ! Component: 1550 - total flux cleaned = -0.000719907 Jy ! Component: 1600 - total flux cleaned = -0.000678579 Jy ! Component: 1650 - total flux cleaned = -0.000719222 Jy ! Component: 1700 - total flux cleaned = -0.000779231 Jy ! Component: 1750 - total flux cleaned = -0.000739688 Jy ! Component: 1800 - total flux cleaned = -0.000798697 Jy ! Component: 1850 - total flux cleaned = -0.000759996 Jy ! Component: 1900 - total flux cleaned = -0.000760064 Jy ! Component: 1950 - total flux cleaned = -0.000759927 Jy ! Component: 2000 - total flux cleaned = -0.000684833 Jy ! Component: 2050 - total flux cleaned = -0.000703388 Jy ! Component: 2100 - total flux cleaned = -0.000629675 Jy ! Component: 2150 - total flux cleaned = -0.000629783 Jy ! Component: 2200 - total flux cleaned = -0.000611894 Jy ! Component: 2250 - total flux cleaned = -0.0006119 Jy ! Component: 2300 - total flux cleaned = -0.000594029 Jy ! Component: 2350 - total flux cleaned = -0.000576292 Jy ! Component: 2400 - total flux cleaned = -0.000506243 Jy ! Component: 2450 - total flux cleaned = -0.000489157 Jy ! Component: 2500 - total flux cleaned = -0.000506362 Jy ! Component: 2550 - total flux cleaned = -0.000455394 Jy ! Component: 2600 - total flux cleaned = -0.000505703 Jy ! Component: 2650 - total flux cleaned = -0.000422002 Jy ! Component: 2700 - total flux cleaned = -0.000421968 Jy ! Component: 2750 - total flux cleaned = -0.000339574 Jy ! Component: 2800 - total flux cleaned = -0.000339638 Jy ! Component: 2850 - total flux cleaned = -0.000323389 Jy ! Component: 2900 - total flux cleaned = -0.000291058 Jy ! Component: 2950 - total flux cleaned = -0.000275058 Jy ! Component: 3000 - total flux cleaned = -0.000259012 Jy ! Component: 3050 - total flux cleaned = -0.000211723 Jy ! Component: 3100 - total flux cleaned = -0.000180402 Jy ! Component: 3150 - total flux cleaned = -0.000164881 Jy ! Component: 3200 - total flux cleaned = -8.73913e-05 Jy ! Component: 3250 - total flux cleaned = -8.73357e-05 Jy ! Component: 3300 - total flux cleaned = -5.6787e-05 Jy ! Component: 3350 - total flux cleaned = -5.68704e-05 Jy ! Component: 3400 - total flux cleaned = -0.000102181 Jy ! Component: 3450 - total flux cleaned = -0.000117143 Jy ! Component: 3500 - total flux cleaned = -0.000132039 Jy ! Component: 3550 - total flux cleaned = -0.000102259 Jy ! Component: 3600 - total flux cleaned = -0.0001318 Jy ! Component: 3650 - total flux cleaned = -0.000117216 Jy ! Component: 3700 - total flux cleaned = -5.89326e-05 Jy ! Component: 3750 - total flux cleaned = -9.22407e-07 Jy ! Component: 3800 - total flux cleaned = -7.32796e-05 Jy ! Component: 3850 - total flux cleaned = -0.000102049 Jy ! Component: 3900 - total flux cleaned = -8.76789e-05 Jy ! Component: 3950 - total flux cleaned = -8.76436e-05 Jy ! Component: 4000 - total flux cleaned = -0.00011613 Jy ! Component: 4050 - total flux cleaned = -0.000116182 Jy ! Total flux subtracted in 4096 components = -0.000130277 Jy ! Clean residual min=-0.000764 max=0.000946 Jy/beam ! Clean residual mean=0.000000 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.218617 Jy keep ! Adding 242 model components to the UV plane model. ! The established model now contains 384 components and 0.218617 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J0811+0146_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.566 x 9.04 at 3.294 degrees (North through East) ! Clean map min=-0.0020868 max=0.18667 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J0811+0146_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.186665 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025682 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.412751 0.412751 0.825501 1.651 3.302 6.60401 13.208 26.416 52.8321 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.186 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J0811+0146_S_uvs.log closed on Sat Oct 5 08:45:53 2013