! Started logfile: /image_prod/ug002_uva//J1507+0415_S_dfm.log on Thu Mar 5 02:04:54 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//J1507+0415_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1507+0415_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.97963 visibilities/baseline/integration-bin. ! Found source: J1507+0415 ! ! 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 6348 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 J1507+0415_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.021915Jy sigma=7.743000 ! Fit after self-cal, rms=0.804304Jy sigma=6.088273 ! 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.925 mas, bmaj=7.077 mas, bpa=-4.848 degrees ! Estimated noise=1.55238 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.153587 Jy ! Component: 100 - total flux cleaned = 0.189326 Jy ! Total flux subtracted in 100 components = 0.189326 Jy ! Clean residual min=-0.005827 max=0.013356 Jy/beam ! Clean residual mean=0.000015 rms=0.001797 Jy/beam ! Combined flux in latest and established models = 0.189326 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.189326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074990Jy sigma=0.499597 ! Fit after self-cal, rms=0.075048Jy sigma=0.499226 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148237 Jy ! Component: 100 - total flux cleaned = 0.0228838 Jy ! Total flux subtracted in 100 components = 0.0228838 Jy ! Clean residual min=-0.004808 max=0.005177 Jy/beam ! Clean residual mean=0.000001 rms=0.001246 Jy/beam ! Combined flux in latest and established models = 0.21221 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.21221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072027Jy sigma=0.471165 ! Fit after self-cal, rms=0.072051Jy sigma=0.470945 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=7.68 mas, bpa=-3.985 degrees ! Estimated noise=1.2086 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.5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00625921 Jy ! Component: 100 - total flux cleaned = 0.00990216 Jy ! Component: 150 - total flux cleaned = 0.0116991 Jy ! Component: 200 - total flux cleaned = 0.012234 Jy ! Total flux subtracted in 200 components = 0.012234 Jy ! Clean residual min=-0.003281 max=0.003039 Jy/beam ! Clean residual mean=-0.000008 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.224444 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 44 components and 0.224444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071423Jy sigma=0.465988 ! Fit after self-cal, rms=0.071408Jy sigma=0.465897 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.397 x 7.68 at -3.985 degrees (North through East) ! Clean map min=-0.0031965 max=0.19951 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 0.99 KP 0.99 ! LA 1.01 MK 1.02 NL 0.98 OV 1.00 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.00 KP 1.03 ! LA 1.02 MK 0.99 NL 0.99 OV 0.97 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.02 KP 0.99 ! LA 1.03 MK 0.98 NL 1.01 OV 1.00 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.071408Jy sigma=0.465897 ! Fit after self-cal, rms=0.070603Jy sigma=0.463541 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.693 mas, bpa=-4.131 degrees ! Estimated noise=1.20492 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 = -4.54728e-05 Jy ! Component: 100 - total flux cleaned = -0.000150174 Jy ! Component: 150 - total flux cleaned = -0.000149351 Jy ! Component: 200 - total flux cleaned = -0.000150472 Jy ! Total flux subtracted in 200 components = -0.000150472 Jy ! Clean residual min=-0.003291 max=0.003087 Jy/beam ! Clean residual mean=-0.000009 rms=0.000736 Jy/beam ! Combined flux in latest and established models = 0.224293 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 60 components and 0.224293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070532Jy sigma=0.463126 ! Fit after self-cal, rms=0.070524Jy sigma=0.463090 ! 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.070524Jy sigma=0.463090 ! Fit after self-cal, rms=0.069789Jy sigma=0.457606 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.404 mas, bmaj=7.708 mas, bpa=-4.081 degrees ! Estimated noise=1.20654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.3105e-05 Jy ! Component: 100 - total flux cleaned = -0.000175874 Jy ! Component: 150 - total flux cleaned = -0.000284223 Jy ! Component: 200 - total flux cleaned = -0.000333823 Jy ! Total flux subtracted in 200 components = -0.000333823 Jy ! Clean residual min=-0.002252 max=0.002057 Jy/beam ! Clean residual mean=0.000001 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.223959 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.22396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069759Jy sigma=0.457459 ! Fit after self-cal, rms=0.069756Jy sigma=0.457432 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.71973e-05 Jy ! Component: 100 - total flux cleaned = -0.000104982 Jy ! Component: 150 - total flux cleaned = -0.000125517 Jy ! Component: 200 - total flux cleaned = -0.000146108 Jy ! Total flux subtracted in 200 components = -0.000146108 Jy ! Clean residual min=-0.002253 max=0.002040 Jy/beam ! Clean residual mean=0.000000 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.223813 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 86 components and 0.223813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069740Jy sigma=0.457355 ! Fit after self-cal, rms=0.069738Jy sigma=0.457349 ! 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.069738Jy sigma=0.457349 ! Fit after self-cal, rms=0.069762Jy sigma=0.455075 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.705 mas, bpa=-4.016 degrees ! Estimated noise=1.20608 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000190755 Jy ! Component: 100 - total flux cleaned = 0.00011104 Jy ! Component: 150 - total flux cleaned = 9.28264e-05 Jy ! Component: 200 - total flux cleaned = 7.6018e-05 Jy ! Total flux subtracted in 200 components = 7.6018e-05 Jy ! Clean residual min=-0.001901 max=0.001667 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.223889 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 101 components and 0.223889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069749Jy sigma=0.455002 ! Fit after self-cal, rms=0.069750Jy sigma=0.454986 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.54046e-06 Jy ! Component: 100 - total flux cleaned = 2.38319e-05 Jy ! Component: 150 - total flux cleaned = 8.37727e-06 Jy ! Component: 200 - total flux cleaned = -6.62223e-06 Jy ! Total flux subtracted in 200 components = -6.62223e-06 Jy ! Clean residual min=-0.001905 max=0.001658 Jy/beam ! Clean residual mean=-0.000001 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.223883 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 106 components and 0.223883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069741Jy sigma=0.454943 ! Fit after self-cal, rms=0.069741Jy sigma=0.454940 ! 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.069741Jy sigma=0.454940 ! Fit after self-cal, rms=0.069758Jy sigma=0.454934 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.147 mas, bmaj=11.2 mas, bpa=-2.969 degrees ! Estimated noise=1.41514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000558072 Jy ! Component: 100 - total flux cleaned = 0.000573307 Jy ! Component: 150 - total flux cleaned = 0.000603877 Jy ! Component: 200 - total flux cleaned = 0.000640405 Jy ! Total flux subtracted in 200 components = 0.000640405 Jy ! Clean residual min=-0.002165 max=0.001910 Jy/beam ! Clean residual mean=-0.000001 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.224523 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 116 components and 0.224523 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069758Jy sigma=0.454936 ! Fit after self-cal, rms=0.069758Jy sigma=0.454929 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.000162208 Jy ! Component: 100 - total flux cleaned = 0.000209541 Jy ! Component: 150 - total flux cleaned = 0.000243079 Jy ! Component: 200 - total flux cleaned = 0.000273769 Jy ! Total flux subtracted in 200 components = 0.000273769 Jy ! Clean residual min=-0.002138 max=0.001918 Jy/beam ! Clean residual mean=-0.000001 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.224797 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 124 components and 0.224797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069759Jy sigma=0.454935 ! Fit after self-cal, rms=0.069759Jy sigma=0.454933 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.703 mas, bpa=-3.984 degrees ! Estimated noise=1.20673 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.4 x 7.703 at -3.984 degrees (North through East) ! Clean map min=-0.0017848 max=0.1988 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.927 mas, bmaj=7.099 mas, bpa=-4.807 degrees ! Estimated noise=1.55559 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.153887 Jy ! Component: 100 - total flux cleaned = 0.189636 Jy ! Component: 150 - total flux cleaned = 0.204398 Jy ! Component: 200 - total flux cleaned = 0.212569 Jy ! Total flux subtracted in 200 components = 0.212569 Jy ! Clean residual min=-0.003839 max=0.004208 Jy/beam ! Clean residual mean=0.000006 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.212569 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.212569 Jy ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.703 mas, bpa=-3.984 degrees ! Estimated noise=1.20673 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.00616443 Jy ! Component: 100 - total flux cleaned = 0.00962762 Jy ! Component: 150 - total flux cleaned = 0.0112297 Jy ! Component: 200 - total flux cleaned = 0.011553 Jy ! Total flux subtracted in 200 components = 0.011553 Jy ! Clean residual min=-0.001899 max=0.001989 Jy/beam ! Clean residual mean=0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.224122 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 45 components and 0.224122 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.147 mas, bmaj=11.2 mas, bpa=-2.969 degrees ! Estimated noise=1.41514 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000469937 Jy ! Component: 100 - total flux cleaned = 0.000582426 Jy ! Component: 150 - total flux cleaned = 0.000612433 Jy ! Component: 200 - total flux cleaned = 0.000687834 Jy ! Total flux subtracted in 200 components = 0.000687834 Jy ! Clean residual min=-0.002164 max=0.002025 Jy/beam ! Clean residual mean=-0.000001 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.22481 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.10774e-05 Jy ! Component: 100 - total flux cleaned = 7.68714e-05 Jy ! Component: 150 - total flux cleaned = 9.2908e-05 Jy ! Component: 200 - total flux cleaned = 0.000134162 Jy ! Total flux subtracted in 200 components = 0.000134162 Jy ! Clean residual min=-0.002150 max=0.002016 Jy/beam ! Clean residual mean=-0.000001 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.224944 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 75 components and 0.224944 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.703 mas, bpa=-3.984 degrees ! Estimated noise=1.20673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00058805 Jy ! Component: 100 - total flux cleaned = -0.000617088 Jy ! Component: 150 - total flux cleaned = -0.000701516 Jy ! Component: 200 - total flux cleaned = -0.000727984 Jy ! Total flux subtracted in 200 components = -0.000727984 Jy ! Clean residual min=-0.001865 max=0.001767 Jy/beam ! Clean residual mean=-0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.224216 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.224216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069794Jy sigma=0.455029 ! Fit after self-cal, rms=0.069786Jy sigma=0.455003 wmodel J1507+0415_S_map.mod ! Writing 93 model components to file: J1507+0415_S_map.mod wobs J1507+0415_S_uvs.fits ! Writing UV FITS file: J1507+0415_S_uvs.fits wwins J1507+0415_S_map.win ! wwins: Wrote 2 windows to J1507+0415_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000277703 Jy ! Component: 100 - total flux cleaned = -0.00055895 Jy ! Component: 150 - total flux cleaned = -0.000795659 Jy ! Component: 200 - total flux cleaned = -0.00105346 Jy ! Component: 250 - total flux cleaned = -0.00130287 Jy ! Component: 300 - total flux cleaned = -0.00143723 Jy ! Component: 350 - total flux cleaned = -0.00154283 Jy ! Component: 400 - total flux cleaned = -0.00177514 Jy ! Component: 450 - total flux cleaned = -0.00192581 Jy ! Component: 500 - total flux cleaned = -0.0019995 Jy ! Component: 550 - total flux cleaned = -0.00212151 Jy ! Component: 600 - total flux cleaned = -0.00231308 Jy ! Component: 650 - total flux cleaned = -0.00233688 Jy ! Component: 700 - total flux cleaned = -0.00247595 Jy ! Component: 750 - total flux cleaned = -0.002567 Jy ! Component: 800 - total flux cleaned = -0.00265603 Jy ! Component: 850 - total flux cleaned = -0.00270055 Jy ! Component: 900 - total flux cleaned = -0.00276575 Jy ! Component: 950 - total flux cleaned = -0.0028731 Jy ! Component: 1000 - total flux cleaned = -0.00293659 Jy ! Component: 1050 - total flux cleaned = -0.00304077 Jy ! Component: 1100 - total flux cleaned = -0.00302022 Jy ! Component: 1150 - total flux cleaned = -0.00302026 Jy ! Component: 1200 - total flux cleaned = -0.00306045 Jy ! Component: 1250 - total flux cleaned = -0.00304041 Jy ! Component: 1300 - total flux cleaned = -0.0030601 Jy ! Component: 1350 - total flux cleaned = -0.00309867 Jy ! Component: 1400 - total flux cleaned = -0.00306054 Jy ! Component: 1450 - total flux cleaned = -0.00304172 Jy ! Component: 1500 - total flux cleaned = -0.00319141 Jy ! Component: 1550 - total flux cleaned = -0.00309898 Jy ! Component: 1600 - total flux cleaned = -0.00315394 Jy ! Component: 1650 - total flux cleaned = -0.00311767 Jy ! Component: 1700 - total flux cleaned = -0.00311768 Jy ! Component: 1750 - total flux cleaned = -0.00304712 Jy ! Component: 1800 - total flux cleaned = -0.00311725 Jy ! Component: 1850 - total flux cleaned = -0.00303048 Jy ! Component: 1900 - total flux cleaned = -0.00301365 Jy ! Component: 1950 - total flux cleaned = -0.00301349 Jy ! Component: 2000 - total flux cleaned = -0.00291291 Jy ! Component: 2050 - total flux cleaned = -0.0028797 Jy ! Component: 2100 - total flux cleaned = -0.0028633 Jy ! Component: 2150 - total flux cleaned = -0.00281463 Jy ! Component: 2200 - total flux cleaned = -0.00278255 Jy ! Component: 2250 - total flux cleaned = -0.00273486 Jy ! Component: 2300 - total flux cleaned = -0.00276643 Jy ! Component: 2350 - total flux cleaned = -0.00267249 Jy ! Component: 2400 - total flux cleaned = -0.002657 Jy ! Component: 2450 - total flux cleaned = -0.00267225 Jy ! Component: 2500 - total flux cleaned = -0.00253506 Jy ! Component: 2550 - total flux cleaned = -0.00248981 Jy ! Component: 2600 - total flux cleaned = -0.0024598 Jy ! Component: 2650 - total flux cleaned = -0.00238557 Jy ! Component: 2700 - total flux cleaned = -0.00235627 Jy ! Component: 2750 - total flux cleaned = -0.00235621 Jy ! Component: 2800 - total flux cleaned = -0.00226926 Jy ! Component: 2850 - total flux cleaned = -0.00228368 Jy ! Component: 2900 - total flux cleaned = -0.00224066 Jy ! Component: 2950 - total flux cleaned = -0.00218391 Jy ! Component: 3000 - total flux cleaned = -0.00215565 Jy ! Component: 3050 - total flux cleaned = -0.00215546 Jy ! Component: 3100 - total flux cleaned = -0.0021 Jy ! Component: 3150 - total flux cleaned = -0.0021414 Jy ! Component: 3200 - total flux cleaned = -0.00207302 Jy ! Component: 3250 - total flux cleaned = -0.00205944 Jy ! Component: 3300 - total flux cleaned = -0.00199181 Jy ! Component: 3350 - total flux cleaned = -0.00204556 Jy ! Component: 3400 - total flux cleaned = -0.00196526 Jy ! Component: 3450 - total flux cleaned = -0.00197864 Jy ! Component: 3500 - total flux cleaned = -0.00193916 Jy ! Component: 3550 - total flux cleaned = -0.00192606 Jy ! Component: 3600 - total flux cleaned = -0.00189988 Jy ! Component: 3650 - total flux cleaned = -0.00184811 Jy ! Component: 3700 - total flux cleaned = -0.00182253 Jy ! Component: 3750 - total flux cleaned = -0.0018225 Jy ! Component: 3800 - total flux cleaned = -0.00178436 Jy ! Component: 3850 - total flux cleaned = -0.00178444 Jy ! Component: 3900 - total flux cleaned = -0.00172165 Jy ! Component: 3950 - total flux cleaned = -0.00174666 Jy ! Component: 4000 - total flux cleaned = -0.00173426 Jy ! Component: 4050 - total flux cleaned = -0.00168483 Jy ! Total flux subtracted in 4096 components = -0.00164801 Jy ! Clean residual min=-0.000786 max=0.000747 Jy/beam ! Clean residual mean=-0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.222568 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 379 components and 0.222568 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1507+0415_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.4 x 7.703 at -3.984 degrees (North through East) ! Clean map min=-0.0015879 max=0.19856 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1507+0415_S_map.fits wmodel /image_prod/ug002_uva//J1507+0415_S_map.mod ! Writing 379 model components to file: /image_prod/ug002_uva//J1507+0415_S_map.mod wobs /image_prod/ug002_uva//J1507+0415_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1507+0415_S_uvs.fits wwins /image_prod/ug002_uva//J1507+0415_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1507+0415_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.198556 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219746 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.332016 0.332016 0.664031 1.32806 2.65613 5.31225 10.6245 21.249 42.498 84.996 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.198 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 903.571 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1507+0415_S_dfm.log closed on Thu Mar 5 02:04:58 2020