! Started logfile: /scr/pima/bg219e_uvs/J1135-3056_S_uvs.log on Thu Apr 7 06:42:59 2016 obs /scr/pima/bg219e_uvs/J1135-3056_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1135-3056_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.728962 visibilities/baseline/integration-bin. ! Found source: J1135-3056 ! ! 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 8004 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/bg219e_uvs/J1135-3056_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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008967Jy sigma=15.823675 ! Fit after self-cal, rms=0.919176Jy sigma=14.374631 ! 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.656 mas, bmaj=7.872 mas, bpa=1.118 degrees ! Estimated noise=0.888788 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.0653555 Jy ! Component: 100 - total flux cleaned = 0.0800194 Jy ! Total flux subtracted in 100 components = 0.0800194 Jy ! Clean residual min=-0.005783 max=0.005141 Jy/beam ! Clean residual mean=-0.000000 rms=0.001361 Jy/beam ! Combined flux in latest and established models = 0.0800194 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0800194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092375Jy sigma=1.349770 ! Fit after self-cal, rms=0.090958Jy sigma=1.327164 ! 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.295 mas, bmaj=10 mas, bpa=0.746 degrees ! Estimated noise=0.545198 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.00815379 Jy ! Component: 100 - total flux cleaned = 0.0116271 Jy ! Component: 150 - total flux cleaned = 0.0133829 Jy ! Component: 200 - total flux cleaned = 0.0143057 Jy ! Total flux subtracted in 200 components = 0.0143057 Jy ! Clean residual min=-0.002769 max=0.002970 Jy/beam ! Clean residual mean=-0.000004 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.0943251 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 39 components and 0.0943251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090390Jy sigma=1.315253 ! Fit after self-cal, rms=0.090394Jy sigma=1.314615 ! 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.295 x 10 at 0.746 degrees (North through East) ! Clean map min=-0.0028127 max=0.084852 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.02 FD 0.96 HN 1.11 KP 1.01 ! LA 0.98 MK 1.01 NL 1.07 OV 1.00 ! PT 0.94 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.92 HN 1.10 KP 0.99 ! LA 0.96 MK 1.11 NL 1.06 OV 0.99 ! PT 1.02 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 1.00 KP 1.00 ! LA 0.92 MK 0.98 NL 1.10 OV 0.97 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.97 HN 1.05 KP 1.02 ! LA 1.02 MK 0.90 NL 0.96 OV 0.96 ! PT 1.00 SC 1.05 ! ! ! Fit before self-cal, rms=0.090394Jy sigma=1.314615 ! Fit after self-cal, rms=0.092079Jy sigma=1.311893 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=9.981 mas, bpa=0.8519 degrees ! Estimated noise=0.544705 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.000295733 Jy ! Component: 100 - total flux cleaned = 0.000277272 Jy ! Component: 150 - total flux cleaned = 0.000243702 Jy ! Component: 200 - total flux cleaned = 0.000213932 Jy ! Total flux subtracted in 200 components = 0.000213932 Jy ! Clean residual min=-0.002785 max=0.002681 Jy/beam ! Clean residual mean=-0.000000 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.0945391 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.0945391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092071Jy sigma=1.311733 ! Fit after self-cal, rms=0.092159Jy sigma=1.311507 ! 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.092159Jy sigma=1.311507 ! Fit after self-cal, rms=0.092581Jy sigma=1.310528 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.283 mas, bmaj=9.975 mas, bpa=0.6933 degrees ! Estimated noise=0.543361 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255676 Jy ! Component: 100 - total flux cleaned = 0.000293159 Jy ! Component: 150 - total flux cleaned = 0.000309704 Jy ! Component: 200 - total flux cleaned = 0.000324191 Jy ! Total flux subtracted in 200 components = 0.000324191 Jy ! Clean residual min=-0.002819 max=0.002648 Jy/beam ! Clean residual mean=-0.000006 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0948633 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.0948632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092574Jy sigma=1.310432 ! Fit after self-cal, rms=0.092640Jy sigma=1.310252 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 = -1.85655e-05 Jy ! Component: 100 - total flux cleaned = -3.20225e-06 Jy ! Component: 150 - total flux cleaned = 1.07486e-05 Jy ! Component: 200 - total flux cleaned = 2.41916e-05 Jy ! Total flux subtracted in 200 components = 2.41916e-05 Jy ! Clean residual min=-0.002746 max=0.002662 Jy/beam ! Clean residual mean=-0.000006 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0948874 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 58 components and 0.0948874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092636Jy sigma=1.310192 ! Fit after self-cal, rms=0.092637Jy sigma=1.310188 ! 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.092637Jy sigma=1.310188 ! Fit after self-cal, rms=0.092580Jy sigma=1.309610 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.28 mas, bmaj=9.969 mas, bpa=0.5826 degrees ! Estimated noise=0.54085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114729 Jy ! Component: 100 - total flux cleaned = -0.000114972 Jy ! Component: 150 - total flux cleaned = -0.000100094 Jy ! Component: 200 - total flux cleaned = -8.63425e-05 Jy ! Total flux subtracted in 200 components = -8.63425e-05 Jy ! Clean residual min=-0.002633 max=0.002534 Jy/beam ! Clean residual mean=-0.000007 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0948011 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 66 components and 0.0948011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092574Jy sigma=1.309528 ! Fit after self-cal, rms=0.092598Jy sigma=1.309490 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.62366e-06 Jy ! Component: 100 - total flux cleaned = 2.26967e-05 Jy ! Component: 150 - total flux cleaned = 3.50403e-05 Jy ! Component: 200 - total flux cleaned = 4.6886e-05 Jy ! Total flux subtracted in 200 components = 4.6886e-05 Jy ! Clean residual min=-0.002645 max=0.002540 Jy/beam ! Clean residual mean=-0.000007 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.094848 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.094848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092594Jy sigma=1.309444 ! Fit after self-cal, rms=0.092595Jy sigma=1.309440 ! 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.092595Jy sigma=1.309440 ! Fit after self-cal, rms=0.092181Jy sigma=1.309413 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.702 mas, bmaj=21.79 mas, bpa=-0.5737 degrees ! Estimated noise=0.662306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000321462 Jy ! Component: 100 - total flux cleaned = 0.000354963 Jy ! Component: 150 - total flux cleaned = 0.00038512 Jy ! Component: 200 - total flux cleaned = 0.000424305 Jy ! Total flux subtracted in 200 components = 0.000424305 Jy ! Clean residual min=-0.002169 max=0.002325 Jy/beam ! Clean residual mean=-0.000012 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0952723 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 71 components and 0.0952723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092181Jy sigma=1.309462 ! Fit after self-cal, rms=0.092182Jy sigma=1.309448 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.89388e-05 Jy ! Component: 100 - total flux cleaned = -1.50586e-05 Jy ! Component: 150 - total flux cleaned = 6.66119e-06 Jy ! Component: 200 - total flux cleaned = 3.59899e-05 Jy ! Total flux subtracted in 200 components = 3.59899e-05 Jy ! Clean residual min=-0.002154 max=0.002323 Jy/beam ! Clean residual mean=-0.000012 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0953083 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 73 components and 0.0953083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092184Jy sigma=1.309498 ! Fit after self-cal, rms=0.092184Jy sigma=1.309490 ! 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.276 mas, bmaj=9.957 mas, bpa=0.5094 degrees ! Estimated noise=0.538483 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.276 x 9.957 at 0.5094 degrees (North through East) ! Clean map min=-0.0025092 max=0.083434 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.631 mas, bmaj=7.81 mas, bpa=0.6398 degrees ! Estimated noise=0.874309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0649567 Jy ! Component: 100 - total flux cleaned = 0.0802087 Jy ! Component: 150 - total flux cleaned = 0.0861298 Jy ! Component: 200 - total flux cleaned = 0.0893946 Jy ! Total flux subtracted in 200 components = 0.0893946 Jy ! Clean residual min=-0.004900 max=0.004582 Jy/beam ! Clean residual mean=-0.000002 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.0893946 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0893946 Jy ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=9.957 mas, bpa=0.5094 degrees ! Estimated noise=0.538483 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.00315661 Jy ! Component: 100 - total flux cleaned = 0.00443536 Jy ! Component: 150 - total flux cleaned = 0.00465681 Jy ! Component: 200 - total flux cleaned = 0.00482859 Jy ! Total flux subtracted in 200 components = 0.00482859 Jy ! Clean residual min=-0.002711 max=0.002600 Jy/beam ! Clean residual mean=-0.000007 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0942232 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 38 components and 0.0942232 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.702 mas, bmaj=21.79 mas, bpa=-0.5737 degrees ! Estimated noise=0.662306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000967714 Jy ! Component: 100 - total flux cleaned = 0.00100992 Jy ! Component: 150 - total flux cleaned = 0.00106429 Jy ! Component: 200 - total flux cleaned = 0.00109524 Jy ! Total flux subtracted in 200 components = 0.00109524 Jy ! Clean residual min=-0.002210 max=0.002328 Jy/beam ! Clean residual mean=-0.000012 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0953184 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.79065e-05 Jy ! Component: 100 - total flux cleaned = 6.41526e-05 Jy ! Component: 150 - total flux cleaned = 8.53545e-05 Jy ! Component: 200 - total flux cleaned = 0.000113352 Jy ! Total flux subtracted in 200 components = 0.000113352 Jy ! Clean residual min=-0.002194 max=0.002338 Jy/beam ! Clean residual mean=-0.000012 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0954318 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.0954318 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=9.957 mas, bpa=0.5094 degrees ! Estimated noise=0.538483 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000548244 Jy ! Component: 100 - total flux cleaned = -0.000548038 Jy ! Component: 150 - total flux cleaned = -0.000567185 Jy ! Component: 200 - total flux cleaned = -0.000567677 Jy ! Total flux subtracted in 200 components = -0.000567677 Jy ! Clean residual min=-0.002630 max=0.002539 Jy/beam ! Clean residual mean=-0.000007 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.0948641 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.0948641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092185Jy sigma=1.309487 ! Fit after self-cal, rms=0.092184Jy sigma=1.309470 wmodel /scr/pima/bg219e_uvs/J1135-3056_S_map.mod ! Writing 59 model components to file: /scr/pima/bg219e_uvs/J1135-3056_S_map.mod wobs /scr/pima/bg219e_uvs/J1135-3056_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1135-3056_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1135-3056_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J1135-3056_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.000132884 Jy ! Component: 100 - total flux cleaned = 0.000390495 Jy ! Component: 150 - total flux cleaned = 0.000757055 Jy ! Component: 200 - total flux cleaned = 0.00122384 Jy ! Component: 250 - total flux cleaned = 0.00156181 Jy ! Component: 300 - total flux cleaned = 0.00181719 Jy ! Component: 350 - total flux cleaned = 0.00202984 Jy ! Component: 400 - total flux cleaned = 0.00209974 Jy ! Component: 450 - total flux cleaned = 0.002235 Jy ! Component: 500 - total flux cleaned = 0.00223539 Jy ! Component: 550 - total flux cleaned = 0.00233269 Jy ! Component: 600 - total flux cleaned = 0.00249053 Jy ! Component: 650 - total flux cleaned = 0.00249082 Jy ! Component: 700 - total flux cleaned = 0.00252156 Jy ! Component: 750 - total flux cleaned = 0.00261078 Jy ! Component: 800 - total flux cleaned = 0.00266911 Jy ! Component: 850 - total flux cleaned = 0.00272611 Jy ! Component: 900 - total flux cleaned = 0.00281076 Jy ! Component: 950 - total flux cleaned = 0.0027827 Jy ! Component: 1000 - total flux cleaned = 0.00283806 Jy ! Component: 1050 - total flux cleaned = 0.00281183 Jy ! Component: 1100 - total flux cleaned = 0.00291782 Jy ! Component: 1150 - total flux cleaned = 0.00299616 Jy ! Component: 1200 - total flux cleaned = 0.00309867 Jy ! Component: 1250 - total flux cleaned = 0.00309843 Jy ! Component: 1300 - total flux cleaned = 0.00324974 Jy ! Component: 1350 - total flux cleaned = 0.00324993 Jy ! Component: 1400 - total flux cleaned = 0.00334859 Jy ! Component: 1450 - total flux cleaned = 0.00337312 Jy ! Component: 1500 - total flux cleaned = 0.00344532 Jy ! Component: 1550 - total flux cleaned = 0.00346937 Jy ! Component: 1600 - total flux cleaned = 0.00356355 Jy ! Component: 1650 - total flux cleaned = 0.0035402 Jy ! Component: 1700 - total flux cleaned = 0.00367775 Jy ! Component: 1750 - total flux cleaned = 0.00367788 Jy ! Component: 1800 - total flux cleaned = 0.00379011 Jy ! Component: 1850 - total flux cleaned = 0.0038345 Jy ! Component: 1900 - total flux cleaned = 0.00385624 Jy ! Component: 1950 - total flux cleaned = 0.0039219 Jy ! Component: 2000 - total flux cleaned = 0.00396483 Jy ! Component: 2050 - total flux cleaned = 0.00405031 Jy ! Component: 2100 - total flux cleaned = 0.00411355 Jy ! Component: 2150 - total flux cleaned = 0.00411353 Jy ! Component: 2200 - total flux cleaned = 0.0041963 Jy ! Component: 2250 - total flux cleaned = 0.00429866 Jy ! Component: 2300 - total flux cleaned = 0.00433925 Jy ! Component: 2350 - total flux cleaned = 0.00437941 Jy ! Component: 2400 - total flux cleaned = 0.00443935 Jy ! Component: 2450 - total flux cleaned = 0.0044788 Jy ! Component: 2500 - total flux cleaned = 0.00455717 Jy ! Component: 2550 - total flux cleaned = 0.00467351 Jy ! Component: 2600 - total flux cleaned = 0.00476977 Jy ! Component: 2650 - total flux cleaned = 0.00480771 Jy ! Component: 2700 - total flux cleaned = 0.0048643 Jy ! Component: 2750 - total flux cleaned = 0.00493925 Jy ! Component: 2800 - total flux cleaned = 0.00505083 Jy ! Component: 2850 - total flux cleaned = 0.00508754 Jy ! Component: 2900 - total flux cleaned = 0.00517887 Jy ! Component: 2950 - total flux cleaned = 0.00523327 Jy ! Component: 3000 - total flux cleaned = 0.00526919 Jy ! Component: 3050 - total flux cleaned = 0.00535833 Jy ! Component: 3100 - total flux cleaned = 0.00546446 Jy ! Component: 3150 - total flux cleaned = 0.00546447 Jy ! Component: 3200 - total flux cleaned = 0.00548163 Jy ! Component: 3250 - total flux cleaned = 0.00549886 Jy ! Component: 3300 - total flux cleaned = 0.00553341 Jy ! Component: 3350 - total flux cleaned = 0.00555058 Jy ! Component: 3400 - total flux cleaned = 0.00560143 Jy ! Component: 3450 - total flux cleaned = 0.00561818 Jy ! Component: 3500 - total flux cleaned = 0.0057018 Jy ! Component: 3550 - total flux cleaned = 0.0057349 Jy ! Component: 3600 - total flux cleaned = 0.00573492 Jy ! Component: 3650 - total flux cleaned = 0.00576781 Jy ! Component: 3700 - total flux cleaned = 0.0058329 Jy ! Component: 3750 - total flux cleaned = 0.00584895 Jy ! Component: 3800 - total flux cleaned = 0.00586509 Jy ! Component: 3850 - total flux cleaned = 0.00588108 Jy ! Component: 3900 - total flux cleaned = 0.00592866 Jy ! Component: 3950 - total flux cleaned = 0.00589737 Jy ! Component: 4000 - total flux cleaned = 0.0059602 Jy ! Component: 4050 - total flux cleaned = 0.00605348 Jy ! Total flux subtracted in 4096 components = 0.00602265 Jy ! Clean residual min=-0.001094 max=0.000855 Jy/beam ! Clean residual mean=-0.000001 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.100887 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 345 components and 0.100887 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1135-3056_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.276 x 9.957 at 0.5094 degrees (North through East) ! Clean map min=-0.0019662 max=0.082942 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1135-3056_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0829424 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00029138 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05391 1.05391 2.10782 4.21564 8.43129 16.8626 33.7252 67.4503 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.082 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 284.654 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1135-3056_S_uvs.log closed on Thu Apr 7 06:43:03 2016