! Started logfile: /image_prod/ug002_uva//J0949-1406_S_a_dfm.log on Wed Mar 4 23:13:22 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//J0949-1406_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0949-1406_S_a_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.794444 visibilities/baseline/integration-bin. ! Found source: J0949-1406 ! ! 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 6435 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 J0949-1406_S_a] 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 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005248Jy sigma=7.696460 ! Fit after self-cal, rms=0.930684Jy sigma=7.105558 ! 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.235 mas, bmaj=16.34 mas, bpa=-14.89 degrees ! Estimated noise=1.95069 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.0574425 Jy ! Component: 100 - total flux cleaned = 0.0824168 Jy ! Total flux subtracted in 100 components = 0.0824168 Jy ! Clean residual min=-0.007754 max=0.012037 Jy/beam ! Clean residual mean=-0.000120 rms=0.002387 Jy/beam ! Combined flux in latest and established models = 0.0824168 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0824168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077870Jy sigma=0.514694 ! Fit after self-cal, rms=0.075705Jy sigma=0.497946 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0177457 Jy ! Component: 100 - total flux cleaned = 0.0263347 Jy ! Total flux subtracted in 100 components = 0.0263347 Jy ! Clean residual min=-0.003897 max=0.004083 Jy/beam ! Clean residual mean=-0.000023 rms=0.001158 Jy/beam ! Combined flux in latest and established models = 0.108751 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.108751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071970Jy sigma=0.462398 ! Fit after self-cal, rms=0.071702Jy sigma=0.460646 ! 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.781 mas, bmaj=17.28 mas, bpa=-13.53 degrees ! Estimated noise=1.19498 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.00591922 Jy ! Component: 100 - total flux cleaned = 0.00850243 Jy ! Component: 150 - total flux cleaned = 0.00906149 Jy ! Component: 200 - total flux cleaned = 0.00951304 Jy ! Total flux subtracted in 200 components = 0.00951304 Jy ! Clean residual min=-0.003223 max=0.002877 Jy/beam ! Clean residual mean=0.000011 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.118264 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 64 components and 0.118264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071231Jy sigma=0.456582 ! Fit after self-cal, rms=0.071185Jy sigma=0.456354 ! 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.781 x 17.28 at -13.53 degrees (North through East) ! Clean map min=-0.0032019 max=0.071806 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.02 KP 0.98 ! LA 1.04 MK 1.12 NL 0.94 OV 0.96 ! PT 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.00 HN 1.00 KP 1.00 ! LA 1.03 MK 1.08 NL 0.92 OV 0.95 ! PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 0.98 KP 0.98 ! LA 1.07 MK 0.95 NL 0.93 OV 1.03 ! PT 1.04 ! ! ! Fit before self-cal, rms=0.071185Jy sigma=0.456354 ! Fit after self-cal, rms=0.071890Jy sigma=0.454776 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.813 mas, bmaj=17.41 mas, bpa=-13.47 degrees ! Estimated noise=1.19672 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.000980528 Jy ! Component: 100 - total flux cleaned = 0.00140679 Jy ! Component: 150 - total flux cleaned = 0.00165344 Jy ! Component: 200 - total flux cleaned = 0.00183112 Jy ! Total flux subtracted in 200 components = 0.00183112 Jy ! Clean residual min=-0.002370 max=0.002125 Jy/beam ! Clean residual mean=0.000004 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.120096 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.120096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071860Jy sigma=0.454515 ! Fit after self-cal, rms=0.071893Jy sigma=0.454439 ! 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.071893Jy sigma=0.454439 ! Fit after self-cal, rms=0.069662Jy sigma=0.453321 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.748 mas, bmaj=17.84 mas, bpa=-13.64 degrees ! Estimated noise=1.19284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000671344 Jy ! Component: 100 - total flux cleaned = 0.000833754 Jy ! Component: 150 - total flux cleaned = 0.000985111 Jy ! Component: 200 - total flux cleaned = 0.001107 Jy ! Total flux subtracted in 200 components = 0.001107 Jy ! Clean residual min=-0.002105 max=0.002181 Jy/beam ! Clean residual mean=0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.121203 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 100 components and 0.121203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069643Jy sigma=0.453163 ! Fit after self-cal, rms=0.069648Jy sigma=0.453120 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 = 9.315e-05 Jy ! Component: 100 - total flux cleaned = 0.000154293 Jy ! Component: 150 - total flux cleaned = 0.000194934 Jy ! Component: 200 - total flux cleaned = 0.000220579 Jy ! Total flux subtracted in 200 components = 0.000220579 Jy ! Clean residual min=-0.002094 max=0.002125 Jy/beam ! Clean residual mean=0.000002 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.121423 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.121423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069641Jy sigma=0.453086 ! Fit after self-cal, rms=0.069642Jy sigma=0.453082 ! 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.069642Jy sigma=0.453082 ! Fit after self-cal, rms=0.069371Jy sigma=0.453025 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.736 mas, bmaj=17.86 mas, bpa=-13.65 degrees ! Estimated noise=1.19057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000616573 Jy ! Component: 100 - total flux cleaned = 0.000719926 Jy ! Component: 150 - total flux cleaned = 0.00078975 Jy ! Component: 200 - total flux cleaned = 0.000838431 Jy ! Total flux subtracted in 200 components = 0.000838431 Jy ! Clean residual min=-0.002012 max=0.002108 Jy/beam ! Clean residual mean=0.000001 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.122262 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 113 components and 0.122262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069364Jy sigma=0.452955 ! Fit after self-cal, rms=0.069364Jy sigma=0.452951 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 = 1.4249e-05 Jy ! Component: 100 - total flux cleaned = 4.89086e-05 Jy ! Component: 150 - total flux cleaned = 9.29037e-05 Jy ! Component: 200 - total flux cleaned = 0.00012422 Jy ! Total flux subtracted in 200 components = 0.00012422 Jy ! Clean residual min=-0.002008 max=0.002080 Jy/beam ! Clean residual mean=0.000001 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.122386 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 120 components and 0.122386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069360Jy sigma=0.452932 ! Fit after self-cal, rms=0.069360Jy sigma=0.452931 ! 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.069360Jy sigma=0.452931 ! Fit after self-cal, rms=0.069196Jy sigma=0.452904 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.78 mas, bmaj=19.3 mas, bpa=-6.575 degrees ! Estimated noise=1.38334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00054678 Jy ! Component: 100 - total flux cleaned = 0.000635045 Jy ! Component: 150 - total flux cleaned = 0.000696261 Jy ! Component: 200 - total flux cleaned = 0.000717849 Jy ! Total flux subtracted in 200 components = 0.000717849 Jy ! Clean residual min=-0.001815 max=0.001792 Jy/beam ! Clean residual mean=0.000002 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.123104 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 129 components and 0.123104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069194Jy sigma=0.452899 ! Fit after self-cal, rms=0.069190Jy sigma=0.452894 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 = 2.54254e-05 Jy ! Component: 100 - total flux cleaned = 4.55981e-05 Jy ! Component: 150 - total flux cleaned = 5.44848e-05 Jy ! Component: 200 - total flux cleaned = 6.33712e-05 Jy ! Total flux subtracted in 200 components = 6.33712e-05 Jy ! Clean residual min=-0.001805 max=0.001760 Jy/beam ! Clean residual mean=0.000002 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.123167 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 131 components and 0.123167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069189Jy sigma=0.452909 ! Fit after self-cal, rms=0.069188Jy sigma=0.452908 ! 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.733 mas, bmaj=17.87 mas, bpa=-13.64 degrees ! Estimated noise=1.18973 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.733 x 17.87 at -13.64 degrees (North through East) ! Clean map min=-0.0018635 max=0.070638 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.207 mas, bmaj=16.99 mas, bpa=-14.93 degrees ! Estimated noise=1.92937 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.059965 Jy ! Component: 100 - total flux cleaned = 0.0871769 Jy ! Component: 150 - total flux cleaned = 0.100712 Jy ! Component: 200 - total flux cleaned = 0.108256 Jy ! Total flux subtracted in 200 components = 0.108256 Jy ! Clean residual min=-0.003249 max=0.004173 Jy/beam ! Clean residual mean=-0.000050 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.108256 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.108256 Jy ! Inverting map and beam ! Estimated beam: bmin=3.733 mas, bmaj=17.87 mas, bpa=-13.64 degrees ! Estimated noise=1.18973 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.0053555 Jy ! Component: 100 - total flux cleaned = 0.00853547 Jy ! Component: 150 - total flux cleaned = 0.0106187 Jy ! Component: 200 - total flux cleaned = 0.0120436 Jy ! Total flux subtracted in 200 components = 0.0120436 Jy ! Clean residual min=-0.002180 max=0.002251 Jy/beam ! Clean residual mean=-0.000008 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.1203 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 75 components and 0.1203 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.78 mas, bmaj=19.3 mas, bpa=-6.575 degrees ! Estimated noise=1.38334 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153343 Jy ! Component: 100 - total flux cleaned = 0.00237087 Jy ! Component: 150 - total flux cleaned = 0.00257477 Jy ! Component: 200 - total flux cleaned = 0.00264846 Jy ! Total flux subtracted in 200 components = 0.00264846 Jy ! Clean residual min=-0.001873 max=0.001860 Jy/beam ! Clean residual mean=0.000001 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.122948 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 = 1.66235e-05 Jy ! Component: 100 - total flux cleaned = 4.74954e-05 Jy ! Component: 150 - total flux cleaned = 6.18761e-05 Jy ! Component: 200 - total flux cleaned = 8.88759e-05 Jy ! Total flux subtracted in 200 components = 8.88759e-05 Jy ! Clean residual min=-0.001825 max=0.001812 Jy/beam ! Clean residual mean=0.000001 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.123037 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 88 components and 0.123037 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.733 mas, bmaj=17.87 mas, bpa=-13.64 degrees ! Estimated noise=1.18973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242898 Jy ! Component: 100 - total flux cleaned = -0.00021814 Jy ! Component: 150 - total flux cleaned = -0.000238929 Jy ! Component: 200 - total flux cleaned = -0.000237434 Jy ! Total flux subtracted in 200 components = -0.000237434 Jy ! Clean residual min=-0.001953 max=0.002090 Jy/beam ! Clean residual mean=0.000001 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.122799 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.122799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069212Jy sigma=0.452970 ! Fit after self-cal, rms=0.069199Jy sigma=0.452939 wmodel J0949-1406_S_a_map.mod ! Writing 100 model components to file: J0949-1406_S_a_map.mod wobs J0949-1406_S_a_uvs.fits ! Writing UV FITS file: J0949-1406_S_a_uvs.fits wwins J0949-1406_S_a_map.win ! wwins: Wrote 1 windows to J0949-1406_S_a_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.000273906 Jy ! Component: 100 - total flux cleaned = -0.00066864 Jy ! Component: 150 - total flux cleaned = -0.000947372 Jy ! Component: 200 - total flux cleaned = -0.00115198 Jy ! Component: 250 - total flux cleaned = -0.00126303 Jy ! Component: 300 - total flux cleaned = -0.0013424 Jy ! Component: 350 - total flux cleaned = -0.00136818 Jy ! Component: 400 - total flux cleaned = -0.00141789 Jy ! Component: 450 - total flux cleaned = -0.00141807 Jy ! Component: 500 - total flux cleaned = -0.0013721 Jy ! Component: 550 - total flux cleaned = -0.001283 Jy ! Component: 600 - total flux cleaned = -0.00119761 Jy ! Component: 650 - total flux cleaned = -0.00113474 Jy ! Component: 700 - total flux cleaned = -0.00101282 Jy ! Component: 750 - total flux cleaned = -0.000933614 Jy ! Component: 800 - total flux cleaned = -0.000856149 Jy ! Component: 850 - total flux cleaned = -0.000762719 Jy ! Component: 900 - total flux cleaned = -0.000744647 Jy ! Component: 950 - total flux cleaned = -0.000709479 Jy ! Component: 1000 - total flux cleaned = -0.000761439 Jy ! Component: 1050 - total flux cleaned = -0.00076121 Jy ! Component: 1100 - total flux cleaned = -0.000776824 Jy ! Component: 1150 - total flux cleaned = -0.000776628 Jy ! Component: 1200 - total flux cleaned = -0.000824097 Jy ! Component: 1250 - total flux cleaned = -0.000777399 Jy ! Component: 1300 - total flux cleaned = -0.000731979 Jy ! Component: 1350 - total flux cleaned = -0.000731872 Jy ! Component: 1400 - total flux cleaned = -0.000702791 Jy ! Component: 1450 - total flux cleaned = -0.000717165 Jy ! Component: 1500 - total flux cleaned = -0.000689187 Jy ! Component: 1550 - total flux cleaned = -0.000689389 Jy ! Component: 1600 - total flux cleaned = -0.000662619 Jy ! Component: 1650 - total flux cleaned = -0.000662832 Jy ! Component: 1700 - total flux cleaned = -0.000662785 Jy ! Component: 1750 - total flux cleaned = -0.000650107 Jy ! Component: 1800 - total flux cleaned = -0.00063764 Jy ! Component: 1850 - total flux cleaned = -0.000650235 Jy ! Component: 1900 - total flux cleaned = -0.000686815 Jy ! Component: 1950 - total flux cleaned = -0.000686562 Jy ! Component: 2000 - total flux cleaned = -0.000674941 Jy ! Component: 2050 - total flux cleaned = -0.000674973 Jy ! Component: 2100 - total flux cleaned = -0.000675149 Jy ! Component: 2150 - total flux cleaned = -0.000697884 Jy ! Component: 2200 - total flux cleaned = -0.000697741 Jy ! Component: 2250 - total flux cleaned = -0.000664762 Jy ! Component: 2300 - total flux cleaned = -0.000621291 Jy ! Component: 2350 - total flux cleaned = -0.00059973 Jy ! Component: 2400 - total flux cleaned = -0.000589124 Jy ! Component: 2450 - total flux cleaned = -0.000610116 Jy ! Component: 2500 - total flux cleaned = -0.000589087 Jy ! Component: 2550 - total flux cleaned = -0.000558096 Jy ! Component: 2600 - total flux cleaned = -0.000547881 Jy ! Component: 2650 - total flux cleaned = -0.000558011 Jy ! Component: 2700 - total flux cleaned = -0.000537909 Jy ! Component: 2750 - total flux cleaned = -0.000518096 Jy ! Component: 2800 - total flux cleaned = -0.000508299 Jy ! Component: 2850 - total flux cleaned = -0.000488953 Jy ! Component: 2900 - total flux cleaned = -0.00047936 Jy ! Component: 2950 - total flux cleaned = -0.000488903 Jy ! Component: 3000 - total flux cleaned = -0.000489 Jy ! Component: 3050 - total flux cleaned = -0.000489152 Jy ! Component: 3100 - total flux cleaned = -0.000526475 Jy ! Component: 3150 - total flux cleaned = -0.000526347 Jy ! Component: 3200 - total flux cleaned = -0.000544606 Jy ! Component: 3250 - total flux cleaned = -0.000517337 Jy ! Component: 3300 - total flux cleaned = -0.000535464 Jy ! Component: 3350 - total flux cleaned = -0.000544405 Jy ! Component: 3400 - total flux cleaned = -0.000535489 Jy ! Component: 3450 - total flux cleaned = -0.000544432 Jy ! Component: 3500 - total flux cleaned = -0.000579621 Jy ! Component: 3550 - total flux cleaned = -0.000570818 Jy ! Component: 3600 - total flux cleaned = -0.000544799 Jy ! Component: 3650 - total flux cleaned = -0.000544801 Jy ! Component: 3700 - total flux cleaned = -0.000561964 Jy ! Component: 3750 - total flux cleaned = -0.000570521 Jy ! Component: 3800 - total flux cleaned = -0.000553553 Jy ! Component: 3850 - total flux cleaned = -0.000561982 Jy ! Component: 3900 - total flux cleaned = -0.000587268 Jy ! Component: 3950 - total flux cleaned = -0.000612399 Jy ! Component: 4000 - total flux cleaned = -0.000645758 Jy ! Component: 4050 - total flux cleaned = -0.000662331 Jy ! Total flux subtracted in 4096 components = -0.000678883 Jy ! Clean residual min=-0.000534 max=0.000470 Jy/beam ! Clean residual mean=-0.000001 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.122121 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 400 components and 0.122121 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0949-1406_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.733 x 17.87 at -13.64 degrees (North through East) ! Clean map min=-0.0014361 max=0.070109 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0949-1406_S_a_map.fits wmodel /image_prod/ug002_uva//J0949-1406_S_a_map.mod ! Writing 400 model components to file: /image_prod/ug002_uva//J0949-1406_S_a_map.mod wobs /image_prod/ug002_uva//J0949-1406_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0949-1406_S_a_uvs.fits wwins /image_prod/ug002_uva//J0949-1406_S_a_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0949-1406_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0701092 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000150007 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.641886 0.641886 1.28377 2.56754 5.13509 10.2702 20.5403 41.0807 82.1614 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.07 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 467.372 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0949-1406_S_a_dfm.log closed on Wed Mar 4 23:13:26 2020