! Started logfile: /image_prod/ug002_uva//J2347+5142_S_dfm.log on Thu Mar 5 06:26:10 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//J2347+5142_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2347+5142_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.966296 visibilities/baseline/integration-bin. ! Found source: J2347+5142 ! ! 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 7827 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 J2347+5142_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001487Jy sigma=8.197155 ! Fit after self-cal, rms=0.887294Jy sigma=7.236042 ! 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.051 mas, bmaj=4.197 mas, bpa=-8.209 degrees ! Estimated noise=1.66339 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.0876072 Jy ! Component: 100 - total flux cleaned = 0.110424 Jy ! Total flux subtracted in 100 components = 0.110424 Jy ! Clean residual min=-0.005328 max=0.009120 Jy/beam ! Clean residual mean=-0.000002 rms=0.001451 Jy/beam ! Combined flux in latest and established models = 0.110424 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.110424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069899Jy sigma=0.491379 ! Fit after self-cal, rms=0.069782Jy sigma=0.489945 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0096701 Jy ! Component: 100 - total flux cleaned = 0.0148304 Jy ! Total flux subtracted in 100 components = 0.0148304 Jy ! Clean residual min=-0.004691 max=0.005231 Jy/beam ! Clean residual mean=0.000000 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.125254 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.125254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068537Jy sigma=0.476104 ! Fit after self-cal, rms=0.068543Jy sigma=0.475991 ! 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.681 mas, bmaj=5.114 mas, bpa=-3.072 degrees ! Estimated noise=1.01458 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.0033178 Jy ! Component: 100 - total flux cleaned = 0.00468707 Jy ! Component: 150 - total flux cleaned = 0.00490566 Jy ! Component: 200 - total flux cleaned = 0.00504331 Jy ! Total flux subtracted in 200 components = 0.00504331 Jy ! Clean residual min=-0.003175 max=0.004053 Jy/beam ! Clean residual mean=0.000004 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.130297 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.130297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068396Jy sigma=0.474617 ! Fit after self-cal, rms=0.068392Jy sigma=0.474544 ! 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.681 x 5.114 at -3.072 degrees (North through East) ! Clean map min=-0.0030537 max=0.11431 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.99 HN 1.08 KP 0.99 ! LA 1.01 MK 1.00 NL 0.96 OV 0.98 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.11 KP 0.98 ! LA 1.03 MK 1.00 NL 1.02 OV 0.97 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 1.06 KP 0.94 ! LA 1.05 MK 0.99 NL 0.96 OV 0.99 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.068392Jy sigma=0.474544 ! Fit after self-cal, rms=0.068229Jy sigma=0.471676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=5.125 mas, bpa=-2.452 degrees ! Estimated noise=1.01264 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.00128627 Jy ! Component: 100 - total flux cleaned = -0.00150836 Jy ! Component: 150 - total flux cleaned = -0.00158275 Jy ! Component: 200 - total flux cleaned = -0.00166879 Jy ! Total flux subtracted in 200 components = -0.00166879 Jy ! Clean residual min=-0.002997 max=0.003610 Jy/beam ! Clean residual mean=0.000001 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.128628 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 0.128629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068194Jy sigma=0.471415 ! Fit after self-cal, rms=0.068199Jy sigma=0.471340 ! 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.068199Jy sigma=0.471340 ! Fit after self-cal, rms=0.069767Jy sigma=0.461117 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.679 mas, bmaj=5.096 mas, bpa=-2.655 degrees ! Estimated noise=1.0099 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000509437 Jy ! Component: 100 - total flux cleaned = 0.000564043 Jy ! Component: 150 - total flux cleaned = 0.000527603 Jy ! Component: 200 - total flux cleaned = 0.000511876 Jy ! Total flux subtracted in 200 components = 0.000511876 Jy ! Clean residual min=-0.002193 max=0.002573 Jy/beam ! Clean residual mean=0.000003 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.12914 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.12914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069745Jy sigma=0.460986 ! Fit after self-cal, rms=0.069838Jy sigma=0.460818 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 (12, -26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025755 Jy ! Component: 100 - total flux cleaned = 0.00416311 Jy ! Component: 150 - total flux cleaned = 0.00516271 Jy ! Component: 200 - total flux cleaned = 0.00574431 Jy ! Total flux subtracted in 200 components = 0.00574431 Jy ! Clean residual min=-0.001899 max=0.002066 Jy/beam ! Clean residual mean=-0.000002 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.134885 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 56 components and 0.134885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069726Jy sigma=0.459682 ! Fit after self-cal, rms=0.069728Jy sigma=0.459630 ! 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.069728Jy sigma=0.459630 ! Fit after self-cal, rms=0.069867Jy sigma=0.459576 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.68 mas, bmaj=5.082 mas, bpa=-2.766 degrees ! Estimated noise=1.00832 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000823966 Jy ! Component: 100 - total flux cleaned = 0.00136607 Jy ! Component: 150 - total flux cleaned = 0.00172377 Jy ! Component: 200 - total flux cleaned = 0.00199034 Jy ! Total flux subtracted in 200 components = 0.00199034 Jy ! Clean residual min=-0.001829 max=0.001960 Jy/beam ! Clean residual mean=-0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.136875 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 63 components and 0.136875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069838Jy sigma=0.459371 ! Fit after self-cal, rms=0.069847Jy sigma=0.459360 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.000240605 Jy ! Component: 100 - total flux cleaned = 0.000390379 Jy ! Component: 150 - total flux cleaned = 0.000449446 Jy ! Component: 200 - total flux cleaned = 0.000522367 Jy ! Total flux subtracted in 200 components = 0.000522367 Jy ! Clean residual min=-0.001801 max=0.001922 Jy/beam ! Clean residual mean=-0.000003 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.137397 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.137397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069833Jy sigma=0.459266 ! Fit after self-cal, rms=0.069836Jy sigma=0.459260 ! 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.069836Jy sigma=0.459260 ! Fit after self-cal, rms=0.069915Jy sigma=0.459242 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.725 mas, bmaj=8.545 mas, bpa=7.95 degrees ! Estimated noise=1.19499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120088 Jy ! Component: 100 - total flux cleaned = 0.00167718 Jy ! Component: 150 - total flux cleaned = 0.00198161 Jy ! Component: 200 - total flux cleaned = 0.0022032 Jy ! Total flux subtracted in 200 components = 0.0022032 Jy ! Clean residual min=-0.001844 max=0.002566 Jy/beam ! Clean residual mean=-0.000004 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.139601 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 73 components and 0.139601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069918Jy sigma=0.459249 ! Fit after self-cal, rms=0.069920Jy sigma=0.459196 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 (6, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125623 Jy ! Component: 100 - total flux cleaned = 0.000725714 Jy ! Component: 150 - total flux cleaned = 0.000635222 Jy ! Component: 200 - total flux cleaned = 0.000419998 Jy ! Total flux subtracted in 200 components = 0.000419998 Jy ! Clean residual min=-0.001597 max=0.001887 Jy/beam ! Clean residual mean=-0.000004 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.140021 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 102 components and 0.140021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069871Jy sigma=0.458618 ! Fit after self-cal, rms=0.069858Jy sigma=0.458550 ! 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.68 mas, bmaj=5.073 mas, bpa=-2.944 degrees ! Estimated noise=1.00921 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.68 x 5.073 at -2.944 degrees (North through East) ! Clean map min=-0.0015267 max=0.11407 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.053 mas, bmaj=4.161 mas, bpa=-8.366 degrees ! Estimated noise=1.66086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0872677 Jy ! Component: 100 - total flux cleaned = 0.110997 Jy ! Component: 150 - total flux cleaned = 0.12097 Jy ! Component: 200 - total flux cleaned = 0.125436 Jy ! Total flux subtracted in 200 components = 0.125436 Jy ! Clean residual min=-0.003718 max=0.003758 Jy/beam ! Clean residual mean=0.000001 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.125436 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.125436 Jy ! Inverting map and beam ! Estimated beam: bmin=3.68 mas, bmaj=5.073 mas, bpa=-2.944 degrees ! Estimated noise=1.00921 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.0036404 Jy ! Component: 100 - total flux cleaned = 0.00611523 Jy ! Component: 150 - total flux cleaned = 0.00779076 Jy ! Component: 200 - total flux cleaned = 0.00910094 Jy ! Total flux subtracted in 200 components = 0.00910094 Jy ! Clean residual min=-0.001993 max=0.002062 Jy/beam ! Clean residual mean=0.000000 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.134537 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 53 components and 0.134537 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.725 mas, bmaj=8.545 mas, bpa=7.95 degrees ! Estimated noise=1.19499 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176429 Jy ! Component: 100 - total flux cleaned = 0.00263597 Jy ! Component: 150 - total flux cleaned = 0.00318402 Jy ! Component: 200 - total flux cleaned = 0.00341267 Jy ! Total flux subtracted in 200 components = 0.00341267 Jy ! Clean residual min=-0.001766 max=0.002084 Jy/beam ! Clean residual mean=-0.000001 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.137949 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.0002041 Jy ! Component: 100 - total flux cleaned = 0.000456089 Jy ! Component: 150 - total flux cleaned = 0.000521759 Jy ! Component: 200 - total flux cleaned = 0.000639461 Jy ! Total flux subtracted in 200 components = 0.000639461 Jy ! Clean residual min=-0.001616 max=0.001843 Jy/beam ! Clean residual mean=-0.000002 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.138589 Jy ! Adding 104 model components to the UV plane model. ! The established model now contains 150 components and 0.138589 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.68 mas, bmaj=5.073 mas, bpa=-2.944 degrees ! Estimated noise=1.00921 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00020013 Jy ! Component: 100 - total flux cleaned = 0.000511035 Jy ! Component: 150 - total flux cleaned = 0.000786902 Jy ! Component: 200 - total flux cleaned = 0.00104146 Jy ! Total flux subtracted in 200 components = 0.00104146 Jy ! Clean residual min=-0.001682 max=0.001575 Jy/beam ! Clean residual mean=-0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.13963 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 171 components and 0.13963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069804Jy sigma=0.458225 ! Fit after self-cal, rms=0.069795Jy sigma=0.458115 wmodel J2347+5142_S_map.mod ! Writing 171 model components to file: J2347+5142_S_map.mod wobs J2347+5142_S_uvs.fits ! Writing UV FITS file: J2347+5142_S_uvs.fits wwins J2347+5142_S_map.win ! wwins: Wrote 3 windows to J2347+5142_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.000431927 Jy ! Component: 100 - total flux cleaned = -0.000572993 Jy ! Component: 150 - total flux cleaned = -0.000680691 Jy ! Component: 200 - total flux cleaned = -0.000602996 Jy ! Component: 250 - total flux cleaned = -0.000627918 Jy ! Component: 300 - total flux cleaned = -0.000603384 Jy ! Component: 350 - total flux cleaned = -0.000603495 Jy ! Component: 400 - total flux cleaned = -0.000556194 Jy ! Component: 450 - total flux cleaned = -0.000510009 Jy ! Component: 500 - total flux cleaned = -0.000464947 Jy ! Component: 550 - total flux cleaned = -0.000398295 Jy ! Component: 600 - total flux cleaned = -0.000398031 Jy ! Component: 650 - total flux cleaned = -0.000311846 Jy ! Component: 700 - total flux cleaned = -0.000269336 Jy ! Component: 750 - total flux cleaned = -0.000248828 Jy ! Component: 800 - total flux cleaned = -0.000228204 Jy ! Component: 850 - total flux cleaned = -0.000188046 Jy ! Component: 900 - total flux cleaned = -0.000208359 Jy ! Component: 950 - total flux cleaned = -0.000267733 Jy ! Component: 1000 - total flux cleaned = -0.000267616 Jy ! Component: 1050 - total flux cleaned = -0.000248499 Jy ! Component: 1100 - total flux cleaned = -0.000229267 Jy ! Component: 1150 - total flux cleaned = -0.00019172 Jy ! Component: 1200 - total flux cleaned = -0.000191744 Jy ! Component: 1250 - total flux cleaned = -0.000210141 Jy ! Component: 1300 - total flux cleaned = -0.000192145 Jy ! Component: 1350 - total flux cleaned = -0.00021032 Jy ! Component: 1400 - total flux cleaned = -0.000174751 Jy ! Component: 1450 - total flux cleaned = -0.00017476 Jy ! Component: 1500 - total flux cleaned = -0.000122269 Jy ! Component: 1550 - total flux cleaned = -0.000139803 Jy ! Component: 1600 - total flux cleaned = -0.000139469 Jy ! Component: 1650 - total flux cleaned = -0.000122381 Jy ! Component: 1700 - total flux cleaned = -7.18636e-05 Jy ! Component: 1750 - total flux cleaned = -8.88022e-05 Jy ! Component: 1800 - total flux cleaned = -0.000138663 Jy ! Component: 1850 - total flux cleaned = -0.000155062 Jy ! Component: 1900 - total flux cleaned = -0.000220562 Jy ! Component: 1950 - total flux cleaned = -0.000301508 Jy ! Component: 2000 - total flux cleaned = -0.000220871 Jy ! Component: 2050 - total flux cleaned = -0.000252823 Jy ! Component: 2100 - total flux cleaned = -0.000316309 Jy ! Component: 2150 - total flux cleaned = -0.000347804 Jy ! Component: 2200 - total flux cleaned = -0.000410163 Jy ! Component: 2250 - total flux cleaned = -0.000409787 Jy ! Component: 2300 - total flux cleaned = -0.000394339 Jy ! Component: 2350 - total flux cleaned = -0.000440114 Jy ! Component: 2400 - total flux cleaned = -0.000425028 Jy ! Component: 2450 - total flux cleaned = -0.000485171 Jy ! Component: 2500 - total flux cleaned = -0.000485063 Jy ! Component: 2550 - total flux cleaned = -0.000544201 Jy ! Component: 2600 - total flux cleaned = -0.000588158 Jy ! Component: 2650 - total flux cleaned = -0.000573398 Jy ! Component: 2700 - total flux cleaned = -0.000616834 Jy ! Component: 2750 - total flux cleaned = -0.000588211 Jy ! Component: 2800 - total flux cleaned = -0.000588195 Jy ! Component: 2850 - total flux cleaned = -0.000616637 Jy ! Component: 2900 - total flux cleaned = -0.000644633 Jy ! Component: 2950 - total flux cleaned = -0.000616561 Jy ! Component: 3000 - total flux cleaned = -0.000630342 Jy ! Component: 3050 - total flux cleaned = -0.000602715 Jy ! Component: 3100 - total flux cleaned = -0.00058908 Jy ! Component: 3150 - total flux cleaned = -0.00060273 Jy ! Component: 3200 - total flux cleaned = -0.000589127 Jy ! Component: 3250 - total flux cleaned = -0.000643013 Jy ! Component: 3300 - total flux cleaned = -0.000643071 Jy ! Component: 3350 - total flux cleaned = -0.000629808 Jy ! Component: 3400 - total flux cleaned = -0.000629883 Jy ! Component: 3450 - total flux cleaned = -0.000682443 Jy ! Component: 3500 - total flux cleaned = -0.000656285 Jy ! Component: 3550 - total flux cleaned = -0.00059133 Jy ! Component: 3600 - total flux cleaned = -0.000591373 Jy ! Component: 3650 - total flux cleaned = -0.000604298 Jy ! Component: 3700 - total flux cleaned = -0.000566052 Jy ! Component: 3750 - total flux cleaned = -0.000578725 Jy ! Component: 3800 - total flux cleaned = -0.000604052 Jy ! Component: 3850 - total flux cleaned = -0.00059155 Jy ! Component: 3900 - total flux cleaned = -0.000566473 Jy ! Component: 3950 - total flux cleaned = -0.000566506 Jy ! Component: 4000 - total flux cleaned = -0.000554235 Jy ! Component: 4050 - total flux cleaned = -0.000541939 Jy ! Total flux subtracted in 4096 components = -0.000529784 Jy ! Clean residual min=-0.000737 max=0.000678 Jy/beam ! Clean residual mean=-0.000001 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.1391 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 445 components and 0.1391 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2347+5142_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.68 x 5.073 at -2.944 degrees (North through East) ! Clean map min=-0.0014384 max=0.11384 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2347+5142_S_map.fits wmodel /image_prod/ug002_uva//J2347+5142_S_map.mod ! Writing 445 model components to file: /image_prod/ug002_uva//J2347+5142_S_map.mod wobs /image_prod/ug002_uva//J2347+5142_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2347+5142_S_uvs.fits wwins /image_prod/ug002_uva//J2347+5142_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J2347+5142_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.113844 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210566 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.55488 0.55488 1.10976 2.21952 4.43904 8.87808 17.7562 35.5123 71.0246 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.113 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 540.657 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2347+5142_S_dfm.log closed on Thu Mar 5 06:26:14 2020