! Started logfile: /image_prod/ug002_uva//J0213+1213_S_dfm.log on Wed Mar 4 19:27:25 2020 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 /image_prod/ug002_uva//J0213+1213_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0213+1213_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.978889 visibilities/baseline/integration-bin. ! Found source: J0213+1213 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 7929 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J0213+1213_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010535Jy sigma=8.650597 ! Fit after self-cal, rms=0.892989Jy sigma=7.696829 ! 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.799 mas, bmaj=7.189 mas, bpa=-5.14 degrees ! Estimated noise=1.34163 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.0830863 Jy ! Component: 100 - total flux cleaned = 0.101366 Jy ! Total flux subtracted in 100 components = 0.101366 Jy ! Clean residual min=-0.003486 max=0.005790 Jy/beam ! Clean residual mean=0.000001 rms=0.000857 Jy/beam ! Combined flux in latest and established models = 0.101366 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.101366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068594Jy sigma=0.462307 ! Fit after self-cal, rms=0.068587Jy sigma=0.462266 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00565731 Jy ! Component: 100 - total flux cleaned = 0.00788713 Jy ! Total flux subtracted in 100 components = 0.00788713 Jy ! Clean residual min=-0.003256 max=0.003871 Jy/beam ! Clean residual mean=0.000002 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.109253 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.109253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068018Jy sigma=0.458459 ! Fit after self-cal, rms=0.068027Jy sigma=0.458418 ! 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.333 mas, bmaj=7.969 mas, bpa=-5.416 degrees ! Estimated noise=0.95364 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.000846026 Jy ! Component: 100 - total flux cleaned = 0.000965252 Jy ! Component: 150 - total flux cleaned = 0.000995182 Jy ! Component: 200 - total flux cleaned = 0.000995133 Jy ! Total flux subtracted in 200 components = 0.000995133 Jy ! Clean residual min=-0.003236 max=0.003657 Jy/beam ! Clean residual mean=0.000001 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.110248 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.110248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067919Jy sigma=0.458271 ! Fit after self-cal, rms=0.067913Jy sigma=0.458240 ! 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.333 x 7.969 at -5.416 degrees (North through East) ! Clean map min=-0.0031838 max=0.10676 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 1.01 KP 1.00 ! LA 1.04 MK 1.01 NL 0.93 OV 0.95 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.02 HN 1.00 KP 1.05 ! LA 1.03 MK 0.97 NL 0.89 OV 0.98 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.04 HN 1.04 KP 1.04 ! LA 1.06 MK 0.99 NL 0.88 OV 0.94 ! PT 1.07 SC 1.05 ! ! ! Fit before self-cal, rms=0.067913Jy sigma=0.458240 ! Fit after self-cal, rms=0.066557Jy sigma=0.454159 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.949 mas, bpa=-5.727 degrees ! Estimated noise=0.956833 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 (7, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00358204 Jy ! Component: 100 - total flux cleaned = 0.00500719 Jy ! Component: 150 - total flux cleaned = 0.00557805 Jy ! Component: 200 - total flux cleaned = 0.00586682 Jy ! Total flux subtracted in 200 components = 0.00586682 Jy ! Clean residual min=-0.002707 max=0.002024 Jy/beam ! Clean residual mean=0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.116115 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 45 components and 0.116115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066311Jy sigma=0.452362 ! Fit after self-cal, rms=0.066304Jy sigma=0.452086 ! 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. ! ! Fit before self-cal, rms=0.066304Jy sigma=0.452086 ! Fit after self-cal, rms=0.062291Jy sigma=0.449015 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.315 mas, bmaj=7.949 mas, bpa=-5.812 degrees ! Estimated noise=0.96075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016462 Jy ! Component: 100 - total flux cleaned = 0.00206393 Jy ! Component: 150 - total flux cleaned = 0.00226946 Jy ! Component: 200 - total flux cleaned = 0.00242162 Jy ! Total flux subtracted in 200 components = 0.00242162 Jy ! Clean residual min=-0.002159 max=0.001936 Jy/beam ! Clean residual mean=0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.118537 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 58 components and 0.118537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062207Jy sigma=0.448610 ! Fit after self-cal, rms=0.062212Jy sigma=0.448562 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.000298489 Jy ! Component: 100 - total flux cleaned = 0.000405349 Jy ! Component: 150 - total flux cleaned = 0.000503227 Jy ! Component: 200 - total flux cleaned = 0.000572037 Jy ! Total flux subtracted in 200 components = 0.000572037 Jy ! Clean residual min=-0.002147 max=0.001973 Jy/beam ! Clean residual mean=0.000002 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.119109 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 65 components and 0.119109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062175Jy sigma=0.448466 ! Fit after self-cal, rms=0.062174Jy sigma=0.448461 ! 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. ! ! Fit before self-cal, rms=0.062174Jy sigma=0.448461 ! Fit after self-cal, rms=0.058179Jy sigma=0.445067 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.314 mas, bmaj=7.929 mas, bpa=-5.875 degrees ! Estimated noise=0.957823 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000978017 Jy ! Component: 100 - total flux cleaned = 0.00112695 Jy ! Component: 150 - total flux cleaned = 0.0011612 Jy ! Component: 200 - total flux cleaned = 0.00122567 Jy ! Total flux subtracted in 200 components = 0.00122567 Jy ! Clean residual min=-0.001615 max=0.001605 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.120334 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.120334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058156Jy sigma=0.444915 ! Fit after self-cal, rms=0.058152Jy sigma=0.444868 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.000221916 Jy ! Component: 100 - total flux cleaned = 0.000251038 Jy ! Component: 150 - total flux cleaned = 0.000278408 Jy ! Component: 200 - total flux cleaned = 0.000291629 Jy ! Total flux subtracted in 200 components = 0.000291629 Jy ! Clean residual min=-0.001580 max=0.001562 Jy/beam ! Clean residual mean=0.000002 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.120626 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 91 components and 0.120626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058144Jy sigma=0.444825 ! Fit after self-cal, rms=0.058144Jy sigma=0.444824 ! 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. ! ! Fit before self-cal, rms=0.058144Jy sigma=0.444824 ! Fit after self-cal, rms=0.058198Jy sigma=0.444788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.413 mas, bmaj=11.6 mas, bpa=-6.342 degrees ! Estimated noise=1.16674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000547191 Jy ! Component: 100 - total flux cleaned = 0.000840302 Jy ! Component: 150 - total flux cleaned = 0.000926318 Jy ! Component: 200 - total flux cleaned = 0.000982019 Jy ! Total flux subtracted in 200 components = 0.000982019 Jy ! Clean residual min=-0.001563 max=0.001523 Jy/beam ! Clean residual mean=0.000004 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.121608 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 108 components and 0.121608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058197Jy sigma=0.444778 ! Fit after self-cal, rms=0.058196Jy sigma=0.444774 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 = 6.17282e-05 Jy ! Component: 100 - total flux cleaned = 6.83877e-05 Jy ! Component: 150 - total flux cleaned = 6.854e-05 Jy ! Component: 200 - total flux cleaned = 6.29976e-05 Jy ! Total flux subtracted in 200 components = 6.29976e-05 Jy ! Clean residual min=-0.001576 max=0.001525 Jy/beam ! Clean residual mean=0.000004 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.121671 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 117 components and 0.121671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058196Jy sigma=0.444774 ! Fit after self-cal, rms=0.058196Jy sigma=0.444773 ! 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.311 mas, bmaj=7.917 mas, bpa=-5.856 degrees ! Estimated noise=0.959457 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.311 x 7.917 at -5.856 degrees (North through East) ! Clean map min=-0.001494 max=0.10729 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.788 mas, bmaj=7.152 mas, bpa=-5.516 degrees ! Estimated noise=1.34452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0832217 Jy ! Component: 100 - total flux cleaned = 0.101595 Jy ! Component: 150 - total flux cleaned = 0.108245 Jy ! Component: 200 - total flux cleaned = 0.112213 Jy ! Total flux subtracted in 200 components = 0.112213 Jy ! Clean residual min=-0.002371 max=0.002283 Jy/beam ! Clean residual mean=0.000002 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.112213 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.112213 Jy ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=7.917 mas, bpa=-5.856 degrees ! Estimated noise=0.959457 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.00318965 Jy ! Component: 100 - total flux cleaned = 0.00517444 Jy ! Component: 150 - total flux cleaned = 0.00653931 Jy ! Component: 200 - total flux cleaned = 0.00741142 Jy ! Total flux subtracted in 200 components = 0.00741142 Jy ! Clean residual min=-0.001655 max=0.001555 Jy/beam ! Clean residual mean=0.000002 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.119624 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 38 components and 0.119624 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.413 mas, bmaj=11.6 mas, bpa=-6.342 degrees ! Estimated noise=1.16674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104572 Jy ! Component: 100 - total flux cleaned = 0.00136703 Jy ! Component: 150 - total flux cleaned = 0.0014865 Jy ! Component: 200 - total flux cleaned = 0.00156693 Jy ! Total flux subtracted in 200 components = 0.00156693 Jy ! Clean residual min=-0.001562 max=0.001498 Jy/beam ! Clean residual mean=0.000004 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.121191 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 = 8.40798e-05 Jy ! Component: 100 - total flux cleaned = 0.000140607 Jy ! Component: 150 - total flux cleaned = 0.000189176 Jy ! Component: 200 - total flux cleaned = 0.000230884 Jy ! Total flux subtracted in 200 components = 0.000230884 Jy ! Clean residual min=-0.001572 max=0.001498 Jy/beam ! Clean residual mean=0.000004 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.121422 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 50 components and 0.121422 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=7.917 mas, bpa=-5.856 degrees ! Estimated noise=0.959457 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000185701 Jy ! Component: 100 - total flux cleaned = 0.000231337 Jy ! Component: 150 - total flux cleaned = 0.000210767 Jy ! Component: 200 - total flux cleaned = 0.000227903 Jy ! Total flux subtracted in 200 components = 0.000227903 Jy ! Clean residual min=-0.001561 max=0.001607 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.12165 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 72 components and 0.12165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058209Jy sigma=0.444857 ! Fit after self-cal, rms=0.058207Jy sigma=0.444849 wmodel J0213+1213_S_map.mod ! Writing 72 model components to file: J0213+1213_S_map.mod wobs J0213+1213_S_uvs.fits ! Writing UV FITS file: J0213+1213_S_uvs.fits wwins J0213+1213_S_map.win ! wwins: Wrote 2 windows to J0213+1213_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203629 Jy ! Component: 100 - total flux cleaned = 0.00036527 Jy ! Component: 150 - total flux cleaned = 0.000620155 Jy ! Component: 200 - total flux cleaned = 0.000840659 Jy ! Component: 250 - total flux cleaned = 0.000912054 Jy ! Component: 300 - total flux cleaned = 0.000912116 Jy ! Component: 350 - total flux cleaned = 0.000889709 Jy ! Component: 400 - total flux cleaned = 0.000889747 Jy ! Component: 450 - total flux cleaned = 0.000889997 Jy ! Component: 500 - total flux cleaned = 0.000868964 Jy ! Component: 550 - total flux cleaned = 0.000869109 Jy ! Component: 600 - total flux cleaned = 0.000889426 Jy ! Component: 650 - total flux cleaned = 0.00086907 Jy ! Component: 700 - total flux cleaned = 0.000908919 Jy ! Component: 750 - total flux cleaned = 0.000889662 Jy ! Component: 800 - total flux cleaned = 0.000909098 Jy ! Component: 850 - total flux cleaned = 0.000890075 Jy ! Component: 900 - total flux cleaned = 0.000890122 Jy ! Component: 950 - total flux cleaned = 0.000871828 Jy ! Component: 1000 - total flux cleaned = 0.000871813 Jy ! Component: 1050 - total flux cleaned = 0.000871885 Jy ! Component: 1100 - total flux cleaned = 0.000907272 Jy ! Component: 1150 - total flux cleaned = 0.000871521 Jy ! Component: 1200 - total flux cleaned = 0.000819259 Jy ! Component: 1250 - total flux cleaned = 0.000836563 Jy ! Component: 1300 - total flux cleaned = 0.00085343 Jy ! Component: 1350 - total flux cleaned = 0.000853412 Jy ! Component: 1400 - total flux cleaned = 0.000853148 Jy ! Component: 1450 - total flux cleaned = 0.000852753 Jy ! Component: 1500 - total flux cleaned = 0.000787391 Jy ! Component: 1550 - total flux cleaned = 0.000819957 Jy ! Component: 1600 - total flux cleaned = 0.000803562 Jy ! Component: 1650 - total flux cleaned = 0.000771835 Jy ! Component: 1700 - total flux cleaned = 0.000803306 Jy ! Component: 1750 - total flux cleaned = 0.000694336 Jy ! Component: 1800 - total flux cleaned = 0.000786604 Jy ! Component: 1850 - total flux cleaned = 0.000771302 Jy ! Component: 1900 - total flux cleaned = 0.000741004 Jy ! Component: 1950 - total flux cleaned = 0.00075604 Jy ! Component: 2000 - total flux cleaned = 0.00071143 Jy ! Component: 2050 - total flux cleaned = 0.00068224 Jy ! Component: 2100 - total flux cleaned = 0.000711423 Jy ! Component: 2150 - total flux cleaned = 0.000668057 Jy ! Component: 2200 - total flux cleaned = 0.000668014 Jy ! Component: 2250 - total flux cleaned = 0.000611218 Jy ! Component: 2300 - total flux cleaned = 0.00065363 Jy ! Component: 2350 - total flux cleaned = 0.000667658 Jy ! Component: 2400 - total flux cleaned = 0.000639714 Jy ! Component: 2450 - total flux cleaned = 0.000625899 Jy ! Component: 2500 - total flux cleaned = 0.000653401 Jy ! Component: 2550 - total flux cleaned = 0.000626238 Jy ! Component: 2600 - total flux cleaned = 0.000680031 Jy ! Component: 2650 - total flux cleaned = 0.000666667 Jy ! Component: 2700 - total flux cleaned = 0.000666818 Jy ! Component: 2750 - total flux cleaned = 0.000772507 Jy ! Component: 2800 - total flux cleaned = 0.000772494 Jy ! Component: 2850 - total flux cleaned = 0.000811465 Jy ! Component: 2900 - total flux cleaned = 0.000811354 Jy ! Component: 2950 - total flux cleaned = 0.000811335 Jy ! Component: 3000 - total flux cleaned = 0.000862251 Jy ! Component: 3050 - total flux cleaned = 0.000875041 Jy ! Component: 3100 - total flux cleaned = 0.000887703 Jy ! Component: 3150 - total flux cleaned = 0.000962723 Jy ! Component: 3200 - total flux cleaned = 0.00101231 Jy ! Component: 3250 - total flux cleaned = 0.00102466 Jy ! Component: 3300 - total flux cleaned = 0.00101232 Jy ! Component: 3350 - total flux cleaned = 0.00108531 Jy ! Component: 3400 - total flux cleaned = 0.00109736 Jy ! Component: 3450 - total flux cleaned = 0.00112149 Jy ! Component: 3500 - total flux cleaned = 0.00110948 Jy ! Component: 3550 - total flux cleaned = 0.00113333 Jy ! Component: 3600 - total flux cleaned = 0.0011805 Jy ! Component: 3650 - total flux cleaned = 0.00121571 Jy ! Component: 3700 - total flux cleaned = 0.00128553 Jy ! Component: 3750 - total flux cleaned = 0.00130851 Jy ! Component: 3800 - total flux cleaned = 0.0012971 Jy ! Component: 3850 - total flux cleaned = 0.00131999 Jy ! Component: 3900 - total flux cleaned = 0.0013429 Jy ! Component: 3950 - total flux cleaned = 0.001309 Jy ! Component: 4000 - total flux cleaned = 0.00135397 Jy ! Component: 4050 - total flux cleaned = 0.00137633 Jy ! Total flux subtracted in 4096 components = 0.00137629 Jy ! Clean residual min=-0.000649 max=0.000749 Jy/beam ! Clean residual mean=0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.123026 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 373 components and 0.123026 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0213+1213_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.311 x 7.917 at -5.856 degrees (North through East) ! Clean map min=-0.001063 max=0.10747 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0213+1213_S_map.fits wmodel /image_prod/ug002_uva//J0213+1213_S_map.mod ! Writing 373 model components to file: /image_prod/ug002_uva//J0213+1213_S_map.mod wobs /image_prod/ug002_uva//J0213+1213_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0213+1213_S_uvs.fits wwins /image_prod/ug002_uva//J0213+1213_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0213+1213_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.107468 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202823 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.566187 0.566187 1.13237 2.26475 4.5295 9.05899 18.118 36.236 72.4719 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.107 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 529.86 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0213+1213_S_dfm.log closed on Wed Mar 4 19:27:29 2020