! Started logfile: /image_prod/ug002_uva//J1947-0103_S_dfm.log on Thu Mar 5 04:24:06 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//J1947-0103_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1947-0103_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.973333 visibilities/baseline/integration-bin. ! Found source: J1947-0103 ! ! 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 7884 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 J1947-0103_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.031354Jy sigma=7.854733 ! Fit after self-cal, rms=0.753808Jy sigma=5.762384 ! 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.184 mas, bmaj=13.33 mas, bpa=-18.68 degrees ! Estimated noise=1.6378 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.192552 Jy ! Component: 100 - total flux cleaned = 0.234607 Jy ! Total flux subtracted in 100 components = 0.234607 Jy ! Clean residual min=-0.005690 max=0.011831 Jy/beam ! Clean residual mean=0.000003 rms=0.001671 Jy/beam ! Combined flux in latest and established models = 0.234607 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.234607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070279Jy sigma=0.474307 ! Fit after self-cal, rms=0.070276Jy sigma=0.474106 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122884 Jy ! Component: 100 - total flux cleaned = 0.0154191 Jy ! Total flux subtracted in 100 components = 0.0154191 Jy ! Clean residual min=-0.005101 max=0.005605 Jy/beam ! Clean residual mean=-0.000011 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.250026 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.250026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068024Jy sigma=0.459078 ! Fit after self-cal, rms=0.068008Jy sigma=0.458867 ! 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.731 mas, bmaj=14.75 mas, bpa=-18.04 degrees ! Estimated noise=1.07296 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.0014738 Jy ! Component: 100 - total flux cleaned = 0.0010161 Jy ! Component: 150 - total flux cleaned = 0.000720869 Jy ! Component: 200 - total flux cleaned = 0.000542243 Jy ! Total flux subtracted in 200 components = 0.000542243 Jy ! Clean residual min=-0.004171 max=0.003616 Jy/beam ! Clean residual mean=-0.000021 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.250568 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.250568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067571Jy sigma=0.456538 ! Fit after self-cal, rms=0.067562Jy sigma=0.456504 ! 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.731 x 14.75 at -18.04 degrees (North through East) ! Clean map min=-0.0046382 max=0.24715 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 1.03 KP 0.99 ! LA 1.03 MK 1.03 NL 0.95 OV 1.00 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.03 KP 1.01 ! LA 1.02 MK 0.98 NL 0.94 OV 0.99 ! PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 1.01 KP 1.00 ! LA 1.01 MK 0.99 NL 0.92 OV 0.98 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.067562Jy sigma=0.456504 ! Fit after self-cal, rms=0.065882Jy sigma=0.449942 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.736 mas, bmaj=14.73 mas, bpa=-18.09 degrees ! Estimated noise=1.0685 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.000356 Jy ! Component: 100 - total flux cleaned = 0.000506559 Jy ! Component: 150 - total flux cleaned = 0.000571559 Jy ! Component: 200 - total flux cleaned = 0.000719175 Jy ! Total flux subtracted in 200 components = 0.000719175 Jy ! Clean residual min=-0.003038 max=0.003100 Jy/beam ! Clean residual mean=-0.000016 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.251288 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 47 components and 0.251288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065700Jy sigma=0.449028 ! Fit after self-cal, rms=0.065696Jy sigma=0.448987 ! 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.065696Jy sigma=0.448987 ! Fit after self-cal, rms=0.064268Jy sigma=0.442814 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.733 mas, bmaj=14.7 mas, bpa=-17.97 degrees ! Estimated noise=1.06972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001463 Jy ! Component: 100 - total flux cleaned = 0.000489028 Jy ! Component: 150 - total flux cleaned = 0.00073842 Jy ! Component: 200 - total flux cleaned = 0.000852637 Jy ! Total flux subtracted in 200 components = 0.000852637 Jy ! Clean residual min=-0.002460 max=0.002835 Jy/beam ! Clean residual mean=-0.000008 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.25214 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.25214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064230Jy sigma=0.442599 ! Fit after self-cal, rms=0.064230Jy sigma=0.442557 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-65, 22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172813 Jy ! Component: 100 - total flux cleaned = 0.00225982 Jy ! Component: 150 - total flux cleaned = 0.00244928 Jy ! Component: 200 - total flux cleaned = 0.00251564 Jy ! Total flux subtracted in 200 components = 0.00251564 Jy ! Clean residual min=-0.002281 max=0.001995 Jy/beam ! Clean residual mean=-0.000006 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.254656 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 86 components and 0.254656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064127Jy sigma=0.441837 ! Fit after self-cal, rms=0.064124Jy sigma=0.441800 ! 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.064124Jy sigma=0.441800 ! Fit after self-cal, rms=0.063997Jy sigma=0.441633 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.733 mas, bmaj=14.67 mas, bpa=-17.97 degrees ! Estimated noise=1.06863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000519747 Jy ! Component: 100 - total flux cleaned = 0.000586972 Jy ! Component: 150 - total flux cleaned = 0.000707244 Jy ! Component: 200 - total flux cleaned = 0.00067884 Jy ! Total flux subtracted in 200 components = 0.00067884 Jy ! Clean residual min=-0.002146 max=0.001972 Jy/beam ! Clean residual mean=-0.000007 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.255335 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 104 components and 0.255335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063964Jy sigma=0.441433 ! Fit after self-cal, rms=0.063963Jy sigma=0.441426 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 = -3.62481e-05 Jy ! Component: 100 - total flux cleaned = -3.57974e-05 Jy ! Component: 150 - total flux cleaned = 1.16147e-05 Jy ! Component: 200 - total flux cleaned = 5.63392e-05 Jy ! Total flux subtracted in 200 components = 5.63392e-05 Jy ! Clean residual min=-0.002124 max=0.001893 Jy/beam ! Clean residual mean=-0.000007 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.255391 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 120 components and 0.255391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063945Jy sigma=0.441314 ! Fit after self-cal, rms=0.063944Jy sigma=0.441310 ! 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.063944Jy sigma=0.441310 ! Fit after self-cal, rms=0.063894Jy sigma=0.441289 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.001 mas, bmaj=15.24 mas, bpa=-12.94 degrees ! Estimated noise=1.2287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000360576 Jy ! Component: 100 - total flux cleaned = 0.000443294 Jy ! Component: 150 - total flux cleaned = 0.0004786 Jy ! Component: 200 - total flux cleaned = 0.00052567 Jy ! Total flux subtracted in 200 components = 0.00052567 Jy ! Clean residual min=-0.002386 max=0.002432 Jy/beam ! Clean residual mean=-0.000012 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.255917 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 141 components and 0.255917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063889Jy sigma=0.441250 ! Fit after self-cal, rms=0.063888Jy sigma=0.441244 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.39803e-06 Jy ! Component: 100 - total flux cleaned = -2.15678e-05 Jy ! Component: 150 - total flux cleaned = -8.85584e-06 Jy ! Component: 200 - total flux cleaned = -2.01044e-05 Jy ! Total flux subtracted in 200 components = -2.01044e-05 Jy ! Clean residual min=-0.002362 max=0.002430 Jy/beam ! Clean residual mean=-0.000012 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.255897 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 154 components and 0.255897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063887Jy sigma=0.441232 ! Fit after self-cal, rms=0.063887Jy sigma=0.441228 ! 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.732 mas, bmaj=14.66 mas, bpa=-17.97 degrees ! Estimated noise=1.06859 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.732 x 14.66 at -17.97 degrees (North through East) ! Clean map min=-0.0019866 max=0.24608 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.188 mas, bmaj=13.21 mas, bpa=-18.61 degrees ! Estimated noise=1.63256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.191886 Jy ! Component: 100 - total flux cleaned = 0.234016 Jy ! Component: 150 - total flux cleaned = 0.245964 Jy ! Component: 200 - total flux cleaned = 0.251387 Jy ! Total flux subtracted in 200 components = 0.251387 Jy ! Clean residual min=-0.002906 max=0.002977 Jy/beam ! Clean residual mean=-0.000002 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.251387 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.251387 Jy ! Inverting map and beam ! Estimated beam: bmin=3.732 mas, bmaj=14.66 mas, bpa=-17.97 degrees ! Estimated noise=1.06859 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.00313096 Jy ! Component: 100 - total flux cleaned = 0.00428298 Jy ! Component: 150 - total flux cleaned = 0.00479948 Jy ! Component: 200 - total flux cleaned = 0.00518332 Jy ! Total flux subtracted in 200 components = 0.00518332 Jy ! Clean residual min=-0.002107 max=0.002239 Jy/beam ! Clean residual mean=-0.000008 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.25657 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 46 components and 0.25657 Jy ! Inverting map ! Added new window around map position (-20, 31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135936 Jy ! Component: 100 - total flux cleaned = 0.00180407 Jy ! Component: 150 - total flux cleaned = 0.00209078 Jy ! Component: 200 - total flux cleaned = 0.00218013 Jy ! Total flux subtracted in 200 components = 0.00218013 Jy ! Clean residual min=-0.001877 max=0.001975 Jy/beam ! Clean residual mean=-0.000006 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.25875 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 75 components and 0.25875 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.001 mas, bmaj=15.24 mas, bpa=-12.94 degrees ! Estimated noise=1.2287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000792048 Jy ! Component: 100 - total flux cleaned = 0.00107243 Jy ! Component: 150 - total flux cleaned = 0.00117478 Jy ! Component: 200 - total flux cleaned = 0.00120565 Jy ! Total flux subtracted in 200 components = 0.00120565 Jy ! Clean residual min=-0.002098 max=0.002095 Jy/beam ! Clean residual mean=-0.000007 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.259956 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 = 8.79762e-07 Jy ! Component: 100 - total flux cleaned = 2.76468e-05 Jy ! Component: 150 - total flux cleaned = 2.72589e-05 Jy ! Component: 200 - total flux cleaned = 3.11897e-06 Jy ! Total flux subtracted in 200 components = 3.11897e-06 Jy ! Clean residual min=-0.002065 max=0.002021 Jy/beam ! Clean residual mean=-0.000006 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.259959 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 111 components and 0.259959 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.732 mas, bmaj=14.66 mas, bpa=-17.97 degrees ! Estimated noise=1.06859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168833 Jy ! Component: 100 - total flux cleaned = -0.000383034 Jy ! Component: 150 - total flux cleaned = -0.000574064 Jy ! Component: 200 - total flux cleaned = -0.000604166 Jy ! Total flux subtracted in 200 components = -0.000604166 Jy ! Clean residual min=-0.001846 max=0.001620 Jy/beam ! Clean residual mean=-0.000003 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.259355 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 137 components and 0.259355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063828Jy sigma=0.440662 ! Fit after self-cal, rms=0.063827Jy sigma=0.440601 wmodel J1947-0103_S_map.mod ! Writing 137 model components to file: J1947-0103_S_map.mod wobs J1947-0103_S_uvs.fits ! Writing UV FITS file: J1947-0103_S_uvs.fits wwins J1947-0103_S_map.win ! wwins: Wrote 3 windows to J1947-0103_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.00021053 Jy ! Component: 100 - total flux cleaned = -0.000408034 Jy ! Component: 150 - total flux cleaned = -0.000592998 Jy ! Component: 200 - total flux cleaned = -0.000819511 Jy ! Component: 250 - total flux cleaned = -0.00108338 Jy ! Component: 300 - total flux cleaned = -0.0012676 Jy ! Component: 350 - total flux cleaned = -0.00144677 Jy ! Component: 400 - total flux cleaned = -0.00162046 Jy ! Component: 450 - total flux cleaned = -0.00172636 Jy ! Component: 500 - total flux cleaned = -0.0019125 Jy ! Component: 550 - total flux cleaned = -0.00205358 Jy ! Component: 600 - total flux cleaned = -0.00217176 Jy ! Component: 650 - total flux cleaned = -0.00228802 Jy ! Component: 700 - total flux cleaned = -0.00243991 Jy ! Component: 750 - total flux cleaned = -0.00260718 Jy ! Component: 800 - total flux cleaned = -0.0027164 Jy ! Component: 850 - total flux cleaned = -0.00285994 Jy ! Component: 900 - total flux cleaned = -0.00296541 Jy ! Component: 950 - total flux cleaned = -0.00312119 Jy ! Component: 1000 - total flux cleaned = -0.0032063 Jy ! Component: 1050 - total flux cleaned = -0.00330641 Jy ! Component: 1100 - total flux cleaned = -0.00333962 Jy ! Component: 1150 - total flux cleaned = -0.00338852 Jy ! Component: 1200 - total flux cleaned = -0.00348475 Jy ! Component: 1250 - total flux cleaned = -0.00346897 Jy ! Component: 1300 - total flux cleaned = -0.003516 Jy ! Component: 1350 - total flux cleaned = -0.0036239 Jy ! Component: 1400 - total flux cleaned = -0.00369949 Jy ! Component: 1450 - total flux cleaned = -0.0036543 Jy ! Component: 1500 - total flux cleaned = -0.00372848 Jy ! Component: 1550 - total flux cleaned = -0.0037869 Jy ! Component: 1600 - total flux cleaned = -0.0038157 Jy ! Component: 1650 - total flux cleaned = -0.00383041 Jy ! Component: 1700 - total flux cleaned = -0.0039291 Jy ! Component: 1750 - total flux cleaned = -0.00399872 Jy ! Component: 1800 - total flux cleaned = -0.0040262 Jy ! Component: 1850 - total flux cleaned = -0.00403975 Jy ! Component: 1900 - total flux cleaned = -0.00409358 Jy ! Component: 1950 - total flux cleaned = -0.00413354 Jy ! Component: 2000 - total flux cleaned = -0.00421211 Jy ! Component: 2050 - total flux cleaned = -0.00423811 Jy ! Component: 2100 - total flux cleaned = -0.00434094 Jy ! Component: 2150 - total flux cleaned = -0.00440421 Jy ! Component: 2200 - total flux cleaned = -0.00440416 Jy ! Component: 2250 - total flux cleaned = -0.00444127 Jy ! Component: 2300 - total flux cleaned = -0.00447828 Jy ! Component: 2350 - total flux cleaned = -0.00447822 Jy ! Component: 2400 - total flux cleaned = -0.0045025 Jy ! Component: 2450 - total flux cleaned = -0.00452654 Jy ! Component: 2500 - total flux cleaned = -0.00458591 Jy ! Component: 2550 - total flux cleaned = -0.0046093 Jy ! Component: 2600 - total flux cleaned = -0.00466756 Jy ! Component: 2650 - total flux cleaned = -0.00470217 Jy ! Component: 2700 - total flux cleaned = -0.00471356 Jy ! Component: 2750 - total flux cleaned = -0.00478162 Jy ! Component: 2800 - total flux cleaned = -0.00481535 Jy ! Component: 2850 - total flux cleaned = -0.00483755 Jy ! Component: 2900 - total flux cleaned = -0.00478241 Jy ! Component: 2950 - total flux cleaned = -0.00483737 Jy ! Component: 3000 - total flux cleaned = -0.00485913 Jy ! Component: 3050 - total flux cleaned = -0.00489134 Jy ! Component: 3100 - total flux cleaned = -0.00489138 Jy ! Component: 3150 - total flux cleaned = -0.00492317 Jy ! Component: 3200 - total flux cleaned = -0.0049441 Jy ! Component: 3250 - total flux cleaned = -0.00497542 Jy ! Component: 3300 - total flux cleaned = -0.00500657 Jy ! Component: 3350 - total flux cleaned = -0.00506829 Jy ! Component: 3400 - total flux cleaned = -0.00513969 Jy ! Component: 3450 - total flux cleaned = -0.00519015 Jy ! Component: 3500 - total flux cleaned = -0.00521019 Jy ! Component: 3550 - total flux cleaned = -0.00525009 Jy ! Component: 3600 - total flux cleaned = -0.0053095 Jy ! Component: 3650 - total flux cleaned = -0.00533902 Jy ! Component: 3700 - total flux cleaned = -0.00540725 Jy ! Component: 3750 - total flux cleaned = -0.00542662 Jy ! Component: 3800 - total flux cleaned = -0.00546506 Jy ! Component: 3850 - total flux cleaned = -0.0055319 Jy ! Component: 3900 - total flux cleaned = -0.00554141 Jy ! Component: 3950 - total flux cleaned = -0.00557919 Jy ! Component: 4000 - total flux cleaned = -0.00562598 Jy ! Component: 4050 - total flux cleaned = -0.00565388 Jy ! Total flux subtracted in 4096 components = -0.0057 Jy ! Clean residual min=-0.000526 max=0.000604 Jy/beam ! Clean residual mean=-0.000002 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.253655 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 420 components and 0.253655 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1947-0103_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.732 x 14.66 at -17.97 degrees (North through East) ! Clean map min=-0.0013078 max=0.24622 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1947-0103_S_map.fits wmodel /image_prod/ug002_uva//J1947-0103_S_map.mod ! Writing 420 model components to file: /image_prod/ug002_uva//J1947-0103_S_map.mod wobs /image_prod/ug002_uva//J1947-0103_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1947-0103_S_uvs.fits wwins /image_prod/ug002_uva//J1947-0103_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1947-0103_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.246217 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000182047 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.221813 0.221813 0.443627 0.887253 1.77451 3.54901 7.09803 14.1961 28.3921 56.7842 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.246 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1352.49 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1947-0103_S_dfm.log closed on Thu Mar 5 04:24:09 2020