! Started logfile: /image_prod/ug002_uva//J1424+0434_S_dfm.log on Thu Mar 5 01:43:27 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//J1424+0434_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1424+0434_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.988519 visibilities/baseline/integration-bin. ! Found source: J1424+0434 ! ! 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 8007 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 J1424+0434_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005331Jy sigma=8.609633 ! Fit after self-cal, rms=0.911030Jy sigma=7.786278 ! 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.123 mas, bmaj=13.42 mas, bpa=-18.92 degrees ! Estimated noise=1.24214 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.0682294 Jy ! Component: 100 - total flux cleaned = 0.0875463 Jy ! Total flux subtracted in 100 components = 0.0875463 Jy ! Clean residual min=-0.004521 max=0.008768 Jy/beam ! Clean residual mean=0.000011 rms=0.001264 Jy/beam ! Combined flux in latest and established models = 0.0875463 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0875463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061125Jy sigma=0.488443 ! Fit after self-cal, rms=0.061074Jy sigma=0.488025 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00988683 Jy ! Component: 100 - total flux cleaned = 0.0152525 Jy ! Total flux subtracted in 100 components = 0.0152525 Jy ! Clean residual min=-0.003739 max=0.005471 Jy/beam ! Clean residual mean=0.000005 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.102799 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.102799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059218Jy sigma=0.469142 ! Fit after self-cal, rms=0.059196Jy sigma=0.468883 ! 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.764 mas, bmaj=13.84 mas, bpa=-18.42 degrees ! Estimated noise=0.945391 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 (7, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00677202 Jy ! Component: 100 - total flux cleaned = 0.0108618 Jy ! Component: 150 - total flux cleaned = 0.012286 Jy ! Component: 200 - total flux cleaned = 0.0129522 Jy ! Total flux subtracted in 200 components = 0.0129522 Jy ! Clean residual min=-0.002314 max=0.002467 Jy/beam ! Clean residual mean=-0.000001 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.115751 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 59 components and 0.115751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058326Jy sigma=0.460513 ! Fit after self-cal, rms=0.058265Jy sigma=0.459901 ! 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.764 x 13.84 at -18.42 degrees (North through East) ! Clean map min=-0.0028793 max=0.091042 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.01 KP 0.98 ! LA 1.02 MK 1.05 NL 0.93 OV 1.04 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.00 KP 1.00 ! LA 0.99 MK 1.01 NL 0.93 OV 1.00 ! PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.01 KP 0.99 ! LA 1.01 MK 1.01 NL 0.93 OV 1.06 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.058265Jy sigma=0.459901 ! Fit after self-cal, rms=0.056639Jy sigma=0.458066 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.798 mas, bmaj=13.72 mas, bpa=-18.4 degrees ! Estimated noise=0.927115 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.00235654 Jy ! Component: 100 - total flux cleaned = 0.00269394 Jy ! Component: 150 - total flux cleaned = 0.00259176 Jy ! Component: 200 - total flux cleaned = 0.00259036 Jy ! Total flux subtracted in 200 components = 0.00259036 Jy ! Clean residual min=-0.002527 max=0.001860 Jy/beam ! Clean residual mean=-0.000004 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.118341 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 101 components and 0.118341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056509Jy sigma=0.456883 ! Fit after self-cal, rms=0.056514Jy sigma=0.456772 ! 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.056514Jy sigma=0.456772 ! Fit after self-cal, rms=0.056988Jy sigma=0.454263 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.771 mas, bmaj=13.7 mas, bpa=-18.39 degrees ! Estimated noise=0.925319 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165264 Jy ! Component: 100 - total flux cleaned = 0.00201254 Jy ! Component: 150 - total flux cleaned = 0.00218042 Jy ! Component: 200 - total flux cleaned = 0.0023024 Jy ! Total flux subtracted in 200 components = 0.0023024 Jy ! Clean residual min=-0.001643 max=0.001561 Jy/beam ! Clean residual mean=-0.000001 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.120644 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 120 components and 0.120644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056926Jy sigma=0.453714 ! Fit after self-cal, rms=0.056954Jy sigma=0.453646 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.000135727 Jy ! Component: 100 - total flux cleaned = 0.000216321 Jy ! Component: 150 - total flux cleaned = 0.000290344 Jy ! Component: 200 - total flux cleaned = 0.000358605 Jy ! Total flux subtracted in 200 components = 0.000358605 Jy ! Clean residual min=-0.001623 max=0.001467 Jy/beam ! Clean residual mean=-0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.121002 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 135 components and 0.121002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056930Jy sigma=0.453475 ! Fit after self-cal, rms=0.056929Jy sigma=0.453467 ! 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.056929Jy sigma=0.453467 ! Fit after self-cal, rms=0.057015Jy sigma=0.453363 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.766 mas, bmaj=13.69 mas, bpa=-18.39 degrees ! Estimated noise=0.923959 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000562109 Jy ! Component: 100 - total flux cleaned = 0.000842064 Jy ! Component: 150 - total flux cleaned = 0.000924399 Jy ! Component: 200 - total flux cleaned = 0.000981565 Jy ! Total flux subtracted in 200 components = 0.000981565 Jy ! Clean residual min=-0.001525 max=0.001464 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.121984 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 156 components and 0.121984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056998Jy sigma=0.453227 ! Fit after self-cal, rms=0.057003Jy sigma=0.453219 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.000114585 Jy ! Component: 100 - total flux cleaned = 0.000202961 Jy ! Component: 150 - total flux cleaned = 0.000269396 Jy ! Component: 200 - total flux cleaned = 0.000316104 Jy ! Total flux subtracted in 200 components = 0.000316104 Jy ! Clean residual min=-0.001494 max=0.001461 Jy/beam ! Clean residual mean=-0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.1223 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 174 components and 0.1223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056992Jy sigma=0.453145 ! Fit after self-cal, rms=0.056991Jy sigma=0.453142 ! 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.056991Jy sigma=0.453142 ! Fit after self-cal, rms=0.056968Jy sigma=0.453130 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.962 mas, bmaj=14.13 mas, bpa=-14.25 degrees ! Estimated noise=1.05886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507796 Jy ! Component: 100 - total flux cleaned = 0.000748193 Jy ! Component: 150 - total flux cleaned = 0.000953357 Jy ! Component: 200 - total flux cleaned = 0.00108656 Jy ! Total flux subtracted in 200 components = 0.00108656 Jy ! Clean residual min=-0.001639 max=0.001649 Jy/beam ! Clean residual mean=-0.000002 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.123387 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 189 components and 0.123387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056963Jy sigma=0.453080 ! Fit after self-cal, rms=0.056963Jy sigma=0.453067 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.000125025 Jy ! Component: 100 - total flux cleaned = 0.000230838 Jy ! Component: 150 - total flux cleaned = 0.000280025 Jy ! Component: 200 - total flux cleaned = 0.000297335 Jy ! Total flux subtracted in 200 components = 0.000297335 Jy ! Clean residual min=-0.001630 max=0.001610 Jy/beam ! Clean residual mean=-0.000002 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.123684 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 206 components and 0.123684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056961Jy sigma=0.453045 ! Fit after self-cal, rms=0.056960Jy sigma=0.453039 ! 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.763 mas, bmaj=13.68 mas, bpa=-18.39 degrees ! Estimated noise=0.923128 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.763 x 13.68 at -18.39 degrees (North through East) ! Clean map min=-0.0014582 max=0.089042 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.118 mas, bmaj=13.28 mas, bpa=-18.92 degrees ! Estimated noise=1.22248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0668848 Jy ! Component: 100 - total flux cleaned = 0.0868906 Jy ! Component: 150 - total flux cleaned = 0.0971466 Jy ! Component: 200 - total flux cleaned = 0.103712 Jy ! Total flux subtracted in 200 components = 0.103712 Jy ! Clean residual min=-0.002717 max=0.003590 Jy/beam ! Clean residual mean=0.000007 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.103712 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.103712 Jy ! Inverting map and beam ! Estimated beam: bmin=3.763 mas, bmaj=13.68 mas, bpa=-18.39 degrees ! Estimated noise=0.923128 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.00628385 Jy ! Component: 100 - total flux cleaned = 0.0103079 Jy ! Component: 150 - total flux cleaned = 0.0129979 Jy ! Component: 200 - total flux cleaned = 0.0146988 Jy ! Total flux subtracted in 200 components = 0.0146988 Jy ! Clean residual min=-0.001939 max=0.001715 Jy/beam ! Clean residual mean=-0.000000 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.11841 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 55 components and 0.11841 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.962 mas, bmaj=14.13 mas, bpa=-14.25 degrees ! Estimated noise=1.05886 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186854 Jy ! Component: 100 - total flux cleaned = 0.00243838 Jy ! Component: 150 - total flux cleaned = 0.00293947 Jy ! Component: 200 - total flux cleaned = 0.00335258 Jy ! Total flux subtracted in 200 components = 0.00335258 Jy ! Clean residual min=-0.001744 max=0.001600 Jy/beam ! Clean residual mean=-0.000002 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.121763 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.000290215 Jy ! Component: 100 - total flux cleaned = 0.000443532 Jy ! Component: 150 - total flux cleaned = 0.00064835 Jy ! Component: 200 - total flux cleaned = 0.000792158 Jy ! Total flux subtracted in 200 components = 0.000792158 Jy ! Clean residual min=-0.001654 max=0.001588 Jy/beam ! Clean residual mean=-0.000002 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.122555 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 97 components and 0.122555 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.763 mas, bmaj=13.68 mas, bpa=-18.39 degrees ! Estimated noise=0.923128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000359625 Jy ! Component: 100 - total flux cleaned = 0.000494473 Jy ! Component: 150 - total flux cleaned = 0.000640459 Jy ! Component: 200 - total flux cleaned = 0.000694349 Jy ! Total flux subtracted in 200 components = 0.000694349 Jy ! Clean residual min=-0.001476 max=0.001409 Jy/beam ! Clean residual mean=-0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.12325 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 117 components and 0.12325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056990Jy sigma=0.453289 ! Fit after self-cal, rms=0.056986Jy sigma=0.453263 wmodel J1424+0434_S_map.mod ! Writing 117 model components to file: J1424+0434_S_map.mod wobs J1424+0434_S_uvs.fits ! Writing UV FITS file: J1424+0434_S_uvs.fits wwins J1424+0434_S_map.win ! wwins: Wrote 2 windows to J1424+0434_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.000336646 Jy ! Component: 100 - total flux cleaned = -0.000463598 Jy ! Component: 150 - total flux cleaned = -0.000487676 Jy ! Component: 200 - total flux cleaned = -0.000397506 Jy ! Component: 250 - total flux cleaned = -0.000266923 Jy ! Component: 300 - total flux cleaned = -0.00014119 Jy ! Component: 350 - total flux cleaned = -3.99635e-05 Jy ! Component: 400 - total flux cleaned = 5.82764e-05 Jy ! Component: 450 - total flux cleaned = 0.000134247 Jy ! Component: 500 - total flux cleaned = 0.000208193 Jy ! Component: 550 - total flux cleaned = 0.000280552 Jy ! Component: 600 - total flux cleaned = 0.000385676 Jy ! Component: 650 - total flux cleaned = 0.000454347 Jy ! Component: 700 - total flux cleaned = 0.000488507 Jy ! Component: 750 - total flux cleaned = 0.000571022 Jy ! Component: 800 - total flux cleaned = 0.000603209 Jy ! Component: 850 - total flux cleaned = 0.00063486 Jy ! Component: 900 - total flux cleaned = 0.000681552 Jy ! Component: 950 - total flux cleaned = 0.000696495 Jy ! Component: 1000 - total flux cleaned = 0.000726325 Jy ! Component: 1050 - total flux cleaned = 0.000681955 Jy ! Component: 1100 - total flux cleaned = 0.000725871 Jy ! Component: 1150 - total flux cleaned = 0.000725765 Jy ! Component: 1200 - total flux cleaned = 0.000754081 Jy ! Component: 1250 - total flux cleaned = 0.000781913 Jy ! Component: 1300 - total flux cleaned = 0.000823209 Jy ! Component: 1350 - total flux cleaned = 0.00083702 Jy ! Component: 1400 - total flux cleaned = 0.000863752 Jy ! Component: 1450 - total flux cleaned = 0.000890293 Jy ! Component: 1500 - total flux cleaned = 0.000916389 Jy ! Component: 1550 - total flux cleaned = 0.000916303 Jy ! Component: 1600 - total flux cleaned = 0.000916364 Jy ! Component: 1650 - total flux cleaned = 0.000891153 Jy ! Component: 1700 - total flux cleaned = 0.000903585 Jy ! Component: 1750 - total flux cleaned = 0.000952613 Jy ! Component: 1800 - total flux cleaned = 0.000940323 Jy ! Component: 1850 - total flux cleaned = 0.00094034 Jy ! Component: 1900 - total flux cleaned = 0.000975909 Jy ! Component: 1950 - total flux cleaned = 0.000987718 Jy ! Component: 2000 - total flux cleaned = 0.00101096 Jy ! Component: 2050 - total flux cleaned = 0.00102244 Jy ! Component: 2100 - total flux cleaned = 0.0010908 Jy ! Component: 2150 - total flux cleaned = 0.00110186 Jy ! Component: 2200 - total flux cleaned = 0.00114641 Jy ! Component: 2250 - total flux cleaned = 0.00115748 Jy ! Component: 2300 - total flux cleaned = 0.00119033 Jy ! Component: 2350 - total flux cleaned = 0.00119037 Jy ! Component: 2400 - total flux cleaned = 0.00124396 Jy ! Component: 2450 - total flux cleaned = 0.00124394 Jy ! Component: 2500 - total flux cleaned = 0.00126524 Jy ! Component: 2550 - total flux cleaned = 0.00127573 Jy ! Component: 2600 - total flux cleaned = 0.00131728 Jy ! Component: 2650 - total flux cleaned = 0.00131743 Jy ! Component: 2700 - total flux cleaned = 0.00134792 Jy ! Component: 2750 - total flux cleaned = 0.00140849 Jy ! Component: 2800 - total flux cleaned = 0.00139836 Jy ! Component: 2850 - total flux cleaned = 0.00146791 Jy ! Component: 2900 - total flux cleaned = 0.00146793 Jy ! Component: 2950 - total flux cleaned = 0.00153636 Jy ! Component: 3000 - total flux cleaned = 0.00148777 Jy ! Component: 3050 - total flux cleaned = 0.00149745 Jy ! Component: 3100 - total flux cleaned = 0.00153571 Jy ! Component: 3150 - total flux cleaned = 0.00155462 Jy ! Component: 3200 - total flux cleaned = 0.00150757 Jy ! Component: 3250 - total flux cleaned = 0.00154509 Jy ! Component: 3300 - total flux cleaned = 0.00153582 Jy ! Component: 3350 - total flux cleaned = 0.00157262 Jy ! Component: 3400 - total flux cleaned = 0.00155431 Jy ! Component: 3450 - total flux cleaned = 0.00158152 Jy ! Component: 3500 - total flux cleaned = 0.00158158 Jy ! Component: 3550 - total flux cleaned = 0.00163545 Jy ! Component: 3600 - total flux cleaned = 0.00163545 Jy ! Component: 3650 - total flux cleaned = 0.00163549 Jy ! Component: 3700 - total flux cleaned = 0.0016882 Jy ! Component: 3750 - total flux cleaned = 0.0017231 Jy ! Component: 3800 - total flux cleaned = 0.00171438 Jy ! Component: 3850 - total flux cleaned = 0.00174886 Jy ! Component: 3900 - total flux cleaned = 0.00173186 Jy ! Component: 3950 - total flux cleaned = 0.00174889 Jy ! Component: 4000 - total flux cleaned = 0.00180814 Jy ! Component: 4050 - total flux cleaned = 0.00182496 Jy ! Total flux subtracted in 4096 components = 0.00181667 Jy ! Clean residual min=-0.000544 max=0.000509 Jy/beam ! Clean residual mean=0.000001 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.125066 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 427 components and 0.125066 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1424+0434_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.763 x 13.68 at -18.39 degrees (North through East) ! Clean map min=-0.0012414 max=0.088707 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1424+0434_S_map.fits wmodel /image_prod/ug002_uva//J1424+0434_S_map.mod ! Writing 427 model components to file: /image_prod/ug002_uva//J1424+0434_S_map.mod wobs /image_prod/ug002_uva//J1424+0434_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1424+0434_S_uvs.fits wwins /image_prod/ug002_uva//J1424+0434_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1424+0434_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0887066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00016515 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.558528 0.558528 1.11706 2.23411 4.46823 8.93646 17.8729 35.7458 71.4916 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.088 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 537.125 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1424+0434_S_dfm.log closed on Thu Mar 5 01:43:31 2020