! Started logfile: /scr/pima/bg219h_uvs/J0215-0343_S_uvs.log on Thu Apr 7 08:50:18 2016 obs /scr/pima/bg219h_uvs/J0215-0343_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0215-0343_S_uva.fits ! AN table 1: 48 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.826637 visibilities/baseline/integration-bin. ! Found source: J0215-0343 ! ! 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 4444 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/J0215-0343_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006914Jy sigma=23.297551 ! Fit after self-cal, rms=0.908437Jy sigma=21.099635 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.399 mas, bmaj=8.797 mas, bpa=18.07 degrees ! Estimated noise=0.645124 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.0707423 Jy ! Component: 100 - total flux cleaned = 0.0866262 Jy ! Total flux subtracted in 100 components = 0.0866262 Jy ! Clean residual min=-0.006397 max=0.008662 Jy/beam ! Clean residual mean=-0.000002 rms=0.002001 Jy/beam ! Combined flux in latest and established models = 0.0866262 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0866262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064029Jy sigma=1.420905 ! Fit after self-cal, rms=0.063574Jy sigma=1.408362 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.007 mas, bmaj=9.524 mas, bpa=16.75 degrees ! Estimated noise=0.471018 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.00893145 Jy ! Component: 100 - total flux cleaned = 0.0118268 Jy ! Component: 150 - total flux cleaned = 0.0118303 Jy ! Component: 200 - total flux cleaned = 0.0115236 Jy ! Total flux subtracted in 200 components = 0.0115236 Jy ! Clean residual min=-0.006220 max=0.009158 Jy/beam ! Clean residual mean=-0.000017 rms=0.002012 Jy/beam ! Combined flux in latest and established models = 0.0981498 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 20 components and 0.0981498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062171Jy sigma=1.383200 ! Fit after self-cal, rms=0.062110Jy sigma=1.382007 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.007 x 9.524 at 16.75 degrees (North through East) ! Clean map min=-0.0061369 max=0.093909 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.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 HN 0.99 KP 0.92 LA 1.17 ! NL 0.93 OV 0.95 PT 0.94 SC 0.97 ! ! ! Fit before self-cal, rms=0.062110Jy sigma=1.382007 ! Fit after self-cal, rms=0.061477Jy sigma=1.378272 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.002 mas, bmaj=9.51 mas, bpa=16.77 degrees ! Estimated noise=0.464775 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.000615332 Jy ! Component: 100 - total flux cleaned = -0.00119037 Jy ! Component: 150 - total flux cleaned = -0.00142434 Jy ! Component: 200 - total flux cleaned = -0.00168361 Jy ! Total flux subtracted in 200 components = -0.00168361 Jy ! Clean residual min=-0.005853 max=0.008324 Jy/beam ! Clean residual mean=-0.000015 rms=0.001878 Jy/beam ! Combined flux in latest and established models = 0.0964662 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 28 components and 0.0964662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061345Jy sigma=1.373723 ! Fit after self-cal, rms=0.061348Jy sigma=1.373477 ! 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.061348Jy sigma=1.373477 ! Fit after self-cal, rms=0.059967Jy sigma=1.360024 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.008 mas, bmaj=9.527 mas, bpa=16.66 degrees ! Estimated noise=0.45177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00273693 Jy ! Component: 100 - total flux cleaned = -0.00408271 Jy ! Component: 150 - total flux cleaned = -0.00452039 Jy ! Component: 200 - total flux cleaned = -0.00487733 Jy ! Total flux subtracted in 200 components = -0.00487733 Jy ! Clean residual min=-0.004998 max=0.007379 Jy/beam ! Clean residual mean=-0.000007 rms=0.001594 Jy/beam ! Combined flux in latest and established models = 0.0915889 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.0915888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059886Jy sigma=1.354699 ! Fit after self-cal, rms=0.059902Jy sigma=1.354343 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 (-8.5, -6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00627636 Jy ! Component: 100 - total flux cleaned = 0.00935591 Jy ! Component: 150 - total flux cleaned = 0.0104459 Jy ! Component: 200 - total flux cleaned = 0.0104513 Jy ! Total flux subtracted in 200 components = 0.0104513 Jy ! Clean residual min=-0.004200 max=0.005622 Jy/beam ! Clean residual mean=-0.000008 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.10204 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 70 components and 0.10204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059350Jy sigma=1.333945 ! Fit after self-cal, rms=0.059206Jy sigma=1.331416 ! 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.059206Jy sigma=1.331416 ! Fit after self-cal, rms=0.058455Jy sigma=1.329721 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.024 mas, bmaj=9.527 mas, bpa=16.57 degrees ! Estimated noise=0.446467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00231545 Jy ! Component: 100 - total flux cleaned = 0.00295887 Jy ! Component: 150 - total flux cleaned = 0.00306226 Jy ! Component: 200 - total flux cleaned = 0.00297336 Jy ! Total flux subtracted in 200 components = 0.00297336 Jy ! Clean residual min=-0.003869 max=0.005169 Jy/beam ! Clean residual mean=-0.000007 rms=0.001223 Jy/beam ! Combined flux in latest and established models = 0.105013 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 96 components and 0.105013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058348Jy sigma=1.324627 ! Fit after self-cal, rms=0.058300Jy sigma=1.324234 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.00097988 Jy ! Component: 100 - total flux cleaned = 0.00106391 Jy ! Component: 150 - total flux cleaned = 0.000957097 Jy ! Component: 200 - total flux cleaned = 0.000858511 Jy ! Total flux subtracted in 200 components = 0.000858511 Jy ! Clean residual min=-0.003818 max=0.005049 Jy/beam ! Clean residual mean=-0.000006 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.105872 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 109 components and 0.105872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058267Jy sigma=1.322512 ! Fit after self-cal, rms=0.058250Jy sigma=1.322443 ! 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.058250Jy sigma=1.322443 ! Fit after self-cal, rms=0.058187Jy sigma=1.321976 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.195 mas, bmaj=12.22 mas, bpa=0.982 degrees ! Estimated noise=0.521233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169742 Jy ! Component: 100 - total flux cleaned = 0.00219383 Jy ! Component: 150 - total flux cleaned = 0.00248485 Jy ! Component: 200 - total flux cleaned = 0.00263128 Jy ! Total flux subtracted in 200 components = 0.00263128 Jy ! Clean residual min=-0.004846 max=0.006148 Jy/beam ! Clean residual mean=-0.000009 rms=0.001534 Jy/beam ! Combined flux in latest and established models = 0.108503 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 122 components and 0.108503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058190Jy sigma=1.321083 ! Fit after self-cal, rms=0.058172Jy sigma=1.320928 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.00046744 Jy ! Component: 100 - total flux cleaned = 0.000569093 Jy ! Component: 150 - total flux cleaned = 0.000694724 Jy ! Component: 200 - total flux cleaned = 0.000752601 Jy ! Total flux subtracted in 200 components = 0.000752601 Jy ! Clean residual min=-0.004824 max=0.005970 Jy/beam ! Clean residual mean=-0.000008 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.109256 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 131 components and 0.109256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058178Jy sigma=1.320540 ! Fit after self-cal, rms=0.058169Jy sigma=1.320492 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.035 mas, bmaj=9.529 mas, bpa=16.54 degrees ! Estimated noise=0.445739 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.035 x 9.529 at 16.54 degrees (North through East) ! Clean map min=-0.0054761 max=0.091591 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.426 mas, bmaj=8.766 mas, bpa=17.81 degrees ! Estimated noise=0.610489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0669729 Jy ! Component: 100 - total flux cleaned = 0.083054 Jy ! Component: 150 - total flux cleaned = 0.0918923 Jy ! Component: 200 - total flux cleaned = 0.097964 Jy ! Total flux subtracted in 200 components = 0.097964 Jy ! Clean residual min=-0.004837 max=0.006959 Jy/beam ! Clean residual mean=-0.000002 rms=0.001485 Jy/beam ! Combined flux in latest and established models = 0.097964 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.097964 Jy ! Inverting map and beam ! Estimated beam: bmin=4.035 mas, bmaj=9.529 mas, bpa=16.54 degrees ! Estimated noise=0.445739 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-44.5, 52). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00673868 Jy ! Component: 100 - total flux cleaned = 0.00947597 Jy ! Component: 150 - total flux cleaned = 0.0104484 Jy ! Component: 200 - total flux cleaned = 0.0108183 Jy ! Total flux subtracted in 200 components = 0.0108183 Jy ! Clean residual min=-0.003972 max=0.005518 Jy/beam ! Clean residual mean=-0.000007 rms=0.001220 Jy/beam ! Combined flux in latest and established models = 0.108782 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.108782 Jy ! Inverting map ! Added new window around map position (101, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0044403 Jy ! Component: 100 - total flux cleaned = 0.00465782 Jy ! Component: 150 - total flux cleaned = 0.00457048 Jy ! Component: 200 - total flux cleaned = 0.00449064 Jy ! Total flux subtracted in 200 components = 0.00449064 Jy ! Clean residual min=-0.003486 max=0.004202 Jy/beam ! Clean residual mean=-0.000003 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.113273 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 78 components and 0.113273 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.195 mas, bmaj=12.22 mas, bpa=0.982 degrees ! Estimated noise=0.521233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000481031 Jy ! Component: 100 - total flux cleaned = 0.000253072 Jy ! Component: 150 - total flux cleaned = 0.000180262 Jy ! Component: 200 - total flux cleaned = 4.87348e-05 Jy ! Total flux subtracted in 200 components = 4.87348e-05 Jy ! Clean residual min=-0.003923 max=0.005394 Jy/beam ! Clean residual mean=-0.000002 rms=0.001244 Jy/beam ! Combined flux in latest and established models = 0.113322 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) ! Added new window around map position (-21.5, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275944 Jy ! Component: 100 - total flux cleaned = 0.00373232 Jy ! Component: 150 - total flux cleaned = 0.00494902 Jy ! Component: 200 - total flux cleaned = 0.00560206 Jy ! Total flux subtracted in 200 components = 0.00560206 Jy ! Clean residual min=-0.002790 max=0.003546 Jy/beam ! Clean residual mean=-0.000001 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.118924 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 148 components and 0.118924 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.035 mas, bmaj=9.529 mas, bpa=16.54 degrees ! Estimated noise=0.445739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.75136e-05 Jy ! Component: 100 - total flux cleaned = 0.000338251 Jy ! Component: 150 - total flux cleaned = 0.000152653 Jy ! Component: 200 - total flux cleaned = -7.83755e-05 Jy ! Total flux subtracted in 200 components = -7.83755e-05 Jy ! Clean residual min=-0.002827 max=0.003031 Jy/beam ! Clean residual mean=-0.000000 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.118845 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 178 components and 0.118845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057546Jy sigma=1.294983 ! Fit after self-cal, rms=0.057428Jy sigma=1.292599 wmodel /scr/pima/bg219h_uvs/J0215-0343_S_map.mod ! Writing 178 model components to file: /scr/pima/bg219h_uvs/J0215-0343_S_map.mod wobs /scr/pima/bg219h_uvs/J0215-0343_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0215-0343_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0215-0343_S_map.win ! wwins: Wrote 5 windows to /scr/pima/bg219h_uvs/J0215-0343_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.000107085 Jy ! Component: 100 - total flux cleaned = 0.000389963 Jy ! Component: 150 - total flux cleaned = 0.000557959 Jy ! Component: 200 - total flux cleaned = 0.000836997 Jy ! Component: 250 - total flux cleaned = 0.00102682 Jy ! Component: 300 - total flux cleaned = 0.00110043 Jy ! Component: 350 - total flux cleaned = 0.00117101 Jy ! Component: 400 - total flux cleaned = 0.00113804 Jy ! Component: 450 - total flux cleaned = 0.00113787 Jy ! Component: 500 - total flux cleaned = 0.00107583 Jy ! Component: 550 - total flux cleaned = 0.00101573 Jy ! Component: 600 - total flux cleaned = 0.000929036 Jy ! Component: 650 - total flux cleaned = 0.000844314 Jy ! Component: 700 - total flux cleaned = 0.000761648 Jy ! Component: 750 - total flux cleaned = 0.000628231 Jy ! Component: 800 - total flux cleaned = 0.000575887 Jy ! Component: 850 - total flux cleaned = 0.000448369 Jy ! Component: 900 - total flux cleaned = 0.000398842 Jy ! Component: 950 - total flux cleaned = 0.000326279 Jy ! Component: 1000 - total flux cleaned = 0.000302149 Jy ! Component: 1050 - total flux cleaned = 0.000324903 Jy ! Component: 1100 - total flux cleaned = 0.000324683 Jy ! Component: 1150 - total flux cleaned = 0.000190436 Jy ! Component: 1200 - total flux cleaned = 0.000146955 Jy ! Component: 1250 - total flux cleaned = 6.06872e-05 Jy ! Component: 1300 - total flux cleaned = -4.5588e-05 Jy ! Component: 1350 - total flux cleaned = -0.000128837 Jy ! Component: 1400 - total flux cleaned = -0.000231428 Jy ! Component: 1450 - total flux cleaned = -0.000312044 Jy ! Component: 1500 - total flux cleaned = -0.000450213 Jy ! Component: 1550 - total flux cleaned = -0.000586411 Jy ! Component: 1600 - total flux cleaned = -0.000663291 Jy ! Component: 1650 - total flux cleaned = -0.000720348 Jy ! Component: 1700 - total flux cleaned = -0.000850888 Jy ! Component: 1750 - total flux cleaned = -0.000943048 Jy ! Component: 1800 - total flux cleaned = -0.00112413 Jy ! Component: 1850 - total flux cleaned = -0.00115961 Jy ! Component: 1900 - total flux cleaned = -0.0013181 Jy ! Component: 1950 - total flux cleaned = -0.0013353 Jy ! Component: 2000 - total flux cleaned = -0.00148997 Jy ! Component: 2050 - total flux cleaned = -0.00155815 Jy ! Component: 2100 - total flux cleaned = -0.0016584 Jy ! Component: 2150 - total flux cleaned = -0.00169143 Jy ! Component: 2200 - total flux cleaned = -0.00174048 Jy ! Component: 2250 - total flux cleaned = -0.00183778 Jy ! Component: 2300 - total flux cleaned = -0.00193351 Jy ! Component: 2350 - total flux cleaned = -0.00199674 Jy ! Component: 2400 - total flux cleaned = -0.0021217 Jy ! Component: 2450 - total flux cleaned = -0.00216813 Jy ! Component: 2500 - total flux cleaned = -0.0022294 Jy ! Component: 2550 - total flux cleaned = -0.00230536 Jy ! Component: 2600 - total flux cleaned = -0.0023654 Jy ! Component: 2650 - total flux cleaned = -0.00246876 Jy ! Component: 2700 - total flux cleaned = -0.00251268 Jy ! Component: 2750 - total flux cleaned = -0.00254183 Jy ! Component: 2800 - total flux cleaned = -0.00262798 Jy ! Component: 2850 - total flux cleaned = -0.0027273 Jy ! Component: 2900 - total flux cleaned = -0.00275523 Jy ! Component: 2950 - total flux cleaned = -0.00278282 Jy ! Component: 3000 - total flux cleaned = -0.00283808 Jy ! Component: 3050 - total flux cleaned = -0.00285182 Jy ! Component: 3100 - total flux cleaned = -0.00294683 Jy ! Component: 3150 - total flux cleaned = -0.00298703 Jy ! Component: 3200 - total flux cleaned = -0.00298685 Jy ! Component: 3250 - total flux cleaned = -0.00305282 Jy ! Component: 3300 - total flux cleaned = -0.00302679 Jy ! Component: 3350 - total flux cleaned = -0.00311767 Jy ! Component: 3400 - total flux cleaned = -0.00313061 Jy ! Component: 3450 - total flux cleaned = -0.00320717 Jy ! Component: 3500 - total flux cleaned = -0.00321965 Jy ! Component: 3550 - total flux cleaned = -0.00325704 Jy ! Component: 3600 - total flux cleaned = -0.00324467 Jy ! Component: 3650 - total flux cleaned = -0.00330641 Jy ! Component: 3700 - total flux cleaned = -0.00331868 Jy ! Component: 3750 - total flux cleaned = -0.00331865 Jy ! Component: 3800 - total flux cleaned = -0.00335467 Jy ! Component: 3850 - total flux cleaned = -0.0033787 Jy ! Component: 3900 - total flux cleaned = -0.00342627 Jy ! Component: 3950 - total flux cleaned = -0.00343804 Jy ! Component: 4000 - total flux cleaned = -0.00350842 Jy ! Component: 4050 - total flux cleaned = -0.00354334 Jy ! Total flux subtracted in 4096 components = -0.00358961 Jy ! Clean residual min=-0.000645 max=0.000867 Jy/beam ! Clean residual mean=-0.000000 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 0.115256 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 471 components and 0.115256 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0215-0343_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.035 x 9.529 at 16.54 degrees (North through East) ! Clean map min=-0.0026693 max=0.086431 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0215-0343_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0864315 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000207002 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.718496 0.718496 1.43699 2.87398 5.74797 11.4959 22.9919 45.9837 91.9675 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.086 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 417.538 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0215-0343_S_uvs.log closed on Thu Apr 7 08:50:22 2016