! Started logfile: /image_prod/ug002_uva//J0154+0823_S_dfm.log on Wed Mar 4 19:17:43 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//J0154+0823_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0154+0823_S_uva.fits ! AN table 1: 62 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.918638 visibilities/baseline/integration-bin. ! Found source: J0154+0823 ! ! 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 7689 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 J0154+0823_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003350Jy sigma=8.460349 ! Fit after self-cal, rms=0.924518Jy sigma=7.803040 ! 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.943 mas, bmaj=6.984 mas, bpa=-3.173 degrees ! Estimated noise=1.4117 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.0599596 Jy ! Component: 100 - total flux cleaned = 0.0731659 Jy ! Total flux subtracted in 100 components = 0.0731659 Jy ! Clean residual min=-0.002682 max=0.004399 Jy/beam ! Clean residual mean=-0.000002 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.0731659 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0731659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065203Jy sigma=0.459709 ! Fit after self-cal, rms=0.065036Jy sigma=0.458691 ! Inverting map ! Added new window around map position (3, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00488857 Jy ! Component: 100 - total flux cleaned = 0.00740026 Jy ! Total flux subtracted in 100 components = 0.00740026 Jy ! Clean residual min=-0.002457 max=0.003052 Jy/beam ! Clean residual mean=-0.000001 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.0805661 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.0805661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064701Jy sigma=0.455254 ! Fit after self-cal, rms=0.064695Jy sigma=0.455113 ! 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.538 mas, bmaj=8.029 mas, bpa=-1.954 degrees ! Estimated noise=0.987244 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.00105625 Jy ! Component: 100 - total flux cleaned = 0.00138944 Jy ! Component: 150 - total flux cleaned = 0.00155611 Jy ! Component: 200 - total flux cleaned = 0.00161068 Jy ! Total flux subtracted in 200 components = 0.00161068 Jy ! Clean residual min=-0.001985 max=0.001870 Jy/beam ! Clean residual mean=0.000000 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0821768 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 34 components and 0.0821768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064636Jy sigma=0.454713 ! Fit after self-cal, rms=0.064631Jy sigma=0.454683 ! 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.538 x 8.029 at -1.954 degrees (North through East) ! Clean map min=-0.0019167 max=0.077367 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.03 KP 1.01 ! LA 1.00 MK 0.95 NL 1.05 OV 1.06 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 0.99 KP 1.04 ! LA 1.00 MK 0.99 NL 1.13 OV 0.97 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.08 KP 1.01 ! LA 1.01 MK 1.03 NL 0.86 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! Fit before self-cal, rms=0.064631Jy sigma=0.454683 ! Fit after self-cal, rms=0.063971Jy sigma=0.452645 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.545 mas, bmaj=8.018 mas, bpa=-1.931 degrees ! Estimated noise=0.98576 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 = -8.98516e-05 Jy ! Component: 100 - total flux cleaned = -0.000130985 Jy ! Component: 150 - total flux cleaned = -0.000148883 Jy ! Component: 200 - total flux cleaned = -0.000165118 Jy ! Total flux subtracted in 200 components = -0.000165118 Jy ! Clean residual min=-0.001864 max=0.001826 Jy/beam ! Clean residual mean=0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0820117 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.0820117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063954Jy sigma=0.452570 ! Fit after self-cal, rms=0.063973Jy sigma=0.452494 ! 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.063973Jy sigma=0.452494 ! Fit after self-cal, rms=0.061329Jy sigma=0.451092 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.544 mas, bmaj=8.027 mas, bpa=-1.849 degrees ! Estimated noise=0.986177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.46343e-05 Jy ! Component: 100 - total flux cleaned = -2.4198e-07 Jy ! Component: 150 - total flux cleaned = -2.34421e-05 Jy ! Component: 200 - total flux cleaned = -2.26434e-05 Jy ! Total flux subtracted in 200 components = -2.26434e-05 Jy ! Clean residual min=-0.001772 max=0.001817 Jy/beam ! Clean residual mean=0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.081989 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.081989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061321Jy sigma=0.451061 ! Fit after self-cal, rms=0.061315Jy sigma=0.451029 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 (-59, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169735 Jy ! Component: 100 - total flux cleaned = 0.00234857 Jy ! Component: 150 - total flux cleaned = 0.00261116 Jy ! Component: 200 - total flux cleaned = 0.00270395 Jy ! Total flux subtracted in 200 components = 0.00270395 Jy ! Clean residual min=-0.001798 max=0.001526 Jy/beam ! Clean residual mean=0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.084693 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 70 components and 0.084693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061252Jy sigma=0.450600 ! Fit after self-cal, rms=0.061252Jy sigma=0.450563 ! 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.061252Jy sigma=0.450563 ! Fit after self-cal, rms=0.060746Jy sigma=0.450460 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=8.017 mas, bpa=-1.768 degrees ! Estimated noise=0.983316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000543269 Jy ! Component: 100 - total flux cleaned = 0.000606254 Jy ! Component: 150 - total flux cleaned = 0.000682821 Jy ! Component: 200 - total flux cleaned = 0.000735537 Jy ! Total flux subtracted in 200 components = 0.000735537 Jy ! Clean residual min=-0.001749 max=0.001479 Jy/beam ! Clean residual mean=0.000002 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.0854285 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.0854285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060727Jy sigma=0.450373 ! Fit after self-cal, rms=0.060726Jy sigma=0.450366 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.000142475 Jy ! Component: 100 - total flux cleaned = 0.000174057 Jy ! Component: 150 - total flux cleaned = 0.000203021 Jy ! Component: 200 - total flux cleaned = 0.000230233 Jy ! Total flux subtracted in 200 components = 0.000230233 Jy ! Clean residual min=-0.001739 max=0.001454 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.0856587 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.0856587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060716Jy sigma=0.450330 ! Fit after self-cal, rms=0.060717Jy sigma=0.450328 ! 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.060717Jy sigma=0.450328 ! Fit after self-cal, rms=0.060717Jy sigma=0.450321 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.958 mas, bmaj=12.01 mas, bpa=-1.782 degrees ! Estimated noise=1.14837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156564 Jy ! Component: 100 - total flux cleaned = 0.000212654 Jy ! Component: 150 - total flux cleaned = 0.000282292 Jy ! Component: 200 - total flux cleaned = 0.00034247 Jy ! Total flux subtracted in 200 components = 0.00034247 Jy ! Clean residual min=-0.001666 max=0.001577 Jy/beam ! Clean residual mean=0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0860012 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.0860012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060714Jy sigma=0.450317 ! Fit after self-cal, rms=0.060715Jy sigma=0.450311 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.51077e-05 Jy ! Component: 100 - total flux cleaned = 6.26322e-05 Jy ! Component: 150 - total flux cleaned = 7.04512e-05 Jy ! Component: 200 - total flux cleaned = 7.04693e-05 Jy ! Total flux subtracted in 200 components = 7.04693e-05 Jy ! Clean residual min=-0.001673 max=0.001612 Jy/beam ! Clean residual mean=0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0860717 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 100 components and 0.0860717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060715Jy sigma=0.450318 ! Fit after self-cal, rms=0.060716Jy sigma=0.450317 ! 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.543 mas, bmaj=8.012 mas, bpa=-1.753 degrees ! Estimated noise=0.98347 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.543 x 8.012 at -1.753 degrees (North through East) ! Clean map min=-0.0015983 max=0.07736 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.943 mas, bmaj=6.967 mas, bpa=-3.056 degrees ! Estimated noise=1.40647 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0597223 Jy ! Component: 100 - total flux cleaned = 0.0730245 Jy ! Component: 150 - total flux cleaned = 0.078125 Jy ! Component: 200 - total flux cleaned = 0.0810669 Jy ! Total flux subtracted in 200 components = 0.0810669 Jy ! Clean residual min=-0.002399 max=0.002105 Jy/beam ! Clean residual mean=0.000000 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0810669 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0810669 Jy ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=8.012 mas, bpa=-1.753 degrees ! Estimated noise=0.98347 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.00197487 Jy ! Component: 100 - total flux cleaned = 0.00300165 Jy ! Component: 150 - total flux cleaned = 0.00340994 Jy ! Component: 200 - total flux cleaned = 0.00376005 Jy ! Total flux subtracted in 200 components = 0.00376005 Jy ! Clean residual min=-0.001874 max=0.001531 Jy/beam ! Clean residual mean=0.000002 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.084827 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.084827 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=7.958 mas, bmaj=12.01 mas, bpa=-1.782 degrees ! Estimated noise=1.14837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00042397 Jy ! Component: 100 - total flux cleaned = 0.00069375 Jy ! Component: 150 - total flux cleaned = 0.000901387 Jy ! Component: 200 - total flux cleaned = 0.00104446 Jy ! Total flux subtracted in 200 components = 0.00104446 Jy ! Clean residual min=-0.001721 max=0.001597 Jy/beam ! Clean residual mean=0.000003 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0858714 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 = 6.37599e-05 Jy ! Component: 100 - total flux cleaned = 0.00012086 Jy ! Component: 150 - total flux cleaned = 0.000172592 Jy ! Component: 200 - total flux cleaned = 0.000207626 Jy ! Total flux subtracted in 200 components = 0.000207626 Jy ! Clean residual min=-0.001695 max=0.001603 Jy/beam ! Clean residual mean=0.000004 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0860791 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 64 components and 0.0860791 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=8.012 mas, bpa=-1.753 degrees ! Estimated noise=0.98347 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.25089e-05 Jy ! Component: 100 - total flux cleaned = 5.60586e-05 Jy ! Component: 150 - total flux cleaned = 0.000142495 Jy ! Component: 200 - total flux cleaned = 0.000180298 Jy ! Total flux subtracted in 200 components = 0.000180298 Jy ! Clean residual min=-0.001757 max=0.001469 Jy/beam ! Clean residual mean=0.000002 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.0862594 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.0862594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060737Jy sigma=0.450379 ! Fit after self-cal, rms=0.060734Jy sigma=0.450360 wmodel J0154+0823_S_map.mod ! Writing 72 model components to file: J0154+0823_S_map.mod wobs J0154+0823_S_uvs.fits ! Writing UV FITS file: J0154+0823_S_uvs.fits wwins J0154+0823_S_map.win ! wwins: Wrote 3 windows to J0154+0823_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.000370553 Jy ! Component: 100 - total flux cleaned = -0.000450809 Jy ! Component: 150 - total flux cleaned = -0.000375588 Jy ! Component: 200 - total flux cleaned = -0.000206658 Jy ! Component: 250 - total flux cleaned = -9.06113e-05 Jy ! Component: 300 - total flux cleaned = 0.000113298 Jy ! Component: 350 - total flux cleaned = 0.000267739 Jy ! Component: 400 - total flux cleaned = 0.00041829 Jy ! Component: 450 - total flux cleaned = 0.000544546 Jy ! Component: 500 - total flux cleaned = 0.000668098 Jy ! Component: 550 - total flux cleaned = 0.000728831 Jy ! Component: 600 - total flux cleaned = 0.000867194 Jy ! Component: 650 - total flux cleaned = 0.00100222 Jy ! Component: 700 - total flux cleaned = 0.00100205 Jy ! Component: 750 - total flux cleaned = 0.0010583 Jy ! Component: 800 - total flux cleaned = 0.0011321 Jy ! Component: 850 - total flux cleaned = 0.00120494 Jy ! Component: 900 - total flux cleaned = 0.00129408 Jy ! Component: 950 - total flux cleaned = 0.00132945 Jy ! Component: 1000 - total flux cleaned = 0.00139929 Jy ! Component: 1050 - total flux cleaned = 0.00139945 Jy ! Component: 1100 - total flux cleaned = 0.00145016 Jy ! Component: 1150 - total flux cleaned = 0.00151676 Jy ! Component: 1200 - total flux cleaned = 0.00158252 Jy ! Component: 1250 - total flux cleaned = 0.00171288 Jy ! Component: 1300 - total flux cleaned = 0.00172868 Jy ! Component: 1350 - total flux cleaned = 0.001856 Jy ! Component: 1400 - total flux cleaned = 0.00193465 Jy ! Component: 1450 - total flux cleaned = 0.0019814 Jy ! Component: 1500 - total flux cleaned = 0.00208928 Jy ! Component: 1550 - total flux cleaned = 0.00219579 Jy ! Component: 1600 - total flux cleaned = 0.00224063 Jy ! Component: 1650 - total flux cleaned = 0.002345 Jy ! Component: 1700 - total flux cleaned = 0.00241891 Jy ! Component: 1750 - total flux cleaned = 0.00252114 Jy ! Component: 1800 - total flux cleaned = 0.00260805 Jy ! Component: 1850 - total flux cleaned = 0.00272257 Jy ! Component: 1900 - total flux cleaned = 0.00268006 Jy ! Component: 1950 - total flux cleaned = 0.00279284 Jy ! Component: 2000 - total flux cleaned = 0.00289033 Jy ! Component: 2050 - total flux cleaned = 0.0030007 Jy ! Component: 2100 - total flux cleaned = 0.00305534 Jy ! Component: 2150 - total flux cleaned = 0.00313671 Jy ! Component: 2200 - total flux cleaned = 0.00316381 Jy ! Component: 2250 - total flux cleaned = 0.00329724 Jy ! Component: 2300 - total flux cleaned = 0.00336329 Jy ! Component: 2350 - total flux cleaned = 0.00345508 Jy ! Component: 2400 - total flux cleaned = 0.00352028 Jy ! Component: 2450 - total flux cleaned = 0.00359775 Jy ! Component: 2500 - total flux cleaned = 0.00367463 Jy ! Component: 2550 - total flux cleaned = 0.00371283 Jy ! Component: 2600 - total flux cleaned = 0.00381406 Jy ! Component: 2650 - total flux cleaned = 0.00386428 Jy ! Component: 2700 - total flux cleaned = 0.00391416 Jy ! Component: 2750 - total flux cleaned = 0.00401319 Jy ! Component: 2800 - total flux cleaned = 0.00406238 Jy ! Component: 2850 - total flux cleaned = 0.00414776 Jy ! Component: 2900 - total flux cleaned = 0.00422031 Jy ! Component: 2950 - total flux cleaned = 0.00424418 Jy ! Component: 3000 - total flux cleaned = 0.00432779 Jy ! Component: 3050 - total flux cleaned = 0.00436333 Jy ! Component: 3100 - total flux cleaned = 0.00441045 Jy ! Component: 3150 - total flux cleaned = 0.00448068 Jy ! Component: 3200 - total flux cleaned = 0.0045738 Jy ! Component: 3250 - total flux cleaned = 0.00459683 Jy ! Component: 3300 - total flux cleaned = 0.00465423 Jy ! Component: 3350 - total flux cleaned = 0.00467712 Jy ! Component: 3400 - total flux cleaned = 0.00475654 Jy ! Component: 3450 - total flux cleaned = 0.00483535 Jy ! Component: 3500 - total flux cleaned = 0.00488014 Jy ! Component: 3550 - total flux cleaned = 0.00493589 Jy ! Component: 3600 - total flux cleaned = 0.00503534 Jy ! Component: 3650 - total flux cleaned = 0.00510126 Jy ! Component: 3700 - total flux cleaned = 0.00511222 Jy ! Component: 3750 - total flux cleaned = 0.00517735 Jy ! Component: 3800 - total flux cleaned = 0.00522051 Jy ! Component: 3850 - total flux cleaned = 0.00530629 Jy ! Component: 3900 - total flux cleaned = 0.0053596 Jy ! Component: 3950 - total flux cleaned = 0.00540204 Jy ! Component: 4000 - total flux cleaned = 0.00548652 Jy ! Component: 4050 - total flux cleaned = 0.00553893 Jy ! Total flux subtracted in 4096 components = 0.00555979 Jy ! Clean residual min=-0.000718 max=0.000568 Jy/beam ! Clean residual mean=0.000001 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.0918192 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 381 components and 0.0918191 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0154+0823_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.543 x 8.012 at -1.753 degrees (North through East) ! Clean map min=-0.0011395 max=0.077132 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0154+0823_S_map.fits wmodel /image_prod/ug002_uva//J0154+0823_S_map.mod ! Writing 381 model components to file: /image_prod/ug002_uva//J0154+0823_S_map.mod wobs /image_prod/ug002_uva//J0154+0823_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0154+0823_S_uvs.fits wwins /image_prod/ug002_uva//J0154+0823_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0154+0823_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0771323 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194367 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.755975 0.755975 1.51195 3.0239 6.0478 12.0956 24.1912 48.3824 96.7648 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.077 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 396.838 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0154+0823_S_dfm.log closed on Wed Mar 4 19:17:47 2020