! Started logfile: /image_prod/ug002_uva//J1418-3509_S_dfm.log on Thu Mar 5 01:40:45 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//J1418-3509_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1418-3509_S_uva.fits ! AN table 1: 25 integrations on 28 of 28 possible baselines. ! AN table 2: 25 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.98 visibilities/baseline/integration-bin. ! Found source: J1418-3509 ! ! 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 4704 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 J1418-3509_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 3 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.204813Jy sigma=6.299720 ! Fit after self-cal, rms=0.445852Jy sigma=2.325992 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.728 mas, bmaj=8.352 mas, bpa=1.616 degrees ! Estimated noise=2.86488 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.427241 Jy ! Component: 100 - total flux cleaned = 0.562412 Jy ! Total flux subtracted in 100 components = 0.562412 Jy ! Clean residual min=-0.026897 max=0.063666 Jy/beam ! Clean residual mean=-0.000143 rms=0.008822 Jy/beam ! Combined flux in latest and established models = 0.562413 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.562413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.185562Jy sigma=0.844513 ! Fit after self-cal, rms=0.185391Jy sigma=0.843781 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0730857 Jy ! Component: 100 - total flux cleaned = 0.114954 Jy ! Total flux subtracted in 100 components = 0.114954 Jy ! Clean residual min=-0.017642 max=0.027317 Jy/beam ! Clean residual mean=-0.000025 rms=0.004933 Jy/beam ! Combined flux in latest and established models = 0.677367 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.677367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142677Jy sigma=0.585140 ! Fit after self-cal, rms=0.142521Jy sigma=0.584098 ! 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.281 mas, bmaj=9.909 mas, bpa=2.481 degrees ! Estimated noise=2.00113 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 (-4.5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0342267 Jy ! Component: 100 - total flux cleaned = 0.0523152 Jy ! Component: 150 - total flux cleaned = 0.0564227 Jy ! Component: 200 - total flux cleaned = 0.0593714 Jy ! Total flux subtracted in 200 components = 0.0593714 Jy ! Clean residual min=-0.011107 max=0.017887 Jy/beam ! Clean residual mean=0.000044 rms=0.003290 Jy/beam ! Combined flux in latest and established models = 0.736738 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.736738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.131688Jy sigma=0.527719 ! Fit after self-cal, rms=0.131390Jy sigma=0.525649 ! 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.281 x 9.909 at 2.481 degrees (North through East) ! Clean map min=-0.014526 max=0.56617 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 1.14 KP 0.97 LA 1.00 ! NL 1.02 OV 1.02 PT 0.99 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 1.00 KP 0.98 LA 1.01 ! MK 0.96 NL 1.13 OV 1.02 PT 0.98 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 HN 1.20 KP 0.99 LA 1.01 ! NL 1.16 OV 0.95 PT 0.98 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.01 KP 1.01 LA 1.02 ! MK 0.95 NL 1.30 OV 0.94 PT 0.97 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 1.15 KP 0.99 LA 1.00 ! NL 0.83 OV 0.97 PT 0.99 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.64 FD 1.00 KP 0.98 LA 1.02 ! MK 0.98 NL 0.94 OV 0.97 PT 0.97 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.131390Jy sigma=0.525649 ! Fit after self-cal, rms=0.088813Jy sigma=0.420105 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.271 mas, bmaj=9.828 mas, bpa=2.526 degrees ! Estimated noise=1.99283 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 (-27, 91.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00465161 Jy ! Component: 100 - total flux cleaned = 0.00450628 Jy ! Component: 150 - total flux cleaned = 0.00397504 Jy ! Component: 200 - total flux cleaned = 0.00374233 Jy ! Total flux subtracted in 200 components = 0.00374233 Jy ! Clean residual min=-0.004754 max=0.005274 Jy/beam ! Clean residual mean=0.000020 rms=0.001209 Jy/beam ! Combined flux in latest and established models = 0.74048 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 64 components and 0.74048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088059Jy sigma=0.416931 ! Fit after self-cal, rms=0.088116Jy sigma=0.416495 ! 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.088116Jy sigma=0.416495 ! Fit after self-cal, rms=0.088073Jy sigma=0.416247 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.268 mas, bmaj=9.823 mas, bpa=2.455 degrees ! Estimated noise=1.98977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119901 Jy ! Component: 100 - total flux cleaned = 0.00120327 Jy ! Component: 150 - total flux cleaned = 0.000987483 Jy ! Component: 200 - total flux cleaned = 0.000704842 Jy ! Total flux subtracted in 200 components = 0.000704842 Jy ! Clean residual min=-0.004467 max=0.004913 Jy/beam ! Clean residual mean=0.000019 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.741185 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 74 components and 0.741185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087743Jy sigma=0.414963 ! Fit after self-cal, rms=0.087750Jy sigma=0.414840 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 (-27, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00334016 Jy ! Component: 100 - total flux cleaned = 0.00366347 Jy ! Component: 150 - total flux cleaned = 0.00366405 Jy ! Component: 200 - total flux cleaned = 0.00350286 Jy ! Total flux subtracted in 200 components = 0.00350286 Jy ! Clean residual min=-0.003963 max=0.003795 Jy/beam ! Clean residual mean=0.000029 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.744688 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.744688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087435Jy sigma=0.413525 ! Fit after self-cal, rms=0.087428Jy sigma=0.413457 ! 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.087428Jy sigma=0.413457 ! Fit after self-cal, rms=0.087493Jy sigma=0.413301 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=9.82 mas, bpa=2.411 degrees ! Estimated noise=1.98895 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124767 Jy ! Component: 100 - total flux cleaned = 0.00132755 Jy ! Component: 150 - total flux cleaned = 0.00118577 Jy ! Component: 200 - total flux cleaned = 0.000985807 Jy ! Total flux subtracted in 200 components = 0.000985807 Jy ! Clean residual min=-0.004016 max=0.003705 Jy/beam ! Clean residual mean=0.000022 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.745674 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 96 components and 0.745674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087341Jy sigma=0.412732 ! Fit after self-cal, rms=0.087345Jy sigma=0.412700 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.000191143 Jy ! Component: 100 - total flux cleaned = 6.8555e-05 Jy ! Component: 150 - total flux cleaned = -0.000107855 Jy ! Component: 200 - total flux cleaned = -0.000277795 Jy ! Total flux subtracted in 200 components = -0.000277795 Jy ! Clean residual min=-0.003859 max=0.003638 Jy/beam ! Clean residual mean=0.000022 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.745396 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 104 components and 0.745396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087257Jy sigma=0.412321 ! Fit after self-cal, rms=0.087259Jy sigma=0.412305 ! 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.087259Jy sigma=0.412305 ! Fit after self-cal, rms=0.087314Jy sigma=0.412257 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.142 mas, bmaj=24.07 mas, bpa=-0.3656 degrees ! Estimated noise=2.47997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156157 Jy ! Component: 100 - total flux cleaned = -0.00217826 Jy ! Component: 150 - total flux cleaned = -0.00249091 Jy ! Component: 200 - total flux cleaned = -0.00267867 Jy ! Total flux subtracted in 200 components = -0.00267867 Jy ! Clean residual min=-0.004479 max=0.003420 Jy/beam ! Clean residual mean=0.000025 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.742717 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 113 components and 0.742718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087274Jy sigma=0.412168 ! Fit after self-cal, rms=0.087268Jy sigma=0.412144 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.00010124 Jy ! Component: 100 - total flux cleaned = -0.000314352 Jy ! Component: 150 - total flux cleaned = -0.000451415 Jy ! Component: 200 - total flux cleaned = -0.000551959 Jy ! Total flux subtracted in 200 components = -0.000551959 Jy ! Clean residual min=-0.004472 max=0.003386 Jy/beam ! Clean residual mean=0.000022 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.742166 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 118 components and 0.742166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087245Jy sigma=0.412095 ! Fit after self-cal, rms=0.087241Jy sigma=0.412078 ! 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.264 mas, bmaj=9.818 mas, bpa=2.393 degrees ! Estimated noise=1.98831 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 9.818 at 2.393 degrees (North through East) ! Clean map min=-0.009933 max=0.56331 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.087241Jy sigma=0.412078 ! Fit after self-cal, rms=0.082250Jy sigma=0.378238 ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=9.819 mas, bpa=2.405 degrees ! Estimated noise=1.98682 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.05587e-05 Jy ! Component: 100 - total flux cleaned = 7.44744e-05 Jy ! Component: 150 - total flux cleaned = 7.55119e-05 Jy ! Component: 200 - total flux cleaned = 7.50564e-05 Jy ! Total flux subtracted in 200 components = 7.50564e-05 Jy ! Clean residual min=-0.003750 max=0.003465 Jy/beam ! Clean residual mean=0.000024 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.742241 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 130 components and 0.742241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082173Jy sigma=0.377846 ! Fit after self-cal, rms=0.082174Jy sigma=0.377830 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.30221e-05 Jy ! Component: 100 - total flux cleaned = -8.01869e-05 Jy ! Component: 150 - total flux cleaned = -0.00012557 Jy ! Component: 200 - total flux cleaned = -0.000214579 Jy ! Total flux subtracted in 200 components = -0.000214579 Jy ! Clean residual min=-0.003697 max=0.003428 Jy/beam ! Clean residual mean=0.000024 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.742026 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 137 components and 0.742026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082120Jy sigma=0.377571 ! Fit after self-cal, rms=0.082121Jy sigma=0.377562 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082121Jy sigma=0.377562 ! Fit after self-cal, rms=0.082144Jy sigma=0.377538 print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.71 mas, bmaj=8.25 mas, bpa=1.508 degrees ! Estimated noise=2.83794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.423846 Jy ! Component: 100 - total flux cleaned = 0.559759 Jy ! Component: 150 - total flux cleaned = 0.631876 Jy ! Component: 200 - total flux cleaned = 0.672405 Jy ! Total flux subtracted in 200 components = 0.672405 Jy ! Clean residual min=-0.012162 max=0.020386 Jy/beam ! Clean residual mean=-0.000062 rms=0.003282 Jy/beam ! Combined flux in latest and established models = 0.672405 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.672405 Jy ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=9.818 mas, bpa=2.4 degrees ! Estimated noise=1.98657 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.0292761 Jy ! Component: 100 - total flux cleaned = 0.0443465 Jy ! Component: 150 - total flux cleaned = 0.0533862 Jy ! Component: 200 - total flux cleaned = 0.0592587 Jy ! Total flux subtracted in 200 components = 0.0592587 Jy ! Clean residual min=-0.004924 max=0.005797 Jy/beam ! Clean residual mean=-0.000007 rms=0.001234 Jy/beam ! Combined flux in latest and established models = 0.731664 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 50 components and 0.731664 Jy ! Inverting map ! Added new window around map position (27, -79). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00510426 Jy ! Component: 100 - total flux cleaned = 0.00719449 Jy ! Component: 150 - total flux cleaned = 0.00818601 Jy ! Component: 200 - total flux cleaned = 0.008578 Jy ! Total flux subtracted in 200 components = 0.008578 Jy ! Clean residual min=-0.004430 max=0.004373 Jy/beam ! Clean residual mean=0.000015 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.740242 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 71 components and 0.740242 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.147 mas, bmaj=24.09 mas, bpa=-0.348 degrees ! Estimated noise=2.47733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129761 Jy ! Component: 100 - total flux cleaned = 0.00164106 Jy ! Component: 150 - total flux cleaned = 0.00187174 Jy ! Component: 200 - total flux cleaned = 0.00197646 Jy ! Total flux subtracted in 200 components = 0.00197646 Jy ! Clean residual min=-0.003692 max=0.003695 Jy/beam ! Clean residual mean=0.000041 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.742218 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 = 9.48823e-05 Jy ! Component: 100 - total flux cleaned = 0.000136076 Jy ! Component: 150 - total flux cleaned = 9.6534e-05 Jy ! Component: 200 - total flux cleaned = 0.000133897 Jy ! Total flux subtracted in 200 components = 0.000133897 Jy ! Clean residual min=-0.003709 max=0.003661 Jy/beam ! Clean residual mean=0.000042 rms=0.000975 Jy/beam ! Combined flux in latest and established models = 0.742352 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 102 components and 0.742352 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.264 mas, bmaj=9.818 mas, bpa=2.4 degrees ! Estimated noise=1.98657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351538 Jy ! Component: 100 - total flux cleaned = 0.000560251 Jy ! Component: 150 - total flux cleaned = 0.000652353 Jy ! Component: 200 - total flux cleaned = 0.000743219 Jy ! Total flux subtracted in 200 components = 0.000743219 Jy ! Clean residual min=-0.003835 max=0.003984 Jy/beam ! Clean residual mean=0.000023 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.743096 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 121 components and 0.743096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082413Jy sigma=0.378999 ! Fit after self-cal, rms=0.082342Jy sigma=0.378650 wmodel J1418-3509_S_map.mod ! Writing 121 model components to file: J1418-3509_S_map.mod wobs J1418-3509_S_uvs.fits ! Writing UV FITS file: J1418-3509_S_uvs.fits wwins J1418-3509_S_map.win ! wwins: Wrote 5 windows to J1418-3509_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.000536679 Jy ! Component: 100 - total flux cleaned = 0.000784812 Jy ! Component: 150 - total flux cleaned = 0.00101481 Jy ! Component: 200 - total flux cleaned = 0.00117978 Jy ! Component: 250 - total flux cleaned = 0.00107615 Jy ! Component: 300 - total flux cleaned = 0.00107631 Jy ! Component: 350 - total flux cleaned = 0.000978567 Jy ! Component: 400 - total flux cleaned = 0.000885446 Jy ! Component: 450 - total flux cleaned = 0.000839971 Jy ! Component: 500 - total flux cleaned = 0.000751096 Jy ! Component: 550 - total flux cleaned = 0.000707315 Jy ! Component: 600 - total flux cleaned = 0.000791358 Jy ! Component: 650 - total flux cleaned = 0.000872625 Jy ! Component: 700 - total flux cleaned = 0.000952579 Jy ! Component: 750 - total flux cleaned = 0.00106841 Jy ! Component: 800 - total flux cleaned = 0.00110622 Jy ! Component: 850 - total flux cleaned = 0.00118017 Jy ! Component: 900 - total flux cleaned = 0.00107137 Jy ! Component: 950 - total flux cleaned = 0.00117876 Jy ! Component: 1000 - total flux cleaned = 0.00121382 Jy ! Component: 1050 - total flux cleaned = 0.00128312 Jy ! Component: 1100 - total flux cleaned = 0.00124915 Jy ! Component: 1150 - total flux cleaned = 0.00134828 Jy ! Component: 1200 - total flux cleaned = 0.00134845 Jy ! Component: 1250 - total flux cleaned = 0.00138034 Jy ! Component: 1300 - total flux cleaned = 0.00134869 Jy ! Component: 1350 - total flux cleaned = 0.00141042 Jy ! Component: 1400 - total flux cleaned = 0.00131864 Jy ! Component: 1450 - total flux cleaned = 0.00131837 Jy ! Component: 1500 - total flux cleaned = 0.00125906 Jy ! Component: 1550 - total flux cleaned = 0.00125952 Jy ! Component: 1600 - total flux cleaned = 0.00125962 Jy ! Component: 1650 - total flux cleaned = 0.00128815 Jy ! Component: 1700 - total flux cleaned = 0.00125954 Jy ! Component: 1750 - total flux cleaned = 0.00117699 Jy ! Component: 1800 - total flux cleaned = 0.00112287 Jy ! Component: 1850 - total flux cleaned = 0.00117688 Jy ! Component: 1900 - total flux cleaned = 0.00112396 Jy ! Component: 1950 - total flux cleaned = 0.00114981 Jy ! Component: 2000 - total flux cleaned = 0.00117557 Jy ! Component: 2050 - total flux cleaned = 0.00120072 Jy ! Component: 2100 - total flux cleaned = 0.00125075 Jy ! Component: 2150 - total flux cleaned = 0.00125039 Jy ! Component: 2200 - total flux cleaned = 0.0012997 Jy ! Component: 2250 - total flux cleaned = 0.00137266 Jy ! Component: 2300 - total flux cleaned = 0.00146836 Jy ! Component: 2350 - total flux cleaned = 0.00161074 Jy ! Component: 2400 - total flux cleaned = 0.0016106 Jy ! Component: 2450 - total flux cleaned = 0.00175013 Jy ! Component: 2500 - total flux cleaned = 0.00184195 Jy ! Component: 2550 - total flux cleaned = 0.00195556 Jy ! Component: 2600 - total flux cleaned = 0.0019779 Jy ! Component: 2650 - total flux cleaned = 0.00206717 Jy ! Component: 2700 - total flux cleaned = 0.0022214 Jy ! Component: 2750 - total flux cleaned = 0.00233032 Jy ! Component: 2800 - total flux cleaned = 0.00243793 Jy ! Component: 2850 - total flux cleaned = 0.00256623 Jy ! Component: 2900 - total flux cleaned = 0.00267173 Jy ! Component: 2950 - total flux cleaned = 0.00277617 Jy ! Component: 3000 - total flux cleaned = 0.0029007 Jy ! Component: 3050 - total flux cleaned = 0.00302394 Jy ! Component: 3100 - total flux cleaned = 0.0031257 Jy ! Component: 3150 - total flux cleaned = 0.00322654 Jy ! Component: 3200 - total flux cleaned = 0.00336635 Jy ! Component: 3250 - total flux cleaned = 0.00348511 Jy ! Component: 3300 - total flux cleaned = 0.00362223 Jy ! Component: 3350 - total flux cleaned = 0.00371954 Jy ! Component: 3400 - total flux cleaned = 0.00385456 Jy ! Component: 3450 - total flux cleaned = 0.00393133 Jy ! Component: 3500 - total flux cleaned = 0.00410199 Jy ! Component: 3550 - total flux cleaned = 0.00419602 Jy ! Component: 3600 - total flux cleaned = 0.00432656 Jy ! Component: 3650 - total flux cleaned = 0.00445577 Jy ! Component: 3700 - total flux cleaned = 0.00462061 Jy ! Component: 3750 - total flux cleaned = 0.00472944 Jy ! Component: 3800 - total flux cleaned = 0.00483763 Jy ! Component: 3850 - total flux cleaned = 0.00492701 Jy ! Component: 3900 - total flux cleaned = 0.00508672 Jy ! Component: 3950 - total flux cleaned = 0.00522758 Jy ! Component: 4000 - total flux cleaned = 0.00534968 Jy ! Component: 4050 - total flux cleaned = 0.00543613 Jy ! Total flux subtracted in 4096 components = 0.00553944 Jy ! Clean residual min=-0.000963 max=0.000973 Jy/beam ! Clean residual mean=0.000003 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.748635 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 417 components and 0.748635 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1418-3509_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.264 x 9.818 at 2.4 degrees (North through East) ! Clean map min=-0.0020428 max=0.56668 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1418-3509_S_map.fits wmodel /image_prod/ug002_uva//J1418-3509_S_map.mod ! Writing 417 model components to file: /image_prod/ug002_uva//J1418-3509_S_map.mod wobs /image_prod/ug002_uva//J1418-3509_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1418-3509_S_uvs.fits wwins /image_prod/ug002_uva//J1418-3509_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J1418-3509_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.566676 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000318552 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.168642 0.168642 0.337285 0.674569 1.34914 2.69828 5.39655 10.7931 21.5862 43.1724 86.3448 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.566 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1778.91 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1418-3509_S_dfm.log closed on Thu Mar 5 01:40:49 2020