! Started logfile: /image_prod/ug002_uva//J0013-0423_S_dfm.log on Wed Mar 4 18:19:55 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//J0013-0423_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0013-0423_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.971667 visibilities/baseline/integration-bin. ! Found source: J0013-0423 ! ! 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 5247 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 J0013-0423_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 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.048681Jy sigma=7.618467 ! Fit after self-cal, rms=0.666721Jy sigma=4.887599 ! 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.63 mas, bmaj=6.87 mas, bpa=-3.82 degrees ! Estimated noise=1.80214 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.261664 Jy ! Component: 100 - total flux cleaned = 0.318724 Jy ! Total flux subtracted in 100 components = 0.318724 Jy ! Clean residual min=-0.008652 max=0.015915 Jy/beam ! Clean residual mean=-0.000001 rms=0.002530 Jy/beam ! Combined flux in latest and established models = 0.318724 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.318724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075418Jy sigma=0.504836 ! Fit after self-cal, rms=0.075412Jy sigma=0.504820 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125174 Jy ! Component: 100 - total flux cleaned = 0.0152233 Jy ! Total flux subtracted in 100 components = 0.0152233 Jy ! Clean residual min=-0.009934 max=0.012164 Jy/beam ! Clean residual mean=0.000001 rms=0.002291 Jy/beam ! Combined flux in latest and established models = 0.333947 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.333947 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073095Jy sigma=0.489250 ! Fit after self-cal, rms=0.073095Jy sigma=0.489207 ! 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.062 mas, bmaj=7.718 mas, bpa=-3.434 degrees ! Estimated noise=1.37793 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.00309401 Jy ! Component: 100 - total flux cleaned = 0.00318679 Jy ! Component: 150 - total flux cleaned = 0.00306162 Jy ! Component: 200 - total flux cleaned = 0.00301196 Jy ! Total flux subtracted in 200 components = 0.00301196 Jy ! Clean residual min=-0.008880 max=0.009899 Jy/beam ! Clean residual mean=0.000005 rms=0.001950 Jy/beam ! Combined flux in latest and established models = 0.336959 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 11 components and 0.336959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072837Jy sigma=0.488196 ! Fit after self-cal, rms=0.072809Jy sigma=0.488072 ! 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.062 x 7.718 at -3.434 degrees (North through East) ! Clean map min=-0.0083861 max=0.33619 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.00 KP 0.96 ! LA 1.02 MK 0.98 NL 1.00 OV 0.98 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 1.00 KP 0.99 ! LA 1.03 MK 0.95 NL 1.04 OV 0.99 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.16 KP 0.96 ! LA 1.02 MK 0.98 NL 1.07 OV 0.96 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.072809Jy sigma=0.488072 ! Fit after self-cal, rms=0.071640Jy sigma=0.470681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.051 mas, bmaj=7.703 mas, bpa=-3.454 degrees ! Estimated noise=1.37701 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.00142694 Jy ! Component: 100 - total flux cleaned = 0.0015965 Jy ! Component: 150 - total flux cleaned = 0.00159335 Jy ! Component: 200 - total flux cleaned = 0.00162193 Jy ! Total flux subtracted in 200 components = 0.00162193 Jy ! Clean residual min=-0.011318 max=0.008341 Jy/beam ! Clean residual mean=0.000002 rms=0.001663 Jy/beam ! Combined flux in latest and established models = 0.338581 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 21 components and 0.338581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071573Jy sigma=0.470359 ! Fit after self-cal, rms=0.071566Jy sigma=0.470264 ! 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.071566Jy sigma=0.470264 ! Fit after self-cal, rms=0.067032Jy sigma=0.435618 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=7.703 mas, bpa=-3.377 degrees ! Estimated noise=1.37742 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000594054 Jy ! Component: 100 - total flux cleaned = 0.000414109 Jy ! Component: 150 - total flux cleaned = 0.00038775 Jy ! Component: 200 - total flux cleaned = 0.000387629 Jy ! Total flux subtracted in 200 components = 0.000387629 Jy ! Clean residual min=-0.002238 max=0.002893 Jy/beam ! Clean residual mean=0.000001 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.338969 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.338969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067000Jy sigma=0.435431 ! Fit after self-cal, rms=0.067009Jy sigma=0.435324 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 (6, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00260446 Jy ! Component: 100 - total flux cleaned = 0.00348448 Jy ! Component: 150 - total flux cleaned = 0.00355562 Jy ! Component: 200 - total flux cleaned = 0.00367889 Jy ! Total flux subtracted in 200 components = 0.00367889 Jy ! Clean residual min=-0.002166 max=0.002285 Jy/beam ! Clean residual mean=0.000001 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.342648 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.342648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066889Jy sigma=0.434649 ! Fit after self-cal, rms=0.066876Jy sigma=0.434568 ! 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.066876Jy sigma=0.434568 ! Fit after self-cal, rms=0.066772Jy sigma=0.434499 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.696 mas, bpa=-3.358 degrees ! Estimated noise=1.37694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108416 Jy ! Component: 100 - total flux cleaned = 0.00154235 Jy ! Component: 150 - total flux cleaned = 0.00162455 Jy ! Component: 200 - total flux cleaned = 0.00170145 Jy ! Total flux subtracted in 200 components = 0.00170145 Jy ! Clean residual min=-0.002086 max=0.002268 Jy/beam ! Clean residual mean=0.000001 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.344349 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 55 components and 0.344349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066745Jy sigma=0.434364 ! Fit after self-cal, rms=0.066743Jy sigma=0.434346 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.000458406 Jy ! Component: 100 - total flux cleaned = 0.000576868 Jy ! Component: 150 - total flux cleaned = 0.000653628 Jy ! Component: 200 - total flux cleaned = 0.000726377 Jy ! Total flux subtracted in 200 components = 0.000726377 Jy ! Clean residual min=-0.002078 max=0.002306 Jy/beam ! Clean residual mean=0.000001 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.345076 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 68 components and 0.345076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066733Jy sigma=0.434300 ! Fit after self-cal, rms=0.066735Jy sigma=0.434296 ! 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.066735Jy sigma=0.434296 ! Fit after self-cal, rms=0.066717Jy sigma=0.434272 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.954 mas, bmaj=12.39 mas, bpa=-0.6032 degrees ! Estimated noise=1.73214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000788715 Jy ! Component: 100 - total flux cleaned = 0.00116395 Jy ! Component: 150 - total flux cleaned = 0.00138278 Jy ! Component: 200 - total flux cleaned = 0.00149472 Jy ! Total flux subtracted in 200 components = 0.00149472 Jy ! Clean residual min=-0.002591 max=0.002698 Jy/beam ! Clean residual mean=0.000001 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.34657 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 91 components and 0.34657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066715Jy sigma=0.434246 ! Fit after self-cal, rms=0.066715Jy sigma=0.434243 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.000194511 Jy ! Component: 100 - total flux cleaned = 0.000239013 Jy ! Component: 150 - total flux cleaned = 0.000289515 Jy ! Component: 200 - total flux cleaned = 0.000317332 Jy ! Total flux subtracted in 200 components = 0.000317332 Jy ! Clean residual min=-0.002538 max=0.002684 Jy/beam ! Clean residual mean=0.000002 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.346888 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 101 components and 0.346888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066717Jy sigma=0.434249 ! Fit after self-cal, rms=0.066718Jy sigma=0.434248 ! 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.046 mas, bmaj=7.694 mas, bpa=-3.363 degrees ! Estimated noise=1.3774 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.046 x 7.694 at -3.363 degrees (North through East) ! Clean map min=-0.0019845 max=0.33585 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.615 mas, bmaj=6.851 mas, bpa=-3.684 degrees ! Estimated noise=1.80048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.261408 Jy ! Component: 100 - total flux cleaned = 0.318427 Jy ! Component: 150 - total flux cleaned = 0.33156 Jy ! Component: 200 - total flux cleaned = 0.337622 Jy ! Total flux subtracted in 200 components = 0.337622 Jy ! Clean residual min=-0.003930 max=0.003651 Jy/beam ! Clean residual mean=-0.000000 rms=0.000862 Jy/beam ! Combined flux in latest and established models = 0.337622 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.337622 Jy ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=7.694 mas, bpa=-3.363 degrees ! Estimated noise=1.3774 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.00427488 Jy ! Component: 100 - total flux cleaned = 0.00569584 Jy ! Component: 150 - total flux cleaned = 0.00671851 Jy ! Component: 200 - total flux cleaned = 0.0073862 Jy ! Total flux subtracted in 200 components = 0.0073862 Jy ! Clean residual min=-0.002123 max=0.002212 Jy/beam ! Clean residual mean=0.000000 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.345009 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 33 components and 0.345008 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.954 mas, bmaj=12.39 mas, bpa=-0.6032 degrees ! Estimated noise=1.73214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159348 Jy ! Component: 100 - total flux cleaned = 0.00205404 Jy ! Component: 150 - total flux cleaned = 0.00235976 Jy ! Component: 200 - total flux cleaned = 0.00256823 Jy ! Total flux subtracted in 200 components = 0.00256823 Jy ! Clean residual min=-0.002471 max=0.002826 Jy/beam ! Clean residual mean=0.000001 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.347577 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.22645e-05 Jy ! Component: 100 - total flux cleaned = 9.72834e-05 Jy ! Component: 150 - total flux cleaned = 0.000110818 Jy ! Component: 200 - total flux cleaned = 9.73689e-05 Jy ! Total flux subtracted in 200 components = 9.73689e-05 Jy ! Clean residual min=-0.002475 max=0.002765 Jy/beam ! Clean residual mean=0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.347674 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 77 components and 0.347674 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=7.694 mas, bpa=-3.363 degrees ! Estimated noise=1.3774 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000342753 Jy ! Component: 100 - total flux cleaned = -0.000302379 Jy ! Component: 150 - total flux cleaned = -0.000304218 Jy ! Component: 200 - total flux cleaned = -0.000276008 Jy ! Total flux subtracted in 200 components = -0.000276008 Jy ! Clean residual min=-0.002130 max=0.002133 Jy/beam ! Clean residual mean=0.000001 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.347398 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.347398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066728Jy sigma=0.434346 ! Fit after self-cal, rms=0.066732Jy sigma=0.434324 wmodel J0013-0423_S_map.mod ! Writing 92 model components to file: J0013-0423_S_map.mod wobs J0013-0423_S_uvs.fits ! Writing UV FITS file: J0013-0423_S_uvs.fits wwins J0013-0423_S_map.win ! wwins: Wrote 2 windows to J0013-0423_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.000157376 Jy ! Component: 100 - total flux cleaned = -0.000157705 Jy ! Component: 150 - total flux cleaned = -0.000122906 Jy ! Component: 200 - total flux cleaned = -0.00032332 Jy ! Component: 250 - total flux cleaned = -0.00048376 Jy ! Component: 300 - total flux cleaned = -0.000607437 Jy ! Component: 350 - total flux cleaned = -0.000757501 Jy ! Component: 400 - total flux cleaned = -0.000786968 Jy ! Component: 450 - total flux cleaned = -0.000786963 Jy ! Component: 500 - total flux cleaned = -0.000676052 Jy ! Component: 550 - total flux cleaned = -0.000594944 Jy ! Component: 600 - total flux cleaned = -0.000594579 Jy ! Component: 650 - total flux cleaned = -0.000516386 Jy ! Component: 700 - total flux cleaned = -0.000415537 Jy ! Component: 750 - total flux cleaned = -0.00046514 Jy ! Component: 800 - total flux cleaned = -0.000416813 Jy ! Component: 850 - total flux cleaned = -0.00048923 Jy ! Component: 900 - total flux cleaned = -0.000606926 Jy ! Component: 950 - total flux cleaned = -0.000629738 Jy ! Component: 1000 - total flux cleaned = -0.000630041 Jy ! Component: 1050 - total flux cleaned = -0.000697944 Jy ! Component: 1100 - total flux cleaned = -0.000808194 Jy ! Component: 1150 - total flux cleaned = -0.000808097 Jy ! Component: 1200 - total flux cleaned = -0.000829631 Jy ! Component: 1250 - total flux cleaned = -0.000914314 Jy ! Component: 1300 - total flux cleaned = -0.000956094 Jy ! Component: 1350 - total flux cleaned = -0.0010176 Jy ! Component: 1400 - total flux cleaned = -0.00103774 Jy ! Component: 1450 - total flux cleaned = -0.00105787 Jy ! Component: 1500 - total flux cleaned = -0.001137 Jy ! Component: 1550 - total flux cleaned = -0.00117611 Jy ! Component: 1600 - total flux cleaned = -0.00125369 Jy ! Component: 1650 - total flux cleaned = -0.00131118 Jy ! Component: 1700 - total flux cleaned = -0.00129261 Jy ! Component: 1750 - total flux cleaned = -0.00134841 Jy ! Component: 1800 - total flux cleaned = -0.00134834 Jy ! Component: 1850 - total flux cleaned = -0.00133013 Jy ! Component: 1900 - total flux cleaned = -0.00129382 Jy ! Component: 1950 - total flux cleaned = -0.00136501 Jy ! Component: 2000 - total flux cleaned = -0.00125885 Jy ! Component: 2050 - total flux cleaned = -0.00129386 Jy ! Component: 2100 - total flux cleaned = -0.00125907 Jy ! Component: 2150 - total flux cleaned = -0.00122499 Jy ! Component: 2200 - total flux cleaned = -0.00115733 Jy ! Component: 2250 - total flux cleaned = -0.00114052 Jy ! Component: 2300 - total flux cleaned = -0.00115702 Jy ! Component: 2350 - total flux cleaned = -0.00112403 Jy ! Component: 2400 - total flux cleaned = -0.00113999 Jy ! Component: 2450 - total flux cleaned = -0.00110767 Jy ! Component: 2500 - total flux cleaned = -0.000996538 Jy ! Component: 2550 - total flux cleaned = -0.00102815 Jy ! Component: 2600 - total flux cleaned = -0.000981668 Jy ! Component: 2650 - total flux cleaned = -0.00102796 Jy ! Component: 2700 - total flux cleaned = -0.000997305 Jy ! Component: 2750 - total flux cleaned = -0.000967017 Jy ! Component: 2800 - total flux cleaned = -0.000952121 Jy ! Component: 2850 - total flux cleaned = -0.000922354 Jy ! Component: 2900 - total flux cleaned = -0.000937081 Jy ! Component: 2950 - total flux cleaned = -0.000922513 Jy ! Component: 3000 - total flux cleaned = -0.000864574 Jy ! Component: 3050 - total flux cleaned = -0.000878693 Jy ! Component: 3100 - total flux cleaned = -0.00085019 Jy ! Component: 3150 - total flux cleaned = -0.000793596 Jy ! Component: 3200 - total flux cleaned = -0.000751659 Jy ! Component: 3250 - total flux cleaned = -0.000709917 Jy ! Component: 3300 - total flux cleaned = -0.000668636 Jy ! Component: 3350 - total flux cleaned = -0.000573097 Jy ! Component: 3400 - total flux cleaned = -0.000559595 Jy ! Component: 3450 - total flux cleaned = -0.000519581 Jy ! Component: 3500 - total flux cleaned = -0.000452928 Jy ! Component: 3550 - total flux cleaned = -0.000439866 Jy ! Component: 3600 - total flux cleaned = -0.000374132 Jy ! Component: 3650 - total flux cleaned = -0.000322086 Jy ! Component: 3700 - total flux cleaned = -0.000322243 Jy ! Component: 3750 - total flux cleaned = -0.000245343 Jy ! Component: 3800 - total flux cleaned = -0.000219776 Jy ! Component: 3850 - total flux cleaned = -0.000245002 Jy ! Component: 3900 - total flux cleaned = -0.000207434 Jy ! Component: 3950 - total flux cleaned = -0.000194904 Jy ! Component: 4000 - total flux cleaned = -0.000157959 Jy ! Component: 4050 - total flux cleaned = -0.000133252 Jy ! Total flux subtracted in 4096 components = -7.22484e-05 Jy ! Clean residual min=-0.000687 max=0.000958 Jy/beam ! Clean residual mean=0.000000 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.347326 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 361 components and 0.347326 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0013-0423_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.046 x 7.694 at -3.363 degrees (North through East) ! Clean map min=-0.0016698 max=0.33514 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0013-0423_S_map.fits wmodel /image_prod/ug002_uva//J0013-0423_S_map.mod ! Writing 361 model components to file: /image_prod/ug002_uva//J0013-0423_S_map.mod wobs /image_prod/ug002_uva//J0013-0423_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0013-0423_S_uvs.fits wwins /image_prod/ug002_uva//J0013-0423_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0013-0423_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.335143 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000210321 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.188267 0.188267 0.376534 0.753068 1.50614 3.01227 6.02455 12.0491 24.0982 48.1964 96.3927 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.335 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1593.48 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0013-0423_S_dfm.log closed on Wed Mar 4 18:19:59 2020