! Started logfile: /scr/pima/bg219a_uvs/J2327+8012_S_uvs.log on Wed Apr 6 23:05:03 2016 obs /scr/pima/bg219a_uvs/J2327+8012_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2327+8012_S_uva.fits ! AN table 1: 36 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.82672 visibilities/baseline/integration-bin. ! Found source: J2327+8012 ! ! 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 2500 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/J2327+8012_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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003199Jy sigma=22.471083 ! Fit after self-cal, rms=0.890434Jy sigma=19.863933 ! 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.214 mas, bmaj=10.11 mas, bpa=-25.09 degrees ! Estimated noise=1.03844 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.0855008 Jy ! Component: 100 - total flux cleaned = 0.10517 Jy ! Total flux subtracted in 100 components = 0.10517 Jy ! Clean residual min=-0.007684 max=0.007365 Jy/beam ! Clean residual mean=-0.000024 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.10517 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.10517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062166Jy sigma=1.291514 ! Fit after self-cal, rms=0.062137Jy sigma=1.290175 ! 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=2.729 mas, bmaj=11.35 mas, bpa=-25.56 degrees ! Estimated noise=0.692099 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.0116476 Jy ! Component: 100 - total flux cleaned = 0.0174941 Jy ! Component: 150 - total flux cleaned = 0.0205882 Jy ! Component: 200 - total flux cleaned = 0.0214224 Jy ! Total flux subtracted in 200 components = 0.0214224 Jy ! Clean residual min=-0.005138 max=0.004454 Jy/beam ! Clean residual mean=0.000037 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.126593 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 41 components and 0.126593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060308Jy sigma=1.234087 ! Fit after self-cal, rms=0.060335Jy sigma=1.232892 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.729 x 11.35 at -25.56 degrees (North through East) ! Clean map min=-0.004801 max=0.11263 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.98 LA 0.95 MK 1.03 NL 1.00 ! OV 1.01 PT 0.97 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 LA 0.96 MK 1.04 NL 0.97 ! OV 1.06 PT 0.94 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 LA 0.99 MK 1.04 NL 0.92 ! OV 1.02 PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 LA 1.00 MK 1.00 NL 0.99 ! OV 1.02 PT 0.98 SC 0.92 ! ! ! Fit before self-cal, rms=0.060335Jy sigma=1.232892 ! Fit after self-cal, rms=0.060126Jy sigma=1.225196 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.748 mas, bmaj=11.36 mas, bpa=-25.69 degrees ! Estimated noise=0.685926 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.000366163 Jy ! Component: 100 - total flux cleaned = -0.000133424 Jy ! Component: 150 - total flux cleaned = -7.24805e-05 Jy ! Component: 200 - total flux cleaned = -9.7574e-05 Jy ! Total flux subtracted in 200 components = -9.7574e-05 Jy ! Clean residual min=-0.004237 max=0.003646 Jy/beam ! Clean residual mean=0.000046 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.126495 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.126495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060079Jy sigma=1.223956 ! Fit after self-cal, rms=0.060099Jy sigma=1.223673 ! 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.060099Jy sigma=1.223673 ! Fit after self-cal, rms=0.060363Jy sigma=1.216996 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.75 mas, bmaj=11.38 mas, bpa=-25.63 degrees ! Estimated noise=0.687579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000357612 Jy ! Component: 100 - total flux cleaned = 0.000420339 Jy ! Component: 150 - total flux cleaned = 0.000339432 Jy ! Component: 200 - total flux cleaned = 0.000290805 Jy ! Total flux subtracted in 200 components = 0.000290805 Jy ! Clean residual min=-0.003924 max=0.003260 Jy/beam ! Clean residual mean=0.000021 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.126786 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.126786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060336Jy sigma=1.216283 ! Fit after self-cal, rms=0.060345Jy sigma=1.216145 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.98893e-05 Jy ! Component: 100 - total flux cleaned = -7.44611e-05 Jy ! Component: 150 - total flux cleaned = -9.51864e-05 Jy ! Component: 200 - total flux cleaned = -0.000115416 Jy ! Total flux subtracted in 200 components = -0.000115416 Jy ! Clean residual min=-0.003907 max=0.003149 Jy/beam ! Clean residual mean=0.000021 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.12667 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.12667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060331Jy sigma=1.215784 ! Fit after self-cal, rms=0.060330Jy sigma=1.215769 ! 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.060330Jy sigma=1.215769 ! Fit after self-cal, rms=0.060460Jy sigma=1.215686 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.75 mas, bmaj=11.37 mas, bpa=-25.68 degrees ! Estimated noise=0.689333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552536 Jy ! Component: 100 - total flux cleaned = 0.000553964 Jy ! Component: 150 - total flux cleaned = 0.00051358 Jy ! Component: 200 - total flux cleaned = 0.00049578 Jy ! Total flux subtracted in 200 components = 0.00049578 Jy ! Clean residual min=-0.003909 max=0.003024 Jy/beam ! Clean residual mean=0.000019 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.127166 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 66 components and 0.127166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060447Jy sigma=1.215276 ! Fit after self-cal, rms=0.060447Jy sigma=1.215264 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.15208e-05 Jy ! Component: 100 - total flux cleaned = -1.11639e-05 Jy ! Component: 150 - total flux cleaned = -2.74574e-05 Jy ! Component: 200 - total flux cleaned = -2.68356e-05 Jy ! Total flux subtracted in 200 components = -2.68356e-05 Jy ! Clean residual min=-0.003892 max=0.002966 Jy/beam ! Clean residual mean=0.000019 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.127139 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.127139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060438Jy sigma=1.215049 ! Fit after self-cal, rms=0.060439Jy sigma=1.215043 ! 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.060439Jy sigma=1.215043 ! Fit after self-cal, rms=0.060544Jy sigma=1.214987 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.871 mas, bmaj=19.77 mas, bpa=-33.56 degrees ! Estimated noise=0.868834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000843093 Jy ! Component: 100 - total flux cleaned = 0.000844399 Jy ! Component: 150 - total flux cleaned = 0.000918494 Jy ! Component: 200 - total flux cleaned = 0.00098942 Jy ! Total flux subtracted in 200 components = 0.00098942 Jy ! Clean residual min=-0.004553 max=0.003859 Jy/beam ! Clean residual mean=0.000044 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.128129 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 77 components and 0.128129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060558Jy sigma=1.214916 ! Fit after self-cal, rms=0.060554Jy sigma=1.214829 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.000274266 Jy ! Component: 100 - total flux cleaned = 0.000274491 Jy ! Component: 150 - total flux cleaned = 0.000291607 Jy ! Component: 200 - total flux cleaned = 0.000309153 Jy ! Total flux subtracted in 200 components = 0.000309153 Jy ! Clean residual min=-0.004443 max=0.003812 Jy/beam ! Clean residual mean=0.000046 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 0.128438 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 79 components and 0.128438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060569Jy sigma=1.214965 ! Fit after self-cal, rms=0.060568Jy sigma=1.214924 ! 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=2.75 mas, bmaj=11.36 mas, bpa=-25.71 degrees ! Estimated noise=0.690698 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.75 x 11.36 at -25.71 degrees (North through East) ! Clean map min=-0.0036415 max=0.11056 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.226 mas, bmaj=10.11 mas, bpa=-25.3 degrees ! Estimated noise=1.03754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0854113 Jy ! Component: 100 - total flux cleaned = 0.104976 Jy ! Component: 150 - total flux cleaned = 0.113284 Jy ! Component: 200 - total flux cleaned = 0.116914 Jy ! Total flux subtracted in 200 components = 0.116914 Jy ! Clean residual min=-0.005472 max=0.004506 Jy/beam ! Clean residual mean=-0.000007 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.116914 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.116914 Jy ! Inverting map and beam ! Estimated beam: bmin=2.75 mas, bmaj=11.36 mas, bpa=-25.71 degrees ! Estimated noise=0.690698 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.00578743 Jy ! Component: 100 - total flux cleaned = 0.00866481 Jy ! Component: 150 - total flux cleaned = 0.0095373 Jy ! Component: 200 - total flux cleaned = 0.00994467 Jy ! Total flux subtracted in 200 components = 0.00994467 Jy ! Clean residual min=-0.004219 max=0.003099 Jy/beam ! Clean residual mean=0.000015 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.126858 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 50 components and 0.126858 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.871 mas, bmaj=19.77 mas, bpa=-33.56 degrees ! Estimated noise=0.868834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128142 Jy ! Component: 100 - total flux cleaned = 0.00135242 Jy ! Component: 150 - total flux cleaned = 0.00144693 Jy ! Component: 200 - total flux cleaned = 0.00150226 Jy ! Total flux subtracted in 200 components = 0.00150226 Jy ! Clean residual min=-0.004663 max=0.003962 Jy/beam ! Clean residual mean=0.000045 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.128361 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 = 4.90577e-05 Jy ! Component: 100 - total flux cleaned = 9.53327e-05 Jy ! Component: 150 - total flux cleaned = 0.000137395 Jy ! Component: 200 - total flux cleaned = 0.00017803 Jy ! Total flux subtracted in 200 components = 0.00017803 Jy ! Clean residual min=-0.004519 max=0.003869 Jy/beam ! Clean residual mean=0.000047 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.128539 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 69 components and 0.128539 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.75 mas, bmaj=11.36 mas, bpa=-25.71 degrees ! Estimated noise=0.690698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000154279 Jy ! Component: 100 - total flux cleaned = -6.71978e-05 Jy ! Component: 150 - total flux cleaned = -0.000101318 Jy ! Component: 200 - total flux cleaned = -0.000159262 Jy ! Total flux subtracted in 200 components = -0.000159262 Jy ! Clean residual min=-0.003882 max=0.002935 Jy/beam ! Clean residual mean=0.000019 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.128379 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 0.128379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060583Jy sigma=1.215437 ! Fit after self-cal, rms=0.060578Jy sigma=1.215375 wmodel /scr/pima/bg219a_uvs/J2327+8012_S_map.mod ! Writing 87 model components to file: /scr/pima/bg219a_uvs/J2327+8012_S_map.mod wobs /scr/pima/bg219a_uvs/J2327+8012_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2327+8012_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2327+8012_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J2327+8012_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.00166843 Jy ! Component: 100 - total flux cleaned = -0.00273226 Jy ! Component: 150 - total flux cleaned = -0.0028869 Jy ! Component: 200 - total flux cleaned = -0.00284005 Jy ! Component: 250 - total flux cleaned = -0.0027941 Jy ! Component: 300 - total flux cleaned = -0.00266584 Jy ! Component: 350 - total flux cleaned = -0.0025854 Jy ! Component: 400 - total flux cleaned = -0.00266333 Jy ! Component: 450 - total flux cleaned = -0.00262288 Jy ! Component: 500 - total flux cleaned = -0.00262177 Jy ! Component: 550 - total flux cleaned = -0.00262151 Jy ! Component: 600 - total flux cleaned = -0.00258739 Jy ! Component: 650 - total flux cleaned = -0.00255393 Jy ! Component: 700 - total flux cleaned = -0.00252057 Jy ! Component: 750 - total flux cleaned = -0.00258365 Jy ! Component: 800 - total flux cleaned = -0.00255208 Jy ! Component: 850 - total flux cleaned = -0.00255173 Jy ! Component: 900 - total flux cleaned = -0.0025218 Jy ! Component: 950 - total flux cleaned = -0.00252194 Jy ! Component: 1000 - total flux cleaned = -0.00254957 Jy ! Component: 1050 - total flux cleaned = -0.00257778 Jy ! Component: 1100 - total flux cleaned = -0.00260491 Jy ! Component: 1150 - total flux cleaned = -0.0026582 Jy ! Component: 1200 - total flux cleaned = -0.00265849 Jy ! Component: 1250 - total flux cleaned = -0.00270935 Jy ! Component: 1300 - total flux cleaned = -0.00275852 Jy ! Component: 1350 - total flux cleaned = -0.00278291 Jy ! Component: 1400 - total flux cleaned = -0.00278316 Jy ! Component: 1450 - total flux cleaned = -0.00285433 Jy ! Component: 1500 - total flux cleaned = -0.00290073 Jy ! Component: 1550 - total flux cleaned = -0.00287757 Jy ! Component: 1600 - total flux cleaned = -0.00292277 Jy ! Component: 1650 - total flux cleaned = -0.00290028 Jy ! Component: 1700 - total flux cleaned = -0.00290003 Jy ! Component: 1750 - total flux cleaned = -0.00287816 Jy ! Component: 1800 - total flux cleaned = -0.00285655 Jy ! Component: 1850 - total flux cleaned = -0.00281422 Jy ! Component: 1900 - total flux cleaned = -0.00283549 Jy ! Component: 1950 - total flux cleaned = -0.00285643 Jy ! Component: 2000 - total flux cleaned = -0.00279541 Jy ! Component: 2050 - total flux cleaned = -0.00285646 Jy ! Component: 2100 - total flux cleaned = -0.0028767 Jy ! Component: 2150 - total flux cleaned = -0.00293618 Jy ! Component: 2200 - total flux cleaned = -0.00295592 Jy ! Component: 2250 - total flux cleaned = -0.00295599 Jy ! Component: 2300 - total flux cleaned = -0.0029945 Jy ! Component: 2350 - total flux cleaned = -0.00301339 Jy ! Component: 2400 - total flux cleaned = -0.00306973 Jy ! Component: 2450 - total flux cleaned = -0.00310682 Jy ! Component: 2500 - total flux cleaned = -0.00314376 Jy ! Component: 2550 - total flux cleaned = -0.00319858 Jy ! Component: 2600 - total flux cleaned = -0.00327122 Jy ! Component: 2650 - total flux cleaned = -0.00336094 Jy ! Component: 2700 - total flux cleaned = -0.00341423 Jy ! Component: 2750 - total flux cleaned = -0.00350247 Jy ! Component: 2800 - total flux cleaned = -0.00355499 Jy ! Component: 2850 - total flux cleaned = -0.00365942 Jy ! Component: 2900 - total flux cleaned = -0.00372853 Jy ! Component: 2950 - total flux cleaned = -0.00379704 Jy ! Component: 3000 - total flux cleaned = -0.00388214 Jy ! Component: 3050 - total flux cleaned = -0.0039836 Jy ! Component: 3100 - total flux cleaned = -0.00401719 Jy ! Component: 3150 - total flux cleaned = -0.00410077 Jy ! Component: 3200 - total flux cleaned = -0.00420012 Jy ! Component: 3250 - total flux cleaned = -0.00421648 Jy ! Component: 3300 - total flux cleaned = -0.0042821 Jy ! Component: 3350 - total flux cleaned = -0.00437993 Jy ! Component: 3400 - total flux cleaned = -0.00441229 Jy ! Component: 3450 - total flux cleaned = -0.00450917 Jy ! Component: 3500 - total flux cleaned = -0.00452523 Jy ! Component: 3550 - total flux cleaned = -0.00463734 Jy ! Component: 3600 - total flux cleaned = -0.00471705 Jy ! Component: 3650 - total flux cleaned = -0.00478071 Jy ! Component: 3700 - total flux cleaned = -0.00487606 Jy ! Component: 3750 - total flux cleaned = -0.0049237 Jy ! Component: 3800 - total flux cleaned = -0.00497122 Jy ! Component: 3850 - total flux cleaned = -0.0050819 Jy ! Component: 3900 - total flux cleaned = -0.00512937 Jy ! Component: 3950 - total flux cleaned = -0.00522407 Jy ! Component: 4000 - total flux cleaned = -0.00527148 Jy ! Component: 4050 - total flux cleaned = -0.00535037 Jy ! Total flux subtracted in 4096 components = -0.00541346 Jy ! Clean residual min=-0.000983 max=0.000955 Jy/beam ! Clean residual mean=-0.000004 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.122966 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 337 components and 0.122966 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2327+8012_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.75 x 11.36 at -25.71 degrees (North through East) ! Clean map min=-0.0022011 max=0.11134 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2327+8012_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.11134 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260693 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.702422 0.702422 1.40484 2.80969 5.61938 11.2388 22.4775 44.955 89.9101 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.111 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 427.093 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2327+8012_S_uvs.log closed on Wed Apr 6 23:05:07 2016