! Started logfile: /scr/pima/bg219h_uvs/J0915-3029_S_uvs.log on Thu Apr 7 08:57:55 2016 obs /scr/pima/bg219h_uvs/J0915-3029_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0915-3029_S_uva.fits ! AN table 1: 75 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.536508 visibilities/baseline/integration-bin. ! Found source: J0915-3029 ! ! 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 3380 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/bg219h_uvs/J0915-3029_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 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004214Jy sigma=18.087708 ! Fit after self-cal, rms=0.941325Jy sigma=17.070736 ! 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=8.987 mas, bmaj=28 mas, bpa=-10.07 degrees ! Estimated noise=1.37517 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.0489691 Jy ! Component: 100 - total flux cleaned = 0.0597366 Jy ! Total flux subtracted in 100 components = 0.0597366 Jy ! Clean residual min=-0.005789 max=0.005533 Jy/beam ! Clean residual mean=-0.000046 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.0597366 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0597366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066634Jy sigma=1.150815 ! Fit after self-cal, rms=0.065164Jy sigma=1.120847 ! 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=11.17 mas, bmaj=32.5 mas, bpa=-9.363 degrees ! Estimated noise=0.742925 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.00267666 Jy ! Component: 100 - total flux cleaned = 0.00363505 Jy ! Component: 150 - total flux cleaned = 0.00387626 Jy ! Component: 200 - total flux cleaned = 0.00393499 Jy ! Total flux subtracted in 200 components = 0.00393499 Jy ! Clean residual min=-0.002677 max=0.002749 Jy/beam ! Clean residual mean=-0.000028 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.0636716 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 43 components and 0.0636716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065044Jy sigma=1.119043 ! Fit after self-cal, rms=0.064992Jy sigma=1.117792 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.17 x 32.5 at -9.363 degrees (North through East) ! Clean map min=-0.0026879 max=0.062419 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 HN 1.00* KP 1.03 LA 0.95 ! NL 1.03 OV 1.09 PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.00* KP 1.09 LA 1.00 ! NL 1.01 OV 1.01 PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 HN 1.00* KP 1.09 LA 0.97 ! NL 0.93 OV 1.05 PT 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 HN 1.00* KP 1.08 LA 1.03 ! NL 0.90 OV 1.00 PT 0.99 ! ! ! Fit before self-cal, rms=0.064992Jy sigma=1.117792 ! Fit after self-cal, rms=0.064542Jy sigma=1.114773 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.12 mas, bmaj=32.13 mas, bpa=-9.108 degrees ! Estimated noise=0.739333 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.00113625 Jy ! Component: 100 - total flux cleaned = 0.00140423 Jy ! Component: 150 - total flux cleaned = 0.00151656 Jy ! Component: 200 - total flux cleaned = 0.00153438 Jy ! Total flux subtracted in 200 components = 0.00153438 Jy ! Clean residual min=-0.002263 max=0.002558 Jy/beam ! Clean residual mean=-0.000003 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.065206 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 68 components and 0.065206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064507Jy sigma=1.114097 ! Fit after self-cal, rms=0.064622Jy sigma=1.113472 ! 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.064622Jy sigma=1.113472 ! Fit after self-cal, rms=0.068195Jy sigma=1.115073 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.17 mas, bmaj=32.24 mas, bpa=-9.044 degrees ! Estimated noise=0.761117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00084201 Jy ! Component: 100 - total flux cleaned = 0.000559073 Jy ! Component: 150 - total flux cleaned = 0.000336808 Jy ! Component: 200 - total flux cleaned = 0.00022322 Jy ! Total flux subtracted in 200 components = 0.00022322 Jy ! Clean residual min=-0.002383 max=0.002590 Jy/beam ! Clean residual mean=0.000004 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0654292 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 88 components and 0.0654292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068144Jy sigma=1.114522 ! Fit after self-cal, rms=0.068403Jy sigma=1.112741 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.000211006 Jy ! Component: 100 - total flux cleaned = 0.000231871 Jy ! Component: 150 - total flux cleaned = 0.000232808 Jy ! Component: 200 - total flux cleaned = 0.000232331 Jy ! Total flux subtracted in 200 components = 0.000232331 Jy ! Clean residual min=-0.002221 max=0.002472 Jy/beam ! Clean residual mean=-0.000001 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.0656615 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 106 components and 0.0656615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068388Jy sigma=1.112560 ! Fit after self-cal, rms=0.068393Jy sigma=1.112487 ! 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.068393Jy sigma=1.112487 ! Fit after self-cal, rms=0.069986Jy sigma=1.112017 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.18 mas, bmaj=32.2 mas, bpa=-9.024 degrees ! Estimated noise=0.77423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000639587 Jy ! Component: 100 - total flux cleaned = 0.000532526 Jy ! Component: 150 - total flux cleaned = 0.000433548 Jy ! Component: 200 - total flux cleaned = 0.000433802 Jy ! Total flux subtracted in 200 components = 0.000433802 Jy ! Clean residual min=-0.002334 max=0.002577 Jy/beam ! Clean residual mean=0.000007 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.0660953 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 123 components and 0.0660953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069956Jy sigma=1.111720 ! Fit after self-cal, rms=0.070024Jy sigma=1.110970 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.12856e-05 Jy ! Component: 100 - total flux cleaned = 5.34537e-05 Jy ! Component: 150 - total flux cleaned = 8.57577e-05 Jy ! Component: 200 - total flux cleaned = 0.000100657 Jy ! Total flux subtracted in 200 components = 0.000100657 Jy ! Clean residual min=-0.002126 max=0.002475 Jy/beam ! Clean residual mean=0.000004 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.0661959 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.0661959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070008Jy sigma=1.110797 ! Fit after self-cal, rms=0.070016Jy sigma=1.110691 ! 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.070016Jy sigma=1.110691 ! Fit after self-cal, rms=0.071073Jy sigma=1.110495 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.35 mas, bmaj=33.18 mas, bpa=-7.022 degrees ! Estimated noise=0.791177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429431 Jy ! Component: 100 - total flux cleaned = 0.000400088 Jy ! Component: 150 - total flux cleaned = 0.000456266 Jy ! Component: 200 - total flux cleaned = 0.000486711 Jy ! Total flux subtracted in 200 components = 0.000486711 Jy ! Clean residual min=-0.002327 max=0.002475 Jy/beam ! Clean residual mean=0.000010 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.0666827 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 155 components and 0.0666827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071049Jy sigma=1.110274 ! Fit after self-cal, rms=0.071087Jy sigma=1.110171 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.13711e-05 Jy ! Component: 100 - total flux cleaned = 0.000122982 Jy ! Component: 150 - total flux cleaned = 0.000124485 Jy ! Component: 200 - total flux cleaned = 0.000123908 Jy ! Total flux subtracted in 200 components = 0.000123908 Jy ! Clean residual min=-0.002241 max=0.002411 Jy/beam ! Clean residual mean=0.000010 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.0668066 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 160 components and 0.0668066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071073Jy sigma=1.110052 ! Fit after self-cal, rms=0.071081Jy sigma=1.109978 ! 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=11.19 mas, bmaj=32.13 mas, bpa=-8.983 degrees ! Estimated noise=0.783884 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.19 x 32.13 at -8.983 degrees (North through East) ! Clean map min=-0.0023391 max=0.066602 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=8.908 mas, bmaj=27.48 mas, bpa=-10.2 degrees ! Estimated noise=1.41006 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0512866 Jy ! Component: 100 - total flux cleaned = 0.0631859 Jy ! Component: 150 - total flux cleaned = 0.0651321 Jy ! Component: 200 - total flux cleaned = 0.0663641 Jy ! Total flux subtracted in 200 components = 0.0663641 Jy ! Clean residual min=-0.003656 max=0.004790 Jy/beam ! Clean residual mean=-0.000004 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.0663642 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.0663642 Jy ! Inverting map and beam ! Estimated beam: bmin=11.19 mas, bmaj=32.13 mas, bpa=-8.983 degrees ! Estimated noise=0.783884 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.000284426 Jy ! Component: 100 - total flux cleaned = 0.000357616 Jy ! Component: 150 - total flux cleaned = 0.000355517 Jy ! Component: 200 - total flux cleaned = 0.000399077 Jy ! Total flux subtracted in 200 components = 0.000399077 Jy ! Clean residual min=-0.002481 max=0.002855 Jy/beam ! Clean residual mean=0.000006 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.0667632 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 58 components and 0.0667632 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=12.35 mas, bmaj=33.18 mas, bpa=-7.022 degrees ! Estimated noise=0.791177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152562 Jy ! Component: 100 - total flux cleaned = 0.000123936 Jy ! Component: 150 - total flux cleaned = 0.000151323 Jy ! Component: 200 - total flux cleaned = 0.000127014 Jy ! Total flux subtracted in 200 components = 0.000127014 Jy ! Clean residual min=-0.002309 max=0.002627 Jy/beam ! Clean residual mean=0.000009 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0668903 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 = -2.19636e-05 Jy ! Component: 100 - total flux cleaned = -6.2723e-05 Jy ! Component: 150 - total flux cleaned = -8.18827e-05 Jy ! Component: 200 - total flux cleaned = -9.99662e-05 Jy ! Total flux subtracted in 200 components = -9.99662e-05 Jy ! Clean residual min=-0.002258 max=0.002539 Jy/beam ! Clean residual mean=0.000009 rms=0.000816 Jy/beam ! Combined flux in latest and established models = 0.0667903 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 77 components and 0.0667903 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.19 mas, bmaj=32.13 mas, bpa=-8.983 degrees ! Estimated noise=0.783884 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000133834 Jy ! Component: 100 - total flux cleaned = -0.000150805 Jy ! Component: 150 - total flux cleaned = -0.000151233 Jy ! Component: 200 - total flux cleaned = -0.000152021 Jy ! Total flux subtracted in 200 components = -0.000152021 Jy ! Clean residual min=-0.002181 max=0.002525 Jy/beam ! Clean residual mean=0.000008 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.0666383 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.0666383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071076Jy sigma=1.109965 ! Fit after self-cal, rms=0.071073Jy sigma=1.109869 wmodel /scr/pima/bg219h_uvs/J0915-3029_S_map.mod ! Writing 97 model components to file: /scr/pima/bg219h_uvs/J0915-3029_S_map.mod wobs /scr/pima/bg219h_uvs/J0915-3029_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0915-3029_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0915-3029_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J0915-3029_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.000753649 Jy ! Component: 100 - total flux cleaned = 0.00118785 Jy ! Component: 150 - total flux cleaned = 0.00147818 Jy ! Component: 200 - total flux cleaned = 0.00174812 Jy ! Component: 250 - total flux cleaned = 0.00199791 Jy ! Component: 300 - total flux cleaned = 0.00226124 Jy ! Component: 350 - total flux cleaned = 0.00256815 Jy ! Component: 400 - total flux cleaned = 0.00270182 Jy ! Component: 450 - total flux cleaned = 0.00290485 Jy ! Component: 500 - total flux cleaned = 0.00302556 Jy ! Component: 550 - total flux cleaned = 0.00316416 Jy ! Component: 600 - total flux cleaned = 0.00329723 Jy ! Component: 650 - total flux cleaned = 0.00336094 Jy ! Component: 700 - total flux cleaned = 0.00352448 Jy ! Component: 750 - total flux cleaned = 0.00356387 Jy ! Component: 800 - total flux cleaned = 0.00365978 Jy ! Component: 850 - total flux cleaned = 0.00362238 Jy ! Component: 900 - total flux cleaned = 0.00362287 Jy ! Component: 950 - total flux cleaned = 0.00358821 Jy ! Component: 1000 - total flux cleaned = 0.00358813 Jy ! Component: 1050 - total flux cleaned = 0.00357122 Jy ! Component: 1100 - total flux cleaned = 0.00357122 Jy ! Component: 1150 - total flux cleaned = 0.00350754 Jy ! Component: 1200 - total flux cleaned = 0.00349206 Jy ! Component: 1250 - total flux cleaned = 0.00346202 Jy ! Component: 1300 - total flux cleaned = 0.00346235 Jy ! Component: 1350 - total flux cleaned = 0.00346238 Jy ! Component: 1400 - total flux cleaned = 0.003434 Jy ! Component: 1450 - total flux cleaned = 0.00341993 Jy ! Component: 1500 - total flux cleaned = 0.00336518 Jy ! Component: 1550 - total flux cleaned = 0.0033924 Jy ! Component: 1600 - total flux cleaned = 0.00340564 Jy ! Component: 1650 - total flux cleaned = 0.00348448 Jy ! Component: 1700 - total flux cleaned = 0.0035364 Jy ! Component: 1750 - total flux cleaned = 0.00361337 Jy ! Component: 1800 - total flux cleaned = 0.00367688 Jy ! Component: 1850 - total flux cleaned = 0.00372683 Jy ! Component: 1900 - total flux cleaned = 0.00373924 Jy ! Component: 1950 - total flux cleaned = 0.00380094 Jy ! Component: 2000 - total flux cleaned = 0.00383766 Jy ! Component: 2050 - total flux cleaned = 0.00389849 Jy ! Component: 2100 - total flux cleaned = 0.00393469 Jy ! Component: 2150 - total flux cleaned = 0.00398274 Jy ! Component: 2200 - total flux cleaned = 0.00400659 Jy ! Component: 2250 - total flux cleaned = 0.00401849 Jy ! Component: 2300 - total flux cleaned = 0.00407754 Jy ! Component: 2350 - total flux cleaned = 0.00405396 Jy ! Component: 2400 - total flux cleaned = 0.0040891 Jy ! Component: 2450 - total flux cleaned = 0.00408909 Jy ! Component: 2500 - total flux cleaned = 0.00410071 Jy ! Component: 2550 - total flux cleaned = 0.0041471 Jy ! Component: 2600 - total flux cleaned = 0.00417024 Jy ! Component: 2650 - total flux cleaned = 0.00418173 Jy ! Component: 2700 - total flux cleaned = 0.00418175 Jy ! Component: 2750 - total flux cleaned = 0.0042276 Jy ! Component: 2800 - total flux cleaned = 0.00426184 Jy ! Component: 2850 - total flux cleaned = 0.00428452 Jy ! Component: 2900 - total flux cleaned = 0.00428449 Jy ! Component: 2950 - total flux cleaned = 0.00431859 Jy ! Component: 3000 - total flux cleaned = 0.00432984 Jy ! Component: 3050 - total flux cleaned = 0.00436388 Jy ! Component: 3100 - total flux cleaned = 0.00437521 Jy ! Component: 3150 - total flux cleaned = 0.00438655 Jy ! Component: 3200 - total flux cleaned = 0.00440937 Jy ! Component: 3250 - total flux cleaned = 0.00442075 Jy ! Component: 3300 - total flux cleaned = 0.00443212 Jy ! Component: 3350 - total flux cleaned = 0.00442069 Jy ! Component: 3400 - total flux cleaned = 0.00442065 Jy ! Component: 3450 - total flux cleaned = 0.00443221 Jy ! Component: 3500 - total flux cleaned = 0.00440894 Jy ! Component: 3550 - total flux cleaned = 0.00440907 Jy ! Component: 3600 - total flux cleaned = 0.00436198 Jy ! Component: 3650 - total flux cleaned = 0.0043738 Jy ! Component: 3700 - total flux cleaned = 0.00437381 Jy ! Component: 3750 - total flux cleaned = 0.00434987 Jy ! Component: 3800 - total flux cleaned = 0.00434986 Jy ! Component: 3850 - total flux cleaned = 0.00432569 Jy ! Component: 3900 - total flux cleaned = 0.00431335 Jy ! Component: 3950 - total flux cleaned = 0.0043007 Jy ! Component: 4000 - total flux cleaned = 0.00428792 Jy ! Component: 4050 - total flux cleaned = 0.0042878 Jy ! Total flux subtracted in 4096 components = 0.00427466 Jy ! Clean residual min=-0.000733 max=0.000848 Jy/beam ! Clean residual mean=0.000001 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.0709129 Jy keep ! Adding 474 model components to the UV plane model. ! The established model now contains 571 components and 0.0709129 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0915-3029_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.19 x 32.13 at -8.983 degrees (North through East) ! Clean map min=-0.0023761 max=0.066168 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0915-3029_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0661684 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239725 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08689 1.08689 2.17378 4.34755 8.69511 17.3902 34.7804 69.5609 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.066 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 276.017 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0915-3029_S_uvs.log closed on Thu Apr 7 08:58:00 2016