! Started logfile: /image_prod/ug002_uva//J1155-1017_S_dfm.log on Thu Mar 5 00:18:17 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//J1155-1017_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1155-1017_S_uva.fits ! AN table 1: 50 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.990222 visibilities/baseline/integration-bin. ! Found source: J1155-1017 ! ! 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 6684 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 J1155-1017_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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.012435Jy sigma=7.766097 ! Fit after self-cal, rms=0.875057Jy sigma=6.715842 ! 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=7.062 mas, bpa=-4.584 degrees ! Estimated noise=1.85342 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.0989983 Jy ! Component: 100 - total flux cleaned = 0.120658 Jy ! Total flux subtracted in 100 components = 0.120658 Jy ! Clean residual min=-0.005231 max=0.006381 Jy/beam ! Clean residual mean=0.000016 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.120658 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.120658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069628Jy sigma=0.467570 ! Fit after self-cal, rms=0.069610Jy sigma=0.467493 ! 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.18 mas, bmaj=8.172 mas, bpa=-3.528 degrees ! Estimated noise=1.16966 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.0063283 Jy ! Component: 100 - total flux cleaned = 0.00887661 Jy ! Component: 150 - total flux cleaned = 0.0095609 Jy ! Component: 200 - total flux cleaned = 0.00967425 Jy ! Total flux subtracted in 200 components = 0.00967425 Jy ! Clean residual min=-0.005444 max=0.004136 Jy/beam ! Clean residual mean=0.000009 rms=0.001044 Jy/beam ! Combined flux in latest and established models = 0.130332 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 16 components and 0.130332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069064Jy sigma=0.463258 ! Fit after self-cal, rms=0.069074Jy sigma=0.463235 ! 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.18 x 8.172 at -3.528 degrees (North through East) ! Clean map min=-0.0053077 max=0.12743 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.01 KP 1.03 ! LA 1.02 MK 1.02 NL 1.00 OV 0.83 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.91 HN 1.04 KP 1.04 ! LA 1.05 MK 0.99 NL 1.08 OV 0.95 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.93 HN 1.00 KP 1.07 ! LA 1.04 MK 0.98 NL 1.03 OV 0.83 ! PT 1.04 SC 0.99 ! ! ! Fit before self-cal, rms=0.069074Jy sigma=0.463235 ! Fit after self-cal, rms=0.069989Jy sigma=0.454413 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.186 mas, bpa=-3.315 degrees ! Estimated noise=1.17069 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.00056738 Jy ! Component: 100 - total flux cleaned = 0.000601299 Jy ! Component: 150 - total flux cleaned = 0.000573324 Jy ! Component: 200 - total flux cleaned = 0.000521465 Jy ! Total flux subtracted in 200 components = 0.000521465 Jy ! Clean residual min=-0.003349 max=0.002734 Jy/beam ! Clean residual mean=0.000004 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.130854 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 27 components and 0.130854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069944Jy sigma=0.454271 ! Fit after self-cal, rms=0.069992Jy sigma=0.454143 ! 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.069992Jy sigma=0.454143 ! Fit after self-cal, rms=0.068425Jy sigma=0.449441 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=8.187 mas, bpa=-3.454 degrees ! Estimated noise=1.17179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.52222e-05 Jy ! Component: 100 - total flux cleaned = -8.30549e-05 Jy ! Component: 150 - total flux cleaned = -0.000120292 Jy ! Component: 200 - total flux cleaned = -0.000170013 Jy ! Total flux subtracted in 200 components = -0.000170013 Jy ! Clean residual min=-0.001748 max=0.001773 Jy/beam ! Clean residual mean=0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.130684 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.130684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068411Jy sigma=0.449377 ! Fit after self-cal, rms=0.068424Jy sigma=0.449337 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.000116753 Jy ! Component: 100 - total flux cleaned = -0.00013126 Jy ! Component: 150 - total flux cleaned = -0.00015801 Jy ! Component: 200 - total flux cleaned = -0.000182689 Jy ! Total flux subtracted in 200 components = -0.000182689 Jy ! Clean residual min=-0.001751 max=0.001781 Jy/beam ! Clean residual mean=-0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.130501 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.130501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068415Jy sigma=0.449303 ! Fit after self-cal, rms=0.068416Jy sigma=0.449298 ! 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.068416Jy sigma=0.449298 ! Fit after self-cal, rms=0.068597Jy sigma=0.449278 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=8.195 mas, bpa=-3.492 degrees ! Estimated noise=1.1722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000166326 Jy ! Component: 100 - total flux cleaned = -0.000192014 Jy ! Component: 150 - total flux cleaned = -0.000215312 Jy ! Component: 200 - total flux cleaned = -0.000246959 Jy ! Total flux subtracted in 200 components = -0.000246959 Jy ! Clean residual min=-0.001780 max=0.001743 Jy/beam ! Clean residual mean=-0.000000 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.130254 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 0.130254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068590Jy sigma=0.449256 ! Fit after self-cal, rms=0.068592Jy sigma=0.449253 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 = -7.88439e-05 Jy ! Component: 100 - total flux cleaned = -6.86012e-05 Jy ! Component: 150 - total flux cleaned = -6.90259e-05 Jy ! Component: 200 - total flux cleaned = -6.94311e-05 Jy ! Total flux subtracted in 200 components = -6.94311e-05 Jy ! Clean residual min=-0.001780 max=0.001736 Jy/beam ! Clean residual mean=-0.000000 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.130184 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 33 components and 0.130184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068588Jy sigma=0.449240 ! Fit after self-cal, rms=0.068589Jy sigma=0.449239 ! 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.068589Jy sigma=0.449239 ! Fit after self-cal, rms=0.068703Jy sigma=0.449234 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.607 mas, bmaj=15.13 mas, bpa=-1.751 degrees ! Estimated noise=1.43699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000341115 Jy ! Component: 100 - total flux cleaned = -0.000351878 Jy ! Component: 150 - total flux cleaned = -0.000351931 Jy ! Component: 200 - total flux cleaned = -0.00035908 Jy ! Total flux subtracted in 200 components = -0.00035908 Jy ! Clean residual min=-0.001677 max=0.001777 Jy/beam ! Clean residual mean=-0.000000 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.129825 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 37 components and 0.129825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068702Jy sigma=0.449248 ! Fit after self-cal, rms=0.068704Jy sigma=0.449236 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 = -1.30697e-05 Jy ! Component: 100 - total flux cleaned = -2.29246e-05 Jy ! Component: 150 - total flux cleaned = -2.99587e-05 Jy ! Component: 200 - total flux cleaned = -3.01338e-05 Jy ! Total flux subtracted in 200 components = -3.01338e-05 Jy ! Clean residual min=-0.001673 max=0.001769 Jy/beam ! Clean residual mean=-0.000000 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.129795 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 38 components and 0.129795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068702Jy sigma=0.449249 ! Fit after self-cal, rms=0.068703Jy sigma=0.449241 ! 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.177 mas, bmaj=8.202 mas, bpa=-3.527 degrees ! Estimated noise=1.17221 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.177 x 8.202 at -3.527 degrees (North through East) ! Clean map min=-0.0016865 max=0.12883 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.61 mas, bmaj=7.067 mas, bpa=-4.398 degrees ! Estimated noise=1.85208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0988821 Jy ! Component: 100 - total flux cleaned = 0.120666 Jy ! Component: 150 - total flux cleaned = 0.127148 Jy ! Component: 200 - total flux cleaned = 0.130248 Jy ! Total flux subtracted in 200 components = 0.130248 Jy ! Clean residual min=-0.003648 max=0.003419 Jy/beam ! Clean residual mean=0.000002 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 0.130248 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.130248 Jy ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=8.202 mas, bpa=-3.527 degrees ! Estimated noise=1.17221 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 = 9.63345e-05 Jy ! Component: 100 - total flux cleaned = 0.000193309 Jy ! Component: 150 - total flux cleaned = 0.000110353 Jy ! Component: 200 - total flux cleaned = 7.62322e-05 Jy ! Total flux subtracted in 200 components = 7.62322e-05 Jy ! Clean residual min=-0.001862 max=0.001829 Jy/beam ! Clean residual mean=-0.000000 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.130324 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.130324 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.607 mas, bmaj=15.13 mas, bpa=-1.751 degrees ! Estimated noise=1.43699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207361 Jy ! Component: 100 - total flux cleaned = -0.000224726 Jy ! Component: 150 - total flux cleaned = -0.000254359 Jy ! Component: 200 - total flux cleaned = -0.000279381 Jy ! Total flux subtracted in 200 components = -0.000279381 Jy ! Clean residual min=-0.001692 max=0.001788 Jy/beam ! Clean residual mean=0.000000 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.130044 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 = -1.13115e-05 Jy ! Component: 100 - total flux cleaned = -3.44931e-05 Jy ! Component: 150 - total flux cleaned = -5.57907e-05 Jy ! Component: 200 - total flux cleaned = -6.62679e-05 Jy ! Total flux subtracted in 200 components = -6.62679e-05 Jy ! Clean residual min=-0.001688 max=0.001787 Jy/beam ! Clean residual mean=-0.000000 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.129978 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.129978 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=8.202 mas, bpa=-3.527 degrees ! Estimated noise=1.17221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.9424e-05 Jy ! Component: 100 - total flux cleaned = 1.47688e-06 Jy ! Component: 150 - total flux cleaned = -5.70066e-05 Jy ! Component: 200 - total flux cleaned = -7.44905e-05 Jy ! Total flux subtracted in 200 components = -7.44905e-05 Jy ! Clean residual min=-0.001819 max=0.001773 Jy/beam ! Clean residual mean=-0.000000 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.129904 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.129904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068708Jy sigma=0.449285 ! Fit after self-cal, rms=0.068708Jy sigma=0.449278 wmodel J1155-1017_S_map.mod ! Writing 36 model components to file: J1155-1017_S_map.mod wobs J1155-1017_S_uvs.fits ! Writing UV FITS file: J1155-1017_S_uvs.fits wwins J1155-1017_S_map.win ! wwins: Wrote 1 windows to J1155-1017_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 = -4.58108e-05 Jy ! Component: 100 - total flux cleaned = 1.64316e-05 Jy ! Component: 150 - total flux cleaned = -1.32871e-05 Jy ! Component: 200 - total flux cleaned = -9.8643e-05 Jy ! Component: 250 - total flux cleaned = -0.000180983 Jy ! Component: 300 - total flux cleaned = -0.000287595 Jy ! Component: 350 - total flux cleaned = -0.000391199 Jy ! Component: 400 - total flux cleaned = -0.000366721 Jy ! Component: 450 - total flux cleaned = -0.000464302 Jy ! Component: 500 - total flux cleaned = -0.000392841 Jy ! Component: 550 - total flux cleaned = -0.00046348 Jy ! Component: 600 - total flux cleaned = -0.000531711 Jy ! Component: 650 - total flux cleaned = -0.000576019 Jy ! Component: 700 - total flux cleaned = -0.000575997 Jy ! Component: 750 - total flux cleaned = -0.000576322 Jy ! Component: 800 - total flux cleaned = -0.000661316 Jy ! Component: 850 - total flux cleaned = -0.000619818 Jy ! Component: 900 - total flux cleaned = -0.000701983 Jy ! Component: 950 - total flux cleaned = -0.000762218 Jy ! Component: 1000 - total flux cleaned = -0.000782044 Jy ! Component: 1050 - total flux cleaned = -0.000820948 Jy ! Component: 1100 - total flux cleaned = -0.000820703 Jy ! Component: 1150 - total flux cleaned = -0.0008209 Jy ! Component: 1200 - total flux cleaned = -0.000895684 Jy ! Component: 1250 - total flux cleaned = -0.000895403 Jy ! Component: 1300 - total flux cleaned = -0.00093199 Jy ! Component: 1350 - total flux cleaned = -0.000968454 Jy ! Component: 1400 - total flux cleaned = -0.00107539 Jy ! Component: 1450 - total flux cleaned = -0.00116293 Jy ! Component: 1500 - total flux cleaned = -0.00121468 Jy ! Component: 1550 - total flux cleaned = -0.00128317 Jy ! Component: 1600 - total flux cleaned = -0.00135064 Jy ! Component: 1650 - total flux cleaned = -0.00138422 Jy ! Component: 1700 - total flux cleaned = -0.0014836 Jy ! Component: 1750 - total flux cleaned = -0.00154894 Jy ! Component: 1800 - total flux cleaned = -0.00164595 Jy ! Component: 1850 - total flux cleaned = -0.00170976 Jy ! Component: 1900 - total flux cleaned = -0.00178898 Jy ! Component: 1950 - total flux cleaned = -0.00180433 Jy ! Component: 2000 - total flux cleaned = -0.00188188 Jy ! Component: 2050 - total flux cleaned = -0.0019431 Jy ! Component: 2100 - total flux cleaned = -0.00201917 Jy ! Component: 2150 - total flux cleaned = -0.00204908 Jy ! Component: 2200 - total flux cleaned = -0.00212369 Jy ! Component: 2250 - total flux cleaned = -0.0022118 Jy ! Component: 2300 - total flux cleaned = -0.00229957 Jy ! Component: 2350 - total flux cleaned = -0.00231415 Jy ! Component: 2400 - total flux cleaned = -0.0024144 Jy ! Component: 2450 - total flux cleaned = -0.00247128 Jy ! Component: 2500 - total flux cleaned = -0.00252756 Jy ! Component: 2550 - total flux cleaned = -0.00261134 Jy ! Component: 2600 - total flux cleaned = -0.00266656 Jy ! Component: 2650 - total flux cleaned = -0.0027212 Jy ! Component: 2700 - total flux cleaned = -0.00276167 Jy ! Component: 2750 - total flux cleaned = -0.00282875 Jy ! Component: 2800 - total flux cleaned = -0.00290881 Jy ! Component: 2850 - total flux cleaned = -0.00292198 Jy ! Component: 2900 - total flux cleaned = -0.00300054 Jy ! Component: 2950 - total flux cleaned = -0.00303955 Jy ! Component: 3000 - total flux cleaned = -0.00310385 Jy ! Component: 3050 - total flux cleaned = -0.00319302 Jy ! Component: 3100 - total flux cleaned = -0.00323107 Jy ! Component: 3150 - total flux cleaned = -0.00330632 Jy ! Component: 3200 - total flux cleaned = -0.00335628 Jy ! Component: 3250 - total flux cleaned = -0.00340571 Jy ! Component: 3300 - total flux cleaned = -0.00346688 Jy ! Component: 3350 - total flux cleaned = -0.00349125 Jy ! Component: 3400 - total flux cleaned = -0.00358795 Jy ! Component: 3450 - total flux cleaned = -0.00368371 Jy ! Component: 3500 - total flux cleaned = -0.00373122 Jy ! Component: 3550 - total flux cleaned = -0.00379021 Jy ! Component: 3600 - total flux cleaned = -0.00380213 Jy ! Component: 3650 - total flux cleaned = -0.00388346 Jy ! Component: 3700 - total flux cleaned = -0.00394123 Jy ! Component: 3750 - total flux cleaned = -0.00401004 Jy ! Component: 3800 - total flux cleaned = -0.0040898 Jy ! Component: 3850 - total flux cleaned = -0.00411235 Jy ! Component: 3900 - total flux cleaned = -0.00419093 Jy ! Component: 3950 - total flux cleaned = -0.00417985 Jy ! Component: 4000 - total flux cleaned = -0.00425753 Jy ! Component: 4050 - total flux cleaned = -0.00426846 Jy ! Total flux subtracted in 4096 components = -0.00426852 Jy ! Clean residual min=-0.000793 max=0.000780 Jy/beam ! Clean residual mean=-0.000000 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.125635 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 318 components and 0.125635 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1155-1017_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.177 x 8.202 at -3.527 degrees (North through East) ! Clean map min=-0.0011622 max=0.12864 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1155-1017_S_map.fits wmodel /image_prod/ug002_uva//J1155-1017_S_map.mod ! Writing 318 model components to file: /image_prod/ug002_uva//J1155-1017_S_map.mod wobs /image_prod/ug002_uva//J1155-1017_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1155-1017_S_uvs.fits wwins /image_prod/ug002_uva//J1155-1017_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1155-1017_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.128635 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200895 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.468522 0.468522 0.937045 1.87409 3.74818 7.49636 14.9927 29.9854 59.9709 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.128 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 640.31 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1155-1017_S_dfm.log closed on Thu Mar 5 00:18:20 2020