! Started logfile: /scr/pima/bg219b_uvs/J0640-1253_S_uvs.log on Thu Apr 7 01:15:01 2016 obs /scr/pima/bg219b_uvs/J0640-1253_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0640-1253_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.749104 visibilities/baseline/integration-bin. ! Found source: J0640-1253 ! ! 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 6688 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/J0640-1253_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 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003373Jy sigma=20.249088 ! Fit after self-cal, rms=0.942559Jy sigma=18.989031 ! 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.607 mas, bmaj=11.45 mas, bpa=13.44 degrees ! Estimated noise=0.73568 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.0451289 Jy ! Component: 100 - total flux cleaned = 0.0560538 Jy ! Total flux subtracted in 100 components = 0.0560538 Jy ! Clean residual min=-0.004333 max=0.005129 Jy/beam ! Clean residual mean=0.000009 rms=0.001195 Jy/beam ! Combined flux in latest and established models = 0.0560538 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0560538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070198Jy sigma=1.328879 ! Fit after self-cal, rms=0.068680Jy sigma=1.299919 ! 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=4.461 mas, bmaj=12.7 mas, bpa=9.634 degrees ! Estimated noise=0.473838 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.00762085 Jy ! Component: 100 - total flux cleaned = 0.0113127 Jy ! Component: 150 - total flux cleaned = 0.0133477 Jy ! Component: 200 - total flux cleaned = 0.0145743 Jy ! Total flux subtracted in 200 components = 0.0145743 Jy ! Clean residual min=-0.002916 max=0.003924 Jy/beam ! Clean residual mean=0.000007 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.0706281 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 0.0706281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067890Jy sigma=1.283112 ! Fit after self-cal, rms=0.067737Jy sigma=1.280912 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.461 x 12.7 at 9.634 degrees (North through East) ! Clean map min=-0.0028614 max=0.05958 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.01 FD 1.02 HN 1.05 KP 0.99 ! LA 0.93 NL 0.97 OV 0.99 PT 1.16 ! SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.88 HN 1.01 KP 0.98 ! LA 0.93 NL 0.96 OV 0.92 PT 1.14 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.89 HN 1.02 KP 1.00 ! LA 0.99 NL 1.05 OV 0.92 PT 1.16 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.067737Jy sigma=1.280912 ! Fit after self-cal, rms=0.067102Jy sigma=1.276319 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.456 mas, bmaj=12.7 mas, bpa=9.623 degrees ! Estimated noise=0.471126 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.00133088 Jy ! Component: 100 - total flux cleaned = 0.00153538 Jy ! Component: 150 - total flux cleaned = 0.00162639 Jy ! Component: 200 - total flux cleaned = 0.00165377 Jy ! Total flux subtracted in 200 components = 0.00165377 Jy ! Clean residual min=-0.002963 max=0.003315 Jy/beam ! Clean residual mean=0.000005 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.0722818 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.0722819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067061Jy sigma=1.275522 ! Fit after self-cal, rms=0.067086Jy sigma=1.274425 ! 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.067086Jy sigma=1.274425 ! Fit after self-cal, rms=0.067232Jy sigma=1.274270 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.443 mas, bmaj=12.67 mas, bpa=9.615 degrees ! Estimated noise=0.472044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000929411 Jy ! Component: 100 - total flux cleaned = 0.00104385 Jy ! Component: 150 - total flux cleaned = 0.00106884 Jy ! Component: 200 - total flux cleaned = 0.00109269 Jy ! Total flux subtracted in 200 components = 0.00109269 Jy ! Clean residual min=-0.003019 max=0.003144 Jy/beam ! Clean residual mean=0.000004 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.0733745 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.0733746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067206Jy sigma=1.273780 ! Fit after self-cal, rms=0.067215Jy sigma=1.273706 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.98675e-05 Jy ! Component: 100 - total flux cleaned = 4.90272e-05 Jy ! Component: 150 - total flux cleaned = 4.8524e-05 Jy ! Component: 200 - total flux cleaned = 4.91558e-05 Jy ! Total flux subtracted in 200 components = 4.91558e-05 Jy ! Clean residual min=-0.003001 max=0.003094 Jy/beam ! Clean residual mean=0.000004 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0734237 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.0734237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067198Jy sigma=1.273406 ! Fit after self-cal, rms=0.067197Jy sigma=1.273372 ! 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.067197Jy sigma=1.273372 ! Fit after self-cal, rms=0.066876Jy sigma=1.269320 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.437 mas, bmaj=12.66 mas, bpa=9.332 degrees ! Estimated noise=0.471468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000467121 Jy ! Component: 100 - total flux cleaned = 0.000444679 Jy ! Component: 150 - total flux cleaned = 0.000444872 Jy ! Component: 200 - total flux cleaned = 0.000444639 Jy ! Total flux subtracted in 200 components = 0.000444639 Jy ! Clean residual min=-0.002734 max=0.003108 Jy/beam ! Clean residual mean=0.000003 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.0738683 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.0738683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066860Jy sigma=1.269095 ! Fit after self-cal, rms=0.066929Jy sigma=1.268411 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 (-22, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00296871 Jy ! Component: 100 - total flux cleaned = 0.00432045 Jy ! Component: 150 - total flux cleaned = 0.00506611 Jy ! Component: 200 - total flux cleaned = 0.00563488 Jy ! Total flux subtracted in 200 components = 0.00563488 Jy ! Clean residual min=-0.002154 max=0.002276 Jy/beam ! Clean residual mean=0.000004 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.0795032 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 109 components and 0.0795032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066780Jy sigma=1.265145 ! Fit after self-cal, rms=0.066717Jy sigma=1.263862 ! 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.066717Jy sigma=1.263862 ! Fit after self-cal, rms=0.066715Jy sigma=1.263696 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.85 mas, bmaj=16.07 mas, bpa=2.491 degrees ! Estimated noise=0.523398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156944 Jy ! Component: 100 - total flux cleaned = 0.00224722 Jy ! Component: 150 - total flux cleaned = 0.00257827 Jy ! Component: 200 - total flux cleaned = 0.0027291 Jy ! Total flux subtracted in 200 components = 0.0027291 Jy ! Clean residual min=-0.002306 max=0.002057 Jy/beam ! Clean residual mean=0.000006 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.0822323 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.0822323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066676Jy sigma=1.262830 ! Fit after self-cal, rms=0.066677Jy sigma=1.262639 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.0004049 Jy ! Component: 100 - total flux cleaned = 0.000523162 Jy ! Component: 150 - total flux cleaned = 0.000605208 Jy ! Component: 200 - total flux cleaned = 0.00067964 Jy ! Total flux subtracted in 200 components = 0.00067964 Jy ! Clean residual min=-0.002235 max=0.002012 Jy/beam ! Clean residual mean=0.000006 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.082912 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 139 components and 0.082912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066663Jy sigma=1.262330 ! Fit after self-cal, rms=0.066659Jy sigma=1.262263 ! 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=4.427 mas, bmaj=12.64 mas, bpa=9.41 degrees ! Estimated noise=0.470811 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.427 x 12.64 at 9.41 degrees (North through East) ! Clean map min=-0.0019735 max=0.057691 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.577 mas, bmaj=11.43 mas, bpa=13.15 degrees ! Estimated noise=0.723356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0454093 Jy ! Component: 100 - total flux cleaned = 0.0577429 Jy ! Component: 150 - total flux cleaned = 0.0641965 Jy ! Component: 200 - total flux cleaned = 0.0686964 Jy ! Total flux subtracted in 200 components = 0.0686964 Jy ! Clean residual min=-0.003876 max=0.004666 Jy/beam ! Clean residual mean=0.000005 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.0686964 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.0686964 Jy ! Inverting map and beam ! Estimated beam: bmin=4.427 mas, bmaj=12.64 mas, bpa=9.41 degrees ! Estimated noise=0.470811 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) ! Added new window around map position (-5.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00473755 Jy ! Component: 100 - total flux cleaned = 0.00758974 Jy ! Component: 150 - total flux cleaned = 0.00951972 Jy ! Component: 200 - total flux cleaned = 0.0103098 Jy ! Total flux subtracted in 200 components = 0.0103098 Jy ! Clean residual min=-0.002550 max=0.002365 Jy/beam ! Clean residual mean=0.000005 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0790062 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 83 components and 0.0790062 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.85 mas, bmaj=16.07 mas, bpa=2.491 degrees ! Estimated noise=0.523398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000903051 Jy ! Component: 100 - total flux cleaned = 0.00142931 Jy ! Component: 150 - total flux cleaned = 0.00179881 Jy ! Component: 200 - total flux cleaned = 0.00203296 Jy ! Total flux subtracted in 200 components = 0.00203296 Jy ! Clean residual min=-0.002290 max=0.002158 Jy/beam ! Clean residual mean=0.000007 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0810392 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 = 0.000236858 Jy ! Component: 100 - total flux cleaned = 0.000327801 Jy ! Component: 150 - total flux cleaned = 0.000412521 Jy ! Component: 200 - total flux cleaned = 0.000489348 Jy ! Total flux subtracted in 200 components = 0.000489348 Jy ! Clean residual min=-0.002157 max=0.001953 Jy/beam ! Clean residual mean=0.000006 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0815285 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 149 components and 0.0815285 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.427 mas, bmaj=12.64 mas, bpa=9.41 degrees ! Estimated noise=0.470811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.53916e-06 Jy ! Component: 100 - total flux cleaned = -0.000191055 Jy ! Component: 150 - total flux cleaned = -0.000158628 Jy ! Component: 200 - total flux cleaned = -0.000188954 Jy ! Total flux subtracted in 200 components = -0.000188954 Jy ! Clean residual min=-0.001884 max=0.001888 Jy/beam ! Clean residual mean=0.000004 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0813396 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 176 components and 0.0813396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066611Jy sigma=1.261133 ! Fit after self-cal, rms=0.066591Jy sigma=1.260784 wmodel /scr/pima/bg219b_uvs/J0640-1253_S_map.mod ! Writing 176 model components to file: /scr/pima/bg219b_uvs/J0640-1253_S_map.mod wobs /scr/pima/bg219b_uvs/J0640-1253_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0640-1253_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0640-1253_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219b_uvs/J0640-1253_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.000373164 Jy ! Component: 100 - total flux cleaned = 0.000509969 Jy ! Component: 150 - total flux cleaned = 0.000670748 Jy ! Component: 200 - total flux cleaned = 0.000943915 Jy ! Component: 250 - total flux cleaned = 0.0012932 Jy ! Component: 300 - total flux cleaned = 0.00151712 Jy ! Component: 350 - total flux cleaned = 0.00176044 Jy ! Component: 400 - total flux cleaned = 0.00194286 Jy ! Component: 450 - total flux cleaned = 0.00206933 Jy ! Component: 500 - total flux cleaned = 0.00221802 Jy ! Component: 550 - total flux cleaned = 0.0023875 Jy ! Component: 600 - total flux cleaned = 0.00255262 Jy ! Component: 650 - total flux cleaned = 0.00264429 Jy ! Component: 700 - total flux cleaned = 0.00275672 Jy ! Component: 750 - total flux cleaned = 0.00288867 Jy ! Component: 800 - total flux cleaned = 0.00301775 Jy ! Component: 850 - total flux cleaned = 0.00310225 Jy ! Component: 900 - total flux cleaned = 0.00318569 Jy ! Component: 950 - total flux cleaned = 0.00328811 Jy ! Component: 1000 - total flux cleaned = 0.00328797 Jy ! Component: 1050 - total flux cleaned = 0.00334733 Jy ! Component: 1100 - total flux cleaned = 0.00336668 Jy ! Component: 1150 - total flux cleaned = 0.00340552 Jy ! Component: 1200 - total flux cleaned = 0.00338691 Jy ! Component: 1250 - total flux cleaned = 0.00349995 Jy ! Component: 1300 - total flux cleaned = 0.00359218 Jy ! Component: 1350 - total flux cleaned = 0.0037014 Jy ! Component: 1400 - total flux cleaned = 0.00373761 Jy ! Component: 1450 - total flux cleaned = 0.0038266 Jy ! Component: 1500 - total flux cleaned = 0.00393199 Jy ! Component: 1550 - total flux cleaned = 0.00394948 Jy ! Component: 1600 - total flux cleaned = 0.00396664 Jy ! Component: 1650 - total flux cleaned = 0.00405131 Jy ! Component: 1700 - total flux cleaned = 0.0041184 Jy ! Component: 1750 - total flux cleaned = 0.00416796 Jy ! Component: 1800 - total flux cleaned = 0.00418446 Jy ! Component: 1850 - total flux cleaned = 0.00421714 Jy ! Component: 1900 - total flux cleaned = 0.00420116 Jy ! Component: 1950 - total flux cleaned = 0.00421714 Jy ! Component: 2000 - total flux cleaned = 0.00421719 Jy ! Component: 2050 - total flux cleaned = 0.00423282 Jy ! Component: 2100 - total flux cleaned = 0.00415588 Jy ! Component: 2150 - total flux cleaned = 0.00420155 Jy ! Component: 2200 - total flux cleaned = 0.00412585 Jy ! Component: 2250 - total flux cleaned = 0.0041259 Jy ! Component: 2300 - total flux cleaned = 0.00414079 Jy ! Component: 2350 - total flux cleaned = 0.00411117 Jy ! Component: 2400 - total flux cleaned = 0.00405248 Jy ! Component: 2450 - total flux cleaned = 0.00408147 Jy ! Component: 2500 - total flux cleaned = 0.00408141 Jy ! Component: 2550 - total flux cleaned = 0.00409555 Jy ! Component: 2600 - total flux cleaned = 0.00409544 Jy ! Component: 2650 - total flux cleaned = 0.00405349 Jy ! Component: 2700 - total flux cleaned = 0.00408123 Jy ! Component: 2750 - total flux cleaned = 0.00406727 Jy ! Component: 2800 - total flux cleaned = 0.00408084 Jy ! Component: 2850 - total flux cleaned = 0.00402668 Jy ! Component: 2900 - total flux cleaned = 0.00406714 Jy ! Component: 2950 - total flux cleaned = 0.00404077 Jy ! Component: 3000 - total flux cleaned = 0.00410715 Jy ! Component: 3050 - total flux cleaned = 0.00413346 Jy ! Component: 3100 - total flux cleaned = 0.00414635 Jy ! Component: 3150 - total flux cleaned = 0.00417226 Jy ! Component: 3200 - total flux cleaned = 0.00417214 Jy ! Component: 3250 - total flux cleaned = 0.00424869 Jy ! Component: 3300 - total flux cleaned = 0.00423587 Jy ! Component: 3350 - total flux cleaned = 0.00426116 Jy ! Component: 3400 - total flux cleaned = 0.00432385 Jy ! Component: 3450 - total flux cleaned = 0.00429873 Jy ! Component: 3500 - total flux cleaned = 0.00432357 Jy ! Component: 3550 - total flux cleaned = 0.00432367 Jy ! Component: 3600 - total flux cleaned = 0.00438497 Jy ! Component: 3650 - total flux cleaned = 0.0043485 Jy ! Component: 3700 - total flux cleaned = 0.00438481 Jy ! Component: 3750 - total flux cleaned = 0.00437279 Jy ! Component: 3800 - total flux cleaned = 0.00438495 Jy ! Component: 3850 - total flux cleaned = 0.00445583 Jy ! Component: 3900 - total flux cleaned = 0.00445571 Jy ! Component: 3950 - total flux cleaned = 0.00446745 Jy ! Component: 4000 - total flux cleaned = 0.00449067 Jy ! Component: 4050 - total flux cleaned = 0.0044907 Jy ! Total flux subtracted in 4096 components = 0.00455989 Jy ! Clean residual min=-0.000882 max=0.000824 Jy/beam ! Clean residual mean=0.000003 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.0858995 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 433 components and 0.0858994 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0640-1253_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.427 x 12.64 at 9.41 degrees (North through East) ! Clean map min=-0.0019253 max=0.058283 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0640-1253_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0582826 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211489 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08861 1.08861 2.17721 4.35443 8.70885 17.4177 34.8354 69.6708 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.058 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 275.581 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0640-1253_S_uvs.log closed on Thu Apr 7 01:15:06 2016