! Started logfile: /scr/pima/bg219g_uvs/J1817+0328_S_uvs.log on Thu Apr 7 07:22:13 2016 obs /scr/pima/bg219g_uvs/J1817+0328_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1817+0328_S_uva.fits ! AN table 1: 31 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.787634 visibilities/baseline/integration-bin. ! Found source: J1817+0328 ! ! 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 3516 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/bg219g_uvs/J1817+0328_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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001376Jy sigma=21.617335 ! Fit after self-cal, rms=0.917754Jy sigma=19.716832 ! 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.229 mas, bmaj=8.257 mas, bpa=-10.79 degrees ! Estimated noise=0.717867 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.0622931 Jy ! Component: 100 - total flux cleaned = 0.0823801 Jy ! Total flux subtracted in 100 components = 0.0823801 Jy ! Clean residual min=-0.006885 max=0.009835 Jy/beam ! Clean residual mean=0.000008 rms=0.002058 Jy/beam ! Combined flux in latest and established models = 0.0823801 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0823801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066013Jy sigma=1.372968 ! Fit after self-cal, rms=0.065380Jy sigma=1.361659 ! 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.861 mas, bmaj=8.726 mas, bpa=-8.634 degrees ! Estimated noise=0.601741 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.0154936 Jy ! Component: 100 - total flux cleaned = 0.0235027 Jy ! Component: 150 - total flux cleaned = 0.028194 Jy ! Component: 200 - total flux cleaned = 0.0311395 Jy ! Total flux subtracted in 200 components = 0.0311395 Jy ! Clean residual min=-0.003568 max=0.003465 Jy/beam ! Clean residual mean=-0.000001 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.11352 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 43 components and 0.11352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061952Jy sigma=1.276926 ! Fit after self-cal, rms=0.061909Jy sigma=1.275201 ! 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.861 x 8.726 at -8.634 degrees (North through East) ! Clean map min=-0.0033672 max=0.080551 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* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 HN 1.16 KP 1.00 LA 0.94 ! MK 1.09 NL 0.95 OV 1.06 PT 0.98 ! SC 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 HN 1.20 KP 0.98 LA 0.93 ! MK 1.09 NL 1.04 OV 1.03 PT 1.01 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.061909Jy sigma=1.275201 ! Fit after self-cal, rms=0.062272Jy sigma=1.270480 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.899 mas, bmaj=8.658 mas, bpa=-8.073 degrees ! Estimated noise=0.604252 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.00184328 Jy ! Component: 100 - total flux cleaned = 0.00225894 Jy ! Component: 150 - total flux cleaned = 0.0024068 Jy ! Component: 200 - total flux cleaned = 0.00253536 Jy ! Total flux subtracted in 200 components = 0.00253536 Jy ! Clean residual min=-0.003286 max=0.003028 Jy/beam ! Clean residual mean=-0.000004 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.116055 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.116055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062182Jy sigma=1.268669 ! Fit after self-cal, rms=0.062192Jy sigma=1.268270 ! 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.062192Jy sigma=1.268270 ! Fit after self-cal, rms=0.061703Jy sigma=1.264734 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.885 mas, bmaj=8.635 mas, bpa=-8.197 degrees ! Estimated noise=0.603548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110762 Jy ! Component: 100 - total flux cleaned = 0.00127997 Jy ! Component: 150 - total flux cleaned = 0.00130841 Jy ! Component: 200 - total flux cleaned = 0.00138305 Jy ! Total flux subtracted in 200 components = 0.00138305 Jy ! Clean residual min=-0.002910 max=0.002953 Jy/beam ! Clean residual mean=-0.000003 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.117438 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 57 components and 0.117438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061661Jy sigma=1.264061 ! Fit after self-cal, rms=0.061663Jy sigma=1.263865 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.000232839 Jy ! Component: 100 - total flux cleaned = 0.000257382 Jy ! Component: 150 - total flux cleaned = 0.000279522 Jy ! Component: 200 - total flux cleaned = 0.000319631 Jy ! Total flux subtracted in 200 components = 0.000319631 Jy ! Clean residual min=-0.002813 max=0.002933 Jy/beam ! Clean residual mean=-0.000003 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.117758 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.117758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061640Jy sigma=1.263550 ! Fit after self-cal, rms=0.061636Jy sigma=1.263488 ! 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.061636Jy sigma=1.263488 ! Fit after self-cal, rms=0.061386Jy sigma=1.263355 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.874 mas, bmaj=8.62 mas, bpa=-8.252 degrees ! Estimated noise=0.60294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000679847 Jy ! Component: 100 - total flux cleaned = 0.00082693 Jy ! Component: 150 - total flux cleaned = 0.000867784 Jy ! Component: 200 - total flux cleaned = 0.000868019 Jy ! Total flux subtracted in 200 components = 0.000868019 Jy ! Clean residual min=-0.002768 max=0.002892 Jy/beam ! Clean residual mean=-0.000003 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.118626 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.118626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061365Jy sigma=1.263036 ! Fit after self-cal, rms=0.061357Jy sigma=1.262983 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 = 6.62045e-05 Jy ! Component: 100 - total flux cleaned = 6.62588e-05 Jy ! Component: 150 - total flux cleaned = 6.59214e-05 Jy ! Component: 200 - total flux cleaned = 6.57847e-05 Jy ! Total flux subtracted in 200 components = 6.57847e-05 Jy ! Clean residual min=-0.002727 max=0.002898 Jy/beam ! Clean residual mean=-0.000003 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.118691 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.118691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061343Jy sigma=1.262796 ! Fit after self-cal, rms=0.061339Jy sigma=1.262763 ! 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.061339Jy sigma=1.262763 ! Fit after self-cal, rms=0.061227Jy sigma=1.262712 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.999 mas, bmaj=12.21 mas, bpa=-14.25 degrees ! Estimated noise=0.721516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420054 Jy ! Component: 100 - total flux cleaned = -0.000549408 Jy ! Component: 150 - total flux cleaned = -0.00063706 Jy ! Component: 200 - total flux cleaned = -0.000682556 Jy ! Total flux subtracted in 200 components = -0.000682556 Jy ! Clean residual min=-0.002946 max=0.003347 Jy/beam ! Clean residual mean=-0.000005 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.118009 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.118009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061229Jy sigma=1.262837 ! Fit after self-cal, rms=0.061220Jy sigma=1.262791 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 (-128, -98). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154295 Jy ! Component: 100 - total flux cleaned = 0.00199507 Jy ! Component: 150 - total flux cleaned = 0.00207014 Jy ! Component: 200 - total flux cleaned = 0.00200976 Jy ! Total flux subtracted in 200 components = 0.00200976 Jy ! Clean residual min=-0.002007 max=0.002625 Jy/beam ! Clean residual mean=-0.000005 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.120019 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 110 components and 0.120019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061124Jy sigma=1.260579 ! Fit after self-cal, rms=0.061117Jy sigma=1.260334 ! 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.867 mas, bmaj=8.607 mas, bpa=-8.283 degrees ! Estimated noise=0.602707 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.867 x 8.607 at -8.283 degrees (North through East) ! Clean map min=-0.002227 max=0.078546 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.235 mas, bmaj=8.162 mas, bpa=-10.65 degrees ! Estimated noise=0.724096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0633419 Jy ! Component: 100 - total flux cleaned = 0.0842288 Jy ! Component: 150 - total flux cleaned = 0.0956929 Jy ! Component: 200 - total flux cleaned = 0.102866 Jy ! Total flux subtracted in 200 components = 0.102866 Jy ! Clean residual min=-0.003859 max=0.004876 Jy/beam ! Clean residual mean=0.000003 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.102866 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.102866 Jy ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=8.607 mas, bpa=-8.283 degrees ! Estimated noise=0.602707 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.00653227 Jy ! Component: 100 - total flux cleaned = 0.0102722 Jy ! Component: 150 - total flux cleaned = 0.0122581 Jy ! Component: 200 - total flux cleaned = 0.0135523 Jy ! Total flux subtracted in 200 components = 0.0135523 Jy ! Clean residual min=-0.003219 max=0.002918 Jy/beam ! Clean residual mean=-0.000001 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.116418 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 60 components and 0.116418 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=6.999 mas, bmaj=12.21 mas, bpa=-14.25 degrees ! Estimated noise=0.721516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153194 Jy ! Component: 100 - total flux cleaned = 0.00233704 Jy ! Component: 150 - total flux cleaned = 0.0027497 Jy ! Component: 200 - total flux cleaned = 0.00281918 Jy ! Total flux subtracted in 200 components = 0.00281918 Jy ! Clean residual min=-0.002013 max=0.002527 Jy/beam ! Clean residual mean=-0.000004 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.119237 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.18027e-05 Jy ! Component: 100 - total flux cleaned = 8.9418e-05 Jy ! Component: 150 - total flux cleaned = 0.000141447 Jy ! Component: 200 - total flux cleaned = 0.000188018 Jy ! Total flux subtracted in 200 components = 0.000188018 Jy ! Clean residual min=-0.001887 max=0.002465 Jy/beam ! Clean residual mean=-0.000004 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.119425 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 113 components and 0.119425 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=8.607 mas, bpa=-8.283 degrees ! Estimated noise=0.602707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000296839 Jy ! Component: 100 - total flux cleaned = 0.000602539 Jy ! Component: 150 - total flux cleaned = 0.00069637 Jy ! Component: 200 - total flux cleaned = 0.00082561 Jy ! Total flux subtracted in 200 components = 0.00082561 Jy ! Clean residual min=-0.002373 max=0.002880 Jy/beam ! Clean residual mean=-0.000002 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.120251 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 131 components and 0.120251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061095Jy sigma=1.259661 ! Fit after self-cal, rms=0.061085Jy sigma=1.259395 wmodel /scr/pima/bg219g_uvs/J1817+0328_S_map.mod ! Writing 131 model components to file: /scr/pima/bg219g_uvs/J1817+0328_S_map.mod wobs /scr/pima/bg219g_uvs/J1817+0328_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1817+0328_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1817+0328_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219g_uvs/J1817+0328_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.000980787 Jy ! Component: 100 - total flux cleaned = 0.000783996 Jy ! Component: 150 - total flux cleaned = 0.000785984 Jy ! Component: 200 - total flux cleaned = 0.000719624 Jy ! Component: 250 - total flux cleaned = 0.000719956 Jy ! Component: 300 - total flux cleaned = 0.00057118 Jy ! Component: 350 - total flux cleaned = 0.000457289 Jy ! Component: 400 - total flux cleaned = 0.000293038 Jy ! Component: 450 - total flux cleaned = 0.000109486 Jy ! Component: 500 - total flux cleaned = 3.36457e-05 Jy ! Component: 550 - total flux cleaned = -0.000112414 Jy ! Component: 600 - total flux cleaned = -0.000276226 Jy ! Component: 650 - total flux cleaned = -0.000343854 Jy ! Component: 700 - total flux cleaned = -0.000387901 Jy ! Component: 750 - total flux cleaned = -0.000431461 Jy ! Component: 800 - total flux cleaned = -0.000514532 Jy ! Component: 850 - total flux cleaned = -0.00057442 Jy ! Component: 900 - total flux cleaned = -0.000593752 Jy ! Component: 950 - total flux cleaned = -0.000651455 Jy ! Component: 1000 - total flux cleaned = -0.000707851 Jy ! Component: 1050 - total flux cleaned = -0.000798758 Jy ! Component: 1100 - total flux cleaned = -0.000852387 Jy ! Component: 1150 - total flux cleaned = -0.000939464 Jy ! Component: 1200 - total flux cleaned = -0.0010078 Jy ! Component: 1250 - total flux cleaned = -0.00105737 Jy ! Component: 1300 - total flux cleaned = -0.00107359 Jy ! Component: 1350 - total flux cleaned = -0.00113731 Jy ! Component: 1400 - total flux cleaned = -0.00118415 Jy ! Component: 1450 - total flux cleaned = -0.00122993 Jy ! Component: 1500 - total flux cleaned = -0.00130478 Jy ! Component: 1550 - total flux cleaned = -0.00139323 Jy ! Component: 1600 - total flux cleaned = -0.00142218 Jy ! Component: 1650 - total flux cleaned = -0.00146508 Jy ! Component: 1700 - total flux cleaned = -0.00149342 Jy ! Component: 1750 - total flux cleaned = -0.00156308 Jy ! Component: 1800 - total flux cleaned = -0.0015629 Jy ! Component: 1850 - total flux cleaned = -0.00152238 Jy ! Component: 1900 - total flux cleaned = -0.00150928 Jy ! Component: 1950 - total flux cleaned = -0.00152256 Jy ! Component: 2000 - total flux cleaned = -0.0015095 Jy ! Component: 2050 - total flux cleaned = -0.00150945 Jy ! Component: 2100 - total flux cleaned = -0.00147096 Jy ! Component: 2150 - total flux cleaned = -0.00149611 Jy ! Component: 2200 - total flux cleaned = -0.00149602 Jy ! Component: 2250 - total flux cleaned = -0.00149605 Jy ! Component: 2300 - total flux cleaned = -0.00149615 Jy ! Component: 2350 - total flux cleaned = -0.00149623 Jy ! Component: 2400 - total flux cleaned = -0.00146018 Jy ! Component: 2450 - total flux cleaned = -0.00142439 Jy ! Component: 2500 - total flux cleaned = -0.00137723 Jy ! Component: 2550 - total flux cleaned = -0.00135382 Jy ! Component: 2600 - total flux cleaned = -0.00133048 Jy ! Component: 2650 - total flux cleaned = -0.00129582 Jy ! Component: 2700 - total flux cleaned = -0.00126148 Jy ! Component: 2750 - total flux cleaned = -0.00123867 Jy ! Component: 2800 - total flux cleaned = -0.00120476 Jy ! Component: 2850 - total flux cleaned = -0.00115998 Jy ! Component: 2900 - total flux cleaned = -0.00113766 Jy ! Component: 2950 - total flux cleaned = -0.00109332 Jy ! Component: 3000 - total flux cleaned = -0.00106035 Jy ! Component: 3050 - total flux cleaned = -0.000994712 Jy ! Component: 3100 - total flux cleaned = -0.000962088 Jy ! Component: 3150 - total flux cleaned = -0.000940454 Jy ! Component: 3200 - total flux cleaned = -0.000897344 Jy ! Component: 3250 - total flux cleaned = -0.00086512 Jy ! Component: 3300 - total flux cleaned = -0.000843652 Jy ! Component: 3350 - total flux cleaned = -0.000790377 Jy ! Component: 3400 - total flux cleaned = -0.000758462 Jy ! Component: 3450 - total flux cleaned = -0.000726709 Jy ! Component: 3500 - total flux cleaned = -0.000673991 Jy ! Component: 3550 - total flux cleaned = -0.000631951 Jy ! Component: 3600 - total flux cleaned = -0.000590108 Jy ! Component: 3650 - total flux cleaned = -0.000558788 Jy ! Component: 3700 - total flux cleaned = -0.000527659 Jy ! Component: 3750 - total flux cleaned = -0.00049654 Jy ! Component: 3800 - total flux cleaned = -0.000475875 Jy ! Component: 3850 - total flux cleaned = -0.000455272 Jy ! Component: 3900 - total flux cleaned = -0.000414068 Jy ! Component: 3950 - total flux cleaned = -0.000372966 Jy ! Component: 4000 - total flux cleaned = -0.000342204 Jy ! Component: 4050 - total flux cleaned = -0.00034219 Jy ! Total flux subtracted in 4096 components = -0.000311577 Jy ! Clean residual min=-0.000572 max=0.000601 Jy/beam ! Clean residual mean=-0.000000 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.119939 Jy keep ! Adding 254 model components to the UV plane model. ! The established model now contains 385 components and 0.119939 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1817+0328_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.867 x 8.607 at -8.283 degrees (North through East) ! Clean map min=-0.0015134 max=0.078758 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1817+0328_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0787576 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173401 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.66051 0.66051 1.32102 2.64204 5.28408 10.5682 21.1363 42.2727 84.5453 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.078 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 454.194 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1817+0328_S_uvs.log closed on Thu Apr 7 07:22:17 2016