! Started logfile: /image_prod/ug002_uva//J1335-0511_S_dfm.log on Thu Mar 5 01:18:40 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//J1335-0511_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1335-0511_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.917037 visibilities/baseline/integration-bin. ! Found source: J1335-0511 ! ! 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 7428 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 J1335-0511_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.045967Jy sigma=8.300972 ! Fit after self-cal, rms=0.804870Jy sigma=6.452381 ! 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.103 mas, bmaj=14.64 mas, bpa=-16.45 degrees ! Estimated noise=1.46952 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.14877 Jy ! Component: 100 - total flux cleaned = 0.213875 Jy ! Total flux subtracted in 100 components = 0.213875 Jy ! Clean residual min=-0.009821 max=0.030289 Jy/beam ! Clean residual mean=-0.000021 rms=0.003624 Jy/beam ! Combined flux in latest and established models = 0.213875 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.213875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.123052Jy sigma=0.648464 ! Fit after self-cal, rms=0.122826Jy sigma=0.645930 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0340318 Jy ! Component: 100 - total flux cleaned = 0.0522679 Jy ! Total flux subtracted in 100 components = 0.0522679 Jy ! Clean residual min=-0.006237 max=0.008939 Jy/beam ! Clean residual mean=-0.000002 rms=0.001738 Jy/beam ! Combined flux in latest and established models = 0.266143 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 31 components and 0.266143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111681Jy sigma=0.501320 ! Fit after self-cal, rms=0.111618Jy sigma=0.500738 ! 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.759 mas, bmaj=15.29 mas, bpa=-15.63 degrees ! Estimated noise=1.05571 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.0127731 Jy ! Component: 100 - total flux cleaned = 0.0174913 Jy ! Component: 150 - total flux cleaned = 0.019169 Jy ! Component: 200 - total flux cleaned = 0.01984 Jy ! Total flux subtracted in 200 components = 0.01984 Jy ! Clean residual min=-0.005746 max=0.004598 Jy/beam ! Clean residual mean=0.000001 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.285983 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 71 components and 0.285983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110070Jy sigma=0.478170 ! Fit after self-cal, rms=0.110038Jy sigma=0.477880 ! 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.759 x 15.29 at -15.63 degrees (North through East) ! Clean map min=-0.0068344 max=0.18477 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.04 KP 0.97 ! LA 1.02 MK 1.39 NL 0.93 OV 0.97 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 1.06 KP 0.98 ! LA 1.00 MK 0.86 NL 0.95 OV 0.96 ! PT 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.06 KP 0.98 ! LA 1.04 MK 0.90 NL 0.91 OV 1.00 ! PT 1.00 ! ! ! Fit before self-cal, rms=0.110038Jy sigma=0.477880 ! Fit after self-cal, rms=0.111050Jy sigma=0.469723 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=15.32 mas, bpa=-15.72 degrees ! Estimated noise=1.04896 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.00121949 Jy ! Component: 100 - total flux cleaned = 0.00122217 Jy ! Component: 150 - total flux cleaned = 0.00122357 Jy ! Component: 200 - total flux cleaned = 0.00115678 Jy ! Total flux subtracted in 200 components = 0.00115678 Jy ! Clean residual min=-0.004171 max=0.002964 Jy/beam ! Clean residual mean=0.000006 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.28714 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 85 components and 0.28714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.110943Jy sigma=0.468249 ! Fit after self-cal, rms=0.110968Jy sigma=0.468132 ! 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.110968Jy sigma=0.468132 ! Fit after self-cal, rms=0.104443Jy sigma=0.459375 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.772 mas, bmaj=15.37 mas, bpa=-15.77 degrees ! Estimated noise=1.04881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153985 Jy ! Component: 100 - total flux cleaned = 0.00185565 Jy ! Component: 150 - total flux cleaned = 0.0020197 Jy ! Component: 200 - total flux cleaned = 0.00211729 Jy ! Total flux subtracted in 200 components = 0.00211729 Jy ! Clean residual min=-0.003317 max=0.002448 Jy/beam ! Clean residual mean=0.000001 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.289257 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.289257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104376Jy sigma=0.458303 ! Fit after self-cal, rms=0.104374Jy sigma=0.458225 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.000118313 Jy ! Component: 100 - total flux cleaned = 2.45459e-05 Jy ! Component: 150 - total flux cleaned = 2.50975e-05 Jy ! Component: 200 - total flux cleaned = 6.50691e-05 Jy ! Total flux subtracted in 200 components = 6.50691e-05 Jy ! Clean residual min=-0.003144 max=0.002415 Jy/beam ! Clean residual mean=0.000001 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.289322 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 105 components and 0.289322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104344Jy sigma=0.457679 ! Fit after self-cal, rms=0.104341Jy sigma=0.457656 ! 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.104341Jy sigma=0.457656 ! Fit after self-cal, rms=0.104463Jy sigma=0.457548 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.782 mas, bmaj=15.36 mas, bpa=-15.74 degrees ! Estimated noise=1.0516 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120324 Jy ! Component: 100 - total flux cleaned = 0.0013627 Jy ! Component: 150 - total flux cleaned = 0.00139957 Jy ! Component: 200 - total flux cleaned = 0.00136485 Jy ! Total flux subtracted in 200 components = 0.00136485 Jy ! Clean residual min=-0.002934 max=0.002376 Jy/beam ! Clean residual mean=0.000001 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.290687 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 109 components and 0.290687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104436Jy sigma=0.457096 ! Fit after self-cal, rms=0.104437Jy sigma=0.457076 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.35123e-05 Jy ! Component: 100 - total flux cleaned = 1.89405e-05 Jy ! Component: 150 - total flux cleaned = -1.31011e-05 Jy ! Component: 200 - total flux cleaned = -4.45832e-05 Jy ! Total flux subtracted in 200 components = -4.45832e-05 Jy ! Clean residual min=-0.002849 max=0.002341 Jy/beam ! Clean residual mean=0.000001 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.290643 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.290643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104422Jy sigma=0.456791 ! Fit after self-cal, rms=0.104422Jy sigma=0.456778 ! 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.104422Jy sigma=0.456778 ! Fit after self-cal, rms=0.104515Jy sigma=0.456742 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.118 mas, bmaj=16.23 mas, bpa=-8.442 degrees ! Estimated noise=1.22385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000353171 Jy ! Component: 100 - total flux cleaned = 0.000372439 Jy ! Component: 150 - total flux cleaned = 0.000388308 Jy ! Component: 200 - total flux cleaned = 0.000344801 Jy ! Total flux subtracted in 200 components = 0.000344801 Jy ! Clean residual min=-0.001845 max=0.001942 Jy/beam ! Clean residual mean=0.000001 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.290987 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 132 components and 0.290987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104512Jy sigma=0.456764 ! Fit after self-cal, rms=0.104513Jy sigma=0.456748 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.67525e-05 Jy ! Component: 100 - total flux cleaned = -6.17581e-05 Jy ! Component: 150 - total flux cleaned = -0.000125448 Jy ! Component: 200 - total flux cleaned = -0.000160926 Jy ! Total flux subtracted in 200 components = -0.000160926 Jy ! Clean residual min=-0.001817 max=0.001937 Jy/beam ! Clean residual mean=0.000001 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.290826 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 140 components and 0.290826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104512Jy sigma=0.456772 ! Fit after self-cal, rms=0.104512Jy sigma=0.456758 ! 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.785 mas, bmaj=15.36 mas, bpa=-15.73 degrees ! Estimated noise=1.05321 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.785 x 15.36 at -15.73 degrees (North through East) ! Clean map min=-0.0049926 max=0.18163 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.123 mas, bmaj=14.64 mas, bpa=-16.54 degrees ! Estimated noise=1.47152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.148816 Jy ! Component: 100 - total flux cleaned = 0.213317 Jy ! Component: 150 - total flux cleaned = 0.246894 Jy ! Component: 200 - total flux cleaned = 0.264951 Jy ! Total flux subtracted in 200 components = 0.264951 Jy ! Clean residual min=-0.005108 max=0.008858 Jy/beam ! Clean residual mean=-0.000004 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.264951 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.264951 Jy ! Inverting map and beam ! Estimated beam: bmin=3.785 mas, bmaj=15.36 mas, bpa=-15.73 degrees ! Estimated noise=1.05321 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.0126045 Jy ! Component: 100 - total flux cleaned = 0.0194114 Jy ! Component: 150 - total flux cleaned = 0.0214067 Jy ! Component: 200 - total flux cleaned = 0.0229338 Jy ! Total flux subtracted in 200 components = 0.0229338 Jy ! Clean residual min=-0.003494 max=0.002662 Jy/beam ! Clean residual mean=0.000002 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.287885 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 78 components and 0.287885 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=8.118 mas, bmaj=16.23 mas, bpa=-8.442 degrees ! Estimated noise=1.22385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267617 Jy ! Component: 100 - total flux cleaned = 0.00313969 Jy ! Component: 150 - total flux cleaned = 0.00313906 Jy ! Component: 200 - total flux cleaned = 0.00313894 Jy ! Total flux subtracted in 200 components = 0.00313894 Jy ! Clean residual min=-0.001936 max=0.002069 Jy/beam ! Clean residual mean=0.000001 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.291023 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 = -2.84899e-05 Jy ! Component: 100 - total flux cleaned = -8.04511e-05 Jy ! Component: 150 - total flux cleaned = -0.000130749 Jy ! Component: 200 - total flux cleaned = -0.000175081 Jy ! Total flux subtracted in 200 components = -0.000175081 Jy ! Clean residual min=-0.001871 max=0.002089 Jy/beam ! Clean residual mean=0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.290848 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 117 components and 0.290848 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.785 mas, bmaj=15.36 mas, bpa=-15.73 degrees ! Estimated noise=1.05321 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000307642 Jy ! Component: 100 - total flux cleaned = 9.08909e-05 Jy ! Component: 150 - total flux cleaned = -3.31884e-05 Jy ! Component: 200 - total flux cleaned = -8.68851e-05 Jy ! Total flux subtracted in 200 components = -8.68851e-05 Jy ! Clean residual min=-0.003021 max=0.002341 Jy/beam ! Clean residual mean=0.000001 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.290761 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 130 components and 0.290761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.104569Jy sigma=0.457516 ! Fit after self-cal, rms=0.104565Jy sigma=0.457405 wmodel J1335-0511_S_map.mod ! Writing 130 model components to file: J1335-0511_S_map.mod wobs J1335-0511_S_uvs.fits ! Writing UV FITS file: J1335-0511_S_uvs.fits wwins J1335-0511_S_map.win ! wwins: Wrote 1 windows to J1335-0511_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.00107536 Jy ! Component: 100 - total flux cleaned = -0.00141183 Jy ! Component: 150 - total flux cleaned = -0.00188105 Jy ! Component: 200 - total flux cleaned = -0.00202799 Jy ! Component: 250 - total flux cleaned = -0.00199286 Jy ! Component: 300 - total flux cleaned = -0.00185995 Jy ! Component: 350 - total flux cleaned = -0.00179633 Jy ! Component: 400 - total flux cleaned = -0.0017658 Jy ! Component: 450 - total flux cleaned = -0.00176545 Jy ! Component: 500 - total flux cleaned = -0.00179444 Jy ! Component: 550 - total flux cleaned = -0.0017668 Jy ! Component: 600 - total flux cleaned = -0.00185009 Jy ! Component: 650 - total flux cleaned = -0.00179634 Jy ! Component: 700 - total flux cleaned = -0.00177018 Jy ! Component: 750 - total flux cleaned = -0.00177022 Jy ! Component: 800 - total flux cleaned = -0.0017446 Jy ! Component: 850 - total flux cleaned = -0.00171994 Jy ! Component: 900 - total flux cleaned = -0.00169611 Jy ! Component: 950 - total flux cleaned = -0.00179055 Jy ! Component: 1000 - total flux cleaned = -0.00185938 Jy ! Component: 1050 - total flux cleaned = -0.00190468 Jy ! Component: 1100 - total flux cleaned = -0.00199361 Jy ! Component: 1150 - total flux cleaned = -0.0020808 Jy ! Component: 1200 - total flux cleaned = -0.00199497 Jy ! Component: 1250 - total flux cleaned = -0.00199547 Jy ! Component: 1300 - total flux cleaned = -0.00191228 Jy ! Component: 1350 - total flux cleaned = -0.00195369 Jy ! Component: 1400 - total flux cleaned = -0.00189374 Jy ! Component: 1450 - total flux cleaned = -0.00199377 Jy ! Component: 1500 - total flux cleaned = -0.00195431 Jy ! Component: 1550 - total flux cleaned = -0.00195445 Jy ! Component: 1600 - total flux cleaned = -0.00203102 Jy ! Component: 1650 - total flux cleaned = -0.00197442 Jy ! Component: 1700 - total flux cleaned = -0.00208623 Jy ! Component: 1750 - total flux cleaned = -0.00208586 Jy ! Component: 1800 - total flux cleaned = -0.00204968 Jy ! Component: 1850 - total flux cleaned = -0.00199625 Jy ! Component: 1900 - total flux cleaned = -0.00212 Jy ! Component: 1950 - total flux cleaned = -0.00206764 Jy ! Component: 2000 - total flux cleaned = -0.00208476 Jy ! Component: 2050 - total flux cleaned = -0.00213545 Jy ! Component: 2100 - total flux cleaned = -0.0020174 Jy ! Component: 2150 - total flux cleaned = -0.00203406 Jy ! Component: 2200 - total flux cleaned = -0.00198498 Jy ! Component: 2250 - total flux cleaned = -0.00195266 Jy ! Component: 2300 - total flux cleaned = -0.00193687 Jy ! Component: 2350 - total flux cleaned = -0.00192114 Jy ! Component: 2400 - total flux cleaned = -0.00185846 Jy ! Component: 2450 - total flux cleaned = -0.00178146 Jy ! Component: 2500 - total flux cleaned = -0.00181214 Jy ! Component: 2550 - total flux cleaned = -0.00178172 Jy ! Component: 2600 - total flux cleaned = -0.00178183 Jy ! Component: 2650 - total flux cleaned = -0.001841 Jy ! Component: 2700 - total flux cleaned = -0.00179714 Jy ! Component: 2750 - total flux cleaned = -0.00175374 Jy ! Component: 2800 - total flux cleaned = -0.00175382 Jy ! Component: 2850 - total flux cleaned = -0.00175415 Jy ! Component: 2900 - total flux cleaned = -0.00174007 Jy ! Component: 2950 - total flux cleaned = -0.001726 Jy ! Component: 3000 - total flux cleaned = -0.00173989 Jy ! Component: 3050 - total flux cleaned = -0.00173957 Jy ! Component: 3100 - total flux cleaned = -0.00173969 Jy ! Component: 3150 - total flux cleaned = -0.00175303 Jy ! Component: 3200 - total flux cleaned = -0.00175305 Jy ! Component: 3250 - total flux cleaned = -0.00177893 Jy ! Component: 3300 - total flux cleaned = -0.00177886 Jy ! Component: 3350 - total flux cleaned = -0.0017534 Jy ! Component: 3400 - total flux cleaned = -0.00177877 Jy ! Component: 3450 - total flux cleaned = -0.00179138 Jy ! Component: 3500 - total flux cleaned = -0.00184116 Jy ! Component: 3550 - total flux cleaned = -0.001829 Jy ! Component: 3600 - total flux cleaned = -0.00186563 Jy ! Component: 3650 - total flux cleaned = -0.001914 Jy ! Component: 3700 - total flux cleaned = -0.00194987 Jy ! Component: 3750 - total flux cleaned = -0.00192627 Jy ! Component: 3800 - total flux cleaned = -0.00192641 Jy ! Component: 3850 - total flux cleaned = -0.0019848 Jy ! Component: 3900 - total flux cleaned = -0.00192677 Jy ! Component: 3950 - total flux cleaned = -0.00197286 Jy ! Component: 4000 - total flux cleaned = -0.00198441 Jy ! Component: 4050 - total flux cleaned = -0.00199564 Jy ! Total flux subtracted in 4096 components = -0.00193957 Jy ! Clean residual min=-0.000749 max=0.000622 Jy/beam ! Clean residual mean=0.000000 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.288822 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 410 components and 0.288822 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1335-0511_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.785 x 15.36 at -15.73 degrees (North through East) ! Clean map min=-0.0041301 max=0.18206 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1335-0511_S_map.fits wmodel /image_prod/ug002_uva//J1335-0511_S_map.mod ! Writing 410 model components to file: /image_prod/ug002_uva//J1335-0511_S_map.mod wobs /image_prod/ug002_uva//J1335-0511_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1335-0511_S_uvs.fits wwins /image_prod/ug002_uva//J1335-0511_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1335-0511_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.18206 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223289 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.367939 0.367939 0.735877 1.47175 2.94351 5.88702 11.774 23.5481 47.0961 94.1923 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 815.353 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1335-0511_S_dfm.log closed on Thu Mar 5 01:18:44 2020