! Started logfile: /scr/pima/bg219i_uvs/J0203+7232_S_dfm.log on Thu May 19 22:58:00 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219i_uvs/J0203+7232_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0203+7232_S_uva.fits ! AN table 1: 7 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0203+7232 ! ! 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 54 lines of history. ! ! Reading 1260 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! 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 ![@/opt64/bin/pima_mupet_01.dfm J0203+7232_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.043911Jy sigma=20.294198 ! Fit after self-cal, rms=0.765848Jy sigma=14.497180 ! 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.376 mas, bmaj=10.01 mas, bpa=-78.64 degrees ! Estimated noise=1.49433 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.19215 Jy ! Component: 100 - total flux cleaned = 0.235745 Jy ! Total flux subtracted in 100 components = 0.235745 Jy ! Clean residual min=-0.016514 max=0.033179 Jy/beam ! Clean residual mean=0.000018 rms=0.004823 Jy/beam ! Combined flux in latest and established models = 0.235745 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.235745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111576Jy sigma=1.911629 ! Fit after self-cal, rms=0.109716Jy sigma=1.885339 ! Inverting map ! Added new window around map position (-37.5, 59.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0272104 Jy ! Component: 100 - total flux cleaned = 0.0411047 Jy ! Total flux subtracted in 100 components = 0.0411047 Jy ! Clean residual min=-0.013569 max=0.025396 Jy/beam ! Clean residual mean=0.000019 rms=0.003725 Jy/beam ! Combined flux in latest and established models = 0.27685 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.27685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099338Jy sigma=1.688215 ! Fit after self-cal, rms=0.098266Jy sigma=1.666010 ! 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.962 mas, bmaj=10.79 mas, bpa=-80.21 degrees ! Estimated noise=1.15027 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 (37, -59.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0259079 Jy ! Component: 100 - total flux cleaned = 0.038593 Jy ! Component: 150 - total flux cleaned = 0.0433294 Jy ! Component: 200 - total flux cleaned = 0.0472017 Jy ! Total flux subtracted in 200 components = 0.0472017 Jy ! Clean residual min=-0.010354 max=0.010681 Jy/beam ! Clean residual mean=0.000030 rms=0.002544 Jy/beam ! Combined flux in latest and established models = 0.324051 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 86 components and 0.324052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088991Jy sigma=1.535375 ! Fit after self-cal, rms=0.088753Jy sigma=1.532286 ! 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.962 x 10.79 at -80.21 degrees (North through East) ! Clean map min=-0.008894 max=0.22487 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: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.088753Jy sigma=1.532286 ! Fit after self-cal, rms=0.088753Jy sigma=1.532286 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.962 mas, bmaj=10.79 mas, bpa=-80.21 degrees ! Estimated noise=1.15027 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.00318697 Jy ! Component: 100 - total flux cleaned = 0.00467733 Jy ! Component: 150 - total flux cleaned = 0.00640601 Jy ! Component: 200 - total flux cleaned = 0.00757803 Jy ! Total flux subtracted in 200 components = 0.00757803 Jy ! Clean residual min=-0.009272 max=0.009206 Jy/beam ! Clean residual mean=0.000023 rms=0.002196 Jy/beam ! Combined flux in latest and established models = 0.33163 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 114 components and 0.33163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087124Jy sigma=1.517381 ! Fit after self-cal, rms=0.087049Jy sigma=1.516728 ! 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.087049Jy sigma=1.516728 ! Fit after self-cal, rms=0.089963Jy sigma=1.504200 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.97 mas, bmaj=10.79 mas, bpa=-80.24 degrees ! Estimated noise=1.1647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00248848 Jy ! Component: 100 - total flux cleaned = -0.00249177 Jy ! Component: 150 - total flux cleaned = -0.00274425 Jy ! Component: 200 - total flux cleaned = -0.00285613 Jy ! Total flux subtracted in 200 components = -0.00285613 Jy ! Clean residual min=-0.007003 max=0.008149 Jy/beam ! Clean residual mean=0.000013 rms=0.001842 Jy/beam ! Combined flux in latest and established models = 0.328773 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 138 components and 0.328773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089512Jy sigma=1.497150 ! Fit after self-cal, rms=0.089494Jy sigma=1.496858 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 (32, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387047 Jy ! Component: 100 - total flux cleaned = 0.00354631 Jy ! Component: 150 - total flux cleaned = 0.00393884 Jy ! Component: 200 - total flux cleaned = 0.00415953 Jy ! Total flux subtracted in 200 components = 0.00415953 Jy ! Clean residual min=-0.006987 max=0.006781 Jy/beam ! Clean residual mean=0.000011 rms=0.001693 Jy/beam ! Combined flux in latest and established models = 0.332933 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 157 components and 0.332933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088650Jy sigma=1.486050 ! Fit after self-cal, rms=0.088652Jy sigma=1.485106 ! 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.088652Jy sigma=1.485106 ! Fit after self-cal, rms=0.087654Jy sigma=1.484134 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=10.79 mas, bpa=-80.26 degrees ! Estimated noise=1.16325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470681 Jy ! Component: 100 - total flux cleaned = 0.000465026 Jy ! Component: 150 - total flux cleaned = -3.20778e-05 Jy ! Component: 200 - total flux cleaned = -0.000497848 Jy ! Total flux subtracted in 200 components = -0.000497848 Jy ! Clean residual min=-0.007055 max=0.006667 Jy/beam ! Clean residual mean=0.000011 rms=0.001672 Jy/beam ! Combined flux in latest and established models = 0.332435 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 178 components and 0.332435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087220Jy sigma=1.481110 ! Fit after self-cal, rms=0.087208Jy sigma=1.480673 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.22169e-05 Jy ! Component: 100 - total flux cleaned = -0.00015805 Jy ! Component: 150 - total flux cleaned = -0.000322558 Jy ! Component: 200 - total flux cleaned = -0.00048023 Jy ! Total flux subtracted in 200 components = -0.00048023 Jy ! Clean residual min=-0.006984 max=0.006121 Jy/beam ! Clean residual mean=0.000010 rms=0.001635 Jy/beam ! Combined flux in latest and established models = 0.331955 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 195 components and 0.331955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086973Jy sigma=1.478769 ! Fit after self-cal, rms=0.086963Jy sigma=1.478580 ! 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.086963Jy sigma=1.478580 ! Fit after self-cal, rms=0.086053Jy sigma=1.477975 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.247 mas, bmaj=13.21 mas, bpa=-89.86 degrees ! Estimated noise=1.50448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000671158 Jy ! Component: 100 - total flux cleaned = -0.000178141 Jy ! Component: 150 - total flux cleaned = -0.000179386 Jy ! Component: 200 - total flux cleaned = -0.000260773 Jy ! Total flux subtracted in 200 components = -0.000260773 Jy ! Clean residual min=-0.006746 max=0.006369 Jy/beam ! Clean residual mean=0.000019 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 0.331694 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 228 components and 0.331694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085918Jy sigma=1.477030 ! Fit after self-cal, rms=0.085880Jy sigma=1.476672 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.00032824 Jy ! Component: 100 - total flux cleaned = -0.000257063 Jy ! Component: 150 - total flux cleaned = -0.000188831 Jy ! Component: 200 - total flux cleaned = -0.000193847 Jy ! Total flux subtracted in 200 components = -0.000193847 Jy ! Clean residual min=-0.006325 max=0.006258 Jy/beam ! Clean residual mean=0.000016 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.3315 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 249 components and 0.3315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085837Jy sigma=1.476732 ! Fit after self-cal, rms=0.085824Jy sigma=1.476614 ! 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=10.8 mas, bpa=-80.27 degrees ! Estimated noise=1.1609 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 10.8 at -80.27 degrees (North through East) ! Clean map min=-0.0066593 max=0.22383 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.391 mas, bmaj=10 mas, bpa=-78.67 degrees ! Estimated noise=1.51394 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.195125 Jy ! Component: 100 - total flux cleaned = 0.247287 Jy ! Component: 150 - total flux cleaned = 0.272065 Jy ! Component: 200 - total flux cleaned = 0.286792 Jy ! Total flux subtracted in 200 components = 0.286792 Jy ! Clean residual min=-0.011125 max=0.013546 Jy/beam ! Clean residual mean=0.000015 rms=0.003030 Jy/beam ! Combined flux in latest and established models = 0.286792 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.286792 Jy ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=10.8 mas, bpa=-80.27 degrees ! Estimated noise=1.1609 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 (120, -34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0183325 Jy ! Component: 100 - total flux cleaned = 0.029364 Jy ! Component: 150 - total flux cleaned = 0.0370665 Jy ! Component: 200 - total flux cleaned = 0.0416722 Jy ! Total flux subtracted in 200 components = 0.0416722 Jy ! Clean residual min=-0.007049 max=0.009513 Jy/beam ! Clean residual mean=0.000019 rms=0.002009 Jy/beam ! Combined flux in latest and established models = 0.328464 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 79 components and 0.328464 Jy ! Inverting map ! Added new window around map position (-128, -48). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00487472 Jy ! Component: 100 - total flux cleaned = 0.00617394 Jy ! Component: 150 - total flux cleaned = 0.00712563 Jy ! Component: 200 - total flux cleaned = 0.00729984 Jy ! Total flux subtracted in 200 components = 0.00729984 Jy ! Clean residual min=-0.006791 max=0.006506 Jy/beam ! Clean residual mean=0.000006 rms=0.001712 Jy/beam ! Combined flux in latest and established models = 0.335764 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 106 components and 0.335764 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.247 mas, bmaj=13.21 mas, bpa=-89.86 degrees ! Estimated noise=1.50448 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00238821 Jy ! Component: 100 - total flux cleaned = 0.0019298 Jy ! Component: 150 - total flux cleaned = 0.00151927 Jy ! Component: 200 - total flux cleaned = 0.00175433 Jy ! Total flux subtracted in 200 components = 0.00175433 Jy ! Clean residual min=-0.006239 max=0.005289 Jy/beam ! Clean residual mean=0.000004 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.337518 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.000214104 Jy ! Component: 100 - total flux cleaned = 0.000409168 Jy ! Component: 150 - total flux cleaned = 0.000583983 Jy ! Component: 200 - total flux cleaned = 0.000502927 Jy ! Total flux subtracted in 200 components = 0.000502927 Jy ! Clean residual min=-0.005884 max=0.005073 Jy/beam ! Clean residual mean=0.000001 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.338021 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 158 components and 0.338021 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=10.8 mas, bpa=-80.27 degrees ! Estimated noise=1.1609 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000344091 Jy ! Component: 100 - total flux cleaned = -0.000201003 Jy ! Component: 150 - total flux cleaned = -0.000451439 Jy ! Component: 200 - total flux cleaned = -0.000335747 Jy ! Total flux subtracted in 200 components = -0.000335747 Jy ! Clean residual min=-0.006631 max=0.005453 Jy/beam ! Clean residual mean=0.000001 rms=0.001467 Jy/beam ! Combined flux in latest and established models = 0.337686 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 192 components and 0.337686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085239Jy sigma=1.470766 ! Fit after self-cal, rms=0.085108Jy sigma=1.467993 wmodel /J0203+7232_S_map.mod ! wmodel: Unable to open new model file: /J0203+7232_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0203+7232_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.986 x 10.8 at -80.27 degrees (North through East) ! Clean map min=-0.0062466 max=0.22117 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0203+7232_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.22117 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00142499 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.93288 1.93288 3.86577 7.73154 15.4631 30.9262 61.8523 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0042 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.221 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 155.208 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0203+7232_S_dfm.log closed on Thu May 19 22:58:02 2016