! Started logfile: /image_prod/ug002_uva//J1855+0251_S_dfm.log on Thu Mar 5 03:58:37 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//J1855+0251_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1855+0251_S_uva.fits ! AN table 1: 112 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.593452 visibilities/baseline/integration-bin. ! Found source: J1855+0251 ! ! 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 2991 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 J1855+0251_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 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005077Jy sigma=9.149446 ! Fit after self-cal, rms=0.949536Jy sigma=8.615246 ! 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=11.68 mas, bmaj=15.52 mas, bpa=-9.224 degrees ! Estimated noise=2.18994 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.0418509 Jy ! Component: 100 - total flux cleaned = 0.0578091 Jy ! Total flux subtracted in 100 components = 0.0578091 Jy ! Clean residual min=-0.008634 max=0.008752 Jy/beam ! Clean residual mean=0.000040 rms=0.003329 Jy/beam ! Combined flux in latest and established models = 0.0578091 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 53 components and 0.0578091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060766Jy sigma=0.490605 ! Fit after self-cal, rms=0.059382Jy sigma=0.480262 ! 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=12.27 mas, bmaj=17.15 mas, bpa=0.5641 degrees ! Estimated noise=1.46012 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.0119876 Jy ! Component: 100 - total flux cleaned = 0.0188772 Jy ! Component: 150 - total flux cleaned = 0.0238547 Jy ! Component: 200 - total flux cleaned = 0.0280226 Jy ! Total flux subtracted in 200 components = 0.0280226 Jy ! Clean residual min=-0.002768 max=0.002804 Jy/beam ! Clean residual mean=0.000014 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.0858317 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 152 components and 0.0858317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056684Jy sigma=0.446321 ! Fit after self-cal, rms=0.056339Jy sigma=0.443898 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.27 x 17.15 at 0.5641 degrees (North through East) ! Clean map min=-0.0049752 max=0.050733 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 1.18 KP 0.89 LA 0.94 ! NL 0.98 OV 1.21 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 HN 0.94 KP 0.92 LA 0.94 ! NL 0.99 OV 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 1.05 KP 0.86 LA 0.92 ! NL 1.13 OV 1.13 ! ! ! Fit before self-cal, rms=0.056339Jy sigma=0.443898 ! Fit after self-cal, rms=0.058072Jy sigma=0.437924 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.76 mas, bmaj=17.36 mas, bpa=-2.032 degrees ! Estimated noise=1.43737 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.00178248 Jy ! Component: 100 - total flux cleaned = 0.00199987 Jy ! Component: 150 - total flux cleaned = 0.00225047 Jy ! Component: 200 - total flux cleaned = 0.00246007 Jy ! Total flux subtracted in 200 components = 0.00246007 Jy ! Clean residual min=-0.001077 max=0.001078 Jy/beam ! Clean residual mean=0.000001 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.0882918 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 212 components and 0.0882918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057702Jy sigma=0.434891 ! Fit after self-cal, rms=0.057675Jy sigma=0.433478 ! 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.057675Jy sigma=0.433478 ! Fit after self-cal, rms=0.056139Jy sigma=0.432770 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=17.32 mas, bpa=-3.781 degrees ! Estimated noise=1.41933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00216734 Jy ! Component: 100 - total flux cleaned = 0.00324355 Jy ! Component: 150 - total flux cleaned = 0.00432862 Jy ! Component: 200 - total flux cleaned = 0.00506109 Jy ! Total flux subtracted in 200 components = 0.00506109 Jy ! Clean residual min=-0.000808 max=0.000813 Jy/beam ! Clean residual mean=-0.000003 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.0933529 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 266 components and 0.0933529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055937Jy sigma=0.431401 ! Fit after self-cal, rms=0.055801Jy sigma=0.431077 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.00142927 Jy ! Component: 100 - total flux cleaned = 0.00200028 Jy ! Component: 150 - total flux cleaned = 0.00214477 Jy ! Component: 200 - total flux cleaned = 0.00232212 Jy ! Total flux subtracted in 200 components = 0.00232212 Jy ! Clean residual min=-0.000691 max=0.000690 Jy/beam ! Clean residual mean=-0.000003 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.095675 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 312 components and 0.095675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055667Jy sigma=0.430332 ! Fit after self-cal, rms=0.055580Jy sigma=0.430207 ! 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.055580Jy sigma=0.430207 ! Fit after self-cal, rms=0.054539Jy sigma=0.430085 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=17.25 mas, bpa=-5.128 degrees ! Estimated noise=1.40796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120863 Jy ! Component: 100 - total flux cleaned = 0.00160809 Jy ! Component: 150 - total flux cleaned = 0.00194986 Jy ! Component: 200 - total flux cleaned = 0.00201738 Jy ! Total flux subtracted in 200 components = 0.00201738 Jy ! Clean residual min=-0.000538 max=0.000537 Jy/beam ! Clean residual mean=-0.000002 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0976923 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 350 components and 0.0976923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054459Jy sigma=0.429626 ! Fit after self-cal, rms=0.054390Jy sigma=0.429535 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.000468443 Jy ! Component: 100 - total flux cleaned = 0.000507414 Jy ! Component: 150 - total flux cleaned = 0.000350103 Jy ! Component: 200 - total flux cleaned = 0.000290797 Jy ! Total flux subtracted in 200 components = 0.000290797 Jy ! Clean residual min=-0.000471 max=0.000469 Jy/beam ! Clean residual mean=-0.000002 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.0979831 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 398 components and 0.0979831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054333Jy sigma=0.429246 ! Fit after self-cal, rms=0.054302Jy sigma=0.429205 ! 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.054302Jy sigma=0.429205 ! Fit after self-cal, rms=0.053881Jy sigma=0.429168 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.44 mas, bmaj=17.82 mas, bpa=-3.099 degrees ! Estimated noise=1.38441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000387561 Jy ! Component: 100 - total flux cleaned = 0.000387988 Jy ! Component: 150 - total flux cleaned = 0.000434733 Jy ! Component: 200 - total flux cleaned = 0.000390799 Jy ! Total flux subtracted in 200 components = 0.000390799 Jy ! Clean residual min=-0.000347 max=0.000348 Jy/beam ! Clean residual mean=-0.000002 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.0983739 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 440 components and 0.0983739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053845Jy sigma=0.428977 ! Fit after self-cal, rms=0.053821Jy sigma=0.428943 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 = -3.78729e-07 Jy ! Component: 100 - total flux cleaned = -4.64222e-05 Jy ! Component: 150 - total flux cleaned = -8.97388e-05 Jy ! Component: 200 - total flux cleaned = -0.000149413 Jy ! Total flux subtracted in 200 components = -0.000149413 Jy ! Clean residual min=-0.000322 max=0.000323 Jy/beam ! Clean residual mean=-0.000002 rms=0.000128 Jy/beam ! Combined flux in latest and established models = 0.0982245 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 480 components and 0.0982245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053792Jy sigma=0.428794 ! Fit after self-cal, rms=0.053782Jy sigma=0.428775 ! 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=12.71 mas, bmaj=17.22 mas, bpa=-5.732 degrees ! Estimated noise=1.40223 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.71 x 17.22 at -5.732 degrees (North through East) ! Clean map min=-0.0021681 max=0.049501 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=12.01 mas, bmaj=15.96 mas, bpa=-15.47 degrees ! Estimated noise=2.13203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0406563 Jy ! Component: 100 - total flux cleaned = 0.054616 Jy ! Component: 150 - total flux cleaned = 0.0649164 Jy ! Component: 200 - total flux cleaned = 0.0706064 Jy ! Total flux subtracted in 200 components = 0.0706064 Jy ! Clean residual min=-0.004430 max=0.004477 Jy/beam ! Clean residual mean=0.000014 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.0706064 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 67 model components to the UV plane model. ! The established model now contains 67 components and 0.0706064 Jy ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=17.22 mas, bpa=-5.732 degrees ! Estimated noise=1.40223 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.00380953 Jy ! Component: 100 - total flux cleaned = 0.00451686 Jy ! Component: 150 - total flux cleaned = 0.00426947 Jy ! Component: 200 - total flux cleaned = 0.00416157 Jy ! Total flux subtracted in 200 components = 0.00416157 Jy ! Clean residual min=-0.001734 max=0.001718 Jy/beam ! Clean residual mean=0.000001 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.0747679 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 144 components and 0.0747679 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=13.44 mas, bmaj=17.82 mas, bpa=-3.099 degrees ! Estimated noise=1.38441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000895723 Jy ! Component: 100 - total flux cleaned = 0.000743736 Jy ! Component: 150 - total flux cleaned = 0.000545342 Jy ! Component: 200 - total flux cleaned = 0.000717642 Jy ! Total flux subtracted in 200 components = 0.000717642 Jy ! Clean residual min=-0.000919 max=0.000922 Jy/beam ! Clean residual mean=-0.000002 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0754856 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.000106876 Jy ! Component: 100 - total flux cleaned = -0.000159907 Jy ! Component: 150 - total flux cleaned = -0.000291345 Jy ! Component: 200 - total flux cleaned = -0.000531888 Jy ! Total flux subtracted in 200 components = -0.000531888 Jy ! Clean residual min=-0.000648 max=0.000653 Jy/beam ! Clean residual mean=-0.000004 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.0749537 Jy ! Adding 180 model components to the UV plane model. ! The established model now contains 313 components and 0.0749536 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=17.22 mas, bpa=-5.732 degrees ! Estimated noise=1.40223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168454 Jy ! Component: 100 - total flux cleaned = -0.000172112 Jy ! Component: 150 - total flux cleaned = -0.00030318 Jy ! Component: 200 - total flux cleaned = -0.000304538 Jy ! Total flux subtracted in 200 components = -0.000304538 Jy ! Clean residual min=-0.000488 max=0.000485 Jy/beam ! Clean residual mean=-0.000003 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0746491 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 373 components and 0.0746491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053808Jy sigma=0.429060 ! Fit after self-cal, rms=0.053781Jy sigma=0.428937 wmodel J1855+0251_S_map.mod ! Writing 373 model components to file: J1855+0251_S_map.mod wobs J1855+0251_S_uvs.fits ! Writing UV FITS file: J1855+0251_S_uvs.fits wwins J1855+0251_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//J1855+0251_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.71 x 17.22 at -5.732 degrees (North through East) ! Clean map min=-0.0023541 max=0.045937 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1855+0251_S_map.fits wmodel /image_prod/ug002_uva//J1855+0251_S_map.mod ! Writing 373 model components to file: /image_prod/ug002_uva//J1855+0251_S_map.mod wobs /image_prod/ug002_uva//J1855+0251_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1855+0251_S_uvs.fits wwins /image_prod/ug002_uva//J1855+0251_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.0459373 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212212 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.38588 1.38588 2.77175 5.54351 11.087 22.174 44.3481 88.6961 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.045 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 216.469 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1855+0251_S_dfm.log closed on Thu Mar 5 03:58:39 2020