! Started logfile: /vlbi/uf001/uva//J1010+3330_S_dfm.log on Mon Jan 14 00:45:51 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//J1010+3330_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1010+3330_S_uva.fits ! AN table 1: 57 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.834308 visibilities/baseline/integration-bin. ! Found source: J1010+3330 ! ! 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 5136 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 J1010+3330_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 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.025379Jy sigma=21.416852 ! Fit after self-cal, rms=0.782401Jy sigma=16.305774 ! 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.813 mas, bmaj=4.894 mas, bpa=-1.371 degrees ! Estimated noise=0.672465 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.169744 Jy ! Component: 100 - total flux cleaned = 0.207181 Jy ! Total flux subtracted in 100 components = 0.207181 Jy ! Clean residual min=-0.008252 max=0.012176 Jy/beam ! Clean residual mean=0.000006 rms=0.001994 Jy/beam ! Combined flux in latest and established models = 0.207181 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.207181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072538Jy sigma=1.417662 ! Fit after self-cal, rms=0.072529Jy sigma=1.417522 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129089 Jy ! Component: 100 - total flux cleaned = 0.019911 Jy ! Total flux subtracted in 100 components = 0.019911 Jy ! Clean residual min=-0.007456 max=0.006313 Jy/beam ! Clean residual mean=0.000006 rms=0.001631 Jy/beam ! Combined flux in latest and established models = 0.227092 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 17 components and 0.227092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070145Jy sigma=1.351886 ! Fit after self-cal, rms=0.070136Jy sigma=1.351727 ! 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.431 mas, bmaj=5.485 mas, bpa=-1.678 degrees ! Estimated noise=0.497527 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.00542614 Jy ! Component: 100 - total flux cleaned = 0.00843604 Jy ! Component: 150 - total flux cleaned = 0.0102763 Jy ! Component: 200 - total flux cleaned = 0.0114539 Jy ! Total flux subtracted in 200 components = 0.0114539 Jy ! Clean residual min=-0.006907 max=0.005671 Jy/beam ! Clean residual mean=-0.000011 rms=0.001479 Jy/beam ! Combined flux in latest and established models = 0.238546 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.238546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069856Jy sigma=1.339277 ! Fit after self-cal, rms=0.069846Jy sigma=1.339123 ! 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.431 x 5.485 at -1.678 degrees (North through East) ! Clean map min=-0.0066304 max=0.22031 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.78 FD 0.99 HN 1.00 LA 0.89 ! MK 1.01 NL 1.09 OV 1.08 PT 0.98 ! SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 0.98 LA 0.95 ! MK 1.02 NL 1.07 OV 1.02 PT 1.00 ! SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.00 LA 0.93 ! MK 1.04 NL 1.05 OV 1.06 PT 1.01 ! SC 1.04 ! ! ! Fit before self-cal, rms=0.069846Jy sigma=1.339123 ! Fit after self-cal, rms=0.065736Jy sigma=1.263940 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.479 mas, bmaj=5.531 mas, bpa=-1.935 degrees ! Estimated noise=0.496948 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.00282673 Jy ! Component: 100 - total flux cleaned = -0.00349148 Jy ! Component: 150 - total flux cleaned = -0.00373516 Jy ! Component: 200 - total flux cleaned = -0.00377002 Jy ! Total flux subtracted in 200 components = -0.00377002 Jy ! Clean residual min=-0.003853 max=0.003772 Jy/beam ! Clean residual mean=-0.000008 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.234776 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.234776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065563Jy sigma=1.262195 ! Fit after self-cal, rms=0.065609Jy sigma=1.261779 ! 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.065609Jy sigma=1.261779 ! Fit after self-cal, rms=0.066004Jy sigma=1.238027 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.466 mas, bmaj=5.537 mas, bpa=-2.152 degrees ! Estimated noise=0.49575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000472323 Jy ! Component: 100 - total flux cleaned = -0.000591708 Jy ! Component: 150 - total flux cleaned = -0.000650479 Jy ! Component: 200 - total flux cleaned = -0.000684978 Jy ! Total flux subtracted in 200 components = -0.000684978 Jy ! Clean residual min=-0.002165 max=0.002421 Jy/beam ! Clean residual mean=-0.000004 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.234091 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.234091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065987Jy sigma=1.237711 ! Fit after self-cal, rms=0.066044Jy sigma=1.237581 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 (-44.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000901861 Jy ! Component: 100 - total flux cleaned = 0.000711762 Jy ! Component: 150 - total flux cleaned = 0.000525498 Jy ! Component: 200 - total flux cleaned = 0.000426627 Jy ! Total flux subtracted in 200 components = 0.000426627 Jy ! Clean residual min=-0.002140 max=0.001949 Jy/beam ! Clean residual mean=-0.000004 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.234517 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 58 components and 0.234517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065955Jy sigma=1.235999 ! Fit after self-cal, rms=0.065952Jy sigma=1.235920 ! 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.065952Jy sigma=1.235920 ! Fit after self-cal, rms=0.065825Jy sigma=1.235761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=5.543 mas, bpa=-2.176 degrees ! Estimated noise=0.494989 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.52902e-05 Jy ! Component: 100 - total flux cleaned = -0.000232132 Jy ! Component: 150 - total flux cleaned = -0.000466905 Jy ! Component: 200 - total flux cleaned = -0.000586063 Jy ! Total flux subtracted in 200 components = -0.000586063 Jy ! Clean residual min=-0.002017 max=0.001995 Jy/beam ! Clean residual mean=-0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.233931 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 68 components and 0.233931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065800Jy sigma=1.235332 ! Fit after self-cal, rms=0.065800Jy sigma=1.235317 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.12133e-05 Jy ! Component: 100 - total flux cleaned = -0.000158335 Jy ! Component: 150 - total flux cleaned = -0.000239851 Jy ! Component: 200 - total flux cleaned = -0.000278293 Jy ! Total flux subtracted in 200 components = -0.000278293 Jy ! Clean residual min=-0.002017 max=0.001980 Jy/beam ! Clean residual mean=-0.000003 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.233653 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 72 components and 0.233653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065788Jy sigma=1.235082 ! Fit after self-cal, rms=0.065788Jy sigma=1.235075 ! 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.065788Jy sigma=1.235075 ! Fit after self-cal, rms=0.065717Jy sigma=1.235008 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.982 mas, bmaj=9.056 mas, bpa=2.458 degrees ! Estimated noise=0.621048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.93664e-05 Jy ! Component: 100 - total flux cleaned = -0.000202814 Jy ! Component: 150 - total flux cleaned = -0.000288532 Jy ! Component: 200 - total flux cleaned = -0.000373678 Jy ! Total flux subtracted in 200 components = -0.000373678 Jy ! Clean residual min=-0.002086 max=0.001852 Jy/beam ! Clean residual mean=-0.000006 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.233279 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 84 components and 0.233279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065716Jy sigma=1.235026 ! Fit after self-cal, rms=0.065715Jy sigma=1.234963 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.52036e-05 Jy ! Component: 100 - total flux cleaned = -1.54752e-05 Jy ! Component: 150 - total flux cleaned = -8.78429e-05 Jy ! Component: 200 - total flux cleaned = -0.000133593 Jy ! Total flux subtracted in 200 components = -0.000133593 Jy ! Clean residual min=-0.002061 max=0.001856 Jy/beam ! Clean residual mean=-0.000006 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.233146 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.233146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065716Jy sigma=1.235026 ! Fit after self-cal, rms=0.065716Jy sigma=1.234993 ! 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.471 mas, bmaj=5.548 mas, bpa=-2.182 degrees ! Estimated noise=0.494525 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.471 x 5.548 at -2.182 degrees (North through East) ! Clean map min=-0.0018197 max=0.21918 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.844 mas, bmaj=4.937 mas, bpa=-1.799 degrees ! Estimated noise=0.6723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.169628 Jy ! Component: 100 - total flux cleaned = 0.206788 Jy ! Component: 150 - total flux cleaned = 0.218112 Jy ! Component: 200 - total flux cleaned = 0.223689 Jy ! Total flux subtracted in 200 components = 0.223689 Jy ! Clean residual min=-0.003550 max=0.003595 Jy/beam ! Clean residual mean=-0.000002 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.223689 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.223689 Jy ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=5.548 mas, bpa=-2.182 degrees ! Estimated noise=0.494525 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.00431175 Jy ! Component: 100 - total flux cleaned = 0.00614875 Jy ! Component: 150 - total flux cleaned = 0.00728775 Jy ! Component: 200 - total flux cleaned = 0.00787569 Jy ! Total flux subtracted in 200 components = 0.00787569 Jy ! Clean residual min=-0.002265 max=0.002138 Jy/beam ! Clean residual mean=-0.000005 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.231565 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.231565 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.982 mas, bmaj=9.056 mas, bpa=2.458 degrees ! Estimated noise=0.621048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013268 Jy ! Component: 100 - total flux cleaned = 0.00151884 Jy ! Component: 150 - total flux cleaned = 0.00156297 Jy ! Component: 200 - total flux cleaned = 0.0015441 Jy ! Total flux subtracted in 200 components = 0.0015441 Jy ! Clean residual min=-0.002074 max=0.001867 Jy/beam ! Clean residual mean=-0.000007 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.233109 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 = -3.45028e-05 Jy ! Component: 100 - total flux cleaned = -6.46992e-05 Jy ! Component: 150 - total flux cleaned = -7.78837e-05 Jy ! Component: 200 - total flux cleaned = -0.000102286 Jy ! Total flux subtracted in 200 components = -0.000102286 Jy ! Clean residual min=-0.002061 max=0.001842 Jy/beam ! Clean residual mean=-0.000006 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.233007 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 73 components and 0.233007 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.471 mas, bmaj=5.548 mas, bpa=-2.182 degrees ! Estimated noise=0.494525 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000623801 Jy ! Component: 100 - total flux cleaned = -0.000548867 Jy ! Component: 150 - total flux cleaned = -0.000515605 Jy ! Component: 200 - total flux cleaned = -0.000516038 Jy ! Total flux subtracted in 200 components = -0.000516038 Jy ! Clean residual min=-0.002141 max=0.002061 Jy/beam ! Clean residual mean=-0.000002 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.232491 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.232491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065759Jy sigma=1.235897 ! Fit after self-cal, rms=0.065752Jy sigma=1.235803 wmodel J1010+3330_S_map.mod ! Writing 84 model components to file: J1010+3330_S_map.mod wobs J1010+3330_S_uvs.fits ! Writing UV FITS file: J1010+3330_S_uvs.fits wwins J1010+3330_S_map.win ! wwins: Wrote 2 windows to J1010+3330_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.000324641 Jy ! Component: 100 - total flux cleaned = -0.000469706 Jy ! Component: 150 - total flux cleaned = -0.000502655 Jy ! Component: 200 - total flux cleaned = -0.000666953 Jy ! Component: 250 - total flux cleaned = -0.000794268 Jy ! Component: 300 - total flux cleaned = -0.000825309 Jy ! Component: 350 - total flux cleaned = -0.000885172 Jy ! Component: 400 - total flux cleaned = -0.000972111 Jy ! Component: 450 - total flux cleaned = -0.000916149 Jy ! Component: 500 - total flux cleaned = -0.000999178 Jy ! Component: 550 - total flux cleaned = -0.000998681 Jy ! Component: 600 - total flux cleaned = -0.00102518 Jy ! Component: 650 - total flux cleaned = -0.00102575 Jy ! Component: 700 - total flux cleaned = -0.00105197 Jy ! Component: 750 - total flux cleaned = -0.00112722 Jy ! Component: 800 - total flux cleaned = -0.00107751 Jy ! Component: 850 - total flux cleaned = -0.00102893 Jy ! Component: 900 - total flux cleaned = -0.00102885 Jy ! Component: 950 - total flux cleaned = -0.00105239 Jy ! Component: 1000 - total flux cleaned = -0.00105172 Jy ! Component: 1050 - total flux cleaned = -0.00105184 Jy ! Component: 1100 - total flux cleaned = -0.00107435 Jy ! Component: 1150 - total flux cleaned = -0.00105286 Jy ! Component: 1200 - total flux cleaned = -0.0011629 Jy ! Component: 1250 - total flux cleaned = -0.00116284 Jy ! Component: 1300 - total flux cleaned = -0.00114153 Jy ! Component: 1350 - total flux cleaned = -0.00120479 Jy ! Component: 1400 - total flux cleaned = -0.00122556 Jy ! Component: 1450 - total flux cleaned = -0.00114329 Jy ! Component: 1500 - total flux cleaned = -0.00122447 Jy ! Component: 1550 - total flux cleaned = -0.00120443 Jy ! Component: 1600 - total flux cleaned = -0.001165 Jy ! Component: 1650 - total flux cleaned = -0.00116526 Jy ! Component: 1700 - total flux cleaned = -0.00108788 Jy ! Component: 1750 - total flux cleaned = -0.00110688 Jy ! Component: 1800 - total flux cleaned = -0.000974415 Jy ! Component: 1850 - total flux cleaned = -0.000899547 Jy ! Component: 1900 - total flux cleaned = -0.000807132 Jy ! Component: 1950 - total flux cleaned = -0.0008069 Jy ! Component: 2000 - total flux cleaned = -0.000770378 Jy ! Component: 2050 - total flux cleaned = -0.00066275 Jy ! Component: 2100 - total flux cleaned = -0.000591715 Jy ! Component: 2150 - total flux cleaned = -0.000486415 Jy ! Component: 2200 - total flux cleaned = -0.00045169 Jy ! Component: 2250 - total flux cleaned = -0.000348233 Jy ! Component: 2300 - total flux cleaned = -0.000262998 Jy ! Component: 2350 - total flux cleaned = -0.00021232 Jy ! Component: 2400 - total flux cleaned = -0.000128416 Jy ! Component: 2450 - total flux cleaned = -0.000111823 Jy ! Component: 2500 - total flux cleaned = -4.59101e-05 Jy ! Component: 2550 - total flux cleaned = -1.31454e-05 Jy ! Component: 2600 - total flux cleaned = 1.90927e-05 Jy ! Component: 2650 - total flux cleaned = 3.52352e-05 Jy ! Component: 2700 - total flux cleaned = 6.69824e-05 Jy ! Component: 2750 - total flux cleaned = 8.26037e-05 Jy ! Component: 2800 - total flux cleaned = 9.81804e-05 Jy ! Component: 2850 - total flux cleaned = 5.16687e-05 Jy ! Component: 2900 - total flux cleaned = 5.17592e-05 Jy ! Component: 2950 - total flux cleaned = 0.000112555 Jy ! Component: 3000 - total flux cleaned = 0.000112539 Jy ! Component: 3050 - total flux cleaned = 0.000142539 Jy ! Component: 3100 - total flux cleaned = 0.000112704 Jy ! Component: 3150 - total flux cleaned = 0.00014228 Jy ! Component: 3200 - total flux cleaned = 0.000142049 Jy ! Component: 3250 - total flux cleaned = 0.000156552 Jy ! Component: 3300 - total flux cleaned = 0.00021447 Jy ! Component: 3350 - total flux cleaned = 0.000243186 Jy ! Component: 3400 - total flux cleaned = 0.000214665 Jy ! Component: 3450 - total flux cleaned = 0.000257054 Jy ! Component: 3500 - total flux cleaned = 0.000242939 Jy ! Component: 3550 - total flux cleaned = 0.000243039 Jy ! Component: 3600 - total flux cleaned = 0.000270698 Jy ! Component: 3650 - total flux cleaned = 0.000257051 Jy ! Component: 3700 - total flux cleaned = 0.000270714 Jy ! Component: 3750 - total flux cleaned = 0.00028434 Jy ! Component: 3800 - total flux cleaned = 0.000270956 Jy ! Component: 3850 - total flux cleaned = 0.000284547 Jy ! Component: 3900 - total flux cleaned = 0.000204848 Jy ! Component: 3950 - total flux cleaned = 0.000231471 Jy ! Component: 4000 - total flux cleaned = 0.000244606 Jy ! Component: 4050 - total flux cleaned = 0.000244533 Jy ! Total flux subtracted in 4096 components = 0.000244506 Jy ! Clean residual min=-0.000772 max=0.000798 Jy/beam ! Clean residual mean=-0.000002 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.232735 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 355 components and 0.232735 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1010+3330_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.471 x 5.548 at -2.182 degrees (North through East) ! Clean map min=-0.0018858 max=0.21925 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1010+3330_S_map.fits wmodel /vlbi/uf001/uva//J1010+3330_S_map.mod ! Writing 355 model components to file: /vlbi/uf001/uva//J1010+3330_S_map.mod wobs /vlbi/uf001/uva//J1010+3330_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1010+3330_S_uvs.fits wwins /vlbi/uf001/uva//J1010+3330_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1010+3330_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.21925 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000228216 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.312269 0.312269 0.624537 1.24907 2.49815 4.9963 9.99259 19.9852 39.9704 79.9408 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.219 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 960.711 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1010+3330_S_dfm.log closed on Mon Jan 14 00:45:56 2019