! Started logfile: /image_prod/ug002_uva//J2329+0834_S_dfm.log on Thu Mar 5 06:18:13 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//J2329+0834_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2329+0834_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.822685 visibilities/baseline/integration-bin. ! Found source: J2329+0834 ! ! 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 5331 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 J2329+0834_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024085Jy sigma=8.219361 ! Fit after self-cal, rms=0.811854Jy sigma=6.503687 ! 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.97 mas, bmaj=12.45 mas, bpa=-17.82 degrees ! Estimated noise=1.7062 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.147363 Jy ! Component: 100 - total flux cleaned = 0.179498 Jy ! Total flux subtracted in 100 components = 0.179498 Jy ! Clean residual min=-0.005385 max=0.008963 Jy/beam ! Clean residual mean=0.000004 rms=0.001480 Jy/beam ! Combined flux in latest and established models = 0.179498 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.179498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067091Jy sigma=0.478267 ! Fit after self-cal, rms=0.067085Jy sigma=0.478243 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00514935 Jy ! Component: 100 - total flux cleaned = 0.00523074 Jy ! Total flux subtracted in 100 components = 0.00523074 Jy ! Clean residual min=-0.004996 max=0.005011 Jy/beam ! Clean residual mean=0.000005 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.184729 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.184729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065928Jy sigma=0.470060 ! Fit after self-cal, rms=0.065909Jy sigma=0.469955 ! 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.51 mas, bmaj=12.88 mas, bpa=-17.85 degrees ! Estimated noise=1.24867 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.000893814 Jy ! Component: 100 - total flux cleaned = 0.00046969 Jy ! Component: 150 - total flux cleaned = 0.000216442 Jy ! Component: 200 - total flux cleaned = 7.43232e-05 Jy ! Total flux subtracted in 200 components = 7.43232e-05 Jy ! Clean residual min=-0.004681 max=0.004355 Jy/beam ! Clean residual mean=0.000004 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.184803 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.184803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065542Jy sigma=0.467754 ! Fit after self-cal, rms=0.065531Jy sigma=0.467739 ! 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.51 x 12.88 at -17.85 degrees (North through East) ! Clean map min=-0.0045574 max=0.19052 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 1.00 KP 1.02 ! LA 1.06 MK 1.02 NL 1.05 OV 1.04 ! PT 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.95 HN 0.97 KP 1.01 ! LA 1.04 MK 0.99 NL 1.02 OV 0.88 ! PT 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 0.95 KP 0.98 ! LA 1.05 MK 1.05 NL 1.00 OV 1.06 ! PT 1.03 ! ! ! Fit before self-cal, rms=0.065531Jy sigma=0.467739 ! Fit after self-cal, rms=0.063154Jy sigma=0.453399 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.521 mas, bmaj=12.72 mas, bpa=-17.74 degrees ! Estimated noise=1.24264 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.00207413 Jy ! Component: 100 - total flux cleaned = 0.00346767 Jy ! Component: 150 - total flux cleaned = 0.0038552 Jy ! Component: 200 - total flux cleaned = 0.00403611 Jy ! Total flux subtracted in 200 components = 0.00403611 Jy ! Clean residual min=-0.003315 max=0.003674 Jy/beam ! Clean residual mean=-0.000005 rms=0.000828 Jy/beam ! Combined flux in latest and established models = 0.188839 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 37 components and 0.188839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063074Jy sigma=0.452566 ! Fit after self-cal, rms=0.063110Jy sigma=0.452488 ! 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.063110Jy sigma=0.452488 ! Fit after self-cal, rms=0.061887Jy sigma=0.443913 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.51 mas, bmaj=12.67 mas, bpa=-17.71 degrees ! Estimated noise=1.24567 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139512 Jy ! Component: 100 - total flux cleaned = 0.00198631 Jy ! Component: 150 - total flux cleaned = 0.00219334 Jy ! Component: 200 - total flux cleaned = 0.00234424 Jy ! Total flux subtracted in 200 components = 0.00234424 Jy ! Clean residual min=-0.002501 max=0.002124 Jy/beam ! Clean residual mean=-0.000004 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.191184 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 48 components and 0.191184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061843Jy sigma=0.443609 ! Fit after self-cal, rms=0.061867Jy sigma=0.443572 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 = 7.96616e-05 Jy ! Component: 100 - total flux cleaned = 0.000185237 Jy ! Component: 150 - total flux cleaned = 0.000263925 Jy ! Component: 200 - total flux cleaned = 0.00033476 Jy ! Total flux subtracted in 200 components = 0.00033476 Jy ! Clean residual min=-0.002504 max=0.002114 Jy/beam ! Clean residual mean=-0.000004 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.191518 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.191518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061858Jy sigma=0.443505 ! Fit after self-cal, rms=0.061859Jy sigma=0.443501 ! 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.061859Jy sigma=0.443501 ! Fit after self-cal, rms=0.061910Jy sigma=0.443236 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.504 mas, bmaj=12.63 mas, bpa=-17.7 degrees ! Estimated noise=1.24625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000897744 Jy ! Component: 100 - total flux cleaned = 0.00140234 Jy ! Component: 150 - total flux cleaned = 0.00160009 Jy ! Component: 200 - total flux cleaned = 0.00171896 Jy ! Total flux subtracted in 200 components = 0.00171896 Jy ! Clean residual min=-0.002317 max=0.001981 Jy/beam ! Clean residual mean=-0.000004 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.193237 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.193237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061891Jy sigma=0.443096 ! Fit after self-cal, rms=0.061895Jy sigma=0.443093 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.87284e-05 Jy ! Component: 100 - total flux cleaned = 0.000146767 Jy ! Component: 150 - total flux cleaned = 0.00022157 Jy ! Component: 200 - total flux cleaned = 0.000289306 Jy ! Total flux subtracted in 200 components = 0.000289306 Jy ! Clean residual min=-0.002299 max=0.001969 Jy/beam ! Clean residual mean=-0.000003 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.193527 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.193527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061891Jy sigma=0.443061 ! Fit after self-cal, rms=0.061893Jy sigma=0.443059 ! 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.061893Jy sigma=0.443059 ! Fit after self-cal, rms=0.061809Jy sigma=0.443003 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.465 mas, bmaj=12.78 mas, bpa=-13.53 degrees ! Estimated noise=1.47671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000596344 Jy ! Component: 100 - total flux cleaned = 0.000780574 Jy ! Component: 150 - total flux cleaned = 0.000885343 Jy ! Component: 200 - total flux cleaned = 0.000960682 Jy ! Total flux subtracted in 200 components = 0.000960682 Jy ! Clean residual min=-0.001993 max=0.002089 Jy/beam ! Clean residual mean=-0.000008 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.194487 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 96 components and 0.194487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061806Jy sigma=0.442974 ! Fit after self-cal, rms=0.061806Jy sigma=0.442970 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.14748e-05 Jy ! Component: 100 - total flux cleaned = 4.74102e-05 Jy ! Component: 150 - total flux cleaned = 5.54675e-05 Jy ! Component: 200 - total flux cleaned = 5.55062e-05 Jy ! Total flux subtracted in 200 components = 5.55062e-05 Jy ! Clean residual min=-0.002006 max=0.002082 Jy/beam ! Clean residual mean=-0.000008 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.194543 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 102 components and 0.194543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061806Jy sigma=0.442969 ! Fit after self-cal, rms=0.061807Jy sigma=0.442968 ! 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.5 mas, bmaj=12.61 mas, bpa=-17.69 degrees ! Estimated noise=1.24642 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.5 x 12.61 at -17.69 degrees (North through East) ! Clean map min=-0.0021756 max=0.18996 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.967 mas, bmaj=12.17 mas, bpa=-17.69 degrees ! Estimated noise=1.70469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147215 Jy ! Component: 100 - total flux cleaned = 0.179319 Jy ! Component: 150 - total flux cleaned = 0.186999 Jy ! Component: 200 - total flux cleaned = 0.189343 Jy ! Total flux subtracted in 200 components = 0.189343 Jy ! Clean residual min=-0.003210 max=0.002828 Jy/beam ! Clean residual mean=-0.000002 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.189343 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.189343 Jy ! Inverting map and beam ! Estimated beam: bmin=3.5 mas, bmaj=12.61 mas, bpa=-17.69 degrees ! Estimated noise=1.24642 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.00136872 Jy ! Component: 100 - total flux cleaned = 0.00229298 Jy ! Component: 150 - total flux cleaned = 0.00303313 Jy ! Component: 200 - total flux cleaned = 0.00336022 Jy ! Total flux subtracted in 200 components = 0.00336022 Jy ! Clean residual min=-0.002413 max=0.002156 Jy/beam ! Clean residual mean=-0.000004 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.192703 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 40 components and 0.192703 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.465 mas, bmaj=12.78 mas, bpa=-13.53 degrees ! Estimated noise=1.47671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00095425 Jy ! Component: 100 - total flux cleaned = 0.00113622 Jy ! Component: 150 - total flux cleaned = 0.00110239 Jy ! Component: 200 - total flux cleaned = 0.00110357 Jy ! Total flux subtracted in 200 components = 0.00110357 Jy ! Clean residual min=-0.002092 max=0.002274 Jy/beam ! Clean residual mean=-0.000009 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.193807 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 = 1.9359e-08 Jy ! Component: 100 - total flux cleaned = -4.19975e-07 Jy ! Component: 150 - total flux cleaned = -2.52591e-07 Jy ! Component: 200 - total flux cleaned = -1.87163e-07 Jy ! Total flux subtracted in 200 components = -1.87163e-07 Jy ! Clean residual min=-0.002087 max=0.002241 Jy/beam ! Clean residual mean=-0.000009 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.193807 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 64 components and 0.193807 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.5 mas, bmaj=12.61 mas, bpa=-17.69 degrees ! Estimated noise=1.24642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.79996e-05 Jy ! Component: 100 - total flux cleaned = -6.90233e-05 Jy ! Component: 150 - total flux cleaned = -8.85061e-05 Jy ! Component: 200 - total flux cleaned = -0.000106328 Jy ! Total flux subtracted in 200 components = -0.000106328 Jy ! Clean residual min=-0.002376 max=0.002027 Jy/beam ! Clean residual mean=-0.000004 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.1937 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.1937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061822Jy sigma=0.443112 ! Fit after self-cal, rms=0.061828Jy sigma=0.443101 wmodel J2329+0834_S_map.mod ! Writing 74 model components to file: J2329+0834_S_map.mod wobs J2329+0834_S_uvs.fits ! Writing UV FITS file: J2329+0834_S_uvs.fits wwins J2329+0834_S_map.win ! wwins: Wrote 1 windows to J2329+0834_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.000752265 Jy ! Component: 100 - total flux cleaned = -0.000933208 Jy ! Component: 150 - total flux cleaned = -0.000966864 Jy ! Component: 200 - total flux cleaned = -0.000871581 Jy ! Component: 250 - total flux cleaned = -0.000811057 Jy ! Component: 300 - total flux cleaned = -0.00072284 Jy ! Component: 350 - total flux cleaned = -0.000722392 Jy ! Component: 400 - total flux cleaned = -0.000695242 Jy ! Component: 450 - total flux cleaned = -0.000669413 Jy ! Component: 500 - total flux cleaned = -0.000644636 Jy ! Component: 550 - total flux cleaned = -0.000694793 Jy ! Component: 600 - total flux cleaned = -0.000645949 Jy ! Component: 650 - total flux cleaned = -0.000669598 Jy ! Component: 700 - total flux cleaned = -0.000669476 Jy ! Component: 750 - total flux cleaned = -0.000760356 Jy ! Component: 800 - total flux cleaned = -0.000737384 Jy ! Component: 850 - total flux cleaned = -0.000671522 Jy ! Component: 900 - total flux cleaned = -0.000713946 Jy ! Component: 950 - total flux cleaned = -0.000650268 Jy ! Component: 1000 - total flux cleaned = -0.00069115 Jy ! Component: 1050 - total flux cleaned = -0.00065034 Jy ! Component: 1100 - total flux cleaned = -0.000670769 Jy ! Component: 1150 - total flux cleaned = -0.0006907 Jy ! Component: 1200 - total flux cleaned = -0.000710434 Jy ! Component: 1250 - total flux cleaned = -0.000748681 Jy ! Component: 1300 - total flux cleaned = -0.000729553 Jy ! Component: 1350 - total flux cleaned = -0.00071086 Jy ! Component: 1400 - total flux cleaned = -0.00071101 Jy ! Component: 1450 - total flux cleaned = -0.000729215 Jy ! Component: 1500 - total flux cleaned = -0.000711257 Jy ! Component: 1550 - total flux cleaned = -0.000711312 Jy ! Component: 1600 - total flux cleaned = -0.000693878 Jy ! Component: 1650 - total flux cleaned = -0.000694151 Jy ! Component: 1700 - total flux cleaned = -0.000728222 Jy ! Component: 1750 - total flux cleaned = -0.000694573 Jy ! Component: 1800 - total flux cleaned = -0.000661637 Jy ! Component: 1850 - total flux cleaned = -0.000743316 Jy ! Component: 1900 - total flux cleaned = -0.000678579 Jy ! Component: 1950 - total flux cleaned = -0.000694234 Jy ! Component: 2000 - total flux cleaned = -0.000662485 Jy ! Component: 2050 - total flux cleaned = -0.000662575 Jy ! Component: 2100 - total flux cleaned = -0.00067783 Jy ! Component: 2150 - total flux cleaned = -0.000677755 Jy ! Component: 2200 - total flux cleaned = -0.000632704 Jy ! Component: 2250 - total flux cleaned = -0.000647733 Jy ! Component: 2300 - total flux cleaned = -0.000662279 Jy ! Component: 2350 - total flux cleaned = -0.000618775 Jy ! Component: 2400 - total flux cleaned = -0.000661945 Jy ! Component: 2450 - total flux cleaned = -0.000619353 Jy ! Component: 2500 - total flux cleaned = -0.000661568 Jy ! Component: 2550 - total flux cleaned = -0.000675475 Jy ! Component: 2600 - total flux cleaned = -0.000689232 Jy ! Component: 2650 - total flux cleaned = -0.000702621 Jy ! Component: 2700 - total flux cleaned = -0.000729738 Jy ! Component: 2750 - total flux cleaned = -0.000796455 Jy ! Component: 2800 - total flux cleaned = -0.000770079 Jy ! Component: 2850 - total flux cleaned = -0.00083566 Jy ! Component: 2900 - total flux cleaned = -0.000861793 Jy ! Component: 2950 - total flux cleaned = -0.000913336 Jy ! Component: 3000 - total flux cleaned = -0.000989741 Jy ! Component: 3050 - total flux cleaned = -0.000977168 Jy ! Component: 3100 - total flux cleaned = -0.00101475 Jy ! Component: 3150 - total flux cleaned = -0.00103935 Jy ! Component: 3200 - total flux cleaned = -0.00105171 Jy ! Component: 3250 - total flux cleaned = -0.00113678 Jy ! Component: 3300 - total flux cleaned = -0.00113671 Jy ! Component: 3350 - total flux cleaned = -0.0011606 Jy ! Component: 3400 - total flux cleaned = -0.00125551 Jy ! Component: 3450 - total flux cleaned = -0.00127893 Jy ! Component: 3500 - total flux cleaned = -0.00132556 Jy ! Component: 3550 - total flux cleaned = -0.00136033 Jy ! Component: 3600 - total flux cleaned = -0.00140621 Jy ! Component: 3650 - total flux cleaned = -0.00144042 Jy ! Component: 3700 - total flux cleaned = -0.00149693 Jy ! Component: 3750 - total flux cleaned = -0.00151936 Jy ! Component: 3800 - total flux cleaned = -0.00157493 Jy ! Component: 3850 - total flux cleaned = -0.00158594 Jy ! Component: 3900 - total flux cleaned = -0.00162995 Jy ! Component: 3950 - total flux cleaned = -0.00165171 Jy ! Component: 4000 - total flux cleaned = -0.00171648 Jy ! Component: 4050 - total flux cleaned = -0.00171647 Jy ! Total flux subtracted in 4096 components = -0.00175898 Jy ! Clean residual min=-0.000601 max=0.000603 Jy/beam ! Clean residual mean=-0.000001 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.191941 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 376 components and 0.191941 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2329+0834_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.5 x 12.61 at -17.69 degrees (North through East) ! Clean map min=-0.0017509 max=0.18922 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2329+0834_S_map.fits wmodel /image_prod/ug002_uva//J2329+0834_S_map.mod ! Writing 376 model components to file: /image_prod/ug002_uva//J2329+0834_S_map.mod wobs /image_prod/ug002_uva//J2329+0834_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2329+0834_S_uvs.fits wwins /image_prod/ug002_uva//J2329+0834_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2329+0834_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.189222 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204883 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.324829 0.324829 0.649658 1.29932 2.59863 5.19726 10.3945 20.7891 41.5781 83.1562 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.189 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 923.562 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2329+0834_S_dfm.log closed on Thu Mar 5 06:18:17 2020