! Started logfile: /vlbi/uf001/uva//J2325+4806_S_dfm.log on Mon Jan 14 06:41:42 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//J2325+4806_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J2325+4806_S_uva.fits ! AN table 1: 72 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.925309 visibilities/baseline/integration-bin. ! Found source: J2325+4806 ! ! 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 8994 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 J2325+4806_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001636Jy sigma=21.198036 ! Fit after self-cal, rms=0.945378Jy sigma=19.981218 ! 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.946 mas, bmaj=4.747 mas, bpa=-7.192 degrees ! Estimated noise=0.562399 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.0421478 Jy ! Component: 100 - total flux cleaned = 0.054004 Jy ! Total flux subtracted in 100 components = 0.054004 Jy ! Clean residual min=-0.003702 max=0.008521 Jy/beam ! Clean residual mean=0.000003 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.0540041 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0540041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063590Jy sigma=1.305888 ! Fit after self-cal, rms=0.062551Jy sigma=1.282791 ! Inverting map ! Added new window around map position (6, -2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00891268 Jy ! Component: 100 - total flux cleaned = 0.0142728 Jy ! Total flux subtracted in 100 components = 0.0142728 Jy ! Clean residual min=-0.003272 max=0.004777 Jy/beam ! Clean residual mean=0.000004 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.0682769 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.0682769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061001Jy sigma=1.245450 ! Fit after self-cal, rms=0.060874Jy sigma=1.242541 ! 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.594 mas, bmaj=5.68 mas, bpa=-7.417 degrees ! Estimated noise=0.357779 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 (10, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0073881 Jy ! Component: 100 - total flux cleaned = 0.011837 Jy ! Component: 150 - total flux cleaned = 0.0150601 Jy ! Component: 200 - total flux cleaned = 0.0175709 Jy ! Total flux subtracted in 200 components = 0.0175709 Jy ! Clean residual min=-0.002779 max=0.004579 Jy/beam ! Clean residual mean=-0.000003 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.0858478 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 72 components and 0.0858478 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059910Jy sigma=1.219123 ! Fit after self-cal, rms=0.059800Jy sigma=1.216306 ! Inverting map ! Added new window around map position (27, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00448169 Jy ! Component: 100 - total flux cleaned = 0.00742337 Jy ! Component: 150 - total flux cleaned = 0.0097599 Jy ! Component: 200 - total flux cleaned = 0.011699 Jy ! Total flux subtracted in 200 components = 0.011699 Jy ! Clean residual min=-0.002269 max=0.002592 Jy/beam ! Clean residual mean=-0.000002 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0975468 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 120 components and 0.0975468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059385Jy sigma=1.206417 ! Fit after self-cal, rms=0.059347Jy sigma=1.205261 ! 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.594 x 5.68 at -7.417 degrees (North through East) ! Clean map min=-0.0021446 max=0.054285 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.99 HN 1.04 KP 0.98 ! LA 0.84 MK 0.99 NL 1.10 OV 1.05 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.00 HN 1.09 KP 1.00 ! LA 0.85 MK 0.99 NL 1.04 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.00 KP 0.97 ! LA 0.88 MK 0.91 NL 1.05 OV 0.97 ! PT 1.04 SC 1.04 ! ! ! Fit before self-cal, rms=0.059347Jy sigma=1.205261 ! Fit after self-cal, rms=0.058949Jy sigma=1.198014 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=5.724 mas, bpa=-7.514 degrees ! Estimated noise=0.352837 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.00166404 Jy ! Component: 100 - total flux cleaned = 0.00249624 Jy ! Component: 150 - total flux cleaned = 0.0029851 Jy ! Component: 200 - total flux cleaned = 0.00327198 Jy ! Total flux subtracted in 200 components = 0.00327198 Jy ! Clean residual min=-0.001659 max=0.001892 Jy/beam ! Clean residual mean=0.000002 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.100819 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 151 components and 0.100819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058888Jy sigma=1.196514 ! Fit after self-cal, rms=0.058942Jy sigma=1.195986 ! 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.058942Jy sigma=1.195986 ! Fit after self-cal, rms=0.059918Jy sigma=1.192865 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.608 mas, bmaj=5.717 mas, bpa=-7.686 degrees ! Estimated noise=0.354535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000514002 Jy ! Component: 100 - total flux cleaned = 0.000623893 Jy ! Component: 150 - total flux cleaned = 0.000745256 Jy ! Component: 200 - total flux cleaned = 0.000875449 Jy ! Total flux subtracted in 200 components = 0.000875449 Jy ! Clean residual min=-0.001582 max=0.001510 Jy/beam ! Clean residual mean=0.000000 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.101694 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 164 components and 0.101694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059893Jy sigma=1.192379 ! Fit after self-cal, rms=0.059931Jy sigma=1.192146 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.000222119 Jy ! Component: 100 - total flux cleaned = 0.000344262 Jy ! Component: 150 - total flux cleaned = 0.000417778 Jy ! Component: 200 - total flux cleaned = 0.000468254 Jy ! Total flux subtracted in 200 components = 0.000468254 Jy ! Clean residual min=-0.001592 max=0.001471 Jy/beam ! Clean residual mean=0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.102162 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 180 components and 0.102162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059918Jy sigma=1.191928 ! Fit after self-cal, rms=0.059918Jy sigma=1.191907 ! 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.059918Jy sigma=1.191907 ! Fit after self-cal, rms=0.060002Jy sigma=1.191841 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=5.718 mas, bpa=-7.583 degrees ! Estimated noise=0.35421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.85468e-05 Jy ! Component: 100 - total flux cleaned = 0.000156536 Jy ! Component: 150 - total flux cleaned = 0.000205157 Jy ! Component: 200 - total flux cleaned = 0.000235139 Jy ! Total flux subtracted in 200 components = 0.000235139 Jy ! Clean residual min=-0.001595 max=0.001470 Jy/beam ! Clean residual mean=0.000000 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.102398 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 189 components and 0.102398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059992Jy sigma=1.191673 ! Fit after self-cal, rms=0.059996Jy sigma=1.191657 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 = 9.68917e-05 Jy ! Component: 100 - total flux cleaned = 0.000140728 Jy ! Component: 150 - total flux cleaned = 0.000167796 Jy ! Component: 200 - total flux cleaned = 0.000193253 Jy ! Total flux subtracted in 200 components = 0.000193253 Jy ! Clean residual min=-0.001606 max=0.001469 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.102591 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 197 components and 0.102591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059989Jy sigma=1.191547 ! Fit after self-cal, rms=0.059989Jy sigma=1.191541 ! 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.059989Jy sigma=1.191541 ! Fit after self-cal, rms=0.059991Jy sigma=1.191518 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.146 mas, bmaj=9.394 mas, bpa=-5.683 degrees ! Estimated noise=0.429051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313351 Jy ! Component: 100 - total flux cleaned = 0.000408112 Jy ! Component: 150 - total flux cleaned = 0.000422493 Jy ! Component: 200 - total flux cleaned = 0.000446218 Jy ! Total flux subtracted in 200 components = 0.000446218 Jy ! Clean residual min=-0.002069 max=0.001891 Jy/beam ! Clean residual mean=0.000002 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.103037 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 209 components and 0.103037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059989Jy sigma=1.191512 ! Fit after self-cal, rms=0.059988Jy sigma=1.191480 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 = 9.47592e-05 Jy ! Component: 100 - total flux cleaned = 0.000130257 Jy ! Component: 150 - total flux cleaned = 0.000160928 Jy ! Component: 200 - total flux cleaned = 0.000170422 Jy ! Total flux subtracted in 200 components = 0.000170422 Jy ! Clean residual min=-0.002096 max=0.001883 Jy/beam ! Clean residual mean=0.000002 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.103207 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 220 components and 0.103207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059987Jy sigma=1.191495 ! Fit after self-cal, rms=0.059987Jy sigma=1.191483 ! 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.622 mas, bmaj=5.721 mas, bpa=-7.498 degrees ! Estimated noise=0.353955 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.622 x 5.721 at -7.498 degrees (North through East) ! Clean map min=-0.0016271 max=0.053197 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.966 mas, bmaj=4.764 mas, bpa=-7.608 degrees ! Estimated noise=0.560658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0420792 Jy ! Component: 100 - total flux cleaned = 0.0562729 Jy ! Component: 150 - total flux cleaned = 0.0650896 Jy ! Component: 200 - total flux cleaned = 0.0715659 Jy ! Total flux subtracted in 200 components = 0.0715659 Jy ! Clean residual min=-0.003044 max=0.003750 Jy/beam ! Clean residual mean=0.000001 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.0715659 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.0715659 Jy ! Inverting map and beam ! Estimated beam: bmin=3.622 mas, bmaj=5.721 mas, bpa=-7.498 degrees ! Estimated noise=0.353955 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.00673496 Jy ! Component: 100 - total flux cleaned = 0.0114722 Jy ! Component: 150 - total flux cleaned = 0.0150022 Jy ! Component: 200 - total flux cleaned = 0.0177444 Jy ! Total flux subtracted in 200 components = 0.0177444 Jy ! Clean residual min=-0.001931 max=0.002309 Jy/beam ! Clean residual mean=-0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0893103 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 74 components and 0.0893103 Jy ! Inverting map ! Added new window around map position (110, 83.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00240752 Jy ! Component: 100 - total flux cleaned = 0.00430355 Jy ! Component: 150 - total flux cleaned = 0.00591085 Jy ! Component: 200 - total flux cleaned = 0.00728894 Jy ! Total flux subtracted in 200 components = 0.00728894 Jy ! Clean residual min=-0.001744 max=0.001484 Jy/beam ! Clean residual mean=0.000000 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0965993 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 114 components and 0.0965993 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.146 mas, bmaj=9.394 mas, bpa=-5.683 degrees ! Estimated noise=0.429051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202848 Jy ! Component: 100 - total flux cleaned = 0.00344548 Jy ! Component: 150 - total flux cleaned = 0.00453675 Jy ! Component: 200 - total flux cleaned = 0.00540143 Jy ! Total flux subtracted in 200 components = 0.00540143 Jy ! Clean residual min=-0.002120 max=0.001728 Jy/beam ! Clean residual mean=0.000003 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.102001 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.000696639 Jy ! Component: 100 - total flux cleaned = 0.00126242 Jy ! Component: 150 - total flux cleaned = 0.00162095 Jy ! Component: 200 - total flux cleaned = 0.00186581 Jy ! Total flux subtracted in 200 components = 0.00186581 Jy ! Clean residual min=-0.002017 max=0.001806 Jy/beam ! Clean residual mean=0.000004 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.103866 Jy ! Adding 100 model components to the UV plane model. ! The established model now contains 200 components and 0.103866 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.622 mas, bmaj=5.721 mas, bpa=-7.498 degrees ! Estimated noise=0.353955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.53718e-05 Jy ! Component: 100 - total flux cleaned = -9.75748e-05 Jy ! Component: 150 - total flux cleaned = -4.94131e-05 Jy ! Component: 200 - total flux cleaned = -4.61005e-06 Jy ! Total flux subtracted in 200 components = -4.61005e-06 Jy ! Clean residual min=-0.001542 max=0.001484 Jy/beam ! Clean residual mean=0.000002 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.103862 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 221 components and 0.103862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059969Jy sigma=1.191120 ! Fit after self-cal, rms=0.059959Jy sigma=1.190921 wmodel J2325+4806_S_map.mod ! Writing 221 model components to file: J2325+4806_S_map.mod wobs J2325+4806_S_uvs.fits ! Writing UV FITS file: J2325+4806_S_uvs.fits wwins J2325+4806_S_map.win ! wwins: Wrote 5 windows to J2325+4806_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 = -9.0397e-05 Jy ! Component: 100 - total flux cleaned = -1.31989e-05 Jy ! Component: 150 - total flux cleaned = -6.38154e-05 Jy ! Component: 200 - total flux cleaned = -0.000135308 Jy ! Component: 250 - total flux cleaned = -0.000296169 Jy ! Component: 300 - total flux cleaned = -0.000384875 Jy ! Component: 350 - total flux cleaned = -0.000428325 Jy ! Component: 400 - total flux cleaned = -0.000554975 Jy ! Component: 450 - total flux cleaned = -0.000637532 Jy ! Component: 500 - total flux cleaned = -0.000737311 Jy ! Component: 550 - total flux cleaned = -0.000776471 Jy ! Component: 600 - total flux cleaned = -0.000757305 Jy ! Component: 650 - total flux cleaned = -0.000832635 Jy ! Component: 700 - total flux cleaned = -0.000832581 Jy ! Component: 750 - total flux cleaned = -0.000850618 Jy ! Component: 800 - total flux cleaned = -0.000850974 Jy ! Component: 850 - total flux cleaned = -0.000868693 Jy ! Component: 900 - total flux cleaned = -0.000834425 Jy ! Component: 950 - total flux cleaned = -0.000834568 Jy ! Component: 1000 - total flux cleaned = -0.000817933 Jy ! Component: 1050 - total flux cleaned = -0.000801749 Jy ! Component: 1100 - total flux cleaned = -0.000785426 Jy ! Component: 1150 - total flux cleaned = -0.000769296 Jy ! Component: 1200 - total flux cleaned = -0.000753484 Jy ! Component: 1250 - total flux cleaned = -0.000737883 Jy ! Component: 1300 - total flux cleaned = -0.000661274 Jy ! Component: 1350 - total flux cleaned = -0.000676812 Jy ! Component: 1400 - total flux cleaned = -0.000632057 Jy ! Component: 1450 - total flux cleaned = -0.000661792 Jy ! Component: 1500 - total flux cleaned = -0.000632809 Jy ! Component: 1550 - total flux cleaned = -0.000676449 Jy ! Component: 1600 - total flux cleaned = -0.000719145 Jy ! Component: 1650 - total flux cleaned = -0.000662571 Jy ! Component: 1700 - total flux cleaned = -0.000718349 Jy ! Component: 1750 - total flux cleaned = -0.000690892 Jy ! Component: 1800 - total flux cleaned = -0.000704877 Jy ! Component: 1850 - total flux cleaned = -0.000718299 Jy ! Component: 1900 - total flux cleaned = -0.000744925 Jy ! Component: 1950 - total flux cleaned = -0.000771115 Jy ! Component: 2000 - total flux cleaned = -0.000679391 Jy ! Component: 2050 - total flux cleaned = -0.000718064 Jy ! Component: 2100 - total flux cleaned = -0.000679454 Jy ! Component: 2150 - total flux cleaned = -0.000654051 Jy ! Component: 2200 - total flux cleaned = -0.000666516 Jy ! Component: 2250 - total flux cleaned = -0.000666581 Jy ! Component: 2300 - total flux cleaned = -0.000642113 Jy ! Component: 2350 - total flux cleaned = -0.000678995 Jy ! Component: 2400 - total flux cleaned = -0.000606082 Jy ! Component: 2450 - total flux cleaned = -0.000606169 Jy ! Component: 2500 - total flux cleaned = -0.000594181 Jy ! Component: 2550 - total flux cleaned = -0.000594174 Jy ! Component: 2600 - total flux cleaned = -0.000594139 Jy ! Component: 2650 - total flux cleaned = -0.000570945 Jy ! Component: 2700 - total flux cleaned = -0.000605562 Jy ! Component: 2750 - total flux cleaned = -0.00053695 Jy ! Component: 2800 - total flux cleaned = -0.000537039 Jy ! Component: 2850 - total flux cleaned = -0.000548431 Jy ! Component: 2900 - total flux cleaned = -0.000537051 Jy ! Component: 2950 - total flux cleaned = -0.000536959 Jy ! Component: 3000 - total flux cleaned = -0.000525802 Jy ! Component: 3050 - total flux cleaned = -0.000449234 Jy ! Component: 3100 - total flux cleaned = -0.00048183 Jy ! Component: 3150 - total flux cleaned = -0.000438597 Jy ! Component: 3200 - total flux cleaned = -0.000470819 Jy ! Component: 3250 - total flux cleaned = -0.000449436 Jy ! Component: 3300 - total flux cleaned = -0.00043895 Jy ! Component: 3350 - total flux cleaned = -0.000428323 Jy ! Component: 3400 - total flux cleaned = -0.000396987 Jy ! Component: 3450 - total flux cleaned = -0.000407354 Jy ! Component: 3500 - total flux cleaned = -0.000427941 Jy ! Component: 3550 - total flux cleaned = -0.000427901 Jy ! Component: 3600 - total flux cleaned = -0.000376893 Jy ! Component: 3650 - total flux cleaned = -0.000376882 Jy ! Component: 3700 - total flux cleaned = -0.000366719 Jy ! Component: 3750 - total flux cleaned = -0.000346766 Jy ! Component: 3800 - total flux cleaned = -0.000326936 Jy ! Component: 3850 - total flux cleaned = -0.000307114 Jy ! Component: 3900 - total flux cleaned = -0.00032689 Jy ! Component: 3950 - total flux cleaned = -0.000317021 Jy ! Component: 4000 - total flux cleaned = -0.000287842 Jy ! Component: 4050 - total flux cleaned = -0.000336315 Jy ! Total flux subtracted in 4096 components = -0.000326635 Jy ! Clean residual min=-0.000622 max=0.000642 Jy/beam ! Clean residual mean=0.000002 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.103535 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 543 components and 0.103535 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J2325+4806_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.622 x 5.721 at -7.498 degrees (North through East) ! Clean map min=-0.0010635 max=0.052948 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J2325+4806_S_map.fits wmodel /vlbi/uf001/uva//J2325+4806_S_map.mod ! Writing 543 model components to file: /vlbi/uf001/uva//J2325+4806_S_map.mod wobs /vlbi/uf001/uva//J2325+4806_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J2325+4806_S_uvs.fits wwins /vlbi/uf001/uva//J2325+4806_S_map.win ! wwins: Wrote 6 windows to /vlbi/uf001/uva//J2325+4806_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0529482 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00017155 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.971991 0.971991 1.94398 3.88796 7.77593 15.5519 31.1037 62.2074 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.052 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 308.644 quit ! Quitting program ! Log file /vlbi/uf001/uva//J2325+4806_S_dfm.log closed on Mon Jan 14 06:41:47 2019