! Started logfile: /image_prod/ug002_uva//J0106+1300_S_dfm.log on Wed Mar 4 18:50:32 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J0106+1300_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0106+1300_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.966667 visibilities/baseline/integration-bin. ! Found source: J0106+1300 ! ! 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 4698 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 J0106+1300_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005347Jy sigma=8.720385 ! Fit after self-cal, rms=0.850395Jy sigma=7.365953 ! 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.747 mas, bmaj=6.969 mas, bpa=-4.945 degrees ! Estimated noise=1.72004 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.118441 Jy ! Component: 100 - total flux cleaned = 0.144716 Jy ! Total flux subtracted in 100 components = 0.144716 Jy ! Clean residual min=-0.005292 max=0.008776 Jy/beam ! Clean residual mean=-0.000005 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.144716 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.144716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071640Jy sigma=0.486711 ! Fit after self-cal, rms=0.071619Jy sigma=0.486571 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00913005 Jy ! Component: 100 - total flux cleaned = 0.013153 Jy ! Total flux subtracted in 100 components = 0.013153 Jy ! Clean residual min=-0.005033 max=0.004893 Jy/beam ! Clean residual mean=0.000000 rms=0.001167 Jy/beam ! Combined flux in latest and established models = 0.157869 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 16 components and 0.157869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070613Jy sigma=0.473701 ! Fit after self-cal, rms=0.070572Jy sigma=0.473363 ! 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.26 mas, bmaj=7.938 mas, bpa=-4.577 degrees ! Estimated noise=1.24074 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.00288312 Jy ! Component: 100 - total flux cleaned = 0.0034256 Jy ! Component: 150 - total flux cleaned = 0.00360746 Jy ! Component: 200 - total flux cleaned = 0.00370605 Jy ! Total flux subtracted in 200 components = 0.00370605 Jy ! Clean residual min=-0.004637 max=0.003897 Jy/beam ! Clean residual mean=0.000006 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.161575 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 26 components and 0.161575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070324Jy sigma=0.471652 ! Fit after self-cal, rms=0.070261Jy sigma=0.471401 ! 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.26 x 7.938 at -4.577 degrees (North through East) ! Clean map min=-0.0044617 max=0.15028 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.00 KP 1.01 ! LA 1.06 MK 0.99 OV 0.83 PT 1.02 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 0.99 KP 1.03 ! LA 1.07 MK 1.02 OV 0.90 PT 1.01 ! SC 0.86 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.01 KP 1.02 ! LA 1.00 MK 0.96 OV 0.92 PT 1.03 ! SC 1.06 ! ! ! Fit before self-cal, rms=0.070261Jy sigma=0.471401 ! Fit after self-cal, rms=0.067463Jy sigma=0.459111 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.241 mas, bmaj=7.943 mas, bpa=-4.44 degrees ! Estimated noise=1.2408 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 (-5.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365137 Jy ! Component: 100 - total flux cleaned = 0.00424729 Jy ! Component: 150 - total flux cleaned = 0.00442537 Jy ! Component: 200 - total flux cleaned = 0.00452554 Jy ! Total flux subtracted in 200 components = 0.00452554 Jy ! Clean residual min=-0.002682 max=0.002678 Jy/beam ! Clean residual mean=0.000001 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.1661 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.1661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067192Jy sigma=0.456975 ! Fit after self-cal, rms=0.067166Jy sigma=0.456581 ! 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.067166Jy sigma=0.456581 ! Fit after self-cal, rms=0.064160Jy sigma=0.451420 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.23 mas, bmaj=7.93 mas, bpa=-4.468 degrees ! Estimated noise=1.23865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143862 Jy ! Component: 100 - total flux cleaned = 0.00189111 Jy ! Component: 150 - total flux cleaned = 0.00196582 Jy ! Component: 200 - total flux cleaned = 0.0019978 Jy ! Total flux subtracted in 200 components = 0.0019978 Jy ! Clean residual min=-0.001943 max=0.002142 Jy/beam ! Clean residual mean=0.000005 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.168098 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.168098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064100Jy sigma=0.450865 ! Fit after self-cal, rms=0.064059Jy sigma=0.450753 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.000136689 Jy ! Component: 100 - total flux cleaned = 0.000198791 Jy ! Component: 150 - total flux cleaned = 0.000225479 Jy ! Component: 200 - total flux cleaned = 0.000249285 Jy ! Total flux subtracted in 200 components = 0.000249285 Jy ! Clean residual min=-0.001907 max=0.001978 Jy/beam ! Clean residual mean=0.000005 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.168347 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 0.168347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064027Jy sigma=0.450532 ! Fit after self-cal, rms=0.064015Jy sigma=0.450498 ! 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.064015Jy sigma=0.450498 ! Fit after self-cal, rms=0.063030Jy sigma=0.449947 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.223 mas, bmaj=7.914 mas, bpa=-4.39 degrees ! Estimated noise=1.23521 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0006591 Jy ! Component: 100 - total flux cleaned = 0.000715415 Jy ! Component: 150 - total flux cleaned = 0.000739917 Jy ! Component: 200 - total flux cleaned = 0.00078231 Jy ! Total flux subtracted in 200 components = 0.00078231 Jy ! Clean residual min=-0.001812 max=0.001971 Jy/beam ! Clean residual mean=0.000006 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.16913 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 92 components and 0.16913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063007Jy sigma=0.449754 ! Fit after self-cal, rms=0.062987Jy sigma=0.449727 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.879e-05 Jy ! Component: 100 - total flux cleaned = 7.89317e-05 Jy ! Component: 150 - total flux cleaned = 7.95914e-05 Jy ! Component: 200 - total flux cleaned = 9.69617e-05 Jy ! Total flux subtracted in 200 components = 9.69617e-05 Jy ! Clean residual min=-0.001821 max=0.001943 Jy/beam ! Clean residual mean=0.000006 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.169227 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 0.169227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062972Jy sigma=0.449627 ! Fit after self-cal, rms=0.062966Jy sigma=0.449614 ! 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.062966Jy sigma=0.449614 ! Fit after self-cal, rms=0.062799Jy sigma=0.449593 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.844 mas, bmaj=11.96 mas, bpa=1.122 degrees ! Estimated noise=1.51143 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382296 Jy ! Component: 100 - total flux cleaned = 0.000499886 Jy ! Component: 150 - total flux cleaned = 0.00058208 Jy ! Component: 200 - total flux cleaned = 0.000639472 Jy ! Total flux subtracted in 200 components = 0.000639472 Jy ! Clean residual min=-0.001879 max=0.002367 Jy/beam ! Clean residual mean=0.000014 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.169866 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 112 components and 0.169866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062794Jy sigma=0.449554 ! Fit after self-cal, rms=0.062790Jy sigma=0.449543 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 (-78.5, 89). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140994 Jy ! Component: 100 - total flux cleaned = 0.00158606 Jy ! Component: 150 - total flux cleaned = 0.00186658 Jy ! Component: 200 - total flux cleaned = 0.00211229 Jy ! Total flux subtracted in 200 components = 0.00211229 Jy ! Clean residual min=-0.001671 max=0.001755 Jy/beam ! Clean residual mean=0.000009 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.171978 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 159 components and 0.171979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062739Jy sigma=0.449118 ! Fit after self-cal, rms=0.062731Jy sigma=0.449065 ! 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.222 mas, bmaj=7.905 mas, bpa=-4.356 degrees ! Estimated noise=1.23403 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 7.905 at -4.356 degrees (North through East) ! Clean map min=-0.0017016 max=0.14986 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.72 mas, bmaj=6.945 mas, bpa=-4.751 degrees ! Estimated noise=1.70292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117178 Jy ! Component: 100 - total flux cleaned = 0.144427 Jy ! Component: 150 - total flux cleaned = 0.154397 Jy ! Component: 200 - total flux cleaned = 0.159973 Jy ! Total flux subtracted in 200 components = 0.159973 Jy ! Clean residual min=-0.003357 max=0.003800 Jy/beam ! Clean residual mean=0.000002 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.159973 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.159973 Jy ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=7.905 mas, bpa=-4.356 degrees ! Estimated noise=1.23403 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.00444601 Jy ! Component: 100 - total flux cleaned = 0.00712419 Jy ! Component: 150 - total flux cleaned = 0.00910551 Jy ! Component: 200 - total flux cleaned = 0.0100345 Jy ! Total flux subtracted in 200 components = 0.0100345 Jy ! Clean residual min=-0.001969 max=0.001873 Jy/beam ! Clean residual mean=0.000004 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.170008 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 61 components and 0.170008 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=7.844 mas, bmaj=11.96 mas, bpa=1.122 degrees ! Estimated noise=1.51143 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000825675 Jy ! Component: 100 - total flux cleaned = 0.00103914 Jy ! Component: 150 - total flux cleaned = 0.00125847 Jy ! Component: 200 - total flux cleaned = 0.00148692 Jy ! Total flux subtracted in 200 components = 0.00148692 Jy ! Clean residual min=-0.001649 max=0.001722 Jy/beam ! Clean residual mean=0.000010 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.171495 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.000200404 Jy ! Component: 100 - total flux cleaned = 0.000412944 Jy ! Component: 150 - total flux cleaned = 0.000581479 Jy ! Component: 200 - total flux cleaned = 0.000763889 Jy ! Total flux subtracted in 200 components = 0.000763889 Jy ! Clean residual min=-0.001623 max=0.001806 Jy/beam ! Clean residual mean=0.000008 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.172259 Jy ! Adding 71 model components to the UV plane model. ! The established model now contains 125 components and 0.172259 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=7.905 mas, bpa=-4.356 degrees ! Estimated noise=1.23403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000272993 Jy ! Component: 100 - total flux cleaned = 0.00018637 Jy ! Component: 150 - total flux cleaned = 0.000225923 Jy ! Component: 200 - total flux cleaned = 0.000224998 Jy ! Total flux subtracted in 200 components = 0.000224998 Jy ! Clean residual min=-0.001727 max=0.001901 Jy/beam ! Clean residual mean=0.000004 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.172484 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 150 components and 0.172484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062758Jy sigma=0.449274 ! Fit after self-cal, rms=0.062751Jy sigma=0.449159 wmodel J0106+1300_S_map.mod ! Writing 150 model components to file: J0106+1300_S_map.mod wobs J0106+1300_S_uvs.fits ! Writing UV FITS file: J0106+1300_S_uvs.fits wwins J0106+1300_S_map.win ! wwins: Wrote 3 windows to J0106+1300_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 = 4.52825e-05 Jy ! Component: 100 - total flux cleaned = 7.4314e-05 Jy ! Component: 150 - total flux cleaned = 4.47618e-05 Jy ! Component: 200 - total flux cleaned = 1.73909e-05 Jy ! Component: 250 - total flux cleaned = 1.78052e-05 Jy ! Component: 300 - total flux cleaned = -3.55365e-05 Jy ! Component: 350 - total flux cleaned = -8.78477e-05 Jy ! Component: 400 - total flux cleaned = -0.000215986 Jy ! Component: 450 - total flux cleaned = -0.000291012 Jy ! Component: 500 - total flux cleaned = -0.000438292 Jy ! Component: 550 - total flux cleaned = -0.000461811 Jy ! Component: 600 - total flux cleaned = -0.000509221 Jy ! Component: 650 - total flux cleaned = -0.000556426 Jy ! Component: 700 - total flux cleaned = -0.000602735 Jy ! Component: 750 - total flux cleaned = -0.000716082 Jy ! Component: 800 - total flux cleaned = -0.000894216 Jy ! Component: 850 - total flux cleaned = -0.000981414 Jy ! Component: 900 - total flux cleaned = -0.00106791 Jy ! Component: 950 - total flux cleaned = -0.00119648 Jy ! Component: 1000 - total flux cleaned = -0.0012811 Jy ! Component: 1050 - total flux cleaned = -0.00146893 Jy ! Component: 1100 - total flux cleaned = -0.00161269 Jy ! Component: 1150 - total flux cleaned = -0.00175511 Jy ! Component: 1200 - total flux cleaned = -0.00185544 Jy ! Component: 1250 - total flux cleaned = -0.00195461 Jy ! Component: 1300 - total flux cleaned = -0.00205299 Jy ! Component: 1350 - total flux cleaned = -0.00209204 Jy ! Component: 1400 - total flux cleaned = -0.00218799 Jy ! Component: 1450 - total flux cleaned = -0.00226404 Jy ! Component: 1500 - total flux cleaned = -0.00239563 Jy ! Component: 1550 - total flux cleaned = -0.00250709 Jy ! Component: 1600 - total flux cleaned = -0.0025436 Jy ! Component: 1650 - total flux cleaned = -0.00263448 Jy ! Component: 1700 - total flux cleaned = -0.00272439 Jy ! Component: 1750 - total flux cleaned = -0.00272446 Jy ! Component: 1800 - total flux cleaned = -0.00284803 Jy ! Component: 1850 - total flux cleaned = -0.00291793 Jy ! Component: 1900 - total flux cleaned = -0.00296994 Jy ! Component: 1950 - total flux cleaned = -0.0030732 Jy ! Component: 2000 - total flux cleaned = -0.0031241 Jy ! Component: 2050 - total flux cleaned = -0.00325903 Jy ! Component: 2100 - total flux cleaned = -0.00330901 Jy ! Component: 2150 - total flux cleaned = -0.00342486 Jy ! Component: 2200 - total flux cleaned = -0.00347403 Jy ! Component: 2250 - total flux cleaned = -0.0035066 Jy ! Component: 2300 - total flux cleaned = -0.00361986 Jy ! Component: 2350 - total flux cleaned = -0.00366799 Jy ! Component: 2400 - total flux cleaned = -0.00382724 Jy ! Component: 2450 - total flux cleaned = -0.00385889 Jy ! Component: 2500 - total flux cleaned = -0.00399972 Jy ! Component: 2550 - total flux cleaned = -0.00404626 Jy ! Component: 2600 - total flux cleaned = -0.00410806 Jy ! Component: 2650 - total flux cleaned = -0.00419988 Jy ! Component: 2700 - total flux cleaned = -0.00427575 Jy ! Component: 2750 - total flux cleaned = -0.00430596 Jy ! Component: 2800 - total flux cleaned = -0.00438088 Jy ! Component: 2850 - total flux cleaned = -0.00441065 Jy ! Component: 2900 - total flux cleaned = -0.00455839 Jy ! Component: 2950 - total flux cleaned = -0.00464644 Jy ! Component: 3000 - total flux cleaned = -0.00476298 Jy ! Component: 3050 - total flux cleaned = -0.00480637 Jy ! Component: 3100 - total flux cleaned = -0.00492149 Jy ! Component: 3150 - total flux cleaned = -0.00500724 Jy ! Component: 3200 - total flux cleaned = -0.00512094 Jy ! Component: 3250 - total flux cleaned = -0.00521971 Jy ! Component: 3300 - total flux cleaned = -0.00527574 Jy ! Component: 3350 - total flux cleaned = -0.00534551 Jy ! Component: 3400 - total flux cleaned = -0.00540097 Jy ! Component: 3450 - total flux cleaned = -0.00549732 Jy ! Component: 3500 - total flux cleaned = -0.00555203 Jy ! Component: 3550 - total flux cleaned = -0.00560646 Jy ! Component: 3600 - total flux cleaned = -0.00570121 Jy ! Component: 3650 - total flux cleaned = -0.00579532 Jy ! Component: 3700 - total flux cleaned = -0.00579515 Jy ! Component: 3750 - total flux cleaned = -0.00587513 Jy ! Component: 3800 - total flux cleaned = -0.00598088 Jy ! Component: 3850 - total flux cleaned = -0.00603352 Jy ! Component: 3900 - total flux cleaned = -0.00615125 Jy ! Component: 3950 - total flux cleaned = -0.00624229 Jy ! Component: 4000 - total flux cleaned = -0.00629414 Jy ! Component: 4050 - total flux cleaned = -0.0063841 Jy ! Total flux subtracted in 4096 components = -0.00651219 Jy ! Clean residual min=-0.000917 max=0.000950 Jy/beam ! Clean residual mean=-0.000002 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.165972 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 426 components and 0.165972 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0106+1300_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.222 x 7.905 at -4.356 degrees (North through East) ! Clean map min=-0.0013009 max=0.14915 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0106+1300_S_map.fits wmodel /image_prod/ug002_uva//J0106+1300_S_map.mod ! Writing 426 model components to file: /image_prod/ug002_uva//J0106+1300_S_map.mod wobs /image_prod/ug002_uva//J0106+1300_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0106+1300_S_uvs.fits wwins /image_prod/ug002_uva//J0106+1300_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0106+1300_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.149147 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231352 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.465349 0.465349 0.930698 1.8614 3.72279 7.44558 14.8912 29.7823 59.5647 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.149 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 644.677 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0106+1300_S_dfm.log closed on Wed Mar 4 18:50:36 2020