! Started logfile: /scr/pima/rv125_uvs/J0953+3225_X_dfm.log on Sun Dec 23 02:50:27 2018 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.36575 obs /scr/pima/rv125_uvs/J0953+3225_X_uva.fits ! Reading UV FITS file: /scr/pima/rv125_uvs/J0953+3225_X_uva.fits ! AN table 1: 58 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.847701 visibilities/baseline/integration-bin. ! Found source: J0953+3225 ! ! 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 8.36575e+09 8e+06 1 8e+06 ! 02 2 8.44575e+09 8e+06 1 8e+06 ! 03 3 8.80575e+09 8e+06 1 8e+06 ! 04 4 8.92575e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 7080 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0953+3225_X] 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.200x0.200 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 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 63 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.034945Jy sigma=19.335821 ! Fit after self-cal, rms=0.786014Jy sigma=14.623277 ! 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=0.7721 mas, bmaj=1.198 mas, bpa=-2.831 degrees ! Estimated noise=0.852063 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.166848 Jy ! Component: 100 - total flux cleaned = 0.20344 Jy ! Total flux subtracted in 100 components = 0.20344 Jy ! Clean residual min=-0.006583 max=0.011493 Jy/beam ! Clean residual mean=-0.000004 rms=0.001360 Jy/beam ! Combined flux in latest and established models = 0.20344 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.20344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059662Jy sigma=1.053246 ! Fit after self-cal, rms=0.059655Jy sigma=1.053146 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118374 Jy ! Component: 100 - total flux cleaned = 0.0173958 Jy ! Total flux subtracted in 100 components = 0.0173958 Jy ! Clean residual min=-0.005319 max=0.005502 Jy/beam ! Clean residual mean=-0.000003 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.220836 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 10 components and 0.220836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057484Jy sigma=1.008067 ! Fit after self-cal, rms=0.057483Jy sigma=1.007910 ! 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=0.9876 mas, bmaj=1.508 mas, bpa=-4.453 degrees ! Estimated noise=0.46768 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.00177579 Jy ! Component: 100 - total flux cleaned = 0.00183618 Jy ! Component: 150 - total flux cleaned = 0.00183348 Jy ! Component: 200 - total flux cleaned = 0.00183284 Jy ! Total flux subtracted in 200 components = 0.00183284 Jy ! Clean residual min=-0.006354 max=0.005249 Jy/beam ! Clean residual mean=-0.000016 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.222668 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.222668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057368Jy sigma=1.005777 ! Fit after self-cal, rms=0.057368Jy sigma=1.005763 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9876 x 1.508 at -4.453 degrees (North through East) ! Clean map min=-0.0061295 max=0.2156 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 1.02 KP 1.05 LA 1.04 ! MK 0.96 NL 1.04 OV 0.96 PT 0.86 ! SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 HN 1.01 KP 1.05 LA 1.06 ! MK 0.96 NL 1.04 OV 0.96 PT 0.85 ! SC 0.98 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.03 KP 1.08 LA 1.06 ! MK 0.99 NL 1.06 OV 0.98 PT 0.89 ! SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 1.03 KP 1.07 LA 1.08 ! MK 0.98 NL 1.08 OV 0.99 PT 0.91 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.057368Jy sigma=1.005763 ! Fit after self-cal, rms=0.054576Jy sigma=0.944663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9805 mas, bmaj=1.503 mas, bpa=-4.525 degrees ! Estimated noise=0.467194 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.000170118 Jy ! Component: 100 - total flux cleaned = -0.000231148 Jy ! Component: 150 - total flux cleaned = -0.000303167 Jy ! Component: 200 - total flux cleaned = -0.00038985 Jy ! Total flux subtracted in 200 components = -0.00038985 Jy ! Clean residual min=-0.002333 max=0.002381 Jy/beam ! Clean residual mean=-0.000003 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.222279 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 23 components and 0.222279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054544Jy sigma=0.944204 ! Fit after self-cal, rms=0.054570Jy sigma=0.943990 ! 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.054570Jy sigma=0.943990 ! Fit after self-cal, rms=0.054447Jy sigma=0.937512 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9801 mas, bmaj=1.504 mas, bpa=-4.447 degrees ! Estimated noise=0.467547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242306 Jy ! Component: 100 - total flux cleaned = -0.000242852 Jy ! Component: 150 - total flux cleaned = -0.000263025 Jy ! Component: 200 - total flux cleaned = -0.000261993 Jy ! Total flux subtracted in 200 components = -0.000261993 Jy ! Clean residual min=-0.001793 max=0.001913 Jy/beam ! Clean residual mean=0.000001 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.222017 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 27 components and 0.222017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054425Jy sigma=0.937214 ! Fit after self-cal, rms=0.054429Jy sigma=0.937196 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 (1.2, 43.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139021 Jy ! Component: 100 - total flux cleaned = 0.00169206 Jy ! Component: 150 - total flux cleaned = 0.00193586 Jy ! Component: 200 - total flux cleaned = 0.00203134 Jy ! Total flux subtracted in 200 components = 0.00203134 Jy ! Clean residual min=-0.001765 max=0.001792 Jy/beam ! Clean residual mean=0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.224048 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.224048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054369Jy sigma=0.936291 ! Fit after self-cal, rms=0.054363Jy sigma=0.936210 ! 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.054363Jy sigma=0.936210 ! Fit after self-cal, rms=0.054377Jy sigma=0.936115 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9798 mas, bmaj=1.503 mas, bpa=-4.373 degrees ! Estimated noise=0.467741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470141 Jy ! Component: 100 - total flux cleaned = 0.00052918 Jy ! Component: 150 - total flux cleaned = 0.000582199 Jy ! Component: 200 - total flux cleaned = 0.000582234 Jy ! Total flux subtracted in 200 components = 0.000582234 Jy ! Clean residual min=-0.001832 max=0.001759 Jy/beam ! Clean residual mean=0.000001 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.22463 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 46 components and 0.22463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054361Jy sigma=0.935931 ! Fit after self-cal, rms=0.054361Jy sigma=0.935922 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.000138375 Jy ! Component: 100 - total flux cleaned = 0.000138148 Jy ! Component: 150 - total flux cleaned = 0.000138425 Jy ! Component: 200 - total flux cleaned = 0.000138267 Jy ! Total flux subtracted in 200 components = 0.000138267 Jy ! Clean residual min=-0.001837 max=0.001759 Jy/beam ! Clean residual mean=0.000001 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.224768 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 49 components and 0.224769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054351Jy sigma=0.935816 ! Fit after self-cal, rms=0.054351Jy sigma=0.935814 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.054351Jy sigma=0.935814 ! Fit after self-cal, rms=0.054362Jy sigma=0.935783 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.028 mas, bmaj=2.618 mas, bpa=-0.4193 degrees ! Estimated noise=0.575652 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000375248 Jy ! Component: 100 - total flux cleaned = 0.000428983 Jy ! Component: 150 - total flux cleaned = 0.00044066 Jy ! Component: 200 - total flux cleaned = 0.000440996 Jy ! Total flux subtracted in 200 components = 0.000440996 Jy ! Clean residual min=-0.001857 max=0.002077 Jy/beam ! Clean residual mean=0.000001 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.22521 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.225209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054363Jy sigma=0.935770 ! Fit after self-cal, rms=0.054362Jy sigma=0.935755 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.19907e-05 Jy ! Component: 100 - total flux cleaned = 8.33724e-05 Jy ! Component: 150 - total flux cleaned = 9.19026e-05 Jy ! Component: 200 - total flux cleaned = 9.99418e-05 Jy ! Total flux subtracted in 200 components = 9.99418e-05 Jy ! Clean residual min=-0.001848 max=0.002068 Jy/beam ! Clean residual mean=0.000001 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.225309 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.225309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054364Jy sigma=0.935762 ! Fit after self-cal, rms=0.054363Jy sigma=0.935755 ! 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=0.9794 mas, bmaj=1.503 mas, bpa=-4.334 degrees ! Estimated noise=0.467977 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9794 x 1.503 at -4.334 degrees (North through East) ! Clean map min=-0.0017185 max=0.21591 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=0.7652 mas, bmaj=1.193 mas, bpa=-2.532 degrees ! Estimated noise=0.851256 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.166654 Jy ! Component: 100 - total flux cleaned = 0.20341 Jy ! Component: 150 - total flux cleaned = 0.215872 Jy ! Component: 200 - total flux cleaned = 0.221851 Jy ! Total flux subtracted in 200 components = 0.221851 Jy ! Clean residual min=-0.003652 max=0.003479 Jy/beam ! Clean residual mean=0.000000 rms=0.000832 Jy/beam ! Combined flux in latest and established models = 0.221851 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.221851 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9794 mas, bmaj=1.503 mas, bpa=-4.334 degrees ! Estimated noise=0.467977 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.00243161 Jy ! Component: 100 - total flux cleaned = 0.00339765 Jy ! Component: 150 - total flux cleaned = 0.00374219 Jy ! Component: 200 - total flux cleaned = 0.00381483 Jy ! Total flux subtracted in 200 components = 0.00381483 Jy ! Clean residual min=-0.001899 max=0.001811 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.225666 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.225666 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.028 mas, bmaj=2.618 mas, bpa=-0.4193 degrees ! Estimated noise=0.575652 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.28378e-05 Jy ! Component: 100 - total flux cleaned = 5.86736e-05 Jy ! Component: 150 - total flux cleaned = 7.56303e-05 Jy ! Component: 200 - total flux cleaned = 7.48942e-05 Jy ! Total flux subtracted in 200 components = 7.48942e-05 Jy ! Clean residual min=-0.001873 max=0.002145 Jy/beam ! Clean residual mean=0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.225741 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) ! Added new window around map position (42.4, 30.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174059 Jy ! Component: 100 - total flux cleaned = 0.00207674 Jy ! Component: 150 - total flux cleaned = 0.0023806 Jy ! Component: 200 - total flux cleaned = 0.00259263 Jy ! Total flux subtracted in 200 components = 0.00259263 Jy ! Clean residual min=-0.001891 max=0.001585 Jy/beam ! Clean residual mean=-0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.228334 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 70 components and 0.228334 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9794 mas, bmaj=1.503 mas, bpa=-4.334 degrees ! Estimated noise=0.467977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000224538 Jy ! Component: 100 - total flux cleaned = 0.000343396 Jy ! Component: 150 - total flux cleaned = 0.000559735 Jy ! Component: 200 - total flux cleaned = 0.000722734 Jy ! Total flux subtracted in 200 components = 0.000722734 Jy ! Clean residual min=-0.001869 max=0.001744 Jy/beam ! Clean residual mean=-0.000000 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.229056 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 89 components and 0.229056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054309Jy sigma=0.934773 ! Fit after self-cal, rms=0.054310Jy sigma=0.934685 wmodel J0953+3225_X_map.mod ! Writing 89 model components to file: J0953+3225_X_map.mod wobs J0953+3225_X_uvs.fits ! Writing UV FITS file: J0953+3225_X_uvs.fits wwins J0953+3225_X_map.win ! wwins: Wrote 3 windows to J0953+3225_X_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.000307122 Jy ! Component: 100 - total flux cleaned = -0.00036875 Jy ! Component: 150 - total flux cleaned = -0.000340733 Jy ! Component: 200 - total flux cleaned = -0.000424217 Jy ! Component: 250 - total flux cleaned = -0.000450625 Jy ! Component: 300 - total flux cleaned = -0.00047655 Jy ! Component: 350 - total flux cleaned = -0.000399663 Jy ! Component: 400 - total flux cleaned = -0.000425056 Jy ! Component: 450 - total flux cleaned = -0.000325418 Jy ! Component: 500 - total flux cleaned = -0.000300886 Jy ! Component: 550 - total flux cleaned = -0.000300801 Jy ! Component: 600 - total flux cleaned = -0.000277289 Jy ! Component: 650 - total flux cleaned = -0.000324145 Jy ! Component: 700 - total flux cleaned = -0.000438683 Jy ! Component: 750 - total flux cleaned = -0.000438199 Jy ! Component: 800 - total flux cleaned = -0.000505114 Jy ! Component: 850 - total flux cleaned = -0.000460398 Jy ! Component: 900 - total flux cleaned = -0.000438507 Jy ! Component: 950 - total flux cleaned = -0.000373362 Jy ! Component: 1000 - total flux cleaned = -0.000416456 Jy ! Component: 1050 - total flux cleaned = -0.000395312 Jy ! Component: 1100 - total flux cleaned = -0.000310962 Jy ! Component: 1150 - total flux cleaned = -0.000311092 Jy ! Component: 1200 - total flux cleaned = -0.000269592 Jy ! Component: 1250 - total flux cleaned = -0.000351459 Jy ! Component: 1300 - total flux cleaned = -0.000290396 Jy ! Component: 1350 - total flux cleaned = -0.000410998 Jy ! Component: 1400 - total flux cleaned = -0.000330863 Jy ! Component: 1450 - total flux cleaned = -0.000231589 Jy ! Component: 1500 - total flux cleaned = -0.000271188 Jy ! Component: 1550 - total flux cleaned = -0.000232028 Jy ! Component: 1600 - total flux cleaned = -0.000270804 Jy ! Component: 1650 - total flux cleaned = -0.000193941 Jy ! Component: 1700 - total flux cleaned = -0.000193956 Jy ! Component: 1750 - total flux cleaned = -0.000156289 Jy ! Component: 1800 - total flux cleaned = -0.000137686 Jy ! Component: 1850 - total flux cleaned = -0.000100237 Jy ! Component: 1900 - total flux cleaned = -2.62229e-05 Jy ! Component: 1950 - total flux cleaned = -6.27506e-05 Jy ! Component: 2000 - total flux cleaned = -2.64013e-05 Jy ! Component: 2050 - total flux cleaned = 9.91186e-06 Jy ! Component: 2100 - total flux cleaned = -8.01567e-06 Jy ! Component: 2150 - total flux cleaned = 4.53352e-05 Jy ! Component: 2200 - total flux cleaned = 8.07155e-05 Jy ! Component: 2250 - total flux cleaned = 9.84577e-05 Jy ! Component: 2300 - total flux cleaned = 0.000133295 Jy ! Component: 2350 - total flux cleaned = 0.000116025 Jy ! Component: 2400 - total flux cleaned = 0.000236758 Jy ! Component: 2450 - total flux cleaned = 0.000202396 Jy ! Component: 2500 - total flux cleaned = 0.000185464 Jy ! Component: 2550 - total flux cleaned = 0.000219199 Jy ! Component: 2600 - total flux cleaned = 0.000236188 Jy ! Component: 2650 - total flux cleaned = 0.000286347 Jy ! Component: 2700 - total flux cleaned = 0.000319377 Jy ! Component: 2750 - total flux cleaned = 0.000335958 Jy ! Component: 2800 - total flux cleaned = 0.000286538 Jy ! Component: 2850 - total flux cleaned = 0.000286504 Jy ! Component: 2900 - total flux cleaned = 0.000253985 Jy ! Component: 2950 - total flux cleaned = 0.000254022 Jy ! Component: 3000 - total flux cleaned = 0.000334216 Jy ! Component: 3050 - total flux cleaned = 0.000334223 Jy ! Component: 3100 - total flux cleaned = 0.000238858 Jy ! Component: 3150 - total flux cleaned = 0.000381277 Jy ! Component: 3200 - total flux cleaned = 0.000333962 Jy ! Component: 3250 - total flux cleaned = 0.000349661 Jy ! Component: 3300 - total flux cleaned = 0.000302884 Jy ! Component: 3350 - total flux cleaned = 0.000271731 Jy ! Component: 3400 - total flux cleaned = 0.000271815 Jy ! Component: 3450 - total flux cleaned = 0.000256487 Jy ! Component: 3500 - total flux cleaned = 0.000287052 Jy ! Component: 3550 - total flux cleaned = 0.000302244 Jy ! Component: 3600 - total flux cleaned = 0.000287083 Jy ! Component: 3650 - total flux cleaned = 0.000226887 Jy ! Component: 3700 - total flux cleaned = 0.000271663 Jy ! Component: 3750 - total flux cleaned = 0.000212114 Jy ! Component: 3800 - total flux cleaned = 0.000152753 Jy ! Component: 3850 - total flux cleaned = 0.000285898 Jy ! Component: 3900 - total flux cleaned = 0.000300503 Jy ! Component: 3950 - total flux cleaned = 0.000373662 Jy ! Component: 4000 - total flux cleaned = 0.000271563 Jy ! Component: 4050 - total flux cleaned = 0.000329609 Jy ! Total flux subtracted in 4096 components = 0.000271824 Jy ! Clean residual min=-0.000887 max=0.000836 Jy/beam ! Clean residual mean=-0.000000 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.229328 Jy keep ! Adding 321 model components to the UV plane model. ! The established model now contains 410 components and 0.229328 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv125_uvs/J0953+3225_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9794 x 1.503 at -4.334 degrees (North through East) ! Clean map min=-0.0015234 max=0.21554 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv125_uvs/J0953+3225_X_map.fits wmodel /scr/pima/rv125_uvs/J0953+3225_X_map.mod ! Writing 410 model components to file: /scr/pima/rv125_uvs/J0953+3225_X_map.mod wobs /scr/pima/rv125_uvs/J0953+3225_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv125_uvs/J0953+3225_X_uvs.fits wwins /scr/pima/rv125_uvs/J0953+3225_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv125_uvs/J0953+3225_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.215542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000245486 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.341678 0.341678 0.683356 1.36671 2.73342 5.46685 10.9337 21.8674 43.7348 87.4696 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.215 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 878.019 quit ! Quitting program ! Log file /scr/pima/rv125_uvs/J0953+3225_X_dfm.log closed on Sun Dec 23 02:50:31 2018