! Started logfile: /image_prod/ug002_uva//J2259-0811_S_dfm.log on Thu Mar 5 06:01:47 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//J2259-0811_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2259-0811_S_uva.fits ! AN table 1: 20 integrations on 6 of 6 possible baselines. ! AN table 2: 40 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.995161 visibilities/baseline/integration-bin. ! Found source: J2259-0811 ! ! 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 3702 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 J2259-0811_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.012685Jy sigma=7.561236 ! Fit after self-cal, rms=0.889516Jy sigma=6.592860 ! 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.482 mas, bmaj=7.024 mas, bpa=-6.893 degrees ! Estimated noise=2.22976 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.0871717 Jy ! Component: 100 - total flux cleaned = 0.108205 Jy ! Total flux subtracted in 100 components = 0.108205 Jy ! Clean residual min=-0.005815 max=0.008263 Jy/beam ! Clean residual mean=-0.000007 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.108205 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.108205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070855Jy sigma=0.469311 ! Fit after self-cal, rms=0.070683Jy sigma=0.468750 ! 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=2.877 mas, bmaj=7.573 mas, bpa=-6.219 degrees ! Estimated noise=1.61938 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.00953796 Jy ! Component: 100 - total flux cleaned = 0.0141437 Jy ! Component: 150 - total flux cleaned = 0.0168852 Jy ! Component: 200 - total flux cleaned = 0.0183837 Jy ! Total flux subtracted in 200 components = 0.0183837 Jy ! Clean residual min=-0.004540 max=0.005537 Jy/beam ! Clean residual mean=-0.000002 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.126589 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 34 components and 0.126589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069627Jy sigma=0.457482 ! Fit after self-cal, rms=0.069615Jy sigma=0.457341 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.877 x 7.573 at -6.219 degrees (North through East) ! Clean map min=-0.004293 max=0.11227 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.94 MK 0.99 OV 0.91 PT 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 0.98 HN 0.97 KP 0.96 ! MK 1.01 NL 0.95 OV 0.93 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! KP 1.00 MK 0.99 OV 0.91 PT 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.96 HN 0.96 KP 1.00 ! MK 1.02 NL 1.08 OV 1.07 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! KP 0.94 MK 1.13 OV 0.85 PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.19 FD 0.98 HN 0.94 KP 1.00 ! MK 1.07 NL 0.94 OV 1.43 SC 0.97 ! ! ! Fit before self-cal, rms=0.069615Jy sigma=0.457341 ! Fit after self-cal, rms=0.073012Jy sigma=0.447248 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.89 mas, bmaj=7.595 mas, bpa=-6.149 degrees ! Estimated noise=1.61907 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 = -3.5237e-05 Jy ! Component: 100 - total flux cleaned = 3.85279e-05 Jy ! Component: 150 - total flux cleaned = 3.94596e-05 Jy ! Component: 200 - total flux cleaned = 3.92584e-05 Jy ! Total flux subtracted in 200 components = 3.92584e-05 Jy ! Clean residual min=-0.004358 max=0.004279 Jy/beam ! Clean residual mean=-0.000005 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.126628 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.126628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072974Jy sigma=0.446944 ! Fit after self-cal, rms=0.073112Jy sigma=0.446728 ! 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.073112Jy sigma=0.446728 ! Fit after self-cal, rms=0.078932Jy sigma=0.436519 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.592 mas, bpa=-5.909 degrees ! Estimated noise=1.62045 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.92863e-05 Jy ! Component: 100 - total flux cleaned = -5.3693e-05 Jy ! Component: 150 - total flux cleaned = -0.00010206 Jy ! Component: 200 - total flux cleaned = -0.00014675 Jy ! Total flux subtracted in 200 components = -0.00014675 Jy ! Clean residual min=-0.002698 max=0.003327 Jy/beam ! Clean residual mean=-0.000002 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.126481 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.126481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078914Jy sigma=0.436362 ! Fit after self-cal, rms=0.079082Jy sigma=0.436191 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 (6, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00297747 Jy ! Component: 100 - total flux cleaned = 0.00396548 Jy ! Component: 150 - total flux cleaned = 0.00421828 Jy ! Component: 200 - total flux cleaned = 0.00443326 Jy ! Total flux subtracted in 200 components = 0.00443326 Jy ! Clean residual min=-0.002467 max=0.002425 Jy/beam ! Clean residual mean=-0.000001 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.130915 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 63 components and 0.130915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078929Jy sigma=0.435187 ! Fit after self-cal, rms=0.078948Jy sigma=0.435053 ! 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.078948Jy sigma=0.435053 ! Fit after self-cal, rms=0.078658Jy sigma=0.434901 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.881 mas, bmaj=7.583 mas, bpa=-5.828 degrees ! Estimated noise=1.61412 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134197 Jy ! Component: 100 - total flux cleaned = 0.00185281 Jy ! Component: 150 - total flux cleaned = 0.00197639 Jy ! Component: 200 - total flux cleaned = 0.00205861 Jy ! Total flux subtracted in 200 components = 0.00205861 Jy ! Clean residual min=-0.002285 max=0.002207 Jy/beam ! Clean residual mean=-0.000001 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.132973 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.132973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078614Jy sigma=0.434648 ! Fit after self-cal, rms=0.078621Jy sigma=0.434615 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.000620831 Jy ! Component: 100 - total flux cleaned = 0.000694913 Jy ! Component: 150 - total flux cleaned = 0.000762473 Jy ! Component: 200 - total flux cleaned = 0.000741145 Jy ! Total flux subtracted in 200 components = 0.000741145 Jy ! Clean residual min=-0.002247 max=0.002177 Jy/beam ! Clean residual mean=-0.000001 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.133714 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.133714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078602Jy sigma=0.434516 ! Fit after self-cal, rms=0.078601Jy sigma=0.434511 ! 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.078601Jy sigma=0.434511 ! Fit after self-cal, rms=0.078331Jy sigma=0.434474 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.486 mas, bmaj=11.66 mas, bpa=-4.99 degrees ! Estimated noise=2.13064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000268037 Jy ! Component: 100 - total flux cleaned = 0.000328306 Jy ! Component: 150 - total flux cleaned = 0.000459172 Jy ! Component: 200 - total flux cleaned = 0.000571351 Jy ! Total flux subtracted in 200 components = 0.000571351 Jy ! Clean residual min=-0.002518 max=0.002670 Jy/beam ! Clean residual mean=-0.000006 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.134286 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 89 components and 0.134286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078317Jy sigma=0.434444 ! Fit after self-cal, rms=0.078313Jy sigma=0.434425 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.03382e-05 Jy ! Component: 100 - total flux cleaned = 0.000152945 Jy ! Component: 150 - total flux cleaned = 0.000206738 Jy ! Component: 200 - total flux cleaned = 0.000222851 Jy ! Total flux subtracted in 200 components = 0.000222851 Jy ! Clean residual min=-0.002480 max=0.002593 Jy/beam ! Clean residual mean=-0.000006 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.134509 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 101 components and 0.134509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078310Jy sigma=0.434432 ! Fit after self-cal, rms=0.078304Jy sigma=0.434422 ! 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=2.878 mas, bmaj=7.579 mas, bpa=-5.81 degrees ! Estimated noise=1.61416 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.878 x 7.579 at -5.81 degrees (North through East) ! Clean map min=-0.0020993 max=0.11167 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=2.484 mas, bmaj=7.072 mas, bpa=-6.768 degrees ! Estimated noise=2.23717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0873388 Jy ! Component: 100 - total flux cleaned = 0.108995 Jy ! Component: 150 - total flux cleaned = 0.117253 Jy ! Component: 200 - total flux cleaned = 0.122219 Jy ! Total flux subtracted in 200 components = 0.122219 Jy ! Clean residual min=-0.004359 max=0.004039 Jy/beam ! Clean residual mean=-0.000004 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.122219 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.122219 Jy ! Inverting map and beam ! Estimated beam: bmin=2.878 mas, bmaj=7.579 mas, bpa=-5.81 degrees ! Estimated noise=1.61416 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.00395802 Jy ! Component: 100 - total flux cleaned = 0.00640954 Jy ! Component: 150 - total flux cleaned = 0.0082664 Jy ! Component: 200 - total flux cleaned = 0.00929586 Jy ! Total flux subtracted in 200 components = 0.00929586 Jy ! Clean residual min=-0.002521 max=0.002423 Jy/beam ! Clean residual mean=-0.000003 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.131514 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 61 components and 0.131514 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=6.486 mas, bmaj=11.66 mas, bpa=-4.99 degrees ! Estimated noise=2.13064 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149589 Jy ! Component: 100 - total flux cleaned = 0.00211817 Jy ! Component: 150 - total flux cleaned = 0.00241764 Jy ! Component: 200 - total flux cleaned = 0.00263435 Jy ! Total flux subtracted in 200 components = 0.00263435 Jy ! Clean residual min=-0.002556 max=0.002762 Jy/beam ! Clean residual mean=-0.000006 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.134149 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) ! Added new window around map position (13, 104.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0014676 Jy ! Component: 100 - total flux cleaned = 0.0021825 Jy ! Component: 150 - total flux cleaned = 0.00256216 Jy ! Component: 200 - total flux cleaned = 0.002883 Jy ! Total flux subtracted in 200 components = 0.002883 Jy ! Clean residual min=-0.001793 max=0.001712 Jy/beam ! Clean residual mean=-0.000000 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.137032 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 101 components and 0.137032 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.878 mas, bmaj=7.579 mas, bpa=-5.81 degrees ! Estimated noise=1.61416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000179616 Jy ! Component: 100 - total flux cleaned = 0.000453453 Jy ! Component: 150 - total flux cleaned = 0.000793887 Jy ! Component: 200 - total flux cleaned = 0.00101344 Jy ! Total flux subtracted in 200 components = 0.00101344 Jy ! Clean residual min=-0.002172 max=0.002184 Jy/beam ! Clean residual mean=-0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.138045 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 126 components and 0.138045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078252Jy sigma=0.433916 ! Fit after self-cal, rms=0.078199Jy sigma=0.433800 wmodel J2259-0811_S_map.mod ! Writing 126 model components to file: J2259-0811_S_map.mod wobs J2259-0811_S_uvs.fits ! Writing UV FITS file: J2259-0811_S_uvs.fits wwins J2259-0811_S_map.win ! wwins: Wrote 3 windows to J2259-0811_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.000321456 Jy ! Component: 100 - total flux cleaned = -0.00042944 Jy ! Component: 150 - total flux cleaned = -0.000330055 Jy ! Component: 200 - total flux cleaned = -0.000359391 Jy ! Component: 250 - total flux cleaned = -0.000447205 Jy ! Component: 300 - total flux cleaned = -0.000446831 Jy ! Component: 350 - total flux cleaned = -0.000420092 Jy ! Component: 400 - total flux cleaned = -0.000473024 Jy ! Component: 450 - total flux cleaned = -0.000447341 Jy ! Component: 500 - total flux cleaned = -0.000397538 Jy ! Component: 550 - total flux cleaned = -0.000471654 Jy ! Component: 600 - total flux cleaned = -0.00049593 Jy ! Component: 650 - total flux cleaned = -0.000589388 Jy ! Component: 700 - total flux cleaned = -0.000657619 Jy ! Component: 750 - total flux cleaned = -0.000702412 Jy ! Component: 800 - total flux cleaned = -0.000769075 Jy ! Component: 850 - total flux cleaned = -0.000877212 Jy ! Component: 900 - total flux cleaned = -0.000940678 Jy ! Component: 950 - total flux cleaned = -0.000920081 Jy ! Component: 1000 - total flux cleaned = -0.000961399 Jy ! Component: 1050 - total flux cleaned = -0.00102175 Jy ! Component: 1100 - total flux cleaned = -0.00104182 Jy ! Component: 1150 - total flux cleaned = -0.00110013 Jy ! Component: 1200 - total flux cleaned = -0.00111952 Jy ! Component: 1250 - total flux cleaned = -0.00115757 Jy ! Component: 1300 - total flux cleaned = -0.00119457 Jy ! Component: 1350 - total flux cleaned = -0.00123093 Jy ! Component: 1400 - total flux cleaned = -0.00119479 Jy ! Component: 1450 - total flux cleaned = -0.00121297 Jy ! Component: 1500 - total flux cleaned = -0.00121305 Jy ! Component: 1550 - total flux cleaned = -0.00124765 Jy ! Component: 1600 - total flux cleaned = -0.00126429 Jy ! Component: 1650 - total flux cleaned = -0.00124744 Jy ! Component: 1700 - total flux cleaned = -0.00129731 Jy ! Component: 1750 - total flux cleaned = -0.00133031 Jy ! Component: 1800 - total flux cleaned = -0.00137924 Jy ! Component: 1850 - total flux cleaned = -0.00144369 Jy ! Component: 1900 - total flux cleaned = -0.00145964 Jy ! Component: 1950 - total flux cleaned = -0.00152277 Jy ! Component: 2000 - total flux cleaned = -0.00155414 Jy ! Component: 2050 - total flux cleaned = -0.0015697 Jy ! Component: 2100 - total flux cleaned = -0.00161549 Jy ! Component: 2150 - total flux cleaned = -0.0016004 Jy ! Component: 2200 - total flux cleaned = -0.00161536 Jy ! Component: 2250 - total flux cleaned = -0.00164524 Jy ! Component: 2300 - total flux cleaned = -0.00166005 Jy ! Component: 2350 - total flux cleaned = -0.00167485 Jy ! Component: 2400 - total flux cleaned = -0.00173274 Jy ! Component: 2450 - total flux cleaned = -0.00176138 Jy ! Component: 2500 - total flux cleaned = -0.00180407 Jy ! Component: 2550 - total flux cleaned = -0.00181814 Jy ! Component: 2600 - total flux cleaned = -0.00187408 Jy ! Component: 2650 - total flux cleaned = -0.00187416 Jy ! Component: 2700 - total flux cleaned = -0.00191541 Jy ! Component: 2750 - total flux cleaned = -0.00190191 Jy ! Component: 2800 - total flux cleaned = -0.00192903 Jy ! Component: 2850 - total flux cleaned = -0.00194243 Jy ! Component: 2900 - total flux cleaned = -0.00198227 Jy ! Component: 2950 - total flux cleaned = -0.00196901 Jy ! Component: 3000 - total flux cleaned = -0.00206051 Jy ! Component: 3050 - total flux cleaned = -0.00204745 Jy ! Component: 3100 - total flux cleaned = -0.00208604 Jy ! Component: 3150 - total flux cleaned = -0.00204763 Jy ! Component: 3200 - total flux cleaned = -0.00208564 Jy ! Component: 3250 - total flux cleaned = -0.00204785 Jy ! Component: 3300 - total flux cleaned = -0.00208538 Jy ! Component: 3350 - total flux cleaned = -0.00213489 Jy ! Component: 3400 - total flux cleaned = -0.00215935 Jy ! Component: 3450 - total flux cleaned = -0.00212261 Jy ! Component: 3500 - total flux cleaned = -0.00215908 Jy ! Component: 3550 - total flux cleaned = -0.00218327 Jy ! Component: 3600 - total flux cleaned = -0.00223141 Jy ! Component: 3650 - total flux cleaned = -0.00227916 Jy ! Component: 3700 - total flux cleaned = -0.00227914 Jy ! Component: 3750 - total flux cleaned = -0.00232622 Jy ! Component: 3800 - total flux cleaned = -0.00237296 Jy ! Component: 3850 - total flux cleaned = -0.00237289 Jy ! Component: 3900 - total flux cleaned = -0.00244233 Jy ! Component: 3950 - total flux cleaned = -0.00241916 Jy ! Component: 4000 - total flux cleaned = -0.00240772 Jy ! Component: 4050 - total flux cleaned = -0.00245332 Jy ! Total flux subtracted in 4096 components = -0.00247602 Jy ! Clean residual min=-0.000741 max=0.000836 Jy/beam ! Clean residual mean=-0.000002 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.135569 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 381 components and 0.135569 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2259-0811_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.878 x 7.579 at -5.81 degrees (North through East) ! Clean map min=-0.0018551 max=0.11169 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2259-0811_S_map.fits wmodel /image_prod/ug002_uva//J2259-0811_S_map.mod ! Writing 381 model components to file: /image_prod/ug002_uva//J2259-0811_S_map.mod wobs /image_prod/ug002_uva//J2259-0811_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2259-0811_S_uvs.fits wwins /image_prod/ug002_uva//J2259-0811_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J2259-0811_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.111688 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187512 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.503667 0.503667 1.00733 2.01467 4.02934 8.05868 16.1174 32.2347 64.4694 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.111 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 595.631 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2259-0811_S_dfm.log closed on Thu Mar 5 06:01:50 2020