! Started logfile: /scr/pima/rv124_uvs/J1336-0829_S_dfm.log on Mon Dec 24 01:41:53 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/J1336-0829_S_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J1336-0829_S_uva.fits ! AN table 1: 48 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.961111 visibilities/baseline/integration-bin. ! Found source: J1336-0829 ! ! 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 8304 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 J1336-0829_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 480 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.029960Jy sigma=16.555853 ! Fit after self-cal, rms=0.803448Jy sigma=12.730650 ! 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.724 mas, bmaj=6.471 mas, bpa=-1.671 degrees ! Estimated noise=0.911624 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.15204 Jy ! Component: 100 - total flux cleaned = 0.195977 Jy ! Total flux subtracted in 100 components = 0.195977 Jy ! Clean residual min=-0.014066 max=0.037065 Jy/beam ! Clean residual mean=0.000033 rms=0.004388 Jy/beam ! Combined flux in latest and established models = 0.195977 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.195977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102929Jy sigma=1.616880 ! Fit after self-cal, rms=0.102774Jy sigma=1.615167 ! Inverting map ! Added new window around map position (-2.5, 10). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0321924 Jy ! Component: 100 - total flux cleaned = 0.0490099 Jy ! Total flux subtracted in 100 components = 0.0490099 Jy ! Clean residual min=-0.012713 max=0.027561 Jy/beam ! Clean residual mean=0.000024 rms=0.003579 Jy/beam ! Combined flux in latest and established models = 0.244987 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.244987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091288Jy sigma=1.427596 ! Fit after self-cal, rms=0.089914Jy sigma=1.401219 ! 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.342 mas, bmaj=7.703 mas, bpa=-2.255 degrees ! Estimated noise=0.58198 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 (1.5, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0250537 Jy ! Component: 100 - total flux cleaned = 0.0407097 Jy ! Component: 150 - total flux cleaned = 0.0481109 Jy ! Component: 200 - total flux cleaned = 0.0522712 Jy ! Total flux subtracted in 200 components = 0.0522712 Jy ! Clean residual min=-0.011960 max=0.012831 Jy/beam ! Clean residual mean=0.000028 rms=0.003098 Jy/beam ! Combined flux in latest and established models = 0.297258 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 58 components and 0.297258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081504Jy sigma=1.268202 ! Fit after self-cal, rms=0.081233Jy sigma=1.263761 ! 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.342 x 7.703 at -2.255 degrees (North through East) ! Clean map min=-0.01157 max=0.18465 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 1.03 HN 0.96 KP 0.95 ! LA 0.94 MK 1.04 NL 1.26 OV 0.88 ! PT 1.10 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 2.56 FD 1.00 HN 0.98 KP 0.96 ! LA 0.94 MK 1.06 NL 1.15 OV 0.70 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 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. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.85 FD 0.98 HN 0.98 KP 0.95 ! LA 0.93 MK 1.04 NL 1.08 OV 0.83 ! PT 1.07 SC 0.99 ! ! ! Fit before self-cal, rms=0.081233Jy sigma=1.263761 ! Fit after self-cal, rms=0.087821Jy sigma=1.046304 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.963 mas, bpa=-2.179 degrees ! Estimated noise=0.61564 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.00639879 Jy ! Component: 100 - total flux cleaned = -0.00699523 Jy ! Component: 150 - total flux cleaned = -0.00784008 Jy ! Component: 200 - total flux cleaned = -0.00841953 Jy ! Total flux subtracted in 200 components = -0.00841953 Jy ! Clean residual min=-0.006058 max=0.005787 Jy/beam ! Clean residual mean=0.000004 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.288839 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 76 components and 0.288839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086808Jy sigma=1.029710 ! Fit after self-cal, rms=0.086989Jy sigma=1.026978 ! 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.086989Jy sigma=1.026978 ! Fit after self-cal, rms=0.097761Jy sigma=0.989681 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.331 mas, bmaj=7.948 mas, bpa=-1.924 degrees ! Estimated noise=0.61311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00295297 Jy ! Component: 100 - total flux cleaned = -0.0030959 Jy ! Component: 150 - total flux cleaned = -0.00287904 Jy ! Component: 200 - total flux cleaned = -0.00269188 Jy ! Total flux subtracted in 200 components = -0.00269188 Jy ! Clean residual min=-0.003867 max=0.004189 Jy/beam ! Clean residual mean=0.000004 rms=0.000982 Jy/beam ! Combined flux in latest and established models = 0.286147 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 91 components and 0.286147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097475Jy sigma=0.982389 ! Fit after self-cal, rms=0.097463Jy sigma=0.981318 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.000266045 Jy ! Component: 100 - total flux cleaned = 0.000372985 Jy ! Component: 150 - total flux cleaned = 0.00068853 Jy ! Component: 200 - total flux cleaned = 0.000833769 Jy ! Total flux subtracted in 200 components = 0.000833769 Jy ! Clean residual min=-0.003684 max=0.003865 Jy/beam ! Clean residual mean=0.000004 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.286981 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 102 components and 0.286981 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097331Jy sigma=0.977796 ! Fit after self-cal, rms=0.097312Jy sigma=0.977319 ! 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.097312Jy sigma=0.977319 ! Fit after self-cal, rms=0.100767Jy sigma=0.976131 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.324 mas, bmaj=7.951 mas, bpa=-1.913 degrees ! Estimated noise=0.613473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00202424 Jy ! Component: 100 - total flux cleaned = -0.00219372 Jy ! Component: 150 - total flux cleaned = -0.00197433 Jy ! Component: 200 - total flux cleaned = -0.00183938 Jy ! Total flux subtracted in 200 components = -0.00183938 Jy ! Clean residual min=-0.003390 max=0.003635 Jy/beam ! Clean residual mean=0.000003 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.285141 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 110 components and 0.285141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100631Jy sigma=0.972640 ! Fit after self-cal, rms=0.100617Jy sigma=0.972209 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.44014e-05 Jy ! Component: 100 - total flux cleaned = 0.000432815 Jy ! Component: 150 - total flux cleaned = 0.000605396 Jy ! Component: 200 - total flux cleaned = 0.000713235 Jy ! Total flux subtracted in 200 components = 0.000713235 Jy ! Clean residual min=-0.003297 max=0.003458 Jy/beam ! Clean residual mean=0.000003 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.285855 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 119 components and 0.285855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100539Jy sigma=0.970404 ! Fit after self-cal, rms=0.100528Jy sigma=0.970187 ! 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.100528Jy sigma=0.970187 ! Fit after self-cal, rms=0.103022Jy sigma=0.969556 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.592 mas, bmaj=14.11 mas, bpa=1.651 degrees ! Estimated noise=0.771135 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00122859 Jy ! Component: 100 - total flux cleaned = -0.00108903 Jy ! Component: 150 - total flux cleaned = -0.00108616 Jy ! Component: 200 - total flux cleaned = -0.000994829 Jy ! Total flux subtracted in 200 components = -0.000994829 Jy ! Clean residual min=-0.002974 max=0.003715 Jy/beam ! Clean residual mean=0.000004 rms=0.000980 Jy/beam ! Combined flux in latest and established models = 0.28486 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 131 components and 0.28486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102965Jy sigma=0.968007 ! Fit after self-cal, rms=0.102948Jy sigma=0.967700 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 = -6.86654e-06 Jy ! Component: 100 - total flux cleaned = 0.000260713 Jy ! Component: 150 - total flux cleaned = 0.00040214 Jy ! Component: 200 - total flux cleaned = 0.00049557 Jy ! Total flux subtracted in 200 components = 0.00049557 Jy ! Clean residual min=-0.002870 max=0.003466 Jy/beam ! Clean residual mean=0.000004 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.285355 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 142 components and 0.285355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102915Jy sigma=0.967036 ! Fit after self-cal, rms=0.102902Jy sigma=0.966853 ! 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.319 mas, bmaj=7.955 mas, bpa=-1.9 degrees ! Estimated noise=0.613468 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.319 x 7.955 at -1.9 degrees (North through East) ! Clean map min=-0.003242 max=0.19664 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.709 mas, bmaj=6.668 mas, bpa=-1.668 degrees ! Estimated noise=0.967424 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.160768 Jy ! Component: 100 - total flux cleaned = 0.204143 Jy ! Component: 150 - total flux cleaned = 0.227653 Jy ! Component: 200 - total flux cleaned = 0.241471 Jy ! Total flux subtracted in 200 components = 0.241471 Jy ! Clean residual min=-0.006267 max=0.007368 Jy/beam ! Clean residual mean=0.000011 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.241471 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.241471 Jy ! Inverting map and beam ! Estimated beam: bmin=3.319 mas, bmaj=7.955 mas, bpa=-1.9 degrees ! Estimated noise=0.613468 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.0130723 Jy ! Component: 100 - total flux cleaned = 0.0212774 Jy ! Component: 150 - total flux cleaned = 0.0270985 Jy ! Component: 200 - total flux cleaned = 0.0313568 Jy ! Total flux subtracted in 200 components = 0.0313568 Jy ! Clean residual min=-0.003315 max=0.003362 Jy/beam ! Clean residual mean=0.000009 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.272828 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 79 components and 0.272828 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.592 mas, bmaj=14.11 mas, bpa=1.651 degrees ! Estimated noise=0.771135 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00449715 Jy ! Component: 100 - total flux cleaned = 0.00719239 Jy ! Component: 150 - total flux cleaned = 0.00900958 Jy ! Component: 200 - total flux cleaned = 0.0102718 Jy ! Total flux subtracted in 200 components = 0.0102718 Jy ! Clean residual min=-0.002837 max=0.003336 Jy/beam ! Clean residual mean=0.000006 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.2831 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.000893551 Jy ! Component: 100 - total flux cleaned = 0.00135132 Jy ! Component: 150 - total flux cleaned = 0.00157549 Jy ! Component: 200 - total flux cleaned = 0.00169589 Jy ! Total flux subtracted in 200 components = 0.00169589 Jy ! Clean residual min=-0.002709 max=0.003297 Jy/beam ! Clean residual mean=0.000004 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.284796 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 125 components and 0.284795 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.319 mas, bmaj=7.955 mas, bpa=-1.9 degrees ! Estimated noise=0.613468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194255 Jy ! Component: 100 - total flux cleaned = -0.000138763 Jy ! Component: 150 - total flux cleaned = -8.72162e-05 Jy ! Component: 200 - total flux cleaned = -8.65185e-05 Jy ! Total flux subtracted in 200 components = -8.65185e-05 Jy ! Clean residual min=-0.002855 max=0.002935 Jy/beam ! Clean residual mean=0.000003 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.284709 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 141 components and 0.284709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102739Jy sigma=0.966869 ! Fit after self-cal, rms=0.102667Jy sigma=0.966639 wmodel J1336-0829_S_map.mod ! Writing 141 model components to file: J1336-0829_S_map.mod wobs J1336-0829_S_uvs.fits ! Writing UV FITS file: J1336-0829_S_uvs.fits wwins J1336-0829_S_map.win ! wwins: Wrote 3 windows to J1336-0829_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.00021024 Jy ! Component: 100 - total flux cleaned = -0.000162914 Jy ! Component: 150 - total flux cleaned = 0.000114827 Jy ! Component: 200 - total flux cleaned = 0.000160214 Jy ! Component: 250 - total flux cleaned = 0.000372937 Jy ! Component: 300 - total flux cleaned = 0.000495951 Jy ! Component: 350 - total flux cleaned = 0.000495537 Jy ! Component: 400 - total flux cleaned = 0.000457013 Jy ! Component: 450 - total flux cleaned = 0.000381076 Jy ! Component: 500 - total flux cleaned = 0.000232223 Jy ! Component: 550 - total flux cleaned = 0.000195993 Jy ! Component: 600 - total flux cleaned = 5.29094e-05 Jy ! Component: 650 - total flux cleaned = -5.27945e-05 Jy ! Component: 700 - total flux cleaned = -0.000155198 Jy ! Component: 750 - total flux cleaned = -8.66208e-05 Jy ! Component: 800 - total flux cleaned = -8.61552e-05 Jy ! Component: 850 - total flux cleaned = -0.00011902 Jy ! Component: 900 - total flux cleaned = -0.000151146 Jy ! Component: 950 - total flux cleaned = -0.000183092 Jy ! Component: 1000 - total flux cleaned = -0.000152798 Jy ! Component: 1050 - total flux cleaned = -0.000213611 Jy ! Component: 1100 - total flux cleaned = -0.000213023 Jy ! Component: 1150 - total flux cleaned = -6.49467e-05 Jy ! Component: 1200 - total flux cleaned = 5.12697e-05 Jy ! Component: 1250 - total flux cleaned = 5.0179e-05 Jy ! Component: 1300 - total flux cleaned = 5.01462e-05 Jy ! Component: 1350 - total flux cleaned = 0.000106335 Jy ! Component: 1400 - total flux cleaned = 0.000161239 Jy ! Component: 1450 - total flux cleaned = 0.000242918 Jy ! Component: 1500 - total flux cleaned = 0.000350678 Jy ! Component: 1550 - total flux cleaned = 0.000430819 Jy ! Component: 1600 - total flux cleaned = 0.000536057 Jy ! Component: 1650 - total flux cleaned = 0.000483314 Jy ! Component: 1700 - total flux cleaned = 0.000613136 Jy ! Component: 1750 - total flux cleaned = 0.00071597 Jy ! Component: 1800 - total flux cleaned = 0.000791915 Jy ! Component: 1850 - total flux cleaned = 0.000867745 Jy ! Component: 1900 - total flux cleaned = 0.000942458 Jy ! Component: 1950 - total flux cleaned = 0.000991715 Jy ! Component: 2000 - total flux cleaned = 0.00106549 Jy ! Component: 2050 - total flux cleaned = 0.00121101 Jy ! Component: 2100 - total flux cleaned = 0.00118646 Jy ! Component: 2150 - total flux cleaned = 0.00125789 Jy ! Component: 2200 - total flux cleaned = 0.00121031 Jy ! Component: 2250 - total flux cleaned = 0.00132782 Jy ! Component: 2300 - total flux cleaned = 0.0012811 Jy ! Component: 2350 - total flux cleaned = 0.00130422 Jy ! Component: 2400 - total flux cleaned = 0.00130416 Jy ! Component: 2450 - total flux cleaned = 0.00130402 Jy ! Component: 2500 - total flux cleaned = 0.00139465 Jy ! Component: 2550 - total flux cleaned = 0.00137201 Jy ! Component: 2600 - total flux cleaned = 0.00139444 Jy ! Component: 2650 - total flux cleaned = 0.00141669 Jy ! Component: 2700 - total flux cleaned = 0.00143857 Jy ! Component: 2750 - total flux cleaned = 0.00141671 Jy ! Component: 2800 - total flux cleaned = 0.00146015 Jy ! Component: 2850 - total flux cleaned = 0.00152469 Jy ! Component: 2900 - total flux cleaned = 0.0015033 Jy ! Component: 2950 - total flux cleaned = 0.00150332 Jy ! Component: 3000 - total flux cleaned = 0.00152451 Jy ! Component: 3050 - total flux cleaned = 0.00156626 Jy ! Component: 3100 - total flux cleaned = 0.00150405 Jy ! Component: 3150 - total flux cleaned = 0.0015042 Jy ! Component: 3200 - total flux cleaned = 0.00160646 Jy ! Component: 3250 - total flux cleaned = 0.00156569 Jy ! Component: 3300 - total flux cleaned = 0.00160599 Jy ! Component: 3350 - total flux cleaned = 0.00154578 Jy ! Component: 3400 - total flux cleaned = 0.00152568 Jy ! Component: 3450 - total flux cleaned = 0.00152554 Jy ! Component: 3500 - total flux cleaned = 0.00146643 Jy ! Component: 3550 - total flux cleaned = 0.0014662 Jy ! Component: 3600 - total flux cleaned = 0.00146619 Jy ! Component: 3650 - total flux cleaned = 0.00140828 Jy ! Component: 3700 - total flux cleaned = 0.0014277 Jy ! Component: 3750 - total flux cleaned = 0.00135112 Jy ! Component: 3800 - total flux cleaned = 0.00129431 Jy ! Component: 3850 - total flux cleaned = 0.00129433 Jy ! Component: 3900 - total flux cleaned = 0.00116284 Jy ! Component: 3950 - total flux cleaned = 0.00118144 Jy ! Component: 4000 - total flux cleaned = 0.00110709 Jy ! Component: 4050 - total flux cleaned = 0.00103309 Jy ! Total flux subtracted in 4096 components = 0.00105144 Jy ! Clean residual min=-0.001041 max=0.001115 Jy/beam ! Clean residual mean=0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.28576 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 441 components and 0.28576 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J1336-0829_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.319 x 7.955 at -1.9 degrees (North through East) ! Clean map min=-0.0022566 max=0.20057 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J1336-0829_S_map.fits wmodel /scr/pima/rv124_uvs/J1336-0829_S_map.mod ! Writing 441 model components to file: /scr/pima/rv124_uvs/J1336-0829_S_map.mod wobs /scr/pima/rv124_uvs/J1336-0829_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J1336-0829_S_uvs.fits wwins /scr/pima/rv124_uvs/J1336-0829_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rv124_uvs/J1336-0829_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.20057 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000349324 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.522496 0.522496 1.04499 2.08998 4.17997 8.35993 16.7199 33.4397 66.8794 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.2 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 574.167 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J1336-0829_S_dfm.log closed on Mon Dec 24 01:41:58 2018