! Started logfile: /image_prod/ug002_uva//J0413+5250_S_dfm.log on Wed Mar 4 20:15:03 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//J0413+5250_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0413+5250_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.466667 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0413+5250 ! ! 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 2352 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 J0413+5250_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 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996566Jy sigma=7.788573 ! Fit after self-cal, rms=0.808624Jy sigma=6.304379 ! 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.046 mas, bmaj=7.014 mas, bpa=-35.12 degrees ! Estimated noise=2.72029 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.152815 Jy ! Component: 100 - total flux cleaned = 0.193329 Jy ! Total flux subtracted in 100 components = 0.193329 Jy ! Clean residual min=-0.018594 max=0.026817 Jy/beam ! Clean residual mean=0.000037 rms=0.005667 Jy/beam ! Combined flux in latest and established models = 0.193329 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.193329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088768Jy sigma=0.609387 ! Fit after self-cal, rms=0.088615Jy sigma=0.608897 ! 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.755 mas, bmaj=7.247 mas, bpa=-33.51 degrees ! Estimated noise=1.91776 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.020402 Jy ! Component: 100 - total flux cleaned = 0.0301382 Jy ! Component: 150 - total flux cleaned = 0.0308961 Jy ! Component: 200 - total flux cleaned = 0.0312483 Jy ! Total flux subtracted in 200 components = 0.0312483 Jy ! Clean residual min=-0.015718 max=0.021515 Jy/beam ! Clean residual mean=0.000014 rms=0.004570 Jy/beam ! Combined flux in latest and established models = 0.224577 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.224577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083774Jy sigma=0.570993 ! Fit after self-cal, rms=0.083764Jy sigma=0.570813 ! 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.755 x 7.247 at -33.51 degrees (North through East) ! Clean map min=-0.015337 max=0.19234 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 KP 1.00 MK 0.90 ! NL 0.91 OV 0.84 PT 1.00 SC 1.18 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.06 KP 1.23 MK 0.97 ! NL 0.74 OV 0.85 PT 0.97 SC 2.40 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 KP 1.39 MK 0.97 ! NL 0.93 OV 0.82 PT 0.99 SC 1.14 ! ! ! Fit before self-cal, rms=0.083764Jy sigma=0.570813 ! Fit after self-cal, rms=0.092184Jy sigma=0.487882 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.786 mas, bmaj=7.247 mas, bpa=-33.92 degrees ! Estimated noise=1.91011 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.000620469 Jy ! Component: 100 - total flux cleaned = -0.00025579 Jy ! Component: 150 - total flux cleaned = -7.09834e-05 Jy ! Component: 200 - total flux cleaned = 1.16591e-06 Jy ! Total flux subtracted in 200 components = 1.16591e-06 Jy ! Clean residual min=-0.009788 max=0.010840 Jy/beam ! Clean residual mean=0.000117 rms=0.002931 Jy/beam ! Combined flux in latest and established models = 0.224579 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.224579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092151Jy sigma=0.486753 ! Fit after self-cal, rms=0.092410Jy sigma=0.486090 ! 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.092410Jy sigma=0.486090 ! Fit after self-cal, rms=0.095606Jy sigma=0.428648 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=7.211 mas, bpa=-34.15 degrees ! Estimated noise=1.9128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000955717 Jy ! Component: 100 - total flux cleaned = -0.00101333 Jy ! Component: 150 - total flux cleaned = -0.00101232 Jy ! Component: 200 - total flux cleaned = -0.00101179 Jy ! Total flux subtracted in 200 components = -0.00101179 Jy ! Clean residual min=-0.003825 max=0.003571 Jy/beam ! Clean residual mean=0.000015 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.223567 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.223567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095547Jy sigma=0.427649 ! Fit after self-cal, rms=0.095774Jy sigma=0.427300 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.000190961 Jy ! Component: 100 - total flux cleaned = -8.20069e-05 Jy ! Component: 150 - total flux cleaned = -1.71845e-05 Jy ! Component: 200 - total flux cleaned = 1.0943e-05 Jy ! Total flux subtracted in 200 components = 1.0943e-05 Jy ! Clean residual min=-0.003616 max=0.003516 Jy/beam ! Clean residual mean=0.000016 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.223578 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.223578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.095759Jy sigma=0.426858 ! Fit after self-cal, rms=0.095766Jy sigma=0.426818 ! 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.095766Jy sigma=0.426818 ! Fit after self-cal, rms=0.097209Jy sigma=0.426670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.778 mas, bmaj=7.202 mas, bpa=-34.16 degrees ! Estimated noise=1.9121 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000469222 Jy ! Component: 100 - total flux cleaned = -0.000507243 Jy ! Component: 150 - total flux cleaned = -0.000506818 Jy ! Component: 200 - total flux cleaned = -0.000506483 Jy ! Total flux subtracted in 200 components = -0.000506483 Jy ! Clean residual min=-0.003358 max=0.003422 Jy/beam ! Clean residual mean=0.000013 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.223071 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.223071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097192Jy sigma=0.426261 ! Fit after self-cal, rms=0.097204Jy sigma=0.426240 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.000132763 Jy ! Component: 100 - total flux cleaned = -0.000134256 Jy ! Component: 150 - total flux cleaned = -0.000113429 Jy ! Component: 200 - total flux cleaned = -9.32514e-05 Jy ! Total flux subtracted in 200 components = -9.32514e-05 Jy ! Clean residual min=-0.003294 max=0.003392 Jy/beam ! Clean residual mean=0.000013 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.222978 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.222978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097198Jy sigma=0.426062 ! Fit after self-cal, rms=0.097204Jy sigma=0.426047 ! 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.097204Jy sigma=0.426047 ! Fit after self-cal, rms=0.098029Jy sigma=0.425968 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.183 mas, bmaj=9.692 mas, bpa=15.48 degrees ! Estimated noise=2.20349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000362969 Jy ! Component: 100 - total flux cleaned = -0.000267177 Jy ! Component: 150 - total flux cleaned = -0.000227954 Jy ! Component: 200 - total flux cleaned = -0.000211324 Jy ! Total flux subtracted in 200 components = -0.000211324 Jy ! Clean residual min=-0.002578 max=0.003213 Jy/beam ! Clean residual mean=0.000019 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.222767 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.222767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098037Jy sigma=0.425949 ! Fit after self-cal, rms=0.098046Jy sigma=0.425918 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.000133303 Jy ! Component: 100 - total flux cleaned = -8.41541e-05 Jy ! Component: 150 - total flux cleaned = -8.51343e-05 Jy ! Component: 200 - total flux cleaned = -8.55127e-05 Jy ! Total flux subtracted in 200 components = -8.55127e-05 Jy ! Clean residual min=-0.002519 max=0.003189 Jy/beam ! Clean residual mean=0.000019 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.222681 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.222681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098054Jy sigma=0.425952 ! Fit after self-cal, rms=0.098057Jy sigma=0.425939 ! 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.775 mas, bmaj=7.197 mas, bpa=-34.2 degrees ! Estimated noise=1.90992 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.775 x 7.197 at -34.2 degrees (North through East) ! Clean map min=-0.0030114 max=0.19262 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.083 mas, bmaj=6.954 mas, bpa=-35.82 degrees ! Estimated noise=2.67215 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.149609 Jy ! Component: 100 - total flux cleaned = 0.188106 Jy ! Component: 150 - total flux cleaned = 0.205064 Jy ! Component: 200 - total flux cleaned = 0.213421 Jy ! Total flux subtracted in 200 components = 0.213421 Jy ! Clean residual min=-0.005538 max=0.005136 Jy/beam ! Clean residual mean=0.000018 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.213421 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.213421 Jy ! Inverting map and beam ! Estimated beam: bmin=3.775 mas, bmaj=7.197 mas, bpa=-34.2 degrees ! Estimated noise=1.90992 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.00551775 Jy ! Component: 100 - total flux cleaned = 0.00842841 Jy ! Component: 150 - total flux cleaned = 0.00916372 Jy ! Component: 200 - total flux cleaned = 0.0093897 Jy ! Total flux subtracted in 200 components = 0.0093897 Jy ! Clean residual min=-0.003308 max=0.003601 Jy/beam ! Clean residual mean=0.000011 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.222811 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 37 components and 0.222811 Jy ! Inverting map ! Added new window around map position (38.5, 40). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159099 Jy ! Component: 100 - total flux cleaned = 0.00150722 Jy ! Component: 150 - total flux cleaned = 0.00161172 Jy ! Component: 200 - total flux cleaned = 0.00160795 Jy ! Total flux subtracted in 200 components = 0.00160795 Jy ! Clean residual min=-0.002741 max=0.002694 Jy/beam ! Clean residual mean=0.000008 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.224419 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 61 components and 0.224419 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=9.183 mas, bmaj=9.692 mas, bpa=15.48 degrees ! Estimated noise=2.20349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000212497 Jy ! Component: 100 - total flux cleaned = 9.22979e-05 Jy ! Component: 150 - total flux cleaned = 3.85838e-05 Jy ! Component: 200 - total flux cleaned = -1.11789e-05 Jy ! Total flux subtracted in 200 components = -1.11789e-05 Jy ! Clean residual min=-0.002572 max=0.002942 Jy/beam ! Clean residual mean=0.000013 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.224408 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 = -4.59073e-05 Jy ! Component: 100 - total flux cleaned = -8.91813e-05 Jy ! Component: 150 - total flux cleaned = -0.000109836 Jy ! Component: 200 - total flux cleaned = -0.000149795 Jy ! Total flux subtracted in 200 components = -0.000149795 Jy ! Clean residual min=-0.002502 max=0.002860 Jy/beam ! Clean residual mean=0.000012 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.224258 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 84 components and 0.224258 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.775 mas, bmaj=7.197 mas, bpa=-34.2 degrees ! Estimated noise=1.90992 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109886 Jy ! Component: 100 - total flux cleaned = -6.0567e-06 Jy ! Component: 150 - total flux cleaned = 0.000116723 Jy ! Component: 200 - total flux cleaned = 0.000230603 Jy ! Total flux subtracted in 200 components = 0.000230603 Jy ! Clean residual min=-0.002525 max=0.002556 Jy/beam ! Clean residual mean=0.000006 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.224488 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.224488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097941Jy sigma=0.424379 ! Fit after self-cal, rms=0.097931Jy sigma=0.424185 wmodel J0413+5250_S_map.mod ! Writing 97 model components to file: J0413+5250_S_map.mod wobs J0413+5250_S_uvs.fits ! Writing UV FITS file: J0413+5250_S_uvs.fits wwins J0413+5250_S_map.win ! wwins: Wrote 2 windows to J0413+5250_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 = -9.37323e-05 Jy ! Component: 100 - total flux cleaned = 7.41895e-05 Jy ! Component: 150 - total flux cleaned = -3.82157e-06 Jy ! Component: 200 - total flux cleaned = -4.20946e-05 Jy ! Component: 250 - total flux cleaned = -0.000112969 Jy ! Component: 300 - total flux cleaned = -7.82812e-05 Jy ! Component: 350 - total flux cleaned = 1.98115e-05 Jy ! Component: 400 - total flux cleaned = -1.25856e-05 Jy ! Component: 450 - total flux cleaned = -1.31173e-05 Jy ! Component: 500 - total flux cleaned = -0.000132516 Jy ! Component: 550 - total flux cleaned = -0.000190021 Jy ! Component: 600 - total flux cleaned = -0.000218921 Jy ! Component: 650 - total flux cleaned = -0.000300777 Jy ! Component: 700 - total flux cleaned = -0.000273739 Jy ! Component: 750 - total flux cleaned = -0.000352459 Jy ! Component: 800 - total flux cleaned = -0.000352643 Jy ! Component: 850 - total flux cleaned = -0.000453466 Jy ! Component: 900 - total flux cleaned = -0.000527213 Jy ! Component: 950 - total flux cleaned = -0.00062377 Jy ! Component: 1000 - total flux cleaned = -0.000717944 Jy ! Component: 1050 - total flux cleaned = -0.000810594 Jy ! Component: 1100 - total flux cleaned = -0.000856333 Jy ! Component: 1150 - total flux cleaned = -0.000923679 Jy ! Component: 1200 - total flux cleaned = -0.000945763 Jy ! Component: 1250 - total flux cleaned = -0.000989159 Jy ! Component: 1300 - total flux cleaned = -0.00107443 Jy ! Component: 1350 - total flux cleaned = -0.00105351 Jy ! Component: 1400 - total flux cleaned = -0.00111537 Jy ! Component: 1450 - total flux cleaned = -0.00115612 Jy ! Component: 1500 - total flux cleaned = -0.00121633 Jy ! Component: 1550 - total flux cleaned = -0.00129567 Jy ! Component: 1600 - total flux cleaned = -0.00133483 Jy ! Component: 1650 - total flux cleaned = -0.0013928 Jy ! Component: 1700 - total flux cleaned = -0.00143074 Jy ! Component: 1750 - total flux cleaned = -0.00148732 Jy ! Component: 1800 - total flux cleaned = -0.00152466 Jy ! Component: 1850 - total flux cleaned = -0.00159877 Jy ! Component: 1900 - total flux cleaned = -0.00165383 Jy ! Component: 1950 - total flux cleaned = -0.00172649 Jy ! Component: 2000 - total flux cleaned = -0.00179855 Jy ! Component: 2050 - total flux cleaned = -0.00186993 Jy ! Component: 2100 - total flux cleaned = -0.00190524 Jy ! Component: 2150 - total flux cleaned = -0.00195805 Jy ! Component: 2200 - total flux cleaned = -0.00204534 Jy ! Component: 2250 - total flux cleaned = -0.0020454 Jy ! Component: 2300 - total flux cleaned = -0.00213155 Jy ! Component: 2350 - total flux cleaned = -0.00219997 Jy ! Component: 2400 - total flux cleaned = -0.0022339 Jy ! Component: 2450 - total flux cleaned = -0.00228436 Jy ! Component: 2500 - total flux cleaned = -0.00233456 Jy ! Component: 2550 - total flux cleaned = -0.00238437 Jy ! Component: 2600 - total flux cleaned = -0.00238433 Jy ! Component: 2650 - total flux cleaned = -0.00240071 Jy ! Component: 2700 - total flux cleaned = -0.00236798 Jy ! Component: 2750 - total flux cleaned = -0.00238403 Jy ! Component: 2800 - total flux cleaned = -0.00238391 Jy ! Component: 2850 - total flux cleaned = -0.00235188 Jy ! Component: 2900 - total flux cleaned = -0.00233594 Jy ! Component: 2950 - total flux cleaned = -0.00236771 Jy ! Component: 3000 - total flux cleaned = -0.00238342 Jy ! Component: 3050 - total flux cleaned = -0.00236767 Jy ! Component: 3100 - total flux cleaned = -0.0023521 Jy ! Component: 3150 - total flux cleaned = -0.0023833 Jy ! Component: 3200 - total flux cleaned = -0.00236785 Jy ! Component: 3250 - total flux cleaned = -0.00236785 Jy ! Component: 3300 - total flux cleaned = -0.00239868 Jy ! Component: 3350 - total flux cleaned = -0.00244476 Jy ! Component: 3400 - total flux cleaned = -0.00250618 Jy ! Component: 3450 - total flux cleaned = -0.0025521 Jy ! Component: 3500 - total flux cleaned = -0.00256736 Jy ! Component: 3550 - total flux cleaned = -0.00255214 Jy ! Component: 3600 - total flux cleaned = -0.00256741 Jy ! Component: 3650 - total flux cleaned = -0.00258258 Jy ! Component: 3700 - total flux cleaned = -0.00256737 Jy ! Component: 3750 - total flux cleaned = -0.00256747 Jy ! Component: 3800 - total flux cleaned = -0.00262825 Jy ! Component: 3850 - total flux cleaned = -0.00259795 Jy ! Component: 3900 - total flux cleaned = -0.00264347 Jy ! Component: 3950 - total flux cleaned = -0.00264344 Jy ! Component: 4000 - total flux cleaned = -0.00262835 Jy ! Component: 4050 - total flux cleaned = -0.00264349 Jy ! Total flux subtracted in 4096 components = -0.00265872 Jy ! Clean residual min=-0.001028 max=0.000916 Jy/beam ! Clean residual mean=-0.000001 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.22183 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 343 components and 0.22183 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0413+5250_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.775 x 7.197 at -34.2 degrees (North through East) ! Clean map min=-0.0019299 max=0.19284 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0413+5250_S_map.fits wmodel /image_prod/ug002_uva//J0413+5250_S_map.mod ! Writing 343 model components to file: /image_prod/ug002_uva//J0413+5250_S_map.mod wobs /image_prod/ug002_uva//J0413+5250_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0413+5250_S_uvs.fits wwins /image_prod/ug002_uva//J0413+5250_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0413+5250_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.192838 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000257825 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.4011 0.4011 0.8022 1.6044 3.2088 6.4176 12.8352 25.6704 51.3408 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.192 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 747.942 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0413+5250_S_dfm.log closed on Wed Mar 4 20:15:07 2020