! Started logfile: /vlbi/uf001/uva//J0945+3534_S_dfm.log on Mon Jan 14 00:36:25 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//J0945+3534_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J0945+3534_S_uva.fits ! AN table 1: 42 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.960317 visibilities/baseline/integration-bin. ! Found source: J0945+3534 ! ! 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 2541 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 J0945+3534_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 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011749Jy sigma=23.701785 ! Fit after self-cal, rms=0.749908Jy sigma=17.501873 ! 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=5.153 mas, bmaj=10.25 mas, bpa=-20.64 degrees ! Estimated noise=0.778333 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.19524 Jy ! Component: 100 - total flux cleaned = 0.239412 Jy ! Total flux subtracted in 100 components = 0.239412 Jy ! Clean residual min=-0.006524 max=0.015393 Jy/beam ! Clean residual mean=-0.000009 rms=0.002141 Jy/beam ! Combined flux in latest and established models = 0.239412 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.239412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056547Jy sigma=1.259032 ! Fit after self-cal, rms=0.056545Jy sigma=1.258828 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0150902 Jy ! Component: 100 - total flux cleaned = 0.021545 Jy ! Total flux subtracted in 100 components = 0.021545 Jy ! Clean residual min=-0.004913 max=0.004531 Jy/beam ! Clean residual mean=-0.000002 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.260957 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.260957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052582Jy sigma=1.170385 ! Fit after self-cal, rms=0.052576Jy sigma=1.170106 ! 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=5.889 mas, bmaj=11.28 mas, bpa=-20.39 degrees ! Estimated noise=0.664434 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.00439686 Jy ! Component: 100 - total flux cleaned = 0.00697467 Jy ! Component: 150 - total flux cleaned = 0.00854845 Jy ! Component: 200 - total flux cleaned = 0.00905816 Jy ! Total flux subtracted in 200 components = 0.00905816 Jy ! Clean residual min=-0.004017 max=0.003809 Jy/beam ! Clean residual mean=-0.000009 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.270015 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 0.270015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052162Jy sigma=1.161414 ! Fit after self-cal, rms=0.052157Jy sigma=1.161276 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.889 x 11.28 at -20.39 degrees (North through East) ! Clean map min=-0.0039767 max=0.24907 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 0.99 KP 0.99 LA 0.92 ! NL 1.01 OV 0.97 PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 1.01 KP 1.00 LA 0.95 ! NL 1.02 OV 1.00 PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 1.00 KP 1.02 LA 0.99 ! NL 1.02 OV 1.00 PT 1.02 ! ! ! Fit before self-cal, rms=0.052157Jy sigma=1.161276 ! Fit after self-cal, rms=0.051010Jy sigma=1.140879 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.893 mas, bmaj=11.3 mas, bpa=-20.29 degrees ! Estimated noise=0.663953 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.000586134 Jy ! Component: 100 - total flux cleaned = -0.000759822 Jy ! Component: 150 - total flux cleaned = -0.000852489 Jy ! Component: 200 - total flux cleaned = -0.000915626 Jy ! Total flux subtracted in 200 components = -0.000915626 Jy ! Clean residual min=-0.003306 max=0.004031 Jy/beam ! Clean residual mean=-0.000004 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.2691 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.2691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050978Jy sigma=1.139815 ! Fit after self-cal, rms=0.050977Jy sigma=1.139667 ! 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.050977Jy sigma=1.139667 ! Fit after self-cal, rms=0.050340Jy sigma=1.118740 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.89 mas, bmaj=11.32 mas, bpa=-20.14 degrees ! Estimated noise=0.664651 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000395632 Jy ! Component: 100 - total flux cleaned = -0.000595982 Jy ! Component: 150 - total flux cleaned = -0.000708056 Jy ! Component: 200 - total flux cleaned = -0.000806913 Jy ! Total flux subtracted in 200 components = -0.000806913 Jy ! Clean residual min=-0.002591 max=0.003346 Jy/beam ! Clean residual mean=-0.000001 rms=0.000712 Jy/beam ! Combined flux in latest and established models = 0.268293 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.268293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050299Jy sigma=1.117832 ! Fit after self-cal, rms=0.050299Jy sigma=1.117737 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 (-55, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212076 Jy ! Component: 100 - total flux cleaned = 0.00222727 Jy ! Component: 150 - total flux cleaned = 0.00210588 Jy ! Component: 200 - total flux cleaned = 0.00185268 Jy ! Total flux subtracted in 200 components = 0.00185268 Jy ! Clean residual min=-0.002473 max=0.002107 Jy/beam ! Clean residual mean=0.000000 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.270146 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 98 components and 0.270146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050142Jy sigma=1.114006 ! Fit after self-cal, rms=0.050132Jy sigma=1.113771 ! 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.050132Jy sigma=1.113771 ! Fit after self-cal, rms=0.050052Jy sigma=1.113305 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.886 mas, bmaj=11.34 mas, bpa=-20.07 degrees ! Estimated noise=0.663804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.1721e-05 Jy ! Component: 100 - total flux cleaned = -0.000281576 Jy ! Component: 150 - total flux cleaned = -0.000379489 Jy ! Component: 200 - total flux cleaned = -0.000437021 Jy ! Total flux subtracted in 200 components = -0.000437021 Jy ! Clean residual min=-0.002414 max=0.002063 Jy/beam ! Clean residual mean=0.000002 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.269708 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 110 components and 0.269708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.050007Jy sigma=1.112221 ! Fit after self-cal, rms=0.050005Jy sigma=1.112179 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 = -2.03559e-05 Jy ! Component: 100 - total flux cleaned = -0.000120278 Jy ! Component: 150 - total flux cleaned = -0.000214071 Jy ! Component: 200 - total flux cleaned = -0.000301415 Jy ! Total flux subtracted in 200 components = -0.000301415 Jy ! Clean residual min=-0.002362 max=0.002053 Jy/beam ! Clean residual mean=0.000002 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.269407 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 122 components and 0.269407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049983Jy sigma=1.111697 ! Fit after self-cal, rms=0.049985Jy sigma=1.111686 ! 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.049985Jy sigma=1.111686 ! Fit after self-cal, rms=0.049945Jy sigma=1.111557 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.619 mas, bmaj=13.29 mas, bpa=-23.2 degrees ! Estimated noise=0.730495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000311107 Jy ! Component: 100 - total flux cleaned = -0.000487922 Jy ! Component: 150 - total flux cleaned = -0.000662655 Jy ! Component: 200 - total flux cleaned = -0.000786359 Jy ! Total flux subtracted in 200 components = -0.000786359 Jy ! Clean residual min=-0.002538 max=0.002262 Jy/beam ! Clean residual mean=0.000003 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.268621 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 140 components and 0.268621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049930Jy sigma=1.111320 ! Fit after self-cal, rms=0.049930Jy sigma=1.111301 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 = -8.81852e-05 Jy ! Component: 100 - total flux cleaned = -0.000168343 Jy ! Component: 150 - total flux cleaned = -0.00022812 Jy ! Component: 200 - total flux cleaned = -0.000298678 Jy ! Total flux subtracted in 200 components = -0.000298678 Jy ! Clean residual min=-0.002533 max=0.002266 Jy/beam ! Clean residual mean=0.000003 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.268322 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 149 components and 0.268322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049921Jy sigma=1.111146 ! Fit after self-cal, rms=0.049922Jy sigma=1.111138 ! 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=5.883 mas, bmaj=11.34 mas, bpa=-20.02 degrees ! Estimated noise=0.663381 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.883 x 11.34 at -20.02 degrees (North through East) ! Clean map min=-0.0022862 max=0.24956 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=5.138 mas, bmaj=10.3 mas, bpa=-20.31 degrees ! Estimated noise=0.777063 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.19489 Jy ! Component: 100 - total flux cleaned = 0.238526 Jy ! Component: 150 - total flux cleaned = 0.252902 Jy ! Component: 200 - total flux cleaned = 0.258863 Jy ! Total flux subtracted in 200 components = 0.258863 Jy ! Clean residual min=-0.003755 max=0.002876 Jy/beam ! Clean residual mean=0.000003 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.258863 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.258863 Jy ! Inverting map and beam ! Estimated beam: bmin=5.883 mas, bmaj=11.34 mas, bpa=-20.02 degrees ! Estimated noise=0.663381 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.00419566 Jy ! Component: 100 - total flux cleaned = 0.00611084 Jy ! Component: 150 - total flux cleaned = 0.00720223 Jy ! Component: 200 - total flux cleaned = 0.00760477 Jy ! Total flux subtracted in 200 components = 0.00760477 Jy ! Clean residual min=-0.002532 max=0.002115 Jy/beam ! Clean residual mean=0.000001 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.266468 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.266468 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.619 mas, bmaj=13.29 mas, bpa=-23.2 degrees ! Estimated noise=0.730495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108735 Jy ! Component: 100 - total flux cleaned = 0.00121417 Jy ! Component: 150 - total flux cleaned = 0.00128795 Jy ! Component: 200 - total flux cleaned = 0.00141841 Jy ! Total flux subtracted in 200 components = 0.00141841 Jy ! Clean residual min=-0.002673 max=0.002179 Jy/beam ! Clean residual mean=0.000003 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.267887 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 = 5.66174e-05 Jy ! Component: 100 - total flux cleaned = 2.92274e-05 Jy ! Component: 150 - total flux cleaned = 5.32514e-05 Jy ! Component: 200 - total flux cleaned = 3.05952e-05 Jy ! Total flux subtracted in 200 components = 3.05952e-05 Jy ! Clean residual min=-0.002618 max=0.002187 Jy/beam ! Clean residual mean=0.000004 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.267917 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 95 components and 0.267917 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.883 mas, bmaj=11.34 mas, bpa=-20.02 degrees ! Estimated noise=0.663381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.54553e-05 Jy ! Component: 100 - total flux cleaned = -4.71735e-06 Jy ! Component: 150 - total flux cleaned = -9.2547e-05 Jy ! Component: 200 - total flux cleaned = -0.000118611 Jy ! Total flux subtracted in 200 components = -0.000118611 Jy ! Clean residual min=-0.002328 max=0.002112 Jy/beam ! Clean residual mean=0.000003 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.267799 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 118 components and 0.267799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.049953Jy sigma=1.111839 ! Fit after self-cal, rms=0.049950Jy sigma=1.111706 wmodel J0945+3534_S_map.mod ! Writing 118 model components to file: J0945+3534_S_map.mod wobs J0945+3534_S_uvs.fits ! Writing UV FITS file: J0945+3534_S_uvs.fits wwins J0945+3534_S_map.win ! wwins: Wrote 2 windows to J0945+3534_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.000671629 Jy ! Component: 100 - total flux cleaned = -0.000992258 Jy ! Component: 150 - total flux cleaned = -0.00135565 Jy ! Component: 200 - total flux cleaned = -0.00154175 Jy ! Component: 250 - total flux cleaned = -0.00174741 Jy ! Component: 300 - total flux cleaned = -0.00203042 Jy ! Component: 350 - total flux cleaned = -0.00219337 Jy ! Component: 400 - total flux cleaned = -0.00235146 Jy ! Component: 450 - total flux cleaned = -0.00255364 Jy ! Component: 500 - total flux cleaned = -0.00265178 Jy ! Component: 550 - total flux cleaned = -0.00279433 Jy ! Component: 600 - total flux cleaned = -0.00295531 Jy ! Component: 650 - total flux cleaned = -0.00308878 Jy ! Component: 700 - total flux cleaned = -0.00321881 Jy ! Component: 750 - total flux cleaned = -0.00334521 Jy ! Component: 800 - total flux cleaned = -0.00344681 Jy ! Component: 850 - total flux cleaned = -0.00354613 Jy ! Component: 900 - total flux cleaned = -0.00358437 Jy ! Component: 950 - total flux cleaned = -0.00362238 Jy ! Component: 1000 - total flux cleaned = -0.00365946 Jy ! Component: 1050 - total flux cleaned = -0.0037503 Jy ! Component: 1100 - total flux cleaned = -0.0038037 Jy ! Component: 1150 - total flux cleaned = -0.0038727 Jy ! Component: 1200 - total flux cleaned = -0.00394001 Jy ! Component: 1250 - total flux cleaned = -0.0039398 Jy ! Component: 1300 - total flux cleaned = -0.00400509 Jy ! Component: 1350 - total flux cleaned = -0.00403719 Jy ! Component: 1400 - total flux cleaned = -0.00411568 Jy ! Component: 1450 - total flux cleaned = -0.00413111 Jy ! Component: 1500 - total flux cleaned = -0.00419172 Jy ! Component: 1550 - total flux cleaned = -0.00422168 Jy ! Component: 1600 - total flux cleaned = -0.00429517 Jy ! Component: 1650 - total flux cleaned = -0.00432415 Jy ! Component: 1700 - total flux cleaned = -0.00435267 Jy ! Component: 1750 - total flux cleaned = -0.00439462 Jy ! Component: 1800 - total flux cleaned = -0.00436687 Jy ! Component: 1850 - total flux cleaned = -0.00432606 Jy ! Component: 1900 - total flux cleaned = -0.00435305 Jy ! Component: 1950 - total flux cleaned = -0.00439282 Jy ! Component: 2000 - total flux cleaned = -0.00443225 Jy ! Component: 2050 - total flux cleaned = -0.00440631 Jy ! Component: 2100 - total flux cleaned = -0.00443178 Jy ! Component: 2150 - total flux cleaned = -0.00443184 Jy ! Component: 2200 - total flux cleaned = -0.00446953 Jy ! Component: 2250 - total flux cleaned = -0.0045069 Jy ! Component: 2300 - total flux cleaned = -0.00456795 Jy ! Component: 2350 - total flux cleaned = -0.00461621 Jy ! Component: 2400 - total flux cleaned = -0.00466428 Jy ! Component: 2450 - total flux cleaned = -0.00470007 Jy ! Component: 2500 - total flux cleaned = -0.00473535 Jy ! Component: 2550 - total flux cleaned = -0.00479387 Jy ! Component: 2600 - total flux cleaned = -0.00482867 Jy ! Component: 2650 - total flux cleaned = -0.00486321 Jy ! Component: 2700 - total flux cleaned = -0.00493155 Jy ! Component: 2750 - total flux cleaned = -0.00498814 Jy ! Component: 2800 - total flux cleaned = -0.00502183 Jy ! Component: 2850 - total flux cleaned = -0.00505527 Jy ! Component: 2900 - total flux cleaned = -0.00513271 Jy ! Component: 2950 - total flux cleaned = -0.00519852 Jy ! Component: 3000 - total flux cleaned = -0.00524218 Jy ! Component: 3050 - total flux cleaned = -0.00530712 Jy ! Component: 3100 - total flux cleaned = -0.00535008 Jy ! Component: 3150 - total flux cleaned = -0.00538199 Jy ! Component: 3200 - total flux cleaned = -0.00543486 Jy ! Component: 3250 - total flux cleaned = -0.00547708 Jy ! Component: 3300 - total flux cleaned = -0.00550854 Jy ! Component: 3350 - total flux cleaned = -0.00556044 Jy ! Component: 3400 - total flux cleaned = -0.00558104 Jy ! Component: 3450 - total flux cleaned = -0.00561178 Jy ! Component: 3500 - total flux cleaned = -0.00563215 Jy ! Component: 3550 - total flux cleaned = -0.00566262 Jy ! Component: 3600 - total flux cleaned = -0.00570276 Jy ! Component: 3650 - total flux cleaned = -0.0057127 Jy ! Component: 3700 - total flux cleaned = -0.0057226 Jy ! Component: 3750 - total flux cleaned = -0.00575214 Jy ! Component: 3800 - total flux cleaned = -0.00578154 Jy ! Component: 3850 - total flux cleaned = -0.00578153 Jy ! Component: 3900 - total flux cleaned = -0.00577189 Jy ! Component: 3950 - total flux cleaned = -0.00581043 Jy ! Component: 4000 - total flux cleaned = -0.00581044 Jy ! Component: 4050 - total flux cleaned = -0.00584853 Jy ! Total flux subtracted in 4096 components = -0.00583904 Jy ! Clean residual min=-0.000664 max=0.000514 Jy/beam ! Clean residual mean=-0.000004 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.26196 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 428 components and 0.26196 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J0945+3534_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.883 x 11.34 at -20.02 degrees (North through East) ! Clean map min=-0.0019975 max=0.24994 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J0945+3534_S_map.fits wmodel /vlbi/uf001/uva//J0945+3534_S_map.mod ! Writing 428 model components to file: /vlbi/uf001/uva//J0945+3534_S_map.mod wobs /vlbi/uf001/uva//J0945+3534_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J0945+3534_S_uvs.fits wwins /vlbi/uf001/uva//J0945+3534_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J0945+3534_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.249941 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000176381 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.211708 0.211708 0.423415 0.846831 1.69366 3.38732 6.77465 13.5493 27.0986 54.1972 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.249 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1417.05 quit ! Quitting program ! Log file /vlbi/uf001/uva//J0945+3534_S_dfm.log closed on Mon Jan 14 00:36:30 2019