! Started logfile: /scr/pima/rv102_uvs/J0915-3029_S_uvs.log on Sat Feb 27 22:24:37 2016 obs /scr/pima/rv102_uvs/J0915-3029_S_uva.fits ! Reading UV FITS file: /scr/pima/rv102_uvs/J0915-3029_S_uva.fits ! AN table 1: 44 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.767857 visibilities/baseline/integration-bin. ! Found source: J0915-3029 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 139 lines of history. ! ! Reading 3784 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/rv102_uvs/J0915-3029_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 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004863Jy sigma=12.159113 ! Fit after self-cal, rms=0.958451Jy sigma=11.632731 ! 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.212 mas, bmaj=6.858 mas, bpa=-9.745 degrees ! Estimated noise=1.64314 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.033392 Jy ! Component: 100 - total flux cleaned = 0.0407127 Jy ! Total flux subtracted in 100 components = 0.0407127 Jy ! Clean residual min=-0.005765 max=0.006058 Jy/beam ! Clean residual mean=-0.000010 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.0407127 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0407127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076022Jy sigma=0.763743 ! Fit after self-cal, rms=0.074709Jy sigma=0.745152 ! 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.701 mas, bmaj=8.064 mas, bpa=-8.575 degrees ! Estimated noise=1.01776 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.00362967 Jy ! Component: 100 - total flux cleaned = 0.00363476 Jy ! Component: 150 - total flux cleaned = 0.00345903 Jy ! Component: 200 - total flux cleaned = 0.00336675 Jy ! Total flux subtracted in 200 components = 0.00336675 Jy ! Clean residual min=-0.003795 max=0.003431 Jy/beam ! Clean residual mean=-0.000008 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.0440794 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.0440794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074366Jy sigma=0.743136 ! Fit after self-cal, rms=0.074214Jy sigma=0.742643 ! 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.701 x 8.064 at -8.575 degrees (North through East) ! Clean map min=-0.0034652 max=0.045257 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: ! FD 0.97 HN 1.00 KP 0.98 LA 1.13 ! MK 0.87 OV 1.08 PT 0.91 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.074214Jy sigma=0.742643 ! Fit after self-cal, rms=0.072483Jy sigma=0.742127 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.684 mas, bmaj=8.036 mas, bpa=-8.7 degrees ! Estimated noise=1.00891 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.000135546 Jy ! Component: 100 - total flux cleaned = -8.213e-05 Jy ! Component: 150 - total flux cleaned = -0.000223658 Jy ! Component: 200 - total flux cleaned = -0.000256282 Jy ! Total flux subtracted in 200 components = -0.000256282 Jy ! Clean residual min=-0.003565 max=0.003525 Jy/beam ! Clean residual mean=-0.000008 rms=0.000953 Jy/beam ! Combined flux in latest and established models = 0.0438231 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 19 components and 0.0438231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072421Jy sigma=0.741689 ! Fit after self-cal, rms=0.072324Jy sigma=0.741386 ! 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.072324Jy sigma=0.741386 ! Fit after self-cal, rms=0.072324Jy sigma=0.741386 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.684 mas, bmaj=8.036 mas, bpa=-8.7 degrees ! Estimated noise=1.00891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.20432e-05 Jy ! Component: 100 - total flux cleaned = -0.000123812 Jy ! Component: 150 - total flux cleaned = -0.000186294 Jy ! Component: 200 - total flux cleaned = -0.000187751 Jy ! Total flux subtracted in 200 components = -0.000187751 Jy ! Clean residual min=-0.003456 max=0.003517 Jy/beam ! Clean residual mean=-0.000008 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.0436354 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.0436354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072277Jy sigma=0.741103 ! Fit after self-cal, rms=0.072104Jy sigma=0.740142 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.000179001 Jy ! Component: 100 - total flux cleaned = 0.000112607 Jy ! Component: 150 - total flux cleaned = 5.33225e-05 Jy ! Component: 200 - total flux cleaned = 5.32661e-05 Jy ! Total flux subtracted in 200 components = 5.32661e-05 Jy ! Clean residual min=-0.003510 max=0.003701 Jy/beam ! Clean residual mean=-0.000007 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.0436886 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.0436886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072062Jy sigma=0.739890 ! Fit after self-cal, rms=0.071996Jy sigma=0.739783 ! 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.071996Jy sigma=0.739783 ! Fit after self-cal, rms=0.071996Jy sigma=0.739783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.684 mas, bmaj=8.036 mas, bpa=-8.7 degrees ! Estimated noise=1.00891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.2611e-05 Jy ! Component: 100 - total flux cleaned = 2.46981e-05 Jy ! Component: 150 - total flux cleaned = -5.04143e-05 Jy ! Component: 200 - total flux cleaned = -4.99542e-05 Jy ! Total flux subtracted in 200 components = -4.99542e-05 Jy ! Clean residual min=-0.003412 max=0.003712 Jy/beam ! Clean residual mean=-0.000007 rms=0.000979 Jy/beam ! Combined flux in latest and established models = 0.0436387 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.0436387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071963Jy sigma=0.739583 ! Fit after self-cal, rms=0.071923Jy sigma=0.739404 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.29168e-06 Jy ! Component: 100 - total flux cleaned = 7.42282e-06 Jy ! Component: 150 - total flux cleaned = -1.61714e-05 Jy ! Component: 200 - total flux cleaned = -1.5439e-05 Jy ! Total flux subtracted in 200 components = -1.5439e-05 Jy ! Clean residual min=-0.003334 max=0.003664 Jy/beam ! Clean residual mean=-0.000007 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.0436233 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.0436233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071894Jy sigma=0.739225 ! Fit after self-cal, rms=0.071833Jy sigma=0.739076 ! 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.071833Jy sigma=0.739076 ! Fit after self-cal, rms=0.072093Jy sigma=0.738850 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.513 mas, bmaj=19.81 mas, bpa=-1.221 degrees ! Estimated noise=1.32898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000392816 Jy ! Component: 100 - total flux cleaned = -0.000393244 Jy ! Component: 150 - total flux cleaned = -0.000389691 Jy ! Component: 200 - total flux cleaned = -0.000368402 Jy ! Total flux subtracted in 200 components = -0.000368402 Jy ! Clean residual min=-0.004395 max=0.004466 Jy/beam ! Clean residual mean=-0.000013 rms=0.001499 Jy/beam ! Combined flux in latest and established models = 0.0432549 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 33 components and 0.0432548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072098Jy sigma=0.738871 ! Fit after self-cal, rms=0.072086Jy sigma=0.738633 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.000156432 Jy ! Component: 100 - total flux cleaned = -0.00015588 Jy ! Component: 150 - total flux cleaned = -0.000150718 Jy ! Component: 200 - total flux cleaned = -0.00014975 Jy ! Total flux subtracted in 200 components = -0.00014975 Jy ! Clean residual min=-0.004330 max=0.004435 Jy/beam ! Clean residual mean=-0.000013 rms=0.001518 Jy/beam ! Combined flux in latest and established models = 0.0431051 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 35 components and 0.0431051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072104Jy sigma=0.738811 ! Fit after self-cal, rms=0.072115Jy sigma=0.738658 ! 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.688 mas, bmaj=8.051 mas, bpa=-8.677 degrees ! Estimated noise=1.00839 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.688 x 8.051 at -8.677 degrees (North through East) ! Clean map min=-0.0045991 max=0.044546 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.202 mas, bmaj=6.864 mas, bpa=-9.879 degrees ! Estimated noise=1.61958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0357476 Jy ! Component: 100 - total flux cleaned = 0.0442426 Jy ! Component: 150 - total flux cleaned = 0.0444855 Jy ! Component: 200 - total flux cleaned = 0.0443483 Jy ! Total flux subtracted in 200 components = 0.0443483 Jy ! Clean residual min=-0.005461 max=0.005661 Jy/beam ! Clean residual mean=-0.000008 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.0443483 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0443483 Jy ! Inverting map and beam ! Estimated beam: bmin=2.688 mas, bmaj=8.051 mas, bpa=-8.677 degrees ! Estimated noise=1.00839 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.00105591 Jy ! Component: 100 - total flux cleaned = -0.00114452 Jy ! Component: 150 - total flux cleaned = -0.00127962 Jy ! Component: 200 - total flux cleaned = -0.0012778 Jy ! Total flux subtracted in 200 components = -0.0012778 Jy ! Clean residual min=-0.003804 max=0.003926 Jy/beam ! Clean residual mean=-0.000007 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.0430705 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 19 components and 0.0430705 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.513 mas, bmaj=19.81 mas, bpa=-1.221 degrees ! Estimated noise=1.32898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129572 Jy ! Component: 100 - total flux cleaned = 0.000129809 Jy ! Component: 150 - total flux cleaned = 0.000130921 Jy ! Component: 200 - total flux cleaned = 0.000131858 Jy ! Total flux subtracted in 200 components = 0.000131858 Jy ! Clean residual min=-0.004386 max=0.004912 Jy/beam ! Clean residual mean=-0.000014 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.0432024 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 = -7.55832e-07 Jy ! Component: 100 - total flux cleaned = -5.88005e-06 Jy ! Component: 150 - total flux cleaned = -3.54288e-05 Jy ! Component: 200 - total flux cleaned = -3.79102e-05 Jy ! Total flux subtracted in 200 components = -3.79102e-05 Jy ! Clean residual min=-0.004400 max=0.004712 Jy/beam ! Clean residual mean=-0.000014 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.0431644 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.0431644 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.688 mas, bmaj=8.051 mas, bpa=-8.677 degrees ! Estimated noise=1.00839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.06149e-05 Jy ! Component: 100 - total flux cleaned = 4.81534e-05 Jy ! Component: 150 - total flux cleaned = 0.00015681 Jy ! Component: 200 - total flux cleaned = 0.000216646 Jy ! Total flux subtracted in 200 components = 0.000216646 Jy ! Clean residual min=-0.003574 max=0.003657 Jy/beam ! Clean residual mean=-0.000007 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.0433811 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.0433811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072126Jy sigma=0.738688 ! Fit after self-cal, rms=0.072109Jy sigma=0.738441 wmodel /scr/pima/rv102_uvs/J0915-3029_S_map.mod ! Writing 36 model components to file: /scr/pima/rv102_uvs/J0915-3029_S_map.mod wobs /scr/pima/rv102_uvs/J0915-3029_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv102_uvs/J0915-3029_S_uvs.fits wwins /scr/pima/rv102_uvs/J0915-3029_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rv102_uvs/J0915-3029_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.000733059 Jy ! Component: 100 - total flux cleaned = 0.00136267 Jy ! Component: 150 - total flux cleaned = 0.00189004 Jy ! Component: 200 - total flux cleaned = 0.00205918 Jy ! Component: 250 - total flux cleaned = 0.00200734 Jy ! Component: 300 - total flux cleaned = 0.0020074 Jy ! Component: 350 - total flux cleaned = 0.00180702 Jy ! Component: 400 - total flux cleaned = 0.00141571 Jy ! Component: 450 - total flux cleaned = 0.00117979 Jy ! Component: 500 - total flux cleaned = 0.000903325 Jy ! Component: 550 - total flux cleaned = 0.000636631 Jy ! Component: 600 - total flux cleaned = 0.000332032 Jy ! Component: 650 - total flux cleaned = 3.42924e-05 Jy ! Component: 700 - total flux cleaned = -0.000339047 Jy ! Component: 750 - total flux cleaned = -0.000623605 Jy ! Component: 800 - total flux cleaned = -0.00105961 Jy ! Component: 850 - total flux cleaned = -0.00133142 Jy ! Component: 900 - total flux cleaned = -0.00163746 Jy ! Component: 950 - total flux cleaned = -0.00197536 Jy ! Component: 1000 - total flux cleaned = -0.00212269 Jy ! Component: 1050 - total flux cleaned = -0.00208681 Jy ! Component: 1100 - total flux cleaned = -0.00230181 Jy ! Component: 1150 - total flux cleaned = -0.00240728 Jy ! Component: 1200 - total flux cleaned = -0.00254607 Jy ! Component: 1250 - total flux cleaned = -0.00281841 Jy ! Component: 1300 - total flux cleaned = -0.00288446 Jy ! Component: 1350 - total flux cleaned = -0.00314917 Jy ! Component: 1400 - total flux cleaned = -0.00328011 Jy ! Component: 1450 - total flux cleaned = -0.00347356 Jy ! Component: 1500 - total flux cleaned = -0.00363333 Jy ! Component: 1550 - total flux cleaned = -0.0037282 Jy ! Component: 1600 - total flux cleaned = -0.00394644 Jy ! Component: 1650 - total flux cleaned = -0.00406967 Jy ! Component: 1700 - total flux cleaned = -0.00422209 Jy ! Component: 1750 - total flux cleaned = -0.00434246 Jy ! Component: 1800 - total flux cleaned = -0.00446148 Jy ! Component: 1850 - total flux cleaned = -0.00452039 Jy ! Component: 1900 - total flux cleaned = -0.00449148 Jy ! Component: 1950 - total flux cleaned = -0.00457822 Jy ! Component: 2000 - total flux cleaned = -0.0046068 Jy ! Component: 2050 - total flux cleaned = -0.00460684 Jy ! Component: 2100 - total flux cleaned = -0.00460681 Jy ! Component: 2150 - total flux cleaned = -0.00468984 Jy ! Component: 2200 - total flux cleaned = -0.0046078 Jy ! Component: 2250 - total flux cleaned = -0.00463503 Jy ! Component: 2300 - total flux cleaned = -0.00463488 Jy ! Component: 2350 - total flux cleaned = -0.00460835 Jy ! Component: 2400 - total flux cleaned = -0.00468737 Jy ! Component: 2450 - total flux cleaned = -0.00460912 Jy ! Component: 2500 - total flux cleaned = -0.00466107 Jy ! Component: 2550 - total flux cleaned = -0.00460987 Jy ! Component: 2600 - total flux cleaned = -0.00463556 Jy ! Component: 2650 - total flux cleaned = -0.00461033 Jy ! Component: 2700 - total flux cleaned = -0.00453519 Jy ! Component: 2750 - total flux cleaned = -0.00446109 Jy ! Component: 2800 - total flux cleaned = -0.00443672 Jy ! Component: 2850 - total flux cleaned = -0.00438809 Jy ! Component: 2900 - total flux cleaned = -0.00433968 Jy ! Component: 2950 - total flux cleaned = -0.00433964 Jy ! Component: 3000 - total flux cleaned = -0.00426816 Jy ! Component: 3050 - total flux cleaned = -0.00424445 Jy ! Component: 3100 - total flux cleaned = -0.00408124 Jy ! Component: 3150 - total flux cleaned = -0.00410449 Jy ! Component: 3200 - total flux cleaned = -0.00405842 Jy ! Component: 3250 - total flux cleaned = -0.00405838 Jy ! Component: 3300 - total flux cleaned = -0.00405799 Jy ! Component: 3350 - total flux cleaned = -0.00396777 Jy ! Component: 3400 - total flux cleaned = -0.00387863 Jy ! Component: 3450 - total flux cleaned = -0.00392303 Jy ! Component: 3500 - total flux cleaned = -0.0038134 Jy ! Component: 3550 - total flux cleaned = -0.00381346 Jy ! Component: 3600 - total flux cleaned = -0.00372687 Jy ! Component: 3650 - total flux cleaned = -0.00368392 Jy ! Component: 3700 - total flux cleaned = -0.00372646 Jy ! Component: 3750 - total flux cleaned = -0.00353571 Jy ! Component: 3800 - total flux cleaned = -0.0034938 Jy ! Component: 3850 - total flux cleaned = -0.00345211 Jy ! Component: 3900 - total flux cleaned = -0.00336912 Jy ! Component: 3950 - total flux cleaned = -0.00334835 Jy ! Component: 4000 - total flux cleaned = -0.00322531 Jy ! Component: 4050 - total flux cleaned = -0.00314402 Jy ! Total flux subtracted in 4096 components = -0.00308337 Jy ! Clean residual min=-0.001178 max=0.001552 Jy/beam ! Clean residual mean=-0.000002 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0402977 Jy keep ! Adding 226 model components to the UV plane model. ! The established model now contains 262 components and 0.0402977 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv102_uvs/J0915-3029_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.688 x 8.051 at -8.677 degrees (North through East) ! Clean map min=-0.0053196 max=0.043247 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv102_uvs/J0915-3029_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0432471 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000342407 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.37523 2.37523 4.75047 9.50094 19.0019 38.0038 76.0075 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.043 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 126.303 quit ! Quitting program ! Log file /scr/pima/rv102_uvs/J0915-3029_S_uvs.log closed on Sat Feb 27 22:24:41 2016