! Started logfile: /image_prod/ug002_uva//J1118-4634_S_dfm.log on Wed Mar 4 23:58:46 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//J1118-4634_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1118-4634_S_uva.fits ! AN table 1: 37 integrations on 6 of 6 possible baselines. ! AN table 2: 37 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.983108 visibilities/baseline/integration-bin. ! Found source: J1118-4634 ! ! 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 1746 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 J1118-4634_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 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.155360Jy sigma=5.639365 ! Fit after self-cal, rms=0.704602Jy sigma=3.567211 ! 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.028 mas, bmaj=8.279 mas, bpa=2.367 degrees ! Estimated noise=5.78397 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.280919 Jy ! Component: 100 - total flux cleaned = 0.45036 Jy ! Total flux subtracted in 100 components = 0.45036 Jy ! Clean residual min=-0.075560 max=0.097518 Jy/beam ! Clean residual mean=-0.001455 rms=0.036598 Jy/beam ! Combined flux in latest and established models = 0.45036 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 56 components and 0.45036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.355837Jy sigma=1.633177 ! Fit after self-cal, rms=0.354608Jy sigma=1.627602 ! 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.454 mas, bmaj=8.493 mas, bpa=3.925 degrees ! Estimated noise=3.41772 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.212607 Jy ! Component: 100 - total flux cleaned = 0.340685 Jy ! Component: 150 - total flux cleaned = 0.424516 Jy ! Component: 200 - total flux cleaned = 0.485108 Jy ! Total flux subtracted in 200 components = 0.485108 Jy ! Clean residual min=-0.033282 max=0.034769 Jy/beam ! Clean residual mean=-0.001201 rms=0.014373 Jy/beam ! Combined flux in latest and established models = 0.935468 Jy ! Performing phase self-cal ! Adding 140 model components to the UV plane model. ! The established model now contains 176 components and 0.935468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.139058Jy sigma=0.632471 ! Fit after self-cal, rms=0.138350Jy sigma=0.628887 ! 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.454 x 8.493 at 3.925 degrees (North through East) ! Clean map min=-0.030287 max=0.3198 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 1.11 LA 0.86 SC 1.39 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 LA 0.90 MK 1.09 OV 0.93 ! SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.19 LA 0.87 SC 0.84 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.90 LA 0.92 MK 1.08 OV 1.02 ! SC 0.86 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.17 LA 0.88 SC 0.97 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 LA 0.89 MK 1.07 OV 1.02 ! SC 1.07 ! ! ! Fit before self-cal, rms=0.138350Jy sigma=0.628887 ! Fit after self-cal, rms=0.096078Jy sigma=0.476484 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.517 mas, bmaj=8.564 mas, bpa=4.556 degrees ! Estimated noise=3.25927 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.00163478 Jy ! Component: 100 - total flux cleaned = 0.000371351 Jy ! Component: 150 - total flux cleaned = 0.00307298 Jy ! Component: 200 - total flux cleaned = 0.00400549 Jy ! Total flux subtracted in 200 components = 0.00400549 Jy ! Clean residual min=-0.004730 max=0.004760 Jy/beam ! Clean residual mean=-0.000019 rms=0.001935 Jy/beam ! Combined flux in latest and established models = 0.939473 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 243 components and 0.939473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090399Jy sigma=0.447998 ! Fit after self-cal, rms=0.089943Jy sigma=0.445752 ! 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.089943Jy sigma=0.445752 ! Fit after self-cal, rms=0.089085Jy sigma=0.445441 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.517 mas, bmaj=8.599 mas, bpa=4.6 degrees ! Estimated noise=3.23537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195739 Jy ! Component: 100 - total flux cleaned = -0.000234703 Jy ! Component: 150 - total flux cleaned = 0.000106563 Jy ! Component: 200 - total flux cleaned = 0.000113393 Jy ! Total flux subtracted in 200 components = 0.000113393 Jy ! Clean residual min=-0.002380 max=0.002386 Jy/beam ! Clean residual mean=-0.000005 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.939587 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 296 components and 0.939587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088132Jy sigma=0.440849 ! Fit after self-cal, rms=0.088003Jy sigma=0.440525 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.000777259 Jy ! Component: 100 - total flux cleaned = 0.000394816 Jy ! Component: 150 - total flux cleaned = 0.000164945 Jy ! Component: 200 - total flux cleaned = 0.000157843 Jy ! Total flux subtracted in 200 components = 0.000157843 Jy ! Clean residual min=-0.001538 max=0.001521 Jy/beam ! Clean residual mean=-0.000001 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.939744 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 343 components and 0.939744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087705Jy sigma=0.439110 ! Fit after self-cal, rms=0.087614Jy sigma=0.438984 ! 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.087614Jy sigma=0.438984 ! Fit after self-cal, rms=0.087261Jy sigma=0.438923 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.514 mas, bmaj=8.602 mas, bpa=4.625 degrees ! Estimated noise=3.226 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000670078 Jy ! Component: 100 - total flux cleaned = 0.000412542 Jy ! Component: 150 - total flux cleaned = 2.13232e-05 Jy ! Component: 200 - total flux cleaned = -0.000197483 Jy ! Total flux subtracted in 200 components = -0.000197483 Jy ! Clean residual min=-0.001165 max=0.001172 Jy/beam ! Clean residual mean=-0.000002 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.939547 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 365 components and 0.939547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087102Jy sigma=0.438198 ! Fit after self-cal, rms=0.087045Jy sigma=0.438140 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.000525063 Jy ! Component: 100 - total flux cleaned = 0.000993085 Jy ! Component: 150 - total flux cleaned = 0.00111879 Jy ! Component: 200 - total flux cleaned = 0.0012362 Jy ! Total flux subtracted in 200 components = 0.0012362 Jy ! Clean residual min=-0.000945 max=0.000948 Jy/beam ! Clean residual mean=0.000002 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.940783 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 398 components and 0.940783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086947Jy sigma=0.437720 ! Fit after self-cal, rms=0.086924Jy sigma=0.437692 ! 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.086924Jy sigma=0.437692 ! Fit after self-cal, rms=0.086836Jy sigma=0.437674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.766 mas, bmaj=26.64 mas, bpa=5.483 degrees ! Estimated noise=5.017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000999796 Jy ! Component: 100 - total flux cleaned = -0.00126281 Jy ! Component: 150 - total flux cleaned = -0.00139347 Jy ! Component: 200 - total flux cleaned = -0.00130142 Jy ! Total flux subtracted in 200 components = -0.00130142 Jy ! Clean residual min=-0.000514 max=0.000522 Jy/beam ! Clean residual mean=-0.000001 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.939482 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 444 components and 0.939482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086807Jy sigma=0.437604 ! Fit after self-cal, rms=0.086808Jy sigma=0.437585 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.000298172 Jy ! Component: 100 - total flux cleaned = -0.000274473 Jy ! Component: 150 - total flux cleaned = -8.20514e-05 Jy ! Component: 200 - total flux cleaned = 0.000278794 Jy ! Total flux subtracted in 200 components = 0.000278794 Jy ! Clean residual min=-0.000400 max=0.000403 Jy/beam ! Clean residual mean=0.000009 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.939761 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 485 components and 0.939761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086786Jy sigma=0.437513 ! Fit after self-cal, rms=0.086788Jy sigma=0.437506 ! 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.513 mas, bmaj=8.597 mas, bpa=4.63 degrees ! Estimated noise=3.22404 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.513 x 8.597 at 4.63 degrees (North through East) ! Clean map min=-0.0068501 max=0.28896 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.066 mas, bmaj=8.263 mas, bpa=2.652 degrees ! Estimated noise=5.63662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.274396 Jy ! Component: 100 - total flux cleaned = 0.436792 Jy ! Component: 150 - total flux cleaned = 0.55416 Jy ! Component: 200 - total flux cleaned = 0.641936 Jy ! Total flux subtracted in 200 components = 0.641936 Jy ! Clean residual min=-0.044713 max=0.050338 Jy/beam ! Clean residual mean=-0.000725 rms=0.019735 Jy/beam ! Combined flux in latest and established models = 0.641936 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 98 model components to the UV plane model. ! The established model now contains 98 components and 0.641936 Jy ! Inverting map and beam ! Estimated beam: bmin=2.513 mas, bmaj=8.597 mas, bpa=4.63 degrees ! Estimated noise=3.22404 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.104566 Jy ! Component: 100 - total flux cleaned = 0.16662 Jy ! Component: 150 - total flux cleaned = 0.185189 Jy ! Component: 200 - total flux cleaned = 0.19615 Jy ! Total flux subtracted in 200 components = 0.19615 Jy ! Clean residual min=-0.017713 max=0.017705 Jy/beam ! Clean residual mean=-0.000423 rms=0.007051 Jy/beam ! Combined flux in latest and established models = 0.838086 Jy ! Adding 123 model components to the UV plane model. ! The established model now contains 199 components and 0.838086 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.766 mas, bmaj=26.64 mas, bpa=5.483 degrees ! Estimated noise=5.017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132307 Jy ! Component: 100 - total flux cleaned = 0.0139575 Jy ! Component: 150 - total flux cleaned = 0.0138245 Jy ! Component: 200 - total flux cleaned = 0.0182535 Jy ! Total flux subtracted in 200 components = 0.0182535 Jy ! Clean residual min=-0.010189 max=0.010369 Jy/beam ! Clean residual mean=-0.000072 rms=0.003349 Jy/beam ! Combined flux in latest and established models = 0.856339 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.00371482 Jy ! Component: 100 - total flux cleaned = 0.00568092 Jy ! Component: 150 - total flux cleaned = 0.00840856 Jy ! Component: 200 - total flux cleaned = 0.00834773 Jy ! Total flux subtracted in 200 components = 0.00834773 Jy ! Clean residual min=-0.013654 max=0.014006 Jy/beam ! Clean residual mean=0.000223 rms=0.005101 Jy/beam ! Combined flux in latest and established models = 0.864687 Jy ! Adding 120 model components to the UV plane model. ! The established model now contains 316 components and 0.864687 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.513 mas, bmaj=8.597 mas, bpa=4.63 degrees ! Estimated noise=3.22404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00278135 Jy ! Component: 100 - total flux cleaned = -0.00599759 Jy ! Component: 150 - total flux cleaned = -0.0070724 Jy ! Component: 200 - total flux cleaned = -0.007719 Jy ! Total flux subtracted in 200 components = -0.007719 Jy ! Clean residual min=-0.005195 max=0.005205 Jy/beam ! Clean residual mean=0.000092 rms=0.001624 Jy/beam ! Combined flux in latest and established models = 0.856968 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 350 components and 0.856968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088209Jy sigma=0.444556 ! Fit after self-cal, rms=0.088042Jy sigma=0.443198 wmodel J1118-4634_S_map.mod ! Writing 350 model components to file: J1118-4634_S_map.mod wobs J1118-4634_S_uvs.fits ! Writing UV FITS file: J1118-4634_S_uvs.fits wwins J1118-4634_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uva//J1118-4634_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.513 x 8.597 at 4.63 degrees (North through East) ! Clean map min=-0.014631 max=0.27245 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1118-4634_S_map.fits wmodel /image_prod/ug002_uva//J1118-4634_S_map.mod ! Writing 350 model components to file: /image_prod/ug002_uva//J1118-4634_S_map.mod wobs /image_prod/ug002_uva//J1118-4634_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1118-4634_S_uvs.fits wwins /image_prod/ug002_uva//J1118-4634_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.272448 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00119984 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32118 1.32118 2.64236 5.28472 10.5694 21.1389 42.2778 84.5556 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0035 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.272 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 227.069 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1118-4634_S_dfm.log closed on Wed Mar 4 23:58:48 2020