! Started logfile: /image_prod/ug002_uva//J0010+1058_S_k_dfm.log on Wed Mar 4 18:14:30 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//J0010+1058_S_k_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0010+1058_S_k_uva.fits ! AN table 1: 8 integrations on 21 of 21 possible baselines. ! AN table 2: 8 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.940476 visibilities/baseline/integration-bin. ! Found source: J0010+1058 ! ! 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 948 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 J0010+1058_S_k] 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 2 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 2 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 2 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.000067Jy sigma=9.364299 ! Fit after self-cal, rms=0.945668Jy sigma=8.840968 ! 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=4.278 mas, bmaj=9.069 mas, bpa=7.113 degrees ! Estimated noise=2.95647 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.0441205 Jy ! Component: 100 - total flux cleaned = 0.0538581 Jy ! Total flux subtracted in 100 components = 0.0538581 Jy ! Clean residual min=-0.005625 max=0.006777 Jy/beam ! Clean residual mean=0.000008 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.0538581 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0538581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052109Jy sigma=0.461882 ! Fit after self-cal, rms=0.051700Jy sigma=0.458406 ! 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=4.983 mas, bmaj=9.677 mas, bpa=3.334 degrees ! Estimated noise=2.50931 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.00211766 Jy ! Component: 100 - total flux cleaned = 0.00218365 Jy ! Component: 150 - total flux cleaned = 0.00218374 Jy ! Component: 200 - total flux cleaned = 0.00212961 Jy ! Total flux subtracted in 200 components = 0.00212961 Jy ! Clean residual min=-0.004821 max=0.004737 Jy/beam ! Clean residual mean=0.000020 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.0559877 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.0559877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051506Jy sigma=0.456830 ! Fit after self-cal, rms=0.051490Jy sigma=0.456793 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.983 x 9.677 at 3.334 degrees (North through East) ! Clean map min=-0.0048067 max=0.055872 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 HN 1.28 KP 0.82 NL 0.87 ! OV 0.95 PT 0.94 SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 HN 1.07 KP 0.96 LA 1.18 ! NL 0.88 OV 1.11 PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 0.99 KP 1.13 NL 0.82 ! OV 0.89 PT 0.93 SC 0.81 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 HN 1.19 KP 0.91 LA 1.10 ! NL 0.77 OV 1.23 PT 1.17 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 1.13 KP 1.00 NL 0.96 ! OV 1.02 PT 0.98 SC 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.82 HN 1.08 KP 1.05 LA 1.05 ! NL 0.84 OV 1.13 PT 1.38 ! ! ! Fit before self-cal, rms=0.051490Jy sigma=0.456793 ! Fit after self-cal, rms=0.051990Jy sigma=0.447722 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.943 mas, bmaj=9.595 mas, bpa=5.256 degrees ! Estimated noise=2.49683 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.000777172 Jy ! Component: 100 - total flux cleaned = 0.000953397 Jy ! Component: 150 - total flux cleaned = 0.00105678 Jy ! Component: 200 - total flux cleaned = 0.00115149 Jy ! Total flux subtracted in 200 components = 0.00115149 Jy ! Clean residual min=-0.003747 max=0.003775 Jy/beam ! Clean residual mean=0.000002 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.0571392 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 34 components and 0.0571392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.051952Jy sigma=0.447484 ! Fit after self-cal, rms=0.051898Jy sigma=0.445722 ! 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.051898Jy sigma=0.445722 ! Fit after self-cal, rms=0.052362Jy sigma=0.445556 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=9.563 mas, bpa=5.372 degrees ! Estimated noise=2.50459 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000591735 Jy ! Component: 100 - total flux cleaned = 0.00076302 Jy ! Component: 150 - total flux cleaned = 0.000849077 Jy ! Component: 200 - total flux cleaned = 0.000909476 Jy ! Total flux subtracted in 200 components = 0.000909476 Jy ! Clean residual min=-0.003687 max=0.003546 Jy/beam ! Clean residual mean=0.000004 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.0580487 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 40 components and 0.0580487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052335Jy sigma=0.445381 ! Fit after self-cal, rms=0.052351Jy sigma=0.445353 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.000123785 Jy ! Component: 100 - total flux cleaned = 0.000123279 Jy ! Component: 150 - total flux cleaned = 0.00017296 Jy ! Component: 200 - total flux cleaned = 0.000204304 Jy ! Total flux subtracted in 200 components = 0.000204304 Jy ! Clean residual min=-0.003662 max=0.003478 Jy/beam ! Clean residual mean=0.000004 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.058253 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 47 components and 0.058253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052336Jy sigma=0.445270 ! Fit after self-cal, rms=0.052335Jy sigma=0.445254 ! 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.052335Jy sigma=0.445254 ! Fit after self-cal, rms=0.052505Jy sigma=0.445209 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.952 mas, bmaj=9.54 mas, bpa=5.433 degrees ! Estimated noise=2.50977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000426755 Jy ! Component: 100 - total flux cleaned = 0.000499422 Jy ! Component: 150 - total flux cleaned = 0.000563861 Jy ! Component: 200 - total flux cleaned = 0.000609176 Jy ! Total flux subtracted in 200 components = 0.000609176 Jy ! Clean residual min=-0.003567 max=0.003482 Jy/beam ! Clean residual mean=0.000003 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.0588622 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.0588622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052490Jy sigma=0.445130 ! Fit after self-cal, rms=0.052495Jy sigma=0.445115 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 = 8.46787e-05 Jy ! Component: 100 - total flux cleaned = 6.98757e-05 Jy ! Component: 150 - total flux cleaned = 9.56555e-05 Jy ! Component: 200 - total flux cleaned = 0.000120102 Jy ! Total flux subtracted in 200 components = 0.000120102 Jy ! Clean residual min=-0.003544 max=0.003470 Jy/beam ! Clean residual mean=0.000003 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.0589823 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.0589823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052485Jy sigma=0.445070 ! Fit after self-cal, rms=0.052486Jy sigma=0.445057 ! 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.052486Jy sigma=0.445057 ! Fit after self-cal, rms=0.052578Jy sigma=0.445038 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.474 mas, bmaj=14.41 mas, bpa=-20.99 degrees ! Estimated noise=2.7447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000458574 Jy ! Component: 100 - total flux cleaned = 0.000460113 Jy ! Component: 150 - total flux cleaned = 0.000459939 Jy ! Component: 200 - total flux cleaned = 0.00043005 Jy ! Total flux subtracted in 200 components = 0.00043005 Jy ! Clean residual min=-0.003162 max=0.003074 Jy/beam ! Clean residual mean=0.000004 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.0594123 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.0594123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052575Jy sigma=0.445013 ! Fit after self-cal, rms=0.052575Jy sigma=0.444996 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 = 2.26109e-05 Jy ! Component: 100 - total flux cleaned = 7.95023e-06 Jy ! Component: 150 - total flux cleaned = -5.70951e-06 Jy ! Component: 200 - total flux cleaned = -1.8111e-05 Jy ! Total flux subtracted in 200 components = -1.8111e-05 Jy ! Clean residual min=-0.003147 max=0.003015 Jy/beam ! Clean residual mean=0.000004 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.0593942 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.0593942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052577Jy sigma=0.444998 ! Fit after self-cal, rms=0.052575Jy sigma=0.444982 ! 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=4.951 mas, bmaj=9.523 mas, bpa=5.485 degrees ! Estimated noise=2.51227 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 9.523 at 5.485 degrees (North through East) ! Clean map min=-0.0034308 max=0.054117 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=4.236 mas, bmaj=9.037 mas, bpa=9.053 degrees ! Estimated noise=2.97079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0444871 Jy ! Component: 100 - total flux cleaned = 0.054728 Jy ! Component: 150 - total flux cleaned = 0.0583794 Jy ! Component: 200 - total flux cleaned = 0.0594371 Jy ! Total flux subtracted in 200 components = 0.0594371 Jy ! Clean residual min=-0.004464 max=0.004337 Jy/beam ! Clean residual mean=-0.000001 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.0594371 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0594371 Jy ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=9.523 mas, bpa=5.485 degrees ! Estimated noise=2.51227 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.000115103 Jy ! Component: 100 - total flux cleaned = 0.000292614 Jy ! Component: 150 - total flux cleaned = 0.000393302 Jy ! Component: 200 - total flux cleaned = 0.000393777 Jy ! Total flux subtracted in 200 components = 0.000393777 Jy ! Clean residual min=-0.003657 max=0.003515 Jy/beam ! Clean residual mean=0.000003 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.0598309 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.0598309 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.474 mas, bmaj=14.41 mas, bpa=-20.99 degrees ! Estimated noise=2.7447 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.86016e-05 Jy ! Component: 100 - total flux cleaned = -4.49399e-05 Jy ! Component: 150 - total flux cleaned = -2.6315e-05 Jy ! Component: 200 - total flux cleaned = -4.2654e-05 Jy ! Total flux subtracted in 200 components = -4.2654e-05 Jy ! Clean residual min=-0.003279 max=0.003035 Jy/beam ! Clean residual mean=0.000004 rms=0.000961 Jy/beam ! Combined flux in latest and established models = 0.0597883 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 = -1.52986e-05 Jy ! Component: 100 - total flux cleaned = -2.87796e-05 Jy ! Component: 150 - total flux cleaned = -5.34371e-05 Jy ! Component: 200 - total flux cleaned = -7.65439e-05 Jy ! Total flux subtracted in 200 components = -7.65439e-05 Jy ! Clean residual min=-0.003198 max=0.003006 Jy/beam ! Clean residual mean=0.000004 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.0597117 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 36 components and 0.0597117 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.951 mas, bmaj=9.523 mas, bpa=5.485 degrees ! Estimated noise=2.51227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140499 Jy ! Component: 100 - total flux cleaned = 0.000160924 Jy ! Component: 150 - total flux cleaned = 0.000215503 Jy ! Component: 200 - total flux cleaned = 0.000248544 Jy ! Total flux subtracted in 200 components = 0.000248544 Jy ! Clean residual min=-0.003570 max=0.003466 Jy/beam ! Clean residual mean=0.000003 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.0599603 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 51 components and 0.0599603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052581Jy sigma=0.445136 ! Fit after self-cal, rms=0.052577Jy sigma=0.445099 wmodel J0010+1058_S_k_map.mod ! Writing 51 model components to file: J0010+1058_S_k_map.mod wobs J0010+1058_S_k_uvs.fits ! Writing UV FITS file: J0010+1058_S_k_uvs.fits wwins J0010+1058_S_k_map.win ! wwins: Wrote 1 windows to J0010+1058_S_k_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.000245589 Jy ! Component: 100 - total flux cleaned = 0.000532128 Jy ! Component: 150 - total flux cleaned = 0.000687273 Jy ! Component: 200 - total flux cleaned = 0.000985501 Jy ! Component: 250 - total flux cleaned = 0.00126558 Jy ! Component: 300 - total flux cleaned = 0.00144212 Jy ! Component: 350 - total flux cleaned = 0.00173256 Jy ! Component: 400 - total flux cleaned = 0.00196916 Jy ! Component: 450 - total flux cleaned = 0.00219668 Jy ! Component: 500 - total flux cleaned = 0.00245117 Jy ! Component: 550 - total flux cleaned = 0.00273231 Jy ! Component: 600 - total flux cleaned = 0.00300324 Jy ! Component: 650 - total flux cleaned = 0.00319904 Jy ! Component: 700 - total flux cleaned = 0.00345192 Jy ! Component: 750 - total flux cleaned = 0.00357609 Jy ! Component: 800 - total flux cleaned = 0.00360642 Jy ! Component: 850 - total flux cleaned = 0.00360756 Jy ! Component: 900 - total flux cleaned = 0.0035229 Jy ! Component: 950 - total flux cleaned = 0.00352354 Jy ! Component: 1000 - total flux cleaned = 0.00349639 Jy ! Component: 1050 - total flux cleaned = 0.00347016 Jy ! Component: 1100 - total flux cleaned = 0.00349626 Jy ! Component: 1150 - total flux cleaned = 0.00349557 Jy ! Component: 1200 - total flux cleaned = 0.00349604 Jy ! Component: 1250 - total flux cleaned = 0.00352103 Jy ! Component: 1300 - total flux cleaned = 0.00352076 Jy ! Component: 1350 - total flux cleaned = 0.00347325 Jy ! Component: 1400 - total flux cleaned = 0.00347333 Jy ! Component: 1450 - total flux cleaned = 0.00347317 Jy ! Component: 1500 - total flux cleaned = 0.0034275 Jy ! Component: 1550 - total flux cleaned = 0.00340469 Jy ! Component: 1600 - total flux cleaned = 0.00340448 Jy ! Component: 1650 - total flux cleaned = 0.00340488 Jy ! Component: 1700 - total flux cleaned = 0.00351265 Jy ! Component: 1750 - total flux cleaned = 0.00357643 Jy ! Component: 1800 - total flux cleaned = 0.00363955 Jy ! Component: 1850 - total flux cleaned = 0.00359792 Jy ! Component: 1900 - total flux cleaned = 0.00357748 Jy ! Component: 1950 - total flux cleaned = 0.00355681 Jy ! Component: 2000 - total flux cleaned = 0.00359735 Jy ! Component: 2050 - total flux cleaned = 0.00355657 Jy ! Component: 2100 - total flux cleaned = 0.00355635 Jy ! Component: 2150 - total flux cleaned = 0.0034963 Jy ! Component: 2200 - total flux cleaned = 0.00347624 Jy ! Component: 2250 - total flux cleaned = 0.00343646 Jy ! Component: 2300 - total flux cleaned = 0.00335737 Jy ! Component: 2350 - total flux cleaned = 0.0033574 Jy ! Component: 2400 - total flux cleaned = 0.00329843 Jy ! Component: 2450 - total flux cleaned = 0.00327891 Jy ! Component: 2500 - total flux cleaned = 0.0032206 Jy ! Component: 2550 - total flux cleaned = 0.00322069 Jy ! Component: 2600 - total flux cleaned = 0.00318199 Jy ! Component: 2650 - total flux cleaned = 0.00316276 Jy ! Component: 2700 - total flux cleaned = 0.00316272 Jy ! Component: 2750 - total flux cleaned = 0.00314349 Jy ! Component: 2800 - total flux cleaned = 0.00308597 Jy ! Component: 2850 - total flux cleaned = 0.00306678 Jy ! Component: 2900 - total flux cleaned = 0.00302852 Jy ! Component: 2950 - total flux cleaned = 0.00302863 Jy ! Component: 3000 - total flux cleaned = 0.00300949 Jy ! Component: 3050 - total flux cleaned = 0.00300954 Jy ! Component: 3100 - total flux cleaned = 0.00302889 Jy ! Component: 3150 - total flux cleaned = 0.00304799 Jy ! Component: 3200 - total flux cleaned = 0.00302867 Jy ! Component: 3250 - total flux cleaned = 0.00302875 Jy ! Component: 3300 - total flux cleaned = 0.0030094 Jy ! Component: 3350 - total flux cleaned = 0.00297044 Jy ! Component: 3400 - total flux cleaned = 0.00295101 Jy ! Component: 3450 - total flux cleaned = 0.0029314 Jy ! Component: 3500 - total flux cleaned = 0.00289207 Jy ! Component: 3550 - total flux cleaned = 0.0028329 Jy ! Component: 3600 - total flux cleaned = 0.00279333 Jy ! Component: 3650 - total flux cleaned = 0.00279348 Jy ! Component: 3700 - total flux cleaned = 0.00273388 Jy ! Component: 3750 - total flux cleaned = 0.00267395 Jy ! Component: 3800 - total flux cleaned = 0.00267397 Jy ! Component: 3850 - total flux cleaned = 0.00261343 Jy ! Component: 3900 - total flux cleaned = 0.00257296 Jy ! Component: 3950 - total flux cleaned = 0.00255241 Jy ! Component: 4000 - total flux cleaned = 0.00259313 Jy ! Component: 4050 - total flux cleaned = 0.00257243 Jy ! Total flux subtracted in 4096 components = 0.00259305 Jy ! Clean residual min=-0.001190 max=0.001194 Jy/beam ! Clean residual mean=0.000003 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0625533 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 301 components and 0.0625533 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0010+1058_S_k_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.951 x 9.523 at 5.485 degrees (North through East) ! Clean map min=-0.0024203 max=0.054115 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0010+1058_S_k_map.fits wmodel /image_prod/ug002_uva//J0010+1058_S_k_map.mod ! Writing 301 model components to file: /image_prod/ug002_uva//J0010+1058_S_k_map.mod wobs /image_prod/ug002_uva//J0010+1058_S_k_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0010+1058_S_k_uvs.fits wwins /image_prod/ug002_uva//J0010+1058_S_k_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0010+1058_S_k_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0541152 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000334497 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.85436 1.85436 3.70872 7.41745 14.8349 29.6698 59.3396 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.054 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 161.78 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0010+1058_S_k_dfm.log closed on Wed Mar 4 18:14:34 2020