! Started logfile: /scr/pima/bg219a_uvs/J1505-3432_S_uvs.log on Wed Apr 6 22:57:54 2016 obs /scr/pima/bg219a_uvs/J1505-3432_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1505-3432_S_uva.fits ! AN table 1: 36 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.561111 visibilities/baseline/integration-bin. ! Found source: J1505-3432 ! ! 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 1212 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/J1505-3432_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004805Jy sigma=18.810436 ! Fit after self-cal, rms=0.934420Jy sigma=17.253848 ! 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.152 mas, bmaj=6.928 mas, bpa=-5.663 degrees ! Estimated noise=1.70695 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.0533763 Jy ! Component: 100 - total flux cleaned = 0.0651098 Jy ! Total flux subtracted in 100 components = 0.0651098 Jy ! Clean residual min=-0.007940 max=0.007538 Jy/beam ! Clean residual mean=0.000056 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.0651098 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0651098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067820Jy sigma=1.189437 ! Fit after self-cal, rms=0.065832Jy sigma=1.148925 ! 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=2.459 mas, bmaj=8.312 mas, bpa=-4.742 degrees ! Estimated noise=1.25639 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.00584966 Jy ! Component: 100 - total flux cleaned = 0.00877044 Jy ! Component: 150 - total flux cleaned = 0.0104291 Jy ! Component: 200 - total flux cleaned = 0.0114077 Jy ! Total flux subtracted in 200 components = 0.0114077 Jy ! Clean residual min=-0.005053 max=0.004309 Jy/beam ! Clean residual mean=-0.000124 rms=0.001342 Jy/beam ! Combined flux in latest and established models = 0.0765175 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 43 components and 0.0765175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065374Jy sigma=1.138775 ! Fit after self-cal, rms=0.065363Jy sigma=1.138141 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.459 x 8.312 at -4.742 degrees (North through East) ! Clean map min=-0.0050075 max=0.069704 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 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.03 MK 0.99 NL 0.96 OV 0.92 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.87 MK 0.93 NL 0.95 OV 0.98 ! PT 1.14 SC 1.05 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.065363Jy sigma=1.138141 ! Fit after self-cal, rms=0.066911Jy sigma=1.172261 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.406 mas, bmaj=7.396 mas, bpa=-5.642 degrees ! Estimated noise=1.40464 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.00084661 Jy ! Component: 100 - total flux cleaned = 0.000856812 Jy ! Component: 150 - total flux cleaned = 0.000856337 Jy ! Component: 200 - total flux cleaned = 0.000838156 Jy ! Total flux subtracted in 200 components = 0.000838156 Jy ! Clean residual min=-0.005306 max=0.005849 Jy/beam ! Clean residual mean=-0.000071 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.0773556 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.0773556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066881Jy sigma=1.171494 ! Fit after self-cal, rms=0.066812Jy sigma=1.170953 ! 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.066812Jy sigma=1.170953 ! Fit after self-cal, rms=0.066693Jy sigma=1.170757 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.397 mas, bmaj=7.391 mas, bpa=-5.819 degrees ! Estimated noise=1.39998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433177 Jy ! Component: 100 - total flux cleaned = 0.000454016 Jy ! Component: 150 - total flux cleaned = 0.00042479 Jy ! Component: 200 - total flux cleaned = 0.00042482 Jy ! Total flux subtracted in 200 components = 0.00042482 Jy ! Clean residual min=-0.005318 max=0.005753 Jy/beam ! Clean residual mean=-0.000070 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.0777805 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 59 components and 0.0777805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066684Jy sigma=1.170499 ! Fit after self-cal, rms=0.066664Jy sigma=1.170446 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 = 2.07264e-05 Jy ! Component: 100 - total flux cleaned = 3.53293e-05 Jy ! Component: 150 - total flux cleaned = 3.49625e-05 Jy ! Component: 200 - total flux cleaned = 3.4696e-05 Jy ! Total flux subtracted in 200 components = 3.4696e-05 Jy ! Clean residual min=-0.005305 max=0.005739 Jy/beam ! Clean residual mean=-0.000070 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.0778152 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 61 components and 0.0778152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066660Jy sigma=1.170336 ! Fit after self-cal, rms=0.066652Jy sigma=1.170324 ! 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.066652Jy sigma=1.170324 ! Fit after self-cal, rms=0.066630Jy sigma=1.170276 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.393 mas, bmaj=7.389 mas, bpa=-5.933 degrees ! Estimated noise=1.39777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00015728 Jy ! Component: 100 - total flux cleaned = 0.000195339 Jy ! Component: 150 - total flux cleaned = 0.000219327 Jy ! Component: 200 - total flux cleaned = 0.000231461 Jy ! Total flux subtracted in 200 components = 0.000231461 Jy ! Clean residual min=-0.005291 max=0.005717 Jy/beam ! Clean residual mean=-0.000070 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.0780466 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.0780466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066625Jy sigma=1.170173 ! Fit after self-cal, rms=0.066620Jy sigma=1.170162 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 = 2.47623e-06 Jy ! Component: 100 - total flux cleaned = 1.4882e-05 Jy ! Component: 150 - total flux cleaned = 2.6133e-05 Jy ! Component: 200 - total flux cleaned = 4.89039e-05 Jy ! Total flux subtracted in 200 components = 4.89039e-05 Jy ! Clean residual min=-0.005280 max=0.005699 Jy/beam ! Clean residual mean=-0.000069 rms=0.001509 Jy/beam ! Combined flux in latest and established models = 0.0780955 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.0780955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066616Jy sigma=1.170089 ! Fit after self-cal, rms=0.066614Jy sigma=1.170084 ! 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.066614Jy sigma=1.170084 ! Fit after self-cal, rms=0.066628Jy sigma=1.170071 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.96 mas, bmaj=28.68 mas, bpa=-5.223 degrees ! Estimated noise=2.00629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146205 Jy ! Component: 100 - total flux cleaned = 0.00146538 Jy ! Component: 150 - total flux cleaned = 0.00146641 Jy ! Component: 200 - total flux cleaned = 0.00146604 Jy ! Total flux subtracted in 200 components = 0.00146604 Jy ! Clean residual min=-0.006780 max=0.006880 Jy/beam ! Clean residual mean=-0.000183 rms=0.002555 Jy/beam ! Combined flux in latest and established models = 0.0795615 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 70 components and 0.0795615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066670Jy sigma=1.170513 ! Fit after self-cal, rms=0.066652Jy sigma=1.170093 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.00022857 Jy ! Component: 100 - total flux cleaned = 0.000226838 Jy ! Component: 150 - total flux cleaned = 0.000224543 Jy ! Component: 200 - total flux cleaned = 0.000220532 Jy ! Total flux subtracted in 200 components = 0.000220532 Jy ! Clean residual min=-0.006720 max=0.006873 Jy/beam ! Clean residual mean=-0.000180 rms=0.002536 Jy/beam ! Combined flux in latest and established models = 0.0797821 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 73 components and 0.0797821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066678Jy sigma=1.170475 ! Fit after self-cal, rms=0.066659Jy sigma=1.170279 ! 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=2.391 mas, bmaj=7.391 mas, bpa=-6.004 degrees ! Estimated noise=1.39692 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.391 x 7.391 at -6.004 degrees (North through East) ! Clean map min=-0.0049128 max=0.067316 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.099 mas, bmaj=6.358 mas, bpa=-6.998 degrees ! Estimated noise=1.86929 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0533505 Jy ! Component: 100 - total flux cleaned = 0.0657818 Jy ! Component: 150 - total flux cleaned = 0.0716413 Jy ! Component: 200 - total flux cleaned = 0.0752866 Jy ! Total flux subtracted in 200 components = 0.0752866 Jy ! Clean residual min=-0.006986 max=0.006905 Jy/beam ! Clean residual mean=-0.000027 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 0.0752866 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0752866 Jy ! Inverting map and beam ! Estimated beam: bmin=2.391 mas, bmaj=7.391 mas, bpa=-6.004 degrees ! Estimated noise=1.39692 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.00209109 Jy ! Component: 100 - total flux cleaned = 0.00233307 Jy ! Component: 150 - total flux cleaned = 0.00256294 Jy ! Component: 200 - total flux cleaned = 0.00268942 Jy ! Total flux subtracted in 200 components = 0.00268942 Jy ! Clean residual min=-0.005488 max=0.005906 Jy/beam ! Clean residual mean=-0.000070 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.0779761 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 34 components and 0.0779761 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=6.96 mas, bmaj=28.68 mas, bpa=-5.223 degrees ! Estimated noise=2.00629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016958 Jy ! Component: 100 - total flux cleaned = 0.00169494 Jy ! Component: 150 - total flux cleaned = 0.00169396 Jy ! Component: 200 - total flux cleaned = 0.00169261 Jy ! Total flux subtracted in 200 components = 0.00169261 Jy ! Clean residual min=-0.006772 max=0.006852 Jy/beam ! Clean residual mean=-0.000181 rms=0.002540 Jy/beam ! Combined flux in latest and established models = 0.0796687 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.88028e-06 Jy ! Component: 100 - total flux cleaned = -2.72e-06 Jy ! Component: 150 - total flux cleaned = -3.47765e-06 Jy ! Component: 200 - total flux cleaned = 2.37661e-05 Jy ! Total flux subtracted in 200 components = 2.37661e-05 Jy ! Clean residual min=-0.006778 max=0.006746 Jy/beam ! Clean residual mean=-0.000180 rms=0.002526 Jy/beam ! Combined flux in latest and established models = 0.0796924 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.0796924 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.391 mas, bmaj=7.391 mas, bpa=-6.004 degrees ! Estimated noise=1.39692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114056 Jy ! Component: 100 - total flux cleaned = -0.00109905 Jy ! Component: 150 - total flux cleaned = -0.00112492 Jy ! Component: 200 - total flux cleaned = -0.00121985 Jy ! Total flux subtracted in 200 components = -0.00121985 Jy ! Clean residual min=-0.005373 max=0.005932 Jy/beam ! Clean residual mean=-0.000068 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.0784726 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.0784726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066644Jy sigma=1.170361 ! Fit after self-cal, rms=0.066646Jy sigma=1.170307 wmodel /scr/pima/bg219a_uvs/J1505-3432_S_map.mod ! Writing 48 model components to file: /scr/pima/bg219a_uvs/J1505-3432_S_map.mod wobs /scr/pima/bg219a_uvs/J1505-3432_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1505-3432_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1505-3432_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J1505-3432_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.000267418 Jy ! Component: 100 - total flux cleaned = 0.000275088 Jy ! Component: 150 - total flux cleaned = 0.000122164 Jy ! Component: 200 - total flux cleaned = 4.80992e-05 Jy ! Component: 250 - total flux cleaned = -8.06706e-05 Jy ! Component: 300 - total flux cleaned = -0.000202167 Jy ! Component: 350 - total flux cleaned = -8.76898e-05 Jy ! Component: 400 - total flux cleaned = -3.7078e-05 Jy ! Component: 450 - total flux cleaned = -3.64147e-05 Jy ! Component: 500 - total flux cleaned = 6.05969e-05 Jy ! Component: 550 - total flux cleaned = 0.000151565 Jy ! Component: 600 - total flux cleaned = 0.00041794 Jy ! Component: 650 - total flux cleaned = 0.000632496 Jy ! Component: 700 - total flux cleaned = 0.000922743 Jy ! Component: 750 - total flux cleaned = 0.00108363 Jy ! Component: 800 - total flux cleaned = 0.00131811 Jy ! Component: 850 - total flux cleaned = 0.00139494 Jy ! Component: 900 - total flux cleaned = 0.00143236 Jy ! Component: 950 - total flux cleaned = 0.00139691 Jy ! Component: 1000 - total flux cleaned = 0.00143255 Jy ! Component: 1050 - total flux cleaned = 0.00143304 Jy ! Component: 1100 - total flux cleaned = 0.00146705 Jy ! Component: 1150 - total flux cleaned = 0.00146678 Jy ! Component: 1200 - total flux cleaned = 0.00146695 Jy ! Component: 1250 - total flux cleaned = 0.00153165 Jy ! Component: 1300 - total flux cleaned = 0.00159547 Jy ! Component: 1350 - total flux cleaned = 0.00162702 Jy ! Component: 1400 - total flux cleaned = 0.00162714 Jy ! Component: 1450 - total flux cleaned = 0.00165854 Jy ! Component: 1500 - total flux cleaned = 0.00181618 Jy ! Component: 1550 - total flux cleaned = 0.00200695 Jy ! Component: 1600 - total flux cleaned = 0.00210346 Jy ! Component: 1650 - total flux cleaned = 0.00236289 Jy ! Component: 1700 - total flux cleaned = 0.00252699 Jy ! Component: 1750 - total flux cleaned = 0.00272641 Jy ! Component: 1800 - total flux cleaned = 0.0028948 Jy ! Component: 1850 - total flux cleaned = 0.00309955 Jy ! Component: 1900 - total flux cleaned = 0.00327295 Jy ! Component: 1950 - total flux cleaned = 0.00341363 Jy ! Component: 2000 - total flux cleaned = 0.00352088 Jy ! Component: 2050 - total flux cleaned = 0.0036662 Jy ! Component: 2100 - total flux cleaned = 0.00381518 Jy ! Component: 2150 - total flux cleaned = 0.00392901 Jy ! Component: 2200 - total flux cleaned = 0.00404464 Jy ! Component: 2250 - total flux cleaned = 0.00416278 Jy ! Component: 2300 - total flux cleaned = 0.00424296 Jy ! Component: 2350 - total flux cleaned = 0.00436626 Jy ! Component: 2400 - total flux cleaned = 0.0044505 Jy ! Component: 2450 - total flux cleaned = 0.00453642 Jy ! Component: 2500 - total flux cleaned = 0.00462396 Jy ! Component: 2550 - total flux cleaned = 0.00475824 Jy ! Component: 2600 - total flux cleaned = 0.00485042 Jy ! Component: 2650 - total flux cleaned = 0.00494438 Jy ! Component: 2700 - total flux cleaned = 0.0050891 Jy ! Component: 2750 - total flux cleaned = 0.00518782 Jy ! Component: 2800 - total flux cleaned = 0.00533899 Jy ! Component: 2850 - total flux cleaned = 0.00544238 Jy ! Component: 2900 - total flux cleaned = 0.00554761 Jy ! Component: 2950 - total flux cleaned = 0.00571007 Jy ! Component: 3000 - total flux cleaned = 0.0058772 Jy ! Component: 3050 - total flux cleaned = 0.00599224 Jy ! Component: 3100 - total flux cleaned = 0.00610934 Jy ! Component: 3150 - total flux cleaned = 0.00628927 Jy ! Component: 3200 - total flux cleaned = 0.00647544 Jy ! Component: 3250 - total flux cleaned = 0.00660342 Jy ! Component: 3300 - total flux cleaned = 0.00680022 Jy ! Component: 3350 - total flux cleaned = 0.0068676 Jy ! Component: 3400 - total flux cleaned = 0.00700445 Jy ! Component: 3450 - total flux cleaned = 0.00714615 Jy ! Component: 3500 - total flux cleaned = 0.00729147 Jy ! Component: 3550 - total flux cleaned = 0.00744136 Jy ! Component: 3600 - total flux cleaned = 0.00759474 Jy ! Component: 3650 - total flux cleaned = 0.00775341 Jy ! Component: 3700 - total flux cleaned = 0.00791552 Jy ! Component: 3750 - total flux cleaned = 0.00808129 Jy ! Component: 3800 - total flux cleaned = 0.00833797 Jy ! Component: 3850 - total flux cleaned = 0.00842623 Jy ! Component: 3900 - total flux cleaned = 0.00860569 Jy ! Component: 3950 - total flux cleaned = 0.00879196 Jy ! Component: 4000 - total flux cleaned = 0.00888657 Jy ! Component: 4050 - total flux cleaned = 0.00908264 Jy ! Total flux subtracted in 4096 components = 0.00918362 Jy ! Clean residual min=-0.005609 max=0.005632 Jy/beam ! Clean residual mean=0.000096 rms=0.001496 Jy/beam ! Combined flux in latest and established models = 0.0876562 Jy keep ! Adding 169 model components to the UV plane model. ! The established model now contains 217 components and 0.0876562 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1505-3432_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.391 x 7.391 at -6.004 degrees (North through East) ! Clean map min=-0.011143 max=0.070737 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1505-3432_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0707369 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00176802 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -7.49829 7.49829 14.9966 29.9932 59.9863 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0053 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.07 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 40.009 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1505-3432_S_uvs.log closed on Wed Apr 6 22:57:58 2016