! Started logfile: /scr/pima/rv102_uvs/J2210+2013_X_uvs.log on Sat Feb 27 22:28:55 2016 obs /scr/pima/rv102_uvs/J2210+2013_X_uva.fits ! Reading UV FITS file: /scr/pima/rv102_uvs/J2210+2013_X_uva.fits ! AN table 1: 87 integrations on 28 of 28 possible baselines. ! AN table 2: 87 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.921798 visibilities/baseline/integration-bin. ! Found source: J2210+2013 ! ! 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 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 139 lines of history. ! ! Reading 17964 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv102_uvs/J2210+2013_X] 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.200x0.200 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 3 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.020567Jy sigma=19.810323 ! Fit after self-cal, rms=0.880482Jy sigma=17.140886 ! 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=0.7737 mas, bmaj=1.459 mas, bpa=-1.682 degrees ! Estimated noise=0.578446 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.0980695 Jy ! Component: 100 - total flux cleaned = 0.116947 Jy ! Total flux subtracted in 100 components = 0.116947 Jy ! Clean residual min=-0.019897 max=0.035918 Jy/beam ! Clean residual mean=0.000076 rms=0.005214 Jy/beam ! Combined flux in latest and established models = 0.116947 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.116947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133789Jy sigma=2.481453 ! Fit after self-cal, rms=0.133199Jy sigma=2.468369 ! Inverting map ! Added new window around map position (5, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0300681 Jy ! Component: 100 - total flux cleaned = 0.0380093 Jy ! Total flux subtracted in 100 components = 0.0380093 Jy ! Clean residual min=-0.018465 max=0.026854 Jy/beam ! Clean residual mean=0.000054 rms=0.004431 Jy/beam ! Combined flux in latest and established models = 0.154957 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.154957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127062Jy sigma=2.324710 ! Fit after self-cal, rms=0.124932Jy sigma=2.283870 ! 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=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 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.0204846 Jy ! Component: 100 - total flux cleaned = 0.030714 Jy ! Component: 150 - total flux cleaned = 0.0340266 Jy ! Component: 200 - total flux cleaned = 0.0354981 Jy ! Total flux subtracted in 200 components = 0.0354981 Jy ! Clean residual min=-0.017069 max=0.024760 Jy/beam ! Clean residual mean=0.000106 rms=0.004811 Jy/beam ! Combined flux in latest and established models = 0.190455 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.190455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121603Jy sigma=2.208326 ! Fit after self-cal, rms=0.120702Jy sigma=2.189108 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.047 x 1.918 at -3.679 degrees (North through East) ! Clean map min=-0.017119 max=0.1171 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 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Fit before self-cal, rms=0.120702Jy sigma=2.189108 ! Fit after self-cal, rms=0.120702Jy sigma=2.189108 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 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.0105976 Jy ! Component: 100 - total flux cleaned = 0.0108476 Jy ! Component: 150 - total flux cleaned = 0.0112732 Jy ! Component: 200 - total flux cleaned = 0.0114591 Jy ! Total flux subtracted in 200 components = 0.0114591 Jy ! Clean residual min=-0.016930 max=0.022154 Jy/beam ! Clean residual mean=0.000089 rms=0.004441 Jy/beam ! Combined flux in latest and established models = 0.201914 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.201914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119575Jy sigma=2.164073 ! Fit after self-cal, rms=0.119302Jy sigma=2.158462 ! 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.119302Jy sigma=2.158462 ! Fit after self-cal, rms=0.119302Jy sigma=2.158462 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283467 Jy ! Component: 100 - total flux cleaned = 0.00322772 Jy ! Component: 150 - total flux cleaned = 0.00323071 Jy ! Component: 200 - total flux cleaned = 0.00338764 Jy ! Total flux subtracted in 200 components = 0.00338764 Jy ! Clean residual min=-0.016431 max=0.020738 Jy/beam ! Clean residual mean=0.000084 rms=0.004294 Jy/beam ! Combined flux in latest and established models = 0.205302 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.205302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118724Jy sigma=2.145653 ! Fit after self-cal, rms=0.118619Jy sigma=2.143338 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) ! Added new window around map position (-2.6, 3.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0161092 Jy ! Component: 100 - total flux cleaned = 0.0185297 Jy ! Component: 150 - total flux cleaned = 0.0192614 Jy ! Component: 200 - total flux cleaned = 0.019695 Jy ! Total flux subtracted in 200 components = 0.019695 Jy ! Clean residual min=-0.014452 max=0.014359 Jy/beam ! Clean residual mean=0.000063 rms=0.003910 Jy/beam ! Combined flux in latest and established models = 0.224997 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 40 components and 0.224997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116332Jy sigma=2.093934 ! Fit after self-cal, rms=0.115992Jy sigma=2.086702 ! 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.115992Jy sigma=2.086702 ! Fit after self-cal, rms=0.115992Jy sigma=2.086702 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056308 Jy ! Component: 100 - total flux cleaned = 0.00623447 Jy ! Component: 150 - total flux cleaned = 0.00678329 Jy ! Component: 200 - total flux cleaned = 0.00712774 Jy ! Total flux subtracted in 200 components = 0.00712774 Jy ! Clean residual min=-0.013758 max=0.014342 Jy/beam ! Clean residual mean=0.000054 rms=0.003771 Jy/beam ! Combined flux in latest and established models = 0.232124 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 48 components and 0.232124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115351Jy sigma=2.072816 ! Fit after self-cal, rms=0.115310Jy sigma=2.071613 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.00221974 Jy ! Component: 100 - total flux cleaned = 0.00286562 Jy ! Component: 150 - total flux cleaned = 0.00332012 Jy ! Component: 200 - total flux cleaned = 0.00360471 Jy ! Total flux subtracted in 200 components = 0.00360471 Jy ! Clean residual min=-0.013582 max=0.014219 Jy/beam ! Clean residual mean=0.000049 rms=0.003704 Jy/beam ! Combined flux in latest and established models = 0.235729 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 51 components and 0.235729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114941Jy sigma=2.063822 ! Fit after self-cal, rms=0.114936Jy sigma=2.063468 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.114936Jy sigma=2.063468 ! Fit after self-cal, rms=0.114936Jy sigma=2.063468 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=3.286 mas, bpa=-22.21 degrees ! Estimated noise=0.33089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00482226 Jy ! Component: 100 - total flux cleaned = 0.00499623 Jy ! Component: 150 - total flux cleaned = 0.00500577 Jy ! Component: 200 - total flux cleaned = 0.00529709 Jy ! Total flux subtracted in 200 components = 0.00529709 Jy ! Clean residual min=-0.018078 max=0.020414 Jy/beam ! Clean residual mean=0.000070 rms=0.005615 Jy/beam ! Combined flux in latest and established models = 0.241026 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.241026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114921Jy sigma=2.060420 ! Fit after self-cal, rms=0.114863Jy sigma=2.058923 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.000325208 Jy ! Component: 100 - total flux cleaned = 0.00018098 Jy ! Component: 150 - total flux cleaned = 5.11437e-05 Jy ! Component: 200 - total flux cleaned = 5.65794e-05 Jy ! Total flux subtracted in 200 components = 5.65794e-05 Jy ! Clean residual min=-0.018155 max=0.020037 Jy/beam ! Clean residual mean=0.000070 rms=0.005519 Jy/beam ! Combined flux in latest and established models = 0.241083 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.241083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114909Jy sigma=2.058689 ! Fit after self-cal, rms=0.114873Jy sigma=2.057852 ! 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=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.047 x 1.918 at -3.679 degrees (North through East) ! Clean map min=-0.01313 max=0.10761 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=0.7737 mas, bmaj=1.459 mas, bpa=-1.682 degrees ! Estimated noise=0.578446 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10175 Jy ! Component: 100 - total flux cleaned = 0.144717 Jy ! Component: 150 - total flux cleaned = 0.170625 Jy ! Component: 200 - total flux cleaned = 0.18226 Jy ! Total flux subtracted in 200 components = 0.18226 Jy ! Clean residual min=-0.017553 max=0.021000 Jy/beam ! Clean residual mean=0.000048 rms=0.004012 Jy/beam ! Combined flux in latest and established models = 0.18226 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.18226 Jy ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 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) ! Added new window around map position (4, 0.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0231265 Jy ! Component: 100 - total flux cleaned = 0.0385281 Jy ! Component: 150 - total flux cleaned = 0.0500614 Jy ! Component: 200 - total flux cleaned = 0.0562565 Jy ! Total flux subtracted in 200 components = 0.0562565 Jy ! Clean residual min=-0.013588 max=0.015646 Jy/beam ! Clean residual mean=0.000053 rms=0.003698 Jy/beam ! Combined flux in latest and established models = 0.238516 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 33 components and 0.238516 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.844 mas, bmaj=3.286 mas, bpa=-22.21 degrees ! Estimated noise=0.33089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00638849 Jy ! Component: 100 - total flux cleaned = 0.00859813 Jy ! Component: 150 - total flux cleaned = 0.0093255 Jy ! Component: 200 - total flux cleaned = 0.00980869 Jy ! Total flux subtracted in 200 components = 0.00980869 Jy ! Clean residual min=-0.016582 max=0.019711 Jy/beam ! Clean residual mean=0.000059 rms=0.005364 Jy/beam ! Combined flux in latest and established models = 0.248325 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.00056368 Jy ! Component: 100 - total flux cleaned = 0.000937501 Jy ! Component: 150 - total flux cleaned = 0.00117078 Jy ! Component: 200 - total flux cleaned = 0.00127666 Jy ! Total flux subtracted in 200 components = 0.00127666 Jy ! Clean residual min=-0.016858 max=0.019205 Jy/beam ! Clean residual mean=0.000054 rms=0.005314 Jy/beam ! Combined flux in latest and established models = 0.249602 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 61 components and 0.249602 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.047 mas, bmaj=1.918 mas, bpa=-3.679 degrees ! Estimated noise=0.278488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00258973 Jy ! Component: 100 - total flux cleaned = -0.00259856 Jy ! Component: 150 - total flux cleaned = -0.00217521 Jy ! Component: 200 - total flux cleaned = -0.00217355 Jy ! Total flux subtracted in 200 components = -0.00217355 Jy ! Clean residual min=-0.012298 max=0.014564 Jy/beam ! Clean residual mean=0.000035 rms=0.003453 Jy/beam ! Combined flux in latest and established models = 0.247428 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.247428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114219Jy sigma=2.047479 ! Fit after self-cal, rms=0.113858Jy sigma=2.039926 wmodel /scr/pima/rv102_uvs/J2210+2013_X_map.mod ! Writing 72 model components to file: /scr/pima/rv102_uvs/J2210+2013_X_map.mod wobs /scr/pima/rv102_uvs/J2210+2013_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv102_uvs/J2210+2013_X_uvs.fits wwins /scr/pima/rv102_uvs/J2210+2013_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv102_uvs/J2210+2013_X_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.00641218 Jy ! Component: 100 - total flux cleaned = 0.0105492 Jy ! Component: 150 - total flux cleaned = 0.012882 Jy ! Component: 200 - total flux cleaned = 0.0144676 Jy ! Component: 250 - total flux cleaned = 0.0161489 Jy ! Component: 300 - total flux cleaned = 0.0175572 Jy ! Component: 350 - total flux cleaned = 0.0194062 Jy ! Component: 400 - total flux cleaned = 0.0208551 Jy ! Component: 450 - total flux cleaned = 0.0220967 Jy ! Component: 500 - total flux cleaned = 0.0232907 Jy ! Component: 550 - total flux cleaned = 0.0247309 Jy ! Component: 600 - total flux cleaned = 0.0259814 Jy ! Component: 650 - total flux cleaned = 0.0274591 Jy ! Component: 700 - total flux cleaned = 0.0290182 Jy ! Component: 750 - total flux cleaned = 0.0305315 Jy ! Component: 800 - total flux cleaned = 0.0318758 Jy ! Component: 850 - total flux cleaned = 0.0333017 Jy ! Component: 900 - total flux cleaned = 0.0344573 Jy ! Component: 950 - total flux cleaned = 0.0356924 Jy ! Component: 1000 - total flux cleaned = 0.0371142 Jy ! Component: 1050 - total flux cleaned = 0.0381777 Jy ! Component: 1100 - total flux cleaned = 0.0392122 Jy ! Component: 1150 - total flux cleaned = 0.0403227 Jy ! Component: 1200 - total flux cleaned = 0.0413075 Jy ! Component: 1250 - total flux cleaned = 0.0423632 Jy ! Component: 1300 - total flux cleaned = 0.0435766 Jy ! Component: 1350 - total flux cleaned = 0.0444921 Jy ! Component: 1400 - total flux cleaned = 0.0454742 Jy ! Component: 1450 - total flux cleaned = 0.0463454 Jy ! Component: 1500 - total flux cleaned = 0.0471109 Jy ! Component: 1550 - total flux cleaned = 0.047858 Jy ! Component: 1600 - total flux cleaned = 0.0487511 Jy ! Component: 1650 - total flux cleaned = 0.0496195 Jy ! Component: 1700 - total flux cleaned = 0.0504699 Jy ! Component: 1750 - total flux cleaned = 0.0509982 Jy ! Component: 1800 - total flux cleaned = 0.0515155 Jy ! Component: 1850 - total flux cleaned = 0.0518046 Jy ! Component: 1900 - total flux cleaned = 0.0522296 Jy ! Component: 1950 - total flux cleaned = 0.0527147 Jy ! Component: 2000 - total flux cleaned = 0.0530554 Jy ! Component: 2050 - total flux cleaned = 0.0533877 Jy ! Component: 2100 - total flux cleaned = 0.0539082 Jy ! Component: 2150 - total flux cleaned = 0.0544174 Jy ! Component: 2200 - total flux cleaned = 0.0550404 Jy ! Component: 2250 - total flux cleaned = 0.0554082 Jy ! Component: 2300 - total flux cleaned = 0.0559469 Jy ! Component: 2350 - total flux cleaned = 0.0564745 Jy ! Component: 2400 - total flux cleaned = 0.0566468 Jy ! Component: 2450 - total flux cleaned = 0.0570992 Jy ! Component: 2500 - total flux cleaned = 0.0576542 Jy ! Component: 2550 - total flux cleaned = 0.0579269 Jy ! Component: 2600 - total flux cleaned = 0.0583565 Jy ! Component: 2650 - total flux cleaned = 0.0587253 Jy ! Component: 2700 - total flux cleaned = 0.0588802 Jy ! Component: 2750 - total flux cleaned = 0.0592365 Jy ! Component: 2800 - total flux cleaned = 0.0596848 Jy ! Component: 2850 - total flux cleaned = 0.0600756 Jy ! Component: 2900 - total flux cleaned = 0.0601244 Jy ! Component: 2950 - total flux cleaned = 0.0605979 Jy ! Component: 3000 - total flux cleaned = 0.0608306 Jy ! Component: 3050 - total flux cleaned = 0.0612871 Jy ! Component: 3100 - total flux cleaned = 0.0615548 Jy ! Component: 3150 - total flux cleaned = 0.0617311 Jy ! Component: 3200 - total flux cleaned = 0.0619498 Jy ! Component: 3250 - total flux cleaned = 0.0621641 Jy ! Component: 3300 - total flux cleaned = 0.0623331 Jy ! Component: 3350 - total flux cleaned = 0.0626645 Jy ! Component: 3400 - total flux cleaned = 0.0627869 Jy ! Component: 3450 - total flux cleaned = 0.0628665 Jy ! Component: 3500 - total flux cleaned = 0.0630645 Jy ! Component: 3550 - total flux cleaned = 0.0632203 Jy ! Component: 3600 - total flux cleaned = 0.063375 Jy ! Component: 3650 - total flux cleaned = 0.0636413 Jy ! Component: 3700 - total flux cleaned = 0.0637539 Jy ! Component: 3750 - total flux cleaned = 0.0640855 Jy ! Component: 3800 - total flux cleaned = 0.0641947 Jy ! Component: 3850 - total flux cleaned = 0.0643743 Jy ! Component: 3900 - total flux cleaned = 0.0646224 Jy ! Component: 3950 - total flux cleaned = 0.0648324 Jy ! Component: 4000 - total flux cleaned = 0.0650053 Jy ! Component: 4050 - total flux cleaned = 0.06521 Jy ! Total flux subtracted in 4096 components = 0.0653791 Jy ! Clean residual min=-0.001778 max=0.002001 Jy/beam ! Clean residual mean=0.000005 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.312807 Jy keep ! Adding 386 model components to the UV plane model. ! The established model now contains 458 components and 0.312807 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv102_uvs/J2210+2013_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.047 x 1.918 at -3.679 degrees (North through East) ! Clean map min=-0.006072 max=0.10082 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv102_uvs/J2210+2013_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100823 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000639404 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.90256 1.90256 3.80512 7.61023 15.2205 30.4409 60.8819 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.1 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 157.682 quit ! Quitting program ! Log file /scr/pima/rv102_uvs/J2210+2013_X_uvs.log closed on Sat Feb 27 22:29:00 2016