! Started logfile: /scr/pima/rv100_uvs/J0139+0131_S_uvs.log on Mon Feb 29 13:24:43 2016 obs /scr/pima/rv100_uvs/J0139+0131_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J0139+0131_S_uva.fits ! AN table 1: 44 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J0139+0131 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 4312 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/rv100_uvs/J0139+0131_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002575Jy sigma=14.380418 ! Fit after self-cal, rms=0.939791Jy sigma=13.456840 ! 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.443 mas, bmaj=6.906 mas, bpa=-7.387 degrees ! Estimated noise=1.37817 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.0466106 Jy ! Component: 100 - total flux cleaned = 0.0574952 Jy ! Total flux subtracted in 100 components = 0.0574952 Jy ! Clean residual min=-0.005363 max=0.007130 Jy/beam ! Clean residual mean=0.000000 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.0574952 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0574952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062256Jy sigma=0.800839 ! Fit after self-cal, rms=0.061369Jy sigma=0.789751 ! 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.934 mas, bmaj=7.583 mas, bpa=-5.871 degrees ! Estimated noise=0.798898 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 (4, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00885182 Jy ! Component: 100 - total flux cleaned = 0.0135787 Jy ! Component: 150 - total flux cleaned = 0.0166197 Jy ! Component: 200 - total flux cleaned = 0.018703 Jy ! Total flux subtracted in 200 components = 0.018703 Jy ! Clean residual min=-0.002646 max=0.002975 Jy/beam ! Clean residual mean=0.000000 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.0761982 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 49 components and 0.0761982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060101Jy sigma=0.767941 ! Fit after self-cal, rms=0.059885Jy sigma=0.765786 ! 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.934 x 7.583 at -5.871 degrees (North through East) ! Clean map min=-0.0028045 max=0.062075 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: ! HN 1.01 KP 0.97 LA 1.01 MK 0.99 ! NL 1.04 OV 0.97 PT 0.97 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 1.04 KP 1.02 LA 1.02 MK 1.09 ! NL 0.98 OV 0.93 PT 0.98 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 0.95 KP 0.98 LA 0.95 MK 1.03 ! NL 1.05 OV 0.91 PT 0.95 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.09 KP 1.00 LA 1.00 MK 1.00 ! NL 0.93 OV 0.92 PT 0.95 SC 0.99 ! ! ! Fit before self-cal, rms=0.059885Jy sigma=0.765786 ! Fit after self-cal, rms=0.059652Jy sigma=0.763340 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.629 mas, bpa=-5.571 degrees ! Estimated noise=0.783556 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.00195969 Jy ! Component: 100 - total flux cleaned = 0.00248966 Jy ! Component: 150 - total flux cleaned = 0.00266102 Jy ! Component: 200 - total flux cleaned = 0.00277187 Jy ! Total flux subtracted in 200 components = 0.00277187 Jy ! Clean residual min=-0.002478 max=0.002383 Jy/beam ! Clean residual mean=-0.000002 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.07897 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 82 components and 0.07897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059576Jy sigma=0.762106 ! Fit after self-cal, rms=0.059640Jy sigma=0.761629 ! 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.059640Jy sigma=0.761629 ! Fit after self-cal, rms=0.059407Jy sigma=0.759403 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.626 mas, bpa=-5.488 degrees ! Estimated noise=0.778402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011999 Jy ! Component: 100 - total flux cleaned = 0.00128689 Jy ! Component: 150 - total flux cleaned = 0.00135868 Jy ! Component: 200 - total flux cleaned = 0.00135805 Jy ! Total flux subtracted in 200 components = 0.00135805 Jy ! Clean residual min=-0.002172 max=0.002174 Jy/beam ! Clean residual mean=-0.000001 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.0803281 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 96 components and 0.0803281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059371Jy sigma=0.758951 ! Fit after self-cal, rms=0.059401Jy sigma=0.758740 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.000397787 Jy ! Component: 100 - total flux cleaned = 0.000348979 Jy ! Component: 150 - total flux cleaned = 0.00033422 Jy ! Component: 200 - total flux cleaned = 0.000334098 Jy ! Total flux subtracted in 200 components = 0.000334098 Jy ! Clean residual min=-0.002216 max=0.002149 Jy/beam ! Clean residual mean=-0.000001 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.0806622 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 108 components and 0.0806622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059391Jy sigma=0.758620 ! Fit after self-cal, rms=0.059389Jy sigma=0.758607 ! 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.059389Jy sigma=0.758607 ! Fit after self-cal, rms=0.059733Jy sigma=0.758450 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.629 mas, bpa=-5.482 degrees ! Estimated noise=0.778631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507587 Jy ! Component: 100 - total flux cleaned = 0.000508653 Jy ! Component: 150 - total flux cleaned = 0.000522301 Jy ! Component: 200 - total flux cleaned = 0.000535179 Jy ! Total flux subtracted in 200 components = 0.000535179 Jy ! Clean residual min=-0.002170 max=0.002190 Jy/beam ! Clean residual mean=-0.000001 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0811974 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 117 components and 0.0811973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059723Jy sigma=0.758301 ! Fit after self-cal, rms=0.059733Jy sigma=0.758280 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.000145642 Jy ! Component: 100 - total flux cleaned = 0.000169554 Jy ! Component: 150 - total flux cleaned = 0.000146109 Jy ! Component: 200 - total flux cleaned = 0.000135381 Jy ! Total flux subtracted in 200 components = 0.000135381 Jy ! Clean residual min=-0.002192 max=0.002187 Jy/beam ! Clean residual mean=-0.000001 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0813327 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 119 components and 0.0813327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059729Jy sigma=0.758207 ! Fit after self-cal, rms=0.059729Jy sigma=0.758204 ! 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.059729Jy sigma=0.758204 ! Fit after self-cal, rms=0.059841Jy sigma=0.758101 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.402 mas, bmaj=13.34 mas, bpa=-9.81 degrees ! Estimated noise=1.03524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341114 Jy ! Component: 100 - total flux cleaned = 0.000395229 Jy ! Component: 150 - total flux cleaned = 0.000405479 Jy ! Component: 200 - total flux cleaned = 0.000415044 Jy ! Total flux subtracted in 200 components = 0.000415044 Jy ! Clean residual min=-0.002331 max=0.002305 Jy/beam ! Clean residual mean=-0.000003 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.0817478 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 129 components and 0.0817478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059839Jy sigma=0.758081 ! Fit after self-cal, rms=0.059835Jy sigma=0.758057 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.000125563 Jy ! Component: 100 - total flux cleaned = 0.000165268 Jy ! Component: 150 - total flux cleaned = 0.000174512 Jy ! Component: 200 - total flux cleaned = 0.000200507 Jy ! Total flux subtracted in 200 components = 0.000200507 Jy ! Clean residual min=-0.002347 max=0.002311 Jy/beam ! Clean residual mean=-0.000003 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.0819483 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 136 components and 0.0819483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059835Jy sigma=0.758061 ! Fit after self-cal, rms=0.059833Jy sigma=0.758056 ! 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.986 mas, bmaj=7.631 mas, bpa=-5.455 degrees ! Estimated noise=0.778692 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.631 at -5.455 degrees (North through East) ! Clean map min=-0.0021019 max=0.060702 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.489 mas, bmaj=6.939 mas, bpa=-6.993 degrees ! Estimated noise=1.36147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0464763 Jy ! Component: 100 - total flux cleaned = 0.059121 Jy ! Component: 150 - total flux cleaned = 0.0649541 Jy ! Component: 200 - total flux cleaned = 0.0687492 Jy ! Total flux subtracted in 200 components = 0.0687492 Jy ! Clean residual min=-0.004049 max=0.004258 Jy/beam ! Clean residual mean=-0.000001 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 0.0687492 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0687492 Jy ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.631 mas, bpa=-5.455 degrees ! Estimated noise=0.778692 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.00444934 Jy ! Component: 100 - total flux cleaned = 0.00721685 Jy ! Component: 150 - total flux cleaned = 0.00907687 Jy ! Component: 200 - total flux cleaned = 0.010384 Jy ! Total flux subtracted in 200 components = 0.010384 Jy ! Clean residual min=-0.002458 max=0.002287 Jy/beam ! Clean residual mean=-0.000001 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.0791332 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.0791332 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.402 mas, bmaj=13.34 mas, bpa=-9.81 degrees ! Estimated noise=1.03524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001468 Jy ! Component: 100 - total flux cleaned = 0.00200449 Jy ! Component: 150 - total flux cleaned = 0.00218155 Jy ! Component: 200 - total flux cleaned = 0.00233294 Jy ! Total flux subtracted in 200 components = 0.00233294 Jy ! Clean residual min=-0.002524 max=0.002384 Jy/beam ! Clean residual mean=-0.000003 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.0814661 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 = 0.000110301 Jy ! Component: 100 - total flux cleaned = 0.000205984 Jy ! Component: 150 - total flux cleaned = 0.000275714 Jy ! Component: 200 - total flux cleaned = 0.000325711 Jy ! Total flux subtracted in 200 components = 0.000325711 Jy ! Clean residual min=-0.002451 max=0.002349 Jy/beam ! Clean residual mean=-0.000003 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.0817919 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 82 components and 0.0817918 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.631 mas, bpa=-5.455 degrees ! Estimated noise=0.778692 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.74289e-05 Jy ! Component: 100 - total flux cleaned = -0.0001524 Jy ! Component: 150 - total flux cleaned = -0.000189918 Jy ! Component: 200 - total flux cleaned = -0.00018933 Jy ! Total flux subtracted in 200 components = -0.00018933 Jy ! Clean residual min=-0.002233 max=0.002186 Jy/beam ! Clean residual mean=-0.000001 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0816025 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 95 components and 0.0816025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059842Jy sigma=0.758165 ! Fit after self-cal, rms=0.059838Jy sigma=0.758132 wmodel /scr/pima/rv100_uvs/J0139+0131_S_map.mod ! Writing 95 model components to file: /scr/pima/rv100_uvs/J0139+0131_S_map.mod wobs /scr/pima/rv100_uvs/J0139+0131_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J0139+0131_S_uvs.fits wwins /scr/pima/rv100_uvs/J0139+0131_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv100_uvs/J0139+0131_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 = -8.20448e-05 Jy ! Component: 100 - total flux cleaned = 0.000102308 Jy ! Component: 150 - total flux cleaned = 0.000276843 Jy ! Component: 200 - total flux cleaned = 0.000444496 Jy ! Component: 250 - total flux cleaned = 0.000445176 Jy ! Component: 300 - total flux cleaned = 0.000383685 Jy ! Component: 350 - total flux cleaned = 0.00041338 Jy ! Component: 400 - total flux cleaned = 0.000442739 Jy ! Component: 450 - total flux cleaned = 0.000526891 Jy ! Component: 500 - total flux cleaned = 0.000608442 Jy ! Component: 550 - total flux cleaned = 0.000714915 Jy ! Component: 600 - total flux cleaned = 0.000688797 Jy ! Component: 650 - total flux cleaned = 0.000765378 Jy ! Component: 700 - total flux cleaned = 0.000815645 Jy ! Component: 750 - total flux cleaned = 0.000962289 Jy ! Component: 800 - total flux cleaned = 0.0010579 Jy ! Component: 850 - total flux cleaned = 0.00108155 Jy ! Component: 900 - total flux cleaned = 0.00122017 Jy ! Component: 950 - total flux cleaned = 0.00126565 Jy ! Component: 1000 - total flux cleaned = 0.00135474 Jy ! Component: 1050 - total flux cleaned = 0.00137641 Jy ! Component: 1100 - total flux cleaned = 0.00148358 Jy ! Component: 1150 - total flux cleaned = 0.00148384 Jy ! Component: 1200 - total flux cleaned = 0.00152536 Jy ! Component: 1250 - total flux cleaned = 0.001566 Jy ! Component: 1300 - total flux cleaned = 0.00156595 Jy ! Component: 1350 - total flux cleaned = 0.00150637 Jy ! Component: 1400 - total flux cleaned = 0.00156537 Jy ! Component: 1450 - total flux cleaned = 0.00154566 Jy ! Component: 1500 - total flux cleaned = 0.00150724 Jy ! Component: 1550 - total flux cleaned = 0.00150704 Jy ! Component: 1600 - total flux cleaned = 0.00148853 Jy ! Component: 1650 - total flux cleaned = 0.00145172 Jy ! Component: 1700 - total flux cleaned = 0.0014882 Jy ! Component: 1750 - total flux cleaned = 0.00154194 Jy ! Component: 1800 - total flux cleaned = 0.00152407 Jy ! Component: 1850 - total flux cleaned = 0.0015594 Jy ! Component: 1900 - total flux cleaned = 0.00161161 Jy ! Component: 1950 - total flux cleaned = 0.00159463 Jy ! Component: 2000 - total flux cleaned = 0.00162865 Jy ! Component: 2050 - total flux cleaned = 0.00167911 Jy ! Component: 2100 - total flux cleaned = 0.00172879 Jy ! Component: 2150 - total flux cleaned = 0.00174517 Jy ! Component: 2200 - total flux cleaned = 0.00182627 Jy ! Component: 2250 - total flux cleaned = 0.00187429 Jy ! Component: 2300 - total flux cleaned = 0.00192222 Jy ! Component: 2350 - total flux cleaned = 0.00196947 Jy ! Component: 2400 - total flux cleaned = 0.00200072 Jy ! Component: 2450 - total flux cleaned = 0.00203151 Jy ! Component: 2500 - total flux cleaned = 0.00203163 Jy ! Component: 2550 - total flux cleaned = 0.00207729 Jy ! Component: 2600 - total flux cleaned = 0.00209234 Jy ! Component: 2650 - total flux cleaned = 0.00212226 Jy ! Component: 2700 - total flux cleaned = 0.00210759 Jy ! Component: 2750 - total flux cleaned = 0.00216621 Jy ! Component: 2800 - total flux cleaned = 0.00218074 Jy ! Component: 2850 - total flux cleaned = 0.00216627 Jy ! Component: 2900 - total flux cleaned = 0.00216646 Jy ! Component: 2950 - total flux cleaned = 0.00223745 Jy ! Component: 3000 - total flux cleaned = 0.00225152 Jy ! Component: 3050 - total flux cleaned = 0.00227933 Jy ! Component: 3100 - total flux cleaned = 0.00227925 Jy ! Component: 3150 - total flux cleaned = 0.00232026 Jy ! Component: 3200 - total flux cleaned = 0.00232021 Jy ! Component: 3250 - total flux cleaned = 0.0023606 Jy ! Component: 3300 - total flux cleaned = 0.00238723 Jy ! Component: 3350 - total flux cleaned = 0.0023872 Jy ! Component: 3400 - total flux cleaned = 0.00238716 Jy ! Component: 3450 - total flux cleaned = 0.002361 Jy ! Component: 3500 - total flux cleaned = 0.00237392 Jy ! Component: 3550 - total flux cleaned = 0.00234805 Jy ! Component: 3600 - total flux cleaned = 0.0022969 Jy ! Component: 3650 - total flux cleaned = 0.00228427 Jy ! Component: 3700 - total flux cleaned = 0.00232231 Jy ! Component: 3750 - total flux cleaned = 0.00229711 Jy ! Component: 3800 - total flux cleaned = 0.00233461 Jy ! Component: 3850 - total flux cleaned = 0.00233447 Jy ! Component: 3900 - total flux cleaned = 0.00230979 Jy ! Component: 3950 - total flux cleaned = 0.00233437 Jy ! Component: 4000 - total flux cleaned = 0.0023344 Jy ! Component: 4050 - total flux cleaned = 0.00233436 Jy ! Total flux subtracted in 4096 components = 0.0023344 Jy ! Clean residual min=-0.000665 max=0.000772 Jy/beam ! Clean residual mean=-0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.0839369 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 377 components and 0.083937 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J0139+0131_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 7.631 at -5.455 degrees (North through East) ! Clean map min=-0.0014133 max=0.05982 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J0139+0131_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0598199 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219603 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10132 1.10132 2.20264 4.40527 8.81055 17.6211 35.2422 70.4844 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.059 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 272.4 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J0139+0131_S_uvs.log closed on Mon Feb 29 13:24:47 2016