! Started logfile: /scr/pima/bg219e_uvs/J2001+4352_S_uvs.log on Thu Apr 7 06:51:43 2016 obs /scr/pima/bg219e_uvs/J2001+4352_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J2001+4352_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.541219 visibilities/baseline/integration-bin. ! Found source: J2001+4352 ! ! 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 4832 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/J2001+4352_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 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 132 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008101Jy sigma=24.253861 ! Fit after self-cal, rms=0.938448Jy sigma=22.576001 ! 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=8.783 mas, bmaj=9.952 mas, bpa=57.16 degrees ! Estimated noise=0.722204 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.0457811 Jy ! Component: 100 - total flux cleaned = 0.0599075 Jy ! Total flux subtracted in 100 components = 0.0599075 Jy ! Clean residual min=-0.005141 max=0.006170 Jy/beam ! Clean residual mean=-0.000032 rms=0.001465 Jy/beam ! Combined flux in latest and established models = 0.0599075 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0599075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059982Jy sigma=1.367188 ! Fit after self-cal, rms=0.058246Jy sigma=1.328170 ! 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=9.838 mas, bmaj=11.36 mas, bpa=50.21 degrees ! Estimated noise=0.463185 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.0108097 Jy ! Component: 100 - total flux cleaned = 0.0170884 Jy ! Component: 150 - total flux cleaned = 0.0211745 Jy ! Component: 200 - total flux cleaned = 0.0239148 Jy ! Total flux subtracted in 200 components = 0.0239148 Jy ! Clean residual min=-0.002519 max=0.002803 Jy/beam ! Clean residual mean=-0.000045 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.0838224 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 85 components and 0.0838224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056143Jy sigma=1.272673 ! Fit after self-cal, rms=0.056118Jy sigma=1.271135 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.838 x 11.36 at 50.21 degrees (North through East) ! Clean map min=-0.0025134 max=0.064652 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.056118Jy sigma=1.271135 ! Fit after self-cal, rms=0.056118Jy sigma=1.271135 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.838 mas, bmaj=11.36 mas, bpa=50.21 degrees ! Estimated noise=0.463185 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.00229222 Jy ! Component: 100 - total flux cleaned = 0.00379389 Jy ! Component: 150 - total flux cleaned = 0.00483302 Jy ! Component: 200 - total flux cleaned = 0.00555311 Jy ! Total flux subtracted in 200 components = 0.00555311 Jy ! Clean residual min=-0.002364 max=0.002750 Jy/beam ! Clean residual mean=-0.000040 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.0893755 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 0.0893755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056021Jy sigma=1.268148 ! Fit after self-cal, rms=0.056029Jy sigma=1.267974 ! 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.056029Jy sigma=1.267974 ! Fit after self-cal, rms=0.055854Jy sigma=1.261551 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.843 mas, bmaj=11.32 mas, bpa=52.37 degrees ! Estimated noise=0.460285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00069258 Jy ! Component: 100 - total flux cleaned = 0.000691027 Jy ! Component: 150 - total flux cleaned = 0.000691451 Jy ! Component: 200 - total flux cleaned = 0.000692278 Jy ! Total flux subtracted in 200 components = 0.000692278 Jy ! Clean residual min=-0.002092 max=0.002440 Jy/beam ! Clean residual mean=-0.000006 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0900678 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 111 components and 0.0900678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055841Jy sigma=1.261307 ! Fit after self-cal, rms=0.055916Jy sigma=1.260871 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 = 9.25642e-05 Jy ! Component: 100 - total flux cleaned = 7.94695e-05 Jy ! Component: 150 - total flux cleaned = 9.15196e-05 Jy ! Component: 200 - total flux cleaned = 0.000102178 Jy ! Total flux subtracted in 200 components = 0.000102178 Jy ! Clean residual min=-0.002033 max=0.002456 Jy/beam ! Clean residual mean=-0.000007 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.09017 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 118 components and 0.09017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055910Jy sigma=1.260753 ! Fit after self-cal, rms=0.055912Jy sigma=1.260734 ! 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.055912Jy sigma=1.260734 ! Fit after self-cal, rms=0.055939Jy sigma=1.260649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.825 mas, bmaj=11.29 mas, bpa=53.06 degrees ! Estimated noise=0.459342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000321539 Jy ! Component: 100 - total flux cleaned = 0.000334555 Jy ! Component: 150 - total flux cleaned = 0.000346136 Jy ! Component: 200 - total flux cleaned = 0.000367434 Jy ! Total flux subtracted in 200 components = 0.000367434 Jy ! Clean residual min=-0.002058 max=0.002435 Jy/beam ! Clean residual mean=-0.000006 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.0905374 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 121 components and 0.0905374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055933Jy sigma=1.260531 ! Fit after self-cal, rms=0.055943Jy sigma=1.260512 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.49247e-05 Jy ! Component: 100 - total flux cleaned = 2.49499e-05 Jy ! Component: 150 - total flux cleaned = 3.39283e-05 Jy ! Component: 200 - total flux cleaned = 5.24575e-05 Jy ! Total flux subtracted in 200 components = 5.24575e-05 Jy ! Clean residual min=-0.002052 max=0.002451 Jy/beam ! Clean residual mean=-0.000006 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.0905899 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 122 components and 0.0905899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055939Jy sigma=1.260438 ! Fit after self-cal, rms=0.055940Jy sigma=1.260430 ! 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.055940Jy sigma=1.260430 ! Fit after self-cal, rms=0.055907Jy sigma=1.260409 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.87 mas, bmaj=12.25 mas, bpa=51.7 degrees ! Estimated noise=0.469518 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000167236 Jy ! Component: 100 - total flux cleaned = 0.000189162 Jy ! Component: 150 - total flux cleaned = 0.000199406 Jy ! Component: 200 - total flux cleaned = 0.000208931 Jy ! Total flux subtracted in 200 components = 0.000208931 Jy ! Clean residual min=-0.002032 max=0.002444 Jy/beam ! Clean residual mean=-0.000007 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0907988 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 129 components and 0.0907988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055902Jy sigma=1.260351 ! Fit after self-cal, rms=0.055904Jy sigma=1.260337 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.5384e-06 Jy ! Component: 100 - total flux cleaned = 5.84609e-06 Jy ! Component: 150 - total flux cleaned = 5.76185e-06 Jy ! Component: 200 - total flux cleaned = 1.48944e-05 Jy ! Total flux subtracted in 200 components = 1.48944e-05 Jy ! Clean residual min=-0.002027 max=0.002461 Jy/beam ! Clean residual mean=-0.000007 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.0908137 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 131 components and 0.0908137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055901Jy sigma=1.260292 ! Fit after self-cal, rms=0.055902Jy sigma=1.260284 ! 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=9.813 mas, bmaj=11.28 mas, bpa=53.36 degrees ! Estimated noise=0.458738 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.813 x 11.28 at 53.36 degrees (North through East) ! Clean map min=-0.0020489 max=0.063767 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=8.77 mas, bmaj=9.892 mas, bpa=59.84 degrees ! Estimated noise=0.708091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0458029 Jy ! Component: 100 - total flux cleaned = 0.0606252 Jy ! Component: 150 - total flux cleaned = 0.0684886 Jy ! Component: 200 - total flux cleaned = 0.0740444 Jy ! Total flux subtracted in 200 components = 0.0740444 Jy ! Clean residual min=-0.003728 max=0.003751 Jy/beam ! Clean residual mean=-0.000012 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.0740444 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.0740444 Jy ! Inverting map and beam ! Estimated beam: bmin=9.813 mas, bmaj=11.28 mas, bpa=53.36 degrees ! Estimated noise=0.458738 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.00606663 Jy ! Component: 100 - total flux cleaned = 0.00972273 Jy ! Component: 150 - total flux cleaned = 0.0120981 Jy ! Component: 200 - total flux cleaned = 0.0136829 Jy ! Total flux subtracted in 200 components = 0.0136829 Jy ! Clean residual min=-0.002243 max=0.002358 Jy/beam ! Clean residual mean=-0.000011 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0877273 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 98 components and 0.0877273 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.87 mas, bmaj=12.25 mas, bpa=51.7 degrees ! Estimated noise=0.469518 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120601 Jy ! Component: 100 - total flux cleaned = 0.00196232 Jy ! Component: 150 - total flux cleaned = 0.00218406 Jy ! Component: 200 - total flux cleaned = 0.00226179 Jy ! Total flux subtracted in 200 components = 0.00226179 Jy ! Clean residual min=-0.002132 max=0.002401 Jy/beam ! Clean residual mean=-0.000008 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0899891 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 = 6.96238e-05 Jy ! Component: 100 - total flux cleaned = 0.000118725 Jy ! Component: 150 - total flux cleaned = 0.000178954 Jy ! Component: 200 - total flux cleaned = 0.000221219 Jy ! Total flux subtracted in 200 components = 0.000221219 Jy ! Clean residual min=-0.002103 max=0.002429 Jy/beam ! Clean residual mean=-0.000008 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0902103 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 119 components and 0.0902103 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.813 mas, bmaj=11.28 mas, bpa=53.36 degrees ! Estimated noise=0.458738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.58329e-05 Jy ! Component: 100 - total flux cleaned = 7.28433e-05 Jy ! Component: 150 - total flux cleaned = 8.57331e-05 Jy ! Component: 200 - total flux cleaned = 0.000110527 Jy ! Total flux subtracted in 200 components = 0.000110527 Jy ! Clean residual min=-0.002128 max=0.002505 Jy/beam ! Clean residual mean=-0.000007 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.0903208 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 130 components and 0.0903209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055919Jy sigma=1.260748 ! Fit after self-cal, rms=0.055914Jy sigma=1.260674 wmodel /scr/pima/bg219e_uvs/J2001+4352_S_map.mod ! Writing 130 model components to file: /scr/pima/bg219e_uvs/J2001+4352_S_map.mod wobs /scr/pima/bg219e_uvs/J2001+4352_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J2001+4352_S_uvs.fits wwins /scr/pima/bg219e_uvs/J2001+4352_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J2001+4352_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.000657818 Jy ! Component: 100 - total flux cleaned = 0.000696142 Jy ! Component: 150 - total flux cleaned = 0.000562056 Jy ! Component: 200 - total flux cleaned = 0.000530641 Jy ! Component: 250 - total flux cleaned = 0.000410404 Jy ! Component: 300 - total flux cleaned = 0.000411026 Jy ! Component: 350 - total flux cleaned = 0.000464395 Jy ! Component: 400 - total flux cleaned = 0.000541462 Jy ! Component: 450 - total flux cleaned = 0.00059053 Jy ! Component: 500 - total flux cleaned = 0.000614633 Jy ! Component: 550 - total flux cleaned = 0.000638057 Jy ! Component: 600 - total flux cleaned = 0.000550564 Jy ! Component: 650 - total flux cleaned = 0.000444179 Jy ! Component: 700 - total flux cleaned = 0.000361629 Jy ! Component: 750 - total flux cleaned = 0.000281622 Jy ! Component: 800 - total flux cleaned = 0.00024257 Jy ! Component: 850 - total flux cleaned = 0.000261333 Jy ! Component: 900 - total flux cleaned = 0.000316656 Jy ! Component: 950 - total flux cleaned = 0.000352327 Jy ! Component: 1000 - total flux cleaned = 0.000404949 Jy ! Component: 1050 - total flux cleaned = 0.000439009 Jy ! Component: 1100 - total flux cleaned = 0.000472954 Jy ! Component: 1150 - total flux cleaned = 0.000522701 Jy ! Component: 1200 - total flux cleaned = 0.000603282 Jy ! Component: 1250 - total flux cleaned = 0.000650647 Jy ! Component: 1300 - total flux cleaned = 0.000727891 Jy ! Component: 1350 - total flux cleaned = 0.000772842 Jy ! Component: 1400 - total flux cleaned = 0.000831914 Jy ! Component: 1450 - total flux cleaned = 0.000918594 Jy ! Component: 1500 - total flux cleaned = 0.00100326 Jy ! Component: 1550 - total flux cleaned = 0.00110028 Jy ! Component: 1600 - total flux cleaned = 0.00118173 Jy ! Component: 1650 - total flux cleaned = 0.00126162 Jy ! Component: 1700 - total flux cleaned = 0.00134022 Jy ! Component: 1750 - total flux cleaned = 0.00144275 Jy ! Component: 1800 - total flux cleaned = 0.00150576 Jy ! Component: 1850 - total flux cleaned = 0.00160461 Jy ! Component: 1900 - total flux cleaned = 0.00168967 Jy ! Component: 1950 - total flux cleaned = 0.00178518 Jy ! Component: 2000 - total flux cleaned = 0.00185567 Jy ! Component: 2050 - total flux cleaned = 0.00193641 Jy ! Component: 2100 - total flux cleaned = 0.00198191 Jy ! Component: 2150 - total flux cleaned = 0.00202667 Jy ! Component: 2200 - total flux cleaned = 0.00210402 Jy ! Component: 2250 - total flux cleaned = 0.00215866 Jy ! Component: 2300 - total flux cleaned = 0.00223385 Jy ! Component: 2350 - total flux cleaned = 0.00229739 Jy ! Component: 2400 - total flux cleaned = 0.00238103 Jy ! Component: 2450 - total flux cleaned = 0.00240172 Jy ! Component: 2500 - total flux cleaned = 0.00245263 Jy ! Component: 2550 - total flux cleaned = 0.00245269 Jy ! Component: 2600 - total flux cleaned = 0.00249273 Jy ! Component: 2650 - total flux cleaned = 0.00253216 Jy ! Component: 2700 - total flux cleaned = 0.00255149 Jy ! Component: 2750 - total flux cleaned = 0.00258993 Jy ! Component: 2800 - total flux cleaned = 0.00260896 Jy ! Component: 2850 - total flux cleaned = 0.00264673 Jy ! Component: 2900 - total flux cleaned = 0.00269331 Jy ! Component: 2950 - total flux cleaned = 0.00271168 Jy ! Component: 3000 - total flux cleaned = 0.00274823 Jy ! Component: 3050 - total flux cleaned = 0.00276637 Jy ! Component: 3100 - total flux cleaned = 0.00280218 Jy ! Component: 3150 - total flux cleaned = 0.00281104 Jy ! Component: 3200 - total flux cleaned = 0.00284613 Jy ! Component: 3250 - total flux cleaned = 0.00288088 Jy ! Component: 3300 - total flux cleaned = 0.00293248 Jy ! Component: 3350 - total flux cleaned = 0.00296657 Jy ! Component: 3400 - total flux cleaned = 0.0029835 Jy ! Component: 3450 - total flux cleaned = 0.00301715 Jy ! Component: 3500 - total flux cleaned = 0.00305047 Jy ! Component: 3550 - total flux cleaned = 0.00309183 Jy ! Component: 3600 - total flux cleaned = 0.00312464 Jy ! Component: 3650 - total flux cleaned = 0.00317347 Jy ! Component: 3700 - total flux cleaned = 0.00319778 Jy ! Component: 3750 - total flux cleaned = 0.00325393 Jy ! Component: 3800 - total flux cleaned = 0.00327783 Jy ! Component: 3850 - total flux cleaned = 0.00332534 Jy ! Component: 3900 - total flux cleaned = 0.00335683 Jy ! Component: 3950 - total flux cleaned = 0.00341925 Jy ! Component: 4000 - total flux cleaned = 0.00343469 Jy ! Component: 4050 - total flux cleaned = 0.0034887 Jy ! Total flux subtracted in 4096 components = 0.00351935 Jy ! Clean residual min=-0.000438 max=0.000520 Jy/beam ! Clean residual mean=0.000004 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0938402 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 409 components and 0.0938402 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J2001+4352_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.813 x 11.28 at 53.36 degrees (North through East) ! Clean map min=-0.0017027 max=0.063817 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J2001+4352_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0638171 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147636 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.694028 0.694028 1.38806 2.77611 5.55223 11.1045 22.2089 44.4178 88.8356 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.063 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 432.259 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J2001+4352_S_uvs.log closed on Thu Apr 7 06:51:47 2016