! Started logfile: /image_prod/ug002_uva//J2118-3019_S_dfm.log on Thu Mar 5 05:09:51 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//J2118-3019_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2118-3019_S_uva.fits ! AN table 1: 76 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.887061 visibilities/baseline/integration-bin. ! Found source: J2118-3019 ! ! 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 40 lines of history. ! ! Reading 7281 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 J2118-3019_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.022248Jy sigma=5.899626 ! Fit after self-cal, rms=0.822701Jy sigma=4.655516 ! 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=3.212 mas, bmaj=19.55 mas, bpa=-16.23 degrees ! Estimated noise=2.37493 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.142861 Jy ! Component: 100 - total flux cleaned = 0.184533 Jy ! Total flux subtracted in 100 components = 0.184533 Jy ! Clean residual min=-0.008883 max=0.017299 Jy/beam ! Clean residual mean=0.000014 rms=0.002843 Jy/beam ! Combined flux in latest and established models = 0.184533 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.184533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097494Jy sigma=0.501407 ! Fit after self-cal, rms=0.097562Jy sigma=0.501082 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184851 Jy ! Component: 100 - total flux cleaned = 0.0278862 Jy ! Total flux subtracted in 100 components = 0.0278862 Jy ! Clean residual min=-0.006809 max=0.006580 Jy/beam ! Clean residual mean=0.000018 rms=0.001820 Jy/beam ! Combined flux in latest and established models = 0.212419 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 46 components and 0.212419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094415Jy sigma=0.473219 ! Fit after self-cal, rms=0.094457Jy sigma=0.473108 ! 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=4.053 mas, bmaj=21.19 mas, bpa=-15.46 degrees ! Estimated noise=1.49315 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.0066002 Jy ! Component: 100 - total flux cleaned = 0.00847708 Jy ! Component: 150 - total flux cleaned = 0.00945682 Jy ! Component: 200 - total flux cleaned = 0.00971599 Jy ! Total flux subtracted in 200 components = 0.00971599 Jy ! Clean residual min=-0.005313 max=0.007570 Jy/beam ! Clean residual mean=0.000024 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.222135 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 78 components and 0.222135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094086Jy sigma=0.468962 ! Fit after self-cal, rms=0.094077Jy sigma=0.468905 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.053 x 21.19 at -15.46 degrees (North through East) ! Clean map min=-0.0054647 max=0.18556 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.08 KP 0.99 ! LA 1.03 MK 1.00 NL 0.99 OV 0.93 ! PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.97 HN 1.11 KP 1.01 ! LA 1.02 MK 1.03 NL 0.97 OV 0.92 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.13 KP 0.97 ! LA 1.05 MK 1.01 NL 0.93 OV 0.99 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.094077Jy sigma=0.468905 ! Fit after self-cal, rms=0.098742Jy sigma=0.462800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.104 mas, bmaj=21.65 mas, bpa=-15.7 degrees ! Estimated noise=1.50114 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 (28.5, -32.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00640657 Jy ! Component: 100 - total flux cleaned = 0.00957987 Jy ! Component: 150 - total flux cleaned = 0.0110097 Jy ! Component: 200 - total flux cleaned = 0.0115467 Jy ! Total flux subtracted in 200 components = 0.0115467 Jy ! Clean residual min=-0.003463 max=0.003760 Jy/beam ! Clean residual mean=0.000017 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.233682 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 136 components and 0.233682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098322Jy sigma=0.459189 ! Fit after self-cal, rms=0.098403Jy sigma=0.458886 ! 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.098403Jy sigma=0.458886 ! Fit after self-cal, rms=0.099614Jy sigma=0.457553 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.112 mas, bmaj=21.71 mas, bpa=-15.77 degrees ! Estimated noise=1.49817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117149 Jy ! Component: 100 - total flux cleaned = 0.00159995 Jy ! Component: 150 - total flux cleaned = 0.00171707 Jy ! Component: 200 - total flux cleaned = 0.00181017 Jy ! Total flux subtracted in 200 components = 0.00181017 Jy ! Clean residual min=-0.002849 max=0.002960 Jy/beam ! Clean residual mean=0.000019 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.235492 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 183 components and 0.235492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099524Jy sigma=0.457010 ! Fit after self-cal, rms=0.099544Jy sigma=0.456967 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.000112514 Jy ! Component: 100 - total flux cleaned = 0.000324458 Jy ! Component: 150 - total flux cleaned = 0.000560397 Jy ! Component: 200 - total flux cleaned = 0.000882035 Jy ! Total flux subtracted in 200 components = 0.000882035 Jy ! Clean residual min=-0.002752 max=0.002760 Jy/beam ! Clean residual mean=0.000019 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.236374 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 203 components and 0.236374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099506Jy sigma=0.456793 ! Fit after self-cal, rms=0.099505Jy sigma=0.456784 ! 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.099505Jy sigma=0.456784 ! Fit after self-cal, rms=0.100593Jy sigma=0.456689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.122 mas, bmaj=21.79 mas, bpa=-15.82 degrees ! Estimated noise=1.49859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000350086 Jy ! Component: 100 - total flux cleaned = -0.000312918 Jy ! Component: 150 - total flux cleaned = -0.000212647 Jy ! Component: 200 - total flux cleaned = -0.000116564 Jy ! Total flux subtracted in 200 components = -0.000116564 Jy ! Clean residual min=-0.002750 max=0.002729 Jy/beam ! Clean residual mean=0.000019 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.236258 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 217 components and 0.236258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100558Jy sigma=0.456562 ! Fit after self-cal, rms=0.100564Jy sigma=0.456555 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.15883e-05 Jy ! Component: 100 - total flux cleaned = 0.000210759 Jy ! Component: 150 - total flux cleaned = 0.000425101 Jy ! Component: 200 - total flux cleaned = 0.000549712 Jy ! Total flux subtracted in 200 components = 0.000549712 Jy ! Clean residual min=-0.002778 max=0.002691 Jy/beam ! Clean residual mean=0.000019 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.236807 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 231 components and 0.236807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100544Jy sigma=0.456492 ! Fit after self-cal, rms=0.100542Jy sigma=0.456488 ! 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.100542Jy sigma=0.456488 ! Fit after self-cal, rms=0.101223Jy sigma=0.456454 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.71 mas, bmaj=30.61 mas, bpa=-7.802 degrees ! Estimated noise=1.63269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000211143 Jy ! Component: 100 - total flux cleaned = 0.000402101 Jy ! Component: 150 - total flux cleaned = 0.000517064 Jy ! Component: 200 - total flux cleaned = 0.000644267 Jy ! Total flux subtracted in 200 components = 0.000644267 Jy ! Clean residual min=-0.002763 max=0.003470 Jy/beam ! Clean residual mean=0.000029 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.237452 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 257 components and 0.237452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101215Jy sigma=0.456408 ! Fit after self-cal, rms=0.101219Jy sigma=0.456403 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.87892e-05 Jy ! Component: 100 - total flux cleaned = 0.000187114 Jy ! Component: 150 - total flux cleaned = 0.000278418 Jy ! Component: 200 - total flux cleaned = 0.000346436 Jy ! Total flux subtracted in 200 components = 0.000346436 Jy ! Clean residual min=-0.002774 max=0.003442 Jy/beam ! Clean residual mean=0.000029 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.237798 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 279 components and 0.237798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101214Jy sigma=0.456385 ! Fit after self-cal, rms=0.101213Jy sigma=0.456383 ! 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=4.129 mas, bmaj=21.87 mas, bpa=-15.86 degrees ! Estimated noise=1.49944 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.129 x 21.87 at -15.86 degrees (North through East) ! Clean map min=-0.0027447 max=0.18707 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=3.254 mas, bmaj=20.14 mas, bpa=-16.64 degrees ! Estimated noise=2.40924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.144299 Jy ! Component: 100 - total flux cleaned = 0.183112 Jy ! Component: 150 - total flux cleaned = 0.199716 Jy ! Component: 200 - total flux cleaned = 0.208194 Jy ! Total flux subtracted in 200 components = 0.208194 Jy ! Clean residual min=-0.004592 max=0.004871 Jy/beam ! Clean residual mean=0.000007 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.208194 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.208194 Jy ! Inverting map and beam ! Estimated beam: bmin=4.129 mas, bmaj=21.87 mas, bpa=-15.86 degrees ! Estimated noise=1.49944 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.00721604 Jy ! Component: 100 - total flux cleaned = 0.0122052 Jy ! Component: 150 - total flux cleaned = 0.0160362 Jy ! Component: 200 - total flux cleaned = 0.0188766 Jy ! Total flux subtracted in 200 components = 0.0188766 Jy ! Clean residual min=-0.003565 max=0.003238 Jy/beam ! Clean residual mean=0.000009 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.227071 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 97 components and 0.227071 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=8.71 mas, bmaj=30.61 mas, bpa=-7.802 degrees ! Estimated noise=1.63269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272565 Jy ! Component: 100 - total flux cleaned = 0.00427801 Jy ! Component: 150 - total flux cleaned = 0.00551672 Jy ! Component: 200 - total flux cleaned = 0.00654206 Jy ! Total flux subtracted in 200 components = 0.00654206 Jy ! Clean residual min=-0.003518 max=0.004147 Jy/beam ! Clean residual mean=0.000024 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.233613 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.000705465 Jy ! Component: 100 - total flux cleaned = 0.00127975 Jy ! Component: 150 - total flux cleaned = 0.00170939 Jy ! Component: 200 - total flux cleaned = 0.00194473 Jy ! Total flux subtracted in 200 components = 0.00194473 Jy ! Clean residual min=-0.003190 max=0.004009 Jy/beam ! Clean residual mean=0.000027 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.235557 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 202 components and 0.235557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.129 mas, bmaj=21.87 mas, bpa=-15.86 degrees ! Estimated noise=1.49944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000194128 Jy ! Component: 100 - total flux cleaned = 0.000419777 Jy ! Component: 150 - total flux cleaned = 0.000670313 Jy ! Component: 200 - total flux cleaned = 0.000865617 Jy ! Total flux subtracted in 200 components = 0.000865617 Jy ! Clean residual min=-0.002607 max=0.003135 Jy/beam ! Clean residual mean=0.000018 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.236423 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 225 components and 0.236423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101247Jy sigma=0.456567 ! Fit after self-cal, rms=0.101219Jy sigma=0.456526 wmodel J2118-3019_S_map.mod ! Writing 225 model components to file: J2118-3019_S_map.mod wobs J2118-3019_S_uvs.fits ! Writing UV FITS file: J2118-3019_S_uvs.fits wwins J2118-3019_S_map.win ! wwins: Wrote 2 windows to J2118-3019_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.000917429 Jy ! Component: 100 - total flux cleaned = 0.00100904 Jy ! Component: 150 - total flux cleaned = 0.00105011 Jy ! Component: 200 - total flux cleaned = 0.00120969 Jy ! Component: 250 - total flux cleaned = 0.0013227 Jy ! Component: 300 - total flux cleaned = 0.00143225 Jy ! Component: 350 - total flux cleaned = 0.00164179 Jy ! Component: 400 - total flux cleaned = 0.00177593 Jy ! Component: 450 - total flux cleaned = 0.00197171 Jy ! Component: 500 - total flux cleaned = 0.00219374 Jy ! Component: 550 - total flux cleaned = 0.00240953 Jy ! Component: 600 - total flux cleaned = 0.00255973 Jy ! Component: 650 - total flux cleaned = 0.00270556 Jy ! Component: 700 - total flux cleaned = 0.0028191 Jy ! Component: 750 - total flux cleaned = 0.00295807 Jy ! Component: 800 - total flux cleaned = 0.00303929 Jy ! Component: 850 - total flux cleaned = 0.00317271 Jy ! Component: 900 - total flux cleaned = 0.00330365 Jy ! Component: 950 - total flux cleaned = 0.00332962 Jy ! Component: 1000 - total flux cleaned = 0.00332989 Jy ! Component: 1050 - total flux cleaned = 0.00332943 Jy ! Component: 1100 - total flux cleaned = 0.00332924 Jy ! Component: 1150 - total flux cleaned = 0.00332892 Jy ! Component: 1200 - total flux cleaned = 0.00328181 Jy ! Component: 1250 - total flux cleaned = 0.00330494 Jy ! Component: 1300 - total flux cleaned = 0.00321383 Jy ! Component: 1350 - total flux cleaned = 0.00325885 Jy ! Component: 1400 - total flux cleaned = 0.00321498 Jy ! Component: 1450 - total flux cleaned = 0.00325852 Jy ! Component: 1500 - total flux cleaned = 0.00325878 Jy ! Component: 1550 - total flux cleaned = 0.0031956 Jy ! Component: 1600 - total flux cleaned = 0.00321686 Jy ! Component: 1650 - total flux cleaned = 0.00323743 Jy ! Component: 1700 - total flux cleaned = 0.00325755 Jy ! Component: 1750 - total flux cleaned = 0.00323763 Jy ! Component: 1800 - total flux cleaned = 0.00327709 Jy ! Component: 1850 - total flux cleaned = 0.00327717 Jy ! Component: 1900 - total flux cleaned = 0.00321975 Jy ! Component: 1950 - total flux cleaned = 0.00325749 Jy ! Component: 2000 - total flux cleaned = 0.00323875 Jy ! Component: 2050 - total flux cleaned = 0.00320159 Jy ! Component: 2100 - total flux cleaned = 0.00318335 Jy ! Component: 2150 - total flux cleaned = 0.00316526 Jy ! Component: 2200 - total flux cleaned = 0.00314764 Jy ! Component: 2250 - total flux cleaned = 0.00314787 Jy ! Component: 2300 - total flux cleaned = 0.00314798 Jy ! Component: 2350 - total flux cleaned = 0.00311327 Jy ! Component: 2400 - total flux cleaned = 0.00307911 Jy ! Component: 2450 - total flux cleaned = 0.00307901 Jy ! Component: 2500 - total flux cleaned = 0.00309546 Jy ! Component: 2550 - total flux cleaned = 0.00306241 Jy ! Component: 2600 - total flux cleaned = 0.00301356 Jy ! Component: 2650 - total flux cleaned = 0.00301332 Jy ! Component: 2700 - total flux cleaned = 0.00302906 Jy ! Component: 2750 - total flux cleaned = 0.00304472 Jy ! Component: 2800 - total flux cleaned = 0.00299774 Jy ! Component: 2850 - total flux cleaned = 0.00296674 Jy ! Component: 2900 - total flux cleaned = 0.00292096 Jy ! Component: 2950 - total flux cleaned = 0.00289058 Jy ! Component: 3000 - total flux cleaned = 0.00289058 Jy ! Component: 3050 - total flux cleaned = 0.00284582 Jy ! Component: 3100 - total flux cleaned = 0.0028018 Jy ! Component: 3150 - total flux cleaned = 0.00277237 Jy ! Component: 3200 - total flux cleaned = 0.00271428 Jy ! Component: 3250 - total flux cleaned = 0.00272888 Jy ! Component: 3300 - total flux cleaned = 0.00271435 Jy ! Component: 3350 - total flux cleaned = 0.00268588 Jy ! Component: 3400 - total flux cleaned = 0.00270012 Jy ! Component: 3450 - total flux cleaned = 0.00269995 Jy ! Component: 3500 - total flux cleaned = 0.00268604 Jy ! Component: 3550 - total flux cleaned = 0.00265839 Jy ! Component: 3600 - total flux cleaned = 0.00265831 Jy ! Component: 3650 - total flux cleaned = 0.00268561 Jy ! Component: 3700 - total flux cleaned = 0.00271272 Jy ! Component: 3750 - total flux cleaned = 0.00272613 Jy ! Component: 3800 - total flux cleaned = 0.0027395 Jy ! Component: 3850 - total flux cleaned = 0.00273943 Jy ! Component: 3900 - total flux cleaned = 0.00276589 Jy ! Component: 3950 - total flux cleaned = 0.00277906 Jy ! Component: 4000 - total flux cleaned = 0.00279203 Jy ! Component: 4050 - total flux cleaned = 0.00284385 Jy ! Total flux subtracted in 4096 components = 0.00286968 Jy ! Clean residual min=-0.000723 max=0.000951 Jy/beam ! Clean residual mean=0.000009 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.239293 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 530 components and 0.239293 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2118-3019_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.129 x 21.87 at -15.86 degrees (North through East) ! Clean map min=-0.001888 max=0.18874 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2118-3019_S_map.fits wmodel /image_prod/ug002_uva//J2118-3019_S_map.mod ! Writing 530 model components to file: /image_prod/ug002_uva//J2118-3019_S_map.mod wobs /image_prod/ug002_uva//J2118-3019_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2118-3019_S_uvs.fits wwins /image_prod/ug002_uva//J2118-3019_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2118-3019_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.18874 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259194 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.411987 0.411987 0.823974 1.64795 3.2959 6.59179 13.1836 26.3672 52.7343 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.188 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 728.178 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2118-3019_S_dfm.log closed on Thu Mar 5 05:09:55 2020