! Started logfile: /image_prod/ug002_uva//J2200-1632_S_dfm.log on Thu Mar 5 05:26:20 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//J2200-1632_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2200-1632_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.991667 visibilities/baseline/integration-bin. ! Found source: J2200-1632 ! ! 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 4998 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 J2200-1632_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001329Jy sigma=6.642072 ! Fit after self-cal, rms=0.904962Jy sigma=5.958656 ! 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.398 mas, bmaj=6.185 mas, bpa=-3.91 degrees ! Estimated noise=2.46403 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.074809 Jy ! Component: 100 - total flux cleaned = 0.0939698 Jy ! Total flux subtracted in 100 components = 0.0939698 Jy ! Clean residual min=-0.007665 max=0.015229 Jy/beam ! Clean residual mean=-0.000000 rms=0.002223 Jy/beam ! Combined flux in latest and established models = 0.0939698 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0939698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077151Jy sigma=0.475940 ! Fit after self-cal, rms=0.076781Jy sigma=0.474260 ! Inverting map ! Added new window around map position (-2.5, 9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111111 Jy ! Component: 100 - total flux cleaned = 0.0134107 Jy ! Total flux subtracted in 100 components = 0.0134107 Jy ! Clean residual min=-0.006336 max=0.009483 Jy/beam ! Clean residual mean=-0.000000 rms=0.001668 Jy/beam ! Combined flux in latest and established models = 0.107381 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.107381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075366Jy sigma=0.460882 ! Fit after self-cal, rms=0.075204Jy sigma=0.459286 ! 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.94 mas, bmaj=6.981 mas, bpa=-3.038 degrees ! Estimated noise=1.5497 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.00507393 Jy ! Component: 100 - total flux cleaned = 0.00589734 Jy ! Component: 150 - total flux cleaned = 0.00600082 Jy ! Component: 200 - total flux cleaned = 0.00599306 Jy ! Total flux subtracted in 200 components = 0.00599306 Jy ! Clean residual min=-0.004869 max=0.005823 Jy/beam ! Clean residual mean=-0.000005 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.113374 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.113374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074823Jy sigma=0.455404 ! Fit after self-cal, rms=0.074825Jy sigma=0.455243 ! 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.94 x 6.981 at -3.038 degrees (North through East) ! Clean map min=-0.0045865 max=0.094679 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 HN 1.04 LA 0.94 MK 0.96 ! NL 0.99 OV 0.94 PT 1.00 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.28 HN 1.03 LA 0.98 MK 0.99 ! NL 1.00 OV 0.94 PT 0.99 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.47 HN 1.03 LA 0.93 MK 0.92 ! NL 0.95 OV 0.95 PT 1.03 SC 0.90 ! ! ! Fit before self-cal, rms=0.074825Jy sigma=0.455243 ! Fit after self-cal, rms=0.076700Jy sigma=0.448271 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.89 mas, bmaj=6.943 mas, bpa=-2.975 degrees ! Estimated noise=1.54075 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.0015851 Jy ! Component: 100 - total flux cleaned = -0.00182733 Jy ! Component: 150 - total flux cleaned = -0.00191918 Jy ! Component: 200 - total flux cleaned = -0.00204323 Jy ! Total flux subtracted in 200 components = -0.00204323 Jy ! Clean residual min=-0.003555 max=0.003291 Jy/beam ! Clean residual mean=-0.000006 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.11133 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 49 components and 0.11133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076587Jy sigma=0.447815 ! Fit after self-cal, rms=0.076716Jy sigma=0.447530 ! 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.076716Jy sigma=0.447530 ! Fit after self-cal, rms=0.078373Jy sigma=0.444233 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.902 mas, bmaj=7.017 mas, bpa=-2.301 degrees ! Estimated noise=1.54758 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000798815 Jy ! Component: 100 - total flux cleaned = -0.0011279 Jy ! Component: 150 - total flux cleaned = -0.00116742 Jy ! Component: 200 - total flux cleaned = -0.00119847 Jy ! Total flux subtracted in 200 components = -0.00119847 Jy ! Clean residual min=-0.003006 max=0.002538 Jy/beam ! Clean residual mean=-0.000003 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.110132 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.110132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078315Jy sigma=0.443900 ! Fit after self-cal, rms=0.078370Jy sigma=0.443793 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.000106406 Jy ! Component: 100 - total flux cleaned = -0.000215498 Jy ! Component: 150 - total flux cleaned = -0.000237789 Jy ! Component: 200 - total flux cleaned = -0.000237624 Jy ! Total flux subtracted in 200 components = -0.000237624 Jy ! Clean residual min=-0.002894 max=0.002609 Jy/beam ! Clean residual mean=-0.000003 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.109894 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.109894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078352Jy sigma=0.443689 ! Fit after self-cal, rms=0.078352Jy sigma=0.443682 ! 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.078352Jy sigma=0.443682 ! Fit after self-cal, rms=0.079639Jy sigma=0.443565 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=7.049 mas, bpa=-2.017 degrees ! Estimated noise=1.55066 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000580898 Jy ! Component: 100 - total flux cleaned = -0.000612294 Jy ! Component: 150 - total flux cleaned = -0.000663482 Jy ! Component: 200 - total flux cleaned = -0.000685758 Jy ! Total flux subtracted in 200 components = -0.000685758 Jy ! Clean residual min=-0.002754 max=0.002495 Jy/beam ! Clean residual mean=-0.000003 rms=0.000641 Jy/beam ! Combined flux in latest and established models = 0.109209 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 70 components and 0.109209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079612Jy sigma=0.443421 ! Fit after self-cal, rms=0.079632Jy sigma=0.443402 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.000117591 Jy ! Component: 100 - total flux cleaned = -0.000189136 Jy ! Component: 150 - total flux cleaned = -0.00022075 Jy ! Component: 200 - total flux cleaned = -0.000234899 Jy ! Total flux subtracted in 200 components = -0.000234899 Jy ! Clean residual min=-0.002812 max=0.002525 Jy/beam ! Clean residual mean=-0.000003 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.108974 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 73 components and 0.108974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079624Jy sigma=0.443358 ! Fit after self-cal, rms=0.079622Jy sigma=0.443353 ! 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.079622Jy sigma=0.443353 ! Fit after self-cal, rms=0.080602Jy sigma=0.443289 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.611 mas, bmaj=13.96 mas, bpa=2.682 degrees ! Estimated noise=2.04954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000309824 Jy ! Component: 100 - total flux cleaned = -0.000256899 Jy ! Component: 150 - total flux cleaned = -0.00021255 Jy ! Component: 200 - total flux cleaned = -0.000199507 Jy ! Total flux subtracted in 200 components = -0.000199507 Jy ! Clean residual min=-0.003519 max=0.002726 Jy/beam ! Clean residual mean=-0.000008 rms=0.000887 Jy/beam ! Combined flux in latest and established models = 0.108774 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 80 components and 0.108774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080598Jy sigma=0.443254 ! Fit after self-cal, rms=0.080613Jy sigma=0.443240 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 = -2.85171e-05 Jy ! Component: 100 - total flux cleaned = -3.26308e-05 Jy ! Component: 150 - total flux cleaned = -9.24757e-06 Jy ! Component: 200 - total flux cleaned = -9.33436e-06 Jy ! Total flux subtracted in 200 components = -9.33436e-06 Jy ! Clean residual min=-0.003452 max=0.002728 Jy/beam ! Clean residual mean=-0.000008 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.108765 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.108765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080611Jy sigma=0.443228 ! Fit after self-cal, rms=0.080613Jy sigma=0.443219 ! 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.906 mas, bmaj=7.073 mas, bpa=-1.804 degrees ! Estimated noise=1.5529 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.906 x 7.073 at -1.804 degrees (North through East) ! Clean map min=-0.0025823 max=0.095615 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.376 mas, bmaj=6.274 mas, bpa=-2.513 degrees ! Estimated noise=2.46849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.074864 Jy ! Component: 100 - total flux cleaned = 0.0944556 Jy ! Component: 150 - total flux cleaned = 0.102967 Jy ! Component: 200 - total flux cleaned = 0.106082 Jy ! Total flux subtracted in 200 components = 0.106082 Jy ! Clean residual min=-0.005121 max=0.004876 Jy/beam ! Clean residual mean=-0.000000 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.106082 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.106082 Jy ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=7.073 mas, bpa=-1.804 degrees ! Estimated noise=1.5529 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.00384445 Jy ! Component: 100 - total flux cleaned = 0.00393157 Jy ! Component: 150 - total flux cleaned = 0.00375606 Jy ! Component: 200 - total flux cleaned = 0.00346552 Jy ! Total flux subtracted in 200 components = 0.00346552 Jy ! Clean residual min=-0.002841 max=0.002523 Jy/beam ! Clean residual mean=-0.000003 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.109548 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 35 components and 0.109548 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.611 mas, bmaj=13.96 mas, bpa=2.682 degrees ! Estimated noise=2.04954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000329094 Jy ! Component: 100 - total flux cleaned = -0.000433167 Jy ! Component: 150 - total flux cleaned = -0.000538734 Jy ! Component: 200 - total flux cleaned = -0.000579127 Jy ! Total flux subtracted in 200 components = -0.000579127 Jy ! Clean residual min=-0.003543 max=0.002638 Jy/beam ! Clean residual mean=-0.000007 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.108968 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 = -3.35981e-05 Jy ! Component: 100 - total flux cleaned = -6.23082e-05 Jy ! Component: 150 - total flux cleaned = -6.22983e-05 Jy ! Component: 200 - total flux cleaned = -6.2434e-05 Jy ! Total flux subtracted in 200 components = -6.2434e-05 Jy ! Clean residual min=-0.003511 max=0.002661 Jy/beam ! Clean residual mean=-0.000007 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.108906 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.108906 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.906 mas, bmaj=7.073 mas, bpa=-1.804 degrees ! Estimated noise=1.5529 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000301223 Jy ! Component: 100 - total flux cleaned = 0.00030084 Jy ! Component: 150 - total flux cleaned = 0.000255106 Jy ! Component: 200 - total flux cleaned = 0.000234232 Jy ! Total flux subtracted in 200 components = 0.000234232 Jy ! Clean residual min=-0.002740 max=0.002409 Jy/beam ! Clean residual mean=-0.000003 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.10914 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.10914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080662Jy sigma=0.443449 ! Fit after self-cal, rms=0.080627Jy sigma=0.443392 wmodel J2200-1632_S_map.mod ! Writing 51 model components to file: J2200-1632_S_map.mod wobs J2200-1632_S_uvs.fits ! Writing UV FITS file: J2200-1632_S_uvs.fits wwins J2200-1632_S_map.win ! wwins: Wrote 2 windows to J2200-1632_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.00113868 Jy ! Component: 100 - total flux cleaned = -0.00175552 Jy ! Component: 150 - total flux cleaned = -0.00220561 Jy ! Component: 200 - total flux cleaned = -0.00255182 Jy ! Component: 250 - total flux cleaned = -0.00288259 Jy ! Component: 300 - total flux cleaned = -0.00312774 Jy ! Component: 350 - total flux cleaned = -0.00319464 Jy ! Component: 400 - total flux cleaned = -0.00316268 Jy ! Component: 450 - total flux cleaned = -0.00316318 Jy ! Component: 500 - total flux cleaned = -0.00316316 Jy ! Component: 550 - total flux cleaned = -0.0032229 Jy ! Component: 600 - total flux cleaned = -0.00322289 Jy ! Component: 650 - total flux cleaned = -0.00322292 Jy ! Component: 700 - total flux cleaned = -0.00322304 Jy ! Component: 750 - total flux cleaned = -0.0032775 Jy ! Component: 800 - total flux cleaned = -0.00333039 Jy ! Component: 850 - total flux cleaned = -0.00335645 Jy ! Component: 900 - total flux cleaned = -0.00343298 Jy ! Component: 950 - total flux cleaned = -0.00340763 Jy ! Component: 1000 - total flux cleaned = -0.00343201 Jy ! Component: 1050 - total flux cleaned = -0.0034075 Jy ! Component: 1100 - total flux cleaned = -0.00345452 Jy ! Component: 1150 - total flux cleaned = -0.0034538 Jy ! Component: 1200 - total flux cleaned = -0.0034993 Jy ! Component: 1250 - total flux cleaned = -0.0034548 Jy ! Component: 1300 - total flux cleaned = -0.00354279 Jy ! Component: 1350 - total flux cleaned = -0.00358574 Jy ! Component: 1400 - total flux cleaned = -0.00360743 Jy ! Component: 1450 - total flux cleaned = -0.00371217 Jy ! Component: 1500 - total flux cleaned = -0.00371245 Jy ! Component: 1550 - total flux cleaned = -0.00379394 Jy ! Component: 1600 - total flux cleaned = -0.00385413 Jy ! Component: 1650 - total flux cleaned = -0.00389326 Jy ! Component: 1700 - total flux cleaned = -0.00391248 Jy ! Component: 1750 - total flux cleaned = -0.00391221 Jy ! Component: 1800 - total flux cleaned = -0.00389335 Jy ! Component: 1850 - total flux cleaned = -0.00391196 Jy ! Component: 1900 - total flux cleaned = -0.00394866 Jy ! Component: 1950 - total flux cleaned = -0.00394874 Jy ! Component: 2000 - total flux cleaned = -0.00400216 Jy ! Component: 2050 - total flux cleaned = -0.00410797 Jy ! Component: 2100 - total flux cleaned = -0.00415968 Jy ! Component: 2150 - total flux cleaned = -0.00414232 Jy ! Component: 2200 - total flux cleaned = -0.00415938 Jy ! Component: 2250 - total flux cleaned = -0.00426009 Jy ! Component: 2300 - total flux cleaned = -0.00430942 Jy ! Component: 2350 - total flux cleaned = -0.00429285 Jy ! Component: 2400 - total flux cleaned = -0.00432521 Jy ! Component: 2450 - total flux cleaned = -0.004309 Jy ! Component: 2500 - total flux cleaned = -0.00435659 Jy ! Component: 2550 - total flux cleaned = -0.0043564 Jy ! Component: 2600 - total flux cleaned = -0.00427862 Jy ! Component: 2650 - total flux cleaned = -0.00423276 Jy ! Component: 2700 - total flux cleaned = -0.00427853 Jy ! Component: 2750 - total flux cleaned = -0.00423336 Jy ! Component: 2800 - total flux cleaned = -0.00418856 Jy ! Component: 2850 - total flux cleaned = -0.00414406 Jy ! Component: 2900 - total flux cleaned = -0.00408523 Jy ! Component: 2950 - total flux cleaned = -0.00404171 Jy ! Component: 3000 - total flux cleaned = -0.00401289 Jy ! Component: 3050 - total flux cleaned = -0.00394132 Jy ! Component: 3100 - total flux cleaned = -0.00387045 Jy ! Component: 3150 - total flux cleaned = -0.00375798 Jy ! Component: 3200 - total flux cleaned = -0.00366058 Jy ! Component: 3250 - total flux cleaned = -0.00359148 Jy ! Component: 3300 - total flux cleaned = -0.00352312 Jy ! Component: 3350 - total flux cleaned = -0.00349594 Jy ! Component: 3400 - total flux cleaned = -0.0034418 Jy ! Component: 3450 - total flux cleaned = -0.00338802 Jy ! Component: 3500 - total flux cleaned = -0.00329469 Jy ! Component: 3550 - total flux cleaned = -0.0032154 Jy ! Component: 3600 - total flux cleaned = -0.00315002 Jy ! Component: 3650 - total flux cleaned = -0.00308508 Jy ! Component: 3700 - total flux cleaned = -0.00302046 Jy ! Component: 3750 - total flux cleaned = -0.00294349 Jy ! Component: 3800 - total flux cleaned = -0.00290524 Jy ! Component: 3850 - total flux cleaned = -0.00285455 Jy ! Component: 3900 - total flux cleaned = -0.00276675 Jy ! Component: 3950 - total flux cleaned = -0.00275424 Jy ! Component: 4000 - total flux cleaned = -0.00261804 Jy ! Component: 4050 - total flux cleaned = -0.00256884 Jy ! Total flux subtracted in 4096 components = -0.00252001 Jy ! Clean residual min=-0.000924 max=0.000893 Jy/beam ! Clean residual mean=-0.000000 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.10662 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 324 components and 0.10662 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2200-1632_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.906 x 7.073 at -1.804 degrees (North through East) ! Clean map min=-0.0014566 max=0.095994 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2200-1632_S_map.fits wmodel /image_prod/ug002_uva//J2200-1632_S_map.mod ! Writing 324 model components to file: /image_prod/ug002_uva//J2200-1632_S_map.mod wobs /image_prod/ug002_uva//J2200-1632_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2200-1632_S_uvs.fits wwins /image_prod/ug002_uva//J2200-1632_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2200-1632_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0959943 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202386 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.632495 0.632495 1.26499 2.52998 5.05996 10.1199 20.2398 40.4797 80.9593 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.095 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 474.312 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2200-1632_S_dfm.log closed on Thu Mar 5 05:26:24 2020