! Started logfile: /scr/pima/bg219a_uvs/J1119+0410_S_uvs.log on Wed Apr 6 22:52:44 2016 obs /scr/pima/bg219a_uvs/J1119+0410_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1119+0410_S_uva.fits ! AN table 1: 28 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.802381 visibilities/baseline/integration-bin. ! Found source: J1119+0410 ! ! 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 49 lines of history. ! ! Reading 1348 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/bg219a_uvs/J1119+0410_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005277Jy sigma=25.621456 ! Fit after self-cal, rms=0.889336Jy sigma=22.700039 ! 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.586 mas, bmaj=6.708 mas, bpa=-7.496 degrees ! Estimated noise=1.02651 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.0815506 Jy ! Component: 100 - total flux cleaned = 0.106773 Jy ! Total flux subtracted in 100 components = 0.106773 Jy ! Clean residual min=-0.009611 max=0.012181 Jy/beam ! Clean residual mean=-0.000058 rms=0.002415 Jy/beam ! Combined flux in latest and established models = 0.106773 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.106773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054223Jy sigma=1.330329 ! Fit after self-cal, rms=0.054176Jy sigma=1.328140 ! 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.125 mas, bmaj=7.761 mas, bpa=-6.822 degrees ! Estimated noise=0.837574 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.0147188 Jy ! Component: 100 - total flux cleaned = 0.0208227 Jy ! Component: 150 - total flux cleaned = 0.0234152 Jy ! Component: 200 - total flux cleaned = 0.0236492 Jy ! Total flux subtracted in 200 components = 0.0236492 Jy ! Clean residual min=-0.004189 max=0.004433 Jy/beam ! Clean residual mean=-0.000020 rms=0.001071 Jy/beam ! Combined flux in latest and established models = 0.130422 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 16 components and 0.130422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050493Jy sigma=1.238730 ! Fit after self-cal, rms=0.050449Jy sigma=1.236583 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.125 x 7.761 at -6.822 degrees (North through East) ! Clean map min=-0.0038096 max=0.11059 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 0.97 NL 0.95 OV 1.05 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 1.15 NL 0.99 OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.07 MK 1.06 NL 0.97 OV 1.00 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 0.90 NL 0.96 OV 0.97 ! PT 0.99 SC 0.95 ! ! ! Fit before self-cal, rms=0.050449Jy sigma=1.236583 ! Fit after self-cal, rms=0.049921Jy sigma=1.226386 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.104 mas, bmaj=7.681 mas, bpa=-6.614 degrees ! Estimated noise=0.836553 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.000388803 Jy ! Component: 100 - total flux cleaned = 0.000388148 Jy ! Component: 150 - total flux cleaned = 0.000388136 Jy ! Component: 200 - total flux cleaned = 0.000418385 Jy ! Total flux subtracted in 200 components = 0.000418385 Jy ! Clean residual min=-0.003704 max=0.003521 Jy/beam ! Clean residual mean=-0.000018 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.130841 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 21 components and 0.130841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049865Jy sigma=1.225254 ! Fit after self-cal, rms=0.049880Jy sigma=1.224972 ! 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.049880Jy sigma=1.224972 ! Fit after self-cal, rms=0.049804Jy sigma=1.217799 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.671 mas, bpa=-6.667 degrees ! Estimated noise=0.837139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000408353 Jy ! Component: 100 - total flux cleaned = 0.000382191 Jy ! Component: 150 - total flux cleaned = 0.000359006 Jy ! Component: 200 - total flux cleaned = 0.000358998 Jy ! Total flux subtracted in 200 components = 0.000358998 Jy ! Clean residual min=-0.002923 max=0.003478 Jy/beam ! Clean residual mean=0.000012 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.1312 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.1312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049779Jy sigma=1.217259 ! Fit after self-cal, rms=0.049783Jy sigma=1.217107 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 (0.5, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.002887 Jy ! Component: 100 - total flux cleaned = 0.0037653 Jy ! Component: 150 - total flux cleaned = 0.00412149 Jy ! Component: 200 - total flux cleaned = 0.00439316 Jy ! Total flux subtracted in 200 components = 0.00439316 Jy ! Clean residual min=-0.002808 max=0.002841 Jy/beam ! Clean residual mean=0.000015 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.135593 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 38 components and 0.135593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049618Jy sigma=1.212679 ! Fit after self-cal, rms=0.049600Jy sigma=1.212392 ! 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.049600Jy sigma=1.212392 ! Fit after self-cal, rms=0.049360Jy sigma=1.212205 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=7.669 mas, bpa=-6.692 degrees ! Estimated noise=0.834152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00044422 Jy ! Component: 100 - total flux cleaned = 0.000500371 Jy ! Component: 150 - total flux cleaned = 0.000627399 Jy ! Component: 200 - total flux cleaned = 0.000719692 Jy ! Total flux subtracted in 200 components = 0.000719692 Jy ! Clean residual min=-0.002650 max=0.002797 Jy/beam ! Clean residual mean=0.000011 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.136313 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 45 components and 0.136313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049333Jy sigma=1.211484 ! Fit after self-cal, rms=0.049328Jy sigma=1.211453 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 (109.5, -23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000811827 Jy ! Component: 100 - total flux cleaned = 0.000876657 Jy ! Component: 150 - total flux cleaned = 0.00104964 Jy ! Component: 200 - total flux cleaned = 0.00125248 Jy ! Total flux subtracted in 200 components = 0.00125248 Jy ! Clean residual min=-0.002380 max=0.002809 Jy/beam ! Clean residual mean=0.000015 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.137565 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 73 components and 0.137565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049157Jy sigma=1.207592 ! Fit after self-cal, rms=0.049160Jy sigma=1.207048 ! Inverting map ! Added new window around map position (-122.5, 87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187864 Jy ! Component: 100 - total flux cleaned = 0.00231442 Jy ! Component: 150 - total flux cleaned = 0.00256751 Jy ! Component: 200 - total flux cleaned = 0.00269581 Jy ! Total flux subtracted in 200 components = 0.00269581 Jy ! Clean residual min=-0.002148 max=0.002016 Jy/beam ! Clean residual mean=0.000015 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.140261 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 0.140261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048988Jy sigma=1.203365 ! Fit after self-cal, rms=0.048979Jy sigma=1.203174 ! 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.048979Jy sigma=1.203174 ! Fit after self-cal, rms=0.048876Jy sigma=1.201915 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.235 mas, bmaj=17.73 mas, bpa=-14.72 degrees ! Estimated noise=1.10128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000898064 Jy ! Component: 100 - total flux cleaned = 0.00122736 Jy ! Component: 150 - total flux cleaned = 0.00144937 Jy ! Component: 200 - total flux cleaned = 0.00166958 Jy ! Total flux subtracted in 200 components = 0.00166958 Jy ! Clean residual min=-0.001839 max=0.002258 Jy/beam ! Clean residual mean=0.000039 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.141931 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 108 components and 0.141931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048853Jy sigma=1.201370 ! Fit after self-cal, rms=0.048849Jy sigma=1.201302 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.000499378 Jy ! Component: 100 - total flux cleaned = 0.000620064 Jy ! Component: 150 - total flux cleaned = 0.000656705 Jy ! Component: 200 - total flux cleaned = 0.000709138 Jy ! Total flux subtracted in 200 components = 0.000709138 Jy ! Clean residual min=-0.001703 max=0.002197 Jy/beam ! Clean residual mean=0.000039 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.14264 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 112 components and 0.14264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048834Jy sigma=1.200916 ! Fit after self-cal, rms=0.048833Jy sigma=1.200896 ! 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.105 mas, bmaj=7.682 mas, bpa=-6.661 degrees ! Estimated noise=0.834833 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.105 x 7.682 at -6.661 degrees (North through East) ! Clean map min=-0.002168 max=0.10998 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.583 mas, bmaj=6.659 mas, bpa=-7.391 degrees ! Estimated noise=1.01603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0804221 Jy ! Component: 100 - total flux cleaned = 0.105998 Jy ! Component: 150 - total flux cleaned = 0.118747 Jy ! Component: 200 - total flux cleaned = 0.125738 Jy ! Total flux subtracted in 200 components = 0.125738 Jy ! Clean residual min=-0.005547 max=0.004839 Jy/beam ! Clean residual mean=-0.000008 rms=0.001347 Jy/beam ! Combined flux in latest and established models = 0.125738 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.125738 Jy ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.682 mas, bpa=-6.661 degrees ! Estimated noise=0.834833 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.00499623 Jy ! Component: 100 - total flux cleaned = 0.00739881 Jy ! Component: 150 - total flux cleaned = 0.00868301 Jy ! Component: 200 - total flux cleaned = 0.00968571 Jy ! Total flux subtracted in 200 components = 0.00968571 Jy ! Clean residual min=-0.003103 max=0.002660 Jy/beam ! Clean residual mean=0.000012 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.135424 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.135424 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.235 mas, bmaj=17.73 mas, bpa=-14.72 degrees ! Estimated noise=1.10128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00195084 Jy ! Component: 100 - total flux cleaned = 0.00322471 Jy ! Component: 150 - total flux cleaned = 0.00422119 Jy ! Component: 200 - total flux cleaned = 0.00487799 Jy ! Total flux subtracted in 200 components = 0.00487799 Jy ! Clean residual min=-0.001921 max=0.002188 Jy/beam ! Clean residual mean=0.000046 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.140302 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.000346228 Jy ! Component: 100 - total flux cleaned = 0.000634256 Jy ! Component: 150 - total flux cleaned = 0.000827503 Jy ! Component: 200 - total flux cleaned = 0.0010511 Jy ! Total flux subtracted in 200 components = 0.0010511 Jy ! Clean residual min=-0.001721 max=0.002211 Jy/beam ! Clean residual mean=0.000048 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.141353 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 51 components and 0.141353 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.682 mas, bpa=-6.661 degrees ! Estimated noise=0.834833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176701 Jy ! Component: 100 - total flux cleaned = 0.000366134 Jy ! Component: 150 - total flux cleaned = 0.000420639 Jy ! Component: 200 - total flux cleaned = 0.000417503 Jy ! Total flux subtracted in 200 components = 0.000417503 Jy ! Clean residual min=-0.002336 max=0.002145 Jy/beam ! Clean residual mean=0.000016 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.14177 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 64 components and 0.14177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048869Jy sigma=1.201897 ! Fit after self-cal, rms=0.048862Jy sigma=1.201719 wmodel /scr/pima/bg219a_uvs/J1119+0410_S_map.mod ! Writing 64 model components to file: /scr/pima/bg219a_uvs/J1119+0410_S_map.mod wobs /scr/pima/bg219a_uvs/J1119+0410_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1119+0410_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1119+0410_S_map.win ! wwins: Wrote 4 windows to /scr/pima/bg219a_uvs/J1119+0410_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.000633534 Jy ! Component: 100 - total flux cleaned = -0.000747995 Jy ! Component: 150 - total flux cleaned = -0.00061237 Jy ! Component: 200 - total flux cleaned = -0.000519007 Jy ! Component: 250 - total flux cleaned = -0.000340751 Jy ! Component: 300 - total flux cleaned = -0.000282198 Jy ! Component: 350 - total flux cleaned = -0.00017115 Jy ! Component: 400 - total flux cleaned = -3.77697e-05 Jy ! Component: 450 - total flux cleaned = -1.2576e-05 Jy ! Component: 500 - total flux cleaned = 1.2584e-05 Jy ! Component: 550 - total flux cleaned = 6.06461e-05 Jy ! Component: 600 - total flux cleaned = 0.000107967 Jy ! Component: 650 - total flux cleaned = 6.17979e-05 Jy ! Component: 700 - total flux cleaned = -5.04871e-05 Jy ! Component: 750 - total flux cleaned = -0.000225646 Jy ! Component: 800 - total flux cleaned = -0.000290117 Jy ! Component: 850 - total flux cleaned = -0.000458223 Jy ! Component: 900 - total flux cleaned = -0.000581217 Jy ! Component: 950 - total flux cleaned = -0.000701536 Jy ! Component: 1000 - total flux cleaned = -0.000799922 Jy ! Component: 1050 - total flux cleaned = -0.000935293 Jy ! Component: 1100 - total flux cleaned = -0.00106845 Jy ! Component: 1150 - total flux cleaned = -0.00119924 Jy ! Component: 1200 - total flux cleaned = -0.0013825 Jy ! Component: 1250 - total flux cleaned = -0.00150905 Jy ! Component: 1300 - total flux cleaned = -0.00168774 Jy ! Component: 1350 - total flux cleaned = -0.00184639 Jy ! Component: 1400 - total flux cleaned = -0.00202062 Jy ! Component: 1450 - total flux cleaned = -0.00219255 Jy ! Component: 1500 - total flux cleaned = -0.00234524 Jy ! Component: 1550 - total flux cleaned = -0.00249622 Jy ! Component: 1600 - total flux cleaned = -0.00267808 Jy ! Component: 1650 - total flux cleaned = -0.00280868 Jy ! Component: 1700 - total flux cleaned = -0.00288942 Jy ! Component: 1750 - total flux cleaned = -0.00306541 Jy ! Component: 1800 - total flux cleaned = -0.00317601 Jy ! Component: 1850 - total flux cleaned = -0.00330106 Jy ! Component: 1900 - total flux cleaned = -0.00348664 Jy ! Component: 1950 - total flux cleaned = -0.00360925 Jy ! Component: 2000 - total flux cleaned = -0.00380654 Jy ! Component: 2050 - total flux cleaned = -0.00394198 Jy ! Component: 2100 - total flux cleaned = -0.00412139 Jy ! Component: 2150 - total flux cleaned = -0.00428472 Jy ! Component: 2200 - total flux cleaned = -0.00447637 Jy ! Component: 2250 - total flux cleaned = -0.00463742 Jy ! Component: 2300 - total flux cleaned = -0.0047975 Jy ! Component: 2350 - total flux cleaned = -0.00497105 Jy ! Component: 2400 - total flux cleaned = -0.00514355 Jy ! Component: 2450 - total flux cleaned = -0.00531502 Jy ! Component: 2500 - total flux cleaned = -0.00549963 Jy ! Component: 2550 - total flux cleaned = -0.00568321 Jy ! Component: 2600 - total flux cleaned = -0.00586581 Jy ! Component: 2650 - total flux cleaned = -0.00603358 Jy ! Component: 2700 - total flux cleaned = -0.00618669 Jy ! Component: 2750 - total flux cleaned = -0.006353 Jy ! Component: 2800 - total flux cleaned = -0.00651845 Jy ! Component: 2850 - total flux cleaned = -0.00669705 Jy ! Component: 2900 - total flux cleaned = -0.00686129 Jy ! Component: 2950 - total flux cleaned = -0.00702491 Jy ! Component: 3000 - total flux cleaned = -0.007188 Jy ! Component: 3050 - total flux cleaned = -0.0073642 Jy ! Component: 3100 - total flux cleaned = -0.00749933 Jy ! Component: 3150 - total flux cleaned = -0.00760728 Jy ! Component: 3200 - total flux cleaned = -0.00775544 Jy ! Component: 3250 - total flux cleaned = -0.00786309 Jy ! Component: 3300 - total flux cleaned = -0.00799757 Jy ! Component: 3350 - total flux cleaned = -0.00806477 Jy ! Component: 3400 - total flux cleaned = -0.00815869 Jy ! Component: 3450 - total flux cleaned = -0.00825263 Jy ! Component: 3500 - total flux cleaned = -0.00829284 Jy ! Component: 3550 - total flux cleaned = -0.00838674 Jy ! Component: 3600 - total flux cleaned = -0.00850752 Jy ! Component: 3650 - total flux cleaned = -0.00858798 Jy ! Component: 3700 - total flux cleaned = -0.00862823 Jy ! Component: 3750 - total flux cleaned = -0.00876243 Jy ! Component: 3800 - total flux cleaned = -0.00880272 Jy ! Component: 3850 - total flux cleaned = -0.00892359 Jy ! Component: 3900 - total flux cleaned = -0.00899086 Jy ! Component: 3950 - total flux cleaned = -0.00911203 Jy ! Component: 4000 - total flux cleaned = -0.00920649 Jy ! Component: 4050 - total flux cleaned = -0.00934164 Jy ! Total flux subtracted in 4096 components = -0.00946353 Jy ! Clean residual min=-0.001259 max=0.000793 Jy/beam ! Clean residual mean=-0.000004 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.132307 Jy keep ! Adding 223 model components to the UV plane model. ! The established model now contains 287 components and 0.132307 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1119+0410_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.105 x 7.682 at -6.661 degrees (North through East) ! Clean map min=-0.0020954 max=0.10956 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1119+0410_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10956 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000240673 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.659016 0.659016 1.31803 2.63606 5.27213 10.5443 21.0885 42.177 84.354 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.109 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 455.224 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1119+0410_S_uvs.log closed on Wed Apr 6 22:52:48 2016