! Started logfile: /scr/pima/rv124_uvs/J1048-4114_S_dfm.log on Mon Dec 24 01:40:57 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv124_uvs/J1048-4114_S_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J1048-4114_S_uva.fits ! AN table 1: 44 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J1048-4114 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 4312 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 J1048-4114_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 352 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997336Jy sigma=11.525766 ! Fit after self-cal, rms=0.902250Jy sigma=10.349244 ! 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.418 mas, bmaj=7.807 mas, bpa=1.439 degrees ! Estimated noise=1.75303 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.0667546 Jy ! Component: 100 - total flux cleaned = 0.0945939 Jy ! Total flux subtracted in 100 components = 0.0945939 Jy ! Clean residual min=-0.013171 max=0.019216 Jy/beam ! Clean residual mean=-0.000015 rms=0.003690 Jy/beam ! Combined flux in latest and established models = 0.094594 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.094594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107405Jy sigma=1.208320 ! Fit after self-cal, rms=0.106588Jy sigma=1.201296 ! 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.101 mas, bmaj=9.724 mas, bpa=1.996 degrees ! Estimated noise=1.1015 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.03245 Jy ! Component: 100 - total flux cleaned = 0.0477249 Jy ! Component: 150 - total flux cleaned = 0.0551144 Jy ! Component: 200 - total flux cleaned = 0.0584989 Jy ! Total flux subtracted in 200 components = 0.0584989 Jy ! Clean residual min=-0.014005 max=0.019077 Jy/beam ! Clean residual mean=0.000125 rms=0.004343 Jy/beam ! Combined flux in latest and established models = 0.153093 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 54 components and 0.153093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099107Jy sigma=1.077046 ! Fit after self-cal, rms=0.098983Jy sigma=1.074992 ! 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.101 x 9.724 at 1.996 degrees (North through East) ! Clean map min=-0.013683 max=0.086068 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.81 LA 0.90 MK 1.08 ! NL 2.06 OV 0.93 PT 1.04 SC 1.12 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 0.87 LA 0.92 MK 1.07 ! NL 1.67 OV 0.76 PT 0.99 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* MK 0.00* ! NL 0.00* OV 0.00* PT 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 KP 0.85 LA 0.95 MK 1.01 ! NL 1.89 OV 1.03 PT 0.99 SC 1.09 ! ! ! Fit before self-cal, rms=0.098983Jy sigma=1.074992 ! Fit after self-cal, rms=0.119578Jy sigma=1.024160 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.161 mas, bmaj=9.918 mas, bpa=2.408 degrees ! Estimated noise=1.13622 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 = 5.69502e-05 Jy ! Component: 100 - total flux cleaned = 5.68762e-05 Jy ! Component: 150 - total flux cleaned = 5.56357e-05 Jy ! Component: 200 - total flux cleaned = 5.41158e-05 Jy ! Total flux subtracted in 200 components = 5.41158e-05 Jy ! Clean residual min=-0.010188 max=0.015896 Jy/beam ! Clean residual mean=0.000210 rms=0.003757 Jy/beam ! Combined flux in latest and established models = 0.153147 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 57 components and 0.153147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119542Jy sigma=1.023484 ! Fit after self-cal, rms=0.120294Jy sigma=1.021328 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120294Jy sigma=1.021328 ! Fit after self-cal, rms=0.124197Jy sigma=1.013942 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=9.837 mas, bpa=2.392 degrees ! Estimated noise=1.14273 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212203 Jy ! Component: 100 - total flux cleaned = 0.00222034 Jy ! Component: 150 - total flux cleaned = 0.00226523 Jy ! Component: 200 - total flux cleaned = 0.00230858 Jy ! Total flux subtracted in 200 components = 0.00230858 Jy ! Clean residual min=-0.010057 max=0.015547 Jy/beam ! Clean residual mean=0.000182 rms=0.003596 Jy/beam ! Combined flux in latest and established models = 0.155455 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 64 components and 0.155455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124134Jy sigma=1.013390 ! Fit after self-cal, rms=0.124238Jy sigma=1.013217 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) ! Added new window around map position (93, -70.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144941 Jy ! Component: 100 - total flux cleaned = 0.0217154 Jy ! Component: 150 - total flux cleaned = 0.0257889 Jy ! Component: 200 - total flux cleaned = 0.0285285 Jy ! Total flux subtracted in 200 components = 0.0285285 Jy ! Clean residual min=-0.008638 max=0.010196 Jy/beam ! Clean residual mean=0.000053 rms=0.002701 Jy/beam ! Combined flux in latest and established models = 0.183984 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 101 components and 0.183984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122640Jy sigma=0.985413 ! Fit after self-cal, rms=0.122338Jy sigma=0.979866 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122338Jy sigma=0.979866 ! Fit after self-cal, rms=0.126024Jy sigma=0.971120 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.128 mas, bmaj=9.852 mas, bpa=2.305 degrees ! Estimated noise=1.12999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00665386 Jy ! Component: 100 - total flux cleaned = 0.00990297 Jy ! Component: 150 - total flux cleaned = 0.0109789 Jy ! Component: 200 - total flux cleaned = 0.0114589 Jy ! Total flux subtracted in 200 components = 0.0114589 Jy ! Clean residual min=-0.007430 max=0.009650 Jy/beam ! Clean residual mean=0.000023 rms=0.002231 Jy/beam ! Combined flux in latest and established models = 0.195443 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 123 components and 0.195443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125637Jy sigma=0.964719 ! Fit after self-cal, rms=0.125654Jy sigma=0.963405 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) ! Added new window around map position (9.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00845951 Jy ! Component: 100 - total flux cleaned = 0.010057 Jy ! Component: 150 - total flux cleaned = 0.010289 Jy ! Component: 200 - total flux cleaned = 0.0105813 Jy ! Total flux subtracted in 200 components = 0.0105813 Jy ! Clean residual min=-0.006685 max=0.008600 Jy/beam ! Clean residual mean=0.000059 rms=0.002036 Jy/beam ! Combined flux in latest and established models = 0.206024 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 143 components and 0.206024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124981Jy sigma=0.953482 ! Fit after self-cal, rms=0.124770Jy sigma=0.951392 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124770Jy sigma=0.951392 ! Fit after self-cal, rms=0.118793Jy sigma=0.948094 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.5 mas, bmaj=33.4 mas, bpa=-0.972 degrees ! Estimated noise=1.36859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00561866 Jy ! Component: 100 - total flux cleaned = 0.00830645 Jy ! Component: 150 - total flux cleaned = 0.00908248 Jy ! Component: 200 - total flux cleaned = 0.00986427 Jy ! Total flux subtracted in 200 components = 0.00986427 Jy ! Clean residual min=-0.007892 max=0.010524 Jy/beam ! Clean residual mean=0.000139 rms=0.002671 Jy/beam ! Combined flux in latest and established models = 0.215888 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 154 components and 0.215888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118618Jy sigma=0.945272 ! Fit after self-cal, rms=0.118603Jy sigma=0.944534 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.00167705 Jy ! Component: 100 - total flux cleaned = 0.00205974 Jy ! Component: 150 - total flux cleaned = 0.00240018 Jy ! Component: 200 - total flux cleaned = 0.00270492 Jy ! Total flux subtracted in 200 components = 0.00270492 Jy ! Clean residual min=-0.007916 max=0.010376 Jy/beam ! Clean residual mean=0.000129 rms=0.002561 Jy/beam ! Combined flux in latest and established models = 0.218593 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 159 components and 0.218593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118510Jy sigma=0.943742 ! Fit after self-cal, rms=0.118499Jy sigma=0.943439 ! 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.047 mas, bmaj=9.617 mas, bpa=1.715 degrees ! Estimated noise=1.0877 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 9.617 at 1.715 degrees (North through East) ! Clean map min=-0.0057686 max=0.084425 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.354 mas, bmaj=7.661 mas, bpa=1.572 degrees ! Estimated noise=1.74052 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0661154 Jy ! Component: 100 - total flux cleaned = 0.0971129 Jy ! Component: 150 - total flux cleaned = 0.118211 Jy ! Component: 200 - total flux cleaned = 0.134179 Jy ! Total flux subtracted in 200 components = 0.134179 Jy ! Clean residual min=-0.009264 max=0.010560 Jy/beam ! Clean residual mean=0.000041 rms=0.002627 Jy/beam ! Combined flux in latest and established models = 0.134179 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.134179 Jy ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=9.617 mas, bpa=1.715 degrees ! Estimated noise=1.0877 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) ! Added new window around map position (0.5, 11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205954 Jy ! Component: 100 - total flux cleaned = 0.0350034 Jy ! Component: 150 - total flux cleaned = 0.0459042 Jy ! Component: 200 - total flux cleaned = 0.0543523 Jy ! Total flux subtracted in 200 components = 0.0543523 Jy ! Clean residual min=-0.006852 max=0.007045 Jy/beam ! Clean residual mean=0.000075 rms=0.002179 Jy/beam ! Combined flux in latest and established models = 0.188531 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 113 components and 0.188531 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=9.5 mas, bmaj=33.4 mas, bpa=-0.972 degrees ! Estimated noise=1.36859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100841 Jy ! Component: 100 - total flux cleaned = 0.0166496 Jy ! Component: 150 - total flux cleaned = 0.0213268 Jy ! Component: 200 - total flux cleaned = 0.0232328 Jy ! Total flux subtracted in 200 components = 0.0232328 Jy ! Clean residual min=-0.008514 max=0.010448 Jy/beam ! Clean residual mean=0.000101 rms=0.002700 Jy/beam ! Combined flux in latest and established models = 0.211764 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.00126806 Jy ! Component: 100 - total flux cleaned = 0.00227466 Jy ! Component: 150 - total flux cleaned = 0.00326812 Jy ! Component: 200 - total flux cleaned = 0.00414173 Jy ! Total flux subtracted in 200 components = 0.00414173 Jy ! Clean residual min=-0.008261 max=0.010114 Jy/beam ! Clean residual mean=0.000111 rms=0.002528 Jy/beam ! Combined flux in latest and established models = 0.215906 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 160 components and 0.215906 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=9.617 mas, bpa=1.715 degrees ! Estimated noise=1.0877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000502398 Jy ! Component: 100 - total flux cleaned = 0.00115279 Jy ! Component: 150 - total flux cleaned = 0.00161255 Jy ! Component: 200 - total flux cleaned = 0.00193737 Jy ! Total flux subtracted in 200 components = 0.00193737 Jy ! Clean residual min=-0.006003 max=0.007130 Jy/beam ! Clean residual mean=0.000063 rms=0.001581 Jy/beam ! Combined flux in latest and established models = 0.217843 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 180 components and 0.217843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118015Jy sigma=0.940591 ! Fit after self-cal, rms=0.117810Jy sigma=0.939166 wmodel J1048-4114_S_map.mod ! Writing 180 model components to file: J1048-4114_S_map.mod wobs J1048-4114_S_uvs.fits ! Writing UV FITS file: J1048-4114_S_uvs.fits wwins J1048-4114_S_map.win ! wwins: Wrote 4 windows to J1048-4114_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.00074559 Jy ! Component: 100 - total flux cleaned = 0.00104051 Jy ! Component: 150 - total flux cleaned = 0.000780049 Jy ! Component: 200 - total flux cleaned = 0.000539885 Jy ! Component: 250 - total flux cleaned = -0.000144253 Jy ! Component: 300 - total flux cleaned = -0.000578698 Jy ! Component: 350 - total flux cleaned = -0.000926983 Jy ! Component: 400 - total flux cleaned = -0.000992903 Jy ! Component: 450 - total flux cleaned = -0.00086362 Jy ! Component: 500 - total flux cleaned = -0.000863397 Jy ! Component: 550 - total flux cleaned = -0.000620764 Jy ! Component: 600 - total flux cleaned = -0.000504346 Jy ! Component: 650 - total flux cleaned = -0.000390342 Jy ! Component: 700 - total flux cleaned = -0.000390873 Jy ! Component: 750 - total flux cleaned = -0.000444208 Jy ! Component: 800 - total flux cleaned = -0.000495302 Jy ! Component: 850 - total flux cleaned = -0.000544805 Jy ! Component: 900 - total flux cleaned = -0.000494243 Jy ! Component: 950 - total flux cleaned = -0.000495085 Jy ! Component: 1000 - total flux cleaned = -0.000637563 Jy ! Component: 1050 - total flux cleaned = -0.000821168 Jy ! Component: 1100 - total flux cleaned = -0.000910081 Jy ! Component: 1150 - total flux cleaned = -0.00095418 Jy ! Component: 1200 - total flux cleaned = -0.00112677 Jy ! Component: 1250 - total flux cleaned = -0.00112605 Jy ! Component: 1300 - total flux cleaned = -0.00125017 Jy ! Component: 1350 - total flux cleaned = -0.00124945 Jy ! Component: 1400 - total flux cleaned = -0.00128983 Jy ! Component: 1450 - total flux cleaned = -0.00136682 Jy ! Component: 1500 - total flux cleaned = -0.00128933 Jy ! Component: 1550 - total flux cleaned = -0.00132671 Jy ! Component: 1600 - total flux cleaned = -0.00140103 Jy ! Component: 1650 - total flux cleaned = -0.00151054 Jy ! Component: 1700 - total flux cleaned = -0.00151104 Jy ! Component: 1750 - total flux cleaned = -0.0016535 Jy ! Component: 1800 - total flux cleaned = -0.00186299 Jy ! Component: 1850 - total flux cleaned = -0.00186246 Jy ! Component: 1900 - total flux cleaned = -0.00199858 Jy ! Component: 1950 - total flux cleaned = -0.00223391 Jy ! Component: 2000 - total flux cleaned = -0.00236658 Jy ! Component: 2050 - total flux cleaned = -0.00246522 Jy ! Component: 2100 - total flux cleaned = -0.00256252 Jy ! Component: 2150 - total flux cleaned = -0.00269103 Jy ! Component: 2200 - total flux cleaned = -0.00284951 Jy ! Component: 2250 - total flux cleaned = -0.00284967 Jy ! Component: 2300 - total flux cleaned = -0.00297419 Jy ! Component: 2350 - total flux cleaned = -0.00309738 Jy ! Component: 2400 - total flux cleaned = -0.0031888 Jy ! Component: 2450 - total flux cleaned = -0.00327924 Jy ! Component: 2500 - total flux cleaned = -0.00339817 Jy ! Component: 2550 - total flux cleaned = -0.00336844 Jy ! Component: 2600 - total flux cleaned = -0.00333908 Jy ! Component: 2650 - total flux cleaned = -0.00331041 Jy ! Component: 2700 - total flux cleaned = -0.00322471 Jy ! Component: 2750 - total flux cleaned = -0.00322467 Jy ! Component: 2800 - total flux cleaned = -0.00305491 Jy ! Component: 2850 - total flux cleaned = -0.00299863 Jy ! Component: 2900 - total flux cleaned = -0.00299845 Jy ! Component: 2950 - total flux cleaned = -0.00274935 Jy ! Component: 3000 - total flux cleaned = -0.00272226 Jy ! Component: 3050 - total flux cleaned = -0.00272242 Jy ! Component: 3100 - total flux cleaned = -0.00261407 Jy ! Component: 3150 - total flux cleaned = -0.00261411 Jy ! Component: 3200 - total flux cleaned = -0.00261385 Jy ! Component: 3250 - total flux cleaned = -0.00253396 Jy ! Component: 3300 - total flux cleaned = -0.00250768 Jy ! Component: 3350 - total flux cleaned = -0.00235055 Jy ! Component: 3400 - total flux cleaned = -0.00240294 Jy ! Component: 3450 - total flux cleaned = -0.00237701 Jy ! Component: 3500 - total flux cleaned = -0.00235107 Jy ! Component: 3550 - total flux cleaned = -0.00237667 Jy ! Component: 3600 - total flux cleaned = -0.00227461 Jy ! Component: 3650 - total flux cleaned = -0.00230006 Jy ! Component: 3700 - total flux cleaned = -0.00230004 Jy ! Component: 3750 - total flux cleaned = -0.00222453 Jy ! Component: 3800 - total flux cleaned = -0.00212448 Jy ! Component: 3850 - total flux cleaned = -0.002025 Jy ! Component: 3900 - total flux cleaned = -0.00204985 Jy ! Component: 3950 - total flux cleaned = -0.00187693 Jy ! Component: 4000 - total flux cleaned = -0.00185234 Jy ! Component: 4050 - total flux cleaned = -0.00185242 Jy ! Total flux subtracted in 4096 components = -0.00168119 Jy ! Clean residual min=-0.001564 max=0.001339 Jy/beam ! Clean residual mean=0.000019 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.216162 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 481 components and 0.216162 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J1048-4114_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 9.617 at 1.715 degrees (North through East) ! Clean map min=-0.0049248 max=0.090452 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J1048-4114_S_map.fits wmodel /scr/pima/rv124_uvs/J1048-4114_S_map.mod ! Writing 481 model components to file: /scr/pima/rv124_uvs/J1048-4114_S_map.mod wobs /scr/pima/rv124_uvs/J1048-4114_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J1048-4114_S_uvs.fits wwins /scr/pima/rv124_uvs/J1048-4114_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rv124_uvs/J1048-4114_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0904518 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000441453 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.46416 1.46416 2.92832 5.85664 11.7133 23.4266 46.8531 93.7062 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.09 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 204.895 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J1048-4114_S_dfm.log closed on Mon Dec 24 01:41:02 2018