! Started logfile: /scr/pima/bg219h_uvs/J0214-2113_S_uvs.log on Thu Apr 7 08:50:09 2016 obs /scr/pima/bg219h_uvs/J0214-2113_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0214-2113_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.794171 visibilities/baseline/integration-bin. ! Found source: J0214-2113 ! ! 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 6976 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/J0214-2113_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.995174Jy sigma=20.339317 ! Fit after self-cal, rms=0.933852Jy sigma=19.098555 ! 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.642 mas, bmaj=7.625 mas, bpa=2.452 degrees ! Estimated noise=0.634443 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.0525808 Jy ! Component: 100 - total flux cleaned = 0.0648011 Jy ! Total flux subtracted in 100 components = 0.0648011 Jy ! Clean residual min=-0.003985 max=0.004322 Jy/beam ! Clean residual mean=-0.000019 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.0648011 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0648011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067535Jy sigma=1.317081 ! Fit after self-cal, rms=0.067106Jy sigma=1.310060 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.023 mas, bmaj=8.57 mas, bpa=1.935 degrees ! Estimated noise=0.450522 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.00507673 Jy ! Component: 100 - total flux cleaned = 0.00651334 Jy ! Component: 150 - total flux cleaned = 0.00659007 Jy ! Component: 200 - total flux cleaned = 0.00666959 Jy ! Total flux subtracted in 200 components = 0.00666959 Jy ! Clean residual min=-0.002430 max=0.002599 Jy/beam ! Clean residual mean=-0.000023 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0714707 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.0714707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066772Jy sigma=1.303434 ! Fit after self-cal, rms=0.066759Jy sigma=1.303205 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.023 x 8.57 at 1.935 degrees (North through East) ! Clean map min=-0.0023226 max=0.068267 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.03 HN 1.06 KP 0.96 LA 1.01 ! MK 1.04 NL 1.14 OV 1.00 PT 0.97 ! SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 0.99 KP 0.95 LA 0.99 ! MK 0.99 NL 1.18 OV 0.99 PT 0.95 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 HN 1.00 KP 0.98 LA 0.94 ! MK 0.94 NL 0.96 OV 1.05 PT 1.01 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 HN 0.99 KP 1.04 LA 1.03 ! MK 1.01 NL 0.89 OV 0.97 PT 0.95 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.066759Jy sigma=1.303205 ! Fit after self-cal, rms=0.066579Jy sigma=1.298199 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.016 mas, bmaj=8.551 mas, bpa=2.103 degrees ! Estimated noise=0.448313 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.000193935 Jy ! Component: 100 - total flux cleaned = 0.000157439 Jy ! Component: 150 - total flux cleaned = 0.000126434 Jy ! Component: 200 - total flux cleaned = 0.000100347 Jy ! Total flux subtracted in 200 components = 0.000100347 Jy ! Clean residual min=-0.002392 max=0.002420 Jy/beam ! Clean residual mean=-0.000019 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.071571 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 18 components and 0.071571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066569Jy sigma=1.298030 ! Fit after self-cal, rms=0.066617Jy sigma=1.297710 ! 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.066617Jy sigma=1.297710 ! Fit after self-cal, rms=0.066856Jy sigma=1.295644 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.006 mas, bmaj=8.52 mas, bpa=2.065 degrees ! Estimated noise=0.448335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000312807 Jy ! Component: 100 - total flux cleaned = 0.00028471 Jy ! Component: 150 - total flux cleaned = 0.000260791 Jy ! Component: 200 - total flux cleaned = 0.000250299 Jy ! Total flux subtracted in 200 components = 0.000250299 Jy ! Clean residual min=-0.002256 max=0.002327 Jy/beam ! Clean residual mean=-0.000019 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.0718213 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 21 components and 0.0718213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066849Jy sigma=1.295537 ! Fit after self-cal, rms=0.066873Jy sigma=1.295422 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.26788e-05 Jy ! Component: 100 - total flux cleaned = -5.45095e-05 Jy ! Component: 150 - total flux cleaned = -6.28841e-05 Jy ! Component: 200 - total flux cleaned = -6.30206e-05 Jy ! Total flux subtracted in 200 components = -6.30206e-05 Jy ! Clean residual min=-0.002271 max=0.002346 Jy/beam ! Clean residual mean=-0.000018 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.0717583 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.0717583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066870Jy sigma=1.295387 ! Fit after self-cal, rms=0.066870Jy sigma=1.295373 ! 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.066870Jy sigma=1.295373 ! Fit after self-cal, rms=0.066970Jy sigma=1.295015 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.996 mas, bmaj=8.491 mas, bpa=1.974 degrees ! Estimated noise=0.44697 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000166883 Jy ! Component: 100 - total flux cleaned = 0.000146416 Jy ! Component: 150 - total flux cleaned = 0.000137908 Jy ! Component: 200 - total flux cleaned = 0.000130363 Jy ! Total flux subtracted in 200 components = 0.000130363 Jy ! Clean residual min=-0.002187 max=0.002308 Jy/beam ! Clean residual mean=-0.000018 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.0718887 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.0718887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066966Jy sigma=1.294971 ! Fit after self-cal, rms=0.066981Jy sigma=1.294937 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.86082e-05 Jy ! Component: 100 - total flux cleaned = -4.07577e-05 Jy ! Component: 150 - total flux cleaned = -4.66549e-05 Jy ! Component: 200 - total flux cleaned = -5.25336e-05 Jy ! Total flux subtracted in 200 components = -5.25336e-05 Jy ! Clean residual min=-0.002197 max=0.002320 Jy/beam ! Clean residual mean=-0.000018 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.0718362 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 35 components and 0.0718362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066979Jy sigma=1.294919 ! Fit after self-cal, rms=0.066980Jy sigma=1.294914 ! 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.066980Jy sigma=1.294914 ! Fit after self-cal, rms=0.066897Jy sigma=1.294897 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.085 mas, bmaj=16.92 mas, bpa=1.988 degrees ! Estimated noise=0.577313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000288221 Jy ! Component: 100 - total flux cleaned = 0.000318346 Jy ! Component: 150 - total flux cleaned = 0.000342252 Jy ! Component: 200 - total flux cleaned = 0.00036075 Jy ! Total flux subtracted in 200 components = 0.00036075 Jy ! Clean residual min=-0.002515 max=0.002536 Jy/beam ! Clean residual mean=-0.000036 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.0721969 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.0721969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066900Jy sigma=1.295018 ! Fit after self-cal, rms=0.066900Jy sigma=1.294939 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 = 3.88704e-05 Jy ! Component: 100 - total flux cleaned = 5.05547e-05 Jy ! Component: 150 - total flux cleaned = 5.98217e-05 Jy ! Component: 200 - total flux cleaned = 7.76876e-05 Jy ! Total flux subtracted in 200 components = 7.76876e-05 Jy ! Clean residual min=-0.002517 max=0.002524 Jy/beam ! Clean residual mean=-0.000036 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0722746 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 48 components and 0.0722746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066902Jy sigma=1.295039 ! Fit after self-cal, rms=0.066903Jy sigma=1.294985 ! 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.989 mas, bmaj=8.473 mas, bpa=1.893 degrees ! Estimated noise=0.44612 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.989 x 8.473 at 1.893 degrees (North through East) ! Clean map min=-0.0020969 max=0.067694 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.615 mas, bmaj=7.533 mas, bpa=2.48 degrees ! Estimated noise=0.624541 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0519661 Jy ! Component: 100 - total flux cleaned = 0.0646023 Jy ! Component: 150 - total flux cleaned = 0.0689936 Jy ! Component: 200 - total flux cleaned = 0.0703887 Jy ! Total flux subtracted in 200 components = 0.0703887 Jy ! Clean residual min=-0.003293 max=0.003211 Jy/beam ! Clean residual mean=-0.000015 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0703887 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0703887 Jy ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=8.473 mas, bpa=1.893 degrees ! Estimated noise=0.44612 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.00139717 Jy ! Component: 100 - total flux cleaned = 0.00153488 Jy ! Component: 150 - total flux cleaned = 0.00150993 Jy ! Component: 200 - total flux cleaned = 0.00148782 Jy ! Total flux subtracted in 200 components = 0.00148782 Jy ! Clean residual min=-0.002246 max=0.002276 Jy/beam ! Clean residual mean=-0.000018 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0718765 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 31 components and 0.0718765 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.085 mas, bmaj=16.92 mas, bpa=1.988 degrees ! Estimated noise=0.577313 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000410214 Jy ! Component: 100 - total flux cleaned = 0.000377896 Jy ! Component: 150 - total flux cleaned = 0.00037867 Jy ! Component: 200 - total flux cleaned = 0.00039884 Jy ! Total flux subtracted in 200 components = 0.00039884 Jy ! Clean residual min=-0.002571 max=0.002509 Jy/beam ! Clean residual mean=-0.000036 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.0722753 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 = 9.7346e-06 Jy ! Component: 100 - total flux cleaned = 2.76684e-05 Jy ! Component: 150 - total flux cleaned = 4.43514e-05 Jy ! Component: 200 - total flux cleaned = 5.24424e-05 Jy ! Total flux subtracted in 200 components = 5.24424e-05 Jy ! Clean residual min=-0.002557 max=0.002513 Jy/beam ! Clean residual mean=-0.000036 rms=0.000848 Jy/beam ! Combined flux in latest and established models = 0.0723277 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.0723277 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=8.473 mas, bpa=1.893 degrees ! Estimated noise=0.44612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000311554 Jy ! Component: 100 - total flux cleaned = -0.000274234 Jy ! Component: 150 - total flux cleaned = -0.000258251 Jy ! Component: 200 - total flux cleaned = -0.000271979 Jy ! Total flux subtracted in 200 components = -0.000271979 Jy ! Clean residual min=-0.002234 max=0.002271 Jy/beam ! Clean residual mean=-0.000018 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0720558 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.0720557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066908Jy sigma=1.295122 ! Fit after self-cal, rms=0.066910Jy sigma=1.295101 wmodel /scr/pima/bg219h_uvs/J0214-2113_S_map.mod ! Writing 50 model components to file: /scr/pima/bg219h_uvs/J0214-2113_S_map.mod wobs /scr/pima/bg219h_uvs/J0214-2113_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0214-2113_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0214-2113_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J0214-2113_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.000133603 Jy ! Component: 100 - total flux cleaned = 0.000327281 Jy ! Component: 150 - total flux cleaned = 0.000509983 Jy ! Component: 200 - total flux cleaned = 0.00071704 Jy ! Component: 250 - total flux cleaned = 0.000848449 Jy ! Component: 300 - total flux cleaned = 0.000879891 Jy ! Component: 350 - total flux cleaned = 0.000970431 Jy ! Component: 400 - total flux cleaned = 0.000999376 Jy ! Component: 450 - total flux cleaned = 0.000999204 Jy ! Component: 500 - total flux cleaned = 0.000999634 Jy ! Component: 550 - total flux cleaned = 0.00102608 Jy ! Component: 600 - total flux cleaned = 0.00099994 Jy ! Component: 650 - total flux cleaned = 0.0010252 Jy ! Component: 700 - total flux cleaned = 0.00104875 Jy ! Component: 750 - total flux cleaned = 0.000977124 Jy ! Component: 800 - total flux cleaned = 0.000977133 Jy ! Component: 850 - total flux cleaned = 0.00102301 Jy ! Component: 900 - total flux cleaned = 0.00100102 Jy ! Component: 950 - total flux cleaned = 0.00106713 Jy ! Component: 1000 - total flux cleaned = 0.00108841 Jy ! Component: 1050 - total flux cleaned = 0.0010671 Jy ! Component: 1100 - total flux cleaned = 0.00108844 Jy ! Component: 1150 - total flux cleaned = 0.00112946 Jy ! Component: 1200 - total flux cleaned = 0.00116935 Jy ! Component: 1250 - total flux cleaned = 0.00116914 Jy ! Component: 1300 - total flux cleaned = 0.00118873 Jy ! Component: 1350 - total flux cleaned = 0.00122696 Jy ! Component: 1400 - total flux cleaned = 0.0012455 Jy ! Component: 1450 - total flux cleaned = 0.00126399 Jy ! Component: 1500 - total flux cleaned = 0.00131854 Jy ! Component: 1550 - total flux cleaned = 0.00133591 Jy ! Component: 1600 - total flux cleaned = 0.00133563 Jy ! Component: 1650 - total flux cleaned = 0.00131813 Jy ! Component: 1700 - total flux cleaned = 0.00133539 Jy ! Component: 1750 - total flux cleaned = 0.00133511 Jy ! Component: 1800 - total flux cleaned = 0.0013015 Jy ! Component: 1850 - total flux cleaned = 0.001318 Jy ! Component: 1900 - total flux cleaned = 0.00135091 Jy ! Component: 1950 - total flux cleaned = 0.00135068 Jy ! Component: 2000 - total flux cleaned = 0.00141486 Jy ! Component: 2050 - total flux cleaned = 0.0013832 Jy ! Component: 2100 - total flux cleaned = 0.00139896 Jy ! Component: 2150 - total flux cleaned = 0.00144557 Jy ! Component: 2200 - total flux cleaned = 0.00144564 Jy ! Component: 2250 - total flux cleaned = 0.00141518 Jy ! Component: 2300 - total flux cleaned = 0.00138511 Jy ! Component: 2350 - total flux cleaned = 0.00142982 Jy ! Component: 2400 - total flux cleaned = 0.00134116 Jy ! Component: 2450 - total flux cleaned = 0.00135591 Jy ! Component: 2500 - total flux cleaned = 0.00132699 Jy ! Component: 2550 - total flux cleaned = 0.00132709 Jy ! Component: 2600 - total flux cleaned = 0.00136954 Jy ! Component: 2650 - total flux cleaned = 0.00132728 Jy ! Component: 2700 - total flux cleaned = 0.00131331 Jy ! Component: 2750 - total flux cleaned = 0.0012857 Jy ! Component: 2800 - total flux cleaned = 0.00123092 Jy ! Component: 2850 - total flux cleaned = 0.00124455 Jy ! Component: 2900 - total flux cleaned = 0.0012177 Jy ! Component: 2950 - total flux cleaned = 0.00121756 Jy ! Component: 3000 - total flux cleaned = 0.00119105 Jy ! Component: 3050 - total flux cleaned = 0.00117781 Jy ! Component: 3100 - total flux cleaned = 0.00117764 Jy ! Component: 3150 - total flux cleaned = 0.00111303 Jy ! Component: 3200 - total flux cleaned = 0.00111297 Jy ! Component: 3250 - total flux cleaned = 0.00115121 Jy ! Component: 3300 - total flux cleaned = 0.00108808 Jy ! Component: 3350 - total flux cleaned = 0.0010882 Jy ! Component: 3400 - total flux cleaned = 0.00108829 Jy ! Component: 3450 - total flux cleaned = 0.00111287 Jy ! Component: 3500 - total flux cleaned = 0.00110042 Jy ! Component: 3550 - total flux cleaned = 0.00107602 Jy ! Component: 3600 - total flux cleaned = 0.00105193 Jy ! Component: 3650 - total flux cleaned = 0.00103992 Jy ! Component: 3700 - total flux cleaned = 0.00106369 Jy ! Component: 3750 - total flux cleaned = 0.0010164 Jy ! Component: 3800 - total flux cleaned = 0.00102825 Jy ! Component: 3850 - total flux cleaned = 0.000993366 Jy ! Component: 3900 - total flux cleaned = 0.000981888 Jy ! Component: 3950 - total flux cleaned = 0.000958821 Jy ! Component: 4000 - total flux cleaned = 0.000924416 Jy ! Component: 4050 - total flux cleaned = 0.000924425 Jy ! Total flux subtracted in 4096 components = 0.000935622 Jy ! Clean residual min=-0.000725 max=0.001048 Jy/beam ! Clean residual mean=-0.000005 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.0729914 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 363 components and 0.0729914 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0214-2113_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.989 x 8.473 at 1.893 degrees (North through East) ! Clean map min=-0.0013351 max=0.067231 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0214-2113_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0672307 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204688 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.91337 0.91337 1.82674 3.65348 7.30696 14.6139 29.2278 58.4557 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.067 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 328.453 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0214-2113_S_uvs.log closed on Thu Apr 7 08:50:12 2016