! Started logfile: /scr/pima/rdv76_uvs/J0330-4014_S_dfm.log on Fri Jun 15 05:51:05 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23299 obs /scr/pima/rdv76_uvs/J0330-4014_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv76_uvs/J0330-4014_S_uva.fits ! AN table 1: 94 integrations on 21 of 21 possible baselines. ! AN table 2: 94 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.927558 visibilities/baseline/integration-bin. ! Found source: J0330-4014 ! ! 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 79 lines of history. ! ! Reading 14648 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 J0330-4014_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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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 25 telescope corrections were flagged in sub-array 1. ! A total of 69 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! A total of 69 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! A total of 69 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 25 telescope corrections were flagged in sub-array 1. ! A total of 69 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.149819Jy sigma=10.318165 ! Fit after self-cal, rms=0.581680Jy sigma=5.031270 ! 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.424 mas, bmaj=7.661 mas, bpa=5.932 degrees ! Estimated noise=1.18341 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.353349 Jy ! Component: 100 - total flux cleaned = 0.453827 Jy ! Total flux subtracted in 100 components = 0.453827 Jy ! Clean residual min=-0.033042 max=0.052158 Jy/beam ! Clean residual mean=-0.000101 rms=0.008978 Jy/beam ! Combined flux in latest and established models = 0.453827 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.453827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.269109Jy sigma=2.362041 ! Fit after self-cal, rms=0.269023Jy sigma=2.361215 ! 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.128 mas, bmaj=10.11 mas, bpa=5.522 degrees ! Estimated noise=0.690934 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4, 17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.081738 Jy ! Component: 100 - total flux cleaned = 0.124191 Jy ! Component: 150 - total flux cleaned = 0.148213 Jy ! Component: 200 - total flux cleaned = 0.158504 Jy ! Total flux subtracted in 200 components = 0.158504 Jy ! Clean residual min=-0.025495 max=0.033219 Jy/beam ! Clean residual mean=0.000348 rms=0.007364 Jy/beam ! Combined flux in latest and established models = 0.612332 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 46 components and 0.612331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.245602Jy sigma=2.124468 ! Fit after self-cal, rms=0.243488Jy sigma=2.104207 ! 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.128 x 10.11 at 5.522 degrees (North through East) ! Clean map min=-0.025581 max=0.44053 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.85 KP 1.17 LA 0.98 NL 1.22 ! OV 1.02 PT 0.96 SC 1.03 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.85 KP 1.93 LA 1.00 MK 0.92 ! OV 1.04 PT 1.41 SC 0.96 ! ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 KP 0.96 LA 0.97 NL 1.26 ! OV 1.01 PT 0.95 SC 1.03 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.86 KP 0.94 LA 0.99 MK 0.94 ! OV 1.04 PT 1.40 SC 0.97 ! ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 0.98 LA 0.96 NL 1.21 ! OV 0.99 PT 0.99 SC 1.01 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.85 KP 0.97 LA 0.96 MK 0.98 ! OV 1.05 PT 0.99 SC 0.96 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 0.99 LA 0.97 NL 1.22 ! OV 1.04 PT 0.96 SC 1.02 ! ! A total of 15 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.84 KP 0.99 LA 0.95 MK 1.00 ! OV 1.07 PT 0.96 SC 0.99 ! ! ! Fit before self-cal, rms=0.243488Jy sigma=2.104207 ! Fit after self-cal, rms=0.252818Jy sigma=1.962741 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.109 mas, bmaj=10.09 mas, bpa=5.203 degrees ! Estimated noise=0.687832 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 (11.5, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0159794 Jy ! Component: 100 - total flux cleaned = 0.0169621 Jy ! Component: 150 - total flux cleaned = 0.0172242 Jy ! Component: 200 - total flux cleaned = 0.0176277 Jy ! Total flux subtracted in 200 components = 0.0176277 Jy ! Clean residual min=-0.008662 max=0.010537 Jy/beam ! Clean residual mean=0.000207 rms=0.002467 Jy/beam ! Combined flux in latest and established models = 0.629959 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 62 components and 0.629959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251480Jy sigma=1.948574 ! Fit after self-cal, rms=0.252382Jy sigma=1.944367 ! 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.252382Jy sigma=1.944367 ! Fit after self-cal, rms=0.251546Jy sigma=1.943197 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.107 mas, bmaj=10.09 mas, bpa=5.236 degrees ! Estimated noise=0.683518 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00537827 Jy ! Component: 100 - total flux cleaned = 0.00594768 Jy ! Component: 150 - total flux cleaned = 0.00685086 Jy ! Component: 200 - total flux cleaned = 0.00711803 Jy ! Total flux subtracted in 200 components = 0.00711803 Jy ! Clean residual min=-0.007045 max=0.008351 Jy/beam ! Clean residual mean=0.000173 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.637077 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.637077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251203Jy sigma=1.939712 ! Fit after self-cal, rms=0.251153Jy sigma=1.939041 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.00185393 Jy ! Component: 100 - total flux cleaned = 0.00185853 Jy ! Component: 150 - total flux cleaned = 0.00196685 Jy ! Component: 200 - total flux cleaned = 0.0019663 Jy ! Total flux subtracted in 200 components = 0.0019663 Jy ! Clean residual min=-0.006659 max=0.007579 Jy/beam ! Clean residual mean=0.000179 rms=0.001814 Jy/beam ! Combined flux in latest and established models = 0.639044 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 87 components and 0.639044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251013Jy sigma=1.937909 ! Fit after self-cal, rms=0.250972Jy sigma=1.937660 ! 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.250972Jy sigma=1.937660 ! Fit after self-cal, rms=0.251250Jy sigma=1.937164 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.112 mas, bmaj=10.11 mas, bpa=5.281 degrees ! Estimated noise=0.684066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0032087 Jy ! Component: 100 - total flux cleaned = 0.00332809 Jy ! Component: 150 - total flux cleaned = 0.00341802 Jy ! Component: 200 - total flux cleaned = 0.00350462 Jy ! Total flux subtracted in 200 components = 0.00350462 Jy ! Clean residual min=-0.006255 max=0.006701 Jy/beam ! Clean residual mean=0.000153 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.642548 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 107 components and 0.642548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251143Jy sigma=1.936279 ! Fit after self-cal, rms=0.251120Jy sigma=1.936112 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.00102449 Jy ! Component: 100 - total flux cleaned = 0.000936338 Jy ! Component: 150 - total flux cleaned = 0.00093785 Jy ! Component: 200 - total flux cleaned = 0.000866651 Jy ! Total flux subtracted in 200 components = 0.000866651 Jy ! Clean residual min=-0.006195 max=0.006360 Jy/beam ! Clean residual mean=0.000156 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.643415 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 113 components and 0.643415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251059Jy sigma=1.935623 ! Fit after self-cal, rms=0.251044Jy sigma=1.935559 ! 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.251044Jy sigma=1.935559 ! Fit after self-cal, rms=0.251172Jy sigma=1.935322 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.453 mas, bmaj=33.29 mas, bpa=-0.05299 degrees ! Estimated noise=0.83298 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314991 Jy ! Component: 100 - total flux cleaned = 0.00322441 Jy ! Component: 150 - total flux cleaned = 0.00302473 Jy ! Component: 200 - total flux cleaned = 0.00288928 Jy ! Total flux subtracted in 200 components = 0.00288928 Jy ! Clean residual min=-0.006031 max=0.006378 Jy/beam ! Clean residual mean=0.000265 rms=0.002000 Jy/beam ! Combined flux in latest and established models = 0.646304 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 124 components and 0.646304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251163Jy sigma=1.935059 ! Fit after self-cal, rms=0.251147Jy sigma=1.934983 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.000646728 Jy ! Component: 100 - total flux cleaned = 0.00051756 Jy ! Component: 150 - total flux cleaned = 0.000404041 Jy ! Component: 200 - total flux cleaned = 0.000301305 Jy ! Total flux subtracted in 200 components = 0.000301305 Jy ! Clean residual min=-0.006110 max=0.006443 Jy/beam ! Clean residual mean=0.000268 rms=0.001974 Jy/beam ! Combined flux in latest and established models = 0.646605 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 133 components and 0.646605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251141Jy sigma=1.934881 ! Fit after self-cal, rms=0.251128Jy sigma=1.934842 ! 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.116 mas, bmaj=10.12 mas, bpa=5.306 degrees ! Estimated noise=0.684323 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.116 x 10.12 at 5.306 degrees (North through East) ! Clean map min=-0.0082576 max=0.43185 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.408 mas, bmaj=7.661 mas, bpa=5.925 degrees ! Estimated noise=1.21063 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.344184 Jy ! Component: 100 - total flux cleaned = 0.447565 Jy ! Component: 150 - total flux cleaned = 0.505064 Jy ! Component: 200 - total flux cleaned = 0.541915 Jy ! Total flux subtracted in 200 components = 0.541915 Jy ! Clean residual min=-0.014378 max=0.020787 Jy/beam ! Clean residual mean=-0.000071 rms=0.004151 Jy/beam ! Combined flux in latest and established models = 0.541915 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.541915 Jy ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=10.12 mas, bpa=5.306 degrees ! Estimated noise=0.684323 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.0407301 Jy ! Component: 100 - total flux cleaned = 0.0631955 Jy ! Component: 150 - total flux cleaned = 0.0769012 Jy ! Component: 200 - total flux cleaned = 0.085921 Jy ! Total flux subtracted in 200 components = 0.085921 Jy ! Clean residual min=-0.007381 max=0.008375 Jy/beam ! Clean residual mean=0.000116 rms=0.001876 Jy/beam ! Combined flux in latest and established models = 0.627836 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 85 components and 0.627835 Jy ! Inverting map ! Added new window around map position (-6.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00792819 Jy ! Component: 100 - total flux cleaned = 0.0115288 Jy ! Component: 150 - total flux cleaned = 0.0135252 Jy ! Component: 200 - total flux cleaned = 0.0147536 Jy ! Total flux subtracted in 200 components = 0.0147536 Jy ! Clean residual min=-0.005576 max=0.005644 Jy/beam ! Clean residual mean=0.000139 rms=0.001501 Jy/beam ! Combined flux in latest and established models = 0.642589 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 109 components and 0.642589 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=9.453 mas, bmaj=33.29 mas, bpa=-0.05299 degrees ! Estimated noise=0.83298 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00358184 Jy ! Component: 100 - total flux cleaned = 0.00525757 Jy ! Component: 150 - total flux cleaned = 0.00556249 Jy ! Component: 200 - total flux cleaned = 0.00551987 Jy ! Total flux subtracted in 200 components = 0.00551987 Jy ! Clean residual min=-0.005777 max=0.006089 Jy/beam ! Clean residual mean=0.000276 rms=0.001973 Jy/beam ! Combined flux in latest and established models = 0.648109 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.84952e-05 Jy ! Component: 100 - total flux cleaned = -0.000154015 Jy ! Component: 150 - total flux cleaned = -0.000263555 Jy ! Component: 200 - total flux cleaned = -0.000333948 Jy ! Total flux subtracted in 200 components = -0.000333948 Jy ! Clean residual min=-0.005668 max=0.006078 Jy/beam ! Clean residual mean=0.000275 rms=0.001956 Jy/beam ! Combined flux in latest and established models = 0.647775 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 125 components and 0.647775 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=10.12 mas, bpa=5.306 degrees ! Estimated noise=0.684323 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000565515 Jy ! Component: 100 - total flux cleaned = -0.000824928 Jy ! Component: 150 - total flux cleaned = -0.000969905 Jy ! Component: 200 - total flux cleaned = -0.00103711 Jy ! Total flux subtracted in 200 components = -0.00103711 Jy ! Clean residual min=-0.005397 max=0.005194 Jy/beam ! Clean residual mean=0.000146 rms=0.001428 Jy/beam ! Combined flux in latest and established models = 0.646738 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 146 components and 0.646738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.250964Jy sigma=1.933730 ! Fit after self-cal, rms=0.250919Jy sigma=1.933582 wmodel J0330-4014_S_map.mod ! Writing 146 model components to file: J0330-4014_S_map.mod wobs J0330-4014_S_uvs.fits ! Writing UV FITS file: J0330-4014_S_uvs.fits wwins J0330-4014_S_map.win ! wwins: Wrote 4 windows to J0330-4014_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 = -4.87155e-06 Jy ! Component: 100 - total flux cleaned = 0.000430292 Jy ! Component: 150 - total flux cleaned = 0.000831054 Jy ! Component: 200 - total flux cleaned = 0.00105718 Jy ! Component: 250 - total flux cleaned = 0.00134985 Jy ! Component: 300 - total flux cleaned = 0.00183661 Jy ! Component: 350 - total flux cleaned = 0.00210683 Jy ! Component: 400 - total flux cleaned = 0.00230238 Jy ! Component: 450 - total flux cleaned = 0.00242922 Jy ! Component: 500 - total flux cleaned = 0.0026141 Jy ! Component: 550 - total flux cleaned = 0.00291467 Jy ! Component: 600 - total flux cleaned = 0.0030312 Jy ! Component: 650 - total flux cleaned = 0.00331908 Jy ! Component: 700 - total flux cleaned = 0.00376879 Jy ! Component: 750 - total flux cleaned = 0.00409828 Jy ! Component: 800 - total flux cleaned = 0.00447588 Jy ! Component: 850 - total flux cleaned = 0.00495146 Jy ! Component: 900 - total flux cleaned = 0.0055209 Jy ! Component: 950 - total flux cleaned = 0.00592805 Jy ! Component: 1000 - total flux cleaned = 0.00647957 Jy ! Component: 1050 - total flux cleaned = 0.00687462 Jy ! Component: 1100 - total flux cleaned = 0.00731285 Jy ! Component: 1150 - total flux cleaned = 0.00769694 Jy ! Component: 1200 - total flux cleaned = 0.00807601 Jy ! Component: 1250 - total flux cleaned = 0.00854385 Jy ! Component: 1300 - total flux cleaned = 0.00891302 Jy ! Component: 1350 - total flux cleaned = 0.00932314 Jy ! Component: 1400 - total flux cleaned = 0.00963883 Jy ! Component: 1450 - total flux cleaned = 0.0100846 Jy ! Component: 1500 - total flux cleaned = 0.0103495 Jy ! Component: 1550 - total flux cleaned = 0.0107855 Jy ! Component: 1600 - total flux cleaned = 0.0110445 Jy ! Component: 1650 - total flux cleaned = 0.011301 Jy ! Component: 1700 - total flux cleaned = 0.0115976 Jy ! Component: 1750 - total flux cleaned = 0.0118919 Jy ! Component: 1800 - total flux cleaned = 0.0120589 Jy ! Component: 1850 - total flux cleaned = 0.0123485 Jy ! Component: 1900 - total flux cleaned = 0.0125945 Jy ! Component: 1950 - total flux cleaned = 0.0127162 Jy ! Component: 2000 - total flux cleaned = 0.0129583 Jy ! Component: 2050 - total flux cleaned = 0.0130382 Jy ! Component: 2100 - total flux cleaned = 0.0132373 Jy ! Component: 2150 - total flux cleaned = 0.013474 Jy ! Component: 2200 - total flux cleaned = 0.0135915 Jy ! Component: 2250 - total flux cleaned = 0.0138248 Jy ! Component: 2300 - total flux cleaned = 0.0140564 Jy ! Component: 2350 - total flux cleaned = 0.0141713 Jy ! Component: 2400 - total flux cleaned = 0.0143239 Jy ! Component: 2450 - total flux cleaned = 0.0144751 Jy ! Component: 2500 - total flux cleaned = 0.0147005 Jy ! Component: 2550 - total flux cleaned = 0.0147751 Jy ! Component: 2600 - total flux cleaned = 0.0148867 Jy ! Component: 2650 - total flux cleaned = 0.0149978 Jy ! Component: 2700 - total flux cleaned = 0.0151448 Jy ! Component: 2750 - total flux cleaned = 0.0152178 Jy ! Component: 2800 - total flux cleaned = 0.0153997 Jy ! Component: 2850 - total flux cleaned = 0.0155083 Jy ! Component: 2900 - total flux cleaned = 0.0155805 Jy ! Component: 2950 - total flux cleaned = 0.0156882 Jy ! Component: 3000 - total flux cleaned = 0.015724 Jy ! Component: 3050 - total flux cleaned = 0.015902 Jy ! Component: 3100 - total flux cleaned = 0.0159019 Jy ! Component: 3150 - total flux cleaned = 0.0160429 Jy ! Component: 3200 - total flux cleaned = 0.0160428 Jy ! Component: 3250 - total flux cleaned = 0.0161828 Jy ! Component: 3300 - total flux cleaned = 0.0162871 Jy ! Component: 3350 - total flux cleaned = 0.0162872 Jy ! Component: 3400 - total flux cleaned = 0.0163218 Jy ! Component: 3450 - total flux cleaned = 0.0162527 Jy ! Component: 3500 - total flux cleaned = 0.0162872 Jy ! Component: 3550 - total flux cleaned = 0.0163561 Jy ! Component: 3600 - total flux cleaned = 0.0163559 Jy ! Component: 3650 - total flux cleaned = 0.0163901 Jy ! Component: 3700 - total flux cleaned = 0.0163558 Jy ! Component: 3750 - total flux cleaned = 0.0163901 Jy ! Component: 3800 - total flux cleaned = 0.0163558 Jy ! Component: 3850 - total flux cleaned = 0.016424 Jy ! Component: 3900 - total flux cleaned = 0.0164924 Jy ! Component: 3950 - total flux cleaned = 0.0165266 Jy ! Component: 4000 - total flux cleaned = 0.0165949 Jy ! Component: 4050 - total flux cleaned = 0.0165608 Jy ! Total flux subtracted in 4096 components = 0.0165949 Jy ! Clean residual min=-0.002039 max=0.001840 Jy/beam ! Clean residual mean=0.000042 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.663333 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 392 components and 0.663332 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv76_uvs/J0330-4014_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.116 x 10.12 at 5.306 degrees (North through East) ! Clean map min=-0.0052674 max=0.4482 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv76_uvs/J0330-4014_S_map.fits wmodel /scr/pima/rdv76_uvs/J0330-4014_S_map.mod ! Writing 392 model components to file: /scr/pima/rdv76_uvs/J0330-4014_S_map.mod wobs /scr/pima/rdv76_uvs/J0330-4014_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv76_uvs/J0330-4014_S_uvs.fits wwins /scr/pima/rdv76_uvs/J0330-4014_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv76_uvs/J0330-4014_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.448198 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000652023 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.43643 0.43643 0.872859 1.74572 3.49144 6.98288 13.9658 27.9315 55.863 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.448 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 687.395 quit ! Quitting program ! Log file /scr/pima/rdv76_uvs/J0330-4014_S_dfm.log closed on Fri Jun 15 05:51:09 2018