! Started logfile: /scr/pima/bg219i_uvs/J0103-1222_S_uvs.log on Wed Apr 6 22:46:35 2016 obs /scr/pima/bg219i_uvs/J0103-1222_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0103-1222_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.822222 visibilities/baseline/integration-bin. ! Found source: J0103-1222 ! ! 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 8880 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/bg219i_uvs/J0103-1222_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 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003035Jy sigma=21.064461 ! Fit after self-cal, rms=0.953449Jy sigma=20.034451 ! 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.751 mas, bmaj=8.767 mas, bpa=-13.2 degrees ! Estimated noise=0.543941 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.0377897 Jy ! Component: 100 - total flux cleaned = 0.0464561 Jy ! Total flux subtracted in 100 components = 0.0464561 Jy ! Clean residual min=-0.003764 max=0.003920 Jy/beam ! Clean residual mean=0.000007 rms=0.000996 Jy/beam ! Combined flux in latest and established models = 0.0464561 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0464561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069730Jy sigma=1.381578 ! Fit after self-cal, rms=0.067589Jy sigma=1.334732 ! 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.454 mas, bmaj=10.17 mas, bpa=-12.93 degrees ! Estimated noise=0.380513 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.00669902 Jy ! Component: 100 - total flux cleaned = 0.00987799 Jy ! Component: 150 - total flux cleaned = 0.0116356 Jy ! Component: 200 - total flux cleaned = 0.0126502 Jy ! Total flux subtracted in 200 components = 0.0126502 Jy ! Clean residual min=-0.002874 max=0.002805 Jy/beam ! Clean residual mean=0.000005 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0591063 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 34 components and 0.0591063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066953Jy sigma=1.321718 ! Fit after self-cal, rms=0.066844Jy sigma=1.320350 ! 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.454 x 10.17 at -12.93 degrees (North through East) ! Clean map min=-0.0027758 max=0.050101 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* MK 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* MK 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 0.98 FD 0.94 HN 1.02 KP 1.06 ! LA 1.07 MK 0.97 NL 0.95 OV 1.09 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.93 HN 0.89 KP 1.05 ! LA 0.91 MK 0.94 NL 1.00 OV 0.98 ! PT 1.01 SC 0.87 ! ! ! Fit before self-cal, rms=0.066844Jy sigma=1.320350 ! Fit after self-cal, rms=0.065392Jy sigma=1.319004 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.419 mas, bmaj=10.07 mas, bpa=-12.83 degrees ! Estimated noise=0.374705 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.00104532 Jy ! Component: 100 - total flux cleaned = 0.00112328 Jy ! Component: 150 - total flux cleaned = 0.0012715 Jy ! Component: 200 - total flux cleaned = 0.00142186 Jy ! Total flux subtracted in 200 components = 0.00142186 Jy ! Clean residual min=-0.002810 max=0.002680 Jy/beam ! Clean residual mean=0.000006 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.0605282 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.0605282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065345Jy sigma=1.317893 ! Fit after self-cal, rms=0.065361Jy sigma=1.317541 ! 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.065361Jy sigma=1.317541 ! Fit after self-cal, rms=0.064589Jy sigma=1.315075 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.409 mas, bmaj=9.98 mas, bpa=-12.83 degrees ! Estimated noise=0.370009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000403613 Jy ! Component: 100 - total flux cleaned = -0.000402395 Jy ! Component: 150 - total flux cleaned = -0.000424857 Jy ! Component: 200 - total flux cleaned = -0.000443636 Jy ! Total flux subtracted in 200 components = -0.000443636 Jy ! Clean residual min=-0.002429 max=0.002443 Jy/beam ! Clean residual mean=0.000008 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.0600845 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.0600845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064570Jy sigma=1.314638 ! Fit after self-cal, rms=0.064596Jy sigma=1.314261 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) ! Added new window around map position (42.5, -64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246316 Jy ! Component: 100 - total flux cleaned = 0.00392104 Jy ! Component: 150 - total flux cleaned = 0.00430325 Jy ! Component: 200 - total flux cleaned = 0.0045069 Jy ! Total flux subtracted in 200 components = 0.0045069 Jy ! Clean residual min=-0.002188 max=0.001714 Jy/beam ! Clean residual mean=0.000006 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0645914 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 68 components and 0.0645914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064501Jy sigma=1.311659 ! Fit after self-cal, rms=0.064479Jy sigma=1.311264 ! 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.064479Jy sigma=1.311264 ! Fit after self-cal, rms=0.063850Jy sigma=1.311004 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.391 mas, bmaj=9.93 mas, bpa=-12.83 degrees ! Estimated noise=0.365764 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109888 Jy ! Component: 100 - total flux cleaned = 0.00161301 Jy ! Component: 150 - total flux cleaned = 0.00178439 Jy ! Component: 200 - total flux cleaned = 0.00190408 Jy ! Total flux subtracted in 200 components = 0.00190408 Jy ! Clean residual min=-0.002097 max=0.001678 Jy/beam ! Clean residual mean=0.000006 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.0664955 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 73 components and 0.0664955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063820Jy sigma=1.310061 ! Fit after self-cal, rms=0.063825Jy sigma=1.309921 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.000429991 Jy ! Component: 100 - total flux cleaned = 0.000549752 Jy ! Component: 150 - total flux cleaned = 0.000591432 Jy ! Component: 200 - total flux cleaned = 0.000608447 Jy ! Total flux subtracted in 200 components = 0.000608447 Jy ! Clean residual min=-0.002109 max=0.001658 Jy/beam ! Clean residual mean=0.000005 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.0671039 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 82 components and 0.0671039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063815Jy sigma=1.309549 ! Fit after self-cal, rms=0.063814Jy sigma=1.309507 ! 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.063814Jy sigma=1.309507 ! Fit after self-cal, rms=0.063606Jy sigma=1.308818 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.086 mas, bmaj=14.82 mas, bpa=-4.392 degrees ! Estimated noise=0.465104 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000525021 Jy ! Component: 100 - total flux cleaned = 0.000695287 Jy ! Component: 150 - total flux cleaned = 0.000694833 Jy ! Component: 200 - total flux cleaned = 0.000695584 Jy ! Total flux subtracted in 200 components = 0.000695584 Jy ! Clean residual min=-0.002232 max=0.001761 Jy/beam ! Clean residual mean=0.000008 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.0677995 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.0677995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063605Jy sigma=1.308748 ! Fit after self-cal, rms=0.063604Jy sigma=1.308642 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.26282e-05 Jy ! Component: 100 - total flux cleaned = 5.79134e-05 Jy ! Component: 150 - total flux cleaned = 4.70909e-05 Jy ! Component: 200 - total flux cleaned = 4.7001e-05 Jy ! Total flux subtracted in 200 components = 4.7001e-05 Jy ! Clean residual min=-0.002248 max=0.001807 Jy/beam ! Clean residual mean=0.000008 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.0678465 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.0678465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063604Jy sigma=1.308606 ! Fit after self-cal, rms=0.063601Jy sigma=1.308584 ! 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.384 mas, bmaj=9.902 mas, bpa=-12.8 degrees ! Estimated noise=0.365501 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.384 x 9.902 at -12.8 degrees (North through East) ! Clean map min=-0.0020731 max=0.047483 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.692 mas, bmaj=8.579 mas, bpa=-13.19 degrees ! Estimated noise=0.51163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0366857 Jy ! Component: 100 - total flux cleaned = 0.0469784 Jy ! Component: 150 - total flux cleaned = 0.052486 Jy ! Component: 200 - total flux cleaned = 0.0562131 Jy ! Total flux subtracted in 200 components = 0.0562131 Jy ! Clean residual min=-0.003425 max=0.003111 Jy/beam ! Clean residual mean=0.000007 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.0562131 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0562131 Jy ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=9.902 mas, bpa=-12.8 degrees ! Estimated noise=0.365501 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.00383083 Jy ! Component: 100 - total flux cleaned = 0.00618689 Jy ! Component: 150 - total flux cleaned = 0.00789394 Jy ! Component: 200 - total flux cleaned = 0.00905143 Jy ! Total flux subtracted in 200 components = 0.00905143 Jy ! Clean residual min=-0.002274 max=0.001685 Jy/beam ! Clean residual mean=0.000006 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.0652646 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 51 components and 0.0652646 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.086 mas, bmaj=14.82 mas, bpa=-4.392 degrees ! Estimated noise=0.465104 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135748 Jy ! Component: 100 - total flux cleaned = 0.00197339 Jy ! Component: 150 - total flux cleaned = 0.00209558 Jy ! Component: 200 - total flux cleaned = 0.00222013 Jy ! Total flux subtracted in 200 components = 0.00222013 Jy ! Clean residual min=-0.002337 max=0.001789 Jy/beam ! Clean residual mean=0.000009 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0674847 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.14715e-05 Jy ! Component: 100 - total flux cleaned = 8.77442e-05 Jy ! Component: 150 - total flux cleaned = 0.000133816 Jy ! Component: 200 - total flux cleaned = 0.000161665 Jy ! Total flux subtracted in 200 components = 0.000161665 Jy ! Clean residual min=-0.002294 max=0.001805 Jy/beam ! Clean residual mean=0.000008 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.0676463 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 81 components and 0.0676463 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.384 mas, bmaj=9.902 mas, bpa=-12.8 degrees ! Estimated noise=0.365501 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000170677 Jy ! Component: 100 - total flux cleaned = -0.000170159 Jy ! Component: 150 - total flux cleaned = -0.000145903 Jy ! Component: 200 - total flux cleaned = -0.000102058 Jy ! Total flux subtracted in 200 components = -0.000102058 Jy ! Clean residual min=-0.002102 max=0.001632 Jy/beam ! Clean residual mean=0.000004 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0675443 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 97 components and 0.0675443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063614Jy sigma=1.308955 ! Fit after self-cal, rms=0.063601Jy sigma=1.308696 wmodel /scr/pima/bg219i_uvs/J0103-1222_S_map.mod ! Writing 97 model components to file: /scr/pima/bg219i_uvs/J0103-1222_S_map.mod wobs /scr/pima/bg219i_uvs/J0103-1222_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J0103-1222_S_uvs.fits wwins /scr/pima/bg219i_uvs/J0103-1222_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219i_uvs/J0103-1222_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.000911104 Jy ! Component: 100 - total flux cleaned = -0.00124992 Jy ! Component: 150 - total flux cleaned = -0.00150736 Jy ! Component: 200 - total flux cleaned = -0.00169463 Jy ! Component: 250 - total flux cleaned = -0.00184827 Jy ! Component: 300 - total flux cleaned = -0.00197223 Jy ! Component: 350 - total flux cleaned = -0.0020916 Jy ! Component: 400 - total flux cleaned = -0.00218348 Jy ! Component: 450 - total flux cleaned = -0.00229546 Jy ! Component: 500 - total flux cleaned = -0.0023393 Jy ! Component: 550 - total flux cleaned = -0.00244557 Jy ! Component: 600 - total flux cleaned = -0.00240375 Jy ! Component: 650 - total flux cleaned = -0.00240394 Jy ! Component: 700 - total flux cleaned = -0.00238377 Jy ! Component: 750 - total flux cleaned = -0.00236411 Jy ! Component: 800 - total flux cleaned = -0.00232627 Jy ! Component: 850 - total flux cleaned = -0.00234502 Jy ! Component: 900 - total flux cleaned = -0.00229054 Jy ! Component: 950 - total flux cleaned = -0.0023085 Jy ! Component: 1000 - total flux cleaned = -0.00227331 Jy ! Component: 1050 - total flux cleaned = -0.00225611 Jy ! Component: 1100 - total flux cleaned = -0.00223929 Jy ! Component: 1150 - total flux cleaned = -0.00217212 Jy ! Component: 1200 - total flux cleaned = -0.00210666 Jy ! Component: 1250 - total flux cleaned = -0.002123 Jy ! Component: 1300 - total flux cleaned = -0.00205917 Jy ! Component: 1350 - total flux cleaned = -0.00196486 Jy ! Component: 1400 - total flux cleaned = -0.00191853 Jy ! Component: 1450 - total flux cleaned = -0.00191842 Jy ! Component: 1500 - total flux cleaned = -0.00190313 Jy ! Component: 1550 - total flux cleaned = -0.00181317 Jy ! Component: 1600 - total flux cleaned = -0.00181275 Jy ! Component: 1650 - total flux cleaned = -0.0017836 Jy ! Component: 1700 - total flux cleaned = -0.00174035 Jy ! Component: 1750 - total flux cleaned = -0.00174014 Jy ! Component: 1800 - total flux cleaned = -0.00168361 Jy ! Component: 1850 - total flux cleaned = -0.00166969 Jy ! Component: 1900 - total flux cleaned = -0.00165588 Jy ! Component: 1950 - total flux cleaned = -0.00162843 Jy ! Component: 2000 - total flux cleaned = -0.00160136 Jy ! Component: 2050 - total flux cleaned = -0.00162802 Jy ! Component: 2100 - total flux cleaned = -0.00162804 Jy ! Component: 2150 - total flux cleaned = -0.0016672 Jy ! Component: 2200 - total flux cleaned = -0.00169297 Jy ! Component: 2250 - total flux cleaned = -0.00169291 Jy ! Component: 2300 - total flux cleaned = -0.00174397 Jy ! Component: 2350 - total flux cleaned = -0.00179438 Jy ! Component: 2400 - total flux cleaned = -0.0017945 Jy ! Component: 2450 - total flux cleaned = -0.00183179 Jy ! Component: 2500 - total flux cleaned = -0.00189333 Jy ! Component: 2550 - total flux cleaned = -0.00190563 Jy ! Component: 2600 - total flux cleaned = -0.00196597 Jy ! Component: 2650 - total flux cleaned = -0.0020019 Jy ! Component: 2700 - total flux cleaned = -0.0019901 Jy ! Component: 2750 - total flux cleaned = -0.00202543 Jy ! Component: 2800 - total flux cleaned = -0.00206036 Jy ! Component: 2850 - total flux cleaned = -0.0020836 Jy ! Component: 2900 - total flux cleaned = -0.00209507 Jy ! Component: 2950 - total flux cleaned = -0.00211782 Jy ! Component: 3000 - total flux cleaned = -0.00212931 Jy ! Component: 3050 - total flux cleaned = -0.00218524 Jy ! Component: 3100 - total flux cleaned = -0.00219634 Jy ! Component: 3150 - total flux cleaned = -0.00220738 Jy ! Component: 3200 - total flux cleaned = -0.00220724 Jy ! Component: 3250 - total flux cleaned = -0.0021639 Jy ! Component: 3300 - total flux cleaned = -0.00219646 Jy ! Component: 3350 - total flux cleaned = -0.00218571 Jy ! Component: 3400 - total flux cleaned = -0.00221762 Jy ! Component: 3450 - total flux cleaned = -0.00225975 Jy ! Component: 3500 - total flux cleaned = -0.00223876 Jy ! Component: 3550 - total flux cleaned = -0.00227001 Jy ! Component: 3600 - total flux cleaned = -0.00220786 Jy ! Component: 3650 - total flux cleaned = -0.00222849 Jy ! Component: 3700 - total flux cleaned = -0.00221842 Jy ! Component: 3750 - total flux cleaned = -0.00221827 Jy ! Component: 3800 - total flux cleaned = -0.00222836 Jy ! Component: 3850 - total flux cleaned = -0.00217828 Jy ! Component: 3900 - total flux cleaned = -0.00218827 Jy ! Component: 3950 - total flux cleaned = -0.00218833 Jy ! Component: 4000 - total flux cleaned = -0.00218828 Jy ! Component: 4050 - total flux cleaned = -0.00217857 Jy ! Total flux subtracted in 4096 components = -0.00217853 Jy ! Clean residual min=-0.000619 max=0.000516 Jy/beam ! Clean residual mean=0.000002 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0653657 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 378 components and 0.0653658 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J0103-1222_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.384 x 9.902 at -12.8 degrees (North through East) ! Clean map min=-0.001974 max=0.047053 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0103-1222_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0470532 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000184625 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.17712 1.17712 2.35425 4.7085 9.417 18.834 37.668 75.336 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.047 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 254.858 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0103-1222_S_uvs.log closed on Wed Apr 6 22:46:39 2016