! Started logfile: /image_prod/ug002_uva//J1119+0410_S_dfm.log on Wed Mar 4 23:58:54 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//J1119+0410_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1119+0410_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.771296 visibilities/baseline/integration-bin. ! Found source: J1119+0410 ! ! 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 4998 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 J1119+0410_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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012372Jy sigma=8.086526 ! Fit after self-cal, rms=0.894158Jy sigma=7.173052 ! 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=3.168 mas, bmaj=13.02 mas, bpa=-18.53 degrees ! Estimated noise=1.83081 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.0787119 Jy ! Component: 100 - total flux cleaned = 0.100281 Jy ! Total flux subtracted in 100 components = 0.100281 Jy ! Clean residual min=-0.005757 max=0.009231 Jy/beam ! Clean residual mean=0.000015 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.100281 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.100281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084411Jy sigma=0.495327 ! Fit after self-cal, rms=0.084190Jy sigma=0.494478 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0104293 Jy ! Component: 100 - total flux cleaned = 0.0161757 Jy ! Total flux subtracted in 100 components = 0.0161757 Jy ! Clean residual min=-0.004582 max=0.004450 Jy/beam ! Clean residual mean=0.000006 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.116457 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 28 components and 0.116457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082157Jy sigma=0.476822 ! Fit after self-cal, rms=0.082117Jy sigma=0.476634 ! 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.731 mas, bmaj=13.04 mas, bpa=-17.72 degrees ! Estimated noise=1.30923 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.00555923 Jy ! Component: 100 - total flux cleaned = 0.00787389 Jy ! Component: 150 - total flux cleaned = 0.00869142 Jy ! Component: 200 - total flux cleaned = 0.00900934 Jy ! Total flux subtracted in 200 components = 0.00900934 Jy ! Clean residual min=-0.004614 max=0.004443 Jy/beam ! Clean residual mean=0.000005 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.125466 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.125466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081544Jy sigma=0.472706 ! Fit after self-cal, rms=0.081488Jy sigma=0.472484 ! 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.731 x 13.04 at -17.72 degrees (North through East) ! Clean map min=-0.0044885 max=0.10312 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.07 KP 1.02 ! LA 1.12 MK 1.04 NL 1.15 OV 1.02 ! PT 0.85 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.94 HN 1.05 KP 1.06 ! LA 1.01 MK 1.00 NL 0.95 OV 0.90 ! PT 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 1.03 KP 1.04 ! LA 1.10 MK 0.96 NL 0.92 OV 1.02 ! PT 0.79 ! ! ! Fit before self-cal, rms=0.081488Jy sigma=0.472484 ! Fit after self-cal, rms=0.078059Jy sigma=0.462300 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.745 mas, bmaj=13.01 mas, bpa=-17.71 degrees ! Estimated noise=1.30787 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.000733066 Jy ! Component: 100 - total flux cleaned = -0.00108077 Jy ! Component: 150 - total flux cleaned = -0.00122617 Jy ! Component: 200 - total flux cleaned = -0.00122647 Jy ! Total flux subtracted in 200 components = -0.00122647 Jy ! Clean residual min=-0.003732 max=0.003339 Jy/beam ! Clean residual mean=-0.000001 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.12424 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.12424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077985Jy sigma=0.461983 ! Fit after self-cal, rms=0.078028Jy sigma=0.461826 ! 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.078028Jy sigma=0.461826 ! Fit after self-cal, rms=0.081167Jy sigma=0.456849 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.726 mas, bmaj=13.13 mas, bpa=-17.56 degrees ! Estimated noise=1.31926 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000133487 Jy ! Component: 100 - total flux cleaned = -3.84836e-05 Jy ! Component: 150 - total flux cleaned = -0.0003212 Jy ! Component: 200 - total flux cleaned = -0.000473732 Jy ! Total flux subtracted in 200 components = -0.000473732 Jy ! Clean residual min=-0.002941 max=0.002657 Jy/beam ! Clean residual mean=-0.000002 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.123766 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.123766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080987Jy sigma=0.456457 ! Fit after self-cal, rms=0.081066Jy sigma=0.456370 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 = -1.91612e-05 Jy ! Component: 100 - total flux cleaned = -0.000127174 Jy ! Component: 150 - total flux cleaned = -0.000150832 Jy ! Component: 200 - total flux cleaned = -0.000130397 Jy ! Total flux subtracted in 200 components = -0.000130397 Jy ! Clean residual min=-0.002904 max=0.002684 Jy/beam ! Clean residual mean=-0.000002 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.123636 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 92 components and 0.123636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081019Jy sigma=0.456325 ! Fit after self-cal, rms=0.081017Jy sigma=0.456320 ! 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.081017Jy sigma=0.456320 ! Fit after self-cal, rms=0.073959Jy sigma=0.450516 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.718 mas, bmaj=13.12 mas, bpa=-17.47 degrees ! Estimated noise=1.31224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000728419 Jy ! Component: 100 - total flux cleaned = 0.00092781 Jy ! Component: 150 - total flux cleaned = 0.00105402 Jy ! Component: 200 - total flux cleaned = 0.0011477 Jy ! Total flux subtracted in 200 components = 0.0011477 Jy ! Clean residual min=-0.002322 max=0.002251 Jy/beam ! Clean residual mean=-0.000001 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.124783 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 103 components and 0.124783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073942Jy sigma=0.450376 ! Fit after self-cal, rms=0.073941Jy sigma=0.450282 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.00019962 Jy ! Component: 100 - total flux cleaned = 0.00021732 Jy ! Component: 150 - total flux cleaned = 0.000261547 Jy ! Component: 200 - total flux cleaned = 0.000287863 Jy ! Total flux subtracted in 200 components = 0.000287863 Jy ! Clean residual min=-0.002341 max=0.002209 Jy/beam ! Clean residual mean=-0.000001 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.125071 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.125071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073933Jy sigma=0.450236 ! Fit after self-cal, rms=0.073934Jy sigma=0.450232 ! 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.073934Jy sigma=0.450232 ! Fit after self-cal, rms=0.073816Jy sigma=0.450193 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.811 mas, bmaj=13.58 mas, bpa=-10.76 degrees ! Estimated noise=1.56039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000391302 Jy ! Component: 100 - total flux cleaned = 0.000536006 Jy ! Component: 150 - total flux cleaned = 0.000661919 Jy ! Component: 200 - total flux cleaned = 0.000736562 Jy ! Total flux subtracted in 200 components = 0.000736562 Jy ! Clean residual min=-0.002613 max=0.002440 Jy/beam ! Clean residual mean=-0.000001 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.125808 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 121 components and 0.125808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073809Jy sigma=0.450174 ! Fit after self-cal, rms=0.073811Jy sigma=0.450168 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 = 3.81801e-05 Jy ! Component: 100 - total flux cleaned = 0.000100759 Jy ! Component: 150 - total flux cleaned = 0.000157106 Jy ! Component: 200 - total flux cleaned = 0.000207728 Jy ! Total flux subtracted in 200 components = 0.000207728 Jy ! Clean residual min=-0.002623 max=0.002446 Jy/beam ! Clean residual mean=-0.000001 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.126015 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 123 components and 0.126015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073806Jy sigma=0.450159 ! Fit after self-cal, rms=0.073806Jy sigma=0.450154 ! 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.706 mas, bmaj=13.13 mas, bpa=-17.46 degrees ! Estimated noise=1.30887 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.706 x 13.13 at -17.46 degrees (North through East) ! Clean map min=-0.0022691 max=0.1031 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=3.159 mas, bmaj=13.16 mas, bpa=-18.27 degrees ! Estimated noise=1.84974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0792363 Jy ! Component: 100 - total flux cleaned = 0.102224 Jy ! Component: 150 - total flux cleaned = 0.113353 Jy ! Component: 200 - total flux cleaned = 0.119363 Jy ! Total flux subtracted in 200 components = 0.119363 Jy ! Clean residual min=-0.003611 max=0.003418 Jy/beam ! Clean residual mean=0.000003 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.119363 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.119363 Jy ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=13.13 mas, bpa=-17.46 degrees ! Estimated noise=1.30887 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.00448308 Jy ! Component: 100 - total flux cleaned = 0.00530445 Jy ! Component: 150 - total flux cleaned = 0.00552401 Jy ! Component: 200 - total flux cleaned = 0.00552197 Jy ! Total flux subtracted in 200 components = 0.00552197 Jy ! Clean residual min=-0.002403 max=0.002480 Jy/beam ! Clean residual mean=-0.000000 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.124885 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 48 components and 0.124885 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.811 mas, bmaj=13.58 mas, bpa=-10.76 degrees ! Estimated noise=1.56039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00085324 Jy ! Component: 100 - total flux cleaned = 0.000787751 Jy ! Component: 150 - total flux cleaned = 0.000788276 Jy ! Component: 200 - total flux cleaned = 0.000742583 Jy ! Total flux subtracted in 200 components = 0.000742583 Jy ! Clean residual min=-0.002716 max=0.002471 Jy/beam ! Clean residual mean=-0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.125628 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.95684e-05 Jy ! Component: 100 - total flux cleaned = -7.73861e-05 Jy ! Component: 150 - total flux cleaned = -4.49154e-05 Jy ! Component: 200 - total flux cleaned = -2.91953e-05 Jy ! Total flux subtracted in 200 components = -2.91953e-05 Jy ! Clean residual min=-0.002702 max=0.002467 Jy/beam ! Clean residual mean=-0.000001 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.125599 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 69 components and 0.125599 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=13.13 mas, bpa=-17.46 degrees ! Estimated noise=1.30887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000542813 Jy ! Component: 100 - total flux cleaned = -0.000541189 Jy ! Component: 150 - total flux cleaned = -0.000479572 Jy ! Component: 200 - total flux cleaned = -0.000481516 Jy ! Total flux subtracted in 200 components = -0.000481516 Jy ! Clean residual min=-0.002324 max=0.002252 Jy/beam ! Clean residual mean=-0.000000 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.125117 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 83 components and 0.125117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073825Jy sigma=0.450330 ! Fit after self-cal, rms=0.073822Jy sigma=0.450264 wmodel J1119+0410_S_map.mod ! Writing 83 model components to file: J1119+0410_S_map.mod wobs J1119+0410_S_uvs.fits ! Writing UV FITS file: J1119+0410_S_uvs.fits wwins J1119+0410_S_map.win ! wwins: Wrote 1 windows to J1119+0410_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.000171824 Jy ! Component: 100 - total flux cleaned = -0.000132575 Jy ! Component: 150 - total flux cleaned = -0.000240679 Jy ! Component: 200 - total flux cleaned = -0.000443946 Jy ! Component: 250 - total flux cleaned = -0.000638369 Jy ! Component: 300 - total flux cleaned = -0.000732065 Jy ! Component: 350 - total flux cleaned = -0.000793247 Jy ! Component: 400 - total flux cleaned = -0.000939651 Jy ! Component: 450 - total flux cleaned = -0.00116599 Jy ! Component: 500 - total flux cleaned = -0.00127593 Jy ! Component: 550 - total flux cleaned = -0.00140972 Jy ! Component: 600 - total flux cleaned = -0.00148777 Jy ! Component: 650 - total flux cleaned = -0.00158986 Jy ! Component: 700 - total flux cleaned = -0.00174019 Jy ! Component: 750 - total flux cleaned = -0.00183859 Jy ! Component: 800 - total flux cleaned = -0.00193525 Jy ! Component: 850 - total flux cleaned = -0.00205383 Jy ! Component: 900 - total flux cleaned = -0.00217015 Jy ! Component: 950 - total flux cleaned = -0.00228433 Jy ! Component: 1000 - total flux cleaned = -0.00244036 Jy ! Component: 1050 - total flux cleaned = -0.00259324 Jy ! Component: 1100 - total flux cleaned = -0.00276541 Jy ! Component: 1150 - total flux cleaned = -0.00291378 Jy ! Component: 1200 - total flux cleaned = -0.0031016 Jy ! Component: 1250 - total flux cleaned = -0.00322465 Jy ! Component: 1300 - total flux cleaned = -0.00338649 Jy ! Component: 1350 - total flux cleaned = -0.00350621 Jy ! Component: 1400 - total flux cleaned = -0.00362415 Jy ! Component: 1450 - total flux cleaned = -0.00375943 Jy ! Component: 1500 - total flux cleaned = -0.00385467 Jy ! Component: 1550 - total flux cleaned = -0.00394859 Jy ! Component: 1600 - total flux cleaned = -0.00396715 Jy ! Component: 1650 - total flux cleaned = -0.00405849 Jy ! Component: 1700 - total flux cleaned = -0.00402253 Jy ! Component: 1750 - total flux cleaned = -0.0041298 Jy ! Component: 1800 - total flux cleaned = -0.00416498 Jy ! Component: 1850 - total flux cleaned = -0.0042698 Jy ! Component: 1900 - total flux cleaned = -0.00426972 Jy ! Component: 1950 - total flux cleaned = -0.00426983 Jy ! Component: 2000 - total flux cleaned = -0.0043881 Jy ! Component: 2050 - total flux cleaned = -0.00440473 Jy ! Component: 2100 - total flux cleaned = -0.00437177 Jy ! Component: 2150 - total flux cleaned = -0.00443703 Jy ! Component: 2200 - total flux cleaned = -0.00438838 Jy ! Component: 2250 - total flux cleaned = -0.00446846 Jy ! Component: 2300 - total flux cleaned = -0.00446854 Jy ! Component: 2350 - total flux cleaned = -0.00448408 Jy ! Component: 2400 - total flux cleaned = -0.00446898 Jy ! Component: 2450 - total flux cleaned = -0.00453021 Jy ! Component: 2500 - total flux cleaned = -0.00449986 Jy ! Component: 2550 - total flux cleaned = -0.00449996 Jy ! Component: 2600 - total flux cleaned = -0.00451502 Jy ! Component: 2650 - total flux cleaned = -0.0045446 Jy ! Component: 2700 - total flux cleaned = -0.00460297 Jy ! Component: 2750 - total flux cleaned = -0.00458848 Jy ! Component: 2800 - total flux cleaned = -0.0046028 Jy ! Component: 2850 - total flux cleaned = -0.0046312 Jy ! Component: 2900 - total flux cleaned = -0.00464519 Jy ! Component: 2950 - total flux cleaned = -0.00463118 Jy ! Component: 3000 - total flux cleaned = -0.00464508 Jy ! Component: 3050 - total flux cleaned = -0.00464509 Jy ! Component: 3100 - total flux cleaned = -0.00461777 Jy ! Component: 3150 - total flux cleaned = -0.00464471 Jy ! Component: 3200 - total flux cleaned = -0.00463126 Jy ! Component: 3250 - total flux cleaned = -0.00463109 Jy ! Component: 3300 - total flux cleaned = -0.00460484 Jy ! Component: 3350 - total flux cleaned = -0.00459182 Jy ! Component: 3400 - total flux cleaned = -0.00463062 Jy ! Component: 3450 - total flux cleaned = -0.00461782 Jy ! Component: 3500 - total flux cleaned = -0.00460515 Jy ! Component: 3550 - total flux cleaned = -0.00460515 Jy ! Component: 3600 - total flux cleaned = -0.00458 Jy ! Component: 3650 - total flux cleaned = -0.00457997 Jy ! Component: 3700 - total flux cleaned = -0.004555 Jy ! Component: 3750 - total flux cleaned = -0.00455493 Jy ! Component: 3800 - total flux cleaned = -0.0045303 Jy ! Component: 3850 - total flux cleaned = -0.0044938 Jy ! Component: 3900 - total flux cleaned = -0.00445734 Jy ! Component: 3950 - total flux cleaned = -0.00448135 Jy ! Component: 4000 - total flux cleaned = -0.0044097 Jy ! Component: 4050 - total flux cleaned = -0.00445711 Jy ! Total flux subtracted in 4096 components = -0.00439799 Jy ! Clean residual min=-0.000650 max=0.000748 Jy/beam ! Clean residual mean=0.000001 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.120719 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 375 components and 0.120719 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1119+0410_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.706 x 13.13 at -17.46 degrees (North through East) ! Clean map min=-0.0024444 max=0.10263 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1119+0410_S_map.fits wmodel /image_prod/ug002_uva//J1119+0410_S_map.mod ! Writing 375 model components to file: /image_prod/ug002_uva//J1119+0410_S_map.mod wobs /image_prod/ug002_uva//J1119+0410_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1119+0410_S_uvs.fits wwins /image_prod/ug002_uva//J1119+0410_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1119+0410_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.102634 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219562 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.641784 0.641784 1.28357 2.56714 5.13427 10.2685 20.5371 41.0742 82.1484 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.102 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 467.446 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1119+0410_S_dfm.log closed on Wed Mar 4 23:58:58 2020