! Started logfile: /scr/pima/bg219a_uvs/J1440+0127_S_uvs.log on Wed Apr 6 22:56:59 2016 obs /scr/pima/bg219a_uvs/J1440+0127_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J1440+0127_S_uva.fits ! AN table 1: 52 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.632784 visibilities/baseline/integration-bin. ! Found source: J1440+0127 ! ! 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 49 lines of history. ! ! Reading 2764 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/bg219a_uvs/J1440+0127_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001928Jy sigma=25.498812 ! Fit after self-cal, rms=0.931263Jy sigma=23.729669 ! 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=2.593 mas, bmaj=7.195 mas, bpa=-5.046 degrees ! Estimated noise=0.794623 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.0542985 Jy ! Component: 100 - total flux cleaned = 0.0670321 Jy ! Total flux subtracted in 100 components = 0.0670321 Jy ! Clean residual min=-0.004201 max=0.004924 Jy/beam ! Clean residual mean=-0.000032 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.0670321 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0670321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050611Jy sigma=1.229858 ! Fit after self-cal, rms=0.050422Jy sigma=1.224313 ! 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.08 mas, bmaj=8.549 mas, bpa=-6.475 degrees ! Estimated noise=0.576641 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.0046095 Jy ! Component: 100 - total flux cleaned = 0.00640183 Jy ! Component: 150 - total flux cleaned = 0.00728725 Jy ! Component: 200 - total flux cleaned = 0.00774878 Jy ! Total flux subtracted in 200 components = 0.00774878 Jy ! Clean residual min=-0.002961 max=0.002837 Jy/beam ! Clean residual mean=-0.000038 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.0747809 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 24 components and 0.0747809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050094Jy sigma=1.213414 ! Fit after self-cal, rms=0.050119Jy sigma=1.213266 ! 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.08 x 8.549 at -6.475 degrees (North through East) ! Clean map min=-0.0028637 max=0.069799 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: ! FD 0.99 LA 1.00 MK 1.05 NL 1.02 ! OV 0.97 PT 0.98 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 1.08 MK 1.05 NL 0.98 ! OV 0.95 PT 0.99 SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 LA 1.06 MK 0.93 NL 1.01 ! OV 1.04 PT 0.93 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 LA 0.97 MK 0.98 NL 0.98 ! OV 1.04 PT 0.99 SC 1.04 ! ! ! Fit before self-cal, rms=0.050119Jy sigma=1.213266 ! Fit after self-cal, rms=0.050438Jy sigma=1.208788 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=8.568 mas, bpa=-6.545 degrees ! Estimated noise=0.575463 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 = -3.95622e-06 Jy ! Component: 100 - total flux cleaned = -1.6542e-05 Jy ! Component: 150 - total flux cleaned = -2.77964e-05 Jy ! Component: 200 - total flux cleaned = -3.80012e-05 Jy ! Total flux subtracted in 200 components = -3.80012e-05 Jy ! Clean residual min=-0.002870 max=0.002430 Jy/beam ! Clean residual mean=-0.000036 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.0747429 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.0747429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050432Jy sigma=1.208639 ! Fit after self-cal, rms=0.050428Jy sigma=1.207856 ! 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.050428Jy sigma=1.207856 ! Fit after self-cal, rms=0.050489Jy sigma=1.205408 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.087 mas, bmaj=8.55 mas, bpa=-6.506 degrees ! Estimated noise=0.575276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.69217e-05 Jy ! Component: 100 - total flux cleaned = 4.29574e-05 Jy ! Component: 150 - total flux cleaned = 2.06017e-05 Jy ! Component: 200 - total flux cleaned = 1.05346e-05 Jy ! Total flux subtracted in 200 components = 1.05346e-05 Jy ! Clean residual min=-0.002545 max=0.002180 Jy/beam ! Clean residual mean=-0.000012 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.0747535 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 43 components and 0.0747534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050482Jy sigma=1.205278 ! Fit after self-cal, rms=0.050487Jy sigma=1.205137 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 = -7.45682e-06 Jy ! Component: 100 - total flux cleaned = 2.74823e-06 Jy ! Component: 150 - total flux cleaned = 2.57252e-06 Jy ! Component: 200 - total flux cleaned = -1.29467e-05 Jy ! Total flux subtracted in 200 components = -1.29467e-05 Jy ! Clean residual min=-0.002528 max=0.002164 Jy/beam ! Clean residual mean=-0.000013 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.0747405 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.0747405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050483Jy sigma=1.205053 ! Fit after self-cal, rms=0.050483Jy sigma=1.205033 ! 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.050483Jy sigma=1.205033 ! Fit after self-cal, rms=0.050413Jy sigma=1.205021 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.542 mas, bpa=-6.475 degrees ! Estimated noise=0.574704 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.81089e-05 Jy ! Component: 100 - total flux cleaned = 2.01098e-05 Jy ! Component: 150 - total flux cleaned = 1.29406e-05 Jy ! Component: 200 - total flux cleaned = 1.30891e-05 Jy ! Total flux subtracted in 200 components = 1.30891e-05 Jy ! Clean residual min=-0.002512 max=0.002145 Jy/beam ! Clean residual mean=-0.000011 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.0747536 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.0747536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050409Jy sigma=1.204962 ! Fit after self-cal, rms=0.050410Jy sigma=1.204950 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.38497e-06 Jy ! Component: 100 - total flux cleaned = -4.75976e-06 Jy ! Component: 150 - total flux cleaned = -1.07773e-05 Jy ! Component: 200 - total flux cleaned = -1.06127e-05 Jy ! Total flux subtracted in 200 components = -1.06127e-05 Jy ! Clean residual min=-0.002505 max=0.002135 Jy/beam ! Clean residual mean=-0.000011 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.074743 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.074743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050408Jy sigma=1.204907 ! Fit after self-cal, rms=0.050409Jy sigma=1.204897 ! 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.050409Jy sigma=1.204897 ! Fit after self-cal, rms=0.050354Jy sigma=1.204896 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.686 mas, bmaj=17.54 mas, bpa=-10.65 degrees ! Estimated noise=0.742124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000112912 Jy ! Component: 100 - total flux cleaned = 0.000115289 Jy ! Component: 150 - total flux cleaned = 0.000114296 Jy ! Component: 200 - total flux cleaned = 0.000100628 Jy ! Total flux subtracted in 200 components = 0.000100628 Jy ! Clean residual min=-0.002803 max=0.002082 Jy/beam ! Clean residual mean=-0.000022 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.0748436 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 55 components and 0.0748436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050363Jy sigma=1.205249 ! Fit after self-cal, rms=0.050361Jy sigma=1.205041 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.1914e-06 Jy ! Component: 100 - total flux cleaned = -2.50496e-05 Jy ! Component: 150 - total flux cleaned = -3.91186e-05 Jy ! Component: 200 - total flux cleaned = -6.06795e-05 Jy ! Total flux subtracted in 200 components = -6.06795e-05 Jy ! Clean residual min=-0.002803 max=0.002067 Jy/beam ! Clean residual mean=-0.000024 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.0747829 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.0747829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050371Jy sigma=1.205412 ! Fit after self-cal, rms=0.050371Jy sigma=1.205238 ! 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.084 mas, bmaj=8.539 mas, bpa=-6.467 degrees ! Estimated noise=0.57425 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.084 x 8.539 at -6.467 degrees (North through East) ! Clean map min=-0.0023298 max=0.069845 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=2.593 mas, bmaj=7.189 mas, bpa=-5.158 degrees ! Estimated noise=0.790712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0540917 Jy ! Component: 100 - total flux cleaned = 0.0669989 Jy ! Component: 150 - total flux cleaned = 0.0712285 Jy ! Component: 200 - total flux cleaned = 0.0726925 Jy ! Total flux subtracted in 200 components = 0.0726925 Jy ! Clean residual min=-0.003727 max=0.003490 Jy/beam ! Clean residual mean=-0.000010 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.0726925 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.0726925 Jy ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=8.539 mas, bpa=-6.467 degrees ! Estimated noise=0.57425 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.00163116 Jy ! Component: 100 - total flux cleaned = 0.00204816 Jy ! Component: 150 - total flux cleaned = 0.00213537 Jy ! Component: 200 - total flux cleaned = 0.0022064 Jy ! Total flux subtracted in 200 components = 0.0022064 Jy ! Clean residual min=-0.002576 max=0.002275 Jy/beam ! Clean residual mean=-0.000011 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.0748989 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.0748989 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.686 mas, bmaj=17.54 mas, bpa=-10.65 degrees ! Estimated noise=0.742124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.05906e-05 Jy ! Component: 100 - total flux cleaned = 9.33124e-05 Jy ! Component: 150 - total flux cleaned = 9.22965e-05 Jy ! Component: 200 - total flux cleaned = 6.20979e-05 Jy ! Total flux subtracted in 200 components = 6.20979e-05 Jy ! Clean residual min=-0.002812 max=0.002088 Jy/beam ! Clean residual mean=-0.000022 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.074961 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.38497e-05 Jy ! Component: 100 - total flux cleaned = -3.41806e-05 Jy ! Component: 150 - total flux cleaned = -5.25835e-05 Jy ! Component: 200 - total flux cleaned = -6.10048e-05 Jy ! Total flux subtracted in 200 components = -6.10048e-05 Jy ! Clean residual min=-0.002770 max=0.002032 Jy/beam ! Clean residual mean=-0.000022 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.0749 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 43 components and 0.0748999 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=8.539 mas, bpa=-6.467 degrees ! Estimated noise=0.57425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259137 Jy ! Component: 100 - total flux cleaned = -0.000253155 Jy ! Component: 150 - total flux cleaned = -0.000225475 Jy ! Component: 200 - total flux cleaned = -0.000202641 Jy ! Total flux subtracted in 200 components = -0.000202641 Jy ! Clean residual min=-0.002520 max=0.002171 Jy/beam ! Clean residual mean=-0.000012 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0746973 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.0746973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050368Jy sigma=1.205222 ! Fit after self-cal, rms=0.050364Jy sigma=1.205081 wmodel /scr/pima/bg219a_uvs/J1440+0127_S_map.mod ! Writing 57 model components to file: /scr/pima/bg219a_uvs/J1440+0127_S_map.mod wobs /scr/pima/bg219a_uvs/J1440+0127_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J1440+0127_S_uvs.fits wwins /scr/pima/bg219a_uvs/J1440+0127_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J1440+0127_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.000715369 Jy ! Component: 100 - total flux cleaned = -0.000678617 Jy ! Component: 150 - total flux cleaned = -0.000506358 Jy ! Component: 200 - total flux cleaned = -0.000474777 Jy ! Component: 250 - total flux cleaned = -0.000260958 Jy ! Component: 300 - total flux cleaned = -8.75029e-05 Jy ! Component: 350 - total flux cleaned = -5.25487e-06 Jy ! Component: 400 - total flux cleaned = 9.94696e-05 Jy ! Component: 450 - total flux cleaned = 0.000149863 Jy ! Component: 500 - total flux cleaned = 0.000247147 Jy ! Component: 550 - total flux cleaned = 0.00027041 Jy ! Component: 600 - total flux cleaned = 0.000338024 Jy ! Component: 650 - total flux cleaned = 0.000381158 Jy ! Component: 700 - total flux cleaned = 0.000422786 Jy ! Component: 750 - total flux cleaned = 0.00046326 Jy ! Component: 800 - total flux cleaned = 0.000620842 Jy ! Component: 850 - total flux cleaned = 0.000754195 Jy ! Component: 900 - total flux cleaned = 0.00084697 Jy ! Component: 950 - total flux cleaned = 0.000955413 Jy ! Component: 1000 - total flux cleaned = 0.00102598 Jy ! Component: 1050 - total flux cleaned = 0.00107775 Jy ! Component: 1100 - total flux cleaned = 0.00114587 Jy ! Component: 1150 - total flux cleaned = 0.00122898 Jy ! Component: 1200 - total flux cleaned = 0.00130986 Jy ! Component: 1250 - total flux cleaned = 0.00138907 Jy ! Component: 1300 - total flux cleaned = 0.001467 Jy ! Component: 1350 - total flux cleaned = 0.00152825 Jy ! Component: 1400 - total flux cleaned = 0.00154321 Jy ! Component: 1450 - total flux cleaned = 0.00160248 Jy ! Component: 1500 - total flux cleaned = 0.00164611 Jy ! Component: 1550 - total flux cleaned = 0.00171759 Jy ! Component: 1600 - total flux cleaned = 0.00177379 Jy ! Component: 1650 - total flux cleaned = 0.00181533 Jy ! Component: 1700 - total flux cleaned = 0.00188351 Jy ! Component: 1750 - total flux cleaned = 0.00197755 Jy ! Component: 1800 - total flux cleaned = 0.00204352 Jy ! Component: 1850 - total flux cleaned = 0.00209582 Jy ! Component: 1900 - total flux cleaned = 0.00213454 Jy ! Component: 1950 - total flux cleaned = 0.00217275 Jy ! Component: 2000 - total flux cleaned = 0.00223575 Jy ! Component: 2050 - total flux cleaned = 0.00228565 Jy ! Component: 2100 - total flux cleaned = 0.00232241 Jy ! Component: 2150 - total flux cleaned = 0.00238313 Jy ! Component: 2200 - total flux cleaned = 0.0023952 Jy ! Component: 2250 - total flux cleaned = 0.00243088 Jy ! Component: 2300 - total flux cleaned = 0.00246596 Jy ! Component: 2350 - total flux cleaned = 0.0025123 Jy ! Component: 2400 - total flux cleaned = 0.00253514 Jy ! Component: 2450 - total flux cleaned = 0.00254639 Jy ! Component: 2500 - total flux cleaned = 0.00256895 Jy ! Component: 2550 - total flux cleaned = 0.00262441 Jy ! Component: 2600 - total flux cleaned = 0.00263543 Jy ! Component: 2650 - total flux cleaned = 0.00266808 Jy ! Component: 2700 - total flux cleaned = 0.00271128 Jy ! Component: 2750 - total flux cleaned = 0.00272191 Jy ! Component: 2800 - total flux cleaned = 0.00274311 Jy ! Component: 2850 - total flux cleaned = 0.00275368 Jy ! Component: 2900 - total flux cleaned = 0.00279515 Jy ! Component: 2950 - total flux cleaned = 0.00283643 Jy ! Component: 3000 - total flux cleaned = 0.00284664 Jy ! Component: 3050 - total flux cleaned = 0.00286695 Jy ! Component: 3100 - total flux cleaned = 0.00293745 Jy ! Component: 3150 - total flux cleaned = 0.00295745 Jy ! Component: 3200 - total flux cleaned = 0.00298732 Jy ! Component: 3250 - total flux cleaned = 0.00301697 Jy ! Component: 3300 - total flux cleaned = 0.00306603 Jy ! Component: 3350 - total flux cleaned = 0.00308553 Jy ! Component: 3400 - total flux cleaned = 0.00314373 Jy ! Component: 3450 - total flux cleaned = 0.00315326 Jy ! Component: 3500 - total flux cleaned = 0.00320126 Jy ! Component: 3550 - total flux cleaned = 0.00325848 Jy ! Component: 3600 - total flux cleaned = 0.00329644 Jy ! Component: 3650 - total flux cleaned = 0.00334366 Jy ! Component: 3700 - total flux cleaned = 0.00339056 Jy ! Component: 3750 - total flux cleaned = 0.00344665 Jy ! Component: 3800 - total flux cleaned = 0.00347461 Jy ! Component: 3850 - total flux cleaned = 0.00353934 Jy ! Component: 3900 - total flux cleaned = 0.00360376 Jy ! Component: 3950 - total flux cleaned = 0.0036221 Jy ! Component: 4000 - total flux cleaned = 0.00366777 Jy ! Component: 4050 - total flux cleaned = 0.00369505 Jy ! Total flux subtracted in 4096 components = 0.00372219 Jy ! Clean residual min=-0.000477 max=0.000580 Jy/beam ! Clean residual mean=0.000002 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0784195 Jy keep ! Adding 225 model components to the UV plane model. ! The established model now contains 282 components and 0.0784194 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J1440+0127_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.084 x 8.539 at -6.467 degrees (North through East) ! Clean map min=-0.0014844 max=0.069581 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J1440+0127_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0695809 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000153406 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.661416 0.661416 1.32283 2.64566 5.29133 10.5827 21.1653 42.3306 84.6612 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.069 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 453.572 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J1440+0127_S_uvs.log closed on Wed Apr 6 22:57:03 2016