! Started logfile: /scr/pima/bg219h_uvs/J0638-0845_S_uvs.log on Thu Apr 7 08:55:42 2016 obs /scr/pima/bg219h_uvs/J0638-0845_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0638-0845_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.716302 visibilities/baseline/integration-bin. ! Found source: J0638-0845 ! ! 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 6292 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/J0638-0845_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001803Jy sigma=22.017055 ! Fit after self-cal, rms=0.940520Jy sigma=20.603074 ! 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.652 mas, bmaj=6.71 mas, bpa=4.095 degrees ! Estimated noise=0.645684 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.0476867 Jy ! Component: 100 - total flux cleaned = 0.0584599 Jy ! Total flux subtracted in 100 components = 0.0584599 Jy ! Clean residual min=-0.004292 max=0.005197 Jy/beam ! Clean residual mean=-0.000003 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.0584598 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0584598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069233Jy sigma=1.369829 ! Fit after self-cal, rms=0.068338Jy sigma=1.351856 ! 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.415 mas, bmaj=7.99 mas, bpa=3.224 degrees ! Estimated noise=0.441545 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.00458327 Jy ! Component: 100 - total flux cleaned = 0.00538587 Jy ! Component: 150 - total flux cleaned = 0.00513575 Jy ! Component: 200 - total flux cleaned = 0.00485017 Jy ! Total flux subtracted in 200 components = 0.00485017 Jy ! Clean residual min=-0.004221 max=0.003883 Jy/beam ! Clean residual mean=-0.000002 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.06331 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 12 components and 0.06331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068044Jy sigma=1.344568 ! Fit after self-cal, rms=0.068034Jy sigma=1.344430 ! 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.415 x 7.99 at 3.224 degrees (North through East) ! Clean map min=-0.0040818 max=0.063766 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* ! MK 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* ! MK 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* ! MK 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 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.068034Jy sigma=1.344430 ! Fit after self-cal, rms=0.068034Jy sigma=1.344430 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.415 mas, bmaj=7.99 mas, bpa=3.224 degrees ! Estimated noise=0.441545 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.00016573 Jy ! Component: 100 - total flux cleaned = -0.000369755 Jy ! Component: 150 - total flux cleaned = -0.000557842 Jy ! Component: 200 - total flux cleaned = -0.000731194 Jy ! Total flux subtracted in 200 components = -0.000731194 Jy ! Clean residual min=-0.004183 max=0.003833 Jy/beam ! Clean residual mean=-0.000002 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.0625788 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.0625788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067971Jy sigma=1.342913 ! Fit after self-cal, rms=0.067965Jy sigma=1.342822 ! 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.067965Jy sigma=1.342822 ! Fit after self-cal, rms=0.067499Jy sigma=1.341029 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.42 mas, bmaj=7.999 mas, bpa=3.243 degrees ! Estimated noise=0.437613 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000750807 Jy ! Component: 100 - total flux cleaned = -0.00103173 Jy ! Component: 150 - total flux cleaned = -0.00115497 Jy ! Component: 200 - total flux cleaned = -0.00127075 Jy ! Total flux subtracted in 200 components = -0.00127075 Jy ! Clean residual min=-0.003904 max=0.003493 Jy/beam ! Clean residual mean=-0.000003 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.0613081 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.0613081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067466Jy sigma=1.340209 ! Fit after self-cal, rms=0.067471Jy sigma=1.340044 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.000154821 Jy ! Component: 100 - total flux cleaned = -0.000259725 Jy ! Component: 150 - total flux cleaned = -0.000357459 Jy ! Component: 200 - total flux cleaned = -0.000446823 Jy ! Total flux subtracted in 200 components = -0.000446823 Jy ! Clean residual min=-0.003919 max=0.003507 Jy/beam ! Clean residual mean=-0.000004 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.0608612 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 16 components and 0.0608612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067453Jy sigma=1.339598 ! Fit after self-cal, rms=0.067449Jy sigma=1.339559 ! 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.067449Jy sigma=1.339559 ! Fit after self-cal, rms=0.067476Jy sigma=1.339542 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.421 mas, bmaj=8.002 mas, bpa=3.226 degrees ! Estimated noise=0.437721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000141702 Jy ! Component: 100 - total flux cleaned = -0.000225591 Jy ! Component: 150 - total flux cleaned = -0.000303384 Jy ! Component: 200 - total flux cleaned = -0.000374501 Jy ! Total flux subtracted in 200 components = -0.000374501 Jy ! Clean residual min=-0.003862 max=0.003479 Jy/beam ! Clean residual mean=-0.000004 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.0604867 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.0604867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067464Jy sigma=1.339261 ! Fit after self-cal, rms=0.067462Jy sigma=1.339233 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 = -6.3414e-05 Jy ! Component: 100 - total flux cleaned = -0.000130176 Jy ! Component: 150 - total flux cleaned = -0.00017564 Jy ! Component: 200 - total flux cleaned = -0.000233022 Jy ! Total flux subtracted in 200 components = -0.000233022 Jy ! Clean residual min=-0.003856 max=0.003476 Jy/beam ! Clean residual mean=-0.000004 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0602537 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.0602537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067455Jy sigma=1.339055 ! Fit after self-cal, rms=0.067452Jy sigma=1.339037 ! 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.067452Jy sigma=1.339037 ! Fit after self-cal, rms=0.067468Jy sigma=1.337187 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.025 mas, bmaj=13.29 mas, bpa=2.809 degrees ! Estimated noise=0.542206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000992729 Jy ! Component: 100 - total flux cleaned = -0.001362 Jy ! Component: 150 - total flux cleaned = -0.00143528 Jy ! Component: 200 - total flux cleaned = -0.00149947 Jy ! Total flux subtracted in 200 components = -0.00149947 Jy ! Clean residual min=-0.004236 max=0.004784 Jy/beam ! Clean residual mean=-0.000010 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.0587542 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.0587542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067464Jy sigma=1.337140 ! Fit after self-cal, rms=0.067482Jy sigma=1.336948 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.000139006 Jy ! Component: 100 - total flux cleaned = -0.000206713 Jy ! Component: 150 - total flux cleaned = -0.000264831 Jy ! Component: 200 - total flux cleaned = -0.000315981 Jy ! Total flux subtracted in 200 components = -0.000315981 Jy ! Clean residual min=-0.004254 max=0.004817 Jy/beam ! Clean residual mean=-0.000010 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.0584383 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 31 components and 0.0584383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067483Jy sigma=1.336970 ! Fit after self-cal, rms=0.067482Jy sigma=1.336935 ! 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=3.426 mas, bmaj=8.013 mas, bpa=3.173 degrees ! Estimated noise=0.436166 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.426 x 8.013 at 3.173 degrees (North through East) ! Clean map min=-0.0033217 max=0.065546 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.663 mas, bmaj=6.729 mas, bpa=4.071 degrees ! Estimated noise=0.638684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0477061 Jy ! Component: 100 - total flux cleaned = 0.0587658 Jy ! Component: 150 - total flux cleaned = 0.0624866 Jy ! Component: 200 - total flux cleaned = 0.0635516 Jy ! Total flux subtracted in 200 components = 0.0635516 Jy ! Clean residual min=-0.004233 max=0.003907 Jy/beam ! Clean residual mean=0.000000 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.0635516 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 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0635516 Jy ! Inverting map and beam ! Estimated beam: bmin=3.426 mas, bmaj=8.013 mas, bpa=3.173 degrees ! Estimated noise=0.436166 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.000956786 Jy ! Component: 100 - total flux cleaned = -0.00137971 Jy ! Component: 150 - total flux cleaned = -0.00179649 Jy ! Component: 200 - total flux cleaned = -0.00209817 Jy ! Total flux subtracted in 200 components = -0.00209817 Jy ! Clean residual min=-0.003527 max=0.003147 Jy/beam ! Clean residual mean=-0.000003 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.0614534 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.0614534 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.025 mas, bmaj=13.29 mas, bpa=2.809 degrees ! Estimated noise=0.542206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00112841 Jy ! Component: 100 - total flux cleaned = -0.00136034 Jy ! Component: 150 - total flux cleaned = -0.00153425 Jy ! Component: 200 - total flux cleaned = -0.00169389 Jy ! Total flux subtracted in 200 components = -0.00169389 Jy ! Clean residual min=-0.004266 max=0.005067 Jy/beam ! Clean residual mean=-0.000009 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.0597595 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.000147546 Jy ! Component: 100 - total flux cleaned = -0.000285255 Jy ! Component: 150 - total flux cleaned = -0.000434974 Jy ! Component: 200 - total flux cleaned = -0.000549411 Jy ! Total flux subtracted in 200 components = -0.000549411 Jy ! Clean residual min=-0.004274 max=0.004980 Jy/beam ! Clean residual mean=-0.000009 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.0592101 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 19 components and 0.0592101 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.426 mas, bmaj=8.013 mas, bpa=3.173 degrees ! Estimated noise=0.436166 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247921 Jy ! Component: 100 - total flux cleaned = 0.000274788 Jy ! Component: 150 - total flux cleaned = 0.000296757 Jy ! Component: 200 - total flux cleaned = 0.00025624 Jy ! Total flux subtracted in 200 components = 0.00025624 Jy ! Clean residual min=-0.003556 max=0.003098 Jy/beam ! Clean residual mean=-0.000004 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.0594664 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 23 components and 0.0594664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067495Jy sigma=1.337187 ! Fit after self-cal, rms=0.067489Jy sigma=1.337094 wmodel /scr/pima/bg219h_uvs/J0638-0845_S_map.mod ! Writing 23 model components to file: /scr/pima/bg219h_uvs/J0638-0845_S_map.mod wobs /scr/pima/bg219h_uvs/J0638-0845_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0638-0845_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0638-0845_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J0638-0845_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.000650929 Jy ! Component: 100 - total flux cleaned = -0.000546835 Jy ! Component: 150 - total flux cleaned = -0.000295175 Jy ! Component: 200 - total flux cleaned = -0.000250287 Jy ! Component: 250 - total flux cleaned = -0.000159631 Jy ! Component: 300 - total flux cleaned = -3.11489e-05 Jy ! Component: 350 - total flux cleaned = -7.39603e-05 Jy ! Component: 400 - total flux cleaned = -0.000194518 Jy ! Component: 450 - total flux cleaned = -0.000270783 Jy ! Component: 500 - total flux cleaned = -0.000306914 Jy ! Component: 550 - total flux cleaned = -0.000413812 Jy ! Component: 600 - total flux cleaned = -0.000378387 Jy ! Component: 650 - total flux cleaned = -0.000378715 Jy ! Component: 700 - total flux cleaned = -0.000443775 Jy ! Component: 750 - total flux cleaned = -0.000476122 Jy ! Component: 800 - total flux cleaned = -0.000572273 Jy ! Component: 850 - total flux cleaned = -0.000697348 Jy ! Component: 900 - total flux cleaned = -0.000880692 Jy ! Component: 950 - total flux cleaned = -0.000940444 Jy ! Component: 1000 - total flux cleaned = -0.00105898 Jy ! Component: 1050 - total flux cleaned = -0.00117543 Jy ! Component: 1100 - total flux cleaned = -0.00126044 Jy ! Component: 1150 - total flux cleaned = -0.00128939 Jy ! Component: 1200 - total flux cleaned = -0.00148 Jy ! Component: 1250 - total flux cleaned = -0.00150612 Jy ! Component: 1300 - total flux cleaned = -0.00153237 Jy ! Component: 1350 - total flux cleaned = -0.0016352 Jy ! Component: 1400 - total flux cleaned = -0.00163441 Jy ! Component: 1450 - total flux cleaned = -0.00165906 Jy ! Component: 1500 - total flux cleaned = -0.00168314 Jy ! Component: 1550 - total flux cleaned = -0.00173106 Jy ! Component: 1600 - total flux cleaned = -0.00177868 Jy ! Component: 1650 - total flux cleaned = -0.0018253 Jy ! Component: 1700 - total flux cleaned = -0.00182485 Jy ! Component: 1750 - total flux cleaned = -0.00173434 Jy ! Component: 1800 - total flux cleaned = -0.00168989 Jy ! Component: 1850 - total flux cleaned = -0.00171227 Jy ! Component: 1900 - total flux cleaned = -0.00175576 Jy ! Component: 1950 - total flux cleaned = -0.00171299 Jy ! Component: 2000 - total flux cleaned = -0.00169218 Jy ! Component: 2050 - total flux cleaned = -0.00169224 Jy ! Component: 2100 - total flux cleaned = -0.00165125 Jy ! Component: 2150 - total flux cleaned = -0.00169204 Jy ! Component: 2200 - total flux cleaned = -0.00175241 Jy ! Component: 2250 - total flux cleaned = -0.00175228 Jy ! Component: 2300 - total flux cleaned = -0.00173271 Jy ! Component: 2350 - total flux cleaned = -0.00167481 Jy ! Component: 2400 - total flux cleaned = -0.00175164 Jy ! Component: 2450 - total flux cleaned = -0.00175145 Jy ! Component: 2500 - total flux cleaned = -0.00173266 Jy ! Component: 2550 - total flux cleaned = -0.00175121 Jy ! Component: 2600 - total flux cleaned = -0.00171442 Jy ! Component: 2650 - total flux cleaned = -0.00171437 Jy ! Component: 2700 - total flux cleaned = -0.00166053 Jy ! Component: 2750 - total flux cleaned = -0.001732 Jy ! Component: 2800 - total flux cleaned = -0.00166128 Jy ! Component: 2850 - total flux cleaned = -0.00159157 Jy ! Component: 2900 - total flux cleaned = -0.00171265 Jy ! Component: 2950 - total flux cleaned = -0.00166111 Jy ! Component: 3000 - total flux cleaned = -0.00169498 Jy ! Component: 3050 - total flux cleaned = -0.00164459 Jy ! Component: 3100 - total flux cleaned = -0.00166134 Jy ! Component: 3150 - total flux cleaned = -0.00169454 Jy ! Component: 3200 - total flux cleaned = -0.00167821 Jy ! Component: 3250 - total flux cleaned = -0.00171057 Jy ! Component: 3300 - total flux cleaned = -0.00164614 Jy ! Component: 3350 - total flux cleaned = -0.00166223 Jy ! Component: 3400 - total flux cleaned = -0.0016622 Jy ! Component: 3450 - total flux cleaned = -0.00166205 Jy ! Component: 3500 - total flux cleaned = -0.00161519 Jy ! Component: 3550 - total flux cleaned = -0.00161499 Jy ! Component: 3600 - total flux cleaned = -0.00163017 Jy ! Component: 3650 - total flux cleaned = -0.00158438 Jy ! Component: 3700 - total flux cleaned = -0.00153908 Jy ! Component: 3750 - total flux cleaned = -0.0014941 Jy ! Component: 3800 - total flux cleaned = -0.00149409 Jy ! Component: 3850 - total flux cleaned = -0.00147918 Jy ! Component: 3900 - total flux cleaned = -0.00143503 Jy ! Component: 3950 - total flux cleaned = -0.00142039 Jy ! Component: 4000 - total flux cleaned = -0.00139131 Jy ! Component: 4050 - total flux cleaned = -0.00143438 Jy ! Total flux subtracted in 4096 components = -0.00137714 Jy ! Clean residual min=-0.000885 max=0.000820 Jy/beam ! Clean residual mean=0.000001 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.0580892 Jy keep ! Adding 335 model components to the UV plane model. ! The established model now contains 358 components and 0.0580892 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0638-0845_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.426 x 8.013 at 3.173 degrees (North through East) ! Clean map min=-0.0029277 max=0.065061 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0638-0845_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0650608 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000250496 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15506 1.15506 2.31011 4.62023 9.24046 18.4809 36.9618 73.9237 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.065 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 259.727 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0638-0845_S_uvs.log closed on Thu Apr 7 08:55:45 2016