! Started logfile: /scr/pima/rv102_uvs/J2158-3013_S_uvs.log on Sat Feb 27 22:27:40 2016 obs /scr/pima/rv102_uvs/J2158-3013_S_uva.fits ! Reading UV FITS file: /scr/pima/rv102_uvs/J2158-3013_S_uva.fits ! AN table 1: 16 integrations on 28 of 28 possible baselines. ! AN table 2: 5 integrations on 21 of 21 possible baselines. ! AN table 3: 13 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.761998 visibilities/baseline/integration-bin. ! Found source: J2158-3013 ! ! 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 139 lines of history. ! ! Reading 3112 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/rv102_uvs/J2158-3013_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 24 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! A total of 21 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! A total of 21 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! A total of 21 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 2. ! A total of 21 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.014513Jy sigma=7.267306 ! Fit after self-cal, rms=0.834134Jy sigma=6.069602 ! 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.637 mas, bmaj=9.242 mas, bpa=-8.023 degrees ! Estimated noise=3.65853 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.135055 Jy ! Component: 100 - total flux cleaned = 0.170575 Jy ! Total flux subtracted in 100 components = 0.170575 Jy ! Clean residual min=-0.023080 max=0.029846 Jy/beam ! Clean residual mean=0.000299 rms=0.006372 Jy/beam ! Combined flux in latest and established models = 0.170575 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.170575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127702Jy sigma=0.877770 ! Fit after self-cal, rms=0.127399Jy sigma=0.874812 ! 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.433 mas, bmaj=10.97 mas, bpa=-10.13 degrees ! Estimated noise=1.97781 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.0221514 Jy ! Component: 100 - total flux cleaned = 0.0334819 Jy ! Component: 150 - total flux cleaned = 0.039036 Jy ! Component: 200 - total flux cleaned = 0.0397999 Jy ! Total flux subtracted in 200 components = 0.0397999 Jy ! Clean residual min=-0.024495 max=0.028816 Jy/beam ! Clean residual mean=-0.001627 rms=0.007091 Jy/beam ! Combined flux in latest and established models = 0.210375 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.210375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123662Jy sigma=0.848032 ! Fit after self-cal, rms=0.123710Jy sigma=0.847280 ! 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.433 x 10.97 at -10.13 degrees (North through East) ! Clean map min=-0.024252 max=0.16579 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* ! NL 1.00* PT 1.00* SC 1.00* WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! WF 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! WF 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! WF 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* PT 1.00* SC 1.00* WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* SC 1.00* ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* OV 1.00* PT 1.00* SC 1.00* ! WF 1.00* ! ! ! Fit before self-cal, rms=0.123710Jy sigma=0.847280 ! Fit after self-cal, rms=0.123924Jy sigma=0.848138 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=10.93 mas, bpa=-10.25 degrees ! Estimated noise=1.98878 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.0020695 Jy ! Component: 100 - total flux cleaned = 0.0025171 Jy ! Component: 150 - total flux cleaned = 0.00291918 Jy ! Component: 200 - total flux cleaned = 0.00327626 Jy ! Total flux subtracted in 200 components = 0.00327626 Jy ! Clean residual min=-0.023840 max=0.028818 Jy/beam ! Clean residual mean=-0.001594 rms=0.007058 Jy/beam ! Combined flux in latest and established models = 0.213652 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 30 components and 0.213651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123620Jy sigma=0.846463 ! Fit after self-cal, rms=0.123638Jy sigma=0.846431 ! 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.123638Jy sigma=0.846431 ! Fit after self-cal, rms=0.123638Jy sigma=0.846431 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=10.93 mas, bpa=-10.25 degrees ! Estimated noise=1.98878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000326598 Jy ! Component: 100 - total flux cleaned = 0.000627424 Jy ! Component: 150 - total flux cleaned = 0.000812205 Jy ! Component: 200 - total flux cleaned = 0.000987403 Jy ! Total flux subtracted in 200 components = 0.000987403 Jy ! Clean residual min=-0.023690 max=0.028911 Jy/beam ! Clean residual mean=-0.001623 rms=0.007035 Jy/beam ! Combined flux in latest and established models = 0.214639 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.214639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123513Jy sigma=0.845582 ! Fit after self-cal, rms=0.123522Jy sigma=0.845572 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.88435e-05 Jy ! Component: 100 - total flux cleaned = 0.000159084 Jy ! Component: 150 - total flux cleaned = 0.000308113 Jy ! Component: 200 - total flux cleaned = 0.000451313 Jy ! Total flux subtracted in 200 components = 0.000451313 Jy ! Clean residual min=-0.023664 max=0.028928 Jy/beam ! Clean residual mean=-0.001636 rms=0.007023 Jy/beam ! Combined flux in latest and established models = 0.21509 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.21509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123442Jy sigma=0.845065 ! Fit after self-cal, rms=0.123448Jy sigma=0.845057 ! 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.123448Jy sigma=0.845057 ! Fit after self-cal, rms=0.123448Jy sigma=0.845057 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=10.93 mas, bpa=-10.25 degrees ! Estimated noise=1.98878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.98277e-05 Jy ! Component: 100 - total flux cleaned = 0.000194083 Jy ! Component: 150 - total flux cleaned = 0.000256169 Jy ! Component: 200 - total flux cleaned = 0.000377088 Jy ! Total flux subtracted in 200 components = 0.000377088 Jy ! Clean residual min=-0.023681 max=0.028871 Jy/beam ! Clean residual mean=-0.001648 rms=0.007015 Jy/beam ! Combined flux in latest and established models = 0.215467 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.215467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123388Jy sigma=0.844705 ! Fit after self-cal, rms=0.123393Jy sigma=0.844695 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 = 5.01596e-05 Jy ! Component: 100 - total flux cleaned = 0.000106834 Jy ! Component: 150 - total flux cleaned = 0.000219274 Jy ! Component: 200 - total flux cleaned = 0.000271904 Jy ! Total flux subtracted in 200 components = 0.000271904 Jy ! Clean residual min=-0.023707 max=0.028850 Jy/beam ! Clean residual mean=-0.001656 rms=0.007007 Jy/beam ! Combined flux in latest and established models = 0.215739 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.215739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123351Jy sigma=0.844405 ! Fit after self-cal, rms=0.123357Jy sigma=0.844398 ! 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.123357Jy sigma=0.844398 ! Fit after self-cal, rms=0.123357Jy sigma=0.844398 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.168 mas, bmaj=17.37 mas, bpa=-13.76 degrees ! Estimated noise=2.37469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251521 Jy ! Component: 100 - total flux cleaned = 0.00240785 Jy ! Component: 150 - total flux cleaned = 0.00240608 Jy ! Component: 200 - total flux cleaned = 0.00240279 Jy ! Total flux subtracted in 200 components = 0.00240279 Jy ! Clean residual min=-0.033097 max=0.033838 Jy/beam ! Clean residual mean=-0.003466 rms=0.011319 Jy/beam ! Combined flux in latest and established models = 0.218142 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.218142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123434Jy sigma=0.845656 ! Fit after self-cal, rms=0.123448Jy sigma=0.845576 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.000116016 Jy ! Component: 100 - total flux cleaned = 2.08505e-05 Jy ! Component: 150 - total flux cleaned = 2.66824e-05 Jy ! Component: 200 - total flux cleaned = 2.83854e-05 Jy ! Total flux subtracted in 200 components = 2.83854e-05 Jy ! Clean residual min=-0.032961 max=0.033648 Jy/beam ! Clean residual mean=-0.003471 rms=0.011293 Jy/beam ! Combined flux in latest and established models = 0.21817 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.21817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123614Jy sigma=0.845920 ! Fit after self-cal, rms=0.123628Jy sigma=0.845870 ! 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.434 mas, bmaj=10.93 mas, bpa=-10.25 degrees ! Estimated noise=1.98878 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.434 x 10.93 at -10.25 degrees (North through East) ! Clean map min=-0.023346 max=0.1646 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.636 mas, bmaj=9.241 mas, bpa=-8.024 degrees ! Estimated noise=3.66073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134128 Jy ! Component: 100 - total flux cleaned = 0.171434 Jy ! Component: 150 - total flux cleaned = 0.192709 Jy ! Component: 200 - total flux cleaned = 0.205584 Jy ! Total flux subtracted in 200 components = 0.205584 Jy ! Clean residual min=-0.021502 max=0.023482 Jy/beam ! Clean residual mean=0.000102 rms=0.005939 Jy/beam ! Combined flux in latest and established models = 0.205584 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.205584 Jy ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=10.93 mas, bpa=-10.25 degrees ! Estimated noise=1.98878 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.00510198 Jy ! Component: 100 - total flux cleaned = 0.00679514 Jy ! Component: 150 - total flux cleaned = 0.00776458 Jy ! Component: 200 - total flux cleaned = 0.00826079 Jy ! Total flux subtracted in 200 components = 0.00826079 Jy ! Clean residual min=-0.024514 max=0.029386 Jy/beam ! Clean residual mean=-0.001597 rms=0.007091 Jy/beam ! Combined flux in latest and established models = 0.213845 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 30 components and 0.213845 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.168 mas, bmaj=17.37 mas, bpa=-13.76 degrees ! Estimated noise=2.37469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00357213 Jy ! Component: 100 - total flux cleaned = 0.00386102 Jy ! Component: 150 - total flux cleaned = 0.00386329 Jy ! Component: 200 - total flux cleaned = 0.00399283 Jy ! Total flux subtracted in 200 components = 0.00399283 Jy ! Clean residual min=-0.033384 max=0.034075 Jy/beam ! Clean residual mean=-0.003450 rms=0.011365 Jy/beam ! Combined flux in latest and established models = 0.217838 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 = 7.75983e-06 Jy ! Component: 100 - total flux cleaned = 2.75538e-06 Jy ! Component: 150 - total flux cleaned = 1.53771e-05 Jy ! Component: 200 - total flux cleaned = 0.000119508 Jy ! Total flux subtracted in 200 components = 0.000119508 Jy ! Clean residual min=-0.033214 max=0.033867 Jy/beam ! Clean residual mean=-0.003457 rms=0.011337 Jy/beam ! Combined flux in latest and established models = 0.217958 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 43 components and 0.217958 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.434 mas, bmaj=10.93 mas, bpa=-10.25 degrees ! Estimated noise=1.98878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00211743 Jy ! Component: 100 - total flux cleaned = -0.00184707 Jy ! Component: 150 - total flux cleaned = -0.00184423 Jy ! Component: 200 - total flux cleaned = -0.00174406 Jy ! Total flux subtracted in 200 components = -0.00174406 Jy ! Clean residual min=-0.023897 max=0.028893 Jy/beam ! Clean residual mean=-0.001671 rms=0.006998 Jy/beam ! Combined flux in latest and established models = 0.216214 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.216214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123517Jy sigma=0.845381 ! Fit after self-cal, rms=0.123491Jy sigma=0.845321 wmodel /scr/pima/rv102_uvs/J2158-3013_S_map.mod ! Writing 50 model components to file: /scr/pima/rv102_uvs/J2158-3013_S_map.mod wobs /scr/pima/rv102_uvs/J2158-3013_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv102_uvs/J2158-3013_S_uvs.fits wwins /scr/pima/rv102_uvs/J2158-3013_S_map.win ! wwins: Wrote 1 windows to /scr/pima/rv102_uvs/J2158-3013_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.0086559 Jy ! Component: 100 - total flux cleaned = 0.00710658 Jy ! Component: 150 - total flux cleaned = 0.00312235 Jy ! Component: 200 - total flux cleaned = 6.70834e-05 Jy ! Component: 250 - total flux cleaned = -0.00251796 Jy ! Component: 300 - total flux cleaned = -0.00467759 Jy ! Component: 350 - total flux cleaned = -0.00585969 Jy ! Component: 400 - total flux cleaned = -0.00728417 Jy ! Component: 450 - total flux cleaned = -0.00893021 Jy ! Component: 500 - total flux cleaned = -0.00972367 Jy ! Component: 550 - total flux cleaned = -0.0107464 Jy ! Component: 600 - total flux cleaned = -0.0109932 Jy ! Component: 650 - total flux cleaned = -0.0117156 Jy ! Component: 700 - total flux cleaned = -0.0126457 Jy ! Component: 750 - total flux cleaned = -0.0133223 Jy ! Component: 800 - total flux cleaned = -0.0144207 Jy ! Component: 850 - total flux cleaned = -0.0152725 Jy ! Component: 900 - total flux cleaned = -0.0161025 Jy ! Component: 950 - total flux cleaned = -0.016708 Jy ! Component: 1000 - total flux cleaned = -0.0174945 Jy ! Component: 1050 - total flux cleaned = -0.0182615 Jy ! Component: 1100 - total flux cleaned = -0.0188227 Jy ! Component: 1150 - total flux cleaned = -0.019736 Jy ! Component: 1200 - total flux cleaned = -0.0208039 Jy ! Component: 1250 - total flux cleaned = -0.0216719 Jy ! Component: 1300 - total flux cleaned = -0.0223537 Jy ! Component: 1350 - total flux cleaned = -0.0231892 Jy ! Component: 1400 - total flux cleaned = -0.0243314 Jy ! Component: 1450 - total flux cleaned = -0.0252855 Jy ! Component: 1500 - total flux cleaned = -0.0259109 Jy ! Component: 1550 - total flux cleaned = -0.0269803 Jy ! Component: 1600 - total flux cleaned = -0.0275781 Jy ! Component: 1650 - total flux cleaned = -0.0283104 Jy ! Component: 1700 - total flux cleaned = -0.0291714 Jy ! Component: 1750 - total flux cleaned = -0.0301568 Jy ! Component: 1800 - total flux cleaned = -0.0308475 Jy ! Component: 1850 - total flux cleaned = -0.0316622 Jy ! Component: 1900 - total flux cleaned = -0.0324631 Jy ! Component: 1950 - total flux cleaned = -0.0335118 Jy ! Component: 2000 - total flux cleaned = -0.0341559 Jy ! Component: 2050 - total flux cleaned = -0.034915 Jy ! Component: 2100 - total flux cleaned = -0.0359076 Jy ! Component: 2150 - total flux cleaned = -0.0363948 Jy ! Component: 2200 - total flux cleaned = -0.0372354 Jy ! Component: 2250 - total flux cleaned = -0.0380603 Jy ! Component: 2300 - total flux cleaned = -0.0386405 Jy ! Component: 2350 - total flux cleaned = -0.0394402 Jy ! Component: 2400 - total flux cleaned = -0.0401139 Jy ! Component: 2450 - total flux cleaned = -0.0405564 Jy ! Component: 2500 - total flux cleaned = -0.0413203 Jy ! Component: 2550 - total flux cleaned = -0.0418567 Jy ! Component: 2600 - total flux cleaned = -0.0425965 Jy ! Component: 2650 - total flux cleaned = -0.0430126 Jy ! Component: 2700 - total flux cleaned = -0.0435278 Jy ! Component: 2750 - total flux cleaned = -0.0443391 Jy ! Component: 2800 - total flux cleaned = -0.0448382 Jy ! Component: 2850 - total flux cleaned = -0.0455275 Jy ! Component: 2900 - total flux cleaned = -0.045916 Jy ! Component: 2950 - total flux cleaned = -0.0463946 Jy ! Component: 3000 - total flux cleaned = -0.0468667 Jy ! Component: 3050 - total flux cleaned = -0.0473325 Jy ! Component: 3100 - total flux cleaned = -0.047886 Jy ! Component: 3150 - total flux cleaned = -0.0481588 Jy ! Component: 3200 - total flux cleaned = -0.0485179 Jy ! Component: 3250 - total flux cleaned = -0.0490496 Jy ! Component: 3300 - total flux cleaned = -0.0491364 Jy ! Component: 3350 - total flux cleaned = -0.0495692 Jy ! Component: 3400 - total flux cleaned = -0.0499114 Jy ! Component: 3450 - total flux cleaned = -0.0502501 Jy ! Component: 3500 - total flux cleaned = -0.0505847 Jy ! Component: 3550 - total flux cleaned = -0.050998 Jy ! Component: 3600 - total flux cleaned = -0.0512436 Jy ! Component: 3650 - total flux cleaned = -0.051568 Jy ! Component: 3700 - total flux cleaned = -0.0519693 Jy ! Component: 3750 - total flux cleaned = -0.052287 Jy ! Component: 3800 - total flux cleaned = -0.0527584 Jy ! Component: 3850 - total flux cleaned = -0.0529137 Jy ! Component: 3900 - total flux cleaned = -0.0532223 Jy ! Component: 3950 - total flux cleaned = -0.0535279 Jy ! Component: 4000 - total flux cleaned = -0.0538308 Jy ! Component: 4050 - total flux cleaned = -0.054055 Jy ! Total flux subtracted in 4096 components = -0.0542769 Jy ! Clean residual min=-0.003975 max=0.003685 Jy/beam ! Clean residual mean=-0.000365 rms=0.001596 Jy/beam ! Combined flux in latest and established models = 0.161937 Jy keep ! Adding 487 model components to the UV plane model. ! The established model now contains 537 components and 0.161937 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv102_uvs/J2158-3013_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.434 x 10.93 at -10.25 degrees (North through East) ! Clean map min=-0.013759 max=0.16751 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv102_uvs/J2158-3013_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.167508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00157918 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.82826 2.82826 5.65651 11.313 22.6261 45.2521 90.5042 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0047 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.167 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 106.072 quit ! Quitting program ! Log file /scr/pima/rv102_uvs/J2158-3013_S_uvs.log closed on Sat Feb 27 22:27:43 2016