! Started logfile: /scr/pima/bg219a_uvs/J0741-2647_S_dfm.log on Thu May 19 23:57:43 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/bg219a_uvs/J0741-2647_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0741-2647_S_uva.fits ! AN table 1: 57 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0741-2647 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 49 lines of history. ! ! Reading 3420 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 J0741-2647_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.075003Jy sigma=20.812045 ! Fit after self-cal, rms=0.714186Jy sigma=13.594984 ! 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.218 mas, bmaj=5.974 mas, bpa=-2.965 degrees ! Estimated noise=0.936884 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.214214 Jy ! Component: 100 - total flux cleaned = 0.281412 Jy ! Total flux subtracted in 100 components = 0.281412 Jy ! Clean residual min=-0.018651 max=0.038752 Jy/beam ! Clean residual mean=-0.000143 rms=0.006042 Jy/beam ! Combined flux in latest and established models = 0.281412 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.281412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094283Jy sigma=1.807833 ! Fit after self-cal, rms=0.094252Jy sigma=1.806819 ! Inverting map ! Added new window around map position (-3.5, 10.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0392751 Jy ! Component: 100 - total flux cleaned = 0.0630944 Jy ! Total flux subtracted in 100 components = 0.0630944 Jy ! Clean residual min=-0.010198 max=0.016669 Jy/beam ! Clean residual mean=-0.000070 rms=0.002865 Jy/beam ! Combined flux in latest and established models = 0.344506 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 21 components and 0.344506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071672Jy sigma=1.332481 ! Fit after self-cal, rms=0.071503Jy sigma=1.326360 ! 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.619 mas, bmaj=6.452 mas, bpa=-4.91 degrees ! Estimated noise=0.640512 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.0209683 Jy ! Component: 100 - total flux cleaned = 0.0323847 Jy ! Component: 150 - total flux cleaned = 0.0389825 Jy ! Component: 200 - total flux cleaned = 0.0430464 Jy ! Total flux subtracted in 200 components = 0.0430464 Jy ! Clean residual min=-0.005414 max=0.009872 Jy/beam ! Clean residual mean=-0.000064 rms=0.001701 Jy/beam ! Combined flux in latest and established models = 0.387552 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 42 components and 0.387553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065410Jy sigma=1.197997 ! Fit after self-cal, rms=0.065415Jy sigma=1.197280 ! Inverting map ! Added new window around map position (6, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00852797 Jy ! Component: 100 - total flux cleaned = 0.0129736 Jy ! Component: 150 - total flux cleaned = 0.0162052 Jy ! Component: 200 - total flux cleaned = 0.0186295 Jy ! Total flux subtracted in 200 components = 0.0186295 Jy ! Clean residual min=-0.003906 max=0.003948 Jy/beam ! Clean residual mean=0.000003 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.406182 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 70 components and 0.406182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064276Jy sigma=1.173200 ! Fit after self-cal, rms=0.064194Jy sigma=1.171567 ! 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.619 x 6.452 at -4.91 degrees (North through East) ! Clean map min=-0.0032823 max=0.28757 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: ! LA 1.01 MK 1.02 NL 0.99 OV 1.00 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.00 NL 1.02 OV 1.01 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.00 NL 1.00 OV 1.00 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.99 MK 0.98 NL 1.01 OV 0.99 ! PT 1.00 SC 0.96 ! ! ! Fit before self-cal, rms=0.064194Jy sigma=1.171567 ! Fit after self-cal, rms=0.064023Jy sigma=1.167768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=6.453 mas, bpa=-4.903 degrees ! Estimated noise=0.640311 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.00233477 Jy ! Component: 100 - total flux cleaned = 0.00294698 Jy ! Component: 150 - total flux cleaned = 0.00322006 Jy ! Component: 200 - total flux cleaned = 0.00333784 Jy ! Total flux subtracted in 200 components = 0.00333784 Jy ! Clean residual min=-0.003102 max=0.002766 Jy/beam ! Clean residual mean=0.000023 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.40952 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.40952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063917Jy sigma=1.165706 ! Fit after self-cal, rms=0.063912Jy sigma=1.165504 ! 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.063912Jy sigma=1.165504 ! Fit after self-cal, rms=0.063716Jy sigma=1.161257 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=6.459 mas, bpa=-4.973 degrees ! Estimated noise=0.640696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000760887 Jy ! Component: 100 - total flux cleaned = 0.000909633 Jy ! Component: 150 - total flux cleaned = 0.00090742 Jy ! Component: 200 - total flux cleaned = 0.000906781 Jy ! Total flux subtracted in 200 components = 0.000906781 Jy ! Clean residual min=-0.002816 max=0.002531 Jy/beam ! Clean residual mean=0.000012 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.410427 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.410427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063673Jy sigma=1.160433 ! Fit after self-cal, rms=0.063668Jy sigma=1.160337 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.000111811 Jy ! Component: 100 - total flux cleaned = 0.000165201 Jy ! Component: 150 - total flux cleaned = 0.000165201 Jy ! Component: 200 - total flux cleaned = 0.000188024 Jy ! Total flux subtracted in 200 components = 0.000188024 Jy ! Clean residual min=-0.002833 max=0.002437 Jy/beam ! Clean residual mean=0.000013 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.410615 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 117 components and 0.410615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063647Jy sigma=1.159987 ! Fit after self-cal, rms=0.063645Jy sigma=1.159955 ! 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.063645Jy sigma=1.159955 ! Fit after self-cal, rms=0.063637Jy sigma=1.159819 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.621 mas, bmaj=6.461 mas, bpa=-5.019 degrees ! Estimated noise=0.640534 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000827164 Jy ! Component: 100 - total flux cleaned = 0.000850941 Jy ! Component: 150 - total flux cleaned = 0.000849575 Jy ! Component: 200 - total flux cleaned = 0.000849053 Jy ! Total flux subtracted in 200 components = 0.000849053 Jy ! Clean residual min=-0.002695 max=0.002341 Jy/beam ! Clean residual mean=0.000009 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.411464 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.411464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063617Jy sigma=1.159489 ! Fit after self-cal, rms=0.063615Jy sigma=1.159457 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.4467e-05 Jy ! Component: 100 - total flux cleaned = 1.53192e-05 Jy ! Component: 150 - total flux cleaned = -2.69917e-06 Jy ! Component: 200 - total flux cleaned = -2.53287e-06 Jy ! Total flux subtracted in 200 components = -2.53287e-06 Jy ! Clean residual min=-0.002701 max=0.002336 Jy/beam ! Clean residual mean=0.000009 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.411461 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 129 components and 0.411461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063604Jy sigma=1.159280 ! Fit after self-cal, rms=0.063604Jy sigma=1.159267 ! 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.063604Jy sigma=1.159267 ! Fit after self-cal, rms=0.063596Jy sigma=1.159193 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.903 mas, bmaj=17.48 mas, bpa=-3.865 degrees ! Estimated noise=0.910907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.73081e-06 Jy ! Component: 100 - total flux cleaned = -3.978e-05 Jy ! Component: 150 - total flux cleaned = -6.87829e-05 Jy ! Component: 200 - total flux cleaned = -8.11672e-05 Jy ! Total flux subtracted in 200 components = -8.11672e-05 Jy ! Clean residual min=-0.002871 max=0.003135 Jy/beam ! Clean residual mean=0.000014 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.41138 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 142 components and 0.41138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063590Jy sigma=1.159123 ! Fit after self-cal, rms=0.063590Jy sigma=1.159082 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 = -4.66194e-05 Jy ! Component: 100 - total flux cleaned = -0.000101335 Jy ! Component: 150 - total flux cleaned = -0.000136039 Jy ! Component: 200 - total flux cleaned = -0.00015774 Jy ! Total flux subtracted in 200 components = -0.00015774 Jy ! Clean residual min=-0.002778 max=0.003112 Jy/beam ! Clean residual mean=0.000012 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.411222 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 147 components and 0.411222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063587Jy sigma=1.159042 ! Fit after self-cal, rms=0.063587Jy sigma=1.159019 ! 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.62 mas, bmaj=6.463 mas, bpa=-5.051 degrees ! Estimated noise=0.640398 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.62 x 6.463 at -5.051 degrees (North through East) ! Clean map min=-0.0024026 max=0.2877 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.217 mas, bmaj=5.974 mas, bpa=-3.009 degrees ! Estimated noise=0.934091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.21339 Jy ! Component: 100 - total flux cleaned = 0.281551 Jy ! Component: 150 - total flux cleaned = 0.320042 Jy ! Component: 200 - total flux cleaned = 0.343536 Jy ! Total flux subtracted in 200 components = 0.343536 Jy ! Clean residual min=-0.010293 max=0.012687 Jy/beam ! Clean residual mean=-0.000078 rms=0.002893 Jy/beam ! Combined flux in latest and established models = 0.343536 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.343536 Jy ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=6.463 mas, bpa=-5.051 degrees ! Estimated noise=0.640398 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.02218 Jy ! Component: 100 - total flux cleaned = 0.0356666 Jy ! Component: 150 - total flux cleaned = 0.0443016 Jy ! Component: 200 - total flux cleaned = 0.0500693 Jy ! Total flux subtracted in 200 components = 0.0500693 Jy ! Clean residual min=-0.004127 max=0.004432 Jy/beam ! Clean residual mean=-0.000059 rms=0.001131 Jy/beam ! Combined flux in latest and established models = 0.393605 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 53 components and 0.393605 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.903 mas, bmaj=17.48 mas, bpa=-3.865 degrees ! Estimated noise=0.910907 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00729325 Jy ! Component: 100 - total flux cleaned = 0.0110356 Jy ! Component: 150 - total flux cleaned = 0.013289 Jy ! Component: 200 - total flux cleaned = 0.0146799 Jy ! Total flux subtracted in 200 components = 0.0146799 Jy ! Clean residual min=-0.003315 max=0.002923 Jy/beam ! Clean residual mean=-0.000018 rms=0.000969 Jy/beam ! Combined flux in latest and established models = 0.408285 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.000863897 Jy ! Component: 100 - total flux cleaned = 0.00123636 Jy ! Component: 150 - total flux cleaned = 0.00136666 Jy ! Component: 200 - total flux cleaned = 0.00148124 Jy ! Total flux subtracted in 200 components = 0.00148124 Jy ! Clean residual min=-0.003069 max=0.002975 Jy/beam ! Clean residual mean=-0.000003 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.409766 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 92 components and 0.409766 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=6.463 mas, bpa=-5.051 degrees ! Estimated noise=0.640398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.44085e-05 Jy ! Component: 100 - total flux cleaned = 0.000130605 Jy ! Component: 150 - total flux cleaned = 0.000330692 Jy ! Component: 200 - total flux cleaned = 0.000501598 Jy ! Total flux subtracted in 200 components = 0.000501598 Jy ! Clean residual min=-0.002751 max=0.002324 Jy/beam ! Clean residual mean=0.000000 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.410268 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 110 components and 0.410268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063677Jy sigma=1.160495 ! Fit after self-cal, rms=0.063654Jy sigma=1.160149 wmodel /J0741-2647_S_map.mod ! wmodel: Unable to open new model file: /J0741-2647_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219a_uvs/J0741-2647_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.62 x 6.463 at -5.051 degrees (North through East) ! Clean map min=-0.0025772 max=0.2833 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0741-2647_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.283296 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000640263 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.678014 0.678014 1.35603 2.71206 5.42411 10.8482 21.6965 43.3929 86.7858 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.283 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 442.468 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0741-2647_S_dfm.log closed on Thu May 19 23:57:45 2016