! Started logfile: /image_prod/ug002_uva//J2310+8857_S_dfm.log on Thu Mar 5 06:06:56 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//J2310+8857_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2310+8857_S_uva.fits ! AN table 1: 40 integrations on 28 of 28 possible baselines. ! AN table 2: 20 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.994697 visibilities/baseline/integration-bin. ! Found source: J2310+8857 ! ! 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 3939 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 J2310+8857_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.024427Jy sigma=7.068713 ! Fit after self-cal, rms=0.863750Jy sigma=5.991601 ! 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.614 mas, bmaj=6.556 mas, bpa=9.562 degrees ! Estimated noise=2.6962 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.0983492 Jy ! Component: 100 - total flux cleaned = 0.131313 Jy ! Total flux subtracted in 100 components = 0.131313 Jy ! Clean residual min=-0.016452 max=0.020994 Jy/beam ! Clean residual mean=-0.000008 rms=0.004015 Jy/beam ! Combined flux in latest and established models = 0.131313 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.131313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.116743Jy sigma=0.709849 ! Fit after self-cal, rms=0.116161Jy sigma=0.706959 ! 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.193 mas, bmaj=7.537 mas, bpa=10.56 degrees ! Estimated noise=1.65964 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 (-3.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0258813 Jy ! Component: 100 - total flux cleaned = 0.027972 Jy ! Component: 150 - total flux cleaned = 0.0290901 Jy ! Component: 200 - total flux cleaned = 0.030436 Jy ! Total flux subtracted in 200 components = 0.030436 Jy ! Clean residual min=-0.013556 max=0.010413 Jy/beam ! Clean residual mean=0.000029 rms=0.003186 Jy/beam ! Combined flux in latest and established models = 0.161749 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 50 components and 0.161749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106778Jy sigma=0.644858 ! Fit after self-cal, rms=0.106405Jy sigma=0.642915 ! 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.193 x 7.537 at 10.56 degrees (North through East) ! Clean map min=-0.015637 max=0.13427 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.94 KP 0.96 LA 1.00 ! MK 1.02 NL 1.27 PT 1.07 SC 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 LA 1.00 NL 1.08 OV 1.29 ! SC 1.10 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.50 FD 0.95 KP 1.08 LA 1.01 ! MK 1.05 NL 0.98 PT 1.05 SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 LA 0.97 NL 0.94 OV 1.13 ! SC 1.18 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.71 FD 0.96 KP 0.99 LA 1.04 ! MK 1.07 NL 1.19 PT 1.07 SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.93 LA 1.09 NL 0.95 OV 1.23 ! SC 1.12 ! ! ! Fit before self-cal, rms=0.106405Jy sigma=0.642915 ! Fit after self-cal, rms=0.086746Jy sigma=0.571646 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=7.762 mas, bpa=10.59 degrees ! Estimated noise=1.62711 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.00312297 Jy ! Component: 100 - total flux cleaned = 0.00334098 Jy ! Component: 150 - total flux cleaned = 0.00343262 Jy ! Component: 200 - total flux cleaned = 0.00343218 Jy ! Total flux subtracted in 200 components = 0.00343218 Jy ! Clean residual min=-0.005304 max=0.005717 Jy/beam ! Clean residual mean=0.000008 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.165182 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.165182 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086475Jy sigma=0.570051 ! Fit after self-cal, rms=0.087094Jy sigma=0.567002 ! 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.087094Jy sigma=0.567002 ! Fit after self-cal, rms=0.087377Jy sigma=0.563665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=7.704 mas, bpa=9.786 degrees ! Estimated noise=1.63252 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00228722 Jy ! Component: 100 - total flux cleaned = 0.00271717 Jy ! Component: 150 - total flux cleaned = 0.00301166 Jy ! Component: 200 - total flux cleaned = 0.0032072 Jy ! Total flux subtracted in 200 components = 0.0032072 Jy ! Clean residual min=-0.004960 max=0.005189 Jy/beam ! Clean residual mean=0.000014 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.168389 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.168389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087203Jy sigma=0.562661 ! Fit after self-cal, rms=0.087271Jy sigma=0.562440 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 (50.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00472811 Jy ! Component: 100 - total flux cleaned = 0.00754171 Jy ! Component: 150 - total flux cleaned = 0.00931883 Jy ! Component: 200 - total flux cleaned = 0.0100903 Jy ! Total flux subtracted in 200 components = 0.0100903 Jy ! Clean residual min=-0.004256 max=0.004011 Jy/beam ! Clean residual mean=0.000009 rms=0.001036 Jy/beam ! Combined flux in latest and established models = 0.178479 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 100 components and 0.178479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086931Jy sigma=0.560309 ! Fit after self-cal, rms=0.086909Jy sigma=0.560144 ! 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.086909Jy sigma=0.560144 ! Fit after self-cal, rms=0.086637Jy sigma=0.559968 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.267 mas, bmaj=7.695 mas, bpa=9.646 degrees ! Estimated noise=1.63086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235298 Jy ! Component: 100 - total flux cleaned = 0.00405335 Jy ! Component: 150 - total flux cleaned = 0.00444432 Jy ! Component: 200 - total flux cleaned = 0.00462995 Jy ! Total flux subtracted in 200 components = 0.00462995 Jy ! Clean residual min=-0.004118 max=0.003704 Jy/beam ! Clean residual mean=0.000008 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.183109 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 113 components and 0.183109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086515Jy sigma=0.559240 ! Fit after self-cal, rms=0.086505Jy sigma=0.559187 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.00042739 Jy ! Component: 100 - total flux cleaned = 0.000784049 Jy ! Component: 150 - total flux cleaned = 0.00100403 Jy ! Component: 200 - total flux cleaned = 0.00115997 Jy ! Total flux subtracted in 200 components = 0.00115997 Jy ! Clean residual min=-0.003932 max=0.003668 Jy/beam ! Clean residual mean=0.000008 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.184269 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 118 components and 0.184269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086428Jy sigma=0.558764 ! Fit after self-cal, rms=0.086420Jy sigma=0.558728 ! 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.086420Jy sigma=0.558728 ! Fit after self-cal, rms=0.086292Jy sigma=0.558653 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.03 mas, bmaj=12.42 mas, bpa=20.74 degrees ! Estimated noise=2.00053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247878 Jy ! Component: 100 - total flux cleaned = 0.00360095 Jy ! Component: 150 - total flux cleaned = 0.00396777 Jy ! Component: 200 - total flux cleaned = 0.00410445 Jy ! Total flux subtracted in 200 components = 0.00410445 Jy ! Clean residual min=-0.004102 max=0.004241 Jy/beam ! Clean residual mean=0.000018 rms=0.001194 Jy/beam ! Combined flux in latest and established models = 0.188373 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 141 components and 0.188373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086248Jy sigma=0.558378 ! Fit after self-cal, rms=0.086235Jy sigma=0.558311 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.000357613 Jy ! Component: 100 - total flux cleaned = 0.000492913 Jy ! Component: 150 - total flux cleaned = 0.00057347 Jy ! Component: 200 - total flux cleaned = 0.00072177 Jy ! Total flux subtracted in 200 components = 0.00072177 Jy ! Clean residual min=-0.004206 max=0.004270 Jy/beam ! Clean residual mean=0.000018 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.189095 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 156 components and 0.189095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086207Jy sigma=0.558190 ! Fit after self-cal, rms=0.086198Jy sigma=0.558143 ! 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.265 mas, bmaj=7.691 mas, bpa=9.616 degrees ! Estimated noise=1.6338 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.691 at 9.616 degrees (North through East) ! Clean map min=-0.0047638 max=0.12756 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.655 mas, bmaj=6.7 mas, bpa=8.338 degrees ! Estimated noise=2.70246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.099414 Jy ! Component: 100 - total flux cleaned = 0.135099 Jy ! Component: 150 - total flux cleaned = 0.152243 Jy ! Component: 200 - total flux cleaned = 0.163327 Jy ! Total flux subtracted in 200 components = 0.163327 Jy ! Clean residual min=-0.007549 max=0.009082 Jy/beam ! Clean residual mean=0.000002 rms=0.001930 Jy/beam ! Combined flux in latest and established models = 0.163327 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.163327 Jy ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.691 mas, bpa=9.616 degrees ! Estimated noise=1.6338 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.0101983 Jy ! Component: 100 - total flux cleaned = 0.014318 Jy ! Component: 150 - total flux cleaned = 0.017369 Jy ! Component: 200 - total flux cleaned = 0.018881 Jy ! Total flux subtracted in 200 components = 0.018881 Jy ! Clean residual min=-0.004789 max=0.004384 Jy/beam ! Clean residual mean=0.000017 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.182208 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 57 components and 0.182208 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.03 mas, bmaj=12.42 mas, bpa=20.74 degrees ! Estimated noise=2.00053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00326414 Jy ! Component: 100 - total flux cleaned = 0.00465505 Jy ! Component: 150 - total flux cleaned = 0.00552599 Jy ! Component: 200 - total flux cleaned = 0.00623178 Jy ! Total flux subtracted in 200 components = 0.00623178 Jy ! Clean residual min=-0.004338 max=0.004121 Jy/beam ! Clean residual mean=0.000025 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.188439 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.000508525 Jy ! Component: 100 - total flux cleaned = 0.000691234 Jy ! Component: 150 - total flux cleaned = 0.000797793 Jy ! Component: 200 - total flux cleaned = 0.000844243 Jy ! Total flux subtracted in 200 components = 0.000844243 Jy ! Clean residual min=-0.004097 max=0.004019 Jy/beam ! Clean residual mean=0.000023 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.189284 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 117 components and 0.189284 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.691 mas, bpa=9.616 degrees ! Estimated noise=1.6338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00072956 Jy ! Component: 100 - total flux cleaned = 0.000903377 Jy ! Component: 150 - total flux cleaned = 0.000979153 Jy ! Component: 200 - total flux cleaned = 0.000911536 Jy ! Total flux subtracted in 200 components = 0.000911536 Jy ! Clean residual min=-0.004272 max=0.003637 Jy/beam ! Clean residual mean=0.000010 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.190195 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 146 components and 0.190195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086358Jy sigma=0.559057 ! Fit after self-cal, rms=0.086238Jy sigma=0.558672 wmodel J2310+8857_S_map.mod ! Writing 146 model components to file: J2310+8857_S_map.mod wobs J2310+8857_S_uvs.fits ! Writing UV FITS file: J2310+8857_S_uvs.fits wwins J2310+8857_S_map.win ! wwins: Wrote 3 windows to J2310+8857_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.00130676 Jy ! Component: 100 - total flux cleaned = -0.00169386 Jy ! Component: 150 - total flux cleaned = -0.00175786 Jy ! Component: 200 - total flux cleaned = -0.0017589 Jy ! Component: 250 - total flux cleaned = -0.00186714 Jy ! Component: 300 - total flux cleaned = -0.00202327 Jy ! Component: 350 - total flux cleaned = -0.00202293 Jy ! Component: 400 - total flux cleaned = -0.00192578 Jy ! Component: 450 - total flux cleaned = -0.00201987 Jy ! Component: 500 - total flux cleaned = -0.0020194 Jy ! Component: 550 - total flux cleaned = -0.00210919 Jy ! Component: 600 - total flux cleaned = -0.00219675 Jy ! Component: 650 - total flux cleaned = -0.00240823 Jy ! Component: 700 - total flux cleaned = -0.0025313 Jy ! Component: 750 - total flux cleaned = -0.00277051 Jy ! Component: 800 - total flux cleaned = -0.00292747 Jy ! Component: 850 - total flux cleaned = -0.00327009 Jy ! Component: 900 - total flux cleaned = -0.00345571 Jy ! Component: 950 - total flux cleaned = -0.00363769 Jy ! Component: 1000 - total flux cleaned = -0.0038155 Jy ! Component: 1050 - total flux cleaned = -0.00402433 Jy ! Component: 1100 - total flux cleaned = -0.00426333 Jy ! Component: 1150 - total flux cleaned = -0.00456339 Jy ! Component: 1200 - total flux cleaned = -0.00479117 Jy ! Component: 1250 - total flux cleaned = -0.00488687 Jy ! Component: 1300 - total flux cleaned = -0.00494925 Jy ! Component: 1350 - total flux cleaned = -0.00510279 Jy ! Component: 1400 - total flux cleaned = -0.00510316 Jy ! Component: 1450 - total flux cleaned = -0.00525185 Jy ! Component: 1500 - total flux cleaned = -0.00528136 Jy ! Component: 1550 - total flux cleaned = -0.00536797 Jy ! Component: 1600 - total flux cleaned = -0.00539652 Jy ! Component: 1650 - total flux cleaned = -0.00539689 Jy ! Component: 1700 - total flux cleaned = -0.00536971 Jy ! Component: 1750 - total flux cleaned = -0.00534287 Jy ! Component: 1800 - total flux cleaned = -0.00531686 Jy ! Component: 1850 - total flux cleaned = -0.00526476 Jy ! Component: 1900 - total flux cleaned = -0.00521308 Jy ! Component: 1950 - total flux cleaned = -0.00518747 Jy ! Component: 2000 - total flux cleaned = -0.00516178 Jy ! Component: 2050 - total flux cleaned = -0.00508662 Jy ! Component: 2100 - total flux cleaned = -0.00511122 Jy ! Component: 2150 - total flux cleaned = -0.00503835 Jy ! Component: 2200 - total flux cleaned = -0.00508652 Jy ! Component: 2250 - total flux cleaned = -0.00501497 Jy ! Component: 2300 - total flux cleaned = -0.00501481 Jy ! Component: 2350 - total flux cleaned = -0.00494498 Jy ! Component: 2400 - total flux cleaned = -0.00496804 Jy ! Component: 2450 - total flux cleaned = -0.00499066 Jy ! Component: 2500 - total flux cleaned = -0.00492289 Jy ! Component: 2550 - total flux cleaned = -0.00487813 Jy ! Component: 2600 - total flux cleaned = -0.00478974 Jy ! Component: 2650 - total flux cleaned = -0.00472419 Jy ! Component: 2700 - total flux cleaned = -0.00463729 Jy ! Component: 2750 - total flux cleaned = -0.00457312 Jy ! Component: 2800 - total flux cleaned = -0.00444566 Jy ! Component: 2850 - total flux cleaned = -0.00438254 Jy ! Component: 2900 - total flux cleaned = -0.00425738 Jy ! Component: 2950 - total flux cleaned = -0.00423671 Jy ! Component: 3000 - total flux cleaned = -0.00405225 Jy ! Component: 3050 - total flux cleaned = -0.00405247 Jy ! Component: 3100 - total flux cleaned = -0.00391144 Jy ! Component: 3150 - total flux cleaned = -0.00379146 Jy ! Component: 3200 - total flux cleaned = -0.00369231 Jy ! Component: 3250 - total flux cleaned = -0.00351516 Jy ! Component: 3300 - total flux cleaned = -0.00347601 Jy ! Component: 3350 - total flux cleaned = -0.00337885 Jy ! Component: 3400 - total flux cleaned = -0.00320508 Jy ! Component: 3450 - total flux cleaned = -0.00309029 Jy ! Component: 3500 - total flux cleaned = -0.00299499 Jy ! Component: 3550 - total flux cleaned = -0.00288143 Jy ! Component: 3600 - total flux cleaned = -0.00273107 Jy ! Component: 3650 - total flux cleaned = -0.00261905 Jy ! Component: 3700 - total flux cleaned = -0.00254481 Jy ! Component: 3750 - total flux cleaned = -0.00248923 Jy ! Component: 3800 - total flux cleaned = -0.00234249 Jy ! Component: 3850 - total flux cleaned = -0.00216006 Jy ! Component: 3900 - total flux cleaned = -0.00205136 Jy ! Component: 3950 - total flux cleaned = -0.00196136 Jy ! Component: 4000 - total flux cleaned = -0.001854 Jy ! Component: 4050 - total flux cleaned = -0.00174716 Jy ! Total flux subtracted in 4096 components = -0.00169389 Jy ! Clean residual min=-0.001171 max=0.001419 Jy/beam ! Clean residual mean=0.000005 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.188501 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 401 components and 0.188501 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2310+8857_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.265 x 7.691 at 9.616 degrees (North through East) ! Clean map min=-0.0030828 max=0.12581 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2310+8857_S_map.fits wmodel /image_prod/ug002_uva//J2310+8857_S_map.mod ! Writing 401 model components to file: /image_prod/ug002_uva//J2310+8857_S_map.mod wobs /image_prod/ug002_uva//J2310+8857_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2310+8857_S_uvs.fits wwins /image_prod/ug002_uva//J2310+8857_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J2310+8857_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.12581 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000306423 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.730682 0.730682 1.46136 2.92273 5.84545 11.6909 23.3818 46.7636 93.5273 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.125 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 410.575 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2310+8857_S_dfm.log closed on Thu Mar 5 06:07:00 2020