! Started logfile: /image_prod/ug002_uva//J1049-2231_S_dfm.log on Wed Mar 4 23:44:23 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//J1049-2231_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1049-2231_S_uva.fits ! AN table 1: 50 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.992143 visibilities/baseline/integration-bin. ! Found source: J1049-2231 ! ! 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 36 lines of history. ! ! Reading 4167 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 J1049-2231_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.027042Jy sigma=6.296095 ! Fit after self-cal, rms=0.893915Jy sigma=5.371336 ! 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.402 mas, bmaj=6.576 mas, bpa=-5.915 degrees ! Estimated noise=2.79092 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.0869929 Jy ! Component: 100 - total flux cleaned = 0.120269 Jy ! Total flux subtracted in 100 components = 0.120269 Jy ! Clean residual min=-0.011625 max=0.017219 Jy/beam ! Clean residual mean=-0.000061 rms=0.003416 Jy/beam ! Combined flux in latest and established models = 0.120269 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.120269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089202Jy sigma=0.521703 ! Fit after self-cal, rms=0.088692Jy sigma=0.518761 ! 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=2.803 mas, bmaj=7.15 mas, bpa=-5.233 degrees ! Estimated noise=1.86287 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, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0261153 Jy ! Component: 100 - total flux cleaned = 0.0415867 Jy ! Component: 150 - total flux cleaned = 0.0519722 Jy ! Component: 200 - total flux cleaned = 0.0592681 Jy ! Total flux subtracted in 200 components = 0.0592681 Jy ! Clean residual min=-0.007789 max=0.008511 Jy/beam ! Clean residual mean=-0.000037 rms=0.001884 Jy/beam ! Combined flux in latest and established models = 0.179537 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 60 components and 0.179537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081461Jy sigma=0.452914 ! Fit after self-cal, rms=0.081103Jy sigma=0.450617 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.803 x 7.15 at -5.233 degrees (North through East) ! Clean map min=-0.0068949 max=0.10624 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.92 HN 1.14 KP 0.98 ! MK 1.01 NL 0.96 OV 0.86 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.94 HN 1.18 KP 0.99 ! MK 1.07 NL 1.04 OV 0.86 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.30 FD 0.90 HN 1.06 KP 0.93 ! MK 1.03 NL 0.87 OV 0.96 SC 0.95 ! ! ! Fit before self-cal, rms=0.081103Jy sigma=0.450617 ! Fit after self-cal, rms=0.084481Jy sigma=0.435394 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.845 mas, bmaj=7.242 mas, bpa=-4.693 degrees ! Estimated noise=1.82313 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.00237046 Jy ! Component: 100 - total flux cleaned = 0.00315337 Jy ! Component: 150 - total flux cleaned = 0.0034084 Jy ! Component: 200 - total flux cleaned = 0.00351619 Jy ! Total flux subtracted in 200 components = 0.00351619 Jy ! Clean residual min=-0.004194 max=0.004446 Jy/beam ! Clean residual mean=-0.000003 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.183053 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.183053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084264Jy sigma=0.434579 ! Fit after self-cal, rms=0.084505Jy sigma=0.434251 ! 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.084505Jy sigma=0.434251 ! Fit after self-cal, rms=0.086784Jy sigma=0.430529 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.828 mas, bmaj=7.172 mas, bpa=-4.559 degrees ! Estimated noise=1.81312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149514 Jy ! Component: 100 - total flux cleaned = 0.00160068 Jy ! Component: 150 - total flux cleaned = 0.00164721 Jy ! Component: 200 - total flux cleaned = 0.00173585 Jy ! Total flux subtracted in 200 components = 0.00173585 Jy ! Clean residual min=-0.004026 max=0.003687 Jy/beam ! Clean residual mean=-0.000004 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.184789 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.184789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086705Jy sigma=0.430139 ! Fit after self-cal, rms=0.086746Jy sigma=0.430039 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.000353087 Jy ! Component: 100 - total flux cleaned = 0.000436075 Jy ! Component: 150 - total flux cleaned = 0.000512742 Jy ! Component: 200 - total flux cleaned = 0.000547265 Jy ! Total flux subtracted in 200 components = 0.000547265 Jy ! Clean residual min=-0.004020 max=0.003559 Jy/beam ! Clean residual mean=-0.000003 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.185337 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 86 components and 0.185337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086702Jy sigma=0.429846 ! Fit after self-cal, rms=0.086691Jy sigma=0.429827 ! 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.086691Jy sigma=0.429827 ! Fit after self-cal, rms=0.086301Jy sigma=0.429717 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.813 mas, bmaj=7.154 mas, bpa=-4.52 degrees ! Estimated noise=1.79874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000609679 Jy ! Component: 100 - total flux cleaned = 0.000730781 Jy ! Component: 150 - total flux cleaned = 0.000803578 Jy ! Component: 200 - total flux cleaned = 0.000939951 Jy ! Total flux subtracted in 200 components = 0.000939951 Jy ! Clean residual min=-0.003861 max=0.003406 Jy/beam ! Clean residual mean=-0.000003 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.186277 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.186277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086258Jy sigma=0.429504 ! Fit after self-cal, rms=0.086244Jy sigma=0.429484 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.000148719 Jy ! Component: 100 - total flux cleaned = 0.000181632 Jy ! Component: 150 - total flux cleaned = 0.000243877 Jy ! Component: 200 - total flux cleaned = 0.000214541 Jy ! Total flux subtracted in 200 components = 0.000214541 Jy ! Clean residual min=-0.003829 max=0.003375 Jy/beam ! Clean residual mean=-0.000003 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.186491 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 96 components and 0.186491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086217Jy sigma=0.429354 ! Fit after self-cal, rms=0.086212Jy sigma=0.429340 ! 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.086212Jy sigma=0.429340 ! Fit after self-cal, rms=0.085621Jy sigma=0.429297 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.46 mas, bmaj=13.43 mas, bpa=-0.955 degrees ! Estimated noise=2.37626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.07618e-05 Jy ! Component: 100 - total flux cleaned = 8.11287e-05 Jy ! Component: 150 - total flux cleaned = 0.000154478 Jy ! Component: 200 - total flux cleaned = 0.000188989 Jy ! Total flux subtracted in 200 components = 0.000188989 Jy ! Clean residual min=-0.003447 max=0.004026 Jy/beam ! Clean residual mean=-0.000007 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.18668 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 107 components and 0.18668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085638Jy sigma=0.429370 ! Fit after self-cal, rms=0.085620Jy sigma=0.429313 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 = -5.37423e-05 Jy ! Component: 100 - total flux cleaned = -5.53788e-05 Jy ! Component: 150 - total flux cleaned = 7.04823e-06 Jy ! Component: 200 - total flux cleaned = 6.30206e-05 Jy ! Total flux subtracted in 200 components = 6.30206e-05 Jy ! Clean residual min=-0.003433 max=0.004021 Jy/beam ! Clean residual mean=-0.000006 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.186743 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 110 components and 0.186743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085652Jy sigma=0.429480 ! Fit after self-cal, rms=0.085638Jy sigma=0.429435 ! 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=2.803 mas, bmaj=7.142 mas, bpa=-4.487 degrees ! Estimated noise=1.7868 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.803 x 7.142 at -4.487 degrees (North through East) ! Clean map min=-0.0035081 max=0.10053 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.408 mas, bmaj=6.557 mas, bpa=-5.133 degrees ! Estimated noise=2.66143 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0835409 Jy ! Component: 100 - total flux cleaned = 0.116089 Jy ! Component: 150 - total flux cleaned = 0.134818 Jy ! Component: 200 - total flux cleaned = 0.147334 Jy ! Total flux subtracted in 200 components = 0.147334 Jy ! Clean residual min=-0.006894 max=0.007349 Jy/beam ! Clean residual mean=-0.000027 rms=0.001746 Jy/beam ! Combined flux in latest and established models = 0.147334 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.147334 Jy ! Inverting map and beam ! Estimated beam: bmin=2.803 mas, bmaj=7.142 mas, bpa=-4.487 degrees ! Estimated noise=1.7868 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.0123172 Jy ! Component: 100 - total flux cleaned = 0.0201203 Jy ! Component: 150 - total flux cleaned = 0.0255629 Jy ! Component: 200 - total flux cleaned = 0.0295144 Jy ! Total flux subtracted in 200 components = 0.0295144 Jy ! Clean residual min=-0.004485 max=0.004122 Jy/beam ! Clean residual mean=-0.000014 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.176848 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 66 components and 0.176848 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=6.46 mas, bmaj=13.43 mas, bpa=-0.955 degrees ! Estimated noise=2.37626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00487685 Jy ! Component: 100 - total flux cleaned = 0.00587726 Jy ! Component: 150 - total flux cleaned = 0.00650245 Jy ! Component: 200 - total flux cleaned = 0.007036 Jy ! Total flux subtracted in 200 components = 0.007036 Jy ! Clean residual min=-0.003686 max=0.004294 Jy/beam ! Clean residual mean=-0.000013 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.183884 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.0004301 Jy ! Component: 100 - total flux cleaned = 0.000747022 Jy ! Component: 150 - total flux cleaned = 0.00101368 Jy ! Component: 200 - total flux cleaned = 0.00113225 Jy ! Total flux subtracted in 200 components = 0.00113225 Jy ! Clean residual min=-0.003413 max=0.004259 Jy/beam ! Clean residual mean=-0.000010 rms=0.001064 Jy/beam ! Combined flux in latest and established models = 0.185016 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 101 components and 0.185016 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.803 mas, bmaj=7.142 mas, bpa=-4.487 degrees ! Estimated noise=1.7868 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.66369e-05 Jy ! Component: 100 - total flux cleaned = -3.69825e-05 Jy ! Component: 150 - total flux cleaned = -3.86823e-05 Jy ! Component: 200 - total flux cleaned = -3.95716e-05 Jy ! Total flux subtracted in 200 components = -3.95716e-05 Jy ! Clean residual min=-0.003937 max=0.003664 Jy/beam ! Clean residual mean=-0.000005 rms=0.000867 Jy/beam ! Combined flux in latest and established models = 0.184977 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 118 components and 0.184977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085708Jy sigma=0.429763 ! Fit after self-cal, rms=0.085690Jy sigma=0.429607 wmodel J1049-2231_S_map.mod ! Writing 118 model components to file: J1049-2231_S_map.mod wobs J1049-2231_S_uvs.fits ! Writing UV FITS file: J1049-2231_S_uvs.fits wwins J1049-2231_S_map.win ! wwins: Wrote 2 windows to J1049-2231_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.000883491 Jy ! Component: 100 - total flux cleaned = -0.0014151 Jy ! Component: 150 - total flux cleaned = -0.00190708 Jy ! Component: 200 - total flux cleaned = -0.00226591 Jy ! Component: 250 - total flux cleaned = -0.00261076 Jy ! Component: 300 - total flux cleaned = -0.00294183 Jy ! Component: 350 - total flux cleaned = -0.00335238 Jy ! Component: 400 - total flux cleaned = -0.00361745 Jy ! Component: 450 - total flux cleaned = -0.00387377 Jy ! Component: 500 - total flux cleaned = -0.00412173 Jy ! Component: 550 - total flux cleaned = -0.00432259 Jy ! Component: 600 - total flux cleaned = -0.00451809 Jy ! Component: 650 - total flux cleaned = -0.00455557 Jy ! Component: 700 - total flux cleaned = -0.00466653 Jy ! Component: 750 - total flux cleaned = -0.00470267 Jy ! Component: 800 - total flux cleaned = -0.00477415 Jy ! Component: 850 - total flux cleaned = -0.00473883 Jy ! Component: 900 - total flux cleaned = -0.00460337 Jy ! Component: 950 - total flux cleaned = -0.00447107 Jy ! Component: 1000 - total flux cleaned = -0.0043406 Jy ! Component: 1050 - total flux cleaned = -0.00418036 Jy ! Component: 1100 - total flux cleaned = -0.00405528 Jy ! Component: 1150 - total flux cleaned = -0.00393178 Jy ! Component: 1200 - total flux cleaned = -0.00381039 Jy ! Component: 1250 - total flux cleaned = -0.00360281 Jy ! Component: 1300 - total flux cleaned = -0.00339983 Jy ! Component: 1350 - total flux cleaned = -0.00328586 Jy ! Component: 1400 - total flux cleaned = -0.00314528 Jy ! Component: 1450 - total flux cleaned = -0.00295203 Jy ! Component: 1500 - total flux cleaned = -0.00278939 Jy ! Component: 1550 - total flux cleaned = -0.00268258 Jy ! Component: 1600 - total flux cleaned = -0.00249882 Jy ! Component: 1650 - total flux cleaned = -0.00229252 Jy ! Component: 1700 - total flux cleaned = -0.00219133 Jy ! Component: 1750 - total flux cleaned = -0.00206665 Jy ! Component: 1800 - total flux cleaned = -0.00199254 Jy ! Component: 1850 - total flux cleaned = -0.0018226 Jy ! Component: 1900 - total flux cleaned = -0.00172732 Jy ! Component: 1950 - total flux cleaned = -0.00165616 Jy ! Component: 2000 - total flux cleaned = -0.00149431 Jy ! Component: 2050 - total flux cleaned = -0.00149448 Jy ! Component: 2100 - total flux cleaned = -0.00147169 Jy ! Component: 2150 - total flux cleaned = -0.00140516 Jy ! Component: 2200 - total flux cleaned = -0.00138326 Jy ! Component: 2250 - total flux cleaned = -0.00127503 Jy ! Component: 2300 - total flux cleaned = -0.00121095 Jy ! Component: 2350 - total flux cleaned = -0.00112622 Jy ! Component: 2400 - total flux cleaned = -0.00110525 Jy ! Component: 2450 - total flux cleaned = -0.001002 Jy ! Component: 2500 - total flux cleaned = -0.000899986 Jy ! Component: 2550 - total flux cleaned = -0.000839795 Jy ! Component: 2600 - total flux cleaned = -0.000740279 Jy ! Component: 2650 - total flux cleaned = -0.000759966 Jy ! Component: 2700 - total flux cleaned = -0.000701511 Jy ! Component: 2750 - total flux cleaned = -0.000643427 Jy ! Component: 2800 - total flux cleaned = -0.000547767 Jy ! Component: 2850 - total flux cleaned = -0.000585521 Jy ! Component: 2900 - total flux cleaned = -0.000510356 Jy ! Component: 2950 - total flux cleaned = -0.000417404 Jy ! Component: 3000 - total flux cleaned = -0.000343657 Jy ! Component: 3050 - total flux cleaned = -0.000270935 Jy ! Component: 3100 - total flux cleaned = -0.000234855 Jy ! Component: 3150 - total flux cleaned = -0.000252671 Jy ! Component: 3200 - total flux cleaned = -0.000163966 Jy ! Component: 3250 - total flux cleaned = -0.000199205 Jy ! Component: 3300 - total flux cleaned = -0.000146843 Jy ! Component: 3350 - total flux cleaned = -0.000129802 Jy ! Component: 3400 - total flux cleaned = -0.000146957 Jy ! Component: 3450 - total flux cleaned = -0.000163747 Jy ! Component: 3500 - total flux cleaned = -0.000112992 Jy ! Component: 3550 - total flux cleaned = -0.000163648 Jy ! Component: 3600 - total flux cleaned = -0.000180288 Jy ! Component: 3650 - total flux cleaned = -0.000146976 Jy ! Component: 3700 - total flux cleaned = -0.000180071 Jy ! Component: 3750 - total flux cleaned = -0.000196534 Jy ! Component: 3800 - total flux cleaned = -0.000212935 Jy ! Component: 3850 - total flux cleaned = -0.00022934 Jy ! Component: 3900 - total flux cleaned = -0.000261793 Jy ! Component: 3950 - total flux cleaned = -0.000294151 Jy ! Component: 4000 - total flux cleaned = -0.000326115 Jy ! Component: 4050 - total flux cleaned = -0.00029401 Jy ! Total flux subtracted in 4096 components = -0.000309962 Jy ! Clean residual min=-0.000953 max=0.001114 Jy/beam ! Clean residual mean=-0.000001 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.184667 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 376 components and 0.184667 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1049-2231_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.803 x 7.142 at -4.487 degrees (North through East) ! Clean map min=-0.0022527 max=0.099916 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1049-2231_S_map.fits wmodel /image_prod/ug002_uva//J1049-2231_S_map.mod ! Writing 376 model components to file: /image_prod/ug002_uva//J1049-2231_S_map.mod wobs /image_prod/ug002_uva//J1049-2231_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1049-2231_S_uvs.fits wwins /image_prod/ug002_uva//J1049-2231_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1049-2231_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0999162 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000266688 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.800736 0.800736 1.60147 3.20294 6.40589 12.8118 25.6235 51.2471 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.099 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 374.655 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1049-2231_S_dfm.log closed on Wed Mar 4 23:44:27 2020