! Started logfile: /image_prod/ug002_uva//J0058+0620_S_dfm.log on Wed Mar 4 18:44:52 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//J0058+0620_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0058+0620_S_uva.fits ! AN table 1: 90 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.907407 visibilities/baseline/integration-bin. ! Found source: J0058+0620 ! ! 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 8820 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 J0058+0620_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008654Jy sigma=8.470326 ! Fit after self-cal, rms=0.879384Jy sigma=7.401145 ! 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.287 mas, bmaj=13.32 mas, bpa=-18.43 degrees ! Estimated noise=1.20749 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.095291 Jy ! Component: 100 - total flux cleaned = 0.116172 Jy ! Total flux subtracted in 100 components = 0.116172 Jy ! Clean residual min=-0.003873 max=0.006446 Jy/beam ! Clean residual mean=0.000003 rms=0.000940 Jy/beam ! Combined flux in latest and established models = 0.116172 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.116172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062971Jy sigma=0.461001 ! Fit after self-cal, rms=0.062955Jy sigma=0.460959 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0064998 Jy ! Component: 100 - total flux cleaned = 0.00820245 Jy ! Total flux subtracted in 100 components = 0.00820245 Jy ! Clean residual min=-0.002948 max=0.002835 Jy/beam ! Clean residual mean=0.000004 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.124374 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.124374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062310Jy sigma=0.455822 ! Fit after self-cal, rms=0.062307Jy sigma=0.455769 ! 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.042 mas, bmaj=13.47 mas, bpa=-17.83 degrees ! Estimated noise=0.924703 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.000344722 Jy ! Component: 100 - total flux cleaned = 0.000197988 Jy ! Component: 150 - total flux cleaned = 6.61786e-05 Jy ! Component: 200 - total flux cleaned = -5.26843e-05 Jy ! Total flux subtracted in 200 components = -5.26843e-05 Jy ! Clean residual min=-0.002126 max=0.002126 Jy/beam ! Clean residual mean=0.000005 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.124321 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.124321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062223Jy sigma=0.455313 ! Fit after self-cal, rms=0.062215Jy sigma=0.455302 ! 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.042 x 13.47 at -17.83 degrees (North through East) ! Clean map min=-0.0021266 max=0.12251 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 0.97 KP 0.99 ! LA 1.00 MK 1.05 NL 0.94 OV 0.98 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 0.96 KP 0.99 ! LA 1.03 MK 1.00 NL 1.06 OV 1.00 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.00 KP 0.99 ! LA 1.02 MK 0.97 NL 1.02 OV 0.98 ! PT 0.98 ! ! ! Fit before self-cal, rms=0.062215Jy sigma=0.455302 ! Fit after self-cal, rms=0.061188Jy sigma=0.453600 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.043 mas, bmaj=13.4 mas, bpa=-17.78 degrees ! Estimated noise=0.918239 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.000231303 Jy ! Component: 100 - total flux cleaned = 0.000159591 Jy ! Component: 150 - total flux cleaned = 0.000114588 Jy ! Component: 200 - total flux cleaned = 3.0774e-05 Jy ! Total flux subtracted in 200 components = 3.0774e-05 Jy ! Clean residual min=-0.002118 max=0.001864 Jy/beam ! Clean residual mean=0.000006 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.124352 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.124352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061169Jy sigma=0.453472 ! Fit after self-cal, rms=0.061155Jy sigma=0.453453 ! 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.061155Jy sigma=0.453453 ! Fit after self-cal, rms=0.061666Jy sigma=0.450149 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.061 mas, bmaj=13.38 mas, bpa=-17.9 degrees ! Estimated noise=0.919929 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000120658 Jy ! Component: 100 - total flux cleaned = -0.000197579 Jy ! Component: 150 - total flux cleaned = -0.000278452 Jy ! Component: 200 - total flux cleaned = -0.000332976 Jy ! Total flux subtracted in 200 components = -0.000332976 Jy ! Clean residual min=-0.001633 max=0.001904 Jy/beam ! Clean residual mean=0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.124019 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.124019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061655Jy sigma=0.450066 ! Fit after self-cal, rms=0.061677Jy sigma=0.450039 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 (18.5, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155476 Jy ! Component: 100 - total flux cleaned = 0.00193396 Jy ! Component: 150 - total flux cleaned = 0.00222542 Jy ! Component: 200 - total flux cleaned = 0.00247865 Jy ! Total flux subtracted in 200 components = 0.00247865 Jy ! Clean residual min=-0.001652 max=0.001229 Jy/beam ! Clean residual mean=0.000001 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.126498 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.126498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061620Jy sigma=0.449489 ! Fit after self-cal, rms=0.061617Jy sigma=0.449468 ! 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.061617Jy sigma=0.449468 ! Fit after self-cal, rms=0.061860Jy sigma=0.449378 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.067 mas, bmaj=13.4 mas, bpa=-17.93 degrees ! Estimated noise=0.918959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502384 Jy ! Component: 100 - total flux cleaned = 0.000569003 Jy ! Component: 150 - total flux cleaned = 0.000530834 Jy ! Component: 200 - total flux cleaned = 0.000513249 Jy ! Total flux subtracted in 200 components = 0.000513249 Jy ! Clean residual min=-0.001586 max=0.001293 Jy/beam ! Clean residual mean=0.000001 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.127011 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 102 components and 0.127011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061845Jy sigma=0.449266 ! Fit after self-cal, rms=0.061851Jy sigma=0.449263 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.02538e-05 Jy ! Component: 100 - total flux cleaned = 2.74854e-05 Jy ! Component: 150 - total flux cleaned = 2.71792e-05 Jy ! Component: 200 - total flux cleaned = -2.41091e-06 Jy ! Total flux subtracted in 200 components = -2.41091e-06 Jy ! Clean residual min=-0.001568 max=0.001297 Jy/beam ! Clean residual mean=0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.127009 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 110 components and 0.127009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061842Jy sigma=0.449209 ! Fit after self-cal, rms=0.061842Jy sigma=0.449207 ! 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.061842Jy sigma=0.449207 ! Fit after self-cal, rms=0.061875Jy sigma=0.449198 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.315 mas, bmaj=14.07 mas, bpa=-12.74 degrees ! Estimated noise=1.02064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.67217e-05 Jy ! Component: 100 - total flux cleaned = -7.63396e-05 Jy ! Component: 150 - total flux cleaned = -0.000125119 Jy ! Component: 200 - total flux cleaned = -0.000202069 Jy ! Total flux subtracted in 200 components = -0.000202069 Jy ! Clean residual min=-0.001712 max=0.001258 Jy/beam ! Clean residual mean=0.000000 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.126807 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 134 components and 0.126807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061872Jy sigma=0.449169 ! Fit after self-cal, rms=0.061873Jy sigma=0.449167 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 = -5.66396e-05 Jy ! Component: 100 - total flux cleaned = -0.000105854 Jy ! Component: 150 - total flux cleaned = -0.000152447 Jy ! Component: 200 - total flux cleaned = -0.000187494 Jy ! Total flux subtracted in 200 components = -0.000187494 Jy ! Clean residual min=-0.001694 max=0.001237 Jy/beam ! Clean residual mean=0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.126619 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 154 components and 0.126619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061871Jy sigma=0.449151 ! Fit after self-cal, rms=0.061871Jy sigma=0.449151 ! 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.07 mas, bmaj=13.4 mas, bpa=-17.93 degrees ! Estimated noise=0.918675 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.07 x 13.4 at -17.93 degrees (North through East) ! Clean map min=-0.0015029 max=0.12173 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.311 mas, bmaj=13.21 mas, bpa=-18.54 degrees ! Estimated noise=1.19865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0945748 Jy ! Component: 100 - total flux cleaned = 0.115261 Jy ! Component: 150 - total flux cleaned = 0.121516 Jy ! Component: 200 - total flux cleaned = 0.123575 Jy ! Total flux subtracted in 200 components = 0.123575 Jy ! Clean residual min=-0.002505 max=0.002488 Jy/beam ! Clean residual mean=0.000000 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.123575 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.123575 Jy ! Inverting map and beam ! Estimated beam: bmin=4.07 mas, bmaj=13.4 mas, bpa=-17.93 degrees ! Estimated noise=0.918675 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.00203038 Jy ! Component: 100 - total flux cleaned = 0.00313605 Jy ! Component: 150 - total flux cleaned = 0.00332789 Jy ! Component: 200 - total flux cleaned = 0.00341139 Jy ! Total flux subtracted in 200 components = 0.00341139 Jy ! Clean residual min=-0.001770 max=0.001381 Jy/beam ! Clean residual mean=0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.126987 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 45 components and 0.126987 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.315 mas, bmaj=14.07 mas, bpa=-12.74 degrees ! Estimated noise=1.02064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000175961 Jy ! Component: 100 - total flux cleaned = 0.000250188 Jy ! Component: 150 - total flux cleaned = 0.000312362 Jy ! Component: 200 - total flux cleaned = 0.000365047 Jy ! Total flux subtracted in 200 components = 0.000365047 Jy ! Clean residual min=-0.001978 max=0.001482 Jy/beam ! Clean residual mean=0.000000 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.127352 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 = 4.61897e-07 Jy ! Component: 100 - total flux cleaned = -6.33602e-05 Jy ! Component: 150 - total flux cleaned = -0.000122887 Jy ! Component: 200 - total flux cleaned = -0.000195768 Jy ! Total flux subtracted in 200 components = -0.000195768 Jy ! Clean residual min=-0.001898 max=0.001413 Jy/beam ! Clean residual mean=0.000000 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.127156 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 88 components and 0.127156 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.07 mas, bmaj=13.4 mas, bpa=-17.93 degrees ! Estimated noise=0.918675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.2565e-05 Jy ! Component: 100 - total flux cleaned = 0.000135162 Jy ! Component: 150 - total flux cleaned = 0.000178506 Jy ! Component: 200 - total flux cleaned = 0.000219077 Jy ! Total flux subtracted in 200 components = 0.000219077 Jy ! Clean residual min=-0.001599 max=0.001307 Jy/beam ! Clean residual mean=0.000000 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.127375 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.127375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061885Jy sigma=0.449293 ! Fit after self-cal, rms=0.061888Jy sigma=0.449286 wmodel J0058+0620_S_map.mod ! Writing 110 model components to file: J0058+0620_S_map.mod wobs J0058+0620_S_uvs.fits ! Writing UV FITS file: J0058+0620_S_uvs.fits wwins J0058+0620_S_map.win ! wwins: Wrote 2 windows to J0058+0620_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.000338766 Jy ! Component: 100 - total flux cleaned = -0.000297364 Jy ! Component: 150 - total flux cleaned = -9.8939e-05 Jy ! Component: 200 - total flux cleaned = 9.10112e-05 Jy ! Component: 250 - total flux cleaned = 0.00020054 Jy ! Component: 300 - total flux cleaned = 0.000253387 Jy ! Component: 350 - total flux cleaned = 0.000339814 Jy ! Component: 400 - total flux cleaned = 0.000373686 Jy ! Component: 450 - total flux cleaned = 0.000357507 Jy ! Component: 500 - total flux cleaned = 0.000357345 Jy ! Component: 550 - total flux cleaned = 0.000294543 Jy ! Component: 600 - total flux cleaned = 0.000294807 Jy ! Component: 650 - total flux cleaned = 0.000279839 Jy ! Component: 700 - total flux cleaned = 0.000265227 Jy ! Component: 750 - total flux cleaned = 0.000280255 Jy ! Component: 800 - total flux cleaned = 0.000265861 Jy ! Component: 850 - total flux cleaned = 0.000265963 Jy ! Component: 900 - total flux cleaned = 0.000308286 Jy ! Component: 950 - total flux cleaned = 0.000308295 Jy ! Component: 1000 - total flux cleaned = 0.000322058 Jy ! Component: 1050 - total flux cleaned = 0.000322167 Jy ! Component: 1100 - total flux cleaned = 0.000308836 Jy ! Component: 1150 - total flux cleaned = 0.000348568 Jy ! Component: 1200 - total flux cleaned = 0.000322207 Jy ! Component: 1250 - total flux cleaned = 0.000322305 Jy ! Component: 1300 - total flux cleaned = 0.000335118 Jy ! Component: 1350 - total flux cleaned = 0.00034765 Jy ! Component: 1400 - total flux cleaned = 0.000347754 Jy ! Component: 1450 - total flux cleaned = 0.000335623 Jy ! Component: 1500 - total flux cleaned = 0.000360176 Jy ! Component: 1550 - total flux cleaned = 0.000384206 Jy ! Component: 1600 - total flux cleaned = 0.000384248 Jy ! Component: 1650 - total flux cleaned = 0.000407877 Jy ! Component: 1700 - total flux cleaned = 0.000478043 Jy ! Component: 1750 - total flux cleaned = 0.000431586 Jy ! Component: 1800 - total flux cleaned = 0.000466065 Jy ! Component: 1850 - total flux cleaned = 0.000420512 Jy ! Component: 1900 - total flux cleaned = 0.000431785 Jy ! Component: 1950 - total flux cleaned = 0.000442878 Jy ! Component: 2000 - total flux cleaned = 0.000431967 Jy ! Component: 2050 - total flux cleaned = 0.000475697 Jy ! Component: 2100 - total flux cleaned = 0.00047556 Jy ! Component: 2150 - total flux cleaned = 0.000464754 Jy ! Component: 2200 - total flux cleaned = 0.000464588 Jy ! Component: 2250 - total flux cleaned = 0.000443467 Jy ! Component: 2300 - total flux cleaned = 0.00048538 Jy ! Component: 2350 - total flux cleaned = 0.00049577 Jy ! Component: 2400 - total flux cleaned = 0.000505982 Jy ! Component: 2450 - total flux cleaned = 0.000516163 Jy ! Component: 2500 - total flux cleaned = 0.000516072 Jy ! Component: 2550 - total flux cleaned = 0.000526151 Jy ! Component: 2600 - total flux cleaned = 0.000496284 Jy ! Component: 2650 - total flux cleaned = 0.000525821 Jy ! Component: 2700 - total flux cleaned = 0.000525789 Jy ! Component: 2750 - total flux cleaned = 0.000516011 Jy ! Component: 2800 - total flux cleaned = 0.000535388 Jy ! Component: 2850 - total flux cleaned = 0.000544955 Jy ! Component: 2900 - total flux cleaned = 0.000525969 Jy ! Component: 2950 - total flux cleaned = 0.000525987 Jy ! Component: 3000 - total flux cleaned = 0.000554126 Jy ! Component: 3050 - total flux cleaned = 0.000526163 Jy ! Component: 3100 - total flux cleaned = 0.000572308 Jy ! Component: 3150 - total flux cleaned = 0.000535548 Jy ! Component: 3200 - total flux cleaned = 0.000608307 Jy ! Component: 3250 - total flux cleaned = 0.000590132 Jy ! Component: 3300 - total flux cleaned = 0.000608001 Jy ! Component: 3350 - total flux cleaned = 0.000616986 Jy ! Component: 3400 - total flux cleaned = 0.000625875 Jy ! Component: 3450 - total flux cleaned = 0.000599559 Jy ! Component: 3500 - total flux cleaned = 0.00061711 Jy ! Component: 3550 - total flux cleaned = 0.000669192 Jy ! Component: 3600 - total flux cleaned = 0.000703617 Jy ! Component: 3650 - total flux cleaned = 0.000720669 Jy ! Component: 3700 - total flux cleaned = 0.000746254 Jy ! Component: 3750 - total flux cleaned = 0.000771603 Jy ! Component: 3800 - total flux cleaned = 0.000805158 Jy ! Component: 3850 - total flux cleaned = 0.000813632 Jy ! Component: 3900 - total flux cleaned = 0.000846856 Jy ! Component: 3950 - total flux cleaned = 0.00086336 Jy ! Component: 4000 - total flux cleaned = 0.000879749 Jy ! Component: 4050 - total flux cleaned = 0.000920408 Jy ! Total flux subtracted in 4096 components = 0.000936569 Jy ! Clean residual min=-0.000458 max=0.000584 Jy/beam ! Clean residual mean=-0.000000 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.128312 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 415 components and 0.128312 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0058+0620_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.07 x 13.4 at -17.93 degrees (North through East) ! Clean map min=-0.0010687 max=0.12147 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0058+0620_S_map.fits wmodel /image_prod/ug002_uva//J0058+0620_S_map.mod ! Writing 415 model components to file: /image_prod/ug002_uva//J0058+0620_S_map.mod wobs /image_prod/ug002_uva//J0058+0620_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0058+0620_S_uvs.fits wwins /image_prod/ug002_uva//J0058+0620_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0058+0620_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.121475 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156966 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.387651 0.387651 0.775303 1.55061 3.10121 6.20242 12.4048 24.8097 49.6194 99.2388 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.121 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 773.891 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0058+0620_S_dfm.log closed on Wed Mar 4 18:44:57 2020