! Started logfile: /image_prod/ug002_uva//J1411+2134_S_dfm.log on Thu Mar 5 01:38:32 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//J1411+2134_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1411+2134_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.975926 visibilities/baseline/integration-bin. ! Found source: J1411+2134 ! ! 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 7905 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 J1411+2134_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 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014373Jy sigma=9.087066 ! Fit after self-cal, rms=0.815195Jy sigma=7.351993 ! 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.223 mas, bmaj=10.32 mas, bpa=-21.17 degrees ! Estimated noise=1.31638 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.142817 Jy ! Component: 100 - total flux cleaned = 0.174054 Jy ! Total flux subtracted in 100 components = 0.174054 Jy ! Clean residual min=-0.005114 max=0.009619 Jy/beam ! Clean residual mean=0.000001 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.174054 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.174054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060919Jy sigma=0.491181 ! Fit after self-cal, rms=0.060907Jy sigma=0.491143 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109513 Jy ! Component: 100 - total flux cleaned = 0.0173378 Jy ! Total flux subtracted in 100 components = 0.0173378 Jy ! Clean residual min=-0.003663 max=0.003908 Jy/beam ! Clean residual mean=0.000007 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.191391 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.191391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058440Jy sigma=0.467905 ! Fit after self-cal, rms=0.058358Jy sigma=0.467328 ! 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.85 mas, bmaj=10.81 mas, bpa=-20.02 degrees ! Estimated noise=0.910728 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.00542019 Jy ! Component: 100 - total flux cleaned = 0.00776112 Jy ! Component: 150 - total flux cleaned = 0.00846205 Jy ! Component: 200 - total flux cleaned = 0.00871387 Jy ! Total flux subtracted in 200 components = 0.00871387 Jy ! Clean residual min=-0.002791 max=0.003676 Jy/beam ! Clean residual mean=0.000013 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.200105 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 45 components and 0.200105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057749Jy sigma=0.462724 ! Fit after self-cal, rms=0.057701Jy sigma=0.462430 ! 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.85 x 10.81 at -20.02 degrees (North through East) ! Clean map min=-0.0029405 max=0.1835 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.01 KP 0.99 ! LA 1.03 MK 1.01 NL 0.96 OV 0.97 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.01 KP 0.99 ! LA 1.02 MK 1.00 NL 0.93 OV 0.94 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.06 HN 1.02 KP 0.99 ! LA 1.02 MK 0.99 NL 1.02 OV 1.01 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.057701Jy sigma=0.462430 ! Fit after self-cal, rms=0.055420Jy sigma=0.456850 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=10.76 mas, bpa=-20.04 degrees ! Estimated noise=0.907077 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.00193908 Jy ! Component: 100 - total flux cleaned = 0.00224432 Jy ! Component: 150 - total flux cleaned = 0.00231127 Jy ! Component: 200 - total flux cleaned = 0.00228252 Jy ! Total flux subtracted in 200 components = 0.00228252 Jy ! Clean residual min=-0.002418 max=0.002753 Jy/beam ! Clean residual mean=0.000006 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.202388 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.202388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055333Jy sigma=0.455834 ! Fit after self-cal, rms=0.055304Jy sigma=0.455733 ! 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.055304Jy sigma=0.455733 ! Fit after self-cal, rms=0.053623Jy sigma=0.446261 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.856 mas, bmaj=10.75 mas, bpa=-19.99 degrees ! Estimated noise=0.907964 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000829516 Jy ! Component: 100 - total flux cleaned = 0.00089626 Jy ! Component: 150 - total flux cleaned = 0.000896182 Jy ! Component: 200 - total flux cleaned = 0.000913029 Jy ! Total flux subtracted in 200 components = 0.000913029 Jy ! Clean residual min=-0.001476 max=0.002082 Jy/beam ! Clean residual mean=0.000003 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.203301 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.203301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053602Jy sigma=0.446056 ! Fit after self-cal, rms=0.053608Jy sigma=0.446002 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 (17, 26.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100075 Jy ! Component: 100 - total flux cleaned = 0.00112357 Jy ! Component: 150 - total flux cleaned = 0.0010607 Jy ! Component: 200 - total flux cleaned = 0.00100444 Jy ! Total flux subtracted in 200 components = 0.00100444 Jy ! Clean residual min=-0.001389 max=0.001511 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.204305 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.204305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053534Jy sigma=0.445310 ! Fit after self-cal, rms=0.053531Jy sigma=0.445279 ! 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.053531Jy sigma=0.445279 ! Fit after self-cal, rms=0.053409Jy sigma=0.445133 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.855 mas, bmaj=10.74 mas, bpa=-19.99 degrees ! Estimated noise=0.90732 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.8556e-05 Jy ! Component: 100 - total flux cleaned = -0.000114609 Jy ! Component: 150 - total flux cleaned = -0.000137564 Jy ! Component: 200 - total flux cleaned = -0.00013783 Jy ! Total flux subtracted in 200 components = -0.00013783 Jy ! Clean residual min=-0.001320 max=0.001484 Jy/beam ! Clean residual mean=0.000002 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.204167 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 95 components and 0.204167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053388Jy sigma=0.444962 ! Fit after self-cal, rms=0.053386Jy sigma=0.444956 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.64861e-07 Jy ! Component: 100 - total flux cleaned = 6.05721e-07 Jy ! Component: 150 - total flux cleaned = 1.85404e-05 Jy ! Component: 200 - total flux cleaned = 1.89629e-05 Jy ! Total flux subtracted in 200 components = 1.89629e-05 Jy ! Clean residual min=-0.001340 max=0.001395 Jy/beam ! Clean residual mean=0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.204186 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 103 components and 0.204186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053374Jy sigma=0.444860 ! Fit after self-cal, rms=0.053374Jy sigma=0.444858 ! 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.053374Jy sigma=0.444858 ! Fit after self-cal, rms=0.053355Jy sigma=0.444847 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.02 mas, bmaj=11.97 mas, bpa=-16.6 degrees ! Estimated noise=1.0403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000108074 Jy ! Component: 100 - total flux cleaned = -0.000125141 Jy ! Component: 150 - total flux cleaned = -0.000167688 Jy ! Component: 200 - total flux cleaned = -0.000219206 Jy ! Total flux subtracted in 200 components = -0.000219206 Jy ! Clean residual min=-0.001511 max=0.001642 Jy/beam ! Clean residual mean=0.000003 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.203967 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 113 components and 0.203967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053351Jy sigma=0.444805 ! Fit after self-cal, rms=0.053350Jy sigma=0.444801 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.42987e-05 Jy ! Component: 100 - total flux cleaned = -2.05325e-05 Jy ! Component: 150 - total flux cleaned = -2.05151e-05 Jy ! Component: 200 - total flux cleaned = -1.02987e-05 Jy ! Total flux subtracted in 200 components = -1.02987e-05 Jy ! Clean residual min=-0.001501 max=0.001613 Jy/beam ! Clean residual mean=0.000003 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.203957 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 125 components and 0.203957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053349Jy sigma=0.444787 ! Fit after self-cal, rms=0.053348Jy sigma=0.444787 ! 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.853 mas, bmaj=10.73 mas, bpa=-19.98 degrees ! Estimated noise=0.907208 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.853 x 10.73 at -19.98 degrees (North through East) ! Clean map min=-0.0015004 max=0.18267 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.228 mas, bmaj=10.28 mas, bpa=-21.2 degrees ! Estimated noise=1.30968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.142032 Jy ! Component: 100 - total flux cleaned = 0.173415 Jy ! Component: 150 - total flux cleaned = 0.185451 Jy ! Component: 200 - total flux cleaned = 0.192291 Jy ! Total flux subtracted in 200 components = 0.192291 Jy ! Clean residual min=-0.002480 max=0.003728 Jy/beam ! Clean residual mean=-0.000001 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.192291 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.192291 Jy ! Inverting map and beam ! Estimated beam: bmin=3.853 mas, bmaj=10.73 mas, bpa=-19.98 degrees ! Estimated noise=0.907208 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.00534173 Jy ! Component: 100 - total flux cleaned = 0.00837736 Jy ! Component: 150 - total flux cleaned = 0.0103212 Jy ! Component: 200 - total flux cleaned = 0.0110195 Jy ! Total flux subtracted in 200 components = 0.0110195 Jy ! Clean residual min=-0.001668 max=0.001840 Jy/beam ! Clean residual mean=0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.203311 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 48 components and 0.203311 Jy ! Inverting map ! Added new window around map position (4, 13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145259 Jy ! Component: 100 - total flux cleaned = 0.00159333 Jy ! Component: 150 - total flux cleaned = 0.00179653 Jy ! Component: 200 - total flux cleaned = 0.00198141 Jy ! Total flux subtracted in 200 components = 0.00198141 Jy ! Clean residual min=-0.001388 max=0.001416 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.205292 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 77 components and 0.205292 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.02 mas, bmaj=11.97 mas, bpa=-16.6 degrees ! Estimated noise=1.0403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000284007 Jy ! Component: 100 - total flux cleaned = 0.000345259 Jy ! Component: 150 - total flux cleaned = 0.0003925 Jy ! Component: 200 - total flux cleaned = 0.000392878 Jy ! Total flux subtracted in 200 components = 0.000392878 Jy ! Clean residual min=-0.001507 max=0.001446 Jy/beam ! Clean residual mean=0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.205685 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.77168e-05 Jy ! Component: 100 - total flux cleaned = -1.56754e-05 Jy ! Component: 150 - total flux cleaned = -3.07388e-05 Jy ! Component: 200 - total flux cleaned = -5.9615e-05 Jy ! Total flux subtracted in 200 components = -5.9615e-05 Jy ! Clean residual min=-0.001459 max=0.001401 Jy/beam ! Clean residual mean=0.000003 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.205625 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 133 components and 0.205625 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.853 mas, bmaj=10.73 mas, bpa=-19.98 degrees ! Estimated noise=0.907208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000170485 Jy ! Component: 100 - total flux cleaned = 0.000197719 Jy ! Component: 150 - total flux cleaned = 0.000222607 Jy ! Component: 200 - total flux cleaned = 0.000199802 Jy ! Total flux subtracted in 200 components = 0.000199802 Jy ! Clean residual min=-0.001239 max=0.001282 Jy/beam ! Clean residual mean=0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.205825 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 156 components and 0.205825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053357Jy sigma=0.444769 ! Fit after self-cal, rms=0.053353Jy sigma=0.444726 wmodel J1411+2134_S_map.mod ! Writing 156 model components to file: J1411+2134_S_map.mod wobs J1411+2134_S_uvs.fits ! Writing UV FITS file: J1411+2134_S_uvs.fits wwins J1411+2134_S_map.win ! wwins: Wrote 3 windows to J1411+2134_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.000360206 Jy ! Component: 100 - total flux cleaned = 0.000405188 Jy ! Component: 150 - total flux cleaned = 0.000363401 Jy ! Component: 200 - total flux cleaned = 0.0003016 Jy ! Component: 250 - total flux cleaned = 0.000261387 Jy ! Component: 300 - total flux cleaned = 0.000143277 Jy ! Component: 350 - total flux cleaned = 0.000105162 Jy ! Component: 400 - total flux cleaned = 4.88913e-05 Jy ! Component: 450 - total flux cleaned = 1.21842e-05 Jy ! Component: 500 - total flux cleaned = -2.40692e-05 Jy ! Component: 550 - total flux cleaned = -5.97846e-05 Jy ! Component: 600 - total flux cleaned = -0.000128942 Jy ! Component: 650 - total flux cleaned = -0.000162784 Jy ! Component: 700 - total flux cleaned = -0.000212834 Jy ! Component: 750 - total flux cleaned = -0.000294915 Jy ! Component: 800 - total flux cleaned = -0.000407726 Jy ! Component: 850 - total flux cleaned = -0.000486557 Jy ! Component: 900 - total flux cleaned = -0.000564244 Jy ! Component: 950 - total flux cleaned = -0.000671299 Jy ! Component: 1000 - total flux cleaned = -0.000731583 Jy ! Component: 1050 - total flux cleaned = -0.000805971 Jy ! Component: 1100 - total flux cleaned = -0.000908552 Jy ! Component: 1150 - total flux cleaned = -0.00103811 Jy ! Component: 1200 - total flux cleaned = -0.00106667 Jy ! Component: 1250 - total flux cleaned = -0.00120654 Jy ! Component: 1300 - total flux cleaned = -0.00123433 Jy ! Component: 1350 - total flux cleaned = -0.00132974 Jy ! Component: 1400 - total flux cleaned = -0.00145081 Jy ! Component: 1450 - total flux cleaned = -0.0015039 Jy ! Component: 1500 - total flux cleaned = -0.00159579 Jy ! Component: 1550 - total flux cleaned = -0.00166027 Jy ! Component: 1600 - total flux cleaned = -0.00167298 Jy ! Component: 1650 - total flux cleaned = -0.00171098 Jy ! Component: 1700 - total flux cleaned = -0.00169867 Jy ! Component: 1750 - total flux cleaned = -0.00176074 Jy ! Component: 1800 - total flux cleaned = -0.00177319 Jy ! Component: 1850 - total flux cleaned = -0.00183364 Jy ! Component: 1900 - total flux cleaned = -0.00183365 Jy ! Component: 1950 - total flux cleaned = -0.0018455 Jy ! Component: 2000 - total flux cleaned = -0.00182201 Jy ! Component: 2050 - total flux cleaned = -0.00183374 Jy ! Component: 2100 - total flux cleaned = -0.00184531 Jy ! Component: 2150 - total flux cleaned = -0.00184527 Jy ! Component: 2200 - total flux cleaned = -0.00179978 Jy ! Component: 2250 - total flux cleaned = -0.00181123 Jy ! Component: 2300 - total flux cleaned = -0.00182228 Jy ! Component: 2350 - total flux cleaned = -0.00178899 Jy ! Component: 2400 - total flux cleaned = -0.0018109 Jy ! Component: 2450 - total flux cleaned = -0.00178919 Jy ! Component: 2500 - total flux cleaned = -0.00178918 Jy ! Component: 2550 - total flux cleaned = -0.00181046 Jy ! Component: 2600 - total flux cleaned = -0.00182099 Jy ! Component: 2650 - total flux cleaned = -0.00183149 Jy ! Component: 2700 - total flux cleaned = -0.00181065 Jy ! Component: 2750 - total flux cleaned = -0.00177951 Jy ! Component: 2800 - total flux cleaned = -0.00180012 Jy ! Component: 2850 - total flux cleaned = -0.00178999 Jy ! Component: 2900 - total flux cleaned = -0.00177981 Jy ! Component: 2950 - total flux cleaned = -0.00181011 Jy ! Component: 3000 - total flux cleaned = -0.00181003 Jy ! Component: 3050 - total flux cleaned = -0.00181995 Jy ! Component: 3100 - total flux cleaned = -0.00183969 Jy ! Component: 3150 - total flux cleaned = -0.00182991 Jy ! Component: 3200 - total flux cleaned = -0.00184924 Jy ! Component: 3250 - total flux cleaned = -0.00185892 Jy ! Component: 3300 - total flux cleaned = -0.00184939 Jy ! Component: 3350 - total flux cleaned = -0.00185891 Jy ! Component: 3400 - total flux cleaned = -0.00190589 Jy ! Component: 3450 - total flux cleaned = -0.00188719 Jy ! Component: 3500 - total flux cleaned = -0.00185937 Jy ! Component: 3550 - total flux cleaned = -0.00185935 Jy ! Component: 3600 - total flux cleaned = -0.00185027 Jy ! Component: 3650 - total flux cleaned = -0.00186848 Jy ! Component: 3700 - total flux cleaned = -0.00187752 Jy ! Component: 3750 - total flux cleaned = -0.00187749 Jy ! Component: 3800 - total flux cleaned = -0.0019042 Jy ! Component: 3850 - total flux cleaned = -0.001913 Jy ! Component: 3900 - total flux cleaned = -0.00186901 Jy ! Component: 3950 - total flux cleaned = -0.00190398 Jy ! Component: 4000 - total flux cleaned = -0.00188661 Jy ! Component: 4050 - total flux cleaned = -0.0018952 Jy ! Total flux subtracted in 4096 components = -0.0019381 Jy ! Clean residual min=-0.000469 max=0.000521 Jy/beam ! Clean residual mean=0.000001 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.203887 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 440 components and 0.203887 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1411+2134_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.853 x 10.73 at -19.98 degrees (North through East) ! Clean map min=-0.00098691 max=0.18242 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1411+2134_S_map.fits wmodel /image_prod/ug002_uva//J1411+2134_S_map.mod ! Writing 440 model components to file: /image_prod/ug002_uva//J1411+2134_S_map.mod wobs /image_prod/ug002_uva//J1411+2134_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1411+2134_S_uvs.fits wwins /image_prod/ug002_uva//J1411+2134_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1411+2134_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.182423 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000166598 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.273975 0.273975 0.547951 1.0959 2.1918 4.3836 8.76721 17.5344 35.0688 70.1377 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1094.99 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1411+2134_S_dfm.log closed on Thu Mar 5 01:38:36 2020