! Started logfile: /scr/pima/rdv91_uvs/J0516-1537_S_dfm.log on Fri Jun 15 11:24:40 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/rdv91_uvs/J0516-1537_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv91_uvs/J0516-1537_S_uva.fits ! AN table 1: 178 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.98427 visibilities/baseline/integration-bin. ! Found source: J0516-1537 ! ! 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 74 lines of history. ! ! Reading 31536 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 J0516-1537_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 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 69 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.032423Jy sigma=17.137348 ! Fit after self-cal, rms=0.807004Jy sigma=13.384811 ! 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.529 mas, bmaj=6.653 mas, bpa=-4.66 degrees ! Estimated noise=0.519514 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.155039 Jy ! Component: 100 - total flux cleaned = 0.192624 Jy ! Total flux subtracted in 100 components = 0.192624 Jy ! Clean residual min=-0.006883 max=0.014682 Jy/beam ! Clean residual mean=0.000001 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 0.192624 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.192624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119743Jy sigma=1.867231 ! Fit after self-cal, rms=0.119749Jy sigma=1.867046 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148213 Jy ! Component: 100 - total flux cleaned = 0.0209305 Jy ! Total flux subtracted in 100 components = 0.0209305 Jy ! Clean residual min=-0.005809 max=0.006130 Jy/beam ! Clean residual mean=0.000003 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.213554 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 8 components and 0.213554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118334Jy sigma=1.844090 ! Fit after self-cal, rms=0.118344Jy sigma=1.843893 ! 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.244 mas, bmaj=8.074 mas, bpa=-3.673 degrees ! Estimated noise=0.249554 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.00167579 Jy ! Component: 100 - total flux cleaned = -0.00182484 Jy ! Component: 150 - total flux cleaned = -0.00195021 Jy ! Component: 200 - total flux cleaned = -0.00210033 Jy ! Total flux subtracted in 200 components = -0.00210033 Jy ! Clean residual min=-0.003171 max=0.002891 Jy/beam ! Clean residual mean=-0.000000 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.211454 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.211454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118291Jy sigma=1.843261 ! Fit after self-cal, rms=0.118280Jy sigma=1.843230 ! 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.244 x 8.074 at -3.673 degrees (North through East) ! Clean map min=-0.0030216 max=0.20128 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 0.98 KP 1.00 ! LA 0.92 MK 1.00 NL 1.01 OV 0.98 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.00 KP 1.02 ! LA 0.94 MK 0.97 NL 1.00 OV 1.02 ! PT 0.97 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.03 KP 1.02 ! LA 1.03 MK 1.01 NL 0.99 OV 1.00 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 1.04 HN 1.04 KP 1.02 ! LA 1.07 MK 1.01 NL 1.00 OV 1.01 ! PT 1.03 SC 1.02 ! ! ! Fit before self-cal, rms=0.118280Jy sigma=1.843230 ! Fit after self-cal, rms=0.116612Jy sigma=1.833789 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=8.043 mas, bpa=-3.582 degrees ! Estimated noise=0.249185 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.000378318 Jy ! Component: 100 - total flux cleaned = -0.00041569 Jy ! Component: 150 - total flux cleaned = -0.000447292 Jy ! Component: 200 - total flux cleaned = -0.000507536 Jy ! Total flux subtracted in 200 components = -0.000507536 Jy ! Clean residual min=-0.002352 max=0.002144 Jy/beam ! Clean residual mean=0.000005 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.210947 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.210947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116590Jy sigma=1.833495 ! Fit after self-cal, rms=0.116607Jy sigma=1.833326 ! 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.116607Jy sigma=1.833326 ! Fit after self-cal, rms=0.117382Jy sigma=1.829797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.243 mas, bmaj=8.074 mas, bpa=-3.359 degrees ! Estimated noise=0.249444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.36752e-05 Jy ! Component: 100 - total flux cleaned = 5.24058e-05 Jy ! Component: 150 - total flux cleaned = 7.00385e-05 Jy ! Component: 200 - total flux cleaned = 3.60105e-05 Jy ! Total flux subtracted in 200 components = 3.60105e-05 Jy ! Clean residual min=-0.001748 max=0.001819 Jy/beam ! Clean residual mean=0.000004 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.210983 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.210983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117373Jy sigma=1.829705 ! Fit after self-cal, rms=0.117386Jy sigma=1.829654 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 = -3.38983e-05 Jy ! Component: 100 - total flux cleaned = -7.94846e-05 Jy ! Component: 150 - total flux cleaned = -0.000107277 Jy ! Component: 200 - total flux cleaned = -0.000146604 Jy ! Total flux subtracted in 200 components = -0.000146604 Jy ! Clean residual min=-0.001756 max=0.001807 Jy/beam ! Clean residual mean=0.000004 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.210836 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.210836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117382Jy sigma=1.829606 ! Fit after self-cal, rms=0.117381Jy sigma=1.829607 ! 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.117381Jy sigma=1.829607 ! Fit after self-cal, rms=0.117516Jy sigma=1.829553 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.242 mas, bmaj=8.075 mas, bpa=-3.323 degrees ! Estimated noise=0.24955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.50835e-05 Jy ! Component: 100 - total flux cleaned = 0.000104187 Jy ! Component: 150 - total flux cleaned = 9.34485e-05 Jy ! Component: 200 - total flux cleaned = 7.26713e-05 Jy ! Total flux subtracted in 200 components = 7.26713e-05 Jy ! Clean residual min=-0.001767 max=0.001832 Jy/beam ! Clean residual mean=0.000004 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.210909 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.210909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117512Jy sigma=1.829525 ! Fit after self-cal, rms=0.117513Jy sigma=1.829517 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 = -3.99222e-05 Jy ! Component: 100 - total flux cleaned = -5.00563e-05 Jy ! Component: 150 - total flux cleaned = -6.7631e-05 Jy ! Component: 200 - total flux cleaned = -8.42651e-05 Jy ! Total flux subtracted in 200 components = -8.42651e-05 Jy ! Clean residual min=-0.001768 max=0.001828 Jy/beam ! Clean residual mean=0.000004 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.210824 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.210824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117511Jy sigma=1.829501 ! Fit after self-cal, rms=0.117511Jy sigma=1.829499 ! 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.117511Jy sigma=1.829499 ! Fit after self-cal, rms=0.117525Jy sigma=1.829472 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.622 mas, bmaj=15.42 mas, bpa=-0.336 degrees ! Estimated noise=0.302819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000290769 Jy ! Component: 100 - total flux cleaned = 0.000291039 Jy ! Component: 150 - total flux cleaned = 0.000291266 Jy ! Component: 200 - total flux cleaned = 0.000299766 Jy ! Total flux subtracted in 200 components = 0.000299766 Jy ! Clean residual min=-0.001734 max=0.001834 Jy/beam ! Clean residual mean=0.000008 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.211124 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 39 components and 0.211124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117526Jy sigma=1.829477 ! Fit after self-cal, rms=0.117525Jy sigma=1.829471 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.21476e-05 Jy ! Component: 100 - total flux cleaned = 2.25278e-05 Jy ! Component: 150 - total flux cleaned = 2.65337e-05 Jy ! Component: 200 - total flux cleaned = 3.41448e-05 Jy ! Total flux subtracted in 200 components = 3.41448e-05 Jy ! Clean residual min=-0.001732 max=0.001829 Jy/beam ! Clean residual mean=0.000008 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.211158 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 39 components and 0.211158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117526Jy sigma=1.829471 ! Fit after self-cal, rms=0.117526Jy sigma=1.829469 ! 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.241 mas, bmaj=8.074 mas, bpa=-3.306 degrees ! Estimated noise=0.249599 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 8.074 at -3.306 degrees (North through East) ! Clean map min=-0.0017136 max=0.20208 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.53 mas, bmaj=6.651 mas, bpa=-4.285 degrees ! Estimated noise=0.516861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.1541 Jy ! Component: 100 - total flux cleaned = 0.191211 Jy ! Component: 150 - total flux cleaned = 0.20559 Jy ! Component: 200 - total flux cleaned = 0.211541 Jy ! Total flux subtracted in 200 components = 0.211541 Jy ! Clean residual min=-0.004898 max=0.004670 Jy/beam ! Clean residual mean=0.000004 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.211541 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.211541 Jy ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=8.074 mas, bpa=-3.306 degrees ! Estimated noise=0.249599 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.000742323 Jy ! Component: 100 - total flux cleaned = 0.000748251 Jy ! Component: 150 - total flux cleaned = 0.000584996 Jy ! Component: 200 - total flux cleaned = 0.000475459 Jy ! Total flux subtracted in 200 components = 0.000475459 Jy ! Clean residual min=-0.001818 max=0.001837 Jy/beam ! Clean residual mean=0.000004 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.212016 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 19 components and 0.212016 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.622 mas, bmaj=15.42 mas, bpa=-0.336 degrees ! Estimated noise=0.302819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207135 Jy ! Component: 100 - total flux cleaned = -0.000244024 Jy ! Component: 150 - total flux cleaned = -0.000266421 Jy ! Component: 200 - total flux cleaned = -0.000298204 Jy ! Total flux subtracted in 200 components = -0.000298204 Jy ! Clean residual min=-0.001770 max=0.001856 Jy/beam ! Clean residual mean=0.000007 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.211718 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 = -3.91675e-05 Jy ! Component: 100 - total flux cleaned = -5.78137e-05 Jy ! Component: 150 - total flux cleaned = -8.46218e-05 Jy ! Component: 200 - total flux cleaned = -0.000109593 Jy ! Total flux subtracted in 200 components = -0.000109593 Jy ! Clean residual min=-0.001763 max=0.001852 Jy/beam ! Clean residual mean=0.000007 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.211609 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 25 components and 0.211609 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=8.074 mas, bpa=-3.306 degrees ! Estimated noise=0.249599 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000127898 Jy ! Component: 100 - total flux cleaned = -0.000157147 Jy ! Component: 150 - total flux cleaned = -0.000180829 Jy ! Component: 200 - total flux cleaned = -0.000247591 Jy ! Total flux subtracted in 200 components = -0.000247591 Jy ! Clean residual min=-0.001781 max=0.001829 Jy/beam ! Clean residual mean=0.000004 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.211361 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.211361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117542Jy sigma=1.829675 ! Fit after self-cal, rms=0.117542Jy sigma=1.829656 wmodel J0516-1537_S_map.mod ! Writing 30 model components to file: J0516-1537_S_map.mod wobs J0516-1537_S_uvs.fits ! Writing UV FITS file: J0516-1537_S_uvs.fits wwins J0516-1537_S_map.win ! wwins: Wrote 1 windows to J0516-1537_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 = 3.35436e-05 Jy ! Component: 100 - total flux cleaned = 6.51219e-05 Jy ! Component: 150 - total flux cleaned = 3.59316e-05 Jy ! Component: 200 - total flux cleaned = -8.00818e-05 Jy ! Component: 250 - total flux cleaned = -0.000193194 Jy ! Component: 300 - total flux cleaned = -0.000331121 Jy ! Component: 350 - total flux cleaned = -0.000385395 Jy ! Component: 400 - total flux cleaned = -0.000490748 Jy ! Component: 450 - total flux cleaned = -0.00054201 Jy ! Component: 500 - total flux cleaned = -0.000567157 Jy ! Component: 550 - total flux cleaned = -0.000566511 Jy ! Component: 600 - total flux cleaned = -0.000518772 Jy ! Component: 650 - total flux cleaned = -0.000542636 Jy ! Component: 700 - total flux cleaned = -0.000519803 Jy ! Component: 750 - total flux cleaned = -0.000451876 Jy ! Component: 800 - total flux cleaned = -0.000318064 Jy ! Component: 850 - total flux cleaned = -0.000295967 Jy ! Component: 900 - total flux cleaned = -0.000208878 Jy ! Component: 950 - total flux cleaned = -0.000123552 Jy ! Component: 1000 - total flux cleaned = -3.98961e-05 Jy ! Component: 1050 - total flux cleaned = -4.0311e-05 Jy ! Component: 1100 - total flux cleaned = -4.0403e-05 Jy ! Component: 1150 - total flux cleaned = 0.000100617 Jy ! Component: 1200 - total flux cleaned = 0.000140148 Jy ! Component: 1250 - total flux cleaned = 0.000198817 Jy ! Component: 1300 - total flux cleaned = 0.000295393 Jy ! Component: 1350 - total flux cleaned = 0.000333664 Jy ! Component: 1400 - total flux cleaned = 0.000447112 Jy ! Component: 1450 - total flux cleaned = 0.000465718 Jy ! Component: 1500 - total flux cleaned = 0.000540011 Jy ! Component: 1550 - total flux cleaned = 0.000595056 Jy ! Component: 1600 - total flux cleaned = 0.000740017 Jy ! Component: 1650 - total flux cleaned = 0.000811496 Jy ! Component: 1700 - total flux cleaned = 0.000882467 Jy ! Component: 1750 - total flux cleaned = 0.000970232 Jy ! Component: 1800 - total flux cleaned = 0.00107442 Jy ! Component: 1850 - total flux cleaned = 0.00109179 Jy ! Component: 1900 - total flux cleaned = 0.00124579 Jy ! Component: 1950 - total flux cleaned = 0.00134753 Jy ! Component: 2000 - total flux cleaned = 0.00143158 Jy ! Component: 2050 - total flux cleaned = 0.00153161 Jy ! Component: 2100 - total flux cleaned = 0.00158154 Jy ! Component: 2150 - total flux cleaned = 0.00172927 Jy ! Component: 2200 - total flux cleaned = 0.00174545 Jy ! Component: 2250 - total flux cleaned = 0.00182627 Jy ! Component: 2300 - total flux cleaned = 0.00187441 Jy ! Component: 2350 - total flux cleaned = 0.00195408 Jy ! Component: 2400 - total flux cleaned = 0.00203327 Jy ! Component: 2450 - total flux cleaned = 0.00217473 Jy ! Component: 2500 - total flux cleaned = 0.00222169 Jy ! Component: 2550 - total flux cleaned = 0.00225276 Jy ! Component: 2600 - total flux cleaned = 0.0023451 Jy ! Component: 2650 - total flux cleaned = 0.00239095 Jy ! Component: 2700 - total flux cleaned = 0.00248211 Jy ! Component: 2750 - total flux cleaned = 0.00260256 Jy ! Component: 2800 - total flux cleaned = 0.00267717 Jy ! Component: 2850 - total flux cleaned = 0.00273662 Jy ! Component: 2900 - total flux cleaned = 0.00275151 Jy ! Component: 2950 - total flux cleaned = 0.00285434 Jy ! Component: 3000 - total flux cleaned = 0.00295614 Jy ! Component: 3050 - total flux cleaned = 0.00305739 Jy ! Component: 3100 - total flux cleaned = 0.00308613 Jy ! Component: 3150 - total flux cleaned = 0.00312907 Jy ! Component: 3200 - total flux cleaned = 0.00321442 Jy ! Component: 3250 - total flux cleaned = 0.00334153 Jy ! Component: 3300 - total flux cleaned = 0.00342567 Jy ! Component: 3350 - total flux cleaned = 0.00355122 Jy ! Component: 3400 - total flux cleaned = 0.00357897 Jy ! Component: 3450 - total flux cleaned = 0.0036341 Jy ! Component: 3500 - total flux cleaned = 0.00374365 Jy ! Component: 3550 - total flux cleaned = 0.00379811 Jy ! Component: 3600 - total flux cleaned = 0.00386582 Jy ! Component: 3650 - total flux cleaned = 0.00391961 Jy ! Component: 3700 - total flux cleaned = 0.00398644 Jy ! Component: 3750 - total flux cleaned = 0.00401324 Jy ! Component: 3800 - total flux cleaned = 0.00410589 Jy ! Component: 3850 - total flux cleaned = 0.00413224 Jy ! Component: 3900 - total flux cleaned = 0.00419774 Jy ! Component: 3950 - total flux cleaned = 0.00425002 Jy ! Component: 4000 - total flux cleaned = 0.00426308 Jy ! Component: 4050 - total flux cleaned = 0.00431464 Jy ! Total flux subtracted in 4096 components = 0.00436588 Jy ! Clean residual min=-0.000717 max=0.000791 Jy/beam ! Clean residual mean=0.000001 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.215727 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 316 components and 0.215727 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv91_uvs/J0516-1537_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.241 x 8.074 at -3.306 degrees (North through East) ! Clean map min=-0.0014397 max=0.20148 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv91_uvs/J0516-1537_S_map.fits wmodel /scr/pima/rdv91_uvs/J0516-1537_S_map.mod ! Writing 316 model components to file: /scr/pima/rdv91_uvs/J0516-1537_S_map.mod wobs /scr/pima/rdv91_uvs/J0516-1537_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv91_uvs/J0516-1537_S_uvs.fits wwins /scr/pima/rdv91_uvs/J0516-1537_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv91_uvs/J0516-1537_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.201483 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229321 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.34145 0.34145 0.6829 1.3658 2.7316 5.4632 10.9264 21.8528 43.7056 87.4111 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.201 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 878.606 quit ! Quitting program ! Log file /scr/pima/rdv91_uvs/J0516-1537_S_dfm.log closed on Fri Jun 15 11:24:45 2018