! Started logfile: /scr/pima/bg219i_uvs/J1828+0820_S_uvs.log on Wed Apr 6 23:12:24 2016 obs /scr/pima/bg219i_uvs/J1828+0820_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1828+0820_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.596995 visibilities/baseline/integration-bin. ! Found source: J1828+0820 ! ! 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 5244 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/J1828+0820_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 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 129 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 101 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003405Jy sigma=22.927092 ! Fit after self-cal, rms=0.962788Jy sigma=22.023718 ! 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=7.968 mas, bmaj=10.25 mas, bpa=17.19 degrees ! Estimated noise=0.656104 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.0304014 Jy ! Component: 100 - total flux cleaned = 0.0354697 Jy ! Total flux subtracted in 100 components = 0.0354697 Jy ! Clean residual min=-0.004285 max=0.004507 Jy/beam ! Clean residual mean=-0.000006 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.0354697 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0354697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058071Jy sigma=1.240079 ! Fit after self-cal, rms=0.055817Jy sigma=1.186084 ! 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=8.649 mas, bmaj=11.28 mas, bpa=12.76 degrees ! Estimated noise=0.46338 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.00355687 Jy ! Component: 100 - total flux cleaned = 0.00307179 Jy ! Component: 150 - total flux cleaned = 0.00281597 Jy ! Component: 200 - total flux cleaned = 0.00260583 Jy ! Total flux subtracted in 200 components = 0.00260583 Jy ! Clean residual min=-0.003008 max=0.003177 Jy/beam ! Clean residual mean=-0.000004 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.0380755 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 22 components and 0.0380755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055369Jy sigma=1.178751 ! Fit after self-cal, rms=0.055342Jy sigma=1.178393 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.649 x 11.28 at 12.76 degrees (North through East) ! Clean map min=-0.0029653 max=0.041763 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.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 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.055342Jy sigma=1.178393 ! Fit after self-cal, rms=0.055342Jy sigma=1.178393 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.649 mas, bmaj=11.28 mas, bpa=12.76 degrees ! Estimated noise=0.46338 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.000491304 Jy ! Component: 100 - total flux cleaned = -0.00058616 Jy ! Component: 150 - total flux cleaned = -0.000628716 Jy ! Component: 200 - total flux cleaned = -0.000666478 Jy ! Total flux subtracted in 200 components = -0.000666478 Jy ! Clean residual min=-0.003046 max=0.003166 Jy/beam ! Clean residual mean=-0.000002 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.037409 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.037409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055261Jy sigma=1.177145 ! Fit after self-cal, rms=0.055251Jy sigma=1.176996 ! 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.055251Jy sigma=1.176996 ! Fit after self-cal, rms=0.055824Jy sigma=1.175211 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.654 mas, bmaj=11.3 mas, bpa=13.95 degrees ! Estimated noise=0.472027 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254964 Jy ! Component: 100 - total flux cleaned = 0.000256037 Jy ! Component: 150 - total flux cleaned = 0.00022523 Jy ! Component: 200 - total flux cleaned = 0.000196941 Jy ! Total flux subtracted in 200 components = 0.000196941 Jy ! Clean residual min=-0.003051 max=0.003021 Jy/beam ! Clean residual mean=0.000000 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.037606 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 43 components and 0.037606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055761Jy sigma=1.174451 ! Fit after self-cal, rms=0.055762Jy sigma=1.174145 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.62271e-05 Jy ! Component: 100 - total flux cleaned = -1.95085e-05 Jy ! Component: 150 - total flux cleaned = -4.36734e-05 Jy ! Component: 200 - total flux cleaned = -6.63045e-05 Jy ! Total flux subtracted in 200 components = -6.63045e-05 Jy ! Clean residual min=-0.003062 max=0.003001 Jy/beam ! Clean residual mean=0.000002 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0375397 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 51 components and 0.0375397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055734Jy sigma=1.173763 ! Fit after self-cal, rms=0.055724Jy sigma=1.173596 ! 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.055724Jy sigma=1.173596 ! Fit after self-cal, rms=0.056018Jy sigma=1.173475 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.669 mas, bmaj=11.31 mas, bpa=14.52 degrees ! Estimated noise=0.474373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.62041e-05 Jy ! Component: 100 - total flux cleaned = -2.08467e-05 Jy ! Component: 150 - total flux cleaned = -4.18214e-05 Jy ! Component: 200 - total flux cleaned = -8.07795e-05 Jy ! Total flux subtracted in 200 components = -8.07795e-05 Jy ! Clean residual min=-0.003051 max=0.002901 Jy/beam ! Clean residual mean=0.000003 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0374589 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.0374589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055995Jy sigma=1.173216 ! Fit after self-cal, rms=0.055995Jy sigma=1.173165 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 = 2.43719e-06 Jy ! Component: 100 - total flux cleaned = -1.54755e-05 Jy ! Component: 150 - total flux cleaned = -3.25947e-05 Jy ! Component: 200 - total flux cleaned = -4.85701e-05 Jy ! Total flux subtracted in 200 components = -4.85701e-05 Jy ! Clean residual min=-0.003028 max=0.002917 Jy/beam ! Clean residual mean=0.000003 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.0374103 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 65 components and 0.0374103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055982Jy sigma=1.172979 ! Fit after self-cal, rms=0.055981Jy sigma=1.172958 ! 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.055981Jy sigma=1.172958 ! Fit after self-cal, rms=0.056050Jy sigma=1.172932 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.27 mas, bmaj=12.33 mas, bpa=13.73 degrees ! Estimated noise=0.485006 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173852 Jy ! Component: 100 - total flux cleaned = -0.000221675 Jy ! Component: 150 - total flux cleaned = -0.000264063 Jy ! Component: 200 - total flux cleaned = -0.000300643 Jy ! Total flux subtracted in 200 components = -0.000300643 Jy ! Clean residual min=-0.002986 max=0.002905 Jy/beam ! Clean residual mean=0.000004 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.0371097 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.0371097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056043Jy sigma=1.172785 ! Fit after self-cal, rms=0.056046Jy sigma=1.172747 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 = -8.87158e-05 Jy ! Component: 100 - total flux cleaned = -0.00012377 Jy ! Component: 150 - total flux cleaned = -0.000145083 Jy ! Component: 200 - total flux cleaned = -0.000173266 Jy ! Total flux subtracted in 200 components = -0.000173266 Jy ! Clean residual min=-0.002993 max=0.002883 Jy/beam ! Clean residual mean=0.000004 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.0369364 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 78 components and 0.0369364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056042Jy sigma=1.172666 ! Fit after self-cal, rms=0.056042Jy sigma=1.172645 ! 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=8.681 mas, bmaj=11.32 mas, bpa=14.86 degrees ! Estimated noise=0.474699 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.681 x 11.32 at 14.86 degrees (North through East) ! Clean map min=-0.0030201 max=0.042872 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=7.991 mas, bmaj=10.3 mas, bpa=18.92 degrees ! Estimated noise=0.669851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.033951 Jy ! Component: 100 - total flux cleaned = 0.0389188 Jy ! Component: 150 - total flux cleaned = 0.03811 Jy ! Component: 200 - total flux cleaned = 0.037643 Jy ! Total flux subtracted in 200 components = 0.037643 Jy ! Clean residual min=-0.003801 max=0.003325 Jy/beam ! Clean residual mean=0.000008 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.037643 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.037643 Jy ! Inverting map and beam ! Estimated beam: bmin=8.681 mas, bmaj=11.32 mas, bpa=14.86 degrees ! Estimated noise=0.474699 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 = -8.71128e-05 Jy ! Component: 100 - total flux cleaned = -7.95026e-05 Jy ! Component: 150 - total flux cleaned = -8.14601e-05 Jy ! Component: 200 - total flux cleaned = -0.000130517 Jy ! Total flux subtracted in 200 components = -0.000130517 Jy ! Clean residual min=-0.003041 max=0.002891 Jy/beam ! Clean residual mean=0.000005 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.0375125 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 40 components and 0.0375125 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=10.27 mas, bmaj=12.33 mas, bpa=13.73 degrees ! Estimated noise=0.485006 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000446577 Jy ! Component: 100 - total flux cleaned = -0.000662543 Jy ! Component: 150 - total flux cleaned = -0.000738153 Jy ! Component: 200 - total flux cleaned = -0.000789027 Jy ! Total flux subtracted in 200 components = -0.000789027 Jy ! Clean residual min=-0.002963 max=0.002971 Jy/beam ! Clean residual mean=0.000004 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0367234 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 = -4.77824e-05 Jy ! Component: 100 - total flux cleaned = -6.20131e-05 Jy ! Component: 150 - total flux cleaned = -6.21566e-05 Jy ! Component: 200 - total flux cleaned = -7.52485e-05 Jy ! Total flux subtracted in 200 components = -7.52485e-05 Jy ! Clean residual min=-0.002983 max=0.002954 Jy/beam ! Clean residual mean=0.000004 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0366482 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 56 components and 0.0366482 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=8.681 mas, bmaj=11.32 mas, bpa=14.86 degrees ! Estimated noise=0.474699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000107428 Jy ! Component: 100 - total flux cleaned = 7.76989e-05 Jy ! Component: 150 - total flux cleaned = 5.10624e-05 Jy ! Component: 200 - total flux cleaned = 5.07312e-05 Jy ! Total flux subtracted in 200 components = 5.07312e-05 Jy ! Clean residual min=-0.003108 max=0.002877 Jy/beam ! Clean residual mean=0.000002 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.0366989 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.0366989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056074Jy sigma=1.173065 ! Fit after self-cal, rms=0.056078Jy sigma=1.173029 wmodel /scr/pima/bg219i_uvs/J1828+0820_S_map.mod ! Writing 62 model components to file: /scr/pima/bg219i_uvs/J1828+0820_S_map.mod wobs /scr/pima/bg219i_uvs/J1828+0820_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J1828+0820_S_uvs.fits wwins /scr/pima/bg219i_uvs/J1828+0820_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219i_uvs/J1828+0820_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.00033846 Jy ! Component: 100 - total flux cleaned = -0.000880667 Jy ! Component: 150 - total flux cleaned = -0.00137959 Jy ! Component: 200 - total flux cleaned = -0.00172396 Jy ! Component: 250 - total flux cleaned = -0.00207758 Jy ! Component: 300 - total flux cleaned = -0.00237612 Jy ! Component: 350 - total flux cleaned = -0.00268652 Jy ! Component: 400 - total flux cleaned = -0.00307031 Jy ! Component: 450 - total flux cleaned = -0.00335154 Jy ! Component: 500 - total flux cleaned = -0.00356734 Jy ! Component: 550 - total flux cleaned = -0.00377414 Jy ! Component: 600 - total flux cleaned = -0.00387313 Jy ! Component: 650 - total flux cleaned = -0.00399172 Jy ! Component: 700 - total flux cleaned = -0.00403739 Jy ! Component: 750 - total flux cleaned = -0.00408148 Jy ! Component: 800 - total flux cleaned = -0.00406021 Jy ! Component: 850 - total flux cleaned = -0.00410161 Jy ! Component: 900 - total flux cleaned = -0.00414178 Jy ! Component: 950 - total flux cleaned = -0.00422043 Jy ! Component: 1000 - total flux cleaned = -0.00425896 Jy ! Component: 1050 - total flux cleaned = -0.00435244 Jy ! Component: 1100 - total flux cleaned = -0.00437031 Jy ! Component: 1150 - total flux cleaned = -0.00442408 Jy ! Component: 1200 - total flux cleaned = -0.00452929 Jy ! Component: 1250 - total flux cleaned = -0.00463174 Jy ! Component: 1300 - total flux cleaned = -0.00474817 Jy ! Component: 1350 - total flux cleaned = -0.00479709 Jy ! Component: 1400 - total flux cleaned = -0.00490898 Jy ! Component: 1450 - total flux cleaned = -0.00498735 Jy ! Component: 1500 - total flux cleaned = -0.00510999 Jy ! Component: 1550 - total flux cleaned = -0.00520007 Jy ! Component: 1600 - total flux cleaned = -0.00528798 Jy ! Component: 1650 - total flux cleaned = -0.00537388 Jy ! Component: 1700 - total flux cleaned = -0.00544412 Jy ! Component: 1750 - total flux cleaned = -0.00548581 Jy ! Component: 1800 - total flux cleaned = -0.00551303 Jy ! Component: 1850 - total flux cleaned = -0.00559315 Jy ! Component: 1900 - total flux cleaned = -0.00564535 Jy ! Component: 1950 - total flux cleaned = -0.00568415 Jy ! Component: 2000 - total flux cleaned = -0.00577303 Jy ! Component: 2050 - total flux cleaned = -0.00588558 Jy ! Component: 2100 - total flux cleaned = -0.00597205 Jy ! Component: 2150 - total flux cleaned = -0.0061302 Jy ! Component: 2200 - total flux cleaned = -0.00623783 Jy ! Component: 2250 - total flux cleaned = -0.00634431 Jy ! Component: 2300 - total flux cleaned = -0.00648423 Jy ! Component: 2350 - total flux cleaned = -0.00656495 Jy ! Component: 2400 - total flux cleaned = -0.00671289 Jy ! Component: 2450 - total flux cleaned = -0.00682516 Jy ! Component: 2500 - total flux cleaned = -0.00692507 Jy ! Component: 2550 - total flux cleaned = -0.00703494 Jy ! Component: 2600 - total flux cleaned = -0.00713259 Jy ! Component: 2650 - total flux cleaned = -0.0072185 Jy ! Component: 2700 - total flux cleaned = -0.00730364 Jy ! Component: 2750 - total flux cleaned = -0.00740901 Jy ! Component: 2800 - total flux cleaned = -0.00751327 Jy ! Component: 2850 - total flux cleaned = -0.00757513 Jy ! Component: 2900 - total flux cleaned = -0.00764672 Jy ! Component: 2950 - total flux cleaned = -0.00772765 Jy ! Component: 3000 - total flux cleaned = -0.00777789 Jy ! Component: 3050 - total flux cleaned = -0.00785761 Jy ! Component: 3100 - total flux cleaned = -0.00789708 Jy ! Component: 3150 - total flux cleaned = -0.00793629 Jy ! Component: 3200 - total flux cleaned = -0.00802373 Jy ! Component: 3250 - total flux cleaned = -0.00805266 Jy ! Component: 3300 - total flux cleaned = -0.00811954 Jy ! Component: 3350 - total flux cleaned = -0.00818585 Jy ! Component: 3400 - total flux cleaned = -0.00819531 Jy ! Component: 3450 - total flux cleaned = -0.00825142 Jy ! Component: 3500 - total flux cleaned = -0.00831636 Jy ! Component: 3550 - total flux cleaned = -0.00838076 Jy ! Component: 3600 - total flux cleaned = -0.00840815 Jy ! Component: 3650 - total flux cleaned = -0.00842637 Jy ! Component: 3700 - total flux cleaned = -0.00847161 Jy ! Component: 3750 - total flux cleaned = -0.00848965 Jy ! Component: 3800 - total flux cleaned = -0.00850759 Jy ! Component: 3850 - total flux cleaned = -0.0085253 Jy ! Component: 3900 - total flux cleaned = -0.00853417 Jy ! Component: 3950 - total flux cleaned = -0.00854298 Jy ! Component: 4000 - total flux cleaned = -0.00856916 Jy ! Component: 4050 - total flux cleaned = -0.00855176 Jy ! Total flux subtracted in 4096 components = -0.0085518 Jy ! Clean residual min=-0.000448 max=0.000514 Jy/beam ! Clean residual mean=-0.000002 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0281471 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 358 components and 0.0281471 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J1828+0820_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.681 x 11.32 at 14.86 degrees (North through East) ! Clean map min=-0.001928 max=0.042568 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1828+0820_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0425676 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171167 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.20632 1.20632 2.41264 4.82527 9.65054 19.3011 38.6022 77.2043 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.042 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 248.69 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1828+0820_S_uvs.log closed on Wed Apr 6 23:12:29 2016