! Started logfile: /image_prod/ug002_uva//J0701-4634_S_dfm.log on Wed Mar 4 21:37:18 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//J0701-4634_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0701-4634_S_uva.fits ! AN table 1: 75 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.636 visibilities/baseline/integration-bin. ! Found source: J0701-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 1431 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 J0701-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 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 78 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.086982Jy sigma=5.967373 ! Fit after self-cal, rms=0.704000Jy sigma=3.820446 ! 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=14.86 mas, bmaj=97.99 mas, bpa=-1.185 degrees ! Estimated noise=9.37012 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.24007 Jy ! Component: 100 - total flux cleaned = 0.308617 Jy ! Total flux subtracted in 100 components = 0.308617 Jy ! Clean residual min=-0.016714 max=0.030178 Jy/beam ! Clean residual mean=-0.001155 rms=0.008905 Jy/beam ! Combined flux in latest and established models = 0.308617 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 48 components and 0.308617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089975Jy sigma=0.485712 ! Fit after self-cal, rms=0.089944Jy sigma=0.485377 ! 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=15.05 mas, bmaj=91.31 mas, bpa=-1.249 degrees ! Estimated noise=3.43613 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.0330414 Jy ! Component: 100 - total flux cleaned = 0.0508494 Jy ! Component: 150 - total flux cleaned = 0.0592951 Jy ! Component: 200 - total flux cleaned = 0.0630683 Jy ! Total flux subtracted in 200 components = 0.0630683 Jy ! Clean residual min=-0.004685 max=0.004626 Jy/beam ! Clean residual mean=-0.000145 rms=0.002224 Jy/beam ! Combined flux in latest and established models = 0.371685 Jy ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 145 components and 0.371686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077128Jy sigma=0.414649 ! Fit after self-cal, rms=0.077067Jy sigma=0.414061 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.05 x 91.31 at -1.249 degrees (North through East) ! Clean map min=-0.0063892 max=0.30675 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 117 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.98 LA 0.99 OV 1.08 ! PT 0.98 ! ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 1.00 LA 0.98 OV 1.05 ! PT 1.03 ! ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.99 LA 0.98 OV 1.01 ! PT 0.94 ! ! ! Fit before self-cal, rms=0.077067Jy sigma=0.414061 ! Fit after self-cal, rms=0.075518Jy sigma=0.412237 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=13.84 mas, bmaj=157.2 mas, bpa=1.422 degrees ! Estimated noise=3.88925 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.000882098 Jy ! Component: 100 - total flux cleaned = 0.00177806 Jy ! Component: 150 - total flux cleaned = 0.00209014 Jy ! Component: 200 - total flux cleaned = 0.0020332 Jy ! Total flux subtracted in 200 components = 0.0020332 Jy ! Clean residual min=-0.000854 max=0.000860 Jy/beam ! Clean residual mean=-0.000006 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.373719 Jy ! Performing phase self-cal ! Adding 116 model components to the UV plane model. ! The established model now contains 261 components and 0.373719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075343Jy sigma=0.411445 ! Fit after self-cal, rms=0.075366Jy sigma=0.411392 ! 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.075366Jy sigma=0.411392 ! Fit after self-cal, rms=0.075294Jy sigma=0.411374 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.84 mas, bmaj=157.2 mas, bpa=1.428 degrees ! Estimated noise=3.88527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000317567 Jy ! Component: 100 - total flux cleaned = 0.000432408 Jy ! Component: 150 - total flux cleaned = 0.00039119 Jy ! Component: 200 - total flux cleaned = 0.000347789 Jy ! Total flux subtracted in 200 components = 0.000347789 Jy ! Clean residual min=-0.000749 max=0.000741 Jy/beam ! Clean residual mean=-0.000003 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.374066 Jy selfcal ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 345 components and 0.374067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075253Jy sigma=0.411217 ! Fit after self-cal, rms=0.075255Jy sigma=0.411213 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.000133578 Jy ! Component: 100 - total flux cleaned = -6.72058e-05 Jy ! Component: 150 - total flux cleaned = -3.93729e-05 Jy ! Component: 200 - total flux cleaned = 2.68066e-05 Jy ! Total flux subtracted in 200 components = 2.68066e-05 Jy ! Clean residual min=-0.000573 max=0.000552 Jy/beam ! Clean residual mean=-0.000000 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.374093 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 418 components and 0.374093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075227Jy sigma=0.411089 ! Fit after self-cal, rms=0.075227Jy sigma=0.411088 ! 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.075227Jy sigma=0.411088 ! Fit after self-cal, rms=0.075156Jy sigma=0.411080 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.83 mas, bmaj=157.2 mas, bpa=1.43 degrees ! Estimated noise=3.88208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.76585e-05 Jy ! Component: 100 - total flux cleaned = 0.000160055 Jy ! Component: 150 - total flux cleaned = 0.000189489 Jy ! Component: 200 - total flux cleaned = 0.000157442 Jy ! Total flux subtracted in 200 components = 0.000157442 Jy ! Clean residual min=-0.000578 max=0.000569 Jy/beam ! Clean residual mean=0.000003 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.374251 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 464 components and 0.374251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075131Jy sigma=0.410986 ! Fit after self-cal, rms=0.075131Jy sigma=0.410985 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.56837e-05 Jy ! Component: 100 - total flux cleaned = 8.96761e-06 Jy ! Component: 150 - total flux cleaned = 8.89095e-05 Jy ! Component: 200 - total flux cleaned = 8.88737e-05 Jy ! Total flux subtracted in 200 components = 8.88737e-05 Jy ! Clean residual min=-0.000439 max=0.000440 Jy/beam ! Clean residual mean=-0.000001 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.37434 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 515 components and 0.37434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075113Jy sigma=0.410897 ! Fit after self-cal, rms=0.075113Jy sigma=0.410897 ! 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.075113Jy sigma=0.410897 ! Fit after self-cal, rms=0.075087Jy sigma=0.410893 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.46 mas, bmaj=155.2 mas, bpa=1.385 degrees ! Estimated noise=3.87684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.73235e-05 Jy ! Component: 100 - total flux cleaned = 0.00012589 Jy ! Component: 150 - total flux cleaned = 0.000152591 Jy ! Component: 200 - total flux cleaned = 0.000122627 Jy ! Total flux subtracted in 200 components = 0.000122627 Jy ! Clean residual min=-0.000527 max=0.000536 Jy/beam ! Clean residual mean=0.000002 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.374463 Jy selfcal ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 553 components and 0.374463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075070Jy sigma=0.410838 ! Fit after self-cal, rms=0.075071Jy sigma=0.410835 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.60825e-05 Jy ! Component: 100 - total flux cleaned = 0.000141954 Jy ! Component: 150 - total flux cleaned = 0.000184548 Jy ! Component: 200 - total flux cleaned = 0.00020472 Jy ! Total flux subtracted in 200 components = 0.00020472 Jy ! Clean residual min=-0.000351 max=0.000346 Jy/beam ! Clean residual mean=-0.000004 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.374667 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 611 components and 0.374667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075057Jy sigma=0.410776 ! Fit after self-cal, rms=0.075057Jy sigma=0.410776 ! 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=13.83 mas, bmaj=157.2 mas, bpa=1.43 degrees ! Estimated noise=3.88078 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.83 x 157.2 at 1.43 degrees (North through East) ! Clean map min=-0.0057122 max=0.29736 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=13.43 mas, bmaj=162.6 mas, bpa=1.157 degrees ! Estimated noise=4.24881 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.226621 Jy ! Component: 100 - total flux cleaned = 0.29313 Jy ! Component: 150 - total flux cleaned = 0.328286 Jy ! Component: 200 - total flux cleaned = 0.347185 Jy ! Total flux subtracted in 200 components = 0.347185 Jy ! Clean residual min=-0.006578 max=0.009050 Jy/beam ! Clean residual mean=-0.000363 rms=0.002902 Jy/beam ! Combined flux in latest and established models = 0.347185 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.347185 Jy ! Inverting map and beam ! Estimated beam: bmin=13.83 mas, bmaj=157.2 mas, bpa=1.43 degrees ! Estimated noise=3.88078 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.0109196 Jy ! Component: 100 - total flux cleaned = 0.0147345 Jy ! Component: 150 - total flux cleaned = 0.0153969 Jy ! Component: 200 - total flux cleaned = 0.0155279 Jy ! Total flux subtracted in 200 components = 0.0155279 Jy ! Clean residual min=-0.001964 max=0.001933 Jy/beam ! Clean residual mean=-0.000065 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.362713 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 113 components and 0.362713 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=14.46 mas, bmaj=155.2 mas, bpa=1.385 degrees ! Estimated noise=3.87684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172311 Jy ! Component: 100 - total flux cleaned = -0.000316909 Jy ! Component: 150 - total flux cleaned = -0.000429405 Jy ! Component: 200 - total flux cleaned = -0.000586195 Jy ! Total flux subtracted in 200 components = -0.000586195 Jy ! Clean residual min=-0.000801 max=0.000800 Jy/beam ! Clean residual mean=-0.000020 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.362126 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 = 4.61327e-05 Jy ! Component: 100 - total flux cleaned = 9.60169e-05 Jy ! Component: 150 - total flux cleaned = 9.40647e-05 Jy ! Component: 200 - total flux cleaned = 3.96677e-05 Jy ! Total flux subtracted in 200 components = 3.96677e-05 Jy ! Clean residual min=-0.000961 max=0.000942 Jy/beam ! Clean residual mean=-0.000028 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.362166 Jy ! Adding 189 model components to the UV plane model. ! The established model now contains 296 components and 0.362166 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=13.83 mas, bmaj=157.2 mas, bpa=1.43 degrees ! Estimated noise=3.88078 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000405635 Jy ! Component: 100 - total flux cleaned = -0.000522623 Jy ! Component: 150 - total flux cleaned = -0.000628711 Jy ! Component: 200 - total flux cleaned = -0.000594681 Jy ! Total flux subtracted in 200 components = -0.000594681 Jy ! Clean residual min=-0.000565 max=0.000562 Jy/beam ! Clean residual mean=-0.000020 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.361571 Jy selfcal ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 370 components and 0.361571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075122Jy sigma=0.411085 ! Fit after self-cal, rms=0.075120Jy sigma=0.411074 wmodel J0701-4634_S_map.mod ! Writing 370 model components to file: J0701-4634_S_map.mod wobs J0701-4634_S_uvs.fits ! Writing UV FITS file: J0701-4634_S_uvs.fits wwins J0701-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//J0701-4634_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 13.83 x 157.2 at 1.43 degrees (North through East) ! Clean map min=-0.0043496 max=0.29502 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0701-4634_S_map.fits wmodel /image_prod/ug002_uva//J0701-4634_S_map.mod ! Writing 370 model components to file: /image_prod/ug002_uva//J0701-4634_S_map.mod wobs /image_prod/ug002_uva//J0701-4634_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0701-4634_S_uvs.fits wwins /image_prod/ug002_uva//J0701-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.295023 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000268004 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.272525 0.272525 0.545049 1.0901 2.1802 4.36039 8.72079 17.4416 34.8831 69.7663 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.295 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1100.82 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0701-4634_S_dfm.log closed on Wed Mar 4 21:37:24 2020