! Started logfile: /scr/pima/rdv72_uvs/J0559+2353_S_uvs.log on Sat Oct 5 08:45:14 2013 obs /scr/pima/rdv72_uvs/J0559+2353_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J0559+2353_S_uva.fits ! AN table 1: 7 integrations on 21 of 21 possible baselines. ! AN table 2: 51 integrations on 1 of 1 possible baselines. ! AN table 3: 32 integrations on 55 of 55 possible baselines. ! Apparent sampling: 0.91573 visibilities/baseline/integration-bin. ! Found source: J0559+2353 ! ! 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 7172 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/J0559+2353_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 102 telescope corrections were flagged in sub-array 2. ! A total of 18 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 2. ! A total of 18 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 2. ! A total of 18 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 2. ! A total of 18 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.017216Jy sigma=2.314185 ! Fit after self-cal, rms=0.870365Jy sigma=1.941818 ! 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.66 mas, bmaj=3.876 mas, bpa=-23.47 degrees ! Estimated noise=8.19175 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.106182 Jy ! Component: 100 - total flux cleaned = 0.136902 Jy ! Total flux subtracted in 100 components = 0.136902 Jy ! Clean residual min=-0.006297 max=0.011703 Jy/beam ! Clean residual mean=-0.000043 rms=0.001951 Jy/beam ! Combined flux in latest and established models = 0.136902 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.136902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079729Jy sigma=0.161840 ! Fit after self-cal, rms=0.079768Jy sigma=0.161671 ! Inverting map ! Added new window around map position (2, -4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127271 Jy ! Component: 100 - total flux cleaned = 0.0188171 Jy ! Total flux subtracted in 100 components = 0.0188171 Jy ! Clean residual min=-0.005905 max=0.006578 Jy/beam ! Clean residual mean=-0.000023 rms=0.001575 Jy/beam ! Combined flux in latest and established models = 0.155719 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.155719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078366Jy sigma=0.154975 ! Fit after self-cal, rms=0.078396Jy sigma=0.154775 ! 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.206 mas, bmaj=5.174 mas, bpa=-21.87 degrees ! Estimated noise=3.98725 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.00495599 Jy ! Component: 100 - total flux cleaned = 0.00763481 Jy ! Component: 150 - total flux cleaned = 0.00827911 Jy ! Component: 200 - total flux cleaned = 0.00856941 Jy ! Total flux subtracted in 200 components = 0.00856941 Jy ! Clean residual min=-0.006045 max=0.007210 Jy/beam ! Clean residual mean=-0.000026 rms=0.001701 Jy/beam ! Combined flux in latest and established models = 0.164288 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.164288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078235Jy sigma=0.153509 ! Fit after self-cal, rms=0.078239Jy sigma=0.153494 ! 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.22 FD 0.98 KP 0.95 LA 1.06 ! NL 0.98 OV 0.92 PT 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.11 FD 1.02 KK 0.87 KP 1.34 ! LA 1.08 MK 0.93 NL 0.95 NY 1.11 ! OV 1.02 PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.15 KP 0.89 LA 0.97 ! NL 1.13 OV 1.18 PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.14 FD 1.11 KK 0.85 KP 1.24 ! LA 0.93 MK 1.00 NL 0.94 NY 0.92 ! OV 1.09 PT 1.01 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.52 FD 1.03 KP 1.13 LA 0.86 ! NL 1.01 OV 1.02 PT 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.14 FD 1.10 KK 0.84 KP 1.23 ! LA 0.90 MK 0.99 NL 1.01 NY 0.94 ! OV 1.06 PT 1.03 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.48 FD 1.14 KP 0.91 LA 0.74 ! NL 0.99 OV 0.91 PT 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.08 FD 1.07 KK 0.86 KP 1.03 ! LA 0.75 MK 1.10 NL 0.93 NY 0.99 ! OV 0.91 PT 0.89 SC 0.96 ! ! ! Fit before self-cal, rms=0.078239Jy sigma=0.153494 ! Fit after self-cal, rms=0.075793Jy sigma=0.143820 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=5.171 mas, bpa=-22.25 degrees ! Estimated noise=3.98002 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.0013766 Jy ! Component: 100 - total flux cleaned = 0.0013833 Jy ! Component: 150 - total flux cleaned = 0.00131453 Jy ! Component: 200 - total flux cleaned = 0.00109014 Jy ! Total flux subtracted in 200 components = 0.00109014 Jy ! Clean residual min=-0.003517 max=0.004606 Jy/beam ! Clean residual mean=-0.000009 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.165378 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.165378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075575Jy sigma=0.143177 ! Fit after self-cal, rms=0.075680Jy sigma=0.143086 ! 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.075680Jy sigma=0.143086 ! Fit after self-cal, rms=0.076099Jy sigma=0.142903 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=5.222 mas, bpa=-22.52 degrees ! Estimated noise=3.98803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000821534 Jy ! Component: 100 - total flux cleaned = 0.000698608 Jy ! Component: 150 - total flux cleaned = 0.000498194 Jy ! Component: 200 - total flux cleaned = 0.000410558 Jy ! Total flux subtracted in 200 components = 0.000410558 Jy ! Clean residual min=-0.003186 max=0.004659 Jy/beam ! Clean residual mean=-0.000009 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.165789 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 54 components and 0.165789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076000Jy sigma=0.142605 ! Fit after self-cal, rms=0.076004Jy sigma=0.142598 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 (-15, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0041544 Jy ! Component: 100 - total flux cleaned = 0.00631134 Jy ! Component: 150 - total flux cleaned = 0.00714632 Jy ! Component: 200 - total flux cleaned = 0.00774205 Jy ! Total flux subtracted in 200 components = 0.00774205 Jy ! Clean residual min=-0.002850 max=0.002845 Jy/beam ! Clean residual mean=0.000000 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.173531 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 72 components and 0.173531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075756Jy sigma=0.141918 ! Fit after self-cal, rms=0.075739Jy sigma=0.141891 ! 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.075739Jy sigma=0.141891 ! Fit after self-cal, rms=0.075960Jy sigma=0.141673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=5.252 mas, bpa=-22.77 degrees ! Estimated noise=3.97753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126092 Jy ! Component: 100 - total flux cleaned = 0.00200352 Jy ! Component: 150 - total flux cleaned = 0.00251246 Jy ! Component: 200 - total flux cleaned = 0.00293526 Jy ! Total flux subtracted in 200 components = 0.00293526 Jy ! Clean residual min=-0.002435 max=0.002606 Jy/beam ! Clean residual mean=0.000000 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.176466 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 81 components and 0.176466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075883Jy sigma=0.141482 ! Fit after self-cal, rms=0.075887Jy sigma=0.141477 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.000356855 Jy ! Component: 100 - total flux cleaned = 0.000566063 Jy ! Component: 150 - total flux cleaned = 0.000676353 Jy ! Component: 200 - total flux cleaned = 0.000702604 Jy ! Total flux subtracted in 200 components = 0.000702604 Jy ! Clean residual min=-0.002427 max=0.002622 Jy/beam ! Clean residual mean=0.000001 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.177169 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 90 components and 0.177169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075859Jy sigma=0.141436 ! Fit after self-cal, rms=0.075855Jy sigma=0.141435 ! 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.075855Jy sigma=0.141435 ! Fit after self-cal, rms=0.075981Jy sigma=0.141343 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.963 mas, bmaj=11.59 mas, bpa=-4.543 degrees ! Estimated noise=4.8447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128288 Jy ! Component: 100 - total flux cleaned = 0.00152367 Jy ! Component: 150 - total flux cleaned = 0.00171157 Jy ! Component: 200 - total flux cleaned = 0.00173267 Jy ! Total flux subtracted in 200 components = 0.00173267 Jy ! Clean residual min=-0.002899 max=0.002708 Jy/beam ! Clean residual mean=0.000002 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.178901 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 94 components and 0.178901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075999Jy sigma=0.141334 ! Fit after self-cal, rms=0.075996Jy sigma=0.141309 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.000106678 Jy ! Component: 100 - total flux cleaned = 0.000132946 Jy ! Component: 150 - total flux cleaned = 9.14366e-05 Jy ! Component: 200 - total flux cleaned = 7.24183e-05 Jy ! Total flux subtracted in 200 components = 7.24183e-05 Jy ! Clean residual min=-0.002882 max=0.002671 Jy/beam ! Clean residual mean=0.000002 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.178974 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 99 components and 0.178974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076016Jy sigma=0.141357 ! Fit after self-cal, rms=0.076011Jy sigma=0.141348 ! 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.06 mas, bmaj=5.258 mas, bpa=-22.93 degrees ! Estimated noise=3.97082 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 5.258 at -22.93 degrees (North through East) ! Clean map min=-0.00285 max=0.13205 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.542 mas, bmaj=3.96 mas, bpa=-24.18 degrees ! Estimated noise=7.99694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.103215 Jy ! Component: 100 - total flux cleaned = 0.132214 Jy ! Component: 150 - total flux cleaned = 0.144723 Jy ! Component: 200 - total flux cleaned = 0.152195 Jy ! Total flux subtracted in 200 components = 0.152195 Jy ! Clean residual min=-0.004616 max=0.005103 Jy/beam ! Clean residual mean=-0.000024 rms=0.001204 Jy/beam ! Combined flux in latest and established models = 0.152195 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.152195 Jy ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=5.258 mas, bpa=-22.93 degrees ! Estimated noise=3.97082 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.00762299 Jy ! Component: 100 - total flux cleaned = 0.0121103 Jy ! Component: 150 - total flux cleaned = 0.0152987 Jy ! Component: 200 - total flux cleaned = 0.017765 Jy ! Total flux subtracted in 200 components = 0.017765 Jy ! Clean residual min=-0.003031 max=0.003504 Jy/beam ! Clean residual mean=-0.000013 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.16996 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 66 components and 0.16996 Jy ! Inverting map ! Added new window around map position (-5.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00325788 Jy ! Component: 100 - total flux cleaned = 0.00520656 Jy ! Component: 150 - total flux cleaned = 0.00672787 Jy ! Component: 200 - total flux cleaned = 0.00733291 Jy ! Total flux subtracted in 200 components = 0.00733291 Jy ! Clean residual min=-0.002715 max=0.002442 Jy/beam ! Clean residual mean=-0.000001 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.177293 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 99 components and 0.177293 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=8.963 mas, bmaj=11.59 mas, bpa=-4.543 degrees ! Estimated noise=4.8447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155352 Jy ! Component: 100 - total flux cleaned = 0.00206948 Jy ! Component: 150 - total flux cleaned = 0.00220921 Jy ! Component: 200 - total flux cleaned = 0.00233369 Jy ! Total flux subtracted in 200 components = 0.00233369 Jy ! Clean residual min=-0.003032 max=0.002664 Jy/beam ! Clean residual mean=0.000005 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.179627 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.000111011 Jy ! Component: 100 - total flux cleaned = 0.000161964 Jy ! Component: 150 - total flux cleaned = 0.000230944 Jy ! Component: 200 - total flux cleaned = 0.000251647 Jy ! Total flux subtracted in 200 components = 0.000251647 Jy ! Clean residual min=-0.002956 max=0.002597 Jy/beam ! Clean residual mean=0.000005 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.179879 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 131 components and 0.179879 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=5.258 mas, bpa=-22.93 degrees ! Estimated noise=3.97082 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.59223e-05 Jy ! Component: 100 - total flux cleaned = -2.50045e-05 Jy ! Component: 150 - total flux cleaned = 6.25897e-06 Jy ! Component: 200 - total flux cleaned = -2.15053e-05 Jy ! Total flux subtracted in 200 components = -2.15053e-05 Jy ! Clean residual min=-0.002287 max=0.002261 Jy/beam ! Clean residual mean=0.000002 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.179857 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 148 components and 0.179857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075869Jy sigma=0.141028 ! Fit after self-cal, rms=0.075827Jy sigma=0.140993 wmodel /scr/pima/rdv72_uvs/J0559+2353_S_map.mod ! Writing 148 model components to file: /scr/pima/rdv72_uvs/J0559+2353_S_map.mod wobs /scr/pima/rdv72_uvs/J0559+2353_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J0559+2353_S_uvs.fits wwins /scr/pima/rdv72_uvs/J0559+2353_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv72_uvs/J0559+2353_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.000156134 Jy ! Component: 100 - total flux cleaned = 0.000426267 Jy ! Component: 150 - total flux cleaned = 0.000535911 Jy ! Component: 200 - total flux cleaned = 0.000778199 Jy ! Component: 250 - total flux cleaned = 0.000910917 Jy ! Component: 300 - total flux cleaned = 0.000911423 Jy ! Component: 350 - total flux cleaned = 0.000942327 Jy ! Component: 400 - total flux cleaned = 0.00100319 Jy ! Component: 450 - total flux cleaned = 0.00112195 Jy ! Component: 500 - total flux cleaned = 0.00129595 Jy ! Component: 550 - total flux cleaned = 0.00146604 Jy ! Component: 600 - total flux cleaned = 0.00152171 Jy ! Component: 650 - total flux cleaned = 0.00154901 Jy ! Component: 700 - total flux cleaned = 0.00157574 Jy ! Component: 750 - total flux cleaned = 0.00162852 Jy ! Component: 800 - total flux cleaned = 0.00160221 Jy ! Component: 850 - total flux cleaned = 0.00165432 Jy ! Component: 900 - total flux cleaned = 0.00175586 Jy ! Component: 950 - total flux cleaned = 0.00185589 Jy ! Component: 1000 - total flux cleaned = 0.00190538 Jy ! Component: 1050 - total flux cleaned = 0.00192984 Jy ! Component: 1100 - total flux cleaned = 0.001954 Jy ! Component: 1150 - total flux cleaned = 0.00200148 Jy ! Component: 1200 - total flux cleaned = 0.0019781 Jy ! Component: 1250 - total flux cleaned = 0.00202424 Jy ! Component: 1300 - total flux cleaned = 0.00200157 Jy ! Component: 1350 - total flux cleaned = 0.00197863 Jy ! Component: 1400 - total flux cleaned = 0.00188972 Jy ! Component: 1450 - total flux cleaned = 0.00189049 Jy ! Component: 1500 - total flux cleaned = 0.00189083 Jy ! Component: 1550 - total flux cleaned = 0.00186932 Jy ! Component: 1600 - total flux cleaned = 0.00186945 Jy ! Component: 1650 - total flux cleaned = 0.00180573 Jy ! Component: 1700 - total flux cleaned = 0.00174276 Jy ! Component: 1750 - total flux cleaned = 0.00168043 Jy ! Component: 1800 - total flux cleaned = 0.00168035 Jy ! Component: 1850 - total flux cleaned = 0.00151739 Jy ! Component: 1900 - total flux cleaned = 0.0014976 Jy ! Component: 1950 - total flux cleaned = 0.00145773 Jy ! Component: 2000 - total flux cleaned = 0.00143794 Jy ! Component: 2050 - total flux cleaned = 0.00137892 Jy ! Component: 2100 - total flux cleaned = 0.00135943 Jy ! Component: 2150 - total flux cleaned = 0.00128192 Jy ! Component: 2200 - total flux cleaned = 0.0012051 Jy ! Component: 2250 - total flux cleaned = 0.00112902 Jy ! Component: 2300 - total flux cleaned = 0.00107238 Jy ! Component: 2350 - total flux cleaned = 0.000978608 Jy ! Component: 2400 - total flux cleaned = 0.000960143 Jy ! Component: 2450 - total flux cleaned = 0.00086792 Jy ! Component: 2500 - total flux cleaned = 0.000794444 Jy ! Component: 2550 - total flux cleaned = 0.000813099 Jy ! Component: 2600 - total flux cleaned = 0.000758762 Jy ! Component: 2650 - total flux cleaned = 0.000704828 Jy ! Component: 2700 - total flux cleaned = 0.000668954 Jy ! Component: 2750 - total flux cleaned = 0.000633507 Jy ! Component: 2800 - total flux cleaned = 0.000598151 Jy ! Component: 2850 - total flux cleaned = 0.000580797 Jy ! Component: 2900 - total flux cleaned = 0.000615702 Jy ! Component: 2950 - total flux cleaned = 0.000546297 Jy ! Component: 3000 - total flux cleaned = 0.00054622 Jy ! Component: 3050 - total flux cleaned = 0.000546335 Jy ! Component: 3100 - total flux cleaned = 0.000614332 Jy ! Component: 3150 - total flux cleaned = 0.000597318 Jy ! Component: 3200 - total flux cleaned = 0.000563719 Jy ! Component: 3250 - total flux cleaned = 0.00058058 Jy ! Component: 3300 - total flux cleaned = 0.000597348 Jy ! Component: 3350 - total flux cleaned = 0.000564308 Jy ! Component: 3400 - total flux cleaned = 0.000613716 Jy ! Component: 3450 - total flux cleaned = 0.000597121 Jy ! Component: 3500 - total flux cleaned = 0.000580925 Jy ! Component: 3550 - total flux cleaned = 0.00059716 Jy ! Component: 3600 - total flux cleaned = 0.000597178 Jy ! Component: 3650 - total flux cleaned = 0.000661615 Jy ! Component: 3700 - total flux cleaned = 0.000645562 Jy ! Component: 3750 - total flux cleaned = 0.000661547 Jy ! Component: 3800 - total flux cleaned = 0.000629893 Jy ! Component: 3850 - total flux cleaned = 0.000661337 Jy ! Component: 3900 - total flux cleaned = 0.000676973 Jy ! Component: 3950 - total flux cleaned = 0.000723755 Jy ! Component: 4000 - total flux cleaned = 0.000708241 Jy ! Component: 4050 - total flux cleaned = 0.000754707 Jy ! Total flux subtracted in 4096 components = 0.00080104 Jy ! Clean residual min=-0.000882 max=0.000901 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.180658 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 421 components and 0.180658 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J0559+2353_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.06 x 5.258 at -22.93 degrees (North through East) ! Clean map min=-0.0016902 max=0.1368 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J0559+2353_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.136802 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270337 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.592835 0.592835 1.18567 2.37134 4.74268 9.48536 18.9707 37.9415 75.8829 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J0559+2353_S_uvs.log closed on Sat Oct 5 08:45:18 2013