! Started logfile: /scr/pima/bg219i_uvs/J1333-1112_S_uvs.log on Wed Apr 6 23:04:05 2016 obs /scr/pima/bg219i_uvs/J1333-1112_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1333-1112_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! AN table 2: 31 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.916667 visibilities/baseline/integration-bin. ! Found source: J1333-1112 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 8184 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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/bg219i_uvs/J1333-1112_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 27 telescope corrections were flagged in sub-array 1. ! A total of 27 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 27 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 27 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! A total of 27 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.004624Jy sigma=21.535140 ! Fit after self-cal, rms=0.951540Jy sigma=20.417402 ! 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.382 mas, bmaj=8.223 mas, bpa=2.648 degrees ! Estimated noise=0.600966 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.036661 Jy ! Component: 100 - total flux cleaned = 0.0471463 Jy ! Total flux subtracted in 100 components = 0.0471463 Jy ! Clean residual min=-0.004165 max=0.004831 Jy/beam ! Clean residual mean=-0.000015 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.0471463 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0471463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067897Jy sigma=1.349716 ! Fit after self-cal, rms=0.066197Jy sigma=1.317844 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00694918 Jy ! Component: 100 - total flux cleaned = 0.0103907 Jy ! Total flux subtracted in 100 components = 0.0103907 Jy ! Clean residual min=-0.002850 max=0.004102 Jy/beam ! Clean residual mean=-0.000009 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.057537 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 28 components and 0.057537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065368Jy sigma=1.299515 ! Fit after self-cal, rms=0.065294Jy sigma=1.298841 ! 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.092 mas, bmaj=9.705 mas, bpa=1.197 degrees ! Estimated noise=0.393673 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 (5, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441408 Jy ! Component: 100 - total flux cleaned = 0.00647145 Jy ! Component: 150 - total flux cleaned = 0.00777266 Jy ! Component: 200 - total flux cleaned = 0.00833642 Jy ! Total flux subtracted in 200 components = 0.00833642 Jy ! Clean residual min=-0.002084 max=0.002512 Jy/beam ! Clean residual mean=-0.000005 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.0658734 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 69 components and 0.0658734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065013Jy sigma=1.292391 ! Fit after self-cal, rms=0.064950Jy sigma=1.290895 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.092 x 9.705 at 1.197 degrees (North through East) ! Clean map min=-0.0019179 max=0.049274 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.93 HN 1.00 KP 0.95 ! LA 0.92 NL 1.18 OV 1.02 PT 0.93 ! SC 1.12 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.97 HN 0.89 KP 1.06 ! LA 0.96 NL 0.96 OV 0.99 PT 0.99 ! SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.99 KP 1.01 LA 0.95 ! MK 1.01 NL 1.09 OV 1.02 PT 0.99 ! SC 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 0.88 HN 1.04 KP 1.02 ! LA 1.03 NL 0.95 OV 0.95 PT 1.17 ! SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 KP 1.02 LA 0.97 ! MK 0.89 NL 1.07 OV 1.00 PT 0.94 ! SC 0.84 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.92 HN 0.91 KP 0.90 ! LA 0.96 NL 1.07 OV 0.99 PT 1.00 ! SC 1.04 ! ! ! Fit before self-cal, rms=0.064950Jy sigma=1.290895 ! Fit after self-cal, rms=0.064217Jy sigma=1.288176 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.09 mas, bmaj=9.697 mas, bpa=0.5675 degrees ! Estimated noise=0.387699 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.00100323 Jy ! Component: 100 - total flux cleaned = 0.00127392 Jy ! Component: 150 - total flux cleaned = 0.00135948 Jy ! Component: 200 - total flux cleaned = 0.00143442 Jy ! Total flux subtracted in 200 components = 0.00143442 Jy ! Clean residual min=-0.001720 max=0.001851 Jy/beam ! Clean residual mean=0.000003 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0673078 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.0673078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064183Jy sigma=1.287371 ! Fit after self-cal, rms=0.064235Jy sigma=1.286933 ! 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.064235Jy sigma=1.286933 ! Fit after self-cal, rms=0.064129Jy sigma=1.285818 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.098 mas, bmaj=9.674 mas, bpa=0.5673 degrees ! Estimated noise=0.386617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123293 Jy ! Component: 100 - total flux cleaned = 0.000149591 Jy ! Component: 150 - total flux cleaned = 0.000194086 Jy ! Component: 200 - total flux cleaned = 0.000233244 Jy ! Total flux subtracted in 200 components = 0.000233244 Jy ! Clean residual min=-0.001629 max=0.001560 Jy/beam ! Clean residual mean=0.000001 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0675411 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.0675411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064109Jy sigma=1.285434 ! Fit after self-cal, rms=0.064125Jy sigma=1.285274 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.000133013 Jy ! Component: 100 - total flux cleaned = 0.000193853 Jy ! Component: 150 - total flux cleaned = 0.000248334 Jy ! Component: 200 - total flux cleaned = 0.000281858 Jy ! Total flux subtracted in 200 components = 0.000281858 Jy ! Clean residual min=-0.001639 max=0.001558 Jy/beam ! Clean residual mean=0.000001 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0678229 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.0678229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064113Jy sigma=1.285054 ! Fit after self-cal, rms=0.064117Jy sigma=1.285021 ! 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.064117Jy sigma=1.285021 ! Fit after self-cal, rms=0.063818Jy sigma=1.284957 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=9.674 mas, bpa=0.5231 degrees ! Estimated noise=0.384596 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.79562e-05 Jy ! Component: 100 - total flux cleaned = -6.82961e-05 Jy ! Component: 150 - total flux cleaned = -3.51047e-05 Jy ! Component: 200 - total flux cleaned = 2.59476e-05 Jy ! Total flux subtracted in 200 components = 2.59476e-05 Jy ! Clean residual min=-0.001636 max=0.001536 Jy/beam ! Clean residual mean=0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0678489 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 117 components and 0.0678489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063806Jy sigma=1.284729 ! Fit after self-cal, rms=0.063810Jy sigma=1.284668 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 = 8.21425e-05 Jy ! Component: 100 - total flux cleaned = 0.000132335 Jy ! Component: 150 - total flux cleaned = 0.000147258 Jy ! Component: 200 - total flux cleaned = 0.00017542 Jy ! Total flux subtracted in 200 components = 0.00017542 Jy ! Clean residual min=-0.001641 max=0.001524 Jy/beam ! Clean residual mean=0.000001 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.0680243 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 119 components and 0.0680243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063800Jy sigma=1.284526 ! Fit after self-cal, rms=0.063803Jy sigma=1.284507 ! 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.063803Jy sigma=1.284507 ! Fit after self-cal, rms=0.063788Jy sigma=1.283841 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.237 mas, bmaj=14.21 mas, bpa=5.109 degrees ! Estimated noise=0.464737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.85546e-05 Jy ! Component: 100 - total flux cleaned = -7.81525e-05 Jy ! Component: 150 - total flux cleaned = -0.000149215 Jy ! Component: 200 - total flux cleaned = -0.000168971 Jy ! Total flux subtracted in 200 components = -0.000168971 Jy ! Clean residual min=-0.002167 max=0.002008 Jy/beam ! Clean residual mean=0.000001 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.0678554 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 128 components and 0.0678554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063783Jy sigma=1.283801 ! Fit after self-cal, rms=0.063796Jy sigma=1.283713 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 = -1.18133e-05 Jy ! Component: 100 - total flux cleaned = -2.36284e-05 Jy ! Component: 150 - total flux cleaned = -5.34436e-05 Jy ! Component: 200 - total flux cleaned = -6.22263e-05 Jy ! Total flux subtracted in 200 components = -6.22263e-05 Jy ! Clean residual min=-0.002129 max=0.001995 Jy/beam ! Clean residual mean=0.000001 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.0677931 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 133 components and 0.0677931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063792Jy sigma=1.283713 ! Fit after self-cal, rms=0.063797Jy sigma=1.283692 ! 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.107 mas, bmaj=9.66 mas, bpa=0.6019 degrees ! Estimated noise=0.385116 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.107 x 9.66 at 0.6019 degrees (North through East) ! Clean map min=-0.0016268 max=0.047231 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.399 mas, bmaj=8.145 mas, bpa=2.002 degrees ! Estimated noise=0.587884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0376044 Jy ! Component: 100 - total flux cleaned = 0.0493646 Jy ! Component: 150 - total flux cleaned = 0.0555391 Jy ! Component: 200 - total flux cleaned = 0.0595859 Jy ! Total flux subtracted in 200 components = 0.0595859 Jy ! Clean residual min=-0.002530 max=0.003145 Jy/beam ! Clean residual mean=-0.000004 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0595859 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0595859 Jy ! Inverting map and beam ! Estimated beam: bmin=4.107 mas, bmaj=9.66 mas, bpa=0.6019 degrees ! Estimated noise=0.385116 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) ! Added new window around map position (11, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00362411 Jy ! Component: 100 - total flux cleaned = 0.0055253 Jy ! Component: 150 - total flux cleaned = 0.00667097 Jy ! Component: 200 - total flux cleaned = 0.00710937 Jy ! Total flux subtracted in 200 components = 0.00710937 Jy ! Clean residual min=-0.001656 max=0.001713 Jy/beam ! Clean residual mean=-0.000000 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0666953 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 65 components and 0.0666953 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.237 mas, bmaj=14.21 mas, bpa=5.109 degrees ! Estimated noise=0.464737 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000571222 Jy ! Component: 100 - total flux cleaned = 0.000813741 Jy ! Component: 150 - total flux cleaned = 0.0010142 Jy ! Component: 200 - total flux cleaned = 0.00111315 Jy ! Total flux subtracted in 200 components = 0.00111315 Jy ! Clean residual min=-0.002167 max=0.002074 Jy/beam ! Clean residual mean=0.000000 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.0678084 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 = 5.79759e-05 Jy ! Component: 100 - total flux cleaned = 7.79739e-05 Jy ! Component: 150 - total flux cleaned = 8.70003e-05 Jy ! Component: 200 - total flux cleaned = 9.5644e-05 Jy ! Total flux subtracted in 200 components = 9.5644e-05 Jy ! Clean residual min=-0.002154 max=0.002054 Jy/beam ! Clean residual mean=0.000000 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0679041 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 115 components and 0.0679041 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.107 mas, bmaj=9.66 mas, bpa=0.6019 degrees ! Estimated noise=0.385116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.52775e-05 Jy ! Component: 100 - total flux cleaned = -1.40949e-06 Jy ! Component: 150 - total flux cleaned = 3.63609e-05 Jy ! Component: 200 - total flux cleaned = 5.37202e-05 Jy ! Total flux subtracted in 200 components = 5.37202e-05 Jy ! Clean residual min=-0.001613 max=0.001676 Jy/beam ! Clean residual mean=-0.000001 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.0679578 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 138 components and 0.0679578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063793Jy sigma=1.283606 ! Fit after self-cal, rms=0.063785Jy sigma=1.283447 wmodel /scr/pima/bg219i_uvs/J1333-1112_S_map.mod ! Writing 138 model components to file: /scr/pima/bg219i_uvs/J1333-1112_S_map.mod wobs /scr/pima/bg219i_uvs/J1333-1112_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J1333-1112_S_uvs.fits wwins /scr/pima/bg219i_uvs/J1333-1112_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219i_uvs/J1333-1112_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.000450031 Jy ! Component: 100 - total flux cleaned = -0.000861943 Jy ! Component: 150 - total flux cleaned = -0.00117425 Jy ! Component: 200 - total flux cleaned = -0.00137457 Jy ! Component: 250 - total flux cleaned = -0.00161568 Jy ! Component: 300 - total flux cleaned = -0.00177874 Jy ! Component: 350 - total flux cleaned = -0.0019596 Jy ! Component: 400 - total flux cleaned = -0.00213493 Jy ! Component: 450 - total flux cleaned = -0.00224152 Jy ! Component: 500 - total flux cleaned = -0.00238695 Jy ! Component: 550 - total flux cleaned = -0.00246748 Jy ! Component: 600 - total flux cleaned = -0.00258627 Jy ! Component: 650 - total flux cleaned = -0.00268334 Jy ! Component: 700 - total flux cleaned = -0.00279714 Jy ! Component: 750 - total flux cleaned = -0.00290862 Jy ! Component: 800 - total flux cleaned = -0.00299869 Jy ! Component: 850 - total flux cleaned = -0.00303397 Jy ! Component: 900 - total flux cleaned = -0.00310338 Jy ! Component: 950 - total flux cleaned = -0.00315471 Jy ! Component: 1000 - total flux cleaned = -0.00312126 Jy ! Component: 1050 - total flux cleaned = -0.00308841 Jy ! Component: 1100 - total flux cleaned = -0.00300733 Jy ! Component: 1150 - total flux cleaned = -0.00295968 Jy ! Component: 1200 - total flux cleaned = -0.00291239 Jy ! Component: 1250 - total flux cleaned = -0.0028348 Jy ! Component: 1300 - total flux cleaned = -0.00271298 Jy ! Component: 1350 - total flux cleaned = -0.00265291 Jy ! Component: 1400 - total flux cleaned = -0.00260864 Jy ! Component: 1450 - total flux cleaned = -0.00249194 Jy ! Component: 1500 - total flux cleaned = -0.00247755 Jy ! Component: 1550 - total flux cleaned = -0.00237807 Jy ! Component: 1600 - total flux cleaned = -0.00235018 Jy ! Component: 1650 - total flux cleaned = -0.00226707 Jy ! Component: 1700 - total flux cleaned = -0.00221233 Jy ! Component: 1750 - total flux cleaned = -0.00214488 Jy ! Component: 1800 - total flux cleaned = -0.00210516 Jy ! Component: 1850 - total flux cleaned = -0.00209206 Jy ! Component: 1900 - total flux cleaned = -0.00200161 Jy ! Component: 1950 - total flux cleaned = -0.00198901 Jy ! Component: 2000 - total flux cleaned = -0.00195091 Jy ! Component: 2050 - total flux cleaned = -0.00191319 Jy ! Component: 2100 - total flux cleaned = -0.00185127 Jy ! Component: 2150 - total flux cleaned = -0.00181459 Jy ! Component: 2200 - total flux cleaned = -0.00174229 Jy ! Component: 2250 - total flux cleaned = -0.00170643 Jy ! Component: 2300 - total flux cleaned = -0.00163573 Jy ! Component: 2350 - total flux cleaned = -0.00160063 Jy ! Component: 2400 - total flux cleaned = -0.00155432 Jy ! Component: 2450 - total flux cleaned = -0.00150855 Jy ! Component: 2500 - total flux cleaned = -0.00149724 Jy ! Component: 2550 - total flux cleaned = -0.00149725 Jy ! Component: 2600 - total flux cleaned = -0.001475 Jy ! Component: 2650 - total flux cleaned = -0.00146411 Jy ! Component: 2700 - total flux cleaned = -0.00143114 Jy ! Component: 2750 - total flux cleaned = -0.00142033 Jy ! Component: 2800 - total flux cleaned = -0.00143091 Jy ! Component: 2850 - total flux cleaned = -0.00142029 Jy ! Component: 2900 - total flux cleaned = -0.00139926 Jy ! Component: 2950 - total flux cleaned = -0.00139936 Jy ! Component: 3000 - total flux cleaned = -0.00135808 Jy ! Component: 3050 - total flux cleaned = -0.00134795 Jy ! Component: 3100 - total flux cleaned = -0.00136832 Jy ! Component: 3150 - total flux cleaned = -0.00136823 Jy ! Component: 3200 - total flux cleaned = -0.00133822 Jy ! Component: 3250 - total flux cleaned = -0.00130857 Jy ! Component: 3300 - total flux cleaned = -0.001338 Jy ! Component: 3350 - total flux cleaned = -0.00125992 Jy ! Component: 3400 - total flux cleaned = -0.00126973 Jy ! Component: 3450 - total flux cleaned = -0.00123121 Jy ! Component: 3500 - total flux cleaned = -0.00120258 Jy ! Component: 3550 - total flux cleaned = -0.00118365 Jy ! Component: 3600 - total flux cleaned = -0.00114612 Jy ! Component: 3650 - total flux cleaned = -0.00116471 Jy ! Component: 3700 - total flux cleaned = -0.00108149 Jy ! Component: 3750 - total flux cleaned = -0.00108161 Jy ! Component: 3800 - total flux cleaned = -0.00105422 Jy ! Component: 3850 - total flux cleaned = -0.0009907 Jy ! Component: 3900 - total flux cleaned = -0.000963745 Jy ! Component: 3950 - total flux cleaned = -0.000954799 Jy ! Component: 4000 - total flux cleaned = -0.000928138 Jy ! Component: 4050 - total flux cleaned = -0.000910518 Jy ! Total flux subtracted in 4096 components = -0.000901645 Jy ! Clean residual min=-0.000525 max=0.000437 Jy/beam ! Clean residual mean=0.000000 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0670562 Jy keep ! Adding 319 model components to the UV plane model. ! The established model now contains 457 components and 0.0670562 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J1333-1112_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.107 x 9.66 at 0.6019 degrees (North through East) ! Clean map min=-0.0011994 max=0.04685 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1333-1112_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.04685 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163785 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.04878 1.04878 2.09756 4.19513 8.39025 16.7805 33.561 67.122 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 286.046 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1333-1112_S_uvs.log closed on Wed Apr 6 23:04:09 2016