! Started logfile: /image_prod/ug002_uva//J1616+4632_S_dfm.log on Thu Mar 5 02:37:14 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//J1616+4632_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1616+4632_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.996296 visibilities/baseline/integration-bin. ! Found source: J1616+4632 ! ! 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 6456 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 J1616+4632_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.010890Jy sigma=8.823061 ! Fit after self-cal, rms=0.883981Jy sigma=7.738924 ! 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=3.126 mas, bmaj=6.248 mas, bpa=-27.34 degrees ! Estimated noise=1.65751 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.0916849 Jy ! Component: 100 - total flux cleaned = 0.111693 Jy ! Total flux subtracted in 100 components = 0.111693 Jy ! Clean residual min=-0.004312 max=0.005706 Jy/beam ! Clean residual mean=0.000007 rms=0.001156 Jy/beam ! Combined flux in latest and established models = 0.111693 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.111693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061715Jy sigma=0.463261 ! Fit after self-cal, rms=0.061689Jy sigma=0.463096 ! 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.953 mas, bmaj=7.111 mas, bpa=-24.97 degrees ! Estimated noise=1.04035 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.00502114 Jy ! Component: 100 - total flux cleaned = 0.00549355 Jy ! Component: 150 - total flux cleaned = 0.00524619 Jy ! Component: 200 - total flux cleaned = 0.00510436 Jy ! Total flux subtracted in 200 components = 0.00510436 Jy ! Clean residual min=-0.002725 max=0.002850 Jy/beam ! Clean residual mean=0.000013 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.116797 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.116797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061227Jy sigma=0.459651 ! Fit after self-cal, rms=0.061219Jy sigma=0.459621 ! 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.953 x 7.111 at -24.97 degrees (North through East) ! Clean map min=-0.0025855 max=0.1172 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00 HN 0.99 KP 0.98 ! LA 0.98 MK 1.03 NL 0.95 OV 1.00 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.01 HN 0.97 KP 0.98 ! LA 1.05 MK 0.98 NL 1.11 OV 1.08 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 1.02 KP 0.99 ! LA 1.02 MK 1.04 NL 0.96 OV 1.00 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.061219Jy sigma=0.459621 ! Fit after self-cal, rms=0.059947Jy sigma=0.456593 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.975 mas, bmaj=7.092 mas, bpa=-25.04 degrees ! Estimated noise=1.03502 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.56111e-05 Jy ! Component: 100 - total flux cleaned = 0.000140254 Jy ! Component: 150 - total flux cleaned = 0.000234923 Jy ! Component: 200 - total flux cleaned = 0.000252763 Jy ! Total flux subtracted in 200 components = 0.000252763 Jy ! Clean residual min=-0.002564 max=0.002502 Jy/beam ! Clean residual mean=0.000009 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.11705 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 26 components and 0.11705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059914Jy sigma=0.456342 ! Fit after self-cal, rms=0.059900Jy sigma=0.456289 ! 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.059900Jy sigma=0.456289 ! Fit after self-cal, rms=0.060329Jy sigma=0.446353 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.983 mas, bmaj=7.085 mas, bpa=-25.13 degrees ! Estimated noise=1.03889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.74117e-05 Jy ! Component: 100 - total flux cleaned = 0.000152377 Jy ! Component: 150 - total flux cleaned = 0.000152738 Jy ! Component: 200 - total flux cleaned = 0.00016409 Jy ! Total flux subtracted in 200 components = 0.00016409 Jy ! Clean residual min=-0.001816 max=0.001828 Jy/beam ! Clean residual mean=0.000012 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.117214 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 40 components and 0.117214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060318Jy sigma=0.446246 ! Fit after self-cal, rms=0.060358Jy sigma=0.446158 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.75435e-09 Jy ! Component: 100 - total flux cleaned = 1.92578e-05 Jy ! Component: 150 - total flux cleaned = 1.94266e-05 Jy ! Component: 200 - total flux cleaned = 1.96441e-05 Jy ! Total flux subtracted in 200 components = 1.96441e-05 Jy ! Clean residual min=-0.001800 max=0.001820 Jy/beam ! Clean residual mean=0.000012 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.117233 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.117233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060354Jy sigma=0.446136 ! Fit after self-cal, rms=0.060354Jy sigma=0.446132 ! 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.060354Jy sigma=0.446132 ! Fit after self-cal, rms=0.060405Jy sigma=0.445826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.986 mas, bmaj=7.075 mas, bpa=-25.04 degrees ! Estimated noise=1.03941 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.52366e-05 Jy ! Component: 100 - total flux cleaned = 7.95136e-05 Jy ! Component: 150 - total flux cleaned = 0.000108644 Jy ! Component: 200 - total flux cleaned = 0.000134526 Jy ! Total flux subtracted in 200 components = 0.000134526 Jy ! Clean residual min=-0.001786 max=0.001770 Jy/beam ! Clean residual mean=0.000013 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.117368 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.117368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060401Jy sigma=0.445790 ! Fit after self-cal, rms=0.060402Jy sigma=0.445784 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 = 4.73459e-05 Jy ! Component: 100 - total flux cleaned = 6.27355e-05 Jy ! Component: 150 - total flux cleaned = 7.6762e-05 Jy ! Component: 200 - total flux cleaned = 8.93269e-05 Jy ! Total flux subtracted in 200 components = 8.93269e-05 Jy ! Clean residual min=-0.001767 max=0.001767 Jy/beam ! Clean residual mean=0.000013 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.117457 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.117457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060400Jy sigma=0.445772 ! Fit after self-cal, rms=0.060400Jy sigma=0.445771 ! 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.060400Jy sigma=0.445771 ! Fit after self-cal, rms=0.060425Jy sigma=0.445765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.718 mas, bmaj=9.685 mas, bpa=-8.705 degrees ! Estimated noise=1.21852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.32832e-05 Jy ! Component: 100 - total flux cleaned = 0.000125725 Jy ! Component: 150 - total flux cleaned = 0.000159444 Jy ! Component: 200 - total flux cleaned = 0.000178626 Jy ! Total flux subtracted in 200 components = 0.000178626 Jy ! Clean residual min=-0.001916 max=0.001950 Jy/beam ! Clean residual mean=0.000022 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.117636 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 53 components and 0.117636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060422Jy sigma=0.445783 ! Fit after self-cal, rms=0.060422Jy sigma=0.445776 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.37958e-06 Jy ! Component: 100 - total flux cleaned = 2.52226e-05 Jy ! Component: 150 - total flux cleaned = 4.07324e-05 Jy ! Component: 200 - total flux cleaned = 4.9291e-05 Jy ! Total flux subtracted in 200 components = 4.9291e-05 Jy ! Clean residual min=-0.001942 max=0.001937 Jy/beam ! Clean residual mean=0.000022 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.117685 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.117685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060422Jy sigma=0.445798 ! Fit after self-cal, rms=0.060422Jy sigma=0.445794 ! 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.987 mas, bmaj=7.068 mas, bpa=-24.99 degrees ! Estimated noise=1.04032 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 7.068 at -24.99 degrees (North through East) ! Clean map min=-0.0017719 max=0.11709 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=3.149 mas, bmaj=6.238 mas, bpa=-27.42 degrees ! Estimated noise=1.65642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.091608 Jy ! Component: 100 - total flux cleaned = 0.111713 Jy ! Component: 150 - total flux cleaned = 0.116848 Jy ! Component: 200 - total flux cleaned = 0.117896 Jy ! Total flux subtracted in 200 components = 0.117896 Jy ! Clean residual min=-0.003565 max=0.003745 Jy/beam ! Clean residual mean=0.000007 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.117896 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.117896 Jy ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=7.068 mas, bpa=-24.99 degrees ! Estimated noise=1.04032 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 = -1.33597e-05 Jy ! Component: 100 - total flux cleaned = 7.01159e-05 Jy ! Component: 150 - total flux cleaned = 0.000101857 Jy ! Component: 200 - total flux cleaned = 0.00010141 Jy ! Total flux subtracted in 200 components = 0.00010141 Jy ! Clean residual min=-0.001835 max=0.001709 Jy/beam ! Clean residual mean=0.000013 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.117997 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 27 components and 0.117997 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=8.718 mas, bmaj=9.685 mas, bpa=-8.705 degrees ! Estimated noise=1.21852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000276546 Jy ! Component: 100 - total flux cleaned = -0.000243493 Jy ! Component: 150 - total flux cleaned = -0.000216922 Jy ! Component: 200 - total flux cleaned = -0.000237113 Jy ! Total flux subtracted in 200 components = -0.000237113 Jy ! Clean residual min=-0.001941 max=0.001931 Jy/beam ! Clean residual mean=0.000022 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.11776 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 = -8.36164e-06 Jy ! Component: 100 - total flux cleaned = -1.60087e-05 Jy ! Component: 150 - total flux cleaned = -2.30175e-05 Jy ! Component: 200 - total flux cleaned = -2.93118e-05 Jy ! Total flux subtracted in 200 components = -2.93118e-05 Jy ! Clean residual min=-0.001949 max=0.001933 Jy/beam ! Clean residual mean=0.000022 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.117731 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 41 components and 0.117731 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.987 mas, bmaj=7.068 mas, bpa=-24.99 degrees ! Estimated noise=1.04032 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286088 Jy ! Component: 100 - total flux cleaned = 0.000167641 Jy ! Component: 150 - total flux cleaned = 0.000135944 Jy ! Component: 200 - total flux cleaned = 0.000109043 Jy ! Total flux subtracted in 200 components = 0.000109043 Jy ! Clean residual min=-0.001795 max=0.001762 Jy/beam ! Clean residual mean=0.000013 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.11784 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.11784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060430Jy sigma=0.445837 ! Fit after self-cal, rms=0.060430Jy sigma=0.445823 wmodel J1616+4632_S_map.mod ! Writing 49 model components to file: J1616+4632_S_map.mod wobs J1616+4632_S_uvs.fits ! Writing UV FITS file: J1616+4632_S_uvs.fits wwins J1616+4632_S_map.win ! wwins: Wrote 1 windows to J1616+4632_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.000332644 Jy ! Component: 100 - total flux cleaned = -0.000579371 Jy ! Component: 150 - total flux cleaned = -0.000814326 Jy ! Component: 200 - total flux cleaned = -0.00112363 Jy ! Component: 250 - total flux cleaned = -0.00142035 Jy ! Component: 300 - total flux cleaned = -0.00167981 Jy ! Component: 350 - total flux cleaned = -0.00190525 Jy ! Component: 400 - total flux cleaned = -0.00195392 Jy ! Component: 450 - total flux cleaned = -0.00204856 Jy ! Component: 500 - total flux cleaned = -0.00204859 Jy ! Component: 550 - total flux cleaned = -0.0021163 Jy ! Component: 600 - total flux cleaned = -0.00211607 Jy ! Component: 650 - total flux cleaned = -0.0021598 Jy ! Component: 700 - total flux cleaned = -0.00222334 Jy ! Component: 750 - total flux cleaned = -0.00226451 Jy ! Component: 800 - total flux cleaned = -0.00220376 Jy ! Component: 850 - total flux cleaned = -0.00220355 Jy ! Component: 900 - total flux cleaned = -0.00216441 Jy ! Component: 950 - total flux cleaned = -0.00218318 Jy ! Component: 1000 - total flux cleaned = -0.00210707 Jy ! Component: 1050 - total flux cleaned = -0.00206965 Jy ! Component: 1100 - total flux cleaned = -0.00208826 Jy ! Component: 1150 - total flux cleaned = -0.00203396 Jy ! Component: 1200 - total flux cleaned = -0.00203426 Jy ! Component: 1250 - total flux cleaned = -0.00203436 Jy ! Component: 1300 - total flux cleaned = -0.00199977 Jy ! Component: 1350 - total flux cleaned = -0.00198254 Jy ! Component: 1400 - total flux cleaned = -0.00191534 Jy ! Component: 1450 - total flux cleaned = -0.00186541 Jy ! Component: 1500 - total flux cleaned = -0.00179976 Jy ! Component: 1550 - total flux cleaned = -0.00175127 Jy ! Component: 1600 - total flux cleaned = -0.00167127 Jy ! Component: 1650 - total flux cleaned = -0.00163948 Jy ! Component: 1700 - total flux cleaned = -0.00154543 Jy ! Component: 1750 - total flux cleaned = -0.00149906 Jy ! Component: 1800 - total flux cleaned = -0.00143822 Jy ! Component: 1850 - total flux cleaned = -0.00143822 Jy ! Component: 1900 - total flux cleaned = -0.00139327 Jy ! Component: 1950 - total flux cleaned = -0.00133441 Jy ! Component: 2000 - total flux cleaned = -0.00134902 Jy ! Component: 2050 - total flux cleaned = -0.00132025 Jy ! Component: 2100 - total flux cleaned = -0.00129167 Jy ! Component: 2150 - total flux cleaned = -0.00131993 Jy ! Component: 2200 - total flux cleaned = -0.00130572 Jy ! Component: 2250 - total flux cleaned = -0.00127779 Jy ! Component: 2300 - total flux cleaned = -0.00125043 Jy ! Component: 2350 - total flux cleaned = -0.0012232 Jy ! Component: 2400 - total flux cleaned = -0.00115571 Jy ! Component: 2450 - total flux cleaned = -0.0011024 Jy ! Component: 2500 - total flux cleaned = -0.00106273 Jy ! Component: 2550 - total flux cleaned = -0.001089 Jy ! Component: 2600 - total flux cleaned = -0.00102432 Jy ! Component: 2650 - total flux cleaned = -0.000985891 Jy ! Component: 2700 - total flux cleaned = -0.000960385 Jy ! Component: 2750 - total flux cleaned = -0.000960386 Jy ! Component: 2800 - total flux cleaned = -0.000923033 Jy ! Component: 2850 - total flux cleaned = -0.000885911 Jy ! Component: 2900 - total flux cleaned = -0.000873576 Jy ! Component: 2950 - total flux cleaned = -0.000873498 Jy ! Component: 3000 - total flux cleaned = -0.000837459 Jy ! Component: 3050 - total flux cleaned = -0.000801506 Jy ! Component: 3100 - total flux cleaned = -0.000801602 Jy ! Component: 3150 - total flux cleaned = -0.000848589 Jy ! Component: 3200 - total flux cleaned = -0.000766892 Jy ! Component: 3250 - total flux cleaned = -0.000755285 Jy ! Component: 3300 - total flux cleaned = -0.000743844 Jy ! Component: 3350 - total flux cleaned = -0.000709607 Jy ! Component: 3400 - total flux cleaned = -0.00068709 Jy ! Component: 3450 - total flux cleaned = -0.000631026 Jy ! Component: 3500 - total flux cleaned = -0.000686845 Jy ! Component: 3550 - total flux cleaned = -0.000708728 Jy ! Component: 3600 - total flux cleaned = -0.000664751 Jy ! Component: 3650 - total flux cleaned = -0.000610282 Jy ! Component: 3700 - total flux cleaned = -0.000642815 Jy ! Component: 3750 - total flux cleaned = -0.000621251 Jy ! Component: 3800 - total flux cleaned = -0.00063192 Jy ! Component: 3850 - total flux cleaned = -0.000578905 Jy ! Component: 3900 - total flux cleaned = -0.000599937 Jy ! Component: 3950 - total flux cleaned = -0.000610251 Jy ! Component: 4000 - total flux cleaned = -0.000620665 Jy ! Component: 4050 - total flux cleaned = -0.00063087 Jy ! Total flux subtracted in 4096 components = -0.000599963 Jy ! Clean residual min=-0.000574 max=0.000521 Jy/beam ! Clean residual mean=0.000005 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.11724 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 351 components and 0.11724 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1616+4632_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.987 x 7.068 at -24.99 degrees (North through East) ! Clean map min=-0.0013215 max=0.11745 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1616+4632_S_map.fits wmodel /image_prod/ug002_uva//J1616+4632_S_map.mod ! Writing 351 model components to file: /image_prod/ug002_uva//J1616+4632_S_map.mod wobs /image_prod/ug002_uva//J1616+4632_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1616+4632_S_uvs.fits wwins /image_prod/ug002_uva//J1616+4632_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1616+4632_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.117447 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194449 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.496689 0.496689 0.993377 1.98675 3.97351 7.94702 15.894 31.7881 63.5761 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.117 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 604 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1616+4632_S_dfm.log closed on Thu Mar 5 02:37:18 2020