! Started logfile: /scr/pima/rv100_uvs/J0706-2311_X_uvs.log on Mon Feb 29 13:26:04 2016 obs /scr/pima/rv100_uvs/J0706-2311_X_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J0706-2311_X_uva.fits ! AN table 1: 44 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.87013 visibilities/baseline/integration-bin. ! Found source: J0706-2311 ! ! 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 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 4288 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv100_uvs/J0706-2311_X] 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.200x0.200 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002498Jy sigma=15.591114 ! Fit after self-cal, rms=0.932113Jy sigma=14.463965 ! 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=0.6662 mas, bmaj=1.7 mas, bpa=-7.934 degrees ! Estimated noise=1.37043 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.053102 Jy ! Component: 100 - total flux cleaned = 0.0655583 Jy ! Total flux subtracted in 100 components = 0.0655583 Jy ! Clean residual min=-0.005512 max=0.006423 Jy/beam ! Clean residual mean=0.000002 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.0655583 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0655583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064242Jy sigma=0.913439 ! Fit after self-cal, rms=0.063571Jy sigma=0.903253 ! 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=0.8401 mas, bmaj=2.161 mas, bpa=-7.706 degrees ! Estimated noise=0.740126 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.00685781 Jy ! Component: 100 - total flux cleaned = 0.00995806 Jy ! Component: 150 - total flux cleaned = 0.011578 Jy ! Component: 200 - total flux cleaned = 0.0124258 Jy ! Total flux subtracted in 200 components = 0.0124258 Jy ! Clean residual min=-0.003162 max=0.003107 Jy/beam ! Clean residual mean=0.000001 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.0779841 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 19 components and 0.0779841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062950Jy sigma=0.891323 ! Fit after self-cal, rms=0.062972Jy sigma=0.891141 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8401 x 2.161 at -7.706 degrees (North through East) ! Clean map min=-0.0030371 max=0.070141 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: ! HN 0.98 KP 0.95 LA 1.04 MK 0.97 ! NL 1.01 OV 1.06 PT 0.96 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 0.98 KP 0.98 LA 0.94 MK 1.02 ! NL 1.00 OV 1.07 PT 0.97 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.08 KP 0.92 LA 1.02 MK 1.01 ! NL 1.03 OV 1.03 PT 1.04 SC 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.01 KP 0.97 LA 0.97 MK 1.00 ! NL 1.01 OV 0.97 PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.062972Jy sigma=0.891141 ! Fit after self-cal, rms=0.062792Jy sigma=0.888988 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8385 mas, bmaj=2.153 mas, bpa=-7.49 degrees ! Estimated noise=0.736583 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.000193277 Jy ! Component: 100 - total flux cleaned = 0.000191001 Jy ! Component: 150 - total flux cleaned = 0.000233929 Jy ! Component: 200 - total flux cleaned = 0.000253421 Jy ! Total flux subtracted in 200 components = 0.000253421 Jy ! Clean residual min=-0.002884 max=0.003073 Jy/beam ! Clean residual mean=0.000002 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0782375 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 23 components and 0.0782375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062775Jy sigma=0.888718 ! Fit after self-cal, rms=0.062799Jy sigma=0.888567 ! 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.062799Jy sigma=0.888567 ! Fit after self-cal, rms=0.062711Jy sigma=0.887165 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8385 mas, bmaj=2.149 mas, bpa=-7.404 degrees ! Estimated noise=0.736731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.72801e-05 Jy ! Component: 100 - total flux cleaned = 5.04523e-06 Jy ! Component: 150 - total flux cleaned = 5.47985e-06 Jy ! Component: 200 - total flux cleaned = 2.22862e-05 Jy ! Total flux subtracted in 200 components = 2.22862e-05 Jy ! Clean residual min=-0.002814 max=0.002955 Jy/beam ! Clean residual mean=0.000002 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.0782598 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 24 components and 0.0782598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062699Jy sigma=0.886994 ! Fit after self-cal, rms=0.062704Jy sigma=0.886903 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 = -9.53702e-06 Jy ! Component: 100 - total flux cleaned = -2.59394e-05 Jy ! Component: 150 - total flux cleaned = -1.09073e-05 Jy ! Component: 200 - total flux cleaned = 2.37052e-06 Jy ! Total flux subtracted in 200 components = 2.37052e-06 Jy ! Clean residual min=-0.002764 max=0.002973 Jy/beam ! Clean residual mean=0.000002 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.0782622 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 25 components and 0.0782622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062696Jy sigma=0.886791 ! Fit after self-cal, rms=0.062695Jy sigma=0.886776 ! 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.062695Jy sigma=0.886776 ! Fit after self-cal, rms=0.062780Jy sigma=0.887215 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8411 mas, bmaj=2.157 mas, bpa=-7.45 degrees ! Estimated noise=0.739733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.73173e-05 Jy ! Component: 100 - total flux cleaned = 7.28722e-06 Jy ! Component: 150 - total flux cleaned = 3.88575e-05 Jy ! Component: 200 - total flux cleaned = 6.80251e-05 Jy ! Total flux subtracted in 200 components = 6.80251e-05 Jy ! Clean residual min=-0.002850 max=0.002985 Jy/beam ! Clean residual mean=0.000002 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.0783302 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.0783302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062772Jy sigma=0.887091 ! Fit after self-cal, rms=0.062761Jy sigma=0.887047 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 = -8.48443e-06 Jy ! Component: 100 - total flux cleaned = -8.14256e-06 Jy ! Component: 150 - total flux cleaned = 4.92266e-06 Jy ! Component: 200 - total flux cleaned = 1.63555e-05 Jy ! Total flux subtracted in 200 components = 1.63555e-05 Jy ! Clean residual min=-0.002815 max=0.002965 Jy/beam ! Clean residual mean=0.000002 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.0783466 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0783466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062755Jy sigma=0.886966 ! Fit after self-cal, rms=0.062753Jy sigma=0.886954 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.062753Jy sigma=0.886954 ! Fit after self-cal, rms=0.062965Jy sigma=0.887028 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.969 mas, bmaj=6.082 mas, bpa=-7.216 degrees ! Estimated noise=0.940263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341671 Jy ! Component: 100 - total flux cleaned = 0.000342866 Jy ! Component: 150 - total flux cleaned = 0.000345131 Jy ! Component: 200 - total flux cleaned = 0.000379755 Jy ! Total flux subtracted in 200 components = 0.000379755 Jy ! Clean residual min=-0.003194 max=0.004081 Jy/beam ! Clean residual mean=0.000002 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.0787263 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0787263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062965Jy sigma=0.887034 ! Fit after self-cal, rms=0.062957Jy sigma=0.886897 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.84621e-07 Jy ! Component: 100 - total flux cleaned = 2.24935e-06 Jy ! Component: 150 - total flux cleaned = 5.15421e-06 Jy ! Component: 200 - total flux cleaned = 8.45748e-06 Jy ! Total flux subtracted in 200 components = 8.45748e-06 Jy ! Clean residual min=-0.003188 max=0.004059 Jy/beam ! Clean residual mean=0.000002 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.0787348 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0787348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062959Jy sigma=0.886954 ! Fit after self-cal, rms=0.062951Jy sigma=0.886831 ! 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=0.8431 mas, bmaj=2.165 mas, bpa=-7.504 degrees ! Estimated noise=0.742192 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8431 x 2.165 at -7.504 degrees (North through East) ! Clean map min=-0.0026195 max=0.070984 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=0.669 mas, bmaj=1.707 mas, bpa=-7.766 degrees ! Estimated noise=1.38434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0540454 Jy ! Component: 100 - total flux cleaned = 0.0670112 Jy ! Component: 150 - total flux cleaned = 0.0723322 Jy ! Component: 200 - total flux cleaned = 0.0758677 Jy ! Total flux subtracted in 200 components = 0.0758677 Jy ! Clean residual min=-0.005529 max=0.005752 Jy/beam ! Clean residual mean=0.000002 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.0758677 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0758677 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8431 mas, bmaj=2.165 mas, bpa=-7.504 degrees ! Estimated noise=0.742192 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.00111104 Jy ! Component: 100 - total flux cleaned = 0.00145484 Jy ! Component: 150 - total flux cleaned = 0.0017312 Jy ! Component: 200 - total flux cleaned = 0.00195834 Jy ! Total flux subtracted in 200 components = 0.00195834 Jy ! Clean residual min=-0.003082 max=0.002776 Jy/beam ! Clean residual mean=0.000002 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.077826 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 23 components and 0.077826 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.969 mas, bmaj=6.082 mas, bpa=-7.216 degrees ! Estimated noise=0.940263 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000651125 Jy ! Component: 100 - total flux cleaned = 0.000696169 Jy ! Component: 150 - total flux cleaned = 0.000767478 Jy ! Component: 200 - total flux cleaned = 0.000800002 Jy ! Total flux subtracted in 200 components = 0.000800002 Jy ! Clean residual min=-0.003451 max=0.004018 Jy/beam ! Clean residual mean=0.000002 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.078626 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 = 6.1449e-05 Jy ! Component: 100 - total flux cleaned = 0.000117517 Jy ! Component: 150 - total flux cleaned = 0.000168286 Jy ! Component: 200 - total flux cleaned = 0.000212896 Jy ! Total flux subtracted in 200 components = 0.000212896 Jy ! Clean residual min=-0.003345 max=0.004044 Jy/beam ! Clean residual mean=0.000002 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.0788389 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 25 components and 0.0788389 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8431 mas, bmaj=2.165 mas, bpa=-7.504 degrees ! Estimated noise=0.742192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.26657e-05 Jy ! Component: 100 - total flux cleaned = -9.25169e-05 Jy ! Component: 150 - total flux cleaned = -0.000140003 Jy ! Component: 200 - total flux cleaned = -0.00013973 Jy ! Total flux subtracted in 200 components = -0.00013973 Jy ! Clean residual min=-0.002837 max=0.002861 Jy/beam ! Clean residual mean=0.000002 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.0786992 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.0786992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062976Jy sigma=0.887104 ! Fit after self-cal, rms=0.062973Jy sigma=0.886995 wmodel /scr/pima/rv100_uvs/J0706-2311_X_map.mod ! Writing 34 model components to file: /scr/pima/rv100_uvs/J0706-2311_X_map.mod wobs /scr/pima/rv100_uvs/J0706-2311_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J0706-2311_X_uvs.fits wwins /scr/pima/rv100_uvs/J0706-2311_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rv100_uvs/J0706-2311_X_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.000100154 Jy ! Component: 100 - total flux cleaned = -0.000247238 Jy ! Component: 150 - total flux cleaned = -0.000154616 Jy ! Component: 200 - total flux cleaned = -2.1098e-05 Jy ! Component: 250 - total flux cleaned = 0.000235491 Jy ! Component: 300 - total flux cleaned = 0.000442096 Jy ! Component: 350 - total flux cleaned = 0.000601993 Jy ! Component: 400 - total flux cleaned = 0.00075741 Jy ! Component: 450 - total flux cleaned = 0.000907882 Jy ! Component: 500 - total flux cleaned = 0.000908975 Jy ! Component: 550 - total flux cleaned = 0.00105321 Jy ! Component: 600 - total flux cleaned = 0.00101941 Jy ! Component: 650 - total flux cleaned = 0.00112098 Jy ! Component: 700 - total flux cleaned = 0.00102155 Jy ! Component: 750 - total flux cleaned = 0.000957077 Jy ! Component: 800 - total flux cleaned = 0.000892803 Jy ! Component: 850 - total flux cleaned = 0.000704017 Jy ! Component: 900 - total flux cleaned = 0.000457645 Jy ! Component: 950 - total flux cleaned = 0.000337599 Jy ! Component: 1000 - total flux cleaned = 0.000279268 Jy ! Component: 1050 - total flux cleaned = 0.000337276 Jy ! Component: 1100 - total flux cleaned = 0.000279756 Jy ! Component: 1150 - total flux cleaned = 0.000251386 Jy ! Component: 1200 - total flux cleaned = 0.00019558 Jy ! Component: 1250 - total flux cleaned = 0.000196086 Jy ! Component: 1300 - total flux cleaned = 0.000277403 Jy ! Component: 1350 - total flux cleaned = 0.000196383 Jy ! Component: 1400 - total flux cleaned = 6.5474e-05 Jy ! Component: 1450 - total flux cleaned = 0.000143131 Jy ! Component: 1500 - total flux cleaned = 4.05435e-05 Jy ! Component: 1550 - total flux cleaned = -1.01782e-05 Jy ! Component: 1600 - total flux cleaned = -1.01387e-05 Jy ! Component: 1650 - total flux cleaned = -8.40955e-05 Jy ! Component: 1700 - total flux cleaned = -0.000157438 Jy ! Component: 1750 - total flux cleaned = -0.000326795 Jy ! Component: 1800 - total flux cleaned = -0.000374125 Jy ! Component: 1850 - total flux cleaned = -0.000468989 Jy ! Component: 1900 - total flux cleaned = -0.000515518 Jy ! Component: 1950 - total flux cleaned = -0.000585018 Jy ! Component: 2000 - total flux cleaned = -0.000607692 Jy ! Component: 2050 - total flux cleaned = -0.000630405 Jy ! Component: 2100 - total flux cleaned = -0.000720415 Jy ! Component: 2150 - total flux cleaned = -0.000742671 Jy ! Component: 2200 - total flux cleaned = -0.000808859 Jy ! Component: 2250 - total flux cleaned = -0.000808964 Jy ! Component: 2300 - total flux cleaned = -0.000895939 Jy ! Component: 2350 - total flux cleaned = -0.000895808 Jy ! Component: 2400 - total flux cleaned = -0.000874384 Jy ! Component: 2450 - total flux cleaned = -0.000937955 Jy ! Component: 2500 - total flux cleaned = -0.000958949 Jy ! Component: 2550 - total flux cleaned = -0.00100082 Jy ! Component: 2600 - total flux cleaned = -0.00106287 Jy ! Component: 2650 - total flux cleaned = -0.00108351 Jy ! Component: 2700 - total flux cleaned = -0.00112451 Jy ! Component: 2750 - total flux cleaned = -0.00118501 Jy ! Component: 2800 - total flux cleaned = -0.00122478 Jy ! Component: 2850 - total flux cleaned = -0.00116501 Jy ! Component: 2900 - total flux cleaned = -0.00110568 Jy ! Component: 2950 - total flux cleaned = -0.00114507 Jy ! Component: 3000 - total flux cleaned = -0.00110605 Jy ! Component: 3050 - total flux cleaned = -0.00102852 Jy ! Component: 3100 - total flux cleaned = -0.00100909 Jy ! Component: 3150 - total flux cleaned = -0.000970908 Jy ! Component: 3200 - total flux cleaned = -0.000932802 Jy ! Component: 3250 - total flux cleaned = -0.00093276 Jy ! Component: 3300 - total flux cleaned = -0.000895128 Jy ! Component: 3350 - total flux cleaned = -0.00083923 Jy ! Component: 3400 - total flux cleaned = -0.000839211 Jy ! Component: 3450 - total flux cleaned = -0.000802245 Jy ! Component: 3500 - total flux cleaned = -0.0007655 Jy ! Component: 3550 - total flux cleaned = -0.000729001 Jy ! Component: 3600 - total flux cleaned = -0.000710986 Jy ! Component: 3650 - total flux cleaned = -0.000693051 Jy ! Component: 3700 - total flux cleaned = -0.000657219 Jy ! Component: 3750 - total flux cleaned = -0.0006927 Jy ! Component: 3800 - total flux cleaned = -0.000621801 Jy ! Component: 3850 - total flux cleaned = -0.000533687 Jy ! Component: 3900 - total flux cleaned = -0.000638895 Jy ! Component: 3950 - total flux cleaned = -0.000673662 Jy ! Component: 4000 - total flux cleaned = -0.000604215 Jy ! Component: 4050 - total flux cleaned = -0.000673307 Jy ! Total flux subtracted in 4096 components = -0.000673356 Jy ! Clean residual min=-0.001163 max=0.001032 Jy/beam ! Clean residual mean=0.000001 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0780258 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 317 components and 0.0780258 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J0706-2311_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8431 x 2.165 at -7.504 degrees (North through East) ! Clean map min=-0.0014765 max=0.070029 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J0706-2311_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0700292 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000285038 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.22108 1.22108 2.44217 4.88433 9.76866 19.5373 39.0747 78.1493 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.07 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 245.683 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J0706-2311_X_uvs.log closed on Mon Feb 29 13:26:08 2016