! Started logfile: /scr/pima/rdv93_uvs/J1303-1051_S_uvs.log on Tue Sep 24 17:07:27 2013 obs /scr/pima/rdv93_uvs/J1303-1051_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1303-1051_S_uva.fits ! AN table 1: 76 integrations on 36 of 36 possible baselines. ! AN table 2: 76 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.99068 visibilities/baseline/integration-bin. ! Found source: J1303-1051 ! ! 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.23693e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26693e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35693e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37693e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 21684 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/rdv93_uvs/J1303-1051_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 5 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.041935Jy sigma=2.119648 ! Fit after self-cal, rms=0.718585Jy sigma=1.451722 ! 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.816 mas, bmaj=7.247 mas, bpa=2.877 degrees ! Estimated noise=4.74713 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.22206 Jy ! Component: 100 - total flux cleaned = 0.271218 Jy ! Total flux subtracted in 100 components = 0.271218 Jy ! Clean residual min=-0.007049 max=0.016525 Jy/beam ! Clean residual mean=-0.000033 rms=0.002269 Jy/beam ! Combined flux in latest and established models = 0.271218 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.271218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118735Jy sigma=0.233404 ! Fit after self-cal, rms=0.118744Jy sigma=0.233400 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180552 Jy ! Component: 100 - total flux cleaned = 0.0280439 Jy ! Total flux subtracted in 100 components = 0.0280439 Jy ! Clean residual min=-0.006345 max=0.007655 Jy/beam ! Clean residual mean=-0.000004 rms=0.001709 Jy/beam ! Combined flux in latest and established models = 0.299262 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 28 components and 0.299262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115491Jy sigma=0.225216 ! Fit after self-cal, rms=0.115538Jy sigma=0.225201 ! 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.53 mas, bmaj=8.867 mas, bpa=1.58 degrees ! Estimated noise=2.39651 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.00776207 Jy ! Component: 100 - total flux cleaned = 0.0114337 Jy ! Component: 150 - total flux cleaned = 0.0134132 Jy ! Component: 200 - total flux cleaned = 0.0140884 Jy ! Total flux subtracted in 200 components = 0.0140884 Jy ! Clean residual min=-0.005512 max=0.006224 Jy/beam ! Clean residual mean=0.000009 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.31335 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.31335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115110Jy sigma=0.224090 ! Fit after self-cal, rms=0.115124Jy sigma=0.224084 ! 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 0.95 FD 1.00 HN 0.97 KP 1.02 ! LA 1.15 NL 1.00 OV 1.00 PT 1.00 ! SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.00 HN 0.96 LA 1.14 ! MK 0.94 NL 0.99 OV 0.98 PT 1.04 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.11 KP 1.02 ! LA 1.04 NL 1.02 OV 1.01 PT 1.04 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.07 HN 1.06 LA 1.04 ! MK 1.01 NL 1.04 OV 1.03 PT 1.04 ! SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.09 HN 0.98 KP 0.90 ! LA 0.96 NL 1.10 OV 1.03 PT 1.07 ! SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.07 HN 0.99 LA 0.94 ! MK 1.03 NL 1.10 OV 1.02 PT 1.07 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.06 HN 0.95 KP 0.83 ! LA 0.80 NL 1.03 OV 0.89 PT 0.93 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.05 HN 0.87 LA 0.81 ! MK 1.10 NL 1.02 OV 0.87 PT 0.95 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.115124Jy sigma=0.224084 ! Fit after self-cal, rms=0.109510Jy sigma=0.211720 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=8.897 mas, bpa=1.732 degrees ! Estimated noise=2.39537 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 (-6, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00386977 Jy ! Component: 100 - total flux cleaned = 0.00382228 Jy ! Component: 150 - total flux cleaned = 0.00343567 Jy ! Component: 200 - total flux cleaned = 0.00315171 Jy ! Total flux subtracted in 200 components = 0.00315171 Jy ! Clean residual min=-0.002695 max=0.002093 Jy/beam ! Clean residual mean=-0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.316502 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 66 components and 0.316502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109355Jy sigma=0.211409 ! Fit after self-cal, rms=0.109409Jy sigma=0.211327 ! 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.109409Jy sigma=0.211327 ! Fit after self-cal, rms=0.109366Jy sigma=0.211297 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.527 mas, bmaj=8.89 mas, bpa=1.726 degrees ! Estimated noise=2.39622 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00190357 Jy ! Component: 100 - total flux cleaned = 0.00172086 Jy ! Component: 150 - total flux cleaned = 0.00151762 Jy ! Component: 200 - total flux cleaned = 0.00144525 Jy ! Total flux subtracted in 200 components = 0.00144525 Jy ! Clean residual min=-0.002555 max=0.001848 Jy/beam ! Clean residual mean=-0.000004 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.317947 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.317947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109316Jy sigma=0.211211 ! Fit after self-cal, rms=0.109313Jy sigma=0.211205 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.000320912 Jy ! Component: 100 - total flux cleaned = 0.000193601 Jy ! Component: 150 - total flux cleaned = 0.000106865 Jy ! Component: 200 - total flux cleaned = 2.59413e-05 Jy ! Total flux subtracted in 200 components = 2.59413e-05 Jy ! Clean residual min=-0.002490 max=0.001820 Jy/beam ! Clean residual mean=-0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.317973 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 87 components and 0.317973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109293Jy sigma=0.211177 ! Fit after self-cal, rms=0.109294Jy sigma=0.211177 ! 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.109294Jy sigma=0.211177 ! Fit after self-cal, rms=0.109260Jy sigma=0.211163 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.526 mas, bmaj=8.888 mas, bpa=1.721 degrees ! Estimated noise=2.39654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758831 Jy ! Component: 100 - total flux cleaned = 0.000686775 Jy ! Component: 150 - total flux cleaned = 0.000620942 Jy ! Component: 200 - total flux cleaned = 0.000539638 Jy ! Total flux subtracted in 200 components = 0.000539638 Jy ! Clean residual min=-0.002431 max=0.001765 Jy/beam ! Clean residual mean=-0.000004 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.318513 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.318513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109247Jy sigma=0.211144 ! Fit after self-cal, rms=0.109246Jy sigma=0.211143 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.000120297 Jy ! Component: 100 - total flux cleaned = 8.32145e-05 Jy ! Component: 150 - total flux cleaned = 3.0432e-05 Jy ! Component: 200 - total flux cleaned = -2.59266e-06 Jy ! Total flux subtracted in 200 components = -2.59266e-06 Jy ! Clean residual min=-0.002399 max=0.001760 Jy/beam ! Clean residual mean=-0.000004 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.31851 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.31851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109239Jy sigma=0.211134 ! Fit after self-cal, rms=0.109240Jy sigma=0.211133 ! 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.109240Jy sigma=0.211133 ! Fit after self-cal, rms=0.109235Jy sigma=0.211128 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.723 mas, bmaj=14.37 mas, bpa=1.296 degrees ! Estimated noise=2.76931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000508044 Jy ! Component: 100 - total flux cleaned = 0.000510252 Jy ! Component: 150 - total flux cleaned = 0.000466368 Jy ! Component: 200 - total flux cleaned = 0.000427319 Jy ! Total flux subtracted in 200 components = 0.000427319 Jy ! Clean residual min=-0.002231 max=0.001939 Jy/beam ! Clean residual mean=-0.000008 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.318937 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 126 components and 0.318937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109233Jy sigma=0.211125 ! Fit after self-cal, rms=0.109233Jy sigma=0.211124 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.000100564 Jy ! Component: 100 - total flux cleaned = 7.418e-05 Jy ! Component: 150 - total flux cleaned = 5.06351e-05 Jy ! Component: 200 - total flux cleaned = 2.91473e-05 Jy ! Total flux subtracted in 200 components = 2.91473e-05 Jy ! Clean residual min=-0.002216 max=0.001949 Jy/beam ! Clean residual mean=-0.000008 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.318966 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 133 components and 0.318967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109232Jy sigma=0.211123 ! Fit after self-cal, rms=0.109232Jy sigma=0.211123 ! 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.526 mas, bmaj=8.888 mas, bpa=1.705 degrees ! Estimated noise=2.39681 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.526 x 8.888 at 1.705 degrees (North through East) ! Clean map min=-0.0022925 max=0.29037 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.812 mas, bmaj=7.266 mas, bpa=3.117 degrees ! Estimated noise=4.73269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.221297 Jy ! Component: 100 - total flux cleaned = 0.27061 Jy ! Component: 150 - total flux cleaned = 0.289005 Jy ! Component: 200 - total flux cleaned = 0.299266 Jy ! Total flux subtracted in 200 components = 0.299266 Jy ! Clean residual min=-0.004380 max=0.005530 Jy/beam ! Clean residual mean=-0.000025 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.299266 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.299266 Jy ! Inverting map and beam ! Estimated beam: bmin=3.526 mas, bmaj=8.888 mas, bpa=1.705 degrees ! Estimated noise=2.39681 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.00911321 Jy ! Component: 100 - total flux cleaned = 0.0139619 Jy ! Component: 150 - total flux cleaned = 0.0168773 Jy ! Component: 200 - total flux cleaned = 0.0185589 Jy ! Total flux subtracted in 200 components = 0.0185589 Jy ! Clean residual min=-0.002601 max=0.001847 Jy/beam ! Clean residual mean=-0.000008 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.317825 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 52 components and 0.317825 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.723 mas, bmaj=14.37 mas, bpa=1.296 degrees ! Estimated noise=2.76931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000521717 Jy ! Component: 100 - total flux cleaned = 0.000858781 Jy ! Component: 150 - total flux cleaned = 0.00101785 Jy ! Component: 200 - total flux cleaned = 0.0010905 Jy ! Total flux subtracted in 200 components = 0.0010905 Jy ! Clean residual min=-0.002262 max=0.001876 Jy/beam ! Clean residual mean=-0.000009 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.318916 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 = 1.61878e-05 Jy ! Component: 100 - total flux cleaned = 3.07226e-05 Jy ! Component: 150 - total flux cleaned = 3.08792e-05 Jy ! Component: 200 - total flux cleaned = 1.8755e-05 Jy ! Total flux subtracted in 200 components = 1.8755e-05 Jy ! Clean residual min=-0.002234 max=0.001891 Jy/beam ! Clean residual mean=-0.000009 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.318935 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 101 components and 0.318935 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.526 mas, bmaj=8.888 mas, bpa=1.705 degrees ! Estimated noise=2.39681 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000517328 Jy ! Component: 100 - total flux cleaned = -0.000591851 Jy ! Component: 150 - total flux cleaned = -0.000528722 Jy ! Component: 200 - total flux cleaned = -0.000530067 Jy ! Total flux subtracted in 200 components = -0.000530067 Jy ! Clean residual min=-0.002470 max=0.001803 Jy/beam ! Clean residual mean=-0.000005 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.318404 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 113 components and 0.318404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109244Jy sigma=0.211141 ! Fit after self-cal, rms=0.109242Jy sigma=0.211136 wmodel /scr/pima/rdv93_uvs/J1303-1051_S_map.mod ! Writing 113 model components to file: /scr/pima/rdv93_uvs/J1303-1051_S_map.mod wobs /scr/pima/rdv93_uvs/J1303-1051_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1303-1051_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1303-1051_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J1303-1051_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.000681079 Jy ! Component: 100 - total flux cleaned = -0.000466533 Jy ! Component: 150 - total flux cleaned = -0.000379892 Jy ! Component: 200 - total flux cleaned = -0.000461553 Jy ! Component: 250 - total flux cleaned = -0.000566264 Jy ! Component: 300 - total flux cleaned = -0.000617845 Jy ! Component: 350 - total flux cleaned = -0.000642657 Jy ! Component: 400 - total flux cleaned = -0.000618106 Jy ! Component: 450 - total flux cleaned = -0.00059449 Jy ! Component: 500 - total flux cleaned = -0.000663007 Jy ! Component: 550 - total flux cleaned = -0.000662911 Jy ! Component: 600 - total flux cleaned = -0.000706739 Jy ! Component: 650 - total flux cleaned = -0.00072802 Jy ! Component: 700 - total flux cleaned = -0.000706731 Jy ! Component: 750 - total flux cleaned = -0.0007487 Jy ! Component: 800 - total flux cleaned = -0.000789823 Jy ! Component: 850 - total flux cleaned = -0.000769382 Jy ! Component: 900 - total flux cleaned = -0.000749457 Jy ! Component: 950 - total flux cleaned = -0.000768878 Jy ! Component: 1000 - total flux cleaned = -0.000749567 Jy ! Component: 1050 - total flux cleaned = -0.000787451 Jy ! Component: 1100 - total flux cleaned = -0.000805997 Jy ! Component: 1150 - total flux cleaned = -0.000860956 Jy ! Component: 1200 - total flux cleaned = -0.000897448 Jy ! Component: 1250 - total flux cleaned = -0.000968816 Jy ! Component: 1300 - total flux cleaned = -0.000951405 Jy ! Component: 1350 - total flux cleaned = -0.00100379 Jy ! Component: 1400 - total flux cleaned = -0.00108925 Jy ! Component: 1450 - total flux cleaned = -0.00115637 Jy ! Component: 1500 - total flux cleaned = -0.00112315 Jy ! Component: 1550 - total flux cleaned = -0.00123821 Jy ! Component: 1600 - total flux cleaned = -0.00128725 Jy ! Component: 1650 - total flux cleaned = -0.00138352 Jy ! Component: 1700 - total flux cleaned = -0.00143089 Jy ! Component: 1750 - total flux cleaned = -0.00150906 Jy ! Component: 1800 - total flux cleaned = -0.00160161 Jy ! Component: 1850 - total flux cleaned = -0.00161674 Jy ! Component: 1900 - total flux cleaned = -0.00170731 Jy ! Component: 1950 - total flux cleaned = -0.00175197 Jy ! Component: 2000 - total flux cleaned = -0.00175213 Jy ! Component: 2050 - total flux cleaned = -0.00189867 Jy ! Component: 2100 - total flux cleaned = -0.00191296 Jy ! Component: 2150 - total flux cleaned = -0.00198473 Jy ! Component: 2200 - total flux cleaned = -0.00206989 Jy ! Component: 2250 - total flux cleaned = -0.00208387 Jy ! Component: 2300 - total flux cleaned = -0.00219527 Jy ! Component: 2350 - total flux cleaned = -0.00223667 Jy ! Component: 2400 - total flux cleaned = -0.00226407 Jy ! Component: 2450 - total flux cleaned = -0.00235886 Jy ! Component: 2500 - total flux cleaned = -0.00246606 Jy ! Component: 2550 - total flux cleaned = -0.00250588 Jy ! Component: 2600 - total flux cleaned = -0.00261137 Jy ! Component: 2650 - total flux cleaned = -0.00267664 Jy ! Component: 2700 - total flux cleaned = -0.00279327 Jy ! Component: 2750 - total flux cleaned = -0.00284462 Jy ! Component: 2800 - total flux cleaned = -0.002921 Jy ! Component: 2850 - total flux cleaned = -0.00298387 Jy ! Component: 2900 - total flux cleaned = -0.00303398 Jy ! Component: 2950 - total flux cleaned = -0.00309613 Jy ! Component: 3000 - total flux cleaned = -0.00315775 Jy ! Component: 3050 - total flux cleaned = -0.00318206 Jy ! Component: 3100 - total flux cleaned = -0.0031821 Jy ! Component: 3150 - total flux cleaned = -0.00323028 Jy ! Component: 3200 - total flux cleaned = -0.00325418 Jy ! Component: 3250 - total flux cleaned = -0.00325421 Jy ! Component: 3300 - total flux cleaned = -0.00326601 Jy ! Component: 3350 - total flux cleaned = -0.00333628 Jy ! Component: 3400 - total flux cleaned = -0.00331301 Jy ! Component: 3450 - total flux cleaned = -0.00340544 Jy ! Component: 3500 - total flux cleaned = -0.00342825 Jy ! Component: 3550 - total flux cleaned = -0.00346232 Jy ! Component: 3600 - total flux cleaned = -0.00342819 Jy ! Component: 3650 - total flux cleaned = -0.00349564 Jy ! Component: 3700 - total flux cleaned = -0.00345089 Jy ! Component: 3750 - total flux cleaned = -0.00349524 Jy ! Component: 3800 - total flux cleaned = -0.00350636 Jy ! Component: 3850 - total flux cleaned = -0.00353928 Jy ! Component: 3900 - total flux cleaned = -0.0035176 Jy ! Component: 3950 - total flux cleaned = -0.00359343 Jy ! Component: 4000 - total flux cleaned = -0.00362562 Jy ! Component: 4050 - total flux cleaned = -0.00361499 Jy ! Total flux subtracted in 4096 components = -0.00363627 Jy ! Clean residual min=-0.000720 max=0.000622 Jy/beam ! Clean residual mean=-0.000002 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.314768 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 378 components and 0.314768 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1303-1051_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.526 x 8.888 at 1.705 degrees (North through East) ! Clean map min=-0.0020249 max=0.29024 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1303-1051_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.290237 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019529 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.201859 0.201859 0.403719 0.807438 1.61488 3.22975 6.4595 12.919 25.838 51.676 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.29 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1303-1051_S_uvs.log closed on Tue Sep 24 17:07:32 2013