! Started logfile: /image_prod/ug002_uva//J2200-1945_S_dfm.log on Thu Mar 5 05:26:31 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-1945_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2200-1945_S_uva.fits ! AN table 1: 110 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.872403 visibilities/baseline/integration-bin. ! Found source: J2200-1945 ! ! 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 8061 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-1945_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005316Jy sigma=6.615816 ! Fit after self-cal, rms=0.948019Jy sigma=6.232464 ! 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.625 mas, bmaj=7.481 mas, bpa=6.636 degrees ! Estimated noise=2.1094 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.042781 Jy ! Component: 100 - total flux cleaned = 0.0523341 Jy ! Total flux subtracted in 100 components = 0.0523341 Jy ! Clean residual min=-0.005046 max=0.007494 Jy/beam ! Clean residual mean=0.000003 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.0523341 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0523341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076431Jy sigma=0.450871 ! Fit after self-cal, rms=0.075088Jy sigma=0.441708 ! 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.13 mas, bmaj=8.315 mas, bpa=5.079 degrees ! Estimated noise=1.23523 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 (-2.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00606617 Jy ! Component: 100 - total flux cleaned = 0.00916634 Jy ! Component: 150 - total flux cleaned = 0.0106846 Jy ! Component: 200 - total flux cleaned = 0.0110784 Jy ! Total flux subtracted in 200 components = 0.0110784 Jy ! Clean residual min=-0.002710 max=0.003985 Jy/beam ! Clean residual mean=0.000003 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.0634124 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 33 components and 0.0634124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074645Jy sigma=0.437676 ! Fit after self-cal, rms=0.074589Jy sigma=0.437137 ! 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.13 x 8.315 at 5.079 degrees (North through East) ! Clean map min=-0.0026442 max=0.054146 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 0.99 LA 0.96 MK 1.01 ! NL 0.97 OV 1.01 PT 1.01 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 HN 0.93 LA 0.97 MK 1.04 ! NL 0.99 OV 1.00 PT 1.02 SC 0.93 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 HN 0.99 LA 0.98 MK 1.08 ! NL 0.87 OV 1.00 PT 0.98 SC 0.97 ! ! ! Fit before self-cal, rms=0.074589Jy sigma=0.437137 ! Fit after self-cal, rms=0.075413Jy sigma=0.435612 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=8.338 mas, bpa=5.56 degrees ! Estimated noise=1.23094 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.00156566 Jy ! Component: 100 - total flux cleaned = 0.00187342 Jy ! Component: 150 - total flux cleaned = 0.00203951 Jy ! Component: 200 - total flux cleaned = 0.00215755 Jy ! Total flux subtracted in 200 components = 0.00215755 Jy ! Clean residual min=-0.002133 max=0.002462 Jy/beam ! Clean residual mean=0.000006 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.06557 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 54 components and 0.06557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075363Jy sigma=0.435403 ! Fit after self-cal, rms=0.075419Jy sigma=0.435063 ! 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.075419Jy sigma=0.435063 ! Fit after self-cal, rms=0.074365Jy sigma=0.433993 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.127 mas, bmaj=8.418 mas, bpa=5.397 degrees ! Estimated noise=1.23748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.25354e-05 Jy ! Component: 100 - total flux cleaned = 4.76084e-05 Jy ! Component: 150 - total flux cleaned = 0.000138055 Jy ! Component: 200 - total flux cleaned = 0.000199037 Jy ! Total flux subtracted in 200 components = 0.000199037 Jy ! Clean residual min=-0.001864 max=0.001881 Jy/beam ! Clean residual mean=-0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.065769 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.065769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074346Jy sigma=0.433905 ! Fit after self-cal, rms=0.074325Jy sigma=0.433771 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.68927e-05 Jy ! Component: 100 - total flux cleaned = 7.58227e-05 Jy ! Component: 150 - total flux cleaned = 0.000128437 Jy ! Component: 200 - total flux cleaned = 0.000206705 Jy ! Total flux subtracted in 200 components = 0.000206705 Jy ! Clean residual min=-0.001841 max=0.001877 Jy/beam ! Clean residual mean=-0.000000 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0659757 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.0659757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074314Jy sigma=0.433723 ! Fit after self-cal, rms=0.074311Jy sigma=0.433716 ! 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.074311Jy sigma=0.433716 ! Fit after self-cal, rms=0.074243Jy sigma=0.433686 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=8.432 mas, bpa=5.377 degrees ! Estimated noise=1.23594 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.12059e-05 Jy ! Component: 100 - total flux cleaned = 1.2357e-06 Jy ! Component: 150 - total flux cleaned = 6.17474e-05 Jy ! Component: 200 - total flux cleaned = 0.000117366 Jy ! Total flux subtracted in 200 components = 0.000117366 Jy ! Clean residual min=-0.001842 max=0.001813 Jy/beam ! Clean residual mean=-0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0660931 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.0660931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074234Jy sigma=0.433651 ! Fit after self-cal, rms=0.074231Jy sigma=0.433641 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.7664e-05 Jy ! Component: 100 - total flux cleaned = 8.58407e-05 Jy ! Component: 150 - total flux cleaned = 0.000152967 Jy ! Component: 200 - total flux cleaned = 0.000202804 Jy ! Total flux subtracted in 200 components = 0.000202804 Jy ! Clean residual min=-0.001843 max=0.001824 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.0662959 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 85 components and 0.0662959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074224Jy sigma=0.433619 ! Fit after self-cal, rms=0.074223Jy sigma=0.433615 ! 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.074223Jy sigma=0.433615 ! Fit after self-cal, rms=0.074141Jy sigma=0.433609 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.742 mas, bmaj=15.59 mas, bpa=5.055 degrees ! Estimated noise=1.56302 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102439 Jy ! Component: 100 - total flux cleaned = 0.000101913 Jy ! Component: 150 - total flux cleaned = 0.000140429 Jy ! Component: 200 - total flux cleaned = 0.000175082 Jy ! Total flux subtracted in 200 components = 0.000175082 Jy ! Clean residual min=-0.001635 max=0.001864 Jy/beam ! Clean residual mean=-0.000005 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.066471 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 90 components and 0.066471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074137Jy sigma=0.433613 ! Fit after self-cal, rms=0.074139Jy sigma=0.433602 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 = 6.33279e-05 Jy ! Component: 100 - total flux cleaned = 9.9625e-05 Jy ! Component: 150 - total flux cleaned = 0.00012251 Jy ! Component: 200 - total flux cleaned = 0.000152368 Jy ! Total flux subtracted in 200 components = 0.000152368 Jy ! Clean residual min=-0.001618 max=0.001824 Jy/beam ! Clean residual mean=-0.000004 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0666234 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 91 components and 0.0666234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074137Jy sigma=0.433615 ! Fit after self-cal, rms=0.074138Jy sigma=0.433608 ! 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.131 mas, bmaj=8.438 mas, bpa=5.354 degrees ! Estimated noise=1.2337 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.131 x 8.438 at 5.354 degrees (North through East) ! Clean map min=-0.0017752 max=0.053649 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.626 mas, bmaj=7.597 mas, bpa=6.647 degrees ! Estimated noise=2.11029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0441671 Jy ! Component: 100 - total flux cleaned = 0.0548408 Jy ! Component: 150 - total flux cleaned = 0.0591606 Jy ! Component: 200 - total flux cleaned = 0.0610851 Jy ! Total flux subtracted in 200 components = 0.0610851 Jy ! Clean residual min=-0.003394 max=0.003178 Jy/beam ! Clean residual mean=0.000001 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.0610851 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0610851 Jy ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=8.438 mas, bpa=5.354 degrees ! Estimated noise=1.2337 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) ! Added new window around map position (-45, 80.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251378 Jy ! Component: 100 - total flux cleaned = 0.00391427 Jy ! Component: 150 - total flux cleaned = 0.00419723 Jy ! Component: 200 - total flux cleaned = 0.00439699 Jy ! Total flux subtracted in 200 components = 0.00439699 Jy ! Clean residual min=-0.001791 max=0.001806 Jy/beam ! Clean residual mean=-0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.0654821 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 44 components and 0.0654822 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.742 mas, bmaj=15.59 mas, bpa=5.055 degrees ! Estimated noise=1.56302 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000745684 Jy ! Component: 100 - total flux cleaned = 0.000890449 Jy ! Component: 150 - total flux cleaned = 0.000935866 Jy ! Component: 200 - total flux cleaned = 0.000963903 Jy ! Total flux subtracted in 200 components = 0.000963903 Jy ! Clean residual min=-0.001585 max=0.001786 Jy/beam ! Clean residual mean=-0.000004 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0664461 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 = 2.64692e-05 Jy ! Component: 100 - total flux cleaned = 3.88887e-05 Jy ! Component: 150 - total flux cleaned = 5.09924e-05 Jy ! Component: 200 - total flux cleaned = 7.3366e-05 Jy ! Total flux subtracted in 200 components = 7.3366e-05 Jy ! Clean residual min=-0.001586 max=0.001777 Jy/beam ! Clean residual mean=-0.000005 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.0665194 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 62 components and 0.0665194 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.131 mas, bmaj=8.438 mas, bpa=5.354 degrees ! Estimated noise=1.2337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000175693 Jy ! Component: 100 - total flux cleaned = -0.000263298 Jy ! Component: 150 - total flux cleaned = -0.000236817 Jy ! Component: 200 - total flux cleaned = -0.000236543 Jy ! Total flux subtracted in 200 components = -0.000236543 Jy ! Clean residual min=-0.001746 max=0.001766 Jy/beam ! Clean residual mean=-0.000001 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0662829 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.0662829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074121Jy sigma=0.433508 ! Fit after self-cal, rms=0.074102Jy sigma=0.433429 wmodel J2200-1945_S_map.mod ! Writing 80 model components to file: J2200-1945_S_map.mod wobs J2200-1945_S_uvs.fits ! Writing UV FITS file: J2200-1945_S_uvs.fits wwins J2200-1945_S_map.win ! wwins: Wrote 3 windows to J2200-1945_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 = -5.2611e-06 Jy ! Component: 100 - total flux cleaned = 8.1336e-05 Jy ! Component: 150 - total flux cleaned = 0.000244738 Jy ! Component: 200 - total flux cleaned = 0.000373994 Jy ! Component: 250 - total flux cleaned = 0.000399324 Jy ! Component: 300 - total flux cleaned = 0.000518674 Jy ! Component: 350 - total flux cleaned = 0.000609947 Jy ! Component: 400 - total flux cleaned = 0.000741135 Jy ! Component: 450 - total flux cleaned = 0.000804371 Jy ! Component: 500 - total flux cleaned = 0.000907264 Jy ! Component: 550 - total flux cleaned = 0.000986958 Jy ! Component: 600 - total flux cleaned = 0.00102602 Jy ! Component: 650 - total flux cleaned = 0.0011022 Jy ! Component: 700 - total flux cleaned = 0.00112106 Jy ! Component: 750 - total flux cleaned = 0.00121182 Jy ! Component: 800 - total flux cleaned = 0.001247 Jy ! Component: 850 - total flux cleaned = 0.00124695 Jy ! Component: 900 - total flux cleaned = 0.00128077 Jy ! Component: 950 - total flux cleaned = 0.00134696 Jy ! Component: 1000 - total flux cleaned = 0.00134703 Jy ! Component: 1050 - total flux cleaned = 0.00142707 Jy ! Component: 1100 - total flux cleaned = 0.00152166 Jy ! Component: 1150 - total flux cleaned = 0.00153724 Jy ! Component: 1200 - total flux cleaned = 0.00156732 Jy ! Component: 1250 - total flux cleaned = 0.00159725 Jy ! Component: 1300 - total flux cleaned = 0.00162687 Jy ! Component: 1350 - total flux cleaned = 0.00162718 Jy ! Component: 1400 - total flux cleaned = 0.00169879 Jy ! Component: 1450 - total flux cleaned = 0.00172741 Jy ! Component: 1500 - total flux cleaned = 0.00181122 Jy ! Component: 1550 - total flux cleaned = 0.00185256 Jy ! Component: 1600 - total flux cleaned = 0.00185256 Jy ! Component: 1650 - total flux cleaned = 0.00191954 Jy ! Component: 1700 - total flux cleaned = 0.00197242 Jy ! Component: 1750 - total flux cleaned = 0.00198534 Jy ! Component: 1800 - total flux cleaned = 0.00195934 Jy ! Component: 1850 - total flux cleaned = 0.00195923 Jy ! Component: 1900 - total flux cleaned = 0.00195938 Jy ! Component: 1950 - total flux cleaned = 0.00199709 Jy ! Component: 2000 - total flux cleaned = 0.0019723 Jy ! Component: 2050 - total flux cleaned = 0.00197235 Jy ! Component: 2100 - total flux cleaned = 0.0019603 Jy ! Component: 2150 - total flux cleaned = 0.0019605 Jy ! Component: 2200 - total flux cleaned = 0.00196043 Jy ! Component: 2250 - total flux cleaned = 0.00191331 Jy ! Component: 2300 - total flux cleaned = 0.00193668 Jy ! Component: 2350 - total flux cleaned = 0.00191357 Jy ! Component: 2400 - total flux cleaned = 0.00193639 Jy ! Component: 2450 - total flux cleaned = 0.001925 Jy ! Component: 2500 - total flux cleaned = 0.00188011 Jy ! Component: 2550 - total flux cleaned = 0.00189143 Jy ! Component: 2600 - total flux cleaned = 0.00192439 Jy ! Component: 2650 - total flux cleaned = 0.00188033 Jy ! Component: 2700 - total flux cleaned = 0.00186952 Jy ! Component: 2750 - total flux cleaned = 0.00184802 Jy ! Component: 2800 - total flux cleaned = 0.00184809 Jy ! Component: 2850 - total flux cleaned = 0.00180562 Jy ! Component: 2900 - total flux cleaned = 0.00183718 Jy ! Component: 2950 - total flux cleaned = 0.00176381 Jy ! Component: 3000 - total flux cleaned = 0.00177426 Jy ! Component: 3050 - total flux cleaned = 0.00175358 Jy ! Component: 3100 - total flux cleaned = 0.00171286 Jy ! Component: 3150 - total flux cleaned = 0.00173319 Jy ! Component: 3200 - total flux cleaned = 0.00170302 Jy ! Component: 3250 - total flux cleaned = 0.00168301 Jy ! Component: 3300 - total flux cleaned = 0.00160351 Jy ! Component: 3350 - total flux cleaned = 0.00162338 Jy ! Component: 3400 - total flux cleaned = 0.00159395 Jy ! Component: 3450 - total flux cleaned = 0.0015745 Jy ! Component: 3500 - total flux cleaned = 0.00157444 Jy ! Component: 3550 - total flux cleaned = 0.00152615 Jy ! Component: 3600 - total flux cleaned = 0.00149742 Jy ! Component: 3650 - total flux cleaned = 0.00145934 Jy ! Component: 3700 - total flux cleaned = 0.00144031 Jy ! Component: 3750 - total flux cleaned = 0.00141204 Jy ! Component: 3800 - total flux cleaned = 0.00135579 Jy ! Component: 3850 - total flux cleaned = 0.00130922 Jy ! Component: 3900 - total flux cleaned = 0.00126293 Jy ! Component: 3950 - total flux cleaned = 0.00124447 Jy ! Component: 4000 - total flux cleaned = 0.00121688 Jy ! Component: 4050 - total flux cleaned = 0.00117132 Jy ! Total flux subtracted in 4096 components = 0.00114409 Jy ! Clean residual min=-0.000580 max=0.000506 Jy/beam ! Clean residual mean=-0.000003 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.067427 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 358 components and 0.067427 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2200-1945_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.131 x 8.438 at 5.354 degrees (North through East) ! Clean map min=-0.0012503 max=0.053679 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2200-1945_S_map.fits wmodel /image_prod/ug002_uva//J2200-1945_S_map.mod ! Writing 358 model components to file: /image_prod/ug002_uva//J2200-1945_S_map.mod wobs /image_prod/ug002_uva//J2200-1945_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2200-1945_S_uvs.fits wwins /image_prod/ug002_uva//J2200-1945_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J2200-1945_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0536793 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158127 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.883734 0.883734 1.76747 3.53494 7.06987 14.1397 28.2795 56.559 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.053 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 339.468 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2200-1945_S_dfm.log closed on Thu Mar 5 05:26:34 2020