! Started logfile: /image_prod/ug002_uva//J0730-1141_S_c_dfm.log on Wed Mar 4 21:49:44 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//J0730-1141_S_c_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0730-1141_S_c_uva.fits ! AN table 1: 8 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.891667 visibilities/baseline/integration-bin. ! Found source: J0730-1141 ! ! 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 321 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 J0730-1141_S_c] 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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=3.783674Jy sigma=12.257237 ! Fit after self-cal, rms=2.541617Jy sigma=8.105336 ! 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=7.499 mas, bmaj=16.38 mas, bpa=11.74 degrees ! Estimated noise=15.7039 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.74459 Jy ! Component: 100 - total flux cleaned = 3.37019 Jy ! Total flux subtracted in 100 components = 3.37019 Jy ! Clean residual min=-0.219951 max=0.224527 Jy/beam ! Clean residual mean=-0.000239 rms=0.073889 Jy/beam ! Combined flux in latest and established models = 3.37019 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 3.37019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.428707Jy sigma=1.299892 ! Fit after self-cal, rms=0.428650Jy sigma=1.299575 ! 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=7.738 mas, bmaj=17.18 mas, bpa=15.54 degrees ! Estimated noise=13.4886 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.0935455 Jy ! Component: 100 - total flux cleaned = 0.133814 Jy ! Component: 150 - total flux cleaned = 0.151192 Jy ! Component: 200 - total flux cleaned = 0.155052 Jy ! Total flux subtracted in 200 components = 0.155052 Jy ! Clean residual min=-0.060401 max=0.059851 Jy/beam ! Clean residual mean=0.000067 rms=0.019453 Jy/beam ! Combined flux in latest and established models = 3.52524 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 3.52524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.186218Jy sigma=0.502464 ! Fit after self-cal, rms=0.184731Jy sigma=0.497285 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.738 x 17.18 at 15.54 degrees (North through East) ! Clean map min=-0.12463 max=3.2125 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 KP 0.99 LA 1.01 ! NL 1.03 OV 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 KP 1.01 LA 1.01 ! NL 0.95 OV 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 KP 0.99 LA 0.98 ! NL 0.99 OV 0.98 ! ! ! Fit before self-cal, rms=0.184731Jy sigma=0.497285 ! Fit after self-cal, rms=0.108939Jy sigma=0.299642 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.726 mas, bmaj=17.21 mas, bpa=15.22 degrees ! Estimated noise=13.3389 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.0321567 Jy ! Component: 100 - total flux cleaned = 0.0282407 Jy ! Component: 150 - total flux cleaned = 0.028071 Jy ! Component: 200 - total flux cleaned = 0.031232 Jy ! Total flux subtracted in 200 components = 0.031232 Jy ! Clean residual min=-0.009771 max=0.009847 Jy/beam ! Clean residual mean=-0.000017 rms=0.003623 Jy/beam ! Combined flux in latest and established models = 3.55647 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 101 components and 3.55647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084326Jy sigma=0.240305 ! Fit after self-cal, rms=0.083603Jy sigma=0.238379 ! 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.083603Jy sigma=0.238379 ! Fit after self-cal, rms=0.082876Jy sigma=0.236015 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.724 mas, bmaj=17.21 mas, bpa=15.2 degrees ! Estimated noise=13.324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00807126 Jy ! Component: 100 - total flux cleaned = 0.011219 Jy ! Component: 150 - total flux cleaned = 0.012423 Jy ! Component: 200 - total flux cleaned = 0.0123926 Jy ! Total flux subtracted in 200 components = 0.0123926 Jy ! Clean residual min=-0.006719 max=0.006797 Jy/beam ! Clean residual mean=-0.000012 rms=0.002246 Jy/beam ! Combined flux in latest and established models = 3.56887 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 136 components and 3.56887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078309Jy sigma=0.226827 ! Fit after self-cal, rms=0.078098Jy sigma=0.225732 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.00431495 Jy ! Component: 100 - total flux cleaned = 0.005212 Jy ! Component: 150 - total flux cleaned = 0.00522271 Jy ! Component: 200 - total flux cleaned = 0.00577095 Jy ! Total flux subtracted in 200 components = 0.00577095 Jy ! Clean residual min=-0.004425 max=0.004414 Jy/beam ! Clean residual mean=-0.000007 rms=0.001528 Jy/beam ! Combined flux in latest and established models = 3.57464 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 189 components and 3.57464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075896Jy sigma=0.220645 ! Fit after self-cal, rms=0.075889Jy sigma=0.220565 ! 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.075889Jy sigma=0.220565 ! Fit after self-cal, rms=0.075365Jy sigma=0.219549 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.724 mas, bmaj=17.21 mas, bpa=15.18 degrees ! Estimated noise=13.3234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000503848 Jy ! Component: 100 - total flux cleaned = 0.000193579 Jy ! Component: 150 - total flux cleaned = 0.000635109 Jy ! Component: 200 - total flux cleaned = 0.000419517 Jy ! Total flux subtracted in 200 components = 0.000419517 Jy ! Clean residual min=-0.003585 max=0.003578 Jy/beam ! Clean residual mean=-0.000005 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 3.57506 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 236 components and 3.57506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073927Jy sigma=0.216386 ! Fit after self-cal, rms=0.073932Jy sigma=0.216328 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.00156317 Jy ! Component: 100 - total flux cleaned = -0.00193069 Jy ! Component: 150 - total flux cleaned = -0.0017716 Jy ! Component: 200 - total flux cleaned = -0.0021787 Jy ! Total flux subtracted in 200 components = -0.0021787 Jy ! Clean residual min=-0.003683 max=0.003710 Jy/beam ! Clean residual mean=-0.000009 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 3.57288 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 271 components and 3.57288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073092Jy sigma=0.214987 ! Fit after self-cal, rms=0.073111Jy sigma=0.214887 ! 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.073111Jy sigma=0.214887 ! Fit after self-cal, rms=0.072817Jy sigma=0.214080 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.674 mas, bmaj=17.77 mas, bpa=15.2 degrees ! Estimated noise=13.6973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00247639 Jy ! Component: 100 - total flux cleaned = 0.00355846 Jy ! Component: 150 - total flux cleaned = 0.00373151 Jy ! Component: 200 - total flux cleaned = 0.00338987 Jy ! Total flux subtracted in 200 components = 0.00338987 Jy ! Clean residual min=-0.002847 max=0.002839 Jy/beam ! Clean residual mean=-0.000007 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 3.57627 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 308 components and 3.57627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071959Jy sigma=0.212538 ! Fit after self-cal, rms=0.071980Jy sigma=0.212505 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.000146409 Jy ! Component: 100 - total flux cleaned = -0.00142169 Jy ! Component: 150 - total flux cleaned = -0.00239774 Jy ! Component: 200 - total flux cleaned = -0.00309048 Jy ! Total flux subtracted in 200 components = -0.00309048 Jy ! Clean residual min=-0.002428 max=0.002402 Jy/beam ! Clean residual mean=-0.000004 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 3.57318 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 345 components and 3.57318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071428Jy sigma=0.211416 ! Fit after self-cal, rms=0.071430Jy sigma=0.211396 ! 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=7.725 mas, bmaj=17.21 mas, bpa=15.16 degrees ! Estimated noise=13.3219 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.725 x 17.21 at 15.16 degrees (North through East) ! Clean map min=-0.080623 max=3.1653 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071430Jy sigma=0.211396 ! Fit after self-cal, rms=0.063894Jy sigma=0.170937 ! Inverting map and beam ! Estimated beam: bmin=7.725 mas, bmaj=17.21 mas, bpa=15.17 degrees ! Estimated noise=13.3193 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00198411 Jy ! Component: 100 - total flux cleaned = -0.00254007 Jy ! Component: 150 - total flux cleaned = -0.00216814 Jy ! Component: 200 - total flux cleaned = -0.00261291 Jy ! Total flux subtracted in 200 components = -0.00261291 Jy ! Clean residual min=-0.004371 max=0.004211 Jy/beam ! Clean residual mean=-0.000010 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 3.57057 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 367 components and 3.57057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063338Jy sigma=0.170214 ! Fit after self-cal, rms=0.063339Jy sigma=0.170070 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000810768 Jy ! Component: 100 - total flux cleaned = -0.00069739 Jy ! Component: 150 - total flux cleaned = -0.000709675 Jy ! Component: 200 - total flux cleaned = -0.00130423 Jy ! Total flux subtracted in 200 components = -0.00130423 Jy ! Clean residual min=-0.003632 max=0.003821 Jy/beam ! Clean residual mean=-0.000005 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 3.56926 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 413 components and 3.56926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062997Jy sigma=0.169019 ! Fit after self-cal, rms=0.063003Jy sigma=0.168956 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063003Jy sigma=0.168956 ! Fit after self-cal, rms=0.062884Jy sigma=0.168334 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=7.49 mas, bmaj=16.4 mas, bpa=11.39 degrees ! Estimated noise=15.4441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.69903 Jy ! Component: 100 - total flux cleaned = 3.30893 Jy ! Component: 150 - total flux cleaned = 3.40491 Jy ! Component: 200 - total flux cleaned = 3.424 Jy ! Total flux subtracted in 200 components = 3.424 Jy ! Clean residual min=-0.095703 max=0.097229 Jy/beam ! Clean residual mean=-0.000014 rms=0.028712 Jy/beam ! Combined flux in latest and established models = 3.424 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 30 model components to the UV plane model. ! The established model now contains 30 components and 3.424 Jy ! Inverting map and beam ! Estimated beam: bmin=7.726 mas, bmaj=17.21 mas, bpa=15.16 degrees ! Estimated noise=13.3211 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.064207 Jy ! Component: 100 - total flux cleaned = 0.0870991 Jy ! Component: 150 - total flux cleaned = 0.109209 Jy ! Component: 200 - total flux cleaned = 0.12737 Jy ! Total flux subtracted in 200 components = 0.12737 Jy ! Clean residual min=-0.021855 max=0.022082 Jy/beam ! Clean residual mean=-0.000012 rms=0.008450 Jy/beam ! Combined flux in latest and established models = 3.55137 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 75 components and 3.55137 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.674 mas, bmaj=17.77 mas, bpa=15.2 degrees ! Estimated noise=13.6961 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.75472e-05 Jy ! Component: 100 - total flux cleaned = 0.00151334 Jy ! Component: 150 - total flux cleaned = 0.000784522 Jy ! Component: 200 - total flux cleaned = 0.0013741 Jy ! Total flux subtracted in 200 components = 0.0013741 Jy ! Clean residual min=-0.009002 max=0.009112 Jy/beam ! Clean residual mean=-0.000012 rms=0.003616 Jy/beam ! Combined flux in latest and established models = 3.55274 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.81613e-06 Jy ! Component: 100 - total flux cleaned = 0.000524516 Jy ! Component: 150 - total flux cleaned = 0.0011325 Jy ! Component: 200 - total flux cleaned = 0.00258394 Jy ! Total flux subtracted in 200 components = 0.00258394 Jy ! Clean residual min=-0.013553 max=0.014051 Jy/beam ! Clean residual mean=-0.000020 rms=0.004285 Jy/beam ! Combined flux in latest and established models = 3.55533 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 158 components and 3.55533 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.726 mas, bmaj=17.21 mas, bpa=15.16 degrees ! Estimated noise=13.3211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379802 Jy ! Component: 100 - total flux cleaned = 0.00121832 Jy ! Component: 150 - total flux cleaned = 0.00014842 Jy ! Component: 200 - total flux cleaned = -0.000226562 Jy ! Total flux subtracted in 200 components = -0.000226562 Jy ! Clean residual min=-0.006011 max=0.005812 Jy/beam ! Clean residual mean=-0.000007 rms=0.002101 Jy/beam ! Combined flux in latest and established models = 3.5551 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 207 components and 3.5551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067544Jy sigma=0.180194 ! Fit after self-cal, rms=0.067158Jy sigma=0.178935 wmodel J0730-1141_S_c_map.mod ! Writing 207 model components to file: J0730-1141_S_c_map.mod wobs J0730-1141_S_c_uvs.fits ! Writing UV FITS file: J0730-1141_S_c_uvs.fits wwins J0730-1141_S_c_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J0730-1141_S_c_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.726 x 17.21 at 15.16 degrees (North through East) ! Clean map min=-0.10289 max=3.1979 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0730-1141_S_c_map.fits wmodel /image_prod/ug002_uva//J0730-1141_S_c_map.mod ! Writing 207 model components to file: /image_prod/ug002_uva//J0730-1141_S_c_map.mod wobs /image_prod/ug002_uva//J0730-1141_S_c_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0730-1141_S_c_uvs.fits wwins /image_prod/ug002_uva//J0730-1141_S_c_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 3.19792 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00204418 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.191767 0.191767 0.383534 0.767067 1.53413 3.06827 6.13654 12.2731 24.5462 49.0923 98.1846 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0061 print "peak= ", int(1000*peak_flux)/1000 ! peak= 3.197 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1564.4 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0730-1141_S_c_dfm.log closed on Wed Mar 4 21:49:47 2020