! Started logfile: /scr/pima/bg219b_uvs/J0217-0121_S_uvs.log on Thu Apr 7 01:09:45 2016 obs /scr/pima/bg219b_uvs/J0217-0121_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0217-0121_S_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.796825 visibilities/baseline/integration-bin. ! Found source: J0217-0121 ! ! 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 4016 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/J0217-0121_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 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 52 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007448Jy sigma=21.307215 ! Fit after self-cal, rms=0.905158Jy sigma=19.159799 ! 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.208 mas, bmaj=7.198 mas, bpa=4.59 degrees ! Estimated noise=0.789529 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.0753551 Jy ! Component: 100 - total flux cleaned = 0.0917874 Jy ! Total flux subtracted in 100 components = 0.0917874 Jy ! Clean residual min=-0.004466 max=0.004591 Jy/beam ! Clean residual mean=0.000011 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.0917874 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.0917874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067221Jy sigma=1.346250 ! Fit after self-cal, rms=0.066003Jy sigma=1.317230 ! 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.015 mas, bmaj=8.082 mas, bpa=3.251 degrees ! Estimated noise=0.597306 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.00474601 Jy ! Component: 100 - total flux cleaned = 0.00549397 Jy ! Component: 150 - total flux cleaned = 0.00553033 Jy ! Component: 200 - total flux cleaned = 0.00545817 Jy ! Total flux subtracted in 200 components = 0.00545817 Jy ! Clean residual min=-0.004021 max=0.003523 Jy/beam ! Clean residual mean=0.000014 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.0972456 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0972456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065675Jy sigma=1.311288 ! Fit after self-cal, rms=0.065674Jy sigma=1.311230 ! 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.015 x 8.082 at 3.251 degrees (North through East) ! Clean map min=-0.0039298 max=0.097844 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.04 KP 0.98 ! LA 0.92 MK 1.01 NL 0.96 OV 1.00 ! PT 1.19 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.00 KP 1.00 ! LA 0.92 MK 1.03 NL 0.98 OV 0.98 ! PT 1.15 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 0.98 KP 1.01 ! LA 0.94 MK 0.94 NL 1.02 OV 0.93 ! PT 1.10 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.93 HN 0.94 KP 1.01 ! LA 0.98 MK 0.98 NL 1.04 OV 0.95 ! PT 1.05 SC 0.99 ! ! ! Fit before self-cal, rms=0.065674Jy sigma=1.311230 ! Fit after self-cal, rms=0.064813Jy sigma=1.301909 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.003 mas, bmaj=8.07 mas, bpa=3.149 degrees ! Estimated noise=0.595041 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 = -5.7082e-05 Jy ! Component: 100 - total flux cleaned = -7.54245e-05 Jy ! Component: 150 - total flux cleaned = -0.000110443 Jy ! Component: 200 - total flux cleaned = -0.000141322 Jy ! Total flux subtracted in 200 components = -0.000141322 Jy ! Clean residual min=-0.003511 max=0.003121 Jy/beam ! Clean residual mean=0.000008 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.0971042 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.0971042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064797Jy sigma=1.301693 ! Fit after self-cal, rms=0.064822Jy sigma=1.301364 ! 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.064822Jy sigma=1.301364 ! Fit after self-cal, rms=0.064158Jy sigma=1.294817 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.009 mas, bmaj=8.091 mas, bpa=3.232 degrees ! Estimated noise=0.587747 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113087 Jy ! Component: 100 - total flux cleaned = -0.00142297 Jy ! Component: 150 - total flux cleaned = -0.00145996 Jy ! Component: 200 - total flux cleaned = -0.00149101 Jy ! Total flux subtracted in 200 components = -0.00149101 Jy ! Clean residual min=-0.002988 max=0.002854 Jy/beam ! Clean residual mean=0.000007 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0956132 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.0956132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064134Jy sigma=1.294438 ! Fit after self-cal, rms=0.064143Jy sigma=1.294303 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.41351e-06 Jy ! Component: 100 - total flux cleaned = 5.72079e-06 Jy ! Component: 150 - total flux cleaned = 4.79588e-06 Jy ! Component: 200 - total flux cleaned = 4.27646e-06 Jy ! Total flux subtracted in 200 components = 4.27646e-06 Jy ! Clean residual min=-0.002960 max=0.002855 Jy/beam ! Clean residual mean=0.000007 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0956175 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.0956175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064136Jy sigma=1.294200 ! Fit after self-cal, rms=0.064136Jy sigma=1.294178 ! 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.064136Jy sigma=1.294178 ! Fit after self-cal, rms=0.064314Jy sigma=1.292585 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.01 mas, bmaj=8.099 mas, bpa=3.124 degrees ! Estimated noise=0.585318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00048225 Jy ! Component: 100 - total flux cleaned = -0.000510053 Jy ! Component: 150 - total flux cleaned = -0.000522042 Jy ! Component: 200 - total flux cleaned = -0.000511467 Jy ! Total flux subtracted in 200 components = -0.000511467 Jy ! Clean residual min=-0.002800 max=0.002918 Jy/beam ! Clean residual mean=0.000006 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.095106 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.095106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064306Jy sigma=1.292466 ! Fit after self-cal, rms=0.064323Jy sigma=1.292401 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.83234e-06 Jy ! Component: 100 - total flux cleaned = 6.86286e-06 Jy ! Component: 150 - total flux cleaned = 6.93903e-06 Jy ! Component: 200 - total flux cleaned = 1.60126e-05 Jy ! Total flux subtracted in 200 components = 1.60126e-05 Jy ! Clean residual min=-0.002794 max=0.002923 Jy/beam ! Clean residual mean=0.000006 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.095122 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.095122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064319Jy sigma=1.292345 ! Fit after self-cal, rms=0.064320Jy sigma=1.292333 ! 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.064320Jy sigma=1.292333 ! Fit after self-cal, rms=0.064136Jy sigma=1.292292 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.915 mas, bmaj=12.58 mas, bpa=-0.3432 degrees ! Estimated noise=0.680467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.65887e-05 Jy ! Component: 100 - total flux cleaned = -4.9134e-05 Jy ! Component: 150 - total flux cleaned = -2.85955e-05 Jy ! Component: 200 - total flux cleaned = 7.06729e-06 Jy ! Total flux subtracted in 200 components = 7.06729e-06 Jy ! Clean residual min=-0.003190 max=0.002942 Jy/beam ! Clean residual mean=0.000010 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.0951291 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.0951291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064135Jy sigma=1.292266 ! Fit after self-cal, rms=0.064137Jy sigma=1.292247 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.31103e-05 Jy ! Component: 100 - total flux cleaned = 9.24253e-05 Jy ! Component: 150 - total flux cleaned = 9.95019e-05 Jy ! Component: 200 - total flux cleaned = 0.000113036 Jy ! Total flux subtracted in 200 components = 0.000113036 Jy ! Clean residual min=-0.003195 max=0.002947 Jy/beam ! Clean residual mean=0.000010 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.0952421 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.0952421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064137Jy sigma=1.292263 ! Fit after self-cal, rms=0.064137Jy sigma=1.292248 ! 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.011 mas, bmaj=8.103 mas, bpa=3.035 degrees ! Estimated noise=0.583117 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.011 x 8.103 at 3.035 degrees (North through East) ! Clean map min=-0.0027314 max=0.095684 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.201 mas, bmaj=7.213 mas, bpa=4.379 degrees ! Estimated noise=0.770692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.074113 Jy ! Component: 100 - total flux cleaned = 0.0903894 Jy ! Component: 150 - total flux cleaned = 0.0926851 Jy ! Component: 200 - total flux cleaned = 0.0930201 Jy ! Total flux subtracted in 200 components = 0.0930201 Jy ! Clean residual min=-0.003452 max=0.003993 Jy/beam ! Clean residual mean=0.000005 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.0930201 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0930201 Jy ! Inverting map and beam ! Estimated beam: bmin=4.011 mas, bmaj=8.103 mas, bpa=3.035 degrees ! Estimated noise=0.583117 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.00167342 Jy ! Component: 100 - total flux cleaned = 0.0017467 Jy ! Component: 150 - total flux cleaned = 0.00172235 Jy ! Component: 200 - total flux cleaned = 0.00165529 Jy ! Total flux subtracted in 200 components = 0.00165529 Jy ! Clean residual min=-0.002797 max=0.002904 Jy/beam ! Clean residual mean=0.000006 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0946754 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.0946754 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.915 mas, bmaj=12.58 mas, bpa=-0.3432 degrees ! Estimated noise=0.680467 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507961 Jy ! Component: 100 - total flux cleaned = 0.000526982 Jy ! Component: 150 - total flux cleaned = 0.000541972 Jy ! Component: 200 - total flux cleaned = 0.000555069 Jy ! Total flux subtracted in 200 components = 0.000555069 Jy ! Clean residual min=-0.003213 max=0.002932 Jy/beam ! Clean residual mean=0.000010 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.0952305 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 = 1.24224e-05 Jy ! Component: 100 - total flux cleaned = 2.4524e-05 Jy ! Component: 150 - total flux cleaned = 3.02551e-05 Jy ! Component: 200 - total flux cleaned = 3.59157e-05 Jy ! Total flux subtracted in 200 components = 3.59157e-05 Jy ! Clean residual min=-0.003215 max=0.002935 Jy/beam ! Clean residual mean=0.000010 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.0952664 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 29 components and 0.0952664 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.011 mas, bmaj=8.103 mas, bpa=3.035 degrees ! Estimated noise=0.583117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000275247 Jy ! Component: 100 - total flux cleaned = -0.00029376 Jy ! Component: 150 - total flux cleaned = -0.000310338 Jy ! Component: 200 - total flux cleaned = -0.000324953 Jy ! Total flux subtracted in 200 components = -0.000324953 Jy ! Clean residual min=-0.002819 max=0.002930 Jy/beam ! Clean residual mean=0.000006 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.0949414 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.0949414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064152Jy sigma=1.292569 ! Fit after self-cal, rms=0.064154Jy sigma=1.292508 wmodel /scr/pima/bg219b_uvs/J0217-0121_S_map.mod ! Writing 36 model components to file: /scr/pima/bg219b_uvs/J0217-0121_S_map.mod wobs /scr/pima/bg219b_uvs/J0217-0121_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0217-0121_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0217-0121_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219b_uvs/J0217-0121_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.000173506 Jy ! Component: 100 - total flux cleaned = 0.000601713 Jy ! Component: 150 - total flux cleaned = 0.001004 Jy ! Component: 200 - total flux cleaned = 0.00146828 Jy ! Component: 250 - total flux cleaned = 0.00195542 Jy ! Component: 300 - total flux cleaned = 0.00234586 Jy ! Component: 350 - total flux cleaned = 0.00264878 Jy ! Component: 400 - total flux cleaned = 0.00298053 Jy ! Component: 450 - total flux cleaned = 0.00330302 Jy ! Component: 500 - total flux cleaned = 0.0035819 Jy ! Component: 550 - total flux cleaned = 0.00382 Jy ! Component: 600 - total flux cleaned = 0.00418726 Jy ! Component: 650 - total flux cleaned = 0.00444778 Jy ! Component: 700 - total flux cleaned = 0.00463971 Jy ! Component: 750 - total flux cleaned = 0.00485998 Jy ! Component: 800 - total flux cleaned = 0.00507642 Jy ! Component: 850 - total flux cleaned = 0.00528843 Jy ! Component: 900 - total flux cleaned = 0.00543765 Jy ! Component: 950 - total flux cleaned = 0.00561452 Jy ! Component: 1000 - total flux cleaned = 0.00581838 Jy ! Component: 1050 - total flux cleaned = 0.0061045 Jy ! Component: 1100 - total flux cleaned = 0.00627375 Jy ! Component: 1150 - total flux cleaned = 0.00649669 Jy ! Component: 1200 - total flux cleaned = 0.00674387 Jy ! Component: 1250 - total flux cleaned = 0.0068526 Jy ! Component: 1300 - total flux cleaned = 0.00717426 Jy ! Component: 1350 - total flux cleaned = 0.0073595 Jy ! Component: 1400 - total flux cleaned = 0.00751682 Jy ! Component: 1450 - total flux cleaned = 0.00772406 Jy ! Component: 1500 - total flux cleaned = 0.00785181 Jy ! Component: 1550 - total flux cleaned = 0.00800399 Jy ! Component: 1600 - total flux cleaned = 0.00820471 Jy ! Component: 1650 - total flux cleaned = 0.00830387 Jy ! Component: 1700 - total flux cleaned = 0.00852414 Jy ! Component: 1750 - total flux cleaned = 0.00859729 Jy ! Component: 1800 - total flux cleaned = 0.0088613 Jy ! Component: 1850 - total flux cleaned = 0.00902755 Jy ! Component: 1900 - total flux cleaned = 0.00921563 Jy ! Component: 1950 - total flux cleaned = 0.00930829 Jy ! Component: 2000 - total flux cleaned = 0.00944602 Jy ! Component: 2050 - total flux cleaned = 0.00949125 Jy ! Component: 2100 - total flux cleaned = 0.00960423 Jy ! Component: 2150 - total flux cleaned = 0.00967132 Jy ! Component: 2200 - total flux cleaned = 0.00982669 Jy ! Component: 2250 - total flux cleaned = 0.00989274 Jy ! Component: 2300 - total flux cleaned = 0.0100235 Jy ! Component: 2350 - total flux cleaned = 0.0101534 Jy ! Component: 2400 - total flux cleaned = 0.0103032 Jy ! Component: 2450 - total flux cleaned = 0.0104936 Jy ! Component: 2500 - total flux cleaned = 0.0105354 Jy ! Component: 2550 - total flux cleaned = 0.0106607 Jy ! Component: 2600 - total flux cleaned = 0.0107849 Jy ! Component: 2650 - total flux cleaned = 0.010949 Jy ! Component: 2700 - total flux cleaned = 0.0111317 Jy ! Component: 2750 - total flux cleaned = 0.0112725 Jy ! Component: 2800 - total flux cleaned = 0.0114526 Jy ! Component: 2850 - total flux cleaned = 0.0115516 Jy ! Component: 2900 - total flux cleaned = 0.0117876 Jy ! Component: 2950 - total flux cleaned = 0.0118654 Jy ! Component: 3000 - total flux cleaned = 0.0119623 Jy ! Component: 3050 - total flux cleaned = 0.0121542 Jy ! Component: 3100 - total flux cleaned = 0.0121924 Jy ! Component: 3150 - total flux cleaned = 0.0124382 Jy ! Component: 3200 - total flux cleaned = 0.0124193 Jy ! Component: 3250 - total flux cleaned = 0.0126058 Jy ! Component: 3300 - total flux cleaned = 0.0127722 Jy ! Component: 3350 - total flux cleaned = 0.0128272 Jy ! Component: 3400 - total flux cleaned = 0.0129005 Jy ! Component: 3450 - total flux cleaned = 0.0130637 Jy ! Component: 3500 - total flux cleaned = 0.0131716 Jy ! Component: 3550 - total flux cleaned = 0.0131714 Jy ! Component: 3600 - total flux cleaned = 0.0133136 Jy ! Component: 3650 - total flux cleaned = 0.0134191 Jy ! Component: 3700 - total flux cleaned = 0.0135414 Jy ! Component: 3750 - total flux cleaned = 0.013611 Jy ! Component: 3800 - total flux cleaned = 0.0137316 Jy ! Component: 3850 - total flux cleaned = 0.0138004 Jy ! Component: 3900 - total flux cleaned = 0.0139876 Jy ! Component: 3950 - total flux cleaned = 0.0139708 Jy ! Component: 4000 - total flux cleaned = 0.0140212 Jy ! Component: 4050 - total flux cleaned = 0.014138 Jy ! Total flux subtracted in 4096 components = 0.0141214 Jy ! Clean residual min=-0.001283 max=0.000881 Jy/beam ! Clean residual mean=0.000002 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.109063 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 358 components and 0.109063 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0217-0121_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.011 x 8.103 at 3.035 degrees (North through East) ! Clean map min=-0.0018925 max=0.095149 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0217-0121_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0951486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00031647 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.997819 0.997819 1.99564 3.99127 7.98255 15.9651 31.9302 63.8604 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 300.655 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0217-0121_S_uvs.log closed on Thu Apr 7 01:09:49 2016