! Started logfile: /image_prod/ug002_uva//J1107+5219_S_dfm.log on Wed Mar 4 23:54:13 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//J1107+5219_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1107+5219_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.9875 visibilities/baseline/integration-bin. ! Found source: J1107+5219 ! ! 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 4977 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 J1107+5219_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.010088Jy sigma=7.323274 ! Fit after self-cal, rms=0.890072Jy sigma=6.390975 ! 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.143 mas, bmaj=3.958 mas, bpa=5.222 degrees ! Estimated noise=2.48827 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.0888052 Jy ! Component: 100 - total flux cleaned = 0.119978 Jy ! Total flux subtracted in 100 components = 0.119978 Jy ! Clean residual min=-0.007646 max=0.013641 Jy/beam ! Clean residual mean=-0.000007 rms=0.001930 Jy/beam ! Combined flux in latest and established models = 0.119978 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.119978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078204Jy sigma=0.472845 ! Fit after self-cal, rms=0.077619Jy sigma=0.469376 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0163156 Jy ! Component: 100 - total flux cleaned = 0.0242308 Jy ! Total flux subtracted in 100 components = 0.0242308 Jy ! Clean residual min=-0.005927 max=0.005775 Jy/beam ! Clean residual mean=-0.000002 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 0.144208 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.144208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074778Jy sigma=0.441267 ! Fit after self-cal, rms=0.074661Jy sigma=0.440485 ! 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.549 mas, bmaj=4.541 mas, bpa=1.805 degrees ! Estimated noise=1.44318 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.00455006 Jy ! Component: 100 - total flux cleaned = 0.00672425 Jy ! Component: 150 - total flux cleaned = 0.00722934 Jy ! Component: 200 - total flux cleaned = 0.00754356 Jy ! Total flux subtracted in 200 components = 0.00754356 Jy ! Clean residual min=-0.003619 max=0.003563 Jy/beam ! Clean residual mean=0.000002 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.151752 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 25 components and 0.151752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074382Jy sigma=0.437911 ! Fit after self-cal, rms=0.074311Jy sigma=0.437677 ! 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.549 x 4.541 at 1.805 degrees (North through East) ! Clean map min=-0.0032944 max=0.11303 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.04 KP 1.04 ! MK 0.99 NL 0.95 OV 0.91 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.05 KP 1.03 ! MK 1.03 NL 1.09 OV 0.89 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.02 HN 1.01 KP 1.00 ! MK 1.02 NL 0.86 OV 0.97 SC 0.96 ! ! ! Fit before self-cal, rms=0.074311Jy sigma=0.437677 ! Fit after self-cal, rms=0.074389Jy sigma=0.431298 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.567 mas, bmaj=4.572 mas, bpa=1.822 degrees ! Estimated noise=1.45042 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.00121927 Jy ! Component: 100 - total flux cleaned = -0.00122064 Jy ! Component: 150 - total flux cleaned = -0.00117394 Jy ! Component: 200 - total flux cleaned = -0.00113199 Jy ! Total flux subtracted in 200 components = -0.00113199 Jy ! Clean residual min=-0.002906 max=0.003138 Jy/beam ! Clean residual mean=0.000000 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.15062 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 28 components and 0.15062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074294Jy sigma=0.430738 ! Fit after self-cal, rms=0.074351Jy sigma=0.430517 ! 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.074351Jy sigma=0.430517 ! Fit after self-cal, rms=0.082778Jy sigma=0.425710 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.571 mas, bmaj=4.493 mas, bpa=0.2055 degrees ! Estimated noise=1.4356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000526586 Jy ! Component: 100 - total flux cleaned = 0.000538718 Jy ! Component: 150 - total flux cleaned = 0.000411442 Jy ! Component: 200 - total flux cleaned = 0.000382739 Jy ! Total flux subtracted in 200 components = 0.000382739 Jy ! Clean residual min=-0.002006 max=0.002294 Jy/beam ! Clean residual mean=0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.151003 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.151003 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082747Jy sigma=0.425322 ! Fit after self-cal, rms=0.082933Jy sigma=0.425193 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 (25.5, 71.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198637 Jy ! Component: 100 - total flux cleaned = 0.00263904 Jy ! Component: 150 - total flux cleaned = 0.00309904 Jy ! Component: 200 - total flux cleaned = 0.00352383 Jy ! Total flux subtracted in 200 components = 0.00352383 Jy ! Clean residual min=-0.002149 max=0.002085 Jy/beam ! Clean residual mean=0.000000 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.154527 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 52 components and 0.154527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082861Jy sigma=0.424592 ! Fit after self-cal, rms=0.082838Jy sigma=0.424538 ! 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.082838Jy sigma=0.424538 ! Fit after self-cal, rms=0.083284Jy sigma=0.424466 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.573 mas, bmaj=4.466 mas, bpa=0.226 degrees ! Estimated noise=1.42937 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000799123 Jy ! Component: 100 - total flux cleaned = 0.00113573 Jy ! Component: 150 - total flux cleaned = 0.00134489 Jy ! Component: 200 - total flux cleaned = 0.00147848 Jy ! Total flux subtracted in 200 components = 0.00147848 Jy ! Clean residual min=-0.002268 max=0.001979 Jy/beam ! Clean residual mean=0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.156005 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 61 components and 0.156005 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083261Jy sigma=0.424260 ! Fit after self-cal, rms=0.083256Jy sigma=0.424245 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.000171227 Jy ! Component: 100 - total flux cleaned = 0.000294455 Jy ! Component: 150 - total flux cleaned = 0.000384446 Jy ! Component: 200 - total flux cleaned = 0.000383797 Jy ! Total flux subtracted in 200 components = 0.000383797 Jy ! Clean residual min=-0.002277 max=0.002011 Jy/beam ! Clean residual mean=-0.000000 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.156389 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.156389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083243Jy sigma=0.424143 ! Fit after self-cal, rms=0.083238Jy sigma=0.424134 ! 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.083238Jy sigma=0.424134 ! Fit after self-cal, rms=0.083184Jy sigma=0.424116 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.962 mas, bmaj=7.528 mas, bpa=36.58 degrees ! Estimated noise=1.79754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263013 Jy ! Component: 100 - total flux cleaned = -0.000231457 Jy ! Component: 150 - total flux cleaned = -0.000149272 Jy ! Component: 200 - total flux cleaned = -0.000115389 Jy ! Total flux subtracted in 200 components = -0.000115389 Jy ! Clean residual min=-0.001986 max=0.002003 Jy/beam ! Clean residual mean=-0.000001 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.156273 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.156273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083173Jy sigma=0.424119 ! Fit after self-cal, rms=0.083181Jy sigma=0.424107 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.000179356 Jy ! Component: 100 - total flux cleaned = -0.000160415 Jy ! Component: 150 - total flux cleaned = -0.000124956 Jy ! Component: 200 - total flux cleaned = -0.000101079 Jy ! Total flux subtracted in 200 components = -0.000101079 Jy ! Clean residual min=-0.002003 max=0.002024 Jy/beam ! Clean residual mean=-0.000001 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.156172 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 91 components and 0.156172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083176Jy sigma=0.424116 ! Fit after self-cal, rms=0.083178Jy sigma=0.424112 ! 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.576 mas, bmaj=4.457 mas, bpa=0.1762 degrees ! Estimated noise=1.42723 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.576 x 4.457 at 0.1762 degrees (North through East) ! Clean map min=-0.0021978 max=0.11152 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.175 mas, bmaj=3.865 mas, bpa=3.789 degrees ! Estimated noise=2.45349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.088689 Jy ! Component: 100 - total flux cleaned = 0.122255 Jy ! Component: 150 - total flux cleaned = 0.138167 Jy ! Component: 200 - total flux cleaned = 0.145936 Jy ! Total flux subtracted in 200 components = 0.145936 Jy ! Clean residual min=-0.004688 max=0.004755 Jy/beam ! Clean residual mean=-0.000003 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.145936 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.145936 Jy ! Inverting map and beam ! Estimated beam: bmin=3.576 mas, bmaj=4.457 mas, bpa=0.1762 degrees ! Estimated noise=1.42723 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.00326168 Jy ! Component: 100 - total flux cleaned = 0.00527284 Jy ! Component: 150 - total flux cleaned = 0.00626552 Jy ! Component: 200 - total flux cleaned = 0.00717019 Jy ! Total flux subtracted in 200 components = 0.00717019 Jy ! Clean residual min=-0.002217 max=0.002046 Jy/beam ! Clean residual mean=-0.000000 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.153106 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.153106 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.962 mas, bmaj=7.528 mas, bpa=36.58 degrees ! Estimated noise=1.79754 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115894 Jy ! Component: 100 - total flux cleaned = 0.00160379 Jy ! Component: 150 - total flux cleaned = 0.00194898 Jy ! Component: 200 - total flux cleaned = 0.00224449 Jy ! Total flux subtracted in 200 components = 0.00224449 Jy ! Clean residual min=-0.002091 max=0.002023 Jy/beam ! Clean residual mean=-0.000001 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.155351 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.000245284 Jy ! Component: 100 - total flux cleaned = 0.000388499 Jy ! Component: 150 - total flux cleaned = 0.000502451 Jy ! Component: 200 - total flux cleaned = 0.000564054 Jy ! Total flux subtracted in 200 components = 0.000564054 Jy ! Clean residual min=-0.002033 max=0.001982 Jy/beam ! Clean residual mean=-0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.155915 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 73 components and 0.155915 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.576 mas, bmaj=4.457 mas, bpa=0.1762 degrees ! Estimated noise=1.42723 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000171432 Jy ! Component: 100 - total flux cleaned = -0.000340964 Jy ! Component: 150 - total flux cleaned = -0.000380428 Jy ! Component: 200 - total flux cleaned = -0.000379734 Jy ! Total flux subtracted in 200 components = -0.000379734 Jy ! Clean residual min=-0.002236 max=0.001951 Jy/beam ! Clean residual mean=-0.000000 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.155535 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 78 components and 0.155535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083234Jy sigma=0.424462 ! Fit after self-cal, rms=0.083286Jy sigma=0.424397 wmodel J1107+5219_S_map.mod ! Writing 78 model components to file: J1107+5219_S_map.mod wobs J1107+5219_S_uvs.fits ! Writing UV FITS file: J1107+5219_S_uvs.fits wwins J1107+5219_S_map.win ! wwins: Wrote 2 windows to J1107+5219_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.00018651 Jy ! Component: 100 - total flux cleaned = -0.000253881 Jy ! Component: 150 - total flux cleaned = -0.000285554 Jy ! Component: 200 - total flux cleaned = -0.000437855 Jy ! Component: 250 - total flux cleaned = -0.000613842 Jy ! Component: 300 - total flux cleaned = -0.00078477 Jy ! Component: 350 - total flux cleaned = -0.000785119 Jy ! Component: 400 - total flux cleaned = -0.000894914 Jy ! Component: 450 - total flux cleaned = -0.000974985 Jy ! Component: 500 - total flux cleaned = -0.00105269 Jy ! Component: 550 - total flux cleaned = -0.00102682 Jy ! Component: 600 - total flux cleaned = -0.00105202 Jy ! Component: 650 - total flux cleaned = -0.00102746 Jy ! Component: 700 - total flux cleaned = -0.00102744 Jy ! Component: 750 - total flux cleaned = -0.00102712 Jy ! Component: 800 - total flux cleaned = -0.000979926 Jy ! Component: 850 - total flux cleaned = -0.00102561 Jy ! Component: 900 - total flux cleaned = -0.00104875 Jy ! Component: 950 - total flux cleaned = -0.00113763 Jy ! Component: 1000 - total flux cleaned = -0.00109361 Jy ! Component: 1050 - total flux cleaned = -0.00109379 Jy ! Component: 1100 - total flux cleaned = -0.00111527 Jy ! Component: 1150 - total flux cleaned = -0.00115738 Jy ! Component: 1200 - total flux cleaned = -0.0011779 Jy ! Component: 1250 - total flux cleaned = -0.0011781 Jy ! Component: 1300 - total flux cleaned = -0.00117817 Jy ! Component: 1350 - total flux cleaned = -0.00117796 Jy ! Component: 1400 - total flux cleaned = -0.00121755 Jy ! Component: 1450 - total flux cleaned = -0.00117795 Jy ! Component: 1500 - total flux cleaned = -0.00115859 Jy ! Component: 1550 - total flux cleaned = -0.00108186 Jy ! Component: 1600 - total flux cleaned = -0.00102537 Jy ! Component: 1650 - total flux cleaned = -0.00110056 Jy ! Component: 1700 - total flux cleaned = -0.00106354 Jy ! Component: 1750 - total flux cleaned = -0.00106342 Jy ! Component: 1800 - total flux cleaned = -0.00104516 Jy ! Component: 1850 - total flux cleaned = -0.00099114 Jy ! Component: 1900 - total flux cleaned = -0.00093773 Jy ! Component: 1950 - total flux cleaned = -0.000867264 Jy ! Component: 2000 - total flux cleaned = -0.000884736 Jy ! Component: 2050 - total flux cleaned = -0.000867355 Jy ! Component: 2100 - total flux cleaned = -0.000833111 Jy ! Component: 2150 - total flux cleaned = -0.000782192 Jy ! Component: 2200 - total flux cleaned = -0.000799113 Jy ! Component: 2250 - total flux cleaned = -0.000749152 Jy ! Component: 2300 - total flux cleaned = -0.000749389 Jy ! Component: 2350 - total flux cleaned = -0.000749484 Jy ! Component: 2400 - total flux cleaned = -0.000765807 Jy ! Component: 2450 - total flux cleaned = -0.000781984 Jy ! Component: 2500 - total flux cleaned = -0.00081398 Jy ! Component: 2550 - total flux cleaned = -0.000813887 Jy ! Component: 2600 - total flux cleaned = -0.00084547 Jy ! Component: 2650 - total flux cleaned = -0.000876784 Jy ! Component: 2700 - total flux cleaned = -0.000861338 Jy ! Component: 2750 - total flux cleaned = -0.000907576 Jy ! Component: 2800 - total flux cleaned = -0.000923022 Jy ! Component: 2850 - total flux cleaned = -0.000968577 Jy ! Component: 2900 - total flux cleaned = -0.00101391 Jy ! Component: 2950 - total flux cleaned = -0.00105867 Jy ! Component: 3000 - total flux cleaned = -0.00108821 Jy ! Component: 3050 - total flux cleaned = -0.00107344 Jy ! Component: 3100 - total flux cleaned = -0.00104393 Jy ! Component: 3150 - total flux cleaned = -0.00104392 Jy ! Component: 3200 - total flux cleaned = -0.00105856 Jy ! Component: 3250 - total flux cleaned = -0.00107297 Jy ! Component: 3300 - total flux cleaned = -0.00105873 Jy ! Component: 3350 - total flux cleaned = -0.00101637 Jy ! Component: 3400 - total flux cleaned = -0.00107271 Jy ! Component: 3450 - total flux cleaned = -0.00103075 Jy ! Component: 3500 - total flux cleaned = -0.00097534 Jy ! Component: 3550 - total flux cleaned = -0.00097539 Jy ! Component: 3600 - total flux cleaned = -0.00101651 Jy ! Component: 3650 - total flux cleaned = -0.000934589 Jy ! Component: 3700 - total flux cleaned = -0.000880145 Jy ! Component: 3750 - total flux cleaned = -0.000866631 Jy ! Component: 3800 - total flux cleaned = -0.000826416 Jy ! Component: 3850 - total flux cleaned = -0.000773067 Jy ! Component: 3900 - total flux cleaned = -0.000693719 Jy ! Component: 3950 - total flux cleaned = -0.000706936 Jy ! Component: 4000 - total flux cleaned = -0.000720001 Jy ! Component: 4050 - total flux cleaned = -0.000706932 Jy ! Total flux subtracted in 4096 components = -0.000706844 Jy ! Clean residual min=-0.000720 max=0.000747 Jy/beam ! Clean residual mean=-0.000000 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.154828 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 337 components and 0.154828 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1107+5219_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.576 x 4.457 at 0.1762 degrees (North through East) ! Clean map min=-0.0015528 max=0.11109 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1107+5219_S_map.fits wmodel /image_prod/ug002_uva//J1107+5219_S_map.mod ! Writing 337 model components to file: /image_prod/ug002_uva//J1107+5219_S_map.mod wobs /image_prod/ug002_uva//J1107+5219_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1107+5219_S_uvs.fits wwins /image_prod/ug002_uva//J1107+5219_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1107+5219_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.111089 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022184 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.599089 0.599089 1.19818 2.39636 4.79271 9.58542 19.1708 38.3417 76.6834 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.111 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 500.76 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1107+5219_S_dfm.log closed on Wed Mar 4 23:54:17 2020