! Started logfile: /vlbi/uf001/uva//J1424+225C_S_dfm.log on Mon Jan 14 02:53:40 2019 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 /vlbi/uf001/uva//J1424+225C_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1424+225C_S_uva.fits ! AN table 1: 110 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.855556 visibilities/baseline/integration-bin. ! Found source: J1424+225C ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 10164 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 J1424+225C_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.050341Jy sigma=18.966802 ! Fit after self-cal, rms=0.819796Jy sigma=15.209689 ! 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.764 mas, bmaj=6.833 mas, bpa=7.888 degrees ! Estimated noise=0.622582 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.151568 Jy ! Component: 100 - total flux cleaned = 0.207063 Jy ! Total flux subtracted in 100 components = 0.207063 Jy ! Clean residual min=-0.026678 max=0.033567 Jy/beam ! Clean residual mean=-0.000052 rms=0.007238 Jy/beam ! Combined flux in latest and established models = 0.207063 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.207063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.230875Jy sigma=3.761947 ! Fit after self-cal, rms=0.228829Jy sigma=3.729875 ! 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.278 mas, bmaj=7.386 mas, bpa=7.393 degrees ! Estimated noise=0.401283 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.0415506 Jy ! Component: 100 - total flux cleaned = 0.0651615 Jy ! Component: 150 - total flux cleaned = 0.0802839 Jy ! Component: 200 - total flux cleaned = 0.0905461 Jy ! Total flux subtracted in 200 components = 0.0905461 Jy ! Clean residual min=-0.021935 max=0.028447 Jy/beam ! Clean residual mean=-0.000127 rms=0.006504 Jy/beam ! Combined flux in latest and established models = 0.297609 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 36 components and 0.297609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.218710Jy sigma=3.613631 ! Fit after self-cal, rms=0.217779Jy sigma=3.598288 ! 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.278 x 7.386 at 7.393 degrees (North through East) ! Clean map min=-0.022213 max=0.19671 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 HN 0.94 KP 1.07 LA 0.78 ! MK 1.27 NL 1.31 OV 0.77 PT 1.08 ! SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 HN 0.95 KP 0.98 LA 0.95 ! MK 1.08 NL 0.93 OV 0.86 PT 1.27 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 HN 1.41 KP 1.08 LA 0.88 ! MK 0.92 NL 0.86 OV 1.14 PT 1.30 ! SC 1.20 ! ! ! Fit before self-cal, rms=0.217779Jy sigma=3.598288 ! Fit after self-cal, rms=0.228372Jy sigma=3.510062 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.366 mas, bmaj=7.515 mas, bpa=7.089 degrees ! Estimated noise=0.409184 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.0104062 Jy ! Component: 100 - total flux cleaned = 0.0143327 Jy ! Component: 150 - total flux cleaned = 0.015706 Jy ! Component: 200 - total flux cleaned = 0.0166748 Jy ! Total flux subtracted in 200 components = 0.0166748 Jy ! Clean residual min=-0.022344 max=0.026173 Jy/beam ! Clean residual mean=-0.000111 rms=0.006412 Jy/beam ! Combined flux in latest and established models = 0.314284 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 41 components and 0.314284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.227610Jy sigma=3.505716 ! Fit after self-cal, rms=0.229855Jy sigma=3.491702 ! 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.229855Jy sigma=3.491702 ! Fit after self-cal, rms=0.489970Jy sigma=3.189174 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.439 mas, bmaj=7.629 mas, bpa=6.455 degrees ! Estimated noise=0.426023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00702575 Jy ! Component: 100 - total flux cleaned = 0.00878279 Jy ! Component: 150 - total flux cleaned = 0.00959354 Jy ! Component: 200 - total flux cleaned = 0.00959111 Jy ! Total flux subtracted in 200 components = 0.00959111 Jy ! Clean residual min=-0.019555 max=0.025273 Jy/beam ! Clean residual mean=-0.000081 rms=0.005541 Jy/beam ! Combined flux in latest and established models = 0.323875 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 49 components and 0.323875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.489770Jy sigma=3.185501 ! Fit after self-cal, rms=0.497699Jy sigma=3.166872 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 (109, 26). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189212 Jy ! Component: 100 - total flux cleaned = 0.0232129 Jy ! Component: 150 - total flux cleaned = 0.0259216 Jy ! Component: 200 - total flux cleaned = 0.0282522 Jy ! Total flux subtracted in 200 components = 0.0282522 Jy ! Clean residual min=-0.019012 max=0.021031 Jy/beam ! Clean residual mean=-0.000081 rms=0.005412 Jy/beam ! Combined flux in latest and established models = 0.352127 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 68 components and 0.352127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.495650Jy sigma=3.139508 ! Fit after self-cal, rms=0.495466Jy sigma=3.132998 ! 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.495466Jy sigma=3.132998 ! Fit after self-cal, rms=0.571696Jy sigma=3.121597 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.445 mas, bmaj=7.557 mas, bpa=6.056 degrees ! Estimated noise=0.422982 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00894489 Jy ! Component: 100 - total flux cleaned = 0.012506 Jy ! Component: 150 - total flux cleaned = 0.0152502 Jy ! Component: 200 - total flux cleaned = 0.0171142 Jy ! Total flux subtracted in 200 components = 0.0171142 Jy ! Clean residual min=-0.019477 max=0.021357 Jy/beam ! Clean residual mean=-0.000068 rms=0.005367 Jy/beam ! Combined flux in latest and established models = 0.369241 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 75 components and 0.369241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.570753Jy sigma=3.112618 ! Fit after self-cal, rms=0.571137Jy sigma=3.110242 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00494325 Jy ! Component: 100 - total flux cleaned = 0.00618315 Jy ! Component: 150 - total flux cleaned = 0.0070896 Jy ! Component: 200 - total flux cleaned = 0.00708314 Jy ! Total flux subtracted in 200 components = 0.00708314 Jy ! Clean residual min=-0.019698 max=0.021687 Jy/beam ! Clean residual mean=-0.000068 rms=0.005382 Jy/beam ! Combined flux in latest and established models = 0.376325 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.376325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.570594Jy sigma=3.107018 ! Fit after self-cal, rms=0.570569Jy sigma=3.106348 ! 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.570569Jy sigma=3.106348 ! Fit after self-cal, rms=0.576616Jy sigma=3.102409 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.561 mas, bmaj=10.57 mas, bpa=-4.643 degrees ! Estimated noise=0.524127 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00743629 Jy ! Component: 100 - total flux cleaned = 0.00816649 Jy ! Component: 150 - total flux cleaned = 0.00817644 Jy ! Component: 200 - total flux cleaned = 0.0079658 Jy ! Total flux subtracted in 200 components = 0.0079658 Jy ! Clean residual min=-0.023683 max=0.029271 Jy/beam ! Clean residual mean=-0.000145 rms=0.007672 Jy/beam ! Combined flux in latest and established models = 0.38429 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 97 components and 0.38429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.576764Jy sigma=3.103452 ! Fit after self-cal, rms=0.576191Jy sigma=3.100518 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261508 Jy ! Component: 100 - total flux cleaned = 0.00300557 Jy ! Component: 150 - total flux cleaned = 0.00299963 Jy ! Component: 200 - total flux cleaned = 0.00269329 Jy ! Total flux subtracted in 200 components = 0.00269329 Jy ! Clean residual min=-0.023782 max=0.028759 Jy/beam ! Clean residual mean=-0.000143 rms=0.007631 Jy/beam ! Combined flux in latest and established models = 0.386984 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.386984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.576272Jy sigma=3.106078 ! Fit after self-cal, rms=0.576044Jy sigma=3.104898 ! 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.444 mas, bmaj=7.51 mas, bpa=6.079 degrees ! Estimated noise=0.421224 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.444 x 7.51 at 6.079 degrees (North through East) ! Clean map min=-0.02007 max=0.20391 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.905 mas, bmaj=6.86 mas, bpa=7.084 degrees ! Estimated noise=0.670533 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.162251 Jy ! Component: 100 - total flux cleaned = 0.23147 Jy ! Component: 150 - total flux cleaned = 0.273538 Jy ! Component: 200 - total flux cleaned = 0.302 Jy ! Total flux subtracted in 200 components = 0.302 Jy ! Clean residual min=-0.023994 max=0.025610 Jy/beam ! Clean residual mean=-0.000043 rms=0.006329 Jy/beam ! Combined flux in latest and established models = 0.302 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.302 Jy ! Inverting map and beam ! Estimated beam: bmin=3.444 mas, bmaj=7.51 mas, bpa=6.079 degrees ! Estimated noise=0.421224 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 (77.5, 92). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0269936 Jy ! Component: 100 - total flux cleaned = 0.0373305 Jy ! Component: 150 - total flux cleaned = 0.046322 Jy ! Component: 200 - total flux cleaned = 0.0536649 Jy ! Total flux subtracted in 200 components = 0.0536649 Jy ! Clean residual min=-0.021759 max=0.020014 Jy/beam ! Clean residual mean=-0.000062 rms=0.005305 Jy/beam ! Combined flux in latest and established models = 0.355665 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.355665 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.561 mas, bmaj=10.57 mas, bpa=-4.643 degrees ! Estimated noise=0.524127 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0197824 Jy ! Component: 100 - total flux cleaned = 0.031501 Jy ! Component: 150 - total flux cleaned = 0.0350648 Jy ! Component: 200 - total flux cleaned = 0.0366128 Jy ! Total flux subtracted in 200 components = 0.0366128 Jy ! Clean residual min=-0.022240 max=0.028290 Jy/beam ! Clean residual mean=-0.000143 rms=0.007067 Jy/beam ! Combined flux in latest and established models = 0.392278 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 = 0.000688511 Jy ! Component: 100 - total flux cleaned = 0.000996816 Jy ! Component: 150 - total flux cleaned = 0.00100284 Jy ! Component: 200 - total flux cleaned = 0.00154383 Jy ! Total flux subtracted in 200 components = 0.00154383 Jy ! Clean residual min=-0.022445 max=0.027397 Jy/beam ! Clean residual mean=-0.000143 rms=0.006968 Jy/beam ! Combined flux in latest and established models = 0.393822 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 98 components and 0.393822 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.444 mas, bmaj=7.51 mas, bpa=6.079 degrees ! Estimated noise=0.421224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106259 Jy ! Component: 100 - total flux cleaned = 0.000529111 Jy ! Component: 150 - total flux cleaned = 0.00170083 Jy ! Component: 200 - total flux cleaned = 0.00223402 Jy ! Total flux subtracted in 200 components = 0.00223402 Jy ! Clean residual min=-0.020908 max=0.020386 Jy/beam ! Clean residual mean=-0.000063 rms=0.005001 Jy/beam ! Combined flux in latest and established models = 0.396056 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 123 components and 0.396056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.573976Jy sigma=3.076531 ! Fit after self-cal, rms=0.570755Jy sigma=3.062249 wmodel J1424+225C_S_map.mod ! Writing 123 model components to file: J1424+225C_S_map.mod wobs J1424+225C_S_uvs.fits ! Writing UV FITS file: J1424+225C_S_uvs.fits wwins J1424+225C_S_map.win ! wwins: Wrote 3 windows to J1424+225C_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.00242417 Jy ! Component: 100 - total flux cleaned = 0.00827604 Jy ! Component: 150 - total flux cleaned = 0.013488 Jy ! Component: 200 - total flux cleaned = 0.0184593 Jy ! Component: 250 - total flux cleaned = 0.0235289 Jy ! Component: 300 - total flux cleaned = 0.0287081 Jy ! Component: 350 - total flux cleaned = 0.0323248 Jy ! Component: 400 - total flux cleaned = 0.036112 Jy ! Component: 450 - total flux cleaned = 0.0382271 Jy ! Component: 500 - total flux cleaned = 0.0408074 Jy ! Component: 550 - total flux cleaned = 0.0428283 Jy ! Component: 600 - total flux cleaned = 0.0450562 Jy ! Component: 650 - total flux cleaned = 0.0469963 Jy ! Component: 700 - total flux cleaned = 0.048427 Jy ! Component: 750 - total flux cleaned = 0.049833 Jy ! Component: 800 - total flux cleaned = 0.0507532 Jy ! Component: 850 - total flux cleaned = 0.0505287 Jy ! Component: 900 - total flux cleaned = 0.0512027 Jy ! Component: 950 - total flux cleaned = 0.0518617 Jy ! Component: 1000 - total flux cleaned = 0.0516443 Jy ! Component: 1050 - total flux cleaned = 0.0518591 Jy ! Component: 1100 - total flux cleaned = 0.0524993 Jy ! Component: 1150 - total flux cleaned = 0.0535459 Jy ! Component: 1200 - total flux cleaned = 0.0541663 Jy ! Component: 1250 - total flux cleaned = 0.054577 Jy ! Component: 1300 - total flux cleaned = 0.0553891 Jy ! Component: 1350 - total flux cleaned = 0.0561929 Jy ! Component: 1400 - total flux cleaned = 0.0567876 Jy ! Component: 1450 - total flux cleaned = 0.0567891 Jy ! Component: 1500 - total flux cleaned = 0.0577633 Jy ! Component: 1550 - total flux cleaned = 0.0583423 Jy ! Component: 1600 - total flux cleaned = 0.058725 Jy ! Component: 1650 - total flux cleaned = 0.0598561 Jy ! Component: 1700 - total flux cleaned = 0.0600433 Jy ! Component: 1750 - total flux cleaned = 0.0609712 Jy ! Component: 1800 - total flux cleaned = 0.0611543 Jy ! Component: 1850 - total flux cleaned = 0.0611558 Jy ! Component: 1900 - total flux cleaned = 0.0613357 Jy ! Component: 1950 - total flux cleaned = 0.0611553 Jy ! Component: 2000 - total flux cleaned = 0.0611539 Jy ! Component: 2050 - total flux cleaned = 0.0613282 Jy ! Component: 2100 - total flux cleaned = 0.0613255 Jy ! Component: 2150 - total flux cleaned = 0.061673 Jy ! Component: 2200 - total flux cleaned = 0.0616729 Jy ! Component: 2250 - total flux cleaned = 0.0616706 Jy ! Component: 2300 - total flux cleaned = 0.0614996 Jy ! Component: 2350 - total flux cleaned = 0.0614994 Jy ! Component: 2400 - total flux cleaned = 0.0614988 Jy ! Component: 2450 - total flux cleaned = 0.0613323 Jy ! Component: 2500 - total flux cleaned = 0.0618317 Jy ! Component: 2550 - total flux cleaned = 0.0616655 Jy ! Component: 2600 - total flux cleaned = 0.0619933 Jy ! Component: 2650 - total flux cleaned = 0.061504 Jy ! Component: 2700 - total flux cleaned = 0.0606961 Jy ! Component: 2750 - total flux cleaned = 0.0611797 Jy ! Component: 2800 - total flux cleaned = 0.0610187 Jy ! Component: 2850 - total flux cleaned = 0.0605415 Jy ! Component: 2900 - total flux cleaned = 0.0608582 Jy ! Component: 2950 - total flux cleaned = 0.0613292 Jy ! Component: 3000 - total flux cleaned = 0.0607013 Jy ! Component: 3050 - total flux cleaned = 0.0602351 Jy ! Component: 3100 - total flux cleaned = 0.0599252 Jy ! Component: 3150 - total flux cleaned = 0.0596186 Jy ! Component: 3200 - total flux cleaned = 0.0596194 Jy ! Component: 3250 - total flux cleaned = 0.0597711 Jy ! Component: 3300 - total flux cleaned = 0.0594662 Jy ! Component: 3350 - total flux cleaned = 0.0590127 Jy ! Component: 3400 - total flux cleaned = 0.0593135 Jy ! Component: 3450 - total flux cleaned = 0.0590143 Jy ! Component: 3500 - total flux cleaned = 0.0591621 Jy ! Component: 3550 - total flux cleaned = 0.0588652 Jy ! Component: 3600 - total flux cleaned = 0.0591594 Jy ! Component: 3650 - total flux cleaned = 0.0591593 Jy ! Component: 3700 - total flux cleaned = 0.0593037 Jy ! Component: 3750 - total flux cleaned = 0.0588692 Jy ! Component: 3800 - total flux cleaned = 0.0588681 Jy ! Component: 3850 - total flux cleaned = 0.0591552 Jy ! Component: 3900 - total flux cleaned = 0.059441 Jy ! Component: 3950 - total flux cleaned = 0.0585874 Jy ! Component: 4000 - total flux cleaned = 0.0594373 Jy ! Component: 4050 - total flux cleaned = 0.0588722 Jy ! Total flux subtracted in 4096 components = 0.059153 Jy ! Clean residual min=-0.008360 max=0.010392 Jy/beam ! Clean residual mean=-0.000049 rms=0.002637 Jy/beam ! Combined flux in latest and established models = 0.455208 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 406 components and 0.455208 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1424+225C_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.444 x 7.51 at 6.079 degrees (North through East) ! Clean map min=-0.018758 max=0.20447 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1424+225C_S_map.fits wmodel /vlbi/uf001/uva//J1424+225C_S_map.mod ! Writing 406 model components to file: /vlbi/uf001/uva//J1424+225C_S_map.mod wobs /vlbi/uf001/uva//J1424+225C_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1424+225C_S_uvs.fits wwins /vlbi/uf001/uva//J1424+225C_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1424+225C_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.204473 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00259332 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.80489 3.80489 7.60978 15.2196 30.4391 60.8783 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0077 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.204 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 78.845 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1424+225C_S_dfm.log closed on Mon Jan 14 02:53:45 2019