! Started logfile: /image_prod/ug002_uva//J1410+0203_S_dfm.log on Thu Mar 5 01:38:02 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//J1410+0203_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1410+0203_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.82037 visibilities/baseline/integration-bin. ! Found source: J1410+0203 ! ! 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 5316 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 J1410+0203_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.101507Jy sigma=7.229135 ! Fit after self-cal, rms=0.584724Jy sigma=3.790027 ! 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.863 mas, bmaj=6.857 mas, bpa=0.4828 degrees ! Estimated noise=1.89704 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.329211 Jy ! Component: 100 - total flux cleaned = 0.405255 Jy ! Total flux subtracted in 100 components = 0.405255 Jy ! Clean residual min=-0.012758 max=0.030787 Jy/beam ! Clean residual mean=-0.000041 rms=0.004464 Jy/beam ! Combined flux in latest and established models = 0.405255 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.405255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104825Jy sigma=0.656083 ! Fit after self-cal, rms=0.104825Jy sigma=0.656014 ! Inverting map ! Added new window around map position (3, -8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0316345 Jy ! Component: 100 - total flux cleaned = 0.0497995 Jy ! Total flux subtracted in 100 components = 0.0497995 Jy ! Clean residual min=-0.012623 max=0.020049 Jy/beam ! Clean residual mean=-0.000047 rms=0.003367 Jy/beam ! Combined flux in latest and established models = 0.455055 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.455055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094662Jy sigma=0.572998 ! Fit after self-cal, rms=0.094456Jy sigma=0.571363 ! 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.261 mas, bmaj=7.621 mas, bpa=0.1003 degrees ! Estimated noise=1.53286 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 (-4.5, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0202091 Jy ! Component: 100 - total flux cleaned = 0.0254915 Jy ! Component: 150 - total flux cleaned = 0.0273675 Jy ! Component: 200 - total flux cleaned = 0.0279621 Jy ! Total flux subtracted in 200 components = 0.0279621 Jy ! Clean residual min=-0.009057 max=0.015018 Jy/beam ! Clean residual mean=-0.000063 rms=0.002694 Jy/beam ! Combined flux in latest and established models = 0.483017 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.483017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090209Jy sigma=0.529661 ! Fit after self-cal, rms=0.090036Jy sigma=0.527699 ! 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.261 x 7.621 at 0.1003 degrees (North through East) ! Clean map min=-0.0085992 max=0.41146 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 0.99 HN 0.98 KP 1.02 ! LA 0.96 MK 1.01 OV 0.95 PT 1.01 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.44 FD 0.98 HN 1.00 KP 0.97 ! LA 0.98 MK 1.00 OV 0.97 PT 1.01 ! SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.99 HN 1.01 KP 0.98 ! LA 0.98 MK 1.02 OV 0.96 PT 1.00 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.090036Jy sigma=0.527699 ! Fit after self-cal, rms=0.082474Jy sigma=0.452209 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.706 mas, bpa=0.0204 degrees ! Estimated noise=1.53754 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.000548908 Jy ! Component: 100 - total flux cleaned = -0.000360712 Jy ! Component: 150 - total flux cleaned = -0.000353137 Jy ! Component: 200 - total flux cleaned = -0.000617623 Jy ! Total flux subtracted in 200 components = -0.000617623 Jy ! Clean residual min=-0.007468 max=0.009342 Jy/beam ! Clean residual mean=-0.000065 rms=0.002117 Jy/beam ! Combined flux in latest and established models = 0.482399 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 66 components and 0.482399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081728Jy sigma=0.448781 ! Fit after self-cal, rms=0.081755Jy sigma=0.448544 ! 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.081755Jy sigma=0.448544 ! Fit after self-cal, rms=0.074520Jy sigma=0.391127 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.722 mas, bpa=-0.06183 degrees ! Estimated noise=1.5431 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000972777 Jy ! Component: 100 - total flux cleaned = -0.000965832 Jy ! Component: 150 - total flux cleaned = -0.00108074 Jy ! Component: 200 - total flux cleaned = -0.00127794 Jy ! Total flux subtracted in 200 components = -0.00127794 Jy ! Clean residual min=-0.004313 max=0.004024 Jy/beam ! Clean residual mean=-0.000015 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.481121 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.481121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074102Jy sigma=0.388384 ! Fit after self-cal, rms=0.074138Jy sigma=0.388226 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.000417961 Jy ! Component: 100 - total flux cleaned = -0.000336998 Jy ! Component: 150 - total flux cleaned = -0.000398368 Jy ! Component: 200 - total flux cleaned = -0.000454964 Jy ! Total flux subtracted in 200 components = -0.000454964 Jy ! Clean residual min=-0.003967 max=0.003684 Jy/beam ! Clean residual mean=-0.000015 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.480666 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.480666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073995Jy sigma=0.387295 ! Fit after self-cal, rms=0.073991Jy sigma=0.387245 ! 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.073991Jy sigma=0.387245 ! Fit after self-cal, rms=0.075296Jy sigma=0.385577 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.726 mas, bpa=-0.07124 degrees ! Estimated noise=1.54174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0015746 Jy ! Component: 100 - total flux cleaned = -0.00143321 Jy ! Component: 150 - total flux cleaned = -0.00149207 Jy ! Component: 200 - total flux cleaned = -0.00160177 Jy ! Total flux subtracted in 200 components = -0.00160177 Jy ! Clean residual min=-0.003836 max=0.003431 Jy/beam ! Clean residual mean=-0.000009 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.479065 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 104 components and 0.479065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075149Jy sigma=0.384694 ! Fit after self-cal, rms=0.075144Jy sigma=0.384650 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.000395551 Jy ! Component: 100 - total flux cleaned = -0.000443171 Jy ! Component: 150 - total flux cleaned = -0.000443727 Jy ! Component: 200 - total flux cleaned = -0.000485093 Jy ! Total flux subtracted in 200 components = -0.000485093 Jy ! Clean residual min=-0.003659 max=0.003249 Jy/beam ! Clean residual mean=-0.000009 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.478579 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 119 components and 0.478579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075081Jy sigma=0.384303 ! Fit after self-cal, rms=0.075076Jy sigma=0.384285 ! 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.075076Jy sigma=0.384285 ! Fit after self-cal, rms=0.075377Jy sigma=0.384002 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.518 mas, bmaj=11.83 mas, bpa=6.032 degrees ! Estimated noise=1.87615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115551 Jy ! Component: 100 - total flux cleaned = -0.00106338 Jy ! Component: 150 - total flux cleaned = -0.000990368 Jy ! Component: 200 - total flux cleaned = -0.000904448 Jy ! Total flux subtracted in 200 components = -0.000904448 Jy ! Clean residual min=-0.004696 max=0.004468 Jy/beam ! Clean residual mean=-0.000017 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.477675 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 140 components and 0.477675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075340Jy sigma=0.383635 ! Fit after self-cal, rms=0.075321Jy sigma=0.383559 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 = -8.45993e-05 Jy ! Component: 100 - total flux cleaned = -0.00014779 Jy ! Component: 150 - total flux cleaned = -0.000172036 Jy ! Component: 200 - total flux cleaned = -0.000214661 Jy ! Total flux subtracted in 200 components = -0.000214661 Jy ! Clean residual min=-0.004469 max=0.004464 Jy/beam ! Clean residual mean=-0.000017 rms=0.001123 Jy/beam ! Combined flux in latest and established models = 0.47746 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 149 components and 0.47746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075323Jy sigma=0.383480 ! Fit after self-cal, rms=0.075314Jy sigma=0.383450 ! 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.258 mas, bmaj=7.73 mas, bpa=-0.07858 degrees ! Estimated noise=1.54124 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 7.73 at -0.07858 degrees (North through East) ! Clean map min=-0.0044146 max=0.41595 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.863 mas, bmaj=6.93 mas, bpa=0.503 degrees ! Estimated noise=1.89983 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.329639 Jy ! Component: 100 - total flux cleaned = 0.405249 Jy ! Component: 150 - total flux cleaned = 0.433069 Jy ! Component: 200 - total flux cleaned = 0.4481 Jy ! Total flux subtracted in 200 components = 0.4481 Jy ! Clean residual min=-0.005032 max=0.009349 Jy/beam ! Clean residual mean=-0.000010 rms=0.001539 Jy/beam ! Combined flux in latest and established models = 0.4481 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.4481 Jy ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=7.73 mas, bpa=-0.07858 degrees ! Estimated noise=1.54124 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 (-2.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117826 Jy ! Component: 100 - total flux cleaned = 0.019438 Jy ! Component: 150 - total flux cleaned = 0.0248137 Jy ! Component: 200 - total flux cleaned = 0.0276877 Jy ! Total flux subtracted in 200 components = 0.0276877 Jy ! Clean residual min=-0.003480 max=0.003732 Jy/beam ! Clean residual mean=-0.000009 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.475788 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.475788 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.518 mas, bmaj=11.83 mas, bpa=6.032 degrees ! Estimated noise=1.87615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237582 Jy ! Component: 100 - total flux cleaned = 0.00267865 Jy ! Component: 150 - total flux cleaned = 0.00259986 Jy ! Component: 200 - total flux cleaned = 0.00252781 Jy ! Total flux subtracted in 200 components = 0.00252781 Jy ! Clean residual min=-0.003840 max=0.004243 Jy/beam ! Clean residual mean=-0.000016 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.478316 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.000126219 Jy ! Component: 100 - total flux cleaned = -0.000233889 Jy ! Component: 150 - total flux cleaned = -0.000379278 Jy ! Component: 200 - total flux cleaned = -0.000468075 Jy ! Total flux subtracted in 200 components = -0.000468075 Jy ! Clean residual min=-0.003600 max=0.004200 Jy/beam ! Clean residual mean=-0.000017 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.477848 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 83 components and 0.477848 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=7.73 mas, bpa=-0.07858 degrees ! Estimated noise=1.54124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00029051 Jy ! Component: 100 - total flux cleaned = -0.000293382 Jy ! Component: 150 - total flux cleaned = -0.000295827 Jy ! Component: 200 - total flux cleaned = -0.000356725 Jy ! Total flux subtracted in 200 components = -0.000356725 Jy ! Clean residual min=-0.003032 max=0.003463 Jy/beam ! Clean residual mean=-0.000009 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.477491 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 104 components and 0.477491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075117Jy sigma=0.382424 ! Fit after self-cal, rms=0.075065Jy sigma=0.382227 wmodel J1410+0203_S_map.mod ! Writing 104 model components to file: J1410+0203_S_map.mod wobs J1410+0203_S_uvs.fits ! Writing UV FITS file: J1410+0203_S_uvs.fits wwins J1410+0203_S_map.win ! wwins: Wrote 4 windows to J1410+0203_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.000528676 Jy ! Component: 100 - total flux cleaned = 0.000336941 Jy ! Component: 150 - total flux cleaned = 0.000108711 Jy ! Component: 200 - total flux cleaned = 0.000107164 Jy ! Component: 250 - total flux cleaned = 0.000106967 Jy ! Component: 300 - total flux cleaned = 0.000305649 Jy ! Component: 350 - total flux cleaned = 0.000458409 Jy ! Component: 400 - total flux cleaned = 0.000494989 Jy ! Component: 450 - total flux cleaned = 0.000531675 Jy ! Component: 500 - total flux cleaned = 0.000600508 Jy ! Component: 550 - total flux cleaned = 0.000499282 Jy ! Component: 600 - total flux cleaned = 0.000433866 Jy ! Component: 650 - total flux cleaned = 0.000531014 Jy ! Component: 700 - total flux cleaned = 0.000468704 Jy ! Component: 750 - total flux cleaned = 0.000500001 Jy ! Component: 800 - total flux cleaned = 0.000470039 Jy ! Component: 850 - total flux cleaned = 0.000677381 Jy ! Component: 900 - total flux cleaned = 0.000648059 Jy ! Component: 950 - total flux cleaned = 0.000649023 Jy ! Component: 1000 - total flux cleaned = 0.000678077 Jy ! Component: 1050 - total flux cleaned = 0.000705843 Jy ! Component: 1100 - total flux cleaned = 0.000705542 Jy ! Component: 1150 - total flux cleaned = 0.000625928 Jy ! Component: 1200 - total flux cleaned = 0.000573969 Jy ! Component: 1250 - total flux cleaned = 0.000573467 Jy ! Component: 1300 - total flux cleaned = 0.000547814 Jy ! Component: 1350 - total flux cleaned = 0.000473605 Jy ! Component: 1400 - total flux cleaned = 0.000522237 Jy ! Component: 1450 - total flux cleaned = 0.000474019 Jy ! Component: 1500 - total flux cleaned = 0.000403192 Jy ! Component: 1550 - total flux cleaned = 0.000380016 Jy ! Component: 1600 - total flux cleaned = 0.000380089 Jy ! Component: 1650 - total flux cleaned = 0.000357219 Jy ! Component: 1700 - total flux cleaned = 0.00033496 Jy ! Component: 1750 - total flux cleaned = 0.000246168 Jy ! Component: 1800 - total flux cleaned = 0.000180841 Jy ! Component: 1850 - total flux cleaned = 0.000180701 Jy ! Component: 1900 - total flux cleaned = 5.29899e-05 Jy ! Component: 1950 - total flux cleaned = 7.39368e-05 Jy ! Component: 2000 - total flux cleaned = 7.3614e-05 Jy ! Component: 2050 - total flux cleaned = -4.92358e-05 Jy ! Component: 2100 - total flux cleaned = -6.93924e-05 Jy ! Component: 2150 - total flux cleaned = -6.94553e-05 Jy ! Component: 2200 - total flux cleaned = -6.97434e-05 Jy ! Component: 2250 - total flux cleaned = -0.000127881 Jy ! Component: 2300 - total flux cleaned = -0.000166482 Jy ! Component: 2350 - total flux cleaned = -0.000204481 Jy ! Component: 2400 - total flux cleaned = -0.000298469 Jy ! Component: 2450 - total flux cleaned = -0.00031713 Jy ! Component: 2500 - total flux cleaned = -0.00046464 Jy ! Component: 2550 - total flux cleaned = -0.000501133 Jy ! Component: 2600 - total flux cleaned = -0.000501395 Jy ! Component: 2650 - total flux cleaned = -0.000572934 Jy ! Component: 2700 - total flux cleaned = -0.000590659 Jy ! Component: 2750 - total flux cleaned = -0.000643459 Jy ! Component: 2800 - total flux cleaned = -0.000712788 Jy ! Component: 2850 - total flux cleaned = -0.000764464 Jy ! Component: 2900 - total flux cleaned = -0.000815613 Jy ! Component: 2950 - total flux cleaned = -0.000832398 Jy ! Component: 3000 - total flux cleaned = -0.000915872 Jy ! Component: 3050 - total flux cleaned = -0.000932453 Jy ! Component: 3100 - total flux cleaned = -0.000998021 Jy ! Component: 3150 - total flux cleaned = -0.00106328 Jy ! Component: 3200 - total flux cleaned = -0.00114397 Jy ! Component: 3250 - total flux cleaned = -0.00127196 Jy ! Component: 3300 - total flux cleaned = -0.00130366 Jy ! Component: 3350 - total flux cleaned = -0.00138237 Jy ! Component: 3400 - total flux cleaned = -0.00149158 Jy ! Component: 3450 - total flux cleaned = -0.00153803 Jy ! Component: 3500 - total flux cleaned = -0.00156889 Jy ! Component: 3550 - total flux cleaned = -0.00162983 Jy ! Component: 3600 - total flux cleaned = -0.00172053 Jy ! Component: 3650 - total flux cleaned = -0.00179568 Jy ! Component: 3700 - total flux cleaned = -0.00189993 Jy ! Component: 3750 - total flux cleaned = -0.00185571 Jy ! Component: 3800 - total flux cleaned = -0.00197293 Jy ! Component: 3850 - total flux cleaned = -0.00197304 Jy ! Component: 3900 - total flux cleaned = -0.00210294 Jy ! Component: 3950 - total flux cleaned = -0.002146 Jy ! Component: 4000 - total flux cleaned = -0.00221727 Jy ! Component: 4050 - total flux cleaned = -0.00230192 Jy ! Total flux subtracted in 4096 components = -0.00233008 Jy ! Clean residual min=-0.000890 max=0.000879 Jy/beam ! Clean residual mean=-0.000003 rms=0.000255 Jy/beam ! Combined flux in latest and established models = 0.475161 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 394 components and 0.475161 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1410+0203_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.258 x 7.73 at -0.07858 degrees (North through East) ! Clean map min=-0.002341 max=0.41897 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1410+0203_S_map.fits wmodel /image_prod/ug002_uva//J1410+0203_S_map.mod ! Writing 394 model components to file: /image_prod/ug002_uva//J1410+0203_S_map.mod wobs /image_prod/ug002_uva//J1410+0203_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1410+0203_S_uvs.fits wwins /image_prod/ug002_uva//J1410+0203_S_map.win ! wwins: Wrote 5 windows to /image_prod/ug002_uva//J1410+0203_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.418966 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000257669 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.184503 0.184503 0.369006 0.738012 1.47602 2.95205 5.9041 11.8082 23.6164 47.2328 94.4656 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.418 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1625.99 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1410+0203_S_dfm.log closed on Thu Mar 5 01:38:05 2020