! Started logfile: /scr/pima/bg219b_uvs/J0628-2805_S_uvs.log on Thu Apr 7 01:14:28 2016 obs /scr/pima/bg219b_uvs/J0628-2805_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0628-2805_S_uva.fits ! AN table 1: 28 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.762897 visibilities/baseline/integration-bin. ! Found source: J0628-2805 ! ! 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 3076 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/bg219b_uvs/J0628-2805_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 48 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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008284Jy sigma=16.916478 ! Fit after self-cal, rms=0.905892Jy sigma=15.218242 ! 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=3.12 mas, bmaj=13.16 mas, bpa=17.81 degrees ! Estimated noise=1.16515 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.0756533 Jy ! Component: 100 - total flux cleaned = 0.0921718 Jy ! Total flux subtracted in 100 components = 0.0921718 Jy ! Clean residual min=-0.006247 max=0.007577 Jy/beam ! Clean residual mean=0.000023 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.0921718 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0921718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082716Jy sigma=1.313129 ! Fit after self-cal, rms=0.082301Jy sigma=1.303030 ! 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.908 mas, bmaj=15.29 mas, bpa=16.78 degrees ! Estimated noise=0.860484 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.0054269 Jy ! Component: 100 - total flux cleaned = 0.00721653 Jy ! Component: 150 - total flux cleaned = 0.0077422 Jy ! Component: 200 - total flux cleaned = 0.00789586 Jy ! Total flux subtracted in 200 components = 0.00789586 Jy ! Clean residual min=-0.006002 max=0.006085 Jy/beam ! Clean residual mean=0.000046 rms=0.001569 Jy/beam ! Combined flux in latest and established models = 0.100068 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 39 components and 0.100068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081928Jy sigma=1.297559 ! Fit after self-cal, rms=0.081934Jy sigma=1.297406 ! 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.908 x 15.29 at 16.78 degrees (North through East) ! Clean map min=-0.005887 max=0.097848 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* FD 1.00* HN 1.00* KP 1.00* ! LA 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* FD 1.00* HN 1.00* KP 1.00* ! LA 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.04 FD 0.86 HN 1.09 KP 0.98 ! LA 0.92 NL 0.99 OV 0.88 PT 1.20 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.081934Jy sigma=1.297406 ! Fit after self-cal, rms=0.081274Jy sigma=1.292650 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=15.35 mas, bpa=16.8 degrees ! Estimated noise=0.852737 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.00121822 Jy ! Component: 100 - total flux cleaned = -0.00129764 Jy ! Component: 150 - total flux cleaned = -0.00136706 Jy ! Component: 200 - total flux cleaned = -0.00139807 Jy ! Total flux subtracted in 200 components = -0.00139807 Jy ! Clean residual min=-0.005439 max=0.005103 Jy/beam ! Clean residual mean=0.000038 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.0986696 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 52 components and 0.0986696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081233Jy sigma=1.292009 ! Fit after self-cal, rms=0.081271Jy sigma=1.291685 ! 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.081271Jy sigma=1.291685 ! Fit after self-cal, rms=0.079973Jy sigma=1.285871 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.92 mas, bmaj=15.36 mas, bpa=16.82 degrees ! Estimated noise=0.839982 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00146509 Jy ! Component: 100 - total flux cleaned = -0.00170708 Jy ! Component: 150 - total flux cleaned = -0.00178615 Jy ! Component: 200 - total flux cleaned = -0.00178497 Jy ! Total flux subtracted in 200 components = -0.00178497 Jy ! Clean residual min=-0.005295 max=0.004569 Jy/beam ! Clean residual mean=0.000029 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.0968846 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.0968846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079946Jy sigma=1.285280 ! Fit after self-cal, rms=0.079976Jy sigma=1.284999 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.000167137 Jy ! Component: 100 - total flux cleaned = -0.000168556 Jy ! Component: 150 - total flux cleaned = -0.000146342 Jy ! Component: 200 - total flux cleaned = -0.000168156 Jy ! Total flux subtracted in 200 components = -0.000168156 Jy ! Clean residual min=-0.005356 max=0.004586 Jy/beam ! Clean residual mean=0.000029 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.0967165 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 70 components and 0.0967165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079961Jy sigma=1.284811 ! Fit after self-cal, rms=0.079963Jy sigma=1.284792 ! 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.079963Jy sigma=1.284792 ! Fit after self-cal, rms=0.079730Jy sigma=1.284579 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.926 mas, bmaj=15.36 mas, bpa=16.82 degrees ! Estimated noise=0.836347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000663087 Jy ! Component: 100 - total flux cleaned = -0.000753231 Jy ! Component: 150 - total flux cleaned = -0.000773033 Jy ! Component: 200 - total flux cleaned = -0.00079124 Jy ! Total flux subtracted in 200 components = -0.00079124 Jy ! Clean residual min=-0.005277 max=0.004495 Jy/beam ! Clean residual mean=0.000028 rms=0.001212 Jy/beam ! Combined flux in latest and established models = 0.0959252 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.0959252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079719Jy sigma=1.284372 ! Fit after self-cal, rms=0.079724Jy sigma=1.284350 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.61608e-05 Jy ! Component: 100 - total flux cleaned = -4.7044e-05 Jy ! Component: 150 - total flux cleaned = -4.71209e-05 Jy ! Component: 200 - total flux cleaned = -4.72357e-05 Jy ! Total flux subtracted in 200 components = -4.72357e-05 Jy ! Clean residual min=-0.005294 max=0.004495 Jy/beam ! Clean residual mean=0.000028 rms=0.001211 Jy/beam ! Combined flux in latest and established models = 0.095878 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.095878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079715Jy sigma=1.284244 ! Fit after self-cal, rms=0.079718Jy sigma=1.284233 ! 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.079718Jy sigma=1.284233 ! Fit after self-cal, rms=0.079606Jy sigma=1.284220 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.563 mas, bmaj=23.31 mas, bpa=5.365 degrees ! Estimated noise=0.944284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000113771 Jy ! Component: 100 - total flux cleaned = -0.000130364 Jy ! Component: 150 - total flux cleaned = -0.000159646 Jy ! Component: 200 - total flux cleaned = -0.00018345 Jy ! Total flux subtracted in 200 components = -0.00018345 Jy ! Clean residual min=-0.005235 max=0.004763 Jy/beam ! Clean residual mean=0.000046 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 0.0956945 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 80 components and 0.0956945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079601Jy sigma=1.284237 ! Fit after self-cal, rms=0.079607Jy sigma=1.284204 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.05412e-05 Jy ! Component: 100 - total flux cleaned = -3.08189e-05 Jy ! Component: 150 - total flux cleaned = -1.92696e-05 Jy ! Component: 200 - total flux cleaned = -2.10905e-05 Jy ! Total flux subtracted in 200 components = -2.10905e-05 Jy ! Clean residual min=-0.005226 max=0.004759 Jy/beam ! Clean residual mean=0.000046 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.0956735 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 84 components and 0.0956735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079605Jy sigma=1.284238 ! Fit after self-cal, rms=0.079609Jy sigma=1.284219 ! 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.928 mas, bmaj=15.36 mas, bpa=16.81 degrees ! Estimated noise=0.835029 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.928 x 15.36 at 16.81 degrees (North through East) ! Clean map min=-0.005103 max=0.096869 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=3.122 mas, bmaj=13.21 mas, bpa=17.9 degrees ! Estimated noise=1.13598 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0737011 Jy ! Component: 100 - total flux cleaned = 0.0898105 Jy ! Component: 150 - total flux cleaned = 0.092513 Jy ! Component: 200 - total flux cleaned = 0.093281 Jy ! Total flux subtracted in 200 components = 0.093281 Jy ! Clean residual min=-0.005644 max=0.006664 Jy/beam ! Clean residual mean=0.000018 rms=0.001568 Jy/beam ! Combined flux in latest and established models = 0.093281 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.093281 Jy ! Inverting map and beam ! Estimated beam: bmin=3.928 mas, bmaj=15.36 mas, bpa=16.81 degrees ! Estimated noise=0.835029 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.00217858 Jy ! Component: 100 - total flux cleaned = 0.00266165 Jy ! Component: 150 - total flux cleaned = 0.0028247 Jy ! Component: 200 - total flux cleaned = 0.00295814 Jy ! Total flux subtracted in 200 components = 0.00295814 Jy ! Clean residual min=-0.004973 max=0.004459 Jy/beam ! Clean residual mean=0.000029 rms=0.001227 Jy/beam ! Combined flux in latest and established models = 0.0962392 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.0962392 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=8.563 mas, bmaj=23.31 mas, bpa=5.365 degrees ! Estimated noise=0.944284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000235749 Jy ! Component: 100 - total flux cleaned = 0.000238638 Jy ! Component: 150 - total flux cleaned = 0.000213246 Jy ! Component: 200 - total flux cleaned = 0.000167782 Jy ! Total flux subtracted in 200 components = 0.000167782 Jy ! Clean residual min=-0.005156 max=0.004756 Jy/beam ! Clean residual mean=0.000048 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.0964069 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 = -1.84904e-05 Jy ! Component: 100 - total flux cleaned = -5.5939e-05 Jy ! Component: 150 - total flux cleaned = -9.24665e-05 Jy ! Component: 200 - total flux cleaned = -0.000145215 Jy ! Total flux subtracted in 200 components = -0.000145215 Jy ! Clean residual min=-0.005175 max=0.004687 Jy/beam ! Clean residual mean=0.000048 rms=0.001445 Jy/beam ! Combined flux in latest and established models = 0.0962617 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.0962617 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.928 mas, bmaj=15.36 mas, bpa=16.81 degrees ! Estimated noise=0.835029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000156507 Jy ! Component: 100 - total flux cleaned = -8.41436e-05 Jy ! Component: 150 - total flux cleaned = -8.31885e-05 Jy ! Component: 200 - total flux cleaned = -8.29065e-05 Jy ! Total flux subtracted in 200 components = -8.29065e-05 Jy ! Clean residual min=-0.005135 max=0.004453 Jy/beam ! Clean residual mean=0.000029 rms=0.001214 Jy/beam ! Combined flux in latest and established models = 0.0961788 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.0961788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079634Jy sigma=1.284628 ! Fit after self-cal, rms=0.079636Jy sigma=1.284578 wmodel /scr/pima/bg219b_uvs/J0628-2805_S_map.mod ! Writing 72 model components to file: /scr/pima/bg219b_uvs/J0628-2805_S_map.mod wobs /scr/pima/bg219b_uvs/J0628-2805_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0628-2805_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0628-2805_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J0628-2805_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.00117432 Jy ! Component: 100 - total flux cleaned = -0.00140771 Jy ! Component: 150 - total flux cleaned = -0.00140635 Jy ! Component: 200 - total flux cleaned = -0.0016097 Jy ! Component: 250 - total flux cleaned = -0.00186748 Jy ! Component: 300 - total flux cleaned = -0.00186773 Jy ! Component: 350 - total flux cleaned = -0.00216597 Jy ! Component: 400 - total flux cleaned = -0.00222342 Jy ! Component: 450 - total flux cleaned = -0.00239034 Jy ! Component: 500 - total flux cleaned = -0.00265873 Jy ! Component: 550 - total flux cleaned = -0.00286688 Jy ! Component: 600 - total flux cleaned = -0.0031202 Jy ! Component: 650 - total flux cleaned = -0.00336581 Jy ! Component: 700 - total flux cleaned = -0.00355772 Jy ! Component: 750 - total flux cleaned = -0.00369719 Jy ! Component: 800 - total flux cleaned = -0.00369749 Jy ! Component: 850 - total flux cleaned = -0.00383056 Jy ! Component: 900 - total flux cleaned = -0.00395925 Jy ! Component: 950 - total flux cleaned = -0.00408615 Jy ! Component: 1000 - total flux cleaned = -0.00433429 Jy ! Component: 1050 - total flux cleaned = -0.00441378 Jy ! Component: 1100 - total flux cleaned = -0.00437405 Jy ! Component: 1150 - total flux cleaned = -0.00453102 Jy ! Component: 1200 - total flux cleaned = -0.00468405 Jy ! Component: 1250 - total flux cleaned = -0.00475925 Jy ! Component: 1300 - total flux cleaned = -0.00494359 Jy ! Component: 1350 - total flux cleaned = -0.00505201 Jy ! Component: 1400 - total flux cleaned = -0.00515954 Jy ! Component: 1450 - total flux cleaned = -0.00526486 Jy ! Component: 1500 - total flux cleaned = -0.00547251 Jy ! Component: 1550 - total flux cleaned = -0.00557458 Jy ! Component: 1600 - total flux cleaned = -0.00564213 Jy ! Component: 1650 - total flux cleaned = -0.005807 Jy ! Component: 1700 - total flux cleaned = -0.00587129 Jy ! Component: 1750 - total flux cleaned = -0.00590296 Jy ! Component: 1800 - total flux cleaned = -0.00593451 Jy ! Component: 1850 - total flux cleaned = -0.00593448 Jy ! Component: 1900 - total flux cleaned = -0.00605826 Jy ! Component: 1950 - total flux cleaned = -0.00605789 Jy ! Component: 2000 - total flux cleaned = -0.00608774 Jy ! Component: 2050 - total flux cleaned = -0.0062064 Jy ! Component: 2100 - total flux cleaned = -0.00611839 Jy ! Component: 2150 - total flux cleaned = -0.00617536 Jy ! Component: 2200 - total flux cleaned = -0.00614678 Jy ! Component: 2250 - total flux cleaned = -0.00620343 Jy ! Component: 2300 - total flux cleaned = -0.00614826 Jy ! Component: 2350 - total flux cleaned = -0.00625891 Jy ! Component: 2400 - total flux cleaned = -0.006259 Jy ! Component: 2450 - total flux cleaned = -0.00623186 Jy ! Component: 2500 - total flux cleaned = -0.00623217 Jy ! Component: 2550 - total flux cleaned = -0.00628497 Jy ! Component: 2600 - total flux cleaned = -0.0062331 Jy ! Component: 2650 - total flux cleaned = -0.00623323 Jy ! Component: 2700 - total flux cleaned = -0.00628455 Jy ! Component: 2750 - total flux cleaned = -0.00623363 Jy ! Component: 2800 - total flux cleaned = -0.00628396 Jy ! Component: 2850 - total flux cleaned = -0.00628376 Jy ! Component: 2900 - total flux cleaned = -0.00623463 Jy ! Component: 2950 - total flux cleaned = -0.00621052 Jy ! Component: 3000 - total flux cleaned = -0.00621069 Jy ! Component: 3050 - total flux cleaned = -0.00625842 Jy ! Component: 3100 - total flux cleaned = -0.00623449 Jy ! Component: 3150 - total flux cleaned = -0.00618712 Jy ! Component: 3200 - total flux cleaned = -0.00616377 Jy ! Component: 3250 - total flux cleaned = -0.00611724 Jy ! Component: 3300 - total flux cleaned = -0.00611727 Jy ! Component: 3350 - total flux cleaned = -0.00611762 Jy ! Component: 3400 - total flux cleaned = -0.00625325 Jy ! Component: 3450 - total flux cleaned = -0.00625313 Jy ! Component: 3500 - total flux cleaned = -0.00632009 Jy ! Component: 3550 - total flux cleaned = -0.00627592 Jy ! Component: 3600 - total flux cleaned = -0.00634208 Jy ! Component: 3650 - total flux cleaned = -0.00642919 Jy ! Component: 3700 - total flux cleaned = -0.00647225 Jy ! Component: 3750 - total flux cleaned = -0.00645104 Jy ! Component: 3800 - total flux cleaned = -0.0065367 Jy ! Component: 3850 - total flux cleaned = -0.00662116 Jy ! Component: 3900 - total flux cleaned = -0.00666323 Jy ! Component: 3950 - total flux cleaned = -0.00676735 Jy ! Component: 4000 - total flux cleaned = -0.00670521 Jy ! Component: 4050 - total flux cleaned = -0.0066643 Jy ! Total flux subtracted in 4096 components = -0.00672552 Jy ! Clean residual min=-0.001119 max=0.001172 Jy/beam ! Clean residual mean=0.000016 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0894533 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 370 components and 0.0894533 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0628-2805_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.928 x 15.36 at 16.81 degrees (North through East) ! Clean map min=-0.0036391 max=0.095382 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0628-2805_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.095382 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00040019 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.2587 1.2587 2.51739 5.03479 10.0696 20.1391 40.2783 80.5566 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 238.341 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0628-2805_S_uvs.log closed on Thu Apr 7 01:14:33 2016