! Started logfile: /image_prod/ug002_uva//J0740+2852_S_dfm.log on Wed Mar 4 21:55:52 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//J0740+2852_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0740+2852_S_uva.fits ! AN table 1: 60 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.908519 visibilities/baseline/integration-bin. ! Found source: J0740+2852 ! ! 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 44 lines of history. ! ! Reading 7359 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 J0740+2852_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008652Jy sigma=9.614065 ! Fit after self-cal, rms=0.905807Jy sigma=8.628114 ! 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.193 mas, bmaj=7.558 mas, bpa=-10.11 degrees ! Estimated noise=1.2717 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.0748266 Jy ! Component: 100 - total flux cleaned = 0.0911896 Jy ! Total flux subtracted in 100 components = 0.0911896 Jy ! Clean residual min=-0.003660 max=0.005433 Jy/beam ! Clean residual mean=-0.000008 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.0911896 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0911896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055713Jy sigma=0.477570 ! Fit after self-cal, rms=0.055694Jy sigma=0.477433 ! 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.696 mas, bmaj=8.459 mas, bpa=-9.696 degrees ! Estimated noise=0.891496 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 (1.5, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00565026 Jy ! Component: 100 - total flux cleaned = 0.00909983 Jy ! Component: 150 - total flux cleaned = 0.0109436 Jy ! Component: 200 - total flux cleaned = 0.0115443 Jy ! Total flux subtracted in 200 components = 0.0115443 Jy ! Clean residual min=-0.002442 max=0.002937 Jy/beam ! Clean residual mean=-0.000003 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.102734 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 28 components and 0.102734 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055120Jy sigma=0.469867 ! Fit after self-cal, rms=0.055120Jy sigma=0.469650 ! 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.696 x 8.459 at -9.696 degrees (North through East) ! Clean map min=-0.0023735 max=0.095099 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.01 HN 1.00 KP 0.98 ! LA 1.02 MK 0.95 NL 0.94 OV 0.95 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.56 FD 1.00 HN 1.01 KP 0.97 ! LA 0.96 MK 0.95 NL 1.06 OV 0.97 ! PT 1.03 SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.99 HN 1.04 KP 0.93 ! LA 0.98 MK 0.93 NL 0.95 OV 0.97 ! PT 1.01 SC 0.92 ! ! ! Fit before self-cal, rms=0.055120Jy sigma=0.469650 ! Fit after self-cal, rms=0.055109Jy sigma=0.458784 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.626 mas, bmaj=8.576 mas, bpa=-9.676 degrees ! Estimated noise=0.885726 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.000440736 Jy ! Component: 100 - total flux cleaned = -0.000621198 Jy ! Component: 150 - total flux cleaned = -0.000620713 Jy ! Component: 200 - total flux cleaned = -0.000621701 Jy ! Total flux subtracted in 200 components = -0.000621701 Jy ! Clean residual min=-0.002082 max=0.001738 Jy/beam ! Clean residual mean=-0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.102112 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.102112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055021Jy sigma=0.458417 ! Fit after self-cal, rms=0.055055Jy sigma=0.458270 ! 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.055055Jy sigma=0.458270 ! Fit after self-cal, rms=0.054167Jy sigma=0.454751 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=8.563 mas, bpa=-9.646 degrees ! Estimated noise=0.883626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000358281 Jy ! Component: 100 - total flux cleaned = 0.000275448 Jy ! Component: 150 - total flux cleaned = 0.000203387 Jy ! Component: 200 - total flux cleaned = 0.000126086 Jy ! Total flux subtracted in 200 components = 0.000126086 Jy ! Clean residual min=-0.001535 max=0.001570 Jy/beam ! Clean residual mean=-0.000004 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.102238 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 60 components and 0.102238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054148Jy sigma=0.454624 ! Fit after self-cal, rms=0.054153Jy sigma=0.454575 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.41958e-05 Jy ! Component: 100 - total flux cleaned = -2.90459e-06 Jy ! Component: 150 - total flux cleaned = -1.52387e-05 Jy ! Component: 200 - total flux cleaned = -2.6071e-05 Jy ! Total flux subtracted in 200 components = -2.6071e-05 Jy ! Clean residual min=-0.001548 max=0.001557 Jy/beam ! Clean residual mean=-0.000004 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.102212 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 0.102212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054145Jy sigma=0.454533 ! Fit after self-cal, rms=0.054144Jy sigma=0.454530 ! 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.054144Jy sigma=0.454530 ! Fit after self-cal, rms=0.054108Jy sigma=0.454504 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=8.565 mas, bpa=-9.652 degrees ! Estimated noise=0.882799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000191596 Jy ! Component: 100 - total flux cleaned = -0.000238987 Jy ! Component: 150 - total flux cleaned = -0.000238789 Jy ! Component: 200 - total flux cleaned = -0.000258188 Jy ! Total flux subtracted in 200 components = -0.000258188 Jy ! Clean residual min=-0.001518 max=0.001588 Jy/beam ! Clean residual mean=-0.000004 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.101954 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.101954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054102Jy sigma=0.454466 ! Fit after self-cal, rms=0.054103Jy sigma=0.454464 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 (-117.5, -72). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119274 Jy ! Component: 100 - total flux cleaned = 0.00133283 Jy ! Component: 150 - total flux cleaned = 0.00145013 Jy ! Component: 200 - total flux cleaned = 0.00152489 Jy ! Total flux subtracted in 200 components = 0.00152489 Jy ! Clean residual min=-0.001475 max=0.001294 Jy/beam ! Clean residual mean=-0.000005 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.103479 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.103479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054048Jy sigma=0.454026 ! Fit after self-cal, rms=0.054045Jy sigma=0.453996 ! 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.054045Jy sigma=0.453996 ! Fit after self-cal, rms=0.054074Jy sigma=0.453966 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.643 mas, bmaj=11.13 mas, bpa=-6.648 degrees ! Estimated noise=1.0056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311987 Jy ! Component: 100 - total flux cleaned = 0.000284143 Jy ! Component: 150 - total flux cleaned = 0.000246989 Jy ! Component: 200 - total flux cleaned = 0.000224326 Jy ! Total flux subtracted in 200 components = 0.000224326 Jy ! Clean residual min=-0.001529 max=0.001382 Jy/beam ! Clean residual mean=-0.000007 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.103703 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.103703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054069Jy sigma=0.453920 ! Fit after self-cal, rms=0.054069Jy sigma=0.453917 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 = 6.34934e-05 Jy ! Component: 100 - total flux cleaned = 4.2862e-05 Jy ! Component: 150 - total flux cleaned = 2.38953e-05 Jy ! Component: 200 - total flux cleaned = 1.49542e-05 Jy ! Total flux subtracted in 200 components = 1.49542e-05 Jy ! Clean residual min=-0.001542 max=0.001399 Jy/beam ! Clean residual mean=-0.000007 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.103718 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.103718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054066Jy sigma=0.453894 ! Fit after self-cal, rms=0.054066Jy sigma=0.453893 ! 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.64 mas, bmaj=8.566 mas, bpa=-9.663 degrees ! Estimated noise=0.882727 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.64 x 8.566 at -9.663 degrees (North through East) ! Clean map min=-0.0014088 max=0.094143 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.137 mas, bmaj=7.647 mas, bpa=-9.984 degrees ! Estimated noise=1.25342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0737495 Jy ! Component: 100 - total flux cleaned = 0.0898886 Jy ! Component: 150 - total flux cleaned = 0.0946305 Jy ! Component: 200 - total flux cleaned = 0.0976613 Jy ! Total flux subtracted in 200 components = 0.0976613 Jy ! Clean residual min=-0.002636 max=0.002341 Jy/beam ! Clean residual mean=-0.000005 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0976613 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0976613 Jy ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=8.566 mas, bpa=-9.663 degrees ! Estimated noise=0.882727 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.00197821 Jy ! Component: 100 - total flux cleaned = 0.0033121 Jy ! Component: 150 - total flux cleaned = 0.0037379 Jy ! Component: 200 - total flux cleaned = 0.00407018 Jy ! Total flux subtracted in 200 components = 0.00407018 Jy ! Clean residual min=-0.001582 max=0.001383 Jy/beam ! Clean residual mean=-0.000004 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.101731 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 49 components and 0.101731 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.643 mas, bmaj=11.13 mas, bpa=-6.648 degrees ! Estimated noise=1.0056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000850092 Jy ! Component: 100 - total flux cleaned = 0.000999184 Jy ! Component: 150 - total flux cleaned = 0.00107207 Jy ! Component: 200 - total flux cleaned = 0.00115222 Jy ! Total flux subtracted in 200 components = 0.00115222 Jy ! Clean residual min=-0.001606 max=0.001357 Jy/beam ! Clean residual mean=-0.000007 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.102884 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 = 2.88343e-05 Jy ! Component: 100 - total flux cleaned = 6.96074e-05 Jy ! Component: 150 - total flux cleaned = 0.000107256 Jy ! Component: 200 - total flux cleaned = 0.000142542 Jy ! Total flux subtracted in 200 components = 0.000142542 Jy ! Clean residual min=-0.001592 max=0.001353 Jy/beam ! Clean residual mean=-0.000007 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.103026 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 110 components and 0.103026 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=8.566 mas, bpa=-9.663 degrees ! Estimated noise=0.882727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.7258e-05 Jy ! Component: 100 - total flux cleaned = -4.64164e-05 Jy ! Component: 150 - total flux cleaned = -4.46606e-07 Jy ! Component: 200 - total flux cleaned = 4.35814e-05 Jy ! Total flux subtracted in 200 components = 4.35814e-05 Jy ! Clean residual min=-0.001468 max=0.001204 Jy/beam ! Clean residual mean=-0.000004 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.10307 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 128 components and 0.10307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054091Jy sigma=0.454047 ! Fit after self-cal, rms=0.054088Jy sigma=0.454026 wmodel J0740+2852_S_map.mod ! Writing 128 model components to file: J0740+2852_S_map.mod wobs J0740+2852_S_uvs.fits ! Writing UV FITS file: J0740+2852_S_uvs.fits wwins J0740+2852_S_map.win ! wwins: Wrote 3 windows to J0740+2852_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.000674696 Jy ! Component: 100 - total flux cleaned = -0.00119298 Jy ! Component: 150 - total flux cleaned = -0.00140157 Jy ! Component: 200 - total flux cleaned = -0.00155589 Jy ! Component: 250 - total flux cleaned = -0.00157732 Jy ! Component: 300 - total flux cleaned = -0.00159826 Jy ! Component: 350 - total flux cleaned = -0.00159822 Jy ! Component: 400 - total flux cleaned = -0.00155878 Jy ! Component: 450 - total flux cleaned = -0.00153966 Jy ! Component: 500 - total flux cleaned = -0.00155835 Jy ! Component: 550 - total flux cleaned = -0.00152132 Jy ! Component: 600 - total flux cleaned = -0.00153963 Jy ! Component: 650 - total flux cleaned = -0.0014859 Jy ! Component: 700 - total flux cleaned = -0.00152153 Jy ! Component: 750 - total flux cleaned = -0.00157327 Jy ! Component: 800 - total flux cleaned = -0.00153852 Jy ! Component: 850 - total flux cleaned = -0.0015722 Jy ! Component: 900 - total flux cleaned = -0.00155532 Jy ! Component: 950 - total flux cleaned = -0.00153889 Jy ! Component: 1000 - total flux cleaned = -0.00152272 Jy ! Component: 1050 - total flux cleaned = -0.00149056 Jy ! Component: 1100 - total flux cleaned = -0.00147474 Jy ! Component: 1150 - total flux cleaned = -0.00138092 Jy ! Component: 1200 - total flux cleaned = -0.0013657 Jy ! Component: 1250 - total flux cleaned = -0.001274 Jy ! Component: 1300 - total flux cleaned = -0.00122882 Jy ! Component: 1350 - total flux cleaned = -0.00119899 Jy ! Component: 1400 - total flux cleaned = -0.0011399 Jy ! Component: 1450 - total flux cleaned = -0.00114005 Jy ! Component: 1500 - total flux cleaned = -0.00105338 Jy ! Component: 1550 - total flux cleaned = -0.00101055 Jy ! Component: 1600 - total flux cleaned = -0.000954048 Jy ! Component: 1650 - total flux cleaned = -0.000940216 Jy ! Component: 1700 - total flux cleaned = -0.000884838 Jy ! Component: 1750 - total flux cleaned = -0.00088482 Jy ! Component: 1800 - total flux cleaned = -0.000816738 Jy ! Component: 1850 - total flux cleaned = -0.000762877 Jy ! Component: 1900 - total flux cleaned = -0.000802584 Jy ! Component: 1950 - total flux cleaned = -0.000709871 Jy ! Component: 2000 - total flux cleaned = -0.000670574 Jy ! Component: 2050 - total flux cleaned = -0.000631604 Jy ! Component: 2100 - total flux cleaned = -0.000593101 Jy ! Component: 2150 - total flux cleaned = -0.000580304 Jy ! Component: 2200 - total flux cleaned = -0.000504539 Jy ! Component: 2250 - total flux cleaned = -0.0004796 Jy ! Component: 2300 - total flux cleaned = -0.000504304 Jy ! Component: 2350 - total flux cleaned = -0.00044256 Jy ! Component: 2400 - total flux cleaned = -0.000442633 Jy ! Component: 2450 - total flux cleaned = -0.000430484 Jy ! Component: 2500 - total flux cleaned = -0.000418494 Jy ! Component: 2550 - total flux cleaned = -0.000442338 Jy ! Component: 2600 - total flux cleaned = -0.000382845 Jy ! Component: 2650 - total flux cleaned = -0.000359215 Jy ! Component: 2700 - total flux cleaned = -0.000324245 Jy ! Component: 2750 - total flux cleaned = -0.000312689 Jy ! Component: 2800 - total flux cleaned = -0.000278228 Jy ! Component: 2850 - total flux cleaned = -0.00028971 Jy ! Component: 2900 - total flux cleaned = -0.000289634 Jy ! Component: 2950 - total flux cleaned = -0.000289466 Jy ! Component: 3000 - total flux cleaned = -0.000244507 Jy ! Component: 3050 - total flux cleaned = -0.000200029 Jy ! Component: 3100 - total flux cleaned = -0.000200137 Jy ! Component: 3150 - total flux cleaned = -0.00020025 Jy ! Component: 3200 - total flux cleaned = -0.000189411 Jy ! Component: 3250 - total flux cleaned = -0.000178593 Jy ! Component: 3300 - total flux cleaned = -0.000200082 Jy ! Component: 3350 - total flux cleaned = -0.000200155 Jy ! Component: 3400 - total flux cleaned = -0.000200162 Jy ! Component: 3450 - total flux cleaned = -0.00020018 Jy ! Component: 3500 - total flux cleaned = -0.00021083 Jy ! Component: 3550 - total flux cleaned = -0.000242092 Jy ! Component: 3600 - total flux cleaned = -0.000211066 Jy ! Component: 3650 - total flux cleaned = -0.000190397 Jy ! Component: 3700 - total flux cleaned = -0.000262193 Jy ! Component: 3750 - total flux cleaned = -0.000252005 Jy ! Component: 3800 - total flux cleaned = -0.000241891 Jy ! Component: 3850 - total flux cleaned = -0.00024196 Jy ! Component: 3900 - total flux cleaned = -0.000252121 Jy ! Component: 3950 - total flux cleaned = -0.000271929 Jy ! Component: 4000 - total flux cleaned = -0.000262012 Jy ! Component: 4050 - total flux cleaned = -0.00028176 Jy ! Total flux subtracted in 4096 components = -0.000291554 Jy ! Clean residual min=-0.000538 max=0.000681 Jy/beam ! Clean residual mean=-0.000001 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.102778 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 390 components and 0.102778 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0740+2852_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.64 x 8.566 at -9.663 degrees (North through East) ! Clean map min=-0.0012583 max=0.09404 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0740+2852_S_map.fits wmodel /image_prod/ug002_uva//J0740+2852_S_map.mod ! Writing 390 model components to file: /image_prod/ug002_uva//J0740+2852_S_map.mod wobs /image_prod/ug002_uva//J0740+2852_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0740+2852_S_uvs.fits wwins /image_prod/ug002_uva//J0740+2852_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0740+2852_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0940396 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177462 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.56613 0.56613 1.13226 2.26452 4.52904 9.05808 18.1162 36.2323 72.4646 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.094 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 529.913 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0740+2852_S_dfm.log closed on Wed Mar 4 21:55:56 2020