! Started logfile: /scr/pima/bg219h_uvs/J0321-3122_S_uvs.log on Thu Apr 7 08:51:49 2016 obs /scr/pima/bg219h_uvs/J0321-3122_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0321-3122_S_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.761111 visibilities/baseline/integration-bin. ! Found source: J0321-3122 ! ! 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 7124 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/J0321-3122_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 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013001Jy sigma=17.866988 ! Fit after self-cal, rms=0.876470Jy sigma=15.421902 ! 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.48 mas, bmaj=6.77 mas, bpa=-4.123 degrees ! Estimated noise=0.860807 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.0925488 Jy ! Component: 100 - total flux cleaned = 0.116644 Jy ! Total flux subtracted in 100 components = 0.116644 Jy ! Clean residual min=-0.007512 max=0.011272 Jy/beam ! Clean residual mean=0.000003 rms=0.001959 Jy/beam ! Combined flux in latest and established models = 0.116644 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.116644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086536Jy sigma=1.448556 ! Fit after self-cal, rms=0.086493Jy sigma=1.448019 ! 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.052 mas, bmaj=8.03 mas, bpa=-5.197 degrees ! Estimated noise=0.538519 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 (4.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0206281 Jy ! Component: 100 - total flux cleaned = 0.0326733 Jy ! Component: 150 - total flux cleaned = 0.0400378 Jy ! Component: 200 - total flux cleaned = 0.0446829 Jy ! Total flux subtracted in 200 components = 0.0446829 Jy ! Clean residual min=-0.004291 max=0.005429 Jy/beam ! Clean residual mean=-0.000015 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.161326 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 53 components and 0.161326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081555Jy sigma=1.346146 ! Fit after self-cal, rms=0.081338Jy sigma=1.341591 ! 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.052 x 8.03 at -5.197 degrees (North through East) ! Clean map min=-0.0040929 max=0.12239 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 0.94 FD 1.00* HN 1.02 KP 0.97 ! LA 0.95 MK 0.99 NL 1.15 OV 0.96 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00* HN 1.08 KP 0.96 ! LA 1.00 MK 1.03 NL 1.19 OV 0.96 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.13 KP 0.95 ! LA 1.00 MK 1.06 NL 0.87 OV 0.98 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.03 KP 1.01 ! LA 0.98 MK 0.94 NL 0.95 OV 0.99 ! PT 0.95 SC 0.98 ! ! ! Fit before self-cal, rms=0.081338Jy sigma=1.341591 ! Fit after self-cal, rms=0.081172Jy sigma=1.328265 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.067 mas, bmaj=8.022 mas, bpa=-5.02 degrees ! Estimated noise=0.530102 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.0014291 Jy ! Component: 100 - total flux cleaned = 0.00161003 Jy ! Component: 150 - total flux cleaned = 0.00161029 Jy ! Component: 200 - total flux cleaned = 0.00165523 Jy ! Total flux subtracted in 200 components = 0.00165523 Jy ! Clean residual min=-0.003886 max=0.003402 Jy/beam ! Clean residual mean=-0.000006 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.162982 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 74 components and 0.162982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081066Jy sigma=1.326667 ! Fit after self-cal, rms=0.081132Jy sigma=1.326256 ! 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.081132Jy sigma=1.326256 ! Fit after self-cal, rms=0.080727Jy sigma=1.326169 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.061 mas, bmaj=8.01 mas, bpa=-5.076 degrees ! Estimated noise=0.528075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000726112 Jy ! Component: 100 - total flux cleaned = 0.000809079 Jy ! Component: 150 - total flux cleaned = 0.000848292 Jy ! Component: 200 - total flux cleaned = 0.000917064 Jy ! Total flux subtracted in 200 components = 0.000917064 Jy ! Clean residual min=-0.003811 max=0.003150 Jy/beam ! Clean residual mean=-0.000006 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.163899 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 90 components and 0.163899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080683Jy sigma=1.325565 ! Fit after self-cal, rms=0.080680Jy sigma=1.325528 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.000197411 Jy ! Component: 100 - total flux cleaned = 0.000230001 Jy ! Component: 150 - total flux cleaned = 0.000229465 Jy ! Component: 200 - total flux cleaned = 0.000288772 Jy ! Total flux subtracted in 200 components = 0.000288772 Jy ! Clean residual min=-0.003783 max=0.003079 Jy/beam ! Clean residual mean=-0.000006 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.164188 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.164188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080655Jy sigma=1.325159 ! Fit after self-cal, rms=0.080653Jy sigma=1.325143 ! 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.080653Jy sigma=1.325143 ! Fit after self-cal, rms=0.080821Jy sigma=1.320445 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.049 mas, bmaj=8.065 mas, bpa=-5.093 degrees ! Estimated noise=0.527581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000686408 Jy ! Component: 100 - total flux cleaned = 0.000718123 Jy ! Component: 150 - total flux cleaned = 0.000836439 Jy ! Component: 200 - total flux cleaned = 0.000863308 Jy ! Total flux subtracted in 200 components = 0.000863308 Jy ! Clean residual min=-0.003222 max=0.002962 Jy/beam ! Clean residual mean=-0.000006 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.165051 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 109 components and 0.165051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080793Jy sigma=1.320000 ! Fit after self-cal, rms=0.080814Jy sigma=1.319882 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.000205937 Jy ! Component: 100 - total flux cleaned = 0.000155418 Jy ! Component: 150 - total flux cleaned = 0.000155307 Jy ! Component: 200 - total flux cleaned = 0.000155252 Jy ! Total flux subtracted in 200 components = 0.000155252 Jy ! Clean residual min=-0.003218 max=0.002906 Jy/beam ! Clean residual mean=-0.000006 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.165206 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 117 components and 0.165206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080800Jy sigma=1.319664 ! Fit after self-cal, rms=0.080796Jy sigma=1.319649 ! 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.080796Jy sigma=1.319649 ! Fit after self-cal, rms=0.080947Jy sigma=1.319580 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.219 mas, bmaj=19.48 mas, bpa=-3.851 degrees ! Estimated noise=0.678818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000775822 Jy ! Component: 100 - total flux cleaned = 0.00075545 Jy ! Component: 150 - total flux cleaned = 0.000723423 Jy ! Component: 200 - total flux cleaned = 0.00072304 Jy ! Total flux subtracted in 200 components = 0.00072304 Jy ! Clean residual min=-0.003756 max=0.004047 Jy/beam ! Clean residual mean=-0.000008 rms=0.000968 Jy/beam ! Combined flux in latest and established models = 0.165929 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 122 components and 0.165929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080950Jy sigma=1.319621 ! Fit after self-cal, rms=0.080947Jy sigma=1.319579 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.000110658 Jy ! Component: 100 - total flux cleaned = 0.000139971 Jy ! Component: 150 - total flux cleaned = 0.000102833 Jy ! Component: 200 - total flux cleaned = 7.92404e-05 Jy ! Total flux subtracted in 200 components = 7.92404e-05 Jy ! Clean residual min=-0.003716 max=0.004007 Jy/beam ! Clean residual mean=-0.000009 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.166008 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 127 components and 0.166008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080948Jy sigma=1.319598 ! Fit after self-cal, rms=0.080945Jy sigma=1.319576 ! 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.048 mas, bmaj=8.079 mas, bpa=-5.071 degrees ! Estimated noise=0.528615 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.048 x 8.079 at -5.071 degrees (North through East) ! Clean map min=-0.0030367 max=0.12105 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.473 mas, bmaj=6.806 mas, bpa=-3.929 degrees ! Estimated noise=0.845611 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0905786 Jy ! Component: 100 - total flux cleaned = 0.114553 Jy ! Component: 150 - total flux cleaned = 0.127569 Jy ! Component: 200 - total flux cleaned = 0.136731 Jy ! Total flux subtracted in 200 components = 0.136731 Jy ! Clean residual min=-0.006061 max=0.005764 Jy/beam ! Clean residual mean=-0.000000 rms=0.001410 Jy/beam ! Combined flux in latest and established models = 0.136731 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.136731 Jy ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=8.079 mas, bpa=-5.071 degrees ! Estimated noise=0.528615 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.0112868 Jy ! Component: 100 - total flux cleaned = 0.0177627 Jy ! Component: 150 - total flux cleaned = 0.0218936 Jy ! Component: 200 - total flux cleaned = 0.0246413 Jy ! Total flux subtracted in 200 components = 0.0246413 Jy ! Clean residual min=-0.003287 max=0.002783 Jy/beam ! Clean residual mean=-0.000009 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.161373 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 67 components and 0.161373 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.219 mas, bmaj=19.48 mas, bpa=-3.851 degrees ! Estimated noise=0.678818 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00301847 Jy ! Component: 100 - total flux cleaned = 0.00438836 Jy ! Component: 150 - total flux cleaned = 0.00459072 Jy ! Component: 200 - total flux cleaned = 0.00459163 Jy ! Total flux subtracted in 200 components = 0.00459163 Jy ! Clean residual min=-0.003692 max=0.004079 Jy/beam ! Clean residual mean=-0.000008 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.165964 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.45706e-05 Jy ! Component: 100 - total flux cleaned = -2.34815e-05 Jy ! Component: 150 - total flux cleaned = -2.33841e-05 Jy ! Component: 200 - total flux cleaned = -4.31557e-05 Jy ! Total flux subtracted in 200 components = -4.31557e-05 Jy ! Clean residual min=-0.003702 max=0.004005 Jy/beam ! Clean residual mean=-0.000009 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.165921 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.165921 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=8.079 mas, bpa=-5.071 degrees ! Estimated noise=0.528615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000293785 Jy ! Component: 100 - total flux cleaned = -0.000163599 Jy ! Component: 150 - total flux cleaned = -8.91099e-05 Jy ! Component: 200 - total flux cleaned = -2.12123e-05 Jy ! Total flux subtracted in 200 components = -2.12123e-05 Jy ! Clean residual min=-0.003198 max=0.002679 Jy/beam ! Clean residual mean=-0.000006 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.1659 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 92 components and 0.1659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080961Jy sigma=1.319966 ! Fit after self-cal, rms=0.080948Jy sigma=1.319762 wmodel /scr/pima/bg219h_uvs/J0321-3122_S_map.mod ! Writing 92 model components to file: /scr/pima/bg219h_uvs/J0321-3122_S_map.mod wobs /scr/pima/bg219h_uvs/J0321-3122_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0321-3122_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0321-3122_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219h_uvs/J0321-3122_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.000888722 Jy ! Component: 100 - total flux cleaned = -0.00117276 Jy ! Component: 150 - total flux cleaned = -0.00139583 Jy ! Component: 200 - total flux cleaned = -0.00152256 Jy ! Component: 250 - total flux cleaned = -0.00168349 Jy ! Component: 300 - total flux cleaned = -0.00176094 Jy ! Component: 350 - total flux cleaned = -0.00191007 Jy ! Component: 400 - total flux cleaned = -0.00198243 Jy ! Component: 450 - total flux cleaned = -0.00212427 Jy ! Component: 500 - total flux cleaned = -0.00212421 Jy ! Component: 550 - total flux cleaned = -0.00229248 Jy ! Component: 600 - total flux cleaned = -0.00229266 Jy ! Component: 650 - total flux cleaned = -0.00245364 Jy ! Component: 700 - total flux cleaned = -0.002517 Jy ! Component: 750 - total flux cleaned = -0.00264093 Jy ! Component: 800 - total flux cleaned = -0.00267135 Jy ! Component: 850 - total flux cleaned = -0.00282056 Jy ! Component: 900 - total flux cleaned = -0.00305431 Jy ! Component: 950 - total flux cleaned = -0.00319769 Jy ! Component: 1000 - total flux cleaned = -0.00342334 Jy ! Component: 1050 - total flux cleaned = -0.00358914 Jy ! Component: 1100 - total flux cleaned = -0.00369817 Jy ! Component: 1150 - total flux cleaned = -0.0039663 Jy ! Component: 1200 - total flux cleaned = -0.00407206 Jy ! Component: 1250 - total flux cleaned = -0.00422891 Jy ! Component: 1300 - total flux cleaned = -0.00443524 Jy ! Component: 1350 - total flux cleaned = -0.00456184 Jy ! Component: 1400 - total flux cleaned = -0.00473688 Jy ! Component: 1450 - total flux cleaned = -0.00485965 Jy ! Component: 1500 - total flux cleaned = -0.00500493 Jy ! Component: 1550 - total flux cleaned = -0.00514903 Jy ! Component: 1600 - total flux cleaned = -0.00531503 Jy ! Component: 1650 - total flux cleaned = -0.00550166 Jy ! Component: 1700 - total flux cleaned = -0.00561668 Jy ! Component: 1750 - total flux cleaned = -0.00584429 Jy ! Component: 1800 - total flux cleaned = -0.00595627 Jy ! Component: 1850 - total flux cleaned = -0.00600065 Jy ! Component: 1900 - total flux cleaned = -0.0061983 Jy ! Component: 1950 - total flux cleaned = -0.00630702 Jy ! Component: 2000 - total flux cleaned = -0.00645686 Jy ! Component: 2050 - total flux cleaned = -0.00660507 Jy ! Component: 2100 - total flux cleaned = -0.00681411 Jy ! Component: 2150 - total flux cleaned = -0.00683437 Jy ! Component: 2200 - total flux cleaned = -0.0069372 Jy ! Component: 2250 - total flux cleaned = -0.00718054 Jy ! Component: 2300 - total flux cleaned = -0.00722038 Jy ! Component: 2350 - total flux cleaned = -0.00733945 Jy ! Component: 2400 - total flux cleaned = -0.00747699 Jy ! Component: 2450 - total flux cleaned = -0.00751561 Jy ! Component: 2500 - total flux cleaned = -0.00765058 Jy ! Component: 2550 - total flux cleaned = -0.00770747 Jy ! Component: 2600 - total flux cleaned = -0.00776429 Jy ! Component: 2650 - total flux cleaned = -0.0078394 Jy ! Component: 2700 - total flux cleaned = -0.00789528 Jy ! Component: 2750 - total flux cleaned = -0.00796887 Jy ! Component: 2800 - total flux cleaned = -0.00805994 Jy ! Component: 2850 - total flux cleaned = -0.00809599 Jy ! Component: 2900 - total flux cleaned = -0.0081498 Jy ! Component: 2950 - total flux cleaned = -0.00820314 Jy ! Component: 3000 - total flux cleaned = -0.00830871 Jy ! Component: 3050 - total flux cleaned = -0.00834347 Jy ! Component: 3100 - total flux cleaned = -0.00843037 Jy ! Component: 3150 - total flux cleaned = -0.00855057 Jy ! Component: 3200 - total flux cleaned = -0.00865243 Jy ! Component: 3250 - total flux cleaned = -0.00866919 Jy ! Component: 3300 - total flux cleaned = -0.00873639 Jy ! Component: 3350 - total flux cleaned = -0.0088361 Jy ! Component: 3400 - total flux cleaned = -0.00883622 Jy ! Component: 3450 - total flux cleaned = -0.00893431 Jy ! Component: 3500 - total flux cleaned = -0.00896686 Jy ! Component: 3550 - total flux cleaned = -0.00901526 Jy ! Component: 3600 - total flux cleaned = -0.00903129 Jy ! Component: 3650 - total flux cleaned = -0.00915829 Jy ! Component: 3700 - total flux cleaned = -0.0092054 Jy ! Component: 3750 - total flux cleaned = -0.00925205 Jy ! Component: 3800 - total flux cleaned = -0.00925197 Jy ! Component: 3850 - total flux cleaned = -0.00934427 Jy ! Component: 3900 - total flux cleaned = -0.00943581 Jy ! Component: 3950 - total flux cleaned = -0.00951133 Jy ! Component: 4000 - total flux cleaned = -0.00955638 Jy ! Component: 4050 - total flux cleaned = -0.00957122 Jy ! Total flux subtracted in 4096 components = -0.00963064 Jy ! Clean residual min=-0.000763 max=0.000779 Jy/beam ! Clean residual mean=-0.000003 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.156269 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 372 components and 0.156269 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0321-3122_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.048 x 8.079 at -5.071 degrees (North through East) ! Clean map min=-0.0019185 max=0.11977 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0321-3122_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.119767 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000267478 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.669993 0.669993 1.33999 2.67997 5.35994 10.7199 21.4398 42.8796 85.7591 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.119 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 447.765 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0321-3122_S_uvs.log closed on Thu Apr 7 08:51:53 2016