! Started logfile: /image_prod/ug002_uva//J1153-1105_S_dfm.log on Thu Mar 5 00:17:26 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//J1153-1105_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1153-1105_S_uva.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.879444 visibilities/baseline/integration-bin. ! Found source: J1153-1105 ! ! 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 4749 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 J1153-1105_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013600Jy sigma=7.779967 ! Fit after self-cal, rms=0.816162Jy sigma=6.299687 ! 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.588 mas, bmaj=7.062 mas, bpa=-2.579 degrees ! Estimated noise=1.90258 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.142155 Jy ! Component: 100 - total flux cleaned = 0.175989 Jy ! Total flux subtracted in 100 components = 0.175989 Jy ! Clean residual min=-0.006813 max=0.012977 Jy/beam ! Clean residual mean=0.000036 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 0.175989 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.175989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076201Jy sigma=0.499153 ! Fit after self-cal, rms=0.076202Jy sigma=0.499112 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0128834 Jy ! Component: 100 - total flux cleaned = 0.0187877 Jy ! Total flux subtracted in 100 components = 0.0187877 Jy ! Clean residual min=-0.006596 max=0.005782 Jy/beam ! Clean residual mean=0.000025 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.194777 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.194777 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073751Jy sigma=0.478801 ! Fit after self-cal, rms=0.073762Jy sigma=0.478763 ! 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.139 mas, bmaj=8.188 mas, bpa=-2.503 degrees ! Estimated noise=1.38723 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.00431856 Jy ! Component: 100 - total flux cleaned = 0.00635557 Jy ! Component: 150 - total flux cleaned = 0.00715631 Jy ! Component: 200 - total flux cleaned = 0.00722819 Jy ! Total flux subtracted in 200 components = 0.00722819 Jy ! Clean residual min=-0.006503 max=0.004777 Jy/beam ! Clean residual mean=0.000020 rms=0.001308 Jy/beam ! Combined flux in latest and established models = 0.202005 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.202005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073428Jy sigma=0.477028 ! Fit after self-cal, rms=0.073424Jy sigma=0.476955 ! 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.139 x 8.188 at -2.503 degrees (North through East) ! Clean map min=-0.0063714 max=0.18416 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 1.06 KP 1.03 ! LA 1.01 MK 0.98 NL 1.00 OV 0.83 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.02 KP 1.02 ! LA 1.03 MK 0.98 NL 1.08 OV 0.96 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.04 KP 1.04 ! LA 1.05 MK 0.98 NL 1.09 OV 0.82 ! PT 1.04 SC 1.01 ! ! ! Fit before self-cal, rms=0.073424Jy sigma=0.476955 ! Fit after self-cal, rms=0.071943Jy sigma=0.460857 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.13 mas, bmaj=8.186 mas, bpa=-2.514 degrees ! Estimated noise=1.39213 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.00138014 Jy ! Component: 100 - total flux cleaned = 0.00144068 Jy ! Component: 150 - total flux cleaned = 0.00138693 Jy ! Component: 200 - total flux cleaned = 0.00133653 Jy ! Total flux subtracted in 200 components = 0.00133653 Jy ! Clean residual min=-0.003158 max=0.003076 Jy/beam ! Clean residual mean=0.000006 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.203342 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.203342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071870Jy sigma=0.460731 ! Fit after self-cal, rms=0.071894Jy sigma=0.460596 ! 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.071894Jy sigma=0.460596 ! Fit after self-cal, rms=0.067391Jy sigma=0.453826 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.124 mas, bmaj=8.184 mas, bpa=-2.592 degrees ! Estimated noise=1.39286 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000662464 Jy ! Component: 100 - total flux cleaned = 0.00056552 Jy ! Component: 150 - total flux cleaned = 0.000499969 Jy ! Component: 200 - total flux cleaned = 0.000478863 Jy ! Total flux subtracted in 200 components = 0.000478863 Jy ! Clean residual min=-0.002362 max=0.002592 Jy/beam ! Clean residual mean=0.000001 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.203821 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.203821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067367Jy sigma=0.453717 ! Fit after self-cal, rms=0.067353Jy sigma=0.453681 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) ! Added new window around map position (-38.5, -121). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013432 Jy ! Component: 100 - total flux cleaned = 0.00128248 Jy ! Component: 150 - total flux cleaned = 0.00142593 Jy ! Component: 200 - total flux cleaned = 0.00155348 Jy ! Total flux subtracted in 200 components = 0.00155348 Jy ! Clean residual min=-0.002294 max=0.002273 Jy/beam ! Clean residual mean=0.000001 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.205374 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.205374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067263Jy sigma=0.453101 ! Fit after self-cal, rms=0.067258Jy sigma=0.453084 ! 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.067258Jy sigma=0.453084 ! Fit after self-cal, rms=0.067174Jy sigma=0.452986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=8.176 mas, bpa=-2.616 degrees ! Estimated noise=1.39284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507648 Jy ! Component: 100 - total flux cleaned = 0.000621813 Jy ! Component: 150 - total flux cleaned = 0.000725763 Jy ! Component: 200 - total flux cleaned = 0.000773934 Jy ! Total flux subtracted in 200 components = 0.000773934 Jy ! Clean residual min=-0.002230 max=0.002246 Jy/beam ! Clean residual mean=0.000000 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.206148 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 60 components and 0.206148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067147Jy sigma=0.452855 ! Fit after self-cal, rms=0.067146Jy sigma=0.452851 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.000144896 Jy ! Component: 100 - total flux cleaned = 0.000165936 Jy ! Component: 150 - total flux cleaned = 0.000206934 Jy ! Component: 200 - total flux cleaned = 0.000225492 Jy ! Total flux subtracted in 200 components = 0.000225492 Jy ! Clean residual min=-0.002186 max=0.002215 Jy/beam ! Clean residual mean=-0.000000 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.206373 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 70 components and 0.206373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067131Jy sigma=0.452778 ! Fit after self-cal, rms=0.067130Jy sigma=0.452777 ! 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.067130Jy sigma=0.452777 ! Fit after self-cal, rms=0.067237Jy sigma=0.452768 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.001 mas, bmaj=15.47 mas, bpa=1.865 degrees ! Estimated noise=1.72591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000711759 Jy ! Component: 100 - total flux cleaned = 0.000764088 Jy ! Component: 150 - total flux cleaned = 0.000752841 Jy ! Component: 200 - total flux cleaned = 0.000731163 Jy ! Total flux subtracted in 200 components = 0.000731163 Jy ! Clean residual min=-0.002002 max=0.001918 Jy/beam ! Clean residual mean=0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.207105 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 78 components and 0.207105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067232Jy sigma=0.452762 ! Fit after self-cal, rms=0.067230Jy sigma=0.452747 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.63412e-05 Jy ! Component: 100 - total flux cleaned = 1.61654e-05 Jy ! Component: 150 - total flux cleaned = -2.90305e-06 Jy ! Component: 200 - total flux cleaned = -2.06645e-05 Jy ! Total flux subtracted in 200 components = -2.06645e-05 Jy ! Clean residual min=-0.002007 max=0.001857 Jy/beam ! Clean residual mean=0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.207084 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.207084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067230Jy sigma=0.452758 ! Fit after self-cal, rms=0.067228Jy sigma=0.452756 ! 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.119 mas, bmaj=8.172 mas, bpa=-2.621 degrees ! Estimated noise=1.3948 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.119 x 8.172 at -2.621 degrees (North through East) ! Clean map min=-0.0021515 max=0.18545 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.572 mas, bmaj=7.052 mas, bpa=-2.73 degrees ! Estimated noise=1.9044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.142233 Jy ! Component: 100 - total flux cleaned = 0.177073 Jy ! Component: 150 - total flux cleaned = 0.190738 Jy ! Component: 200 - total flux cleaned = 0.196993 Jy ! Total flux subtracted in 200 components = 0.196993 Jy ! Clean residual min=-0.004046 max=0.004162 Jy/beam ! Clean residual mean=0.000005 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.196993 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.196993 Jy ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=8.172 mas, bpa=-2.621 degrees ! Estimated noise=1.3948 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) ! Added new window around map position (-3, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049157 Jy ! Component: 100 - total flux cleaned = 0.00759068 Jy ! Component: 150 - total flux cleaned = 0.00881616 Jy ! Component: 200 - total flux cleaned = 0.00909412 Jy ! Total flux subtracted in 200 components = 0.00909412 Jy ! Clean residual min=-0.002323 max=0.002217 Jy/beam ! Clean residual mean=0.000001 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.206087 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.206087 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.001 mas, bmaj=15.47 mas, bpa=1.865 degrees ! Estimated noise=1.72591 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010547 Jy ! Component: 100 - total flux cleaned = 0.00123529 Jy ! Component: 150 - total flux cleaned = 0.00130507 Jy ! Component: 200 - total flux cleaned = 0.00134887 Jy ! Total flux subtracted in 200 components = 0.00134887 Jy ! Clean residual min=-0.002083 max=0.001906 Jy/beam ! Clean residual mean=0.000001 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.207436 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 = 6.08867e-05 Jy ! Component: 100 - total flux cleaned = 7.99475e-05 Jy ! Component: 150 - total flux cleaned = 0.000117331 Jy ! Component: 200 - total flux cleaned = 0.000134562 Jy ! Total flux subtracted in 200 components = 0.000134562 Jy ! Clean residual min=-0.002068 max=0.001854 Jy/beam ! Clean residual mean=0.000001 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.207571 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 66 components and 0.207571 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=8.172 mas, bpa=-2.621 degrees ! Estimated noise=1.3948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000458761 Jy ! Component: 100 - total flux cleaned = -0.000381718 Jy ! Component: 150 - total flux cleaned = -0.000382983 Jy ! Component: 200 - total flux cleaned = -0.00034985 Jy ! Total flux subtracted in 200 components = -0.00034985 Jy ! Clean residual min=-0.002230 max=0.002134 Jy/beam ! Clean residual mean=0.000000 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.207221 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.207221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067225Jy sigma=0.452617 ! Fit after self-cal, rms=0.067218Jy sigma=0.452584 wmodel J1153-1105_S_map.mod ! Writing 79 model components to file: J1153-1105_S_map.mod wobs J1153-1105_S_uvs.fits ! Writing UV FITS file: J1153-1105_S_uvs.fits wwins J1153-1105_S_map.win ! wwins: Wrote 3 windows to J1153-1105_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.000319662 Jy ! Component: 100 - total flux cleaned = -0.000356733 Jy ! Component: 150 - total flux cleaned = -0.00011247 Jy ! Component: 200 - total flux cleaned = 0.00012244 Jy ! Component: 250 - total flux cleaned = 0.000315074 Jy ! Component: 300 - total flux cleaned = 0.000501314 Jy ! Component: 350 - total flux cleaned = 0.000651665 Jy ! Component: 400 - total flux cleaned = 0.000854836 Jy ! Component: 450 - total flux cleaned = 0.00105334 Jy ! Component: 500 - total flux cleaned = 0.00127537 Jy ! Component: 550 - total flux cleaned = 0.00149239 Jy ! Component: 600 - total flux cleaned = 0.00167819 Jy ! Component: 650 - total flux cleaned = 0.00193794 Jy ! Component: 700 - total flux cleaned = 0.00216637 Jy ! Component: 750 - total flux cleaned = 0.00244069 Jy ! Component: 800 - total flux cleaned = 0.00268504 Jy ! Component: 850 - total flux cleaned = 0.00287695 Jy ! Component: 900 - total flux cleaned = 0.00304187 Jy ! Component: 950 - total flux cleaned = 0.00315801 Jy ! Component: 1000 - total flux cleaned = 0.00338564 Jy ! Component: 1050 - total flux cleaned = 0.00345279 Jy ! Component: 1100 - total flux cleaned = 0.00356282 Jy ! Component: 1150 - total flux cleaned = 0.00367125 Jy ! Component: 1200 - total flux cleaned = 0.00364988 Jy ! Component: 1250 - total flux cleaned = 0.00365011 Jy ! Component: 1300 - total flux cleaned = 0.00369183 Jy ! Component: 1350 - total flux cleaned = 0.00375298 Jy ! Component: 1400 - total flux cleaned = 0.00377291 Jy ! Component: 1450 - total flux cleaned = 0.00379276 Jy ! Component: 1500 - total flux cleaned = 0.00379304 Jy ! Component: 1550 - total flux cleaned = 0.00385112 Jy ! Component: 1600 - total flux cleaned = 0.00386977 Jy ! Component: 1650 - total flux cleaned = 0.00383211 Jy ! Component: 1700 - total flux cleaned = 0.00383186 Jy ! Component: 1750 - total flux cleaned = 0.00383164 Jy ! Component: 1800 - total flux cleaned = 0.00383203 Jy ! Component: 1850 - total flux cleaned = 0.00379593 Jy ! Component: 1900 - total flux cleaned = 0.00381406 Jy ! Component: 1950 - total flux cleaned = 0.00383173 Jy ! Component: 2000 - total flux cleaned = 0.00377968 Jy ! Component: 2050 - total flux cleaned = 0.00383124 Jy ! Component: 2100 - total flux cleaned = 0.00381445 Jy ! Component: 2150 - total flux cleaned = 0.0038145 Jy ! Component: 2200 - total flux cleaned = 0.00376473 Jy ! Component: 2250 - total flux cleaned = 0.00378153 Jy ! Component: 2300 - total flux cleaned = 0.00378142 Jy ! Component: 2350 - total flux cleaned = 0.00381364 Jy ! Component: 2400 - total flux cleaned = 0.00378134 Jy ! Component: 2450 - total flux cleaned = 0.00379724 Jy ! Component: 2500 - total flux cleaned = 0.00381298 Jy ! Component: 2550 - total flux cleaned = 0.00385959 Jy ! Component: 2600 - total flux cleaned = 0.00381329 Jy ! Component: 2650 - total flux cleaned = 0.00387452 Jy ! Component: 2700 - total flux cleaned = 0.00388972 Jy ! Component: 2750 - total flux cleaned = 0.00382977 Jy ! Component: 2800 - total flux cleaned = 0.00387427 Jy ! Component: 2850 - total flux cleaned = 0.00393323 Jy ! Component: 2900 - total flux cleaned = 0.00391847 Jy ! Component: 2950 - total flux cleaned = 0.00393293 Jy ! Component: 3000 - total flux cleaned = 0.00396159 Jy ! Component: 3050 - total flux cleaned = 0.00393289 Jy ! Component: 3100 - total flux cleaned = 0.00390449 Jy ! Component: 3150 - total flux cleaned = 0.00387665 Jy ! Component: 3200 - total flux cleaned = 0.00387657 Jy ! Component: 3250 - total flux cleaned = 0.00382152 Jy ! Component: 3300 - total flux cleaned = 0.00379431 Jy ! Component: 3350 - total flux cleaned = 0.00378077 Jy ! Component: 3400 - total flux cleaned = 0.00376722 Jy ! Component: 3450 - total flux cleaned = 0.00368707 Jy ! Component: 3500 - total flux cleaned = 0.00368693 Jy ! Component: 3550 - total flux cleaned = 0.00362113 Jy ! Component: 3600 - total flux cleaned = 0.00362093 Jy ! Component: 3650 - total flux cleaned = 0.00356893 Jy ! Component: 3700 - total flux cleaned = 0.00349154 Jy ! Component: 3750 - total flux cleaned = 0.00347897 Jy ! Component: 3800 - total flux cleaned = 0.00340258 Jy ! Component: 3850 - total flux cleaned = 0.00340254 Jy ! Component: 3900 - total flux cleaned = 0.00336466 Jy ! Component: 3950 - total flux cleaned = 0.00327723 Jy ! Component: 4000 - total flux cleaned = 0.00331445 Jy ! Component: 4050 - total flux cleaned = 0.00330208 Jy ! Total flux subtracted in 4096 components = 0.00324058 Jy ! Clean residual min=-0.000691 max=0.000695 Jy/beam ! Clean residual mean=-0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.210461 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 330 components and 0.210461 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1153-1105_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.119 x 8.172 at -2.621 degrees (North through East) ! Clean map min=-0.0015678 max=0.18501 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1153-1105_S_map.fits wmodel /image_prod/ug002_uva//J1153-1105_S_map.mod ! Writing 330 model components to file: /image_prod/ug002_uva//J1153-1105_S_map.mod wobs /image_prod/ug002_uva//J1153-1105_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1153-1105_S_uvs.fits wwins /image_prod/ug002_uva//J1153-1105_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1153-1105_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.185011 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211289 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.342611 0.342611 0.685221 1.37044 2.74089 5.48177 10.9635 21.9271 43.8542 87.7083 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.185 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 875.629 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1153-1105_S_dfm.log closed on Thu Mar 5 00:17:29 2020