! Started logfile: /scr/pima/rv124_uvs/J1153+3617_S_dfm.log on Mon Dec 24 01:41:23 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/J1153+3617_S_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J1153+3617_S_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1153+3617 ! ! 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 8100 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 J1153+3617_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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 450 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004646Jy sigma=17.987199 ! Fit after self-cal, rms=0.950973Jy sigma=17.019674 ! 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=3.248 mas, bmaj=4.11 mas, bpa=-3.941 degrees ! Estimated noise=0.89826 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.0387994 Jy ! Component: 100 - total flux cleaned = 0.0478335 Jy ! Total flux subtracted in 100 components = 0.0478335 Jy ! Clean residual min=-0.004370 max=0.004027 Jy/beam ! Clean residual mean=-0.000003 rms=0.001020 Jy/beam ! Combined flux in latest and established models = 0.0478335 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0478335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059871Jy sigma=0.999680 ! Fit after self-cal, rms=0.057713Jy sigma=0.962011 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00567449 Jy ! Component: 100 - total flux cleaned = 0.00779776 Jy ! Total flux subtracted in 100 components = 0.00779776 Jy ! Clean residual min=-0.003916 max=0.004009 Jy/beam ! Clean residual mean=-0.000000 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.0556312 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0556312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057296Jy sigma=0.955799 ! Fit after self-cal, rms=0.057272Jy sigma=0.955333 ! 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.202 mas, bmaj=5.18 mas, bpa=-2.746 degrees ! Estimated noise=0.522465 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.000478965 Jy ! Component: 100 - total flux cleaned = 0.00045856 Jy ! Component: 150 - total flux cleaned = 0.000426063 Jy ! Component: 200 - total flux cleaned = 0.000384169 Jy ! Total flux subtracted in 200 components = 0.000384169 Jy ! Clean residual min=-0.002832 max=0.002607 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0560154 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.0560154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057256Jy sigma=0.955136 ! Fit after self-cal, rms=0.057253Jy sigma=0.955098 ! 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.202 x 5.18 at -2.746 degrees (North through East) ! Clean map min=-0.0027321 max=0.052569 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 0.93 KP 0.88 ! LA 0.99 MK 1.10 NL 1.15 OV 0.91 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.12 HN 0.96 KP 0.96 ! LA 0.91 MK 1.05 NL 1.08 OV 0.73 ! PT 1.07 SC 0.88 ! ! ! 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. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.01 HN 1.02 KP 0.94 ! LA 0.94 MK 1.02 NL 1.11 OV 1.01 ! PT 1.12 SC 0.96 ! ! ! Fit before self-cal, rms=0.057253Jy sigma=0.955098 ! Fit after self-cal, rms=0.055772Jy sigma=0.945928 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.204 mas, bmaj=5.199 mas, bpa=0.9899 degrees ! Estimated noise=0.52306 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 = 1.97117e-05 Jy ! Component: 100 - total flux cleaned = -7.70572e-05 Jy ! Component: 150 - total flux cleaned = -0.000158571 Jy ! Component: 200 - total flux cleaned = -0.000215022 Jy ! Total flux subtracted in 200 components = -0.000215022 Jy ! Clean residual min=-0.002042 max=0.002127 Jy/beam ! Clean residual mean=0.000003 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0558004 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0558004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055760Jy sigma=0.945705 ! Fit after self-cal, rms=0.055760Jy sigma=0.944024 ! 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.055760Jy sigma=0.944024 ! Fit after self-cal, rms=0.055772Jy sigma=0.942089 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.216 mas, bmaj=5.187 mas, bpa=0.2935 degrees ! Estimated noise=0.523216 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000154057 Jy ! Component: 100 - total flux cleaned = -0.000209495 Jy ! Component: 150 - total flux cleaned = -0.000228123 Jy ! Component: 200 - total flux cleaned = -0.000245686 Jy ! Total flux subtracted in 200 components = -0.000245686 Jy ! Clean residual min=-0.001908 max=0.001930 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0555547 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.0555547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055767Jy sigma=0.941992 ! Fit after self-cal, rms=0.055787Jy sigma=0.941858 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.97539e-05 Jy ! Component: 100 - total flux cleaned = -0.000125711 Jy ! Component: 150 - total flux cleaned = -0.000133564 Jy ! Component: 200 - total flux cleaned = -0.000148421 Jy ! Total flux subtracted in 200 components = -0.000148421 Jy ! Clean residual min=-0.001936 max=0.001923 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.0554063 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.0554063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055785Jy sigma=0.941795 ! Fit after self-cal, rms=0.055783Jy sigma=0.941784 ! 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.055783Jy sigma=0.941784 ! Fit after self-cal, rms=0.055917Jy sigma=0.941765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.222 mas, bmaj=5.189 mas, bpa=0.6684 degrees ! Estimated noise=0.523728 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.97728e-05 Jy ! Component: 100 - total flux cleaned = -0.000106498 Jy ! Component: 150 - total flux cleaned = -0.000114337 Jy ! Component: 200 - total flux cleaned = -0.000128975 Jy ! Total flux subtracted in 200 components = -0.000128975 Jy ! Clean residual min=-0.001926 max=0.001912 Jy/beam ! Clean residual mean=0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0552773 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.0552773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055914Jy sigma=0.941712 ! Fit after self-cal, rms=0.055916Jy sigma=0.941702 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.69627e-05 Jy ! Component: 100 - total flux cleaned = -8.18379e-05 Jy ! Component: 150 - total flux cleaned = -8.83048e-05 Jy ! Component: 200 - total flux cleaned = -9.42149e-05 Jy ! Total flux subtracted in 200 components = -9.42149e-05 Jy ! Clean residual min=-0.001936 max=0.001904 Jy/beam ! Clean residual mean=0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0551831 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.0551831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055915Jy sigma=0.941664 ! Fit after self-cal, rms=0.055914Jy sigma=0.941658 ! 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.055914Jy sigma=0.941658 ! Fit after self-cal, rms=0.055995Jy sigma=0.941651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.992 mas, bmaj=9.096 mas, bpa=6.156 degrees ! Estimated noise=0.632256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000366495 Jy ! Component: 100 - total flux cleaned = -0.000382657 Jy ! Component: 150 - total flux cleaned = -0.000395758 Jy ! Component: 200 - total flux cleaned = -0.000406605 Jy ! Total flux subtracted in 200 components = -0.000406605 Jy ! Clean residual min=-0.002113 max=0.001937 Jy/beam ! Clean residual mean=0.000006 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0547765 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.0547765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055995Jy sigma=0.941636 ! Fit after self-cal, rms=0.055993Jy sigma=0.941615 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.61729e-05 Jy ! Component: 100 - total flux cleaned = -5.02318e-05 Jy ! Component: 150 - total flux cleaned = -6.08795e-05 Jy ! Component: 200 - total flux cleaned = -6.51753e-05 Jy ! Total flux subtracted in 200 components = -6.51753e-05 Jy ! Clean residual min=-0.002109 max=0.001948 Jy/beam ! Clean residual mean=0.000006 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0547113 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.0547113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055992Jy sigma=0.941616 ! Fit after self-cal, rms=0.055990Jy sigma=0.941603 ! 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.225 mas, bmaj=5.191 mas, bpa=1.062 degrees ! Estimated noise=0.524211 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.225 x 5.191 at 1.062 degrees (North through East) ! Clean map min=-0.0019093 max=0.05332 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=3.261 mas, bmaj=4.11 mas, bpa=-0.787 degrees ! Estimated noise=0.900434 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0409656 Jy ! Component: 100 - total flux cleaned = 0.0511506 Jy ! Component: 150 - total flux cleaned = 0.053837 Jy ! Component: 200 - total flux cleaned = 0.0548799 Jy ! Total flux subtracted in 200 components = 0.0548799 Jy ! Clean residual min=-0.003506 max=0.003433 Jy/beam ! Clean residual mean=0.000000 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.0548799 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0548799 Jy ! Inverting map and beam ! Estimated beam: bmin=4.225 mas, bmaj=5.191 mas, bpa=1.062 degrees ! Estimated noise=0.524211 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.000474768 Jy ! Component: 100 - total flux cleaned = 0.000339029 Jy ! Component: 150 - total flux cleaned = 0.00021436 Jy ! Component: 200 - total flux cleaned = 0.000116117 Jy ! Total flux subtracted in 200 components = 0.000116117 Jy ! Clean residual min=-0.001926 max=0.001845 Jy/beam ! Clean residual mean=0.000003 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.0549961 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 29 components and 0.0549961 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.992 mas, bmaj=9.096 mas, bpa=6.156 degrees ! Estimated noise=0.632256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000140245 Jy ! Component: 100 - total flux cleaned = -0.000174541 Jy ! Component: 150 - total flux cleaned = -0.000192789 Jy ! Component: 200 - total flux cleaned = -0.000215753 Jy ! Total flux subtracted in 200 components = -0.000215753 Jy ! Clean residual min=-0.002132 max=0.001952 Jy/beam ! Clean residual mean=0.000006 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0547803 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.32857e-05 Jy ! Component: 100 - total flux cleaned = -3.10163e-05 Jy ! Component: 150 - total flux cleaned = -4.19069e-05 Jy ! Component: 200 - total flux cleaned = -5.71547e-05 Jy ! Total flux subtracted in 200 components = -5.71547e-05 Jy ! Clean residual min=-0.002124 max=0.001956 Jy/beam ! Clean residual mean=0.000006 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0547232 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.0547232 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.225 mas, bmaj=5.191 mas, bpa=1.062 degrees ! Estimated noise=0.524211 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.58489e-05 Jy ! Component: 100 - total flux cleaned = 9.62114e-05 Jy ! Component: 150 - total flux cleaned = 8.81409e-05 Jy ! Component: 200 - total flux cleaned = 7.98887e-05 Jy ! Total flux subtracted in 200 components = 7.98887e-05 Jy ! Clean residual min=-0.001915 max=0.001857 Jy/beam ! Clean residual mean=0.000003 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.054803 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 43 components and 0.0548031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055994Jy sigma=0.941644 ! Fit after self-cal, rms=0.055991Jy sigma=0.941624 wmodel J1153+3617_S_map.mod ! Writing 43 model components to file: J1153+3617_S_map.mod wobs J1153+3617_S_uvs.fits ! Writing UV FITS file: J1153+3617_S_uvs.fits wwins J1153+3617_S_map.win ! wwins: Wrote 1 windows to J1153+3617_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.000436884 Jy ! Component: 100 - total flux cleaned = -0.000405711 Jy ! Component: 150 - total flux cleaned = -0.000312254 Jy ! Component: 200 - total flux cleaned = -0.000193156 Jy ! Component: 250 - total flux cleaned = 3.56435e-05 Jy ! Component: 300 - total flux cleaned = 0.000174591 Jy ! Component: 350 - total flux cleaned = 0.000364354 Jy ! Component: 400 - total flux cleaned = 0.000627084 Jy ! Component: 450 - total flux cleaned = 0.000780065 Jy ! Component: 500 - total flux cleaned = 0.000955259 Jy ! Component: 550 - total flux cleaned = 0.00110211 Jy ! Component: 600 - total flux cleaned = 0.0012705 Jy ! Component: 650 - total flux cleaned = 0.00141211 Jy ! Component: 700 - total flux cleaned = 0.00152802 Jy ! Component: 750 - total flux cleaned = 0.00166484 Jy ! Component: 800 - total flux cleaned = 0.00175432 Jy ! Component: 850 - total flux cleaned = 0.00182038 Jy ! Component: 900 - total flux cleaned = 0.0017986 Jy ! Component: 950 - total flux cleaned = 0.00186312 Jy ! Component: 1000 - total flux cleaned = 0.00184249 Jy ! Component: 1050 - total flux cleaned = 0.00186356 Jy ! Component: 1100 - total flux cleaned = 0.00188432 Jy ! Component: 1150 - total flux cleaned = 0.00192495 Jy ! Component: 1200 - total flux cleaned = 0.00196497 Jy ! Component: 1250 - total flux cleaned = 0.00200439 Jy ! Component: 1300 - total flux cleaned = 0.00198488 Jy ! Component: 1350 - total flux cleaned = 0.00206277 Jy ! Component: 1400 - total flux cleaned = 0.00210121 Jy ! Component: 1450 - total flux cleaned = 0.00213934 Jy ! Component: 1500 - total flux cleaned = 0.00217713 Jy ! Component: 1550 - total flux cleaned = 0.00228913 Jy ! Component: 1600 - total flux cleaned = 0.0023256 Jy ! Component: 1650 - total flux cleaned = 0.00230745 Jy ! Component: 1700 - total flux cleaned = 0.00237997 Jy ! Component: 1750 - total flux cleaned = 0.00236175 Jy ! Component: 1800 - total flux cleaned = 0.00237936 Jy ! Component: 1850 - total flux cleaned = 0.00237907 Jy ! Component: 1900 - total flux cleaned = 0.00236137 Jy ! Component: 1950 - total flux cleaned = 0.00239627 Jy ! Component: 2000 - total flux cleaned = 0.00246509 Jy ! Component: 2050 - total flux cleaned = 0.0023966 Jy ! Component: 2100 - total flux cleaned = 0.00244767 Jy ! Component: 2150 - total flux cleaned = 0.00243111 Jy ! Component: 2200 - total flux cleaned = 0.00248129 Jy ! Component: 2250 - total flux cleaned = 0.00243128 Jy ! Component: 2300 - total flux cleaned = 0.00249713 Jy ! Component: 2350 - total flux cleaned = 0.00241508 Jy ! Component: 2400 - total flux cleaned = 0.00241492 Jy ! Component: 2450 - total flux cleaned = 0.00246324 Jy ! Component: 2500 - total flux cleaned = 0.00243125 Jy ! Component: 2550 - total flux cleaned = 0.00243138 Jy ! Component: 2600 - total flux cleaned = 0.00243115 Jy ! Component: 2650 - total flux cleaned = 0.00246249 Jy ! Component: 2700 - total flux cleaned = 0.00239985 Jy ! Component: 2750 - total flux cleaned = 0.0024154 Jy ! Component: 2800 - total flux cleaned = 0.00243077 Jy ! Component: 2850 - total flux cleaned = 0.00238507 Jy ! Component: 2900 - total flux cleaned = 0.00243079 Jy ! Component: 2950 - total flux cleaned = 0.00241547 Jy ! Component: 3000 - total flux cleaned = 0.00234019 Jy ! Component: 3050 - total flux cleaned = 0.00235524 Jy ! Component: 3100 - total flux cleaned = 0.00237018 Jy ! Component: 3150 - total flux cleaned = 0.0023554 Jy ! Component: 3200 - total flux cleaned = 0.00241421 Jy ! Component: 3250 - total flux cleaned = 0.00241425 Jy ! Component: 3300 - total flux cleaned = 0.0024288 Jy ! Component: 3350 - total flux cleaned = 0.00241423 Jy ! Component: 3400 - total flux cleaned = 0.00241423 Jy ! Component: 3450 - total flux cleaned = 0.00245702 Jy ! Component: 3500 - total flux cleaned = 0.00248536 Jy ! Component: 3550 - total flux cleaned = 0.00241451 Jy ! Component: 3600 - total flux cleaned = 0.00244269 Jy ! Component: 3650 - total flux cleaned = 0.00235865 Jy ! Component: 3700 - total flux cleaned = 0.00242833 Jy ! Component: 3750 - total flux cleaned = 0.00248379 Jy ! Component: 3800 - total flux cleaned = 0.00244231 Jy ! Component: 3850 - total flux cleaned = 0.00241497 Jy ! Component: 3900 - total flux cleaned = 0.0024558 Jy ! Component: 3950 - total flux cleaned = 0.00245576 Jy ! Component: 4000 - total flux cleaned = 0.00249613 Jy ! Component: 4050 - total flux cleaned = 0.0024423 Jy ! Total flux subtracted in 4096 components = 0.00248253 Jy ! Clean residual min=-0.000788 max=0.000958 Jy/beam ! Clean residual mean=0.000002 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.0572856 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 307 components and 0.0572856 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J1153+3617_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.225 x 5.191 at 1.062 degrees (North through East) ! Clean map min=-0.0013581 max=0.053372 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J1153+3617_S_map.fits wmodel /scr/pima/rv124_uvs/J1153+3617_S_map.mod ! Writing 307 model components to file: /scr/pima/rv124_uvs/J1153+3617_S_map.mod wobs /scr/pima/rv124_uvs/J1153+3617_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J1153+3617_S_uvs.fits wwins /scr/pima/rv124_uvs/J1153+3617_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv124_uvs/J1153+3617_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.053372 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239908 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.34851 1.34851 2.69702 5.39403 10.7881 21.5761 43.1523 86.3045 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.053 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 222.468 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J1153+3617_S_dfm.log closed on Mon Dec 24 01:41:28 2018