! Started logfile: /image_prod/ug002_uva//J0519-4546_S_dfm.log on Wed Mar 4 20:47:43 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//J0519-4546_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0519-4546_S_uva.fits ! AN table 1: 36 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.962963 visibilities/baseline/integration-bin. ! Found source: J0519-4546 ! ! 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 1560 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 J0519-4546_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.163844Jy sigma=5.885647 ! Fit after self-cal, rms=0.524092Jy sigma=2.786730 ! 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.701 mas, bmaj=19.02 mas, bpa=-22.55 degrees ! Estimated noise=4.38078 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.361126 Jy ! Component: 100 - total flux cleaned = 0.528247 Jy ! Total flux subtracted in 100 components = 0.528247 Jy ! Clean residual min=-0.038811 max=0.082542 Jy/beam ! Clean residual mean=-0.001445 rms=0.016723 Jy/beam ! Combined flux in latest and established models = 0.528247 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.528247 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.230986Jy sigma=1.123036 ! Fit after self-cal, rms=0.230415Jy sigma=1.121192 ! 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.376 mas, bmaj=22.41 mas, bpa=-22.18 degrees ! Estimated noise=3.58704 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.140233 Jy ! Component: 100 - total flux cleaned = 0.21257 Jy ! Component: 150 - total flux cleaned = 0.255135 Jy ! Component: 200 - total flux cleaned = 0.281515 Jy ! Total flux subtracted in 200 components = 0.281515 Jy ! Clean residual min=-0.028504 max=0.045422 Jy/beam ! Clean residual mean=-0.000941 rms=0.009253 Jy/beam ! Combined flux in latest and established models = 0.809762 Jy ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 100 components and 0.809762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117344Jy sigma=0.577633 ! Fit after self-cal, rms=0.116705Jy sigma=0.573516 ! 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.376 x 22.41 at -22.18 degrees (North through East) ! Clean map min=-0.026596 max=0.43809 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.02 LA 0.99 MK 0.98 ! OV 1.12 PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.01 LA 1.00 MK 0.97 ! OV 0.99 PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.00 LA 1.01 MK 1.02 ! OV 1.11 PT 0.96 ! ! ! Fit before self-cal, rms=0.116705Jy sigma=0.573516 ! Fit after self-cal, rms=0.108995Jy sigma=0.539641 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.364 mas, bmaj=22.46 mas, bpa=-22.15 degrees ! Estimated noise=3.54044 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.00632166 Jy ! Component: 100 - total flux cleaned = 0.007453 Jy ! Component: 150 - total flux cleaned = 0.00848084 Jy ! Component: 200 - total flux cleaned = 0.00920195 Jy ! Total flux subtracted in 200 components = 0.00920195 Jy ! Clean residual min=-0.026763 max=0.035142 Jy/beam ! Clean residual mean=-0.000181 rms=0.007668 Jy/beam ! Combined flux in latest and established models = 0.818964 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.818964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107375Jy sigma=0.533167 ! Fit after self-cal, rms=0.107467Jy sigma=0.532776 ! 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.107467Jy sigma=0.532776 ! Fit after self-cal, rms=0.107382Jy sigma=0.532298 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=22.44 mas, bpa=-22.14 degrees ! Estimated noise=3.5472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00404788 Jy ! Component: 100 - total flux cleaned = 0.00451582 Jy ! Component: 150 - total flux cleaned = 0.00538144 Jy ! Component: 200 - total flux cleaned = 0.00598741 Jy ! Total flux subtracted in 200 components = 0.00598741 Jy ! Clean residual min=-0.025760 max=0.034007 Jy/beam ! Clean residual mean=-0.000198 rms=0.007504 Jy/beam ! Combined flux in latest and established models = 0.824951 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 117 components and 0.824951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106346Jy sigma=0.528242 ! Fit after self-cal, rms=0.106378Jy sigma=0.528036 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.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0315651 Jy ! Component: 100 - total flux cleaned = 0.046808 Jy ! Component: 150 - total flux cleaned = 0.0558997 Jy ! Component: 200 - total flux cleaned = 0.0624588 Jy ! Total flux subtracted in 200 components = 0.0624588 Jy ! Clean residual min=-0.018450 max=0.018037 Jy/beam ! Clean residual mean=0.000425 rms=0.005197 Jy/beam ! Combined flux in latest and established models = 0.88741 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 159 components and 0.88741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096558Jy sigma=0.481224 ! Fit after self-cal, rms=0.095247Jy sigma=0.475477 ! 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.095247Jy sigma=0.475477 ! Fit after self-cal, rms=0.091317Jy sigma=0.459432 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.388 mas, bmaj=22.5 mas, bpa=-22.18 degrees ! Estimated noise=3.53664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140087 Jy ! Component: 100 - total flux cleaned = 0.0212351 Jy ! Component: 150 - total flux cleaned = 0.0261085 Jy ! Component: 200 - total flux cleaned = 0.0288718 Jy ! Total flux subtracted in 200 components = 0.0288718 Jy ! Clean residual min=-0.012169 max=0.011566 Jy/beam ! Clean residual mean=0.000153 rms=0.003233 Jy/beam ! Combined flux in latest and established models = 0.916282 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 222 components and 0.916282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088945Jy sigma=0.448366 ! Fit after self-cal, rms=0.088746Jy sigma=0.446940 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.00478168 Jy ! Component: 100 - total flux cleaned = 0.00629426 Jy ! Component: 150 - total flux cleaned = 0.00699741 Jy ! Component: 200 - total flux cleaned = 0.00743489 Jy ! Total flux subtracted in 200 components = 0.00743489 Jy ! Clean residual min=-0.013201 max=0.010407 Jy/beam ! Clean residual mean=0.000221 rms=0.002975 Jy/beam ! Combined flux in latest and established models = 0.923717 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 257 components and 0.923717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088330Jy sigma=0.445024 ! Fit after self-cal, rms=0.088330Jy sigma=0.444836 ! 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.088330Jy sigma=0.444836 ! Fit after self-cal, rms=0.087516Jy sigma=0.441525 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.07 mas, bmaj=41.47 mas, bpa=-9.662 degrees ! Estimated noise=4.42339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0088841 Jy ! Component: 100 - total flux cleaned = 0.0129757 Jy ! Component: 150 - total flux cleaned = 0.0137519 Jy ! Component: 200 - total flux cleaned = 0.014332 Jy ! Total flux subtracted in 200 components = 0.014332 Jy ! Clean residual min=-0.009752 max=0.010641 Jy/beam ! Clean residual mean=0.000047 rms=0.003291 Jy/beam ! Combined flux in latest and established models = 0.938049 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 299 components and 0.938049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086856Jy sigma=0.438735 ! Fit after self-cal, rms=0.086832Jy sigma=0.438306 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.00244603 Jy ! Component: 100 - total flux cleaned = 0.00286929 Jy ! Component: 150 - total flux cleaned = 0.00325329 Jy ! Component: 200 - total flux cleaned = 0.00360367 Jy ! Total flux subtracted in 200 components = 0.00360367 Jy ! Clean residual min=-0.010432 max=0.009515 Jy/beam ! Clean residual mean=0.000097 rms=0.003109 Jy/beam ! Combined flux in latest and established models = 0.941652 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 318 components and 0.941652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086638Jy sigma=0.437508 ! Fit after self-cal, rms=0.086646Jy sigma=0.437401 ! 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.406 mas, bmaj=22.5 mas, bpa=-22.16 degrees ! Estimated noise=3.53656 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.406 x 22.5 at -22.16 degrees (North through East) ! Clean map min=-0.009235 max=0.43655 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.721 mas, bmaj=19.12 mas, bpa=-22.58 degrees ! Estimated noise=4.35028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.35736 Jy ! Component: 100 - total flux cleaned = 0.52078 Jy ! Component: 150 - total flux cleaned = 0.615601 Jy ! Component: 200 - total flux cleaned = 0.677929 Jy ! Total flux subtracted in 200 components = 0.677929 Jy ! Clean residual min=-0.027100 max=0.034741 Jy/beam ! Clean residual mean=-0.001090 rms=0.009038 Jy/beam ! Combined flux in latest and established models = 0.677929 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.677929 Jy ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=22.5 mas, bpa=-22.16 degrees ! Estimated noise=3.53656 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.0698784 Jy ! Component: 100 - total flux cleaned = 0.115146 Jy ! Component: 150 - total flux cleaned = 0.14561 Jy ! Component: 200 - total flux cleaned = 0.168173 Jy ! Total flux subtracted in 200 components = 0.168173 Jy ! Clean residual min=-0.014944 max=0.014405 Jy/beam ! Clean residual mean=-0.000702 rms=0.004876 Jy/beam ! Combined flux in latest and established models = 0.846102 Jy ! Adding 116 model components to the UV plane model. ! The established model now contains 164 components and 0.846102 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=11.07 mas, bmaj=41.47 mas, bpa=-9.662 degrees ! Estimated noise=4.42339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0266292 Jy ! Component: 100 - total flux cleaned = 0.0454898 Jy ! Component: 150 - total flux cleaned = 0.0589261 Jy ! Component: 200 - total flux cleaned = 0.0685262 Jy ! Total flux subtracted in 200 components = 0.0685262 Jy ! Clean residual min=-0.009371 max=0.008645 Jy/beam ! Clean residual mean=-0.000285 rms=0.003192 Jy/beam ! Combined flux in latest and established models = 0.914628 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.00687265 Jy ! Component: 100 - total flux cleaned = 0.0118043 Jy ! Component: 150 - total flux cleaned = 0.0153588 Jy ! Component: 200 - total flux cleaned = 0.0179296 Jy ! Total flux subtracted in 200 components = 0.0179296 Jy ! Clean residual min=-0.007605 max=0.007301 Jy/beam ! Clean residual mean=-0.000054 rms=0.002606 Jy/beam ! Combined flux in latest and established models = 0.932558 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 252 components and 0.932558 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.406 mas, bmaj=22.5 mas, bpa=-22.16 degrees ! Estimated noise=3.53656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000941133 Jy ! Component: 100 - total flux cleaned = 0.00163407 Jy ! Component: 150 - total flux cleaned = 0.00204347 Jy ! Component: 200 - total flux cleaned = 0.00232829 Jy ! Total flux subtracted in 200 components = 0.00232829 Jy ! Clean residual min=-0.006425 max=0.006393 Jy/beam ! Clean residual mean=-0.000011 rms=0.001876 Jy/beam ! Combined flux in latest and established models = 0.934886 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 281 components and 0.934886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086196Jy sigma=0.435083 ! Fit after self-cal, rms=0.086175Jy sigma=0.434883 wmodel J0519-4546_S_map.mod ! Writing 281 model components to file: J0519-4546_S_map.mod wobs J0519-4546_S_uvs.fits ! Writing UV FITS file: J0519-4546_S_uvs.fits wwins J0519-4546_S_map.win ! wwins: Wrote 2 windows to J0519-4546_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.000373125 Jy ! Component: 100 - total flux cleaned = -0.000384212 Jy ! Component: 150 - total flux cleaned = -1.49847e-05 Jy ! Component: 200 - total flux cleaned = 0.000238395 Jy ! Component: 250 - total flux cleaned = 0.000320053 Jy ! Component: 300 - total flux cleaned = 0.000469416 Jy ! Component: 350 - total flux cleaned = 0.000402072 Jy ! Component: 400 - total flux cleaned = 0.000210631 Jy ! Component: 450 - total flux cleaned = 8.97978e-05 Jy ! Component: 500 - total flux cleaned = -0.000139756 Jy ! Component: 550 - total flux cleaned = -0.000625686 Jy ! Component: 600 - total flux cleaned = -0.000987862 Jy ! Component: 650 - total flux cleaned = -0.00133776 Jy ! Component: 700 - total flux cleaned = -0.00176762 Jy ! Component: 750 - total flux cleaned = -0.00213487 Jy ! Component: 800 - total flux cleaned = -0.00266573 Jy ! Component: 850 - total flux cleaned = -0.00309223 Jy ! Component: 900 - total flux cleaned = -0.00354678 Jy ! Component: 950 - total flux cleaned = -0.00386691 Jy ! Component: 1000 - total flux cleaned = -0.00421565 Jy ! Component: 1050 - total flux cleaned = -0.00459154 Jy ! Component: 1100 - total flux cleaned = -0.00488175 Jy ! Component: 1150 - total flux cleaned = -0.00509305 Jy ! Component: 1200 - total flux cleaned = -0.00529839 Jy ! Component: 1250 - total flux cleaned = -0.00543191 Jy ! Component: 1300 - total flux cleaned = -0.00556302 Jy ! Component: 1350 - total flux cleaned = -0.00575304 Jy ! Component: 1400 - total flux cleaned = -0.0059694 Jy ! Component: 1450 - total flux cleaned = -0.00621056 Jy ! Component: 1500 - total flux cleaned = -0.00638767 Jy ! Component: 1550 - total flux cleaned = -0.00664798 Jy ! Component: 1600 - total flux cleaned = -0.00673287 Jy ! Component: 1650 - total flux cleaned = -0.00690008 Jy ! Component: 1700 - total flux cleaned = -0.00698239 Jy ! Component: 1750 - total flux cleaned = -0.00706333 Jy ! Component: 1800 - total flux cleaned = -0.00716994 Jy ! Component: 1850 - total flux cleaned = -0.00727509 Jy ! Component: 1900 - total flux cleaned = -0.00735282 Jy ! Component: 1950 - total flux cleaned = -0.00742955 Jy ! Component: 2000 - total flux cleaned = -0.00748012 Jy ! Component: 2050 - total flux cleaned = -0.00753012 Jy ! Component: 2100 - total flux cleaned = -0.007629 Jy ! Component: 2150 - total flux cleaned = -0.00770228 Jy ! Component: 2200 - total flux cleaned = -0.0077506 Jy ! Component: 2250 - total flux cleaned = -0.00782249 Jy ! Component: 2300 - total flux cleaned = -0.00796456 Jy ! Component: 2350 - total flux cleaned = -0.00801124 Jy ! Component: 2400 - total flux cleaned = -0.0081042 Jy ! Component: 2450 - total flux cleaned = -0.00824279 Jy ! Component: 2500 - total flux cleaned = -0.00842625 Jy ! Component: 2550 - total flux cleaned = -0.00849466 Jy ! Component: 2600 - total flux cleaned = -0.00860805 Jy ! Component: 2650 - total flux cleaned = -0.00872059 Jy ! Component: 2700 - total flux cleaned = -0.00880996 Jy ! Component: 2750 - total flux cleaned = -0.00892115 Jy ! Component: 2800 - total flux cleaned = -0.00900949 Jy ! Component: 2850 - total flux cleaned = -0.00911924 Jy ! Component: 2900 - total flux cleaned = -0.00920657 Jy ! Component: 2950 - total flux cleaned = -0.00929364 Jy ! Component: 3000 - total flux cleaned = -0.00940217 Jy ! Component: 3050 - total flux cleaned = -0.00946712 Jy ! Component: 3100 - total flux cleaned = -0.00961825 Jy ! Component: 3150 - total flux cleaned = -0.00970427 Jy ! Component: 3200 - total flux cleaned = -0.00985463 Jy ! Component: 3250 - total flux cleaned = -0.00996176 Jy ! Component: 3300 - total flux cleaned = -0.01009 Jy ! Component: 3350 - total flux cleaned = -0.0102181 Jy ! Component: 3400 - total flux cleaned = -0.0102819 Jy ! Component: 3450 - total flux cleaned = -0.0103671 Jy ! Component: 3500 - total flux cleaned = -0.0104523 Jy ! Component: 3550 - total flux cleaned = -0.0105587 Jy ! Component: 3600 - total flux cleaned = -0.0106437 Jy ! Component: 3650 - total flux cleaned = -0.0106649 Jy ! Component: 3700 - total flux cleaned = -0.0107288 Jy ! Component: 3750 - total flux cleaned = -0.0107504 Jy ! Component: 3800 - total flux cleaned = -0.0108143 Jy ! Component: 3850 - total flux cleaned = -0.0108571 Jy ! Component: 3900 - total flux cleaned = -0.0109427 Jy ! Component: 3950 - total flux cleaned = -0.0109856 Jy ! Component: 4000 - total flux cleaned = -0.0110501 Jy ! Component: 4050 - total flux cleaned = -0.0110931 Jy ! Total flux subtracted in 4096 components = -0.0111364 Jy ! Clean residual min=-0.001317 max=0.001261 Jy/beam ! Clean residual mean=-0.000009 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.92375 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 549 components and 0.92375 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0519-4546_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.406 x 22.5 at -22.16 degrees (North through East) ! Clean map min=-0.0038681 max=0.43946 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0519-4546_S_map.fits wmodel /image_prod/ug002_uva//J0519-4546_S_map.mod ! Writing 549 model components to file: /image_prod/ug002_uva//J0519-4546_S_map.mod wobs /image_prod/ug002_uva//J0519-4546_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0519-4546_S_uvs.fits wwins /image_prod/ug002_uva//J0519-4546_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0519-4546_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.43946 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000474247 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.323747 0.323747 0.647495 1.29499 2.58998 5.17996 10.3599 20.7198 41.4397 82.8793 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.439 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 926.648 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0519-4546_S_dfm.log closed on Wed Mar 4 20:47:46 2020