! Started logfile: /image_prod/ug002_uva//J1350+6132_S_dfm.log on Thu Mar 5 01:28:23 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//J1350+6132_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1350+6132_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.839881 visibilities/baseline/integration-bin. ! Found source: J1350+6132 ! ! 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 36 lines of history. ! ! Reading 4233 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 J1350+6132_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011286Jy sigma=7.694811 ! Fit after self-cal, rms=0.884338Jy sigma=6.700630 ! 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.767 mas, bmaj=5.414 mas, bpa=33.6 degrees ! Estimated noise=2.21543 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.0891639 Jy ! Component: 100 - total flux cleaned = 0.117034 Jy ! Total flux subtracted in 100 components = 0.117034 Jy ! Clean residual min=-0.007284 max=0.012573 Jy/beam ! Clean residual mean=0.000002 rms=0.001981 Jy/beam ! Combined flux in latest and established models = 0.117034 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.117034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064860Jy sigma=0.477159 ! Fit after self-cal, rms=0.064732Jy sigma=0.476298 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139092 Jy ! Component: 100 - total flux cleaned = 0.0212829 Jy ! Total flux subtracted in 100 components = 0.0212829 Jy ! Clean residual min=-0.005119 max=0.005405 Jy/beam ! Clean residual mean=0.000003 rms=0.001394 Jy/beam ! Combined flux in latest and established models = 0.138317 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.138317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061956Jy sigma=0.447577 ! Fit after self-cal, rms=0.061968Jy sigma=0.447430 ! 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.347 mas, bmaj=6.103 mas, bpa=35.38 degrees ! Estimated noise=1.45627 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.00636881 Jy ! Component: 100 - total flux cleaned = 0.0105375 Jy ! Component: 150 - total flux cleaned = 0.0134146 Jy ! Component: 200 - total flux cleaned = 0.0154322 Jy ! Total flux subtracted in 200 components = 0.0154322 Jy ! Clean residual min=-0.005377 max=0.006055 Jy/beam ! Clean residual mean=0.000005 rms=0.001484 Jy/beam ! Combined flux in latest and established models = 0.153749 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 46 components and 0.153749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061337Jy sigma=0.440209 ! Fit after self-cal, rms=0.061314Jy sigma=0.439991 ! 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.347 x 6.103 at 35.38 degrees (North through East) ! Clean map min=-0.0052649 max=0.1194 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.01 KP 1.02 ! MK 0.97 NL 1.06 OV 0.91 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.03 KP 0.99 ! MK 1.05 NL 1.14 OV 0.92 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.00 HN 1.00 KP 0.99 ! MK 1.01 NL 0.96 OV 0.94 SC 0.97 ! ! ! Fit before self-cal, rms=0.061314Jy sigma=0.439991 ! Fit after self-cal, rms=0.061827Jy sigma=0.435179 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=6.127 mas, bpa=35.42 degrees ! Estimated noise=1.44672 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.000114664 Jy ! Component: 100 - total flux cleaned = -4.8283e-05 Jy ! Component: 150 - total flux cleaned = -7.29062e-05 Jy ! Component: 200 - total flux cleaned = -7.15788e-05 Jy ! Total flux subtracted in 200 components = -7.15788e-05 Jy ! Clean residual min=-0.005242 max=0.004913 Jy/beam ! Clean residual mean=0.000002 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.153677 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.153677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061791Jy sigma=0.434991 ! Fit after self-cal, rms=0.061860Jy sigma=0.434896 ! 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.061860Jy sigma=0.434896 ! Fit after self-cal, rms=0.066452Jy sigma=0.416765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=6.124 mas, bpa=35.29 degrees ! Estimated noise=1.44822 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000158419 Jy ! Component: 100 - total flux cleaned = 0.000256275 Jy ! Component: 150 - total flux cleaned = 0.000255445 Jy ! Component: 200 - total flux cleaned = 0.000233924 Jy ! Total flux subtracted in 200 components = 0.000233924 Jy ! Clean residual min=-0.002443 max=0.002463 Jy/beam ! Clean residual mean=0.000001 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.153911 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 63 components and 0.153911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066415Jy sigma=0.416524 ! Fit after self-cal, rms=0.066581Jy sigma=0.416254 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.433e-05 Jy ! Component: 100 - total flux cleaned = -6.46759e-05 Jy ! Component: 150 - total flux cleaned = -4.69521e-05 Jy ! Component: 200 - total flux cleaned = -3.28673e-05 Jy ! Total flux subtracted in 200 components = -3.28673e-05 Jy ! Clean residual min=-0.002447 max=0.002405 Jy/beam ! Clean residual mean=0.000001 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.153878 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 68 components and 0.153878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066570Jy sigma=0.416179 ! Fit after self-cal, rms=0.066568Jy sigma=0.416171 ! 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.066568Jy sigma=0.416171 ! Fit after self-cal, rms=0.067195Jy sigma=0.416081 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.356 mas, bmaj=6.132 mas, bpa=34.9 degrees ! Estimated noise=1.44706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.88473e-05 Jy ! Component: 100 - total flux cleaned = 1.02198e-05 Jy ! Component: 150 - total flux cleaned = 2.73812e-05 Jy ! Component: 200 - total flux cleaned = 2.83398e-05 Jy ! Total flux subtracted in 200 components = 2.83398e-05 Jy ! Clean residual min=-0.002339 max=0.002487 Jy/beam ! Clean residual mean=0.000001 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.153907 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.153907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067178Jy sigma=0.415987 ! Fit after self-cal, rms=0.067182Jy sigma=0.415980 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.47553e-05 Jy ! Component: 100 - total flux cleaned = -5.0523e-05 Jy ! Component: 150 - total flux cleaned = -2.3993e-05 Jy ! Component: 200 - total flux cleaned = 1.17828e-05 Jy ! Total flux subtracted in 200 components = 1.17828e-05 Jy ! Clean residual min=-0.002341 max=0.002474 Jy/beam ! Clean residual mean=0.000001 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.153919 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 70 components and 0.153919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067175Jy sigma=0.415939 ! Fit after self-cal, rms=0.067175Jy sigma=0.415936 ! 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.067175Jy sigma=0.415936 ! Fit after self-cal, rms=0.067321Jy sigma=0.415898 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.628 mas, bmaj=8.639 mas, bpa=45.53 degrees ! Estimated noise=1.78115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483909 Jy ! Component: 100 - total flux cleaned = 0.000478225 Jy ! Component: 150 - total flux cleaned = 0.000475874 Jy ! Component: 200 - total flux cleaned = 0.000474548 Jy ! Total flux subtracted in 200 components = 0.000474548 Jy ! Clean residual min=-0.002699 max=0.003196 Jy/beam ! Clean residual mean=0.000001 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.154393 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 72 components and 0.154393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067324Jy sigma=0.416061 ! Fit after self-cal, rms=0.067318Jy sigma=0.415968 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.86019e-05 Jy ! Component: 100 - total flux cleaned = 0.000106658 Jy ! Component: 150 - total flux cleaned = 0.000143572 Jy ! Component: 200 - total flux cleaned = 0.000173987 Jy ! Total flux subtracted in 200 components = 0.000173987 Jy ! Clean residual min=-0.002748 max=0.003124 Jy/beam ! Clean residual mean=0.000001 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.154567 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 76 components and 0.154567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067336Jy sigma=0.416180 ! Fit after self-cal, rms=0.067335Jy sigma=0.416148 ! 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.35 mas, bmaj=6.139 mas, bpa=34.63 degrees ! Estimated noise=1.44564 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.35 x 6.139 at 34.63 degrees (North through East) ! Clean map min=-0.0022472 max=0.1185 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.786 mas, bmaj=5.473 mas, bpa=32.7 degrees ! Estimated noise=2.19007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0879594 Jy ! Component: 100 - total flux cleaned = 0.115135 Jy ! Component: 150 - total flux cleaned = 0.128618 Jy ! Component: 200 - total flux cleaned = 0.136239 Jy ! Total flux subtracted in 200 components = 0.136239 Jy ! Clean residual min=-0.003825 max=0.005369 Jy/beam ! Clean residual mean=0.000000 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.136239 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.136239 Jy ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=6.139 mas, bpa=34.63 degrees ! Estimated noise=1.44564 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (3.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00657302 Jy ! Component: 100 - total flux cleaned = 0.01071 Jy ! Component: 150 - total flux cleaned = 0.0135918 Jy ! Component: 200 - total flux cleaned = 0.0156292 Jy ! Total flux subtracted in 200 components = 0.0156292 Jy ! Clean residual min=-0.002372 max=0.002101 Jy/beam ! Clean residual mean=-0.000000 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.151868 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.151868 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=6.628 mas, bmaj=8.639 mas, bpa=45.53 degrees ! Estimated noise=1.78115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244138 Jy ! Component: 100 - total flux cleaned = 0.00385811 Jy ! Component: 150 - total flux cleaned = 0.00479555 Jy ! Component: 200 - total flux cleaned = 0.00519821 Jy ! Total flux subtracted in 200 components = 0.00519821 Jy ! Clean residual min=-0.002819 max=0.002469 Jy/beam ! Clean residual mean=-0.000000 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.157066 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.000313676 Jy ! Component: 100 - total flux cleaned = 0.000434222 Jy ! Component: 150 - total flux cleaned = 0.000524653 Jy ! Component: 200 - total flux cleaned = 0.0005932 Jy ! Total flux subtracted in 200 components = 0.0005932 Jy ! Clean residual min=-0.002867 max=0.002433 Jy/beam ! Clean residual mean=-0.000001 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.15766 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 91 components and 0.157659 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=6.139 mas, bpa=34.63 degrees ! Estimated noise=1.44564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00015223 Jy ! Component: 100 - total flux cleaned = -0.000208046 Jy ! Component: 150 - total flux cleaned = -0.000233207 Jy ! Component: 200 - total flux cleaned = -0.000255862 Jy ! Total flux subtracted in 200 components = -0.000255862 Jy ! Clean residual min=-0.002039 max=0.001911 Jy/beam ! Clean residual mean=-0.000000 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.157404 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.157404 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067183Jy sigma=0.414842 ! Fit after self-cal, rms=0.067159Jy sigma=0.414714 wmodel J1350+6132_S_map.mod ! Writing 105 model components to file: J1350+6132_S_map.mod wobs J1350+6132_S_uvs.fits ! Writing UV FITS file: J1350+6132_S_uvs.fits wwins J1350+6132_S_map.win ! wwins: Wrote 2 windows to J1350+6132_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.000900027 Jy ! Component: 100 - total flux cleaned = -0.001178 Jy ! Component: 150 - total flux cleaned = -0.00131025 Jy ! Component: 200 - total flux cleaned = -0.00137331 Jy ! Component: 250 - total flux cleaned = -0.00137229 Jy ! Component: 300 - total flux cleaned = -0.00125365 Jy ! Component: 350 - total flux cleaned = -0.00116756 Jy ! Component: 400 - total flux cleaned = -0.00105621 Jy ! Component: 450 - total flux cleaned = -0.00102942 Jy ! Component: 500 - total flux cleaned = -0.00100271 Jy ! Component: 550 - total flux cleaned = -0.0010292 Jy ! Component: 600 - total flux cleaned = -0.00097857 Jy ! Component: 650 - total flux cleaned = -0.000953602 Jy ! Component: 700 - total flux cleaned = -0.000831978 Jy ! Component: 750 - total flux cleaned = -0.00075957 Jy ! Component: 800 - total flux cleaned = -0.00064171 Jy ! Component: 850 - total flux cleaned = -0.000525463 Jy ! Component: 900 - total flux cleaned = -0.000342838 Jy ! Component: 950 - total flux cleaned = -0.00029793 Jy ! Component: 1000 - total flux cleaned = -0.000164935 Jy ! Component: 1050 - total flux cleaned = -0.000143067 Jy ! Component: 1100 - total flux cleaned = -7.87171e-05 Jy ! Component: 1150 - total flux cleaned = -1.53122e-05 Jy ! Component: 1200 - total flux cleaned = -1.47095e-05 Jy ! Component: 1250 - total flux cleaned = 0.0001085 Jy ! Component: 1300 - total flux cleaned = 0.000108254 Jy ! Component: 1350 - total flux cleaned = 0.000107901 Jy ! Component: 1400 - total flux cleaned = 0.000147252 Jy ! Component: 1450 - total flux cleaned = 0.000167189 Jy ! Component: 1500 - total flux cleaned = 0.000282684 Jy ! Component: 1550 - total flux cleaned = 0.000301729 Jy ! Component: 1600 - total flux cleaned = 0.000376565 Jy ! Component: 1650 - total flux cleaned = 0.000469106 Jy ! Component: 1700 - total flux cleaned = 0.00052379 Jy ! Component: 1750 - total flux cleaned = 0.000596193 Jy ! Component: 1800 - total flux cleaned = 0.000649607 Jy ! Component: 1850 - total flux cleaned = 0.00066726 Jy ! Component: 1900 - total flux cleaned = 0.000685025 Jy ! Component: 1950 - total flux cleaned = 0.000788552 Jy ! Component: 2000 - total flux cleaned = 0.00077157 Jy ! Component: 2050 - total flux cleaned = 0.000805147 Jy ! Component: 2100 - total flux cleaned = 0.00080517 Jy ! Component: 2150 - total flux cleaned = 0.000855164 Jy ! Component: 2200 - total flux cleaned = 0.000904376 Jy ! Component: 2250 - total flux cleaned = 0.000969285 Jy ! Component: 2300 - total flux cleaned = 0.000920861 Jy ! Component: 2350 - total flux cleaned = 0.000921201 Jy ! Component: 2400 - total flux cleaned = 0.000952874 Jy ! Component: 2450 - total flux cleaned = 0.000952847 Jy ! Component: 2500 - total flux cleaned = 0.000921702 Jy ! Component: 2550 - total flux cleaned = 0.000921635 Jy ! Component: 2600 - total flux cleaned = 0.000921464 Jy ! Component: 2650 - total flux cleaned = 0.00098205 Jy ! Component: 2700 - total flux cleaned = 0.000922151 Jy ! Component: 2750 - total flux cleaned = 0.000907283 Jy ! Component: 2800 - total flux cleaned = 0.000922247 Jy ! Component: 2850 - total flux cleaned = 0.000878219 Jy ! Component: 2900 - total flux cleaned = 0.000849175 Jy ! Component: 2950 - total flux cleaned = 0.000820512 Jy ! Component: 3000 - total flux cleaned = 0.000806362 Jy ! Component: 3050 - total flux cleaned = 0.000863215 Jy ! Component: 3100 - total flux cleaned = 0.000834932 Jy ! Component: 3150 - total flux cleaned = 0.000821044 Jy ! Component: 3200 - total flux cleaned = 0.000807168 Jy ! Component: 3250 - total flux cleaned = 0.000779616 Jy ! Component: 3300 - total flux cleaned = 0.000793282 Jy ! Component: 3350 - total flux cleaned = 0.000793194 Jy ! Component: 3400 - total flux cleaned = 0.000752688 Jy ! Component: 3450 - total flux cleaned = 0.000712463 Jy ! Component: 3500 - total flux cleaned = 0.000659238 Jy ! Component: 3550 - total flux cleaned = 0.00063281 Jy ! Component: 3600 - total flux cleaned = 0.000646008 Jy ! Component: 3650 - total flux cleaned = 0.000619978 Jy ! Component: 3700 - total flux cleaned = 0.000581074 Jy ! Component: 3750 - total flux cleaned = 0.000607031 Jy ! Component: 3800 - total flux cleaned = 0.000632635 Jy ! Component: 3850 - total flux cleaned = 0.000581564 Jy ! Component: 3900 - total flux cleaned = 0.000594318 Jy ! Component: 3950 - total flux cleaned = 0.000594449 Jy ! Component: 4000 - total flux cleaned = 0.000644596 Jy ! Component: 4050 - total flux cleaned = 0.00059476 Jy ! Total flux subtracted in 4096 components = 0.000594813 Jy ! Clean residual min=-0.000723 max=0.000717 Jy/beam ! Clean residual mean=0.000000 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.157998 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 384 components and 0.157998 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1350+6132_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.35 x 6.139 at 34.63 degrees (North through East) ! Clean map min=-0.0015674 max=0.11861 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1350+6132_S_map.fits wmodel /image_prod/ug002_uva//J1350+6132_S_map.mod ! Writing 384 model components to file: /image_prod/ug002_uva//J1350+6132_S_map.mod wobs /image_prod/ug002_uva//J1350+6132_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1350+6132_S_uvs.fits wwins /image_prod/ug002_uva//J1350+6132_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1350+6132_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.118613 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020689 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.523273 0.523273 1.04655 2.09309 4.18618 8.37237 16.7447 33.4895 66.9789 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.118 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 573.314 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1350+6132_S_dfm.log closed on Thu Mar 5 01:28:26 2020