! Started logfile: /scr/pima/bg219h_uvs/J1805-1408_S_uvs.log on Thu Apr 7 09:09:17 2016 obs /scr/pima/bg219h_uvs/J1805-1408_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1805-1408_S_uva.fits ! AN table 1: 31 integrations on 15 of 15 possible baselines. ! AN table 2: 30 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.714754 visibilities/baseline/integration-bin. ! Found source: J1805-1408 ! ! 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 2616 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/J1805-1408_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 46 telescope corrections were flagged in sub-array 1. ! A total of 36 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 36 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 36 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! A total of 36 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.008648Jy sigma=21.528913 ! Fit after self-cal, rms=0.890613Jy sigma=18.925477 ! 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=14.08 mas, bmaj=18.1 mas, bpa=29.73 degrees ! Estimated noise=1.13519 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0818078 Jy ! Component: 100 - total flux cleaned = 0.110711 Jy ! Total flux subtracted in 100 components = 0.110711 Jy ! Clean residual min=-0.015919 max=0.016050 Jy/beam ! Clean residual mean=-0.000096 rms=0.005415 Jy/beam ! Combined flux in latest and established models = 0.110711 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 28 components and 0.110711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068112Jy sigma=1.418036 ! Fit after self-cal, rms=0.067815Jy sigma=1.411487 ! 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=14.83 mas, bmaj=21.03 mas, bpa=24.23 degrees ! Estimated noise=0.763413 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.0224094 Jy ! Component: 100 - total flux cleaned = 0.030014 Jy ! Component: 150 - total flux cleaned = 0.0334756 Jy ! Component: 200 - total flux cleaned = 0.0349914 Jy ! Total flux subtracted in 200 components = 0.0349914 Jy ! Clean residual min=-0.004316 max=0.004350 Jy/beam ! Clean residual mean=-0.000036 rms=0.002062 Jy/beam ! Combined flux in latest and established models = 0.145702 Jy ! Performing phase self-cal ! Adding 109 model components to the UV plane model. ! The established model now contains 134 components and 0.145702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057518Jy sigma=1.169955 ! Fit after self-cal, rms=0.057322Jy sigma=1.164542 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.83 x 21.03 at 24.23 degrees (North through East) ! Clean map min=-0.010099 max=0.10501 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.01 FD 1.00* KP 0.91 LA 0.99 ! OV 1.09 PT 0.88 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* KP 1.00* LA 1.00* NL 1.00* ! OV 1.00* PT 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 0.97 LA 1.01 ! OV 0.96 PT 0.91 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 KP 1.06 LA 1.05 NL 1.13 ! OV 0.94 PT 0.87 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* KP 0.93 LA 0.98 ! OV 1.02 PT 0.95 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* KP 1.00* LA 1.00* NL 1.00* ! OV 1.00* PT 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00* KP 0.94 LA 1.00 ! OV 0.96 PT 0.99 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 KP 1.07 LA 1.19 NL 0.96 ! OV 0.90 PT 0.86 ! ! ! Fit before self-cal, rms=0.057322Jy sigma=1.164542 ! Fit after self-cal, rms=0.055836Jy sigma=1.142294 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=14.93 mas, bmaj=21.2 mas, bpa=23.63 degrees ! Estimated noise=0.743456 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.000254789 Jy ! Component: 100 - total flux cleaned = 8.83614e-05 Jy ! Component: 150 - total flux cleaned = -5.2957e-07 Jy ! Component: 200 - total flux cleaned = -0.000408024 Jy ! Total flux subtracted in 200 components = -0.000408024 Jy ! Clean residual min=-0.001252 max=0.001252 Jy/beam ! Clean residual mean=-0.000017 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.145294 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 200 components and 0.145294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055328Jy sigma=1.130409 ! Fit after self-cal, rms=0.055470Jy sigma=1.129375 ! 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.055470Jy sigma=1.129375 ! Fit after self-cal, rms=0.055609Jy sigma=1.124291 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.94 mas, bmaj=21.25 mas, bpa=23.24 degrees ! Estimated noise=0.743224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00086701 Jy ! Component: 100 - total flux cleaned = 0.00131177 Jy ! Component: 150 - total flux cleaned = 0.00135942 Jy ! Component: 200 - total flux cleaned = 0.00115367 Jy ! Total flux subtracted in 200 components = 0.00115367 Jy ! Clean residual min=-0.000626 max=0.000628 Jy/beam ! Clean residual mean=-0.000005 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.146448 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 269 components and 0.146448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055514Jy sigma=1.121921 ! Fit after self-cal, rms=0.055544Jy sigma=1.121716 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.000106576 Jy ! Component: 100 - total flux cleaned = 0.000136875 Jy ! Component: 150 - total flux cleaned = 0.000252584 Jy ! Component: 200 - total flux cleaned = 0.000172275 Jy ! Total flux subtracted in 200 components = 0.000172275 Jy ! Clean residual min=-0.000437 max=0.000438 Jy/beam ! Clean residual mean=-0.000003 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.14662 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 338 components and 0.14662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055508Jy sigma=1.120994 ! Fit after self-cal, rms=0.055509Jy sigma=1.120957 ! 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.055509Jy sigma=1.120957 ! Fit after self-cal, rms=0.055667Jy sigma=1.120733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.93 mas, bmaj=21.29 mas, bpa=22.95 degrees ! Estimated noise=0.743816 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000338777 Jy ! Component: 100 - total flux cleaned = 0.000366414 Jy ! Component: 150 - total flux cleaned = 0.000365864 Jy ! Component: 200 - total flux cleaned = 0.000293245 Jy ! Total flux subtracted in 200 components = 0.000293245 Jy ! Clean residual min=-0.000404 max=0.000401 Jy/beam ! Clean residual mean=-0.000005 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.146913 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 394 components and 0.146913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055636Jy sigma=1.120216 ! Fit after self-cal, rms=0.055645Jy sigma=1.120175 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.000112331 Jy ! Component: 100 - total flux cleaned = -0.000138503 Jy ! Component: 150 - total flux cleaned = -0.000159335 Jy ! Component: 200 - total flux cleaned = -0.000117296 Jy ! Total flux subtracted in 200 components = -0.000117296 Jy ! Clean residual min=-0.000336 max=0.000335 Jy/beam ! Clean residual mean=-0.000003 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.146796 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 437 components and 0.146796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055624Jy sigma=1.119894 ! Fit after self-cal, rms=0.055624Jy sigma=1.119871 ! 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.055624Jy sigma=1.119871 ! Fit after self-cal, rms=0.055588Jy sigma=1.120023 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.4 mas, bmaj=21.76 mas, bpa=21.83 degrees ! Estimated noise=0.744638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168561 Jy ! Component: 100 - total flux cleaned = 0.000194067 Jy ! Component: 150 - total flux cleaned = 5.62497e-05 Jy ! Component: 200 - total flux cleaned = -0.000115355 Jy ! Total flux subtracted in 200 components = -0.000115355 Jy ! Clean residual min=-0.000346 max=0.000342 Jy/beam ! Clean residual mean=-0.000005 rms=0.000137 Jy/beam ! Combined flux in latest and established models = 0.14668 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 479 components and 0.14668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055563Jy sigma=1.119666 ! Fit after self-cal, rms=0.055567Jy sigma=1.119632 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 = -7.89066e-05 Jy ! Component: 100 - total flux cleaned = -0.000235974 Jy ! Component: 150 - total flux cleaned = -0.000201394 Jy ! Component: 200 - total flux cleaned = -0.000132917 Jy ! Total flux subtracted in 200 components = -0.000132917 Jy ! Clean residual min=-0.000280 max=0.000278 Jy/beam ! Clean residual mean=-0.000003 rms=0.000113 Jy/beam ! Combined flux in latest and established models = 0.146548 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 519 components and 0.146548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055551Jy sigma=1.119437 ! Fit after self-cal, rms=0.055551Jy sigma=1.119416 ! 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=14.93 mas, bmaj=21.33 mas, bpa=22.65 degrees ! Estimated noise=0.743594 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.93 x 21.33 at 22.65 degrees (North through East) ! Clean map min=-0.0054658 max=0.10193 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=14.13 mas, bmaj=18.19 mas, bpa=28.6 degrees ! Estimated noise=1.12027 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0800199 Jy ! Component: 100 - total flux cleaned = 0.105962 Jy ! Component: 150 - total flux cleaned = 0.115263 Jy ! Component: 200 - total flux cleaned = 0.114735 Jy ! Total flux subtracted in 200 components = 0.114735 Jy ! Clean residual min=-0.007400 max=0.007357 Jy/beam ! Clean residual mean=-0.000057 rms=0.002826 Jy/beam ! Combined flux in latest and established models = 0.114735 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 64 model components to the UV plane model. ! The established model now contains 64 components and 0.114735 Jy ! Inverting map and beam ! Estimated beam: bmin=14.93 mas, bmaj=21.33 mas, bpa=22.65 degrees ! Estimated noise=0.743594 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.00822398 Jy ! Component: 100 - total flux cleaned = 0.0135079 Jy ! Component: 150 - total flux cleaned = 0.0176878 Jy ! Component: 200 - total flux cleaned = 0.0201217 Jy ! Total flux subtracted in 200 components = 0.0201217 Jy ! Clean residual min=-0.002370 max=0.002374 Jy/beam ! Clean residual mean=-0.000024 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.134856 Jy ! Adding 106 model components to the UV plane model. ! The established model now contains 163 components and 0.134856 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=15.4 mas, bmaj=21.76 mas, bpa=21.83 degrees ! Estimated noise=0.744638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103465 Jy ! Component: 100 - total flux cleaned = 0.000929509 Jy ! Component: 150 - total flux cleaned = 0.000504595 Jy ! Component: 200 - total flux cleaned = 0.000782009 Jy ! Total flux subtracted in 200 components = 0.000782009 Jy ! Clean residual min=-0.001021 max=0.001016 Jy/beam ! Clean residual mean=-0.000014 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.135638 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.000215877 Jy ! Component: 100 - total flux cleaned = -0.000359725 Jy ! Component: 150 - total flux cleaned = -0.000574273 Jy ! Component: 200 - total flux cleaned = -0.000612226 Jy ! Total flux subtracted in 200 components = -0.000612226 Jy ! Clean residual min=-0.000601 max=0.000604 Jy/beam ! Clean residual mean=-0.000011 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.135026 Jy ! Adding 159 model components to the UV plane model. ! The established model now contains 319 components and 0.135026 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.93 mas, bmaj=21.33 mas, bpa=22.65 degrees ! Estimated noise=0.743594 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.84575e-05 Jy ! Component: 100 - total flux cleaned = 0.000288354 Jy ! Component: 150 - total flux cleaned = 0.000465451 Jy ! Component: 200 - total flux cleaned = 0.000549597 Jy ! Total flux subtracted in 200 components = 0.000549597 Jy ! Clean residual min=-0.000445 max=0.000445 Jy/beam ! Clean residual mean=-0.000006 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.135576 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 382 components and 0.135576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055590Jy sigma=1.120232 ! Fit after self-cal, rms=0.055588Jy sigma=1.120145 wmodel /scr/pima/bg219h_uvs/J1805-1408_S_map.mod ! Writing 382 model components to file: /scr/pima/bg219h_uvs/J1805-1408_S_map.mod wobs /scr/pima/bg219h_uvs/J1805-1408_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J1805-1408_S_uvs.fits wwins /scr/pima/bg219h_uvs/J1805-1408_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bg219h_uvs/J1805-1408_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.93 x 21.33 at 22.65 degrees (North through East) ! Clean map min=-0.00487 max=0.097833 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1805-1408_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0978325 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192465 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.590188 0.590188 1.18038 2.36075 4.72151 9.44301 18.886 37.772 75.5441 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.097 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 508.312 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1805-1408_S_uvs.log closed on Thu Apr 7 09:09:20 2016