! Started logfile: /scr/pima/bg219h_uvs/J1253+4107_S_uvs.log on Thu Apr 7 09:03:02 2016 obs /scr/pima/bg219h_uvs/J1253+4107_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1253+4107_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688519 visibilities/baseline/integration-bin. ! Found source: J1253+4107 ! ! 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 7436 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/bg219h_uvs/J1253+4107_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 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 127 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000047Jy sigma=25.159425 ! Fit after self-cal, rms=0.929273Jy sigma=23.349122 ! 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.174 mas, bmaj=4.06 mas, bpa=-20.65 degrees ! Estimated noise=0.610369 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.0553839 Jy ! Component: 100 - total flux cleaned = 0.0676365 Jy ! Total flux subtracted in 100 components = 0.0676365 Jy ! Clean residual min=-0.003352 max=0.003717 Jy/beam ! Clean residual mean=0.000003 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.0676365 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0676365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056939Jy sigma=1.343368 ! Fit after self-cal, rms=0.056560Jy sigma=1.336263 ! 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.937 mas, bmaj=4.977 mas, bpa=-23.07 degrees ! Estimated noise=0.350349 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.00456561 Jy ! Component: 100 - total flux cleaned = 0.00627226 Jy ! Component: 150 - total flux cleaned = 0.00709336 Jy ! Component: 200 - total flux cleaned = 0.00757504 Jy ! Total flux subtracted in 200 components = 0.00757504 Jy ! Clean residual min=-0.002294 max=0.002196 Jy/beam ! Clean residual mean=0.000003 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.0752115 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 22 components and 0.0752115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056248Jy sigma=1.327680 ! Fit after self-cal, rms=0.056249Jy sigma=1.327595 ! 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.937 x 4.977 at -23.07 degrees (North through East) ! Clean map min=-0.0022678 max=0.072507 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.01 KP 0.95 ! LA 0.95 MK 1.02 NL 0.99 OV 1.03 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 0.94 KP 0.97 ! LA 1.01 MK 0.97 NL 0.97 OV 0.99 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.05 KP 1.05 ! LA 0.97 MK 1.02 NL 1.15 OV 1.01 ! PT 0.99 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.08 KP 1.02 ! LA 0.96 MK 0.96 NL 1.06 OV 0.97 ! PT 1.01 SC 1.01 ! ! ! Fit before self-cal, rms=0.056249Jy sigma=1.327595 ! Fit after self-cal, rms=0.056511Jy sigma=1.322975 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.947 mas, bmaj=5 mas, bpa=-23.31 degrees ! Estimated noise=0.350026 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.63348e-05 Jy ! Component: 100 - total flux cleaned = -3.40777e-05 Jy ! Component: 150 - total flux cleaned = -3.34382e-05 Jy ! Component: 200 - total flux cleaned = -3.32856e-05 Jy ! Total flux subtracted in 200 components = -3.32856e-05 Jy ! Clean residual min=-0.002305 max=0.002003 Jy/beam ! Clean residual mean=0.000003 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0751783 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.0751783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056507Jy sigma=1.322889 ! Fit after self-cal, rms=0.056508Jy sigma=1.322764 ! 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.056508Jy sigma=1.322764 ! Fit after self-cal, rms=0.056801Jy sigma=1.320245 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.944 mas, bmaj=4.952 mas, bpa=-22.84 degrees ! Estimated noise=0.349891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400016 Jy ! Component: 100 - total flux cleaned = 0.000416031 Jy ! Component: 150 - total flux cleaned = 0.000428079 Jy ! Component: 200 - total flux cleaned = 0.00042834 Jy ! Total flux subtracted in 200 components = 0.00042834 Jy ! Clean residual min=-0.002164 max=0.001988 Jy/beam ! Clean residual mean=-0.000000 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0756066 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.0756066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056791Jy sigma=1.320064 ! Fit after self-cal, rms=0.056808Jy sigma=1.319961 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.26035e-05 Jy ! Component: 100 - total flux cleaned = -5.08396e-06 Jy ! Component: 150 - total flux cleaned = 9.77197e-06 Jy ! Component: 200 - total flux cleaned = 1.72395e-05 Jy ! Total flux subtracted in 200 components = 1.72395e-05 Jy ! Clean residual min=-0.002171 max=0.001973 Jy/beam ! Clean residual mean=-0.000000 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0756238 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.0756238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056806Jy sigma=1.319902 ! Fit after self-cal, rms=0.056806Jy sigma=1.319896 ! 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.056806Jy sigma=1.319896 ! Fit after self-cal, rms=0.056860Jy sigma=1.319827 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.941 mas, bmaj=4.927 mas, bpa=-22.53 degrees ! Estimated noise=0.350005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000300194 Jy ! Component: 100 - total flux cleaned = 0.000311381 Jy ! Component: 150 - total flux cleaned = 0.000329659 Jy ! Component: 200 - total flux cleaned = 0.000337623 Jy ! Total flux subtracted in 200 components = 0.000337623 Jy ! Clean residual min=-0.002181 max=0.001966 Jy/beam ! Clean residual mean=-0.000000 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0759615 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.0759615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056855Jy sigma=1.319751 ! Fit after self-cal, rms=0.056856Jy sigma=1.319746 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.00046e-06 Jy ! Component: 100 - total flux cleaned = 3.19473e-06 Jy ! Component: 150 - total flux cleaned = 9.88689e-06 Jy ! Component: 200 - total flux cleaned = 9.84323e-06 Jy ! Total flux subtracted in 200 components = 9.84323e-06 Jy ! Clean residual min=-0.002172 max=0.001955 Jy/beam ! Clean residual mean=-0.000000 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0759713 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.0759713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056855Jy sigma=1.319704 ! Fit after self-cal, rms=0.056855Jy sigma=1.319702 ! 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.056855Jy sigma=1.319702 ! Fit after self-cal, rms=0.056898Jy sigma=1.319674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.119 mas, bmaj=8.821 mas, bpa=-20.77 degrees ! Estimated noise=0.424291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000626125 Jy ! Component: 100 - total flux cleaned = 0.000674177 Jy ! Component: 150 - total flux cleaned = 0.000715315 Jy ! Component: 200 - total flux cleaned = 0.000743661 Jy ! Total flux subtracted in 200 components = 0.000743661 Jy ! Clean residual min=-0.002017 max=0.002180 Jy/beam ! Clean residual mean=-0.000001 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.076715 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 46 components and 0.076715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056898Jy sigma=1.319737 ! Fit after self-cal, rms=0.056897Jy sigma=1.319696 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.000112128 Jy ! Component: 100 - total flux cleaned = 0.000112106 Jy ! Component: 150 - total flux cleaned = 0.000112428 Jy ! Component: 200 - total flux cleaned = 0.000120179 Jy ! Total flux subtracted in 200 components = 0.000120179 Jy ! Clean residual min=-0.002017 max=0.002153 Jy/beam ! Clean residual mean=-0.000001 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.0768351 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.0768351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056901Jy sigma=1.319796 ! Fit after self-cal, rms=0.056900Jy sigma=1.319771 ! 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.939 mas, bmaj=4.911 mas, bpa=-22.34 degrees ! Estimated noise=0.350225 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.939 x 4.911 at -22.34 degrees (North through East) ! Clean map min=-0.0020734 max=0.072209 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.188 mas, bmaj=4.008 mas, bpa=-19.26 degrees ! Estimated noise=0.610244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0555584 Jy ! Component: 100 - total flux cleaned = 0.0680081 Jy ! Component: 150 - total flux cleaned = 0.0722422 Jy ! Component: 200 - total flux cleaned = 0.0745539 Jy ! Total flux subtracted in 200 components = 0.0745539 Jy ! Clean residual min=-0.002638 max=0.002985 Jy/beam ! Clean residual mean=0.000000 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.074554 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.074554 Jy ! Inverting map and beam ! Estimated beam: bmin=3.939 mas, bmaj=4.911 mas, bpa=-22.34 degrees ! Estimated noise=0.350225 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.00148061 Jy ! Component: 100 - total flux cleaned = 0.0016978 Jy ! Component: 150 - total flux cleaned = 0.00175748 Jy ! Component: 200 - total flux cleaned = 0.0017753 Jy ! Total flux subtracted in 200 components = 0.0017753 Jy ! Clean residual min=-0.002235 max=0.001959 Jy/beam ! Clean residual mean=-0.000000 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.0763293 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.0763293 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=8.119 mas, bmaj=8.821 mas, bpa=-20.77 degrees ! Estimated noise=0.424291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000314606 Jy ! Component: 100 - total flux cleaned = 0.000329412 Jy ! Component: 150 - total flux cleaned = 0.000359776 Jy ! Component: 200 - total flux cleaned = 0.000401847 Jy ! Total flux subtracted in 200 components = 0.000401847 Jy ! Clean residual min=-0.002065 max=0.002199 Jy/beam ! Clean residual mean=-0.000001 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0767311 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 = 2.66753e-05 Jy ! Component: 100 - total flux cleaned = 6.47486e-05 Jy ! Component: 150 - total flux cleaned = 8.81855e-05 Jy ! Component: 200 - total flux cleaned = 0.000110797 Jy ! Total flux subtracted in 200 components = 0.000110797 Jy ! Clean residual min=-0.002049 max=0.002177 Jy/beam ! Clean residual mean=-0.000001 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0768419 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0768419 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.939 mas, bmaj=4.911 mas, bpa=-22.34 degrees ! Estimated noise=0.350225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000140163 Jy ! Component: 100 - total flux cleaned = -0.000171367 Jy ! Component: 150 - total flux cleaned = -0.000185044 Jy ! Component: 200 - total flux cleaned = -0.000197612 Jy ! Total flux subtracted in 200 components = -0.000197612 Jy ! Clean residual min=-0.002172 max=0.001916 Jy/beam ! Clean residual mean=-0.000000 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0766443 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.0766443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056899Jy sigma=1.319755 ! Fit after self-cal, rms=0.056899Jy sigma=1.319736 wmodel /scr/pima/bg219h_uvs/J1253+4107_S_map.mod ! Writing 47 model components to file: /scr/pima/bg219h_uvs/J1253+4107_S_map.mod wobs /scr/pima/bg219h_uvs/J1253+4107_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J1253+4107_S_uvs.fits wwins /scr/pima/bg219h_uvs/J1253+4107_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J1253+4107_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.000649147 Jy ! Component: 100 - total flux cleaned = -0.000653657 Jy ! Component: 150 - total flux cleaned = -0.000467801 Jy ! Component: 200 - total flux cleaned = -0.000378902 Jy ! Component: 250 - total flux cleaned = -0.000292922 Jy ! Component: 300 - total flux cleaned = -0.000238303 Jy ! Component: 350 - total flux cleaned = -0.000318466 Jy ! Component: 400 - total flux cleaned = -0.000370165 Jy ! Component: 450 - total flux cleaned = -0.000445859 Jy ! Component: 500 - total flux cleaned = -0.000544374 Jy ! Component: 550 - total flux cleaned = -0.00064028 Jy ! Component: 600 - total flux cleaned = -0.000710097 Jy ! Component: 650 - total flux cleaned = -0.000710234 Jy ! Component: 700 - total flux cleaned = -0.000800938 Jy ! Component: 750 - total flux cleaned = -0.000822904 Jy ! Component: 800 - total flux cleaned = -0.000866288 Jy ! Component: 850 - total flux cleaned = -0.000866844 Jy ! Component: 900 - total flux cleaned = -0.000950532 Jy ! Component: 950 - total flux cleaned = -0.0010123 Jy ! Component: 1000 - total flux cleaned = -0.00111258 Jy ! Component: 1050 - total flux cleaned = -0.00113172 Jy ! Component: 1100 - total flux cleaned = -0.00122891 Jy ! Component: 1150 - total flux cleaned = -0.00122861 Jy ! Component: 1200 - total flux cleaned = -0.00130392 Jy ! Component: 1250 - total flux cleaned = -0.00135939 Jy ! Component: 1300 - total flux cleaned = -0.00135894 Jy ! Component: 1350 - total flux cleaned = -0.00146667 Jy ! Component: 1400 - total flux cleaned = -0.00151986 Jy ! Component: 1450 - total flux cleaned = -0.00165975 Jy ! Component: 1500 - total flux cleaned = -0.00179767 Jy ! Component: 1550 - total flux cleaned = -0.0018995 Jy ! Component: 1600 - total flux cleaned = -0.00193289 Jy ! Component: 1650 - total flux cleaned = -0.00208198 Jy ! Component: 1700 - total flux cleaned = -0.00211469 Jy ! Component: 1750 - total flux cleaned = -0.0022279 Jy ! Component: 1800 - total flux cleaned = -0.00233939 Jy ! Component: 1850 - total flux cleaned = -0.00241834 Jy ! Component: 1900 - total flux cleaned = -0.00254306 Jy ! Component: 1950 - total flux cleaned = -0.00266621 Jy ! Component: 2000 - total flux cleaned = -0.00277272 Jy ! Component: 2050 - total flux cleaned = -0.00290808 Jy ! Component: 2100 - total flux cleaned = -0.0029674 Jy ! Component: 2150 - total flux cleaned = -0.00309992 Jy ! Component: 2200 - total flux cleaned = -0.00321651 Jy ! Component: 2250 - total flux cleaned = -0.00330304 Jy ! Component: 2300 - total flux cleaned = -0.00340283 Jy ! Component: 2350 - total flux cleaned = -0.00351566 Jy ! Component: 2400 - total flux cleaned = -0.00364132 Jy ! Component: 2450 - total flux cleaned = -0.00373817 Jy ! Component: 2500 - total flux cleaned = -0.00383409 Jy ! Component: 2550 - total flux cleaned = -0.00396955 Jy ! Component: 2600 - total flux cleaned = -0.00403654 Jy ! Component: 2650 - total flux cleaned = -0.00406333 Jy ! Component: 2700 - total flux cleaned = -0.0042215 Jy ! Component: 2750 - total flux cleaned = -0.00428665 Jy ! Component: 2800 - total flux cleaned = -0.00438998 Jy ! Component: 2850 - total flux cleaned = -0.00445411 Jy ! Component: 2900 - total flux cleaned = -0.00453053 Jy ! Component: 2950 - total flux cleaned = -0.00464372 Jy ! Component: 3000 - total flux cleaned = -0.00469377 Jy ! Component: 3050 - total flux cleaned = -0.00475569 Jy ! Component: 3100 - total flux cleaned = -0.00485393 Jy ! Component: 3150 - total flux cleaned = -0.00495129 Jy ! Component: 3200 - total flux cleaned = -0.00502368 Jy ! Component: 3250 - total flux cleaned = -0.00508359 Jy ! Component: 3300 - total flux cleaned = -0.0051192 Jy ! Component: 3350 - total flux cleaned = -0.00520176 Jy ! Component: 3400 - total flux cleaned = -0.00524846 Jy ! Component: 3450 - total flux cleaned = -0.00530664 Jy ! Component: 3500 - total flux cleaned = -0.00532978 Jy ! Component: 3550 - total flux cleaned = -0.00538684 Jy ! Component: 3600 - total flux cleaned = -0.00546632 Jy ! Component: 3650 - total flux cleaned = -0.00550023 Jy ! Component: 3700 - total flux cleaned = -0.00555615 Jy ! Component: 3750 - total flux cleaned = -0.00561151 Jy ! Component: 3800 - total flux cleaned = -0.00566666 Jy ! Component: 3850 - total flux cleaned = -0.00571038 Jy ! Component: 3900 - total flux cleaned = -0.00573208 Jy ! Component: 3950 - total flux cleaned = -0.00580766 Jy ! Component: 4000 - total flux cleaned = -0.00579682 Jy ! Component: 4050 - total flux cleaned = -0.00587147 Jy ! Total flux subtracted in 4096 components = -0.00592439 Jy ! Clean residual min=-0.000740 max=0.000593 Jy/beam ! Clean residual mean=-0.000002 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0707199 Jy keep ! Adding 275 model components to the UV plane model. ! The established model now contains 322 components and 0.0707199 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J1253+4107_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.939 x 4.911 at -22.34 degrees (North through East) ! Clean map min=-0.0017074 max=0.071991 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1253+4107_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0719911 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000183325 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.763949 0.763949 1.5279 3.05579 6.11159 12.2232 24.4464 48.8927 97.7854 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.071 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 392.696 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1253+4107_S_uvs.log closed on Thu Apr 7 09:03:06 2016