! Started logfile: /image_prod/ug002_uva//J0105+0600_S_dfm.log on Wed Mar 4 18:49:56 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//J0105+0600_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0105+0600_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.891975 visibilities/baseline/integration-bin. ! Found source: J0105+0600 ! ! 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 4335 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 J0105+0600_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.003147Jy sigma=8.568035 ! Fit after self-cal, rms=0.887715Jy sigma=7.594430 ! 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.267 mas, bmaj=13.35 mas, bpa=-17.76 degrees ! Estimated noise=1.76492 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.0871354 Jy ! Component: 100 - total flux cleaned = 0.106631 Jy ! Total flux subtracted in 100 components = 0.106631 Jy ! Clean residual min=-0.004412 max=0.006788 Jy/beam ! Clean residual mean=0.000002 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.106631 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.106631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062128Jy sigma=0.462508 ! Fit after self-cal, rms=0.062084Jy sigma=0.462337 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00592201 Jy ! Component: 100 - total flux cleaned = 0.00621338 Jy ! Total flux subtracted in 100 components = 0.00621338 Jy ! Clean residual min=-0.003777 max=0.003874 Jy/beam ! Clean residual mean=0.000001 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.112844 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 19 components and 0.112844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061199Jy sigma=0.454344 ! Fit after self-cal, rms=0.061201Jy sigma=0.454323 ! 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=4.032 mas, bmaj=13.58 mas, bpa=-17.72 degrees ! Estimated noise=1.29878 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.00219047 Jy ! Component: 100 - total flux cleaned = 0.00254231 Jy ! Component: 150 - total flux cleaned = 0.00277345 Jy ! Component: 200 - total flux cleaned = 0.00292079 Jy ! Total flux subtracted in 200 components = 0.00292079 Jy ! Clean residual min=-0.003099 max=0.003194 Jy/beam ! Clean residual mean=0.000003 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.115765 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 39 components and 0.115765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060998Jy sigma=0.452794 ! Fit after self-cal, rms=0.060994Jy sigma=0.452780 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.032 x 13.58 at -17.72 degrees (North through East) ! Clean map min=-0.0030878 max=0.11412 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.10 HN 0.98 KP 0.99 ! LA 0.98 MK 1.03 NL 0.97 OV 0.96 ! PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 0.98 KP 1.00 ! LA 1.02 MK 1.06 NL 1.03 OV 0.99 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 0.96 KP 0.99 ! LA 1.03 MK 0.97 NL 0.97 OV 0.97 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.060994Jy sigma=0.452780 ! Fit after self-cal, rms=0.059857Jy sigma=0.450679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.042 mas, bmaj=13.55 mas, bpa=-17.65 degrees ! Estimated noise=1.28945 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.000363797 Jy ! Component: 100 - total flux cleaned = 0.000361577 Jy ! Component: 150 - total flux cleaned = 0.000409479 Jy ! Component: 200 - total flux cleaned = 0.000493481 Jy ! Total flux subtracted in 200 components = 0.000493481 Jy ! Clean residual min=-0.002891 max=0.002964 Jy/beam ! Clean residual mean=0.000005 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.116259 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.116259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059829Jy sigma=0.450544 ! Fit after self-cal, rms=0.059815Jy sigma=0.450508 ! 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.059815Jy sigma=0.450508 ! Fit after self-cal, rms=0.059840Jy sigma=0.445188 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=13.53 mas, bpa=-17.73 degrees ! Estimated noise=1.28966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000103188 Jy ! Component: 100 - total flux cleaned = -6.88282e-05 Jy ! Component: 150 - total flux cleaned = -1.80768e-06 Jy ! Component: 200 - total flux cleaned = 5.29866e-05 Jy ! Total flux subtracted in 200 components = 5.29866e-05 Jy ! Clean residual min=-0.002352 max=0.002495 Jy/beam ! Clean residual mean=0.000003 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.116312 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 64 components and 0.116312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059831Jy sigma=0.445113 ! Fit after self-cal, rms=0.059845Jy sigma=0.445056 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 (-47.5, -121.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015237 Jy ! Component: 100 - total flux cleaned = 0.00172696 Jy ! Component: 150 - total flux cleaned = 0.00168647 Jy ! Component: 200 - total flux cleaned = 0.00165427 Jy ! Total flux subtracted in 200 components = 0.00165427 Jy ! Clean residual min=-0.002336 max=0.002025 Jy/beam ! Clean residual mean=0.000003 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.117966 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.117966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059724Jy sigma=0.444336 ! Fit after self-cal, rms=0.059722Jy sigma=0.444292 ! 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.059722Jy sigma=0.444292 ! Fit after self-cal, rms=0.059761Jy sigma=0.444168 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.057 mas, bmaj=13.54 mas, bpa=-17.76 degrees ! Estimated noise=1.2865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.39381e-05 Jy ! Component: 100 - total flux cleaned = -2.40223e-05 Jy ! Component: 150 - total flux cleaned = -4.93555e-05 Jy ! Component: 200 - total flux cleaned = -9.59869e-05 Jy ! Total flux subtracted in 200 components = -9.59869e-05 Jy ! Clean residual min=-0.002285 max=0.001952 Jy/beam ! Clean residual mean=0.000003 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.11787 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 96 components and 0.11787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059729Jy sigma=0.444007 ! Fit after self-cal, rms=0.059732Jy sigma=0.443999 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.51844e-05 Jy ! Component: 100 - total flux cleaned = -6.60059e-05 Jy ! Component: 150 - total flux cleaned = -0.000123804 Jy ! Component: 200 - total flux cleaned = -0.000141504 Jy ! Total flux subtracted in 200 components = -0.000141504 Jy ! Clean residual min=-0.002263 max=0.001946 Jy/beam ! Clean residual mean=0.000003 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.117728 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 111 components and 0.117728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059715Jy sigma=0.443920 ! Fit after self-cal, rms=0.059714Jy sigma=0.443916 ! 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.059714Jy sigma=0.443916 ! Fit after self-cal, rms=0.059714Jy sigma=0.443902 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.327 mas, bmaj=14.22 mas, bpa=-12.66 degrees ! Estimated noise=1.42738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.99834e-05 Jy ! Component: 100 - total flux cleaned = -0.000105007 Jy ! Component: 150 - total flux cleaned = -0.000146664 Jy ! Component: 200 - total flux cleaned = -0.000184721 Jy ! Total flux subtracted in 200 components = -0.000184721 Jy ! Clean residual min=-0.002171 max=0.001930 Jy/beam ! Clean residual mean=0.000004 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.117544 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 133 components and 0.117544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059706Jy sigma=0.443870 ! Fit after self-cal, rms=0.059705Jy sigma=0.443867 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.58951e-05 Jy ! Component: 100 - total flux cleaned = -6.98443e-06 Jy ! Component: 150 - total flux cleaned = -1.75973e-05 Jy ! Component: 200 - total flux cleaned = -1.76537e-05 Jy ! Total flux subtracted in 200 components = -1.76537e-05 Jy ! Clean residual min=-0.002142 max=0.001919 Jy/beam ! Clean residual mean=0.000004 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.117526 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 152 components and 0.117526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059701Jy sigma=0.443859 ! Fit after self-cal, rms=0.059700Jy sigma=0.443859 ! 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=4.056 mas, bmaj=13.55 mas, bpa=-17.77 degrees ! Estimated noise=1.28625 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.056 x 13.55 at -17.77 degrees (North through East) ! Clean map min=-0.0021631 max=0.11294 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.289 mas, bmaj=13.36 mas, bpa=-17.85 degrees ! Estimated noise=1.75088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0864292 Jy ! Component: 100 - total flux cleaned = 0.105577 Jy ! Component: 150 - total flux cleaned = 0.112142 Jy ! Component: 200 - total flux cleaned = 0.113521 Jy ! Total flux subtracted in 200 components = 0.113521 Jy ! Clean residual min=-0.003105 max=0.002792 Jy/beam ! Clean residual mean=0.000001 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.113521 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.113521 Jy ! Inverting map and beam ! Estimated beam: bmin=4.056 mas, bmaj=13.55 mas, bpa=-17.77 degrees ! Estimated noise=1.28625 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.00294335 Jy ! Component: 100 - total flux cleaned = 0.00350311 Jy ! Component: 150 - total flux cleaned = 0.00363273 Jy ! Component: 200 - total flux cleaned = 0.00374083 Jy ! Total flux subtracted in 200 components = 0.00374083 Jy ! Clean residual min=-0.002253 max=0.002000 Jy/beam ! Clean residual mean=0.000003 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.117262 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 44 components and 0.117262 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.327 mas, bmaj=14.22 mas, bpa=-12.66 degrees ! Estimated noise=1.42738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491536 Jy ! Component: 100 - total flux cleaned = 0.000766589 Jy ! Component: 150 - total flux cleaned = 0.000741163 Jy ! Component: 200 - total flux cleaned = 0.000740898 Jy ! Total flux subtracted in 200 components = 0.000740898 Jy ! Clean residual min=-0.002275 max=0.001967 Jy/beam ! Clean residual mean=0.000004 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.118003 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 = -7.03469e-05 Jy ! Component: 100 - total flux cleaned = -0.000156721 Jy ! Component: 150 - total flux cleaned = -0.000237453 Jy ! Component: 200 - total flux cleaned = -0.000294647 Jy ! Total flux subtracted in 200 components = -0.000294647 Jy ! Clean residual min=-0.002236 max=0.001973 Jy/beam ! Clean residual mean=0.000004 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.117708 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 79 components and 0.117708 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.056 mas, bmaj=13.55 mas, bpa=-17.77 degrees ! Estimated noise=1.28625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000281431 Jy ! Component: 100 - total flux cleaned = -0.000314079 Jy ! Component: 150 - total flux cleaned = -0.000283269 Jy ! Component: 200 - total flux cleaned = -0.0002573 Jy ! Total flux subtracted in 200 components = -0.0002573 Jy ! Clean residual min=-0.002207 max=0.002023 Jy/beam ! Clean residual mean=0.000003 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.117451 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.117451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059747Jy sigma=0.444041 ! Fit after self-cal, rms=0.059751Jy sigma=0.444024 wmodel J0105+0600_S_map.mod ! Writing 93 model components to file: J0105+0600_S_map.mod wobs J0105+0600_S_uvs.fits ! Writing UV FITS file: J0105+0600_S_uvs.fits wwins J0105+0600_S_map.win ! wwins: Wrote 2 windows to J0105+0600_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.000252662 Jy ! Component: 100 - total flux cleaned = -0.000461474 Jy ! Component: 150 - total flux cleaned = -0.000909672 Jy ! Component: 200 - total flux cleaned = -0.00133388 Jy ! Component: 250 - total flux cleaned = -0.00159425 Jy ! Component: 300 - total flux cleaned = -0.00178894 Jy ! Component: 350 - total flux cleaned = -0.00192324 Jy ! Component: 400 - total flux cleaned = -0.00202753 Jy ! Component: 450 - total flux cleaned = -0.00207804 Jy ! Component: 500 - total flux cleaned = -0.00215203 Jy ! Component: 550 - total flux cleaned = -0.00215267 Jy ! Component: 600 - total flux cleaned = -0.00217613 Jy ! Component: 650 - total flux cleaned = -0.00213084 Jy ! Component: 700 - total flux cleaned = -0.00210878 Jy ! Component: 750 - total flux cleaned = -0.00199998 Jy ! Component: 800 - total flux cleaned = -0.00197888 Jy ! Component: 850 - total flux cleaned = -0.00187451 Jy ! Component: 900 - total flux cleaned = -0.00185425 Jy ! Component: 950 - total flux cleaned = -0.00177431 Jy ! Component: 1000 - total flux cleaned = -0.00169584 Jy ! Component: 1050 - total flux cleaned = -0.0017154 Jy ! Component: 1100 - total flux cleaned = -0.0016203 Jy ! Component: 1150 - total flux cleaned = -0.0016198 Jy ! Component: 1200 - total flux cleaned = -0.00161991 Jy ! Component: 1250 - total flux cleaned = -0.00165619 Jy ! Component: 1300 - total flux cleaned = -0.0016385 Jy ! Component: 1350 - total flux cleaned = -0.00165615 Jy ! Component: 1400 - total flux cleaned = -0.00158667 Jy ! Component: 1450 - total flux cleaned = -0.00158661 Jy ! Component: 1500 - total flux cleaned = -0.00151932 Jy ! Component: 1550 - total flux cleaned = -0.00153588 Jy ! Component: 1600 - total flux cleaned = -0.00145385 Jy ! Component: 1650 - total flux cleaned = -0.00143769 Jy ! Component: 1700 - total flux cleaned = -0.00134137 Jy ! Component: 1750 - total flux cleaned = -0.00126234 Jy ! Component: 1800 - total flux cleaned = -0.00124681 Jy ! Component: 1850 - total flux cleaned = -0.00118472 Jy ! Component: 1900 - total flux cleaned = -0.00107746 Jy ! Component: 1950 - total flux cleaned = -0.00103209 Jy ! Component: 2000 - total flux cleaned = -0.000927112 Jy ! Component: 2050 - total flux cleaned = -0.000897382 Jy ! Component: 2100 - total flux cleaned = -0.000808979 Jy ! Component: 2150 - total flux cleaned = -0.000678117 Jy ! Component: 2200 - total flux cleaned = -0.000620372 Jy ! Component: 2250 - total flux cleaned = -0.000506264 Jy ! Component: 2300 - total flux cleaned = -0.000393213 Jy ! Component: 2350 - total flux cleaned = -0.000351306 Jy ! Component: 2400 - total flux cleaned = -0.00025434 Jy ! Component: 2450 - total flux cleaned = -0.00013079 Jy ! Component: 2500 - total flux cleaned = -4.92629e-05 Jy ! Component: 2550 - total flux cleaned = 1.81153e-05 Jy ! Component: 2600 - total flux cleaned = 0.000124818 Jy ! Component: 2650 - total flux cleaned = 0.000217363 Jy ! Component: 2700 - total flux cleaned = 0.000282925 Jy ! Component: 2750 - total flux cleaned = 0.000386892 Jy ! Component: 2800 - total flux cleaned = 0.000386752 Jy ! Component: 2850 - total flux cleaned = 0.000476246 Jy ! Component: 2900 - total flux cleaned = 0.000526816 Jy ! Component: 2950 - total flux cleaned = 0.000539473 Jy ! Component: 3000 - total flux cleaned = 0.000589239 Jy ! Component: 3050 - total flux cleaned = 0.000626322 Jy ! Component: 3100 - total flux cleaned = 0.000687507 Jy ! Component: 3150 - total flux cleaned = 0.000687465 Jy ! Component: 3200 - total flux cleaned = 0.000711645 Jy ! Component: 3250 - total flux cleaned = 0.000759517 Jy ! Component: 3300 - total flux cleaned = 0.000771315 Jy ! Component: 3350 - total flux cleaned = 0.000794832 Jy ! Component: 3400 - total flux cleaned = 0.000783197 Jy ! Component: 3450 - total flux cleaned = 0.000829666 Jy ! Component: 3500 - total flux cleaned = 0.000841229 Jy ! Component: 3550 - total flux cleaned = 0.00085288 Jy ! Component: 3600 - total flux cleaned = 0.000875484 Jy ! Component: 3650 - total flux cleaned = 0.000954382 Jy ! Component: 3700 - total flux cleaned = 0.00094316 Jy ! Component: 3750 - total flux cleaned = 0.000943017 Jy ! Component: 3800 - total flux cleaned = 0.000943075 Jy ! Component: 3850 - total flux cleaned = 0.00101986 Jy ! Component: 3900 - total flux cleaned = 0.00107428 Jy ! Component: 3950 - total flux cleaned = 0.00100941 Jy ! Component: 4000 - total flux cleaned = 0.00104165 Jy ! Component: 4050 - total flux cleaned = 0.00107363 Jy ! Total flux subtracted in 4096 components = 0.00109483 Jy ! Clean residual min=-0.000700 max=0.000646 Jy/beam ! Clean residual mean=-0.000000 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.118546 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 372 components and 0.118546 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0105+0600_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.056 x 13.55 at -17.77 degrees (North through East) ! Clean map min=-0.0017588 max=0.11279 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0105+0600_S_map.fits wmodel /image_prod/ug002_uva//J0105+0600_S_map.mod ! Writing 372 model components to file: /image_prod/ug002_uva//J0105+0600_S_map.mod wobs /image_prod/ug002_uva//J0105+0600_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0105+0600_S_uvs.fits wwins /image_prod/ug002_uva//J0105+0600_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0105+0600_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.112791 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203605 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.541547 0.541547 1.08309 2.16619 4.33237 8.66475 17.3295 34.659 69.318 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.112 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 553.968 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0105+0600_S_dfm.log closed on Wed Mar 4 18:50:00 2020