! Started logfile: /image_prod/ug002_uva//J1212-2221_S_dfm.log on Thu Mar 5 00:29:24 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//J1212-2221_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1212-2221_S_uva.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882778 visibilities/baseline/integration-bin. ! Found source: J1212-2221 ! ! 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 4767 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 J1212-2221_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010519Jy sigma=7.364643 ! Fit after self-cal, rms=0.913993Jy sigma=6.634209 ! 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.611 mas, bmaj=6.917 mas, bpa=-7.811 degrees ! Estimated noise=2.38591 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.0674469 Jy ! Component: 100 - total flux cleaned = 0.0856397 Jy ! Total flux subtracted in 100 components = 0.0856397 Jy ! Clean residual min=-0.006935 max=0.008319 Jy/beam ! Clean residual mean=-0.000008 rms=0.001841 Jy/beam ! Combined flux in latest and established models = 0.0856397 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0856397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073914Jy sigma=0.498461 ! Fit after self-cal, rms=0.073603Jy sigma=0.496506 ! 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.143 mas, bmaj=8.298 mas, bpa=-6.507 degrees ! Estimated noise=1.44525 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 (2.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120799 Jy ! Component: 100 - total flux cleaned = 0.0182478 Jy ! Component: 150 - total flux cleaned = 0.022078 Jy ! Component: 200 - total flux cleaned = 0.0245406 Jy ! Total flux subtracted in 200 components = 0.0245406 Jy ! Clean residual min=-0.003479 max=0.003876 Jy/beam ! Clean residual mean=0.000005 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.11018 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 49 components and 0.11018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071886Jy sigma=0.479192 ! Fit after self-cal, rms=0.071809Jy sigma=0.478414 ! 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.143 x 8.298 at -6.507 degrees (North through East) ! Clean map min=-0.003129 max=0.087005 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.99 HN 1.02 KP 0.98 ! LA 1.01 MK 1.05 NL 1.00 OV 0.96 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.16 KP 0.94 ! LA 0.98 MK 0.92 NL 1.09 OV 0.98 ! PT 0.99 SC 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 1.08 HN 1.12 KP 0.94 ! LA 0.98 MK 0.99 NL 0.94 OV 0.94 ! PT 0.94 SC 1.01 ! ! ! Fit before self-cal, rms=0.071809Jy sigma=0.478414 ! Fit after self-cal, rms=0.072415Jy sigma=0.475591 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=8.257 mas, bpa=-6.28 degrees ! Estimated noise=1.42924 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.000852373 Jy ! Component: 100 - total flux cleaned = 0.000899622 Jy ! Component: 150 - total flux cleaned = 0.000858282 Jy ! Component: 200 - total flux cleaned = 0.000785638 Jy ! Total flux subtracted in 200 components = 0.000785638 Jy ! Clean residual min=-0.002922 max=0.003059 Jy/beam ! Clean residual mean=0.000006 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.110966 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.110966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072347Jy sigma=0.475239 ! Fit after self-cal, rms=0.072397Jy sigma=0.475103 ! 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.072397Jy sigma=0.475103 ! Fit after self-cal, rms=0.072385Jy sigma=0.474346 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.133 mas, bmaj=8.223 mas, bpa=-6.284 degrees ! Estimated noise=1.425 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000766578 Jy ! Component: 100 - total flux cleaned = 0.000768379 Jy ! Component: 150 - total flux cleaned = 0.000737376 Jy ! Component: 200 - total flux cleaned = 0.000681391 Jy ! Total flux subtracted in 200 components = 0.000681391 Jy ! Clean residual min=-0.002763 max=0.002963 Jy/beam ! Clean residual mean=0.000003 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.111647 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.111647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072346Jy sigma=0.474154 ! Fit after self-cal, rms=0.072354Jy sigma=0.474114 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 (-16, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134199 Jy ! Component: 100 - total flux cleaned = 0.00160436 Jy ! Component: 150 - total flux cleaned = 0.00160726 Jy ! Component: 200 - total flux cleaned = 0.00164428 Jy ! Total flux subtracted in 200 components = 0.00164428 Jy ! Clean residual min=-0.002646 max=0.002440 Jy/beam ! Clean residual mean=0.000006 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.113292 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 85 components and 0.113292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072233Jy sigma=0.473431 ! Fit after self-cal, rms=0.072240Jy sigma=0.473391 ! 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.072240Jy sigma=0.473391 ! Fit after self-cal, rms=0.071799Jy sigma=0.473347 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=8.2 mas, bpa=-6.258 degrees ! Estimated noise=1.41843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000496864 Jy ! Component: 100 - total flux cleaned = 0.000626025 Jy ! Component: 150 - total flux cleaned = 0.000684893 Jy ! Component: 200 - total flux cleaned = 0.00068563 Jy ! Total flux subtracted in 200 components = 0.00068563 Jy ! Clean residual min=-0.002568 max=0.002395 Jy/beam ! Clean residual mean=0.000005 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.113977 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 93 components and 0.113977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071764Jy sigma=0.473204 ! Fit after self-cal, rms=0.071764Jy sigma=0.473198 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.19798e-05 Jy ! Component: 100 - total flux cleaned = 8.79067e-05 Jy ! Component: 150 - total flux cleaned = 6.34725e-05 Jy ! Component: 200 - total flux cleaned = 6.35367e-05 Jy ! Total flux subtracted in 200 components = 6.35367e-05 Jy ! Clean residual min=-0.002537 max=0.002362 Jy/beam ! Clean residual mean=0.000005 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.114041 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.114041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071743Jy sigma=0.473112 ! Fit after self-cal, rms=0.071744Jy sigma=0.473109 ! 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.071744Jy sigma=0.473109 ! Fit after self-cal, rms=0.071599Jy sigma=0.473101 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.807 mas, bmaj=18.49 mas, bpa=-3.932 degrees ! Estimated noise=1.75204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000564289 Jy ! Component: 100 - total flux cleaned = 0.000688043 Jy ! Component: 150 - total flux cleaned = 0.000669343 Jy ! Component: 200 - total flux cleaned = 0.000652249 Jy ! Total flux subtracted in 200 components = 0.000652249 Jy ! Clean residual min=-0.002574 max=0.002984 Jy/beam ! Clean residual mean=0.000010 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.114693 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 111 components and 0.114693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071593Jy sigma=0.473085 ! Fit after self-cal, rms=0.071588Jy sigma=0.473052 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.000109986 Jy ! Component: 100 - total flux cleaned = 0.000111085 Jy ! Component: 150 - total flux cleaned = 0.000111632 Jy ! Component: 200 - total flux cleaned = 9.68633e-05 Jy ! Total flux subtracted in 200 components = 9.68633e-05 Jy ! Clean residual min=-0.002550 max=0.002954 Jy/beam ! Clean residual mean=0.000010 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.11479 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 120 components and 0.11479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071583Jy sigma=0.473047 ! Fit after self-cal, rms=0.071582Jy sigma=0.473035 ! 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.119 mas, bmaj=8.183 mas, bpa=-6.251 degrees ! Estimated noise=1.41814 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.119 x 8.183 at -6.251 degrees (North through East) ! Clean map min=-0.0023535 max=0.085629 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.594 mas, bmaj=6.828 mas, bpa=-7.539 degrees ! Estimated noise=2.33836 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0662019 Jy ! Component: 100 - total flux cleaned = 0.0847885 Jy ! Component: 150 - total flux cleaned = 0.0950964 Jy ! Component: 200 - total flux cleaned = 0.101929 Jy ! Total flux subtracted in 200 components = 0.101929 Jy ! Clean residual min=-0.005552 max=0.005515 Jy/beam ! Clean residual mean=-0.000004 rms=0.001455 Jy/beam ! Combined flux in latest and established models = 0.101929 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.101929 Jy ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=8.183 mas, bpa=-6.251 degrees ! Estimated noise=1.41814 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.00655702 Jy ! Component: 100 - total flux cleaned = 0.00977216 Jy ! Component: 150 - total flux cleaned = 0.0110895 Jy ! Component: 200 - total flux cleaned = 0.0120244 Jy ! Total flux subtracted in 200 components = 0.0120244 Jy ! Clean residual min=-0.002659 max=0.002717 Jy/beam ! Clean residual mean=0.000004 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.113953 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 49 components and 0.113953 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.807 mas, bmaj=18.49 mas, bpa=-3.932 degrees ! Estimated noise=1.75204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013615 Jy ! Component: 100 - total flux cleaned = 0.00160648 Jy ! Component: 150 - total flux cleaned = 0.00158142 Jy ! Component: 200 - total flux cleaned = 0.00155846 Jy ! Total flux subtracted in 200 components = 0.00155846 Jy ! Clean residual min=-0.002740 max=0.002946 Jy/beam ! Clean residual mean=0.000011 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.115512 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 = -6.33271e-05 Jy ! Component: 100 - total flux cleaned = -0.000123044 Jy ! Component: 150 - total flux cleaned = -0.000162064 Jy ! Component: 200 - total flux cleaned = -0.000218393 Jy ! Total flux subtracted in 200 components = -0.000218393 Jy ! Clean residual min=-0.002669 max=0.002910 Jy/beam ! Clean residual mean=0.000011 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.115294 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.115294 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=8.183 mas, bpa=-6.251 degrees ! Estimated noise=1.41814 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000419297 Jy ! Component: 100 - total flux cleaned = -0.000455463 Jy ! Component: 150 - total flux cleaned = -0.000525528 Jy ! Component: 200 - total flux cleaned = -0.000590113 Jy ! Total flux subtracted in 200 components = -0.000590113 Jy ! Clean residual min=-0.002507 max=0.002514 Jy/beam ! Clean residual mean=0.000005 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.114703 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.114703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071628Jy sigma=0.473395 ! Fit after self-cal, rms=0.071621Jy sigma=0.473325 wmodel J1212-2221_S_map.mod ! Writing 79 model components to file: J1212-2221_S_map.mod wobs J1212-2221_S_uvs.fits ! Writing UV FITS file: J1212-2221_S_uvs.fits wwins J1212-2221_S_map.win ! wwins: Wrote 3 windows to J1212-2221_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 = 7.68149e-05 Jy ! Component: 100 - total flux cleaned = 0.000159486 Jy ! Component: 150 - total flux cleaned = 0.000159767 Jy ! Component: 200 - total flux cleaned = 0.000159786 Jy ! Component: 250 - total flux cleaned = 0.000196579 Jy ! Component: 300 - total flux cleaned = 0.000304177 Jy ! Component: 350 - total flux cleaned = 0.00047833 Jy ! Component: 400 - total flux cleaned = 0.00061264 Jy ! Component: 450 - total flux cleaned = 0.000678993 Jy ! Component: 500 - total flux cleaned = 0.000679823 Jy ! Component: 550 - total flux cleaned = 0.000743593 Jy ! Component: 600 - total flux cleaned = 0.000804487 Jy ! Component: 650 - total flux cleaned = 0.000804025 Jy ! Component: 700 - total flux cleaned = 0.000833805 Jy ! Component: 750 - total flux cleaned = 0.000805009 Jy ! Component: 800 - total flux cleaned = 0.000862429 Jy ! Component: 850 - total flux cleaned = 0.000889901 Jy ! Component: 900 - total flux cleaned = 0.000862274 Jy ! Component: 950 - total flux cleaned = 0.000781771 Jy ! Component: 1000 - total flux cleaned = 0.000728538 Jy ! Component: 1050 - total flux cleaned = 0.000676543 Jy ! Component: 1100 - total flux cleaned = 0.000625215 Jy ! Component: 1150 - total flux cleaned = 0.000600047 Jy ! Component: 1200 - total flux cleaned = 0.000525464 Jy ! Component: 1250 - total flux cleaned = 0.00042795 Jy ! Component: 1300 - total flux cleaned = 0.000355713 Jy ! Component: 1350 - total flux cleaned = 0.000331969 Jy ! Component: 1400 - total flux cleaned = 0.000215542 Jy ! Component: 1450 - total flux cleaned = 0.000216084 Jy ! Component: 1500 - total flux cleaned = 0.000216227 Jy ! Component: 1550 - total flux cleaned = 0.00017128 Jy ! Component: 1600 - total flux cleaned = 0.000171019 Jy ! Component: 1650 - total flux cleaned = 0.000149011 Jy ! Component: 1700 - total flux cleaned = 8.42193e-05 Jy ! Component: 1750 - total flux cleaned = -8.54386e-07 Jy ! Component: 1800 - total flux cleaned = 4.10905e-05 Jy ! Component: 1850 - total flux cleaned = -2.10489e-05 Jy ! Component: 1900 - total flux cleaned = -2.09061e-05 Jy ! Component: 1950 - total flux cleaned = -7.51011e-07 Jy ! Component: 2000 - total flux cleaned = -2.0731e-05 Jy ! Component: 2050 - total flux cleaned = -7.98987e-05 Jy ! Component: 2100 - total flux cleaned = -7.96917e-05 Jy ! Component: 2150 - total flux cleaned = -7.98658e-05 Jy ! Component: 2200 - total flux cleaned = -0.000137116 Jy ! Component: 2250 - total flux cleaned = -0.000175044 Jy ! Component: 2300 - total flux cleaned = -0.000249943 Jy ! Component: 2350 - total flux cleaned = -0.000305104 Jy ! Component: 2400 - total flux cleaned = -0.000378169 Jy ! Component: 2450 - total flux cleaned = -0.000359989 Jy ! Component: 2500 - total flux cleaned = -0.000449344 Jy ! Component: 2550 - total flux cleaned = -0.000360385 Jy ! Component: 2600 - total flux cleaned = -0.000466025 Jy ! Component: 2650 - total flux cleaned = -0.00043117 Jy ! Component: 2700 - total flux cleaned = -0.000483116 Jy ! Component: 2750 - total flux cleaned = -0.000500302 Jy ! Component: 2800 - total flux cleaned = -0.000568338 Jy ! Component: 2850 - total flux cleaned = -0.000618784 Jy ! Component: 2900 - total flux cleaned = -0.000668693 Jy ! Component: 2950 - total flux cleaned = -0.000734598 Jy ! Component: 3000 - total flux cleaned = -0.000799638 Jy ! Component: 3050 - total flux cleaned = -0.000734776 Jy ! Component: 3100 - total flux cleaned = -0.000815216 Jy ! Component: 3150 - total flux cleaned = -0.000847074 Jy ! Component: 3200 - total flux cleaned = -0.000926206 Jy ! Component: 3250 - total flux cleaned = -0.00100459 Jy ! Component: 3300 - total flux cleaned = -0.00105102 Jy ! Component: 3350 - total flux cleaned = -0.0010664 Jy ! Component: 3400 - total flux cleaned = -0.00114289 Jy ! Component: 3450 - total flux cleaned = -0.00117329 Jy ! Component: 3500 - total flux cleaned = -0.00121836 Jy ! Component: 3550 - total flux cleaned = -0.00120357 Jy ! Component: 3600 - total flux cleaned = -0.00126284 Jy ! Component: 3650 - total flux cleaned = -0.00120391 Jy ! Component: 3700 - total flux cleaned = -0.00126253 Jy ! Component: 3750 - total flux cleaned = -0.00123373 Jy ! Component: 3800 - total flux cleaned = -0.00126266 Jy ! Component: 3850 - total flux cleaned = -0.00126277 Jy ! Component: 3900 - total flux cleaned = -0.00131971 Jy ! Component: 3950 - total flux cleaned = -0.00131976 Jy ! Component: 4000 - total flux cleaned = -0.00131974 Jy ! Component: 4050 - total flux cleaned = -0.00141717 Jy ! Total flux subtracted in 4096 components = -0.00137558 Jy ! Clean residual min=-0.000712 max=0.000731 Jy/beam ! Clean residual mean=0.000004 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.113328 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 356 components and 0.113328 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1212-2221_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.119 x 8.183 at -6.251 degrees (North through East) ! Clean map min=-0.0019595 max=0.085002 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1212-2221_S_map.fits wmodel /image_prod/ug002_uva//J1212-2221_S_map.mod ! Writing 356 model components to file: /image_prod/ug002_uva//J1212-2221_S_map.mod wobs /image_prod/ug002_uva//J1212-2221_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1212-2221_S_uvs.fits wwins /image_prod/ug002_uva//J1212-2221_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1212-2221_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0850023 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000241493 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.852306 0.852306 1.70461 3.40922 6.81845 13.6369 27.2738 54.5476 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.085 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 351.986 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1212-2221_S_dfm.log closed on Thu Mar 5 00:29:28 2020