! Started logfile: /scr/pima/bg219a_uvs/J1848-2718_S_uvs.log on Wed Apr 6 23:01:54 2016 obs /scr/pima/bg219a_uvs/J1848-2718_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1848-2718_S_uva.fits ! AN table 1: 46 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.533333 visibilities/baseline/integration-bin. ! Found source: J1848-2718 ! ! 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 49 lines of history. ! ! Reading 1472 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/bg219a_uvs/J1848-2718_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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003890Jy sigma=20.482171 ! Fit after self-cal, rms=0.924019Jy sigma=19.012336 ! 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.372 mas, bmaj=7.929 mas, bpa=-15.91 degrees ! Estimated noise=1.31096 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.0589024 Jy ! Component: 100 - total flux cleaned = 0.071747 Jy ! Total flux subtracted in 100 components = 0.071747 Jy ! Clean residual min=-0.007204 max=0.006955 Jy/beam ! Clean residual mean=-0.000018 rms=0.001886 Jy/beam ! Combined flux in latest and established models = 0.071747 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.071747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063948Jy sigma=1.287972 ! Fit after self-cal, rms=0.063330Jy sigma=1.275168 ! 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=2.762 mas, bmaj=8.562 mas, bpa=-14.78 degrees ! Estimated noise=0.941282 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.00569253 Jy ! Component: 100 - total flux cleaned = 0.00821411 Jy ! Component: 150 - total flux cleaned = 0.0096805 Jy ! Component: 200 - total flux cleaned = 0.0105935 Jy ! Total flux subtracted in 200 components = 0.0105935 Jy ! Clean residual min=-0.004301 max=0.005073 Jy/beam ! Clean residual mean=-0.000025 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.0823405 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0823405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062864Jy sigma=1.264850 ! Fit after self-cal, rms=0.062856Jy sigma=1.264630 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.762 x 8.562 at -14.78 degrees (North through East) ! Clean map min=-0.0042202 max=0.077084 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. ! A total of 69 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.94 MK 1.05 NL 0.99 OV 1.14 ! PT 0.99 SC 0.88 ! ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.93 MK 0.96 NL 1.13 OV 1.08 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 0.92 MK 1.05 NL 0.96 OV 1.08 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.05 MK 1.06 NL 0.95 OV 0.92 ! PT 1.01 SC 1.04 ! ! ! Fit before self-cal, rms=0.062856Jy sigma=1.264630 ! Fit after self-cal, rms=0.065675Jy sigma=1.296604 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.819 mas, bmaj=7.756 mas, bpa=-13.25 degrees ! Estimated noise=1.06864 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 = 8.23021e-05 Jy ! Component: 100 - total flux cleaned = 0.000131361 Jy ! Component: 150 - total flux cleaned = 0.000177364 Jy ! Component: 200 - total flux cleaned = 0.000221567 Jy ! Total flux subtracted in 200 components = 0.000221567 Jy ! Clean residual min=-0.004394 max=0.005019 Jy/beam ! Clean residual mean=-0.000024 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.0825621 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 36 components and 0.0825621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065659Jy sigma=1.296309 ! Fit after self-cal, rms=0.065738Jy sigma=1.295706 ! 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.065738Jy sigma=1.295706 ! Fit after self-cal, rms=0.066074Jy sigma=1.295597 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.823 mas, bmaj=7.752 mas, bpa=-13.13 degrees ! Estimated noise=1.07188 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.45246e-05 Jy ! Component: 100 - total flux cleaned = 0.000129634 Jy ! Component: 150 - total flux cleaned = 0.000172039 Jy ! Component: 200 - total flux cleaned = 0.000213434 Jy ! Total flux subtracted in 200 components = 0.000213434 Jy ! Clean residual min=-0.004343 max=0.004990 Jy/beam ! Clean residual mean=-0.000023 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.0827755 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 41 components and 0.0827755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066059Jy sigma=1.295378 ! Fit after self-cal, rms=0.066071Jy sigma=1.295358 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.000118727 Jy ! Component: 100 - total flux cleaned = 0.00013952 Jy ! Component: 150 - total flux cleaned = 0.000178588 Jy ! Component: 200 - total flux cleaned = 0.000217346 Jy ! Total flux subtracted in 200 components = 0.000217346 Jy ! Clean residual min=-0.004325 max=0.004976 Jy/beam ! Clean residual mean=-0.000022 rms=0.001255 Jy/beam ! Combined flux in latest and established models = 0.0829929 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.0829929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066061Jy sigma=1.295133 ! Fit after self-cal, rms=0.066061Jy sigma=1.295123 ! 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.066061Jy sigma=1.295123 ! Fit after self-cal, rms=0.066243Jy sigma=1.295081 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.827 mas, bmaj=7.743 mas, bpa=-13 degrees ! Estimated noise=1.07439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.90559e-05 Jy ! Component: 100 - total flux cleaned = 9.17512e-05 Jy ! Component: 150 - total flux cleaned = 0.000111471 Jy ! Component: 200 - total flux cleaned = 0.000148865 Jy ! Total flux subtracted in 200 components = 0.000148865 Jy ! Clean residual min=-0.004298 max=0.004979 Jy/beam ! Clean residual mean=-0.000023 rms=0.001252 Jy/beam ! Combined flux in latest and established models = 0.0831417 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 45 components and 0.0831417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066230Jy sigma=1.294906 ! Fit after self-cal, rms=0.066230Jy sigma=1.294897 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.000109545 Jy ! Component: 100 - total flux cleaned = 0.000147022 Jy ! Component: 150 - total flux cleaned = 0.000183179 Jy ! Component: 200 - total flux cleaned = 0.000200572 Jy ! Total flux subtracted in 200 components = 0.000200572 Jy ! Clean residual min=-0.004279 max=0.004969 Jy/beam ! Clean residual mean=-0.000022 rms=0.001244 Jy/beam ! Combined flux in latest and established models = 0.0833423 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.0833423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066221Jy sigma=1.294708 ! Fit after self-cal, rms=0.066221Jy sigma=1.294699 ! 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.066221Jy sigma=1.294699 ! Fit after self-cal, rms=0.066347Jy sigma=1.294663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.184 mas, bmaj=30.93 mas, bpa=-9.82 degrees ! Estimated noise=1.45008 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000585882 Jy ! Component: 100 - total flux cleaned = 0.000634441 Jy ! Component: 150 - total flux cleaned = 0.000680758 Jy ! Component: 200 - total flux cleaned = 0.000724354 Jy ! Total flux subtracted in 200 components = 0.000724354 Jy ! Clean residual min=-0.005264 max=0.006269 Jy/beam ! Clean residual mean=-0.000051 rms=0.001965 Jy/beam ! Combined flux in latest and established models = 0.0840667 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.0840667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066353Jy sigma=1.294728 ! Fit after self-cal, rms=0.066347Jy sigma=1.294699 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 = 4.68302e-05 Jy ! Component: 100 - total flux cleaned = 8.81834e-05 Jy ! Component: 150 - total flux cleaned = 0.000127043 Jy ! Component: 200 - total flux cleaned = 0.00015183 Jy ! Total flux subtracted in 200 components = 0.00015183 Jy ! Clean residual min=-0.005246 max=0.006258 Jy/beam ! Clean residual mean=-0.000050 rms=0.001953 Jy/beam ! Combined flux in latest and established models = 0.0842185 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 51 components and 0.0842185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066354Jy sigma=1.294848 ! Fit after self-cal, rms=0.066347Jy sigma=1.294818 ! 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.831 mas, bmaj=7.733 mas, bpa=-12.86 degrees ! Estimated noise=1.07609 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.831 x 7.733 at -12.86 degrees (North through East) ! Clean map min=-0.0039839 max=0.07476 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.398 mas, bmaj=6.705 mas, bpa=-13.96 degrees ! Estimated noise=1.34311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0598713 Jy ! Component: 100 - total flux cleaned = 0.0729918 Jy ! Component: 150 - total flux cleaned = 0.0770131 Jy ! Component: 200 - total flux cleaned = 0.0777184 Jy ! Total flux subtracted in 200 components = 0.0777184 Jy ! Clean residual min=-0.007234 max=0.006165 Jy/beam ! Clean residual mean=-0.000021 rms=0.001883 Jy/beam ! Combined flux in latest and established models = 0.0777184 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0777184 Jy ! Inverting map and beam ! Estimated beam: bmin=2.831 mas, bmaj=7.733 mas, bpa=-12.86 degrees ! Estimated noise=1.07609 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.00316304 Jy ! Component: 100 - total flux cleaned = 0.00449821 Jy ! Component: 150 - total flux cleaned = 0.005203 Jy ! Component: 200 - total flux cleaned = 0.00532667 Jy ! Total flux subtracted in 200 components = 0.00532667 Jy ! Clean residual min=-0.004471 max=0.005062 Jy/beam ! Clean residual mean=-0.000025 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.0830451 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 36 components and 0.0830451 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.184 mas, bmaj=30.93 mas, bpa=-9.82 degrees ! Estimated noise=1.45008 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00088507 Jy ! Component: 100 - total flux cleaned = 0.00103816 Jy ! Component: 150 - total flux cleaned = 0.00106777 Jy ! Component: 200 - total flux cleaned = 0.0010962 Jy ! Total flux subtracted in 200 components = 0.0010962 Jy ! Clean residual min=-0.005351 max=0.006319 Jy/beam ! Clean residual mean=-0.000051 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.0841413 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.76016e-05 Jy ! Component: 100 - total flux cleaned = 5.44753e-05 Jy ! Component: 150 - total flux cleaned = 8.06826e-05 Jy ! Component: 200 - total flux cleaned = 0.000105638 Jy ! Total flux subtracted in 200 components = 0.000105638 Jy ! Clean residual min=-0.005321 max=0.006304 Jy/beam ! Clean residual mean=-0.000050 rms=0.001966 Jy/beam ! Combined flux in latest and established models = 0.0842469 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.0842469 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.831 mas, bmaj=7.733 mas, bpa=-12.86 degrees ! Estimated noise=1.07609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00030645 Jy ! Component: 100 - total flux cleaned = -0.000278669 Jy ! Component: 150 - total flux cleaned = -0.000258267 Jy ! Component: 200 - total flux cleaned = -0.000256905 Jy ! Total flux subtracted in 200 components = -0.000256905 Jy ! Clean residual min=-0.004339 max=0.005094 Jy/beam ! Clean residual mean=-0.000021 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.08399 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.08399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066353Jy sigma=1.294987 ! Fit after self-cal, rms=0.066360Jy sigma=1.294961 wmodel /scr/pima/bg219a_uvs/J1848-2718_S_map.mod ! Writing 55 model components to file: /scr/pima/bg219a_uvs/J1848-2718_S_map.mod wobs /scr/pima/bg219a_uvs/J1848-2718_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1848-2718_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1848-2718_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J1848-2718_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.00192592 Jy ! Component: 100 - total flux cleaned = 0.00283462 Jy ! Component: 150 - total flux cleaned = 0.00371097 Jy ! Component: 200 - total flux cleaned = 0.0042792 Jy ! Component: 250 - total flux cleaned = 0.00484277 Jy ! Component: 300 - total flux cleaned = 0.00527859 Jy ! Component: 350 - total flux cleaned = 0.00576539 Jy ! Component: 400 - total flux cleaned = 0.0062613 Jy ! Component: 450 - total flux cleaned = 0.00666165 Jy ! Component: 500 - total flux cleaned = 0.00701089 Jy ! Component: 550 - total flux cleaned = 0.00738046 Jy ! Component: 600 - total flux cleaned = 0.00770405 Jy ! Component: 650 - total flux cleaned = 0.0079235 Jy ! Component: 700 - total flux cleaned = 0.0080138 Jy ! Component: 750 - total flux cleaned = 0.00810129 Jy ! Component: 800 - total flux cleaned = 0.00815803 Jy ! Component: 850 - total flux cleaned = 0.00815757 Jy ! Component: 900 - total flux cleaned = 0.0081029 Jy ! Component: 950 - total flux cleaned = 0.00802251 Jy ! Component: 1000 - total flux cleaned = 0.00794315 Jy ! Component: 1050 - total flux cleaned = 0.00783897 Jy ! Component: 1100 - total flux cleaned = 0.00760617 Jy ! Component: 1150 - total flux cleaned = 0.00734941 Jy ! Component: 1200 - total flux cleaned = 0.00711977 Jy ! Component: 1250 - total flux cleaned = 0.00678931 Jy ! Component: 1300 - total flux cleaned = 0.0065611 Jy ! Component: 1350 - total flux cleaned = 0.00633297 Jy ! Component: 1400 - total flux cleaned = 0.00610457 Jy ! Component: 1450 - total flux cleaned = 0.00585076 Jy ! Component: 1500 - total flux cleaned = 0.00564796 Jy ! Component: 1550 - total flux cleaned = 0.00549502 Jy ! Component: 1600 - total flux cleaned = 0.00539225 Jy ! Component: 1650 - total flux cleaned = 0.00531486 Jy ! Component: 1700 - total flux cleaned = 0.0052369 Jy ! Component: 1750 - total flux cleaned = 0.00513148 Jy ! Component: 1800 - total flux cleaned = 0.00507839 Jy ! Component: 1850 - total flux cleaned = 0.00502452 Jy ! Component: 1900 - total flux cleaned = 0.00497019 Jy ! Component: 1950 - total flux cleaned = 0.00497063 Jy ! Component: 2000 - total flux cleaned = 0.00494243 Jy ! Component: 2050 - total flux cleaned = 0.00497105 Jy ! Component: 2100 - total flux cleaned = 0.00500025 Jy ! Component: 2150 - total flux cleaned = 0.00505964 Jy ! Component: 2200 - total flux cleaned = 0.00509076 Jy ! Component: 2250 - total flux cleaned = 0.00515324 Jy ! Component: 2300 - total flux cleaned = 0.00521708 Jy ! Component: 2350 - total flux cleaned = 0.0052818 Jy ! Component: 2400 - total flux cleaned = 0.00528234 Jy ! Component: 2450 - total flux cleaned = 0.00531552 Jy ! Component: 2500 - total flux cleaned = 0.00538365 Jy ! Component: 2550 - total flux cleaned = 0.00545334 Jy ! Component: 2600 - total flux cleaned = 0.00556021 Jy ! Component: 2650 - total flux cleaned = 0.00563304 Jy ! Component: 2700 - total flux cleaned = 0.00578146 Jy ! Component: 2750 - total flux cleaned = 0.00593351 Jy ! Component: 2800 - total flux cleaned = 0.00605093 Jy ! Component: 2850 - total flux cleaned = 0.00613025 Jy ! Component: 2900 - total flux cleaned = 0.00625291 Jy ! Component: 2950 - total flux cleaned = 0.00637865 Jy ! Component: 3000 - total flux cleaned = 0.00650936 Jy ! Component: 3050 - total flux cleaned = 0.00659787 Jy ! Component: 3100 - total flux cleaned = 0.00673448 Jy ! Component: 3150 - total flux cleaned = 0.00687514 Jy ! Component: 3200 - total flux cleaned = 0.0069714 Jy ! Component: 3250 - total flux cleaned = 0.00712038 Jy ! Component: 3300 - total flux cleaned = 0.00727375 Jy ! Component: 3350 - total flux cleaned = 0.00737936 Jy ! Component: 3400 - total flux cleaned = 0.00754154 Jy ! Component: 3450 - total flux cleaned = 0.00765272 Jy ! Component: 3500 - total flux cleaned = 0.00782325 Jy ! Component: 3550 - total flux cleaned = 0.00799997 Jy ! Component: 3600 - total flux cleaned = 0.00818323 Jy ! Component: 3650 - total flux cleaned = 0.00824638 Jy ! Component: 3700 - total flux cleaned = 0.00843929 Jy ! Component: 3750 - total flux cleaned = 0.00863781 Jy ! Component: 3800 - total flux cleaned = 0.00884217 Jy ! Component: 3850 - total flux cleaned = 0.00898372 Jy ! Component: 3900 - total flux cleaned = 0.00919926 Jy ! Component: 3950 - total flux cleaned = 0.00942231 Jy ! Component: 4000 - total flux cleaned = 0.00965204 Jy ! Component: 4050 - total flux cleaned = 0.00981083 Jy ! Total flux subtracted in 4096 components = 0.0100545 Jy ! Clean residual min=-0.004484 max=0.005111 Jy/beam ! Clean residual mean=0.000047 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.0940445 Jy keep ! Adding 164 model components to the UV plane model. ! The established model now contains 219 components and 0.0940445 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1848-2718_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.831 x 7.733 at -12.86 degrees (North through East) ! Clean map min=-0.011846 max=0.074455 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1848-2718_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0744553 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00152939 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.16231 6.16231 12.3246 24.6492 49.2985 98.597 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0045 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.074 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 48.683 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1848-2718_S_uvs.log closed on Wed Apr 6 23:01:58 2016