! Started logfile: /vlbi/bp222/maps//J1635+5955_S_dfm.log on Thu Sep 27 11:23:21 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.22000 obs /vlbi/bp222/maps//J1635+5955_S_uvm.fits ! Reading UV FITS file: /vlbi/bp222/maps//J1635+5955_S_uvm.fits ! AN table 1: 22 integrations on 28 of 28 possible baselines. ! AN table 2: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.970036 visibilities/baseline/integration-bin. ! Found source: J1635+5955 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 8676 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 J1635+5955_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 3 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 8 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 89 telescope corrections were flagged in sub-array 1. ! A total of 229 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.008516Jy sigma=16.457118 ! Fit after self-cal, rms=0.823155Jy sigma=13.418989 ! 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.494 mas, bmaj=8.374 mas, bpa=-5.833 degrees ! Estimated noise=0.833576 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.142754 Jy ! Component: 100 - total flux cleaned = 0.173893 Jy ! Total flux subtracted in 100 components = 0.173893 Jy ! Clean residual min=-0.007266 max=0.008766 Jy/beam ! Clean residual mean=-0.000014 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.173893 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.173893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081085Jy sigma=1.035515 ! Fit after self-cal, rms=0.080978Jy sigma=1.034220 ! 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.126 mas, bmaj=9.59 mas, bpa=-6.362 degrees ! Estimated noise=0.545435 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.00593644 Jy ! Component: 100 - total flux cleaned = 0.00596474 Jy ! Component: 150 - total flux cleaned = 0.00581182 Jy ! Component: 200 - total flux cleaned = 0.00567953 Jy ! Total flux subtracted in 200 components = 0.00567953 Jy ! Clean residual min=-0.006199 max=0.006188 Jy/beam ! Clean residual mean=0.000009 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.179573 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.179573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080504Jy sigma=1.021672 ! Fit after self-cal, rms=0.080502Jy sigma=1.021602 ! 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.126 x 9.59 at -6.362 degrees (North through East) ! Clean map min=-0.006015 max=0.18232 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.11 KP 0.99 ! MK 1.05 NL 0.89 OV 1.07 SC 1.05 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 0.97 KP 0.96 LA 0.97 ! MK 0.98 NL 0.93 OV 0.97 PT 0.96 ! SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.10 KP 1.04 ! MK 1.03 NL 0.66 OV 1.04 SC 0.77 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.91 FD 0.98 KP 0.96 LA 0.94 ! MK 0.97 NL 1.59 OV 0.96 PT 0.99 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.02 HN 1.06 KP 0.99 ! MK 1.04 NL 0.83 OV 1.08 SC 1.07 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.94 FD 0.95 KP 0.91 LA 0.99 ! MK 0.97 NL 1.14 OV 0.98 PT 0.97 ! SC 1.05 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1620.50 HN 1.34 KP 1.00* ! MK 18.09 NL 1.00* OV 0.79 SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 9.26 KP 1.00* LA 2.08 ! MK 1.00* NL 1.00* OV 1.79 PT 0.97 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.080502Jy sigma=1.021602 ! Fit after self-cal, rms=0.073989Jy sigma=0.871458 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.137 mas, bmaj=9.57 mas, bpa=-6.261 degrees ! Estimated noise=0.545371 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.00114746 Jy ! Component: 100 - total flux cleaned = 0.0012882 Jy ! Component: 150 - total flux cleaned = 0.00138028 Jy ! Component: 200 - total flux cleaned = 0.00141758 Jy ! Total flux subtracted in 200 components = 0.00141758 Jy ! Clean residual min=-0.002613 max=0.002788 Jy/beam ! Clean residual mean=0.000005 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.18099 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 26 components and 0.18099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073975Jy sigma=0.871118 ! Fit after self-cal, rms=0.074189Jy sigma=0.870736 ! 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.074189Jy sigma=0.870736 ! Fit after self-cal, rms=0.074508Jy sigma=0.870607 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.133 mas, bmaj=9.566 mas, bpa=-6.285 degrees ! Estimated noise=0.547339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000884589 Jy ! Component: 100 - total flux cleaned = 0.00103075 Jy ! Component: 150 - total flux cleaned = 0.0010469 Jy ! Component: 200 - total flux cleaned = 0.00107611 Jy ! Total flux subtracted in 200 components = 0.00107611 Jy ! Clean residual min=-0.002602 max=0.002812 Jy/beam ! Clean residual mean=0.000005 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.182066 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.182066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074498Jy sigma=0.870517 ! Fit after self-cal, rms=0.074499Jy sigma=0.870495 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 (108.5, 80.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000792629 Jy ! Component: 100 - total flux cleaned = 0.000173477 Jy ! Component: 150 - total flux cleaned = -0.000396744 Jy ! Component: 200 - total flux cleaned = -0.000785441 Jy ! Total flux subtracted in 200 components = -0.000785441 Jy ! Clean residual min=-0.002469 max=0.002635 Jy/beam ! Clean residual mean=0.000006 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.181281 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.181281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074380Jy sigma=0.868604 ! Fit after self-cal, rms=0.074349Jy sigma=0.868302 ! 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.074349Jy sigma=0.868302 ! Fit after self-cal, rms=0.079537Jy sigma=0.851524 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.124 mas, bmaj=9.57 mas, bpa=-6.17 degrees ! Estimated noise=0.547203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000624055 Jy ! Component: 100 - total flux cleaned = 0.000985576 Jy ! Component: 150 - total flux cleaned = 0.00112287 Jy ! Component: 200 - total flux cleaned = 0.0011951 Jy ! Total flux subtracted in 200 components = 0.0011951 Jy ! Clean residual min=-0.001602 max=0.001778 Jy/beam ! Clean residual mean=0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.182476 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.182476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079520Jy sigma=0.851089 ! Fit after self-cal, rms=0.079600Jy sigma=0.851011 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.000101808 Jy ! Component: 100 - total flux cleaned = 0.000145519 Jy ! Component: 150 - total flux cleaned = 0.000125039 Jy ! Component: 200 - total flux cleaned = 0.000145616 Jy ! Total flux subtracted in 200 components = 0.000145616 Jy ! Clean residual min=-0.001584 max=0.001761 Jy/beam ! Clean residual mean=0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.182621 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 81 components and 0.182621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079586Jy sigma=0.850828 ! Fit after self-cal, rms=0.079587Jy sigma=0.850816 ! 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.079587Jy sigma=0.850816 ! Fit after self-cal, rms=0.083360Jy sigma=0.850704 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.744 mas, bmaj=11.66 mas, bpa=-1.419 degrees ! Estimated noise=0.665893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000827069 Jy ! Component: 100 - total flux cleaned = 0.000926439 Jy ! Component: 150 - total flux cleaned = 0.000992155 Jy ! Component: 200 - total flux cleaned = 0.00103503 Jy ! Total flux subtracted in 200 components = 0.00103503 Jy ! Clean residual min=-0.001938 max=0.001757 Jy/beam ! Clean residual mean=0.000003 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.183657 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 99 components and 0.183657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083355Jy sigma=0.850609 ! Fit after self-cal, rms=0.083382Jy sigma=0.850584 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.000217909 Jy ! Component: 100 - total flux cleaned = 0.000230074 Jy ! Component: 150 - total flux cleaned = 0.000252509 Jy ! Component: 200 - total flux cleaned = 0.000273867 Jy ! Total flux subtracted in 200 components = 0.000273867 Jy ! Clean residual min=-0.001914 max=0.001766 Jy/beam ! Clean residual mean=0.000002 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.18393 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.18393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083380Jy sigma=0.850575 ! Fit after self-cal, rms=0.083381Jy sigma=0.850570 ! 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.119 mas, bmaj=9.56 mas, bpa=-6.151 degrees ! Estimated noise=0.547419 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.119 x 9.56 at -6.151 degrees (North through East) ! Clean map min=-0.0019739 max=0.18283 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.497 mas, bmaj=8.301 mas, bpa=-5.884 degrees ! Estimated noise=0.84217 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.142899 Jy ! Component: 100 - total flux cleaned = 0.174061 Jy ! Component: 150 - total flux cleaned = 0.181482 Jy ! Component: 200 - total flux cleaned = 0.183245 Jy ! Total flux subtracted in 200 components = 0.183245 Jy ! Clean residual min=-0.002901 max=0.002830 Jy/beam ! Clean residual mean=0.000001 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.183245 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.183245 Jy ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=9.56 mas, bpa=-6.151 degrees ! Estimated noise=0.547419 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.000777626 Jy ! Component: 100 - total flux cleaned = 0.000781222 Jy ! Component: 150 - total flux cleaned = 0.000780992 Jy ! Component: 200 - total flux cleaned = 0.000853477 Jy ! Total flux subtracted in 200 components = 0.000853477 Jy ! Clean residual min=-0.001614 max=0.001762 Jy/beam ! Clean residual mean=0.000000 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.184099 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 44 components and 0.184099 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.744 mas, bmaj=11.66 mas, bpa=-1.419 degrees ! Estimated noise=0.665893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.86659e-05 Jy ! Component: 100 - total flux cleaned = 0.000109962 Jy ! Component: 150 - total flux cleaned = 0.000173826 Jy ! Component: 200 - total flux cleaned = 0.000205762 Jy ! Total flux subtracted in 200 components = 0.000205762 Jy ! Clean residual min=-0.001907 max=0.001809 Jy/beam ! Clean residual mean=0.000002 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.184304 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.23092e-07 Jy ! Component: 100 - total flux cleaned = 9.89519e-07 Jy ! Component: 150 - total flux cleaned = 1.27775e-05 Jy ! Component: 200 - total flux cleaned = 1.27665e-05 Jy ! Total flux subtracted in 200 components = 1.27665e-05 Jy ! Clean residual min=-0.001908 max=0.001786 Jy/beam ! Clean residual mean=0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.184317 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 74 components and 0.184317 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.119 mas, bmaj=9.56 mas, bpa=-6.151 degrees ! Estimated noise=0.547419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.54584e-06 Jy ! Component: 100 - total flux cleaned = -5.76113e-05 Jy ! Component: 150 - total flux cleaned = -5.74744e-05 Jy ! Component: 200 - total flux cleaned = -5.80722e-05 Jy ! Total flux subtracted in 200 components = -5.80722e-05 Jy ! Clean residual min=-0.001517 max=0.001751 Jy/beam ! Clean residual mean=0.000000 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.184259 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 0.184259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083377Jy sigma=0.850693 ! Fit after self-cal, rms=0.083385Jy sigma=0.850600 wmodel J1635+5955_S_map.mod ! Writing 88 model components to file: J1635+5955_S_map.mod wobs J1635+5955_S_uvs.fits ! Writing UV FITS file: J1635+5955_S_uvs.fits wwins J1635+5955_S_map.win ! wwins: Wrote 2 windows to J1635+5955_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.000658983 Jy ! Component: 100 - total flux cleaned = 0.000915445 Jy ! Component: 150 - total flux cleaned = 0.00107714 Jy ! Component: 200 - total flux cleaned = 0.00118029 Jy ! Component: 250 - total flux cleaned = 0.0012557 Jy ! Component: 300 - total flux cleaned = 0.00132882 Jy ! Component: 350 - total flux cleaned = 0.00137669 Jy ! Component: 400 - total flux cleaned = 0.00146926 Jy ! Component: 450 - total flux cleaned = 0.00158272 Jy ! Component: 500 - total flux cleaned = 0.00173826 Jy ! Component: 550 - total flux cleaned = 0.00178163 Jy ! Component: 600 - total flux cleaned = 0.00190969 Jy ! Component: 650 - total flux cleaned = 0.00197233 Jy ! Component: 700 - total flux cleaned = 0.00205482 Jy ! Component: 750 - total flux cleaned = 0.00217627 Jy ! Component: 800 - total flux cleaned = 0.00229571 Jy ! Component: 850 - total flux cleaned = 0.00233495 Jy ! Component: 900 - total flux cleaned = 0.00239358 Jy ! Component: 950 - total flux cleaned = 0.00248895 Jy ! Component: 1000 - total flux cleaned = 0.00258283 Jy ! Component: 1050 - total flux cleaned = 0.00265702 Jy ! Component: 1100 - total flux cleaned = 0.00272994 Jy ! Component: 1150 - total flux cleaned = 0.00283721 Jy ! Component: 1200 - total flux cleaned = 0.00297799 Jy ! Component: 1250 - total flux cleaned = 0.00306479 Jy ! Component: 1300 - total flux cleaned = 0.00315057 Jy ! Component: 1350 - total flux cleaned = 0.0032692 Jy ! Component: 1400 - total flux cleaned = 0.00335277 Jy ! Component: 1450 - total flux cleaned = 0.00340208 Jy ! Component: 1500 - total flux cleaned = 0.00349988 Jy ! Component: 1550 - total flux cleaned = 0.00358008 Jy ! Component: 1600 - total flux cleaned = 0.00357984 Jy ! Component: 1650 - total flux cleaned = 0.00368995 Jy ! Component: 1700 - total flux cleaned = 0.00375238 Jy ! Component: 1750 - total flux cleaned = 0.00382939 Jy ! Component: 1800 - total flux cleaned = 0.0039358 Jy ! Component: 1850 - total flux cleaned = 0.00395075 Jy ! Component: 1900 - total flux cleaned = 0.00399555 Jy ! Component: 1950 - total flux cleaned = 0.00401047 Jy ! Component: 2000 - total flux cleaned = 0.00409838 Jy ! Component: 2050 - total flux cleaned = 0.0040983 Jy ! Component: 2100 - total flux cleaned = 0.0041274 Jy ! Component: 2150 - total flux cleaned = 0.00421294 Jy ! Component: 2200 - total flux cleaned = 0.0042975 Jy ! Component: 2250 - total flux cleaned = 0.00439517 Jy ! Component: 2300 - total flux cleaned = 0.00440894 Jy ! Component: 2350 - total flux cleaned = 0.00450524 Jy ! Component: 2400 - total flux cleaned = 0.00455971 Jy ! Component: 2450 - total flux cleaned = 0.00458665 Jy ! Component: 2500 - total flux cleaned = 0.0046806 Jy ! Component: 2550 - total flux cleaned = 0.00472044 Jy ! Component: 2600 - total flux cleaned = 0.00482583 Jy ! Component: 2650 - total flux cleaned = 0.00490423 Jy ! Component: 2700 - total flux cleaned = 0.00493031 Jy ! Component: 2750 - total flux cleaned = 0.00505881 Jy ! Component: 2800 - total flux cleaned = 0.00514814 Jy ! Component: 2850 - total flux cleaned = 0.00518602 Jy ! Component: 2900 - total flux cleaned = 0.00526156 Jy ! Component: 2950 - total flux cleaned = 0.00524916 Jy ! Component: 3000 - total flux cleaned = 0.00529879 Jy ! Component: 3050 - total flux cleaned = 0.00534799 Jy ! Component: 3100 - total flux cleaned = 0.00534803 Jy ! Component: 3150 - total flux cleaned = 0.00537241 Jy ! Component: 3200 - total flux cleaned = 0.00540855 Jy ! Component: 3250 - total flux cleaned = 0.00544444 Jy ! Component: 3300 - total flux cleaned = 0.00544451 Jy ! Component: 3350 - total flux cleaned = 0.00546818 Jy ! Component: 3400 - total flux cleaned = 0.00551514 Jy ! Component: 3450 - total flux cleaned = 0.0054802 Jy ! Component: 3500 - total flux cleaned = 0.00551502 Jy ! Component: 3550 - total flux cleaned = 0.005515 Jy ! Component: 3600 - total flux cleaned = 0.00551511 Jy ! Component: 3650 - total flux cleaned = 0.00554913 Jy ! Component: 3700 - total flux cleaned = 0.00554911 Jy ! Component: 3750 - total flux cleaned = 0.00553786 Jy ! Component: 3800 - total flux cleaned = 0.00557137 Jy ! Component: 3850 - total flux cleaned = 0.00557149 Jy ! Component: 3900 - total flux cleaned = 0.00557148 Jy ! Component: 3950 - total flux cleaned = 0.00557144 Jy ! Component: 4000 - total flux cleaned = 0.00552774 Jy ! Component: 4050 - total flux cleaned = 0.00552769 Jy ! Total flux subtracted in 4096 components = 0.00551681 Jy ! Clean residual min=-0.000699 max=0.000821 Jy/beam ! Clean residual mean=-0.000000 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.189776 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 399 components and 0.189776 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J1635+5955_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.119 x 9.56 at -6.151 degrees (North through East) ! Clean map min=-0.0019419 max=0.18279 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J1635+5955_S_map.fits wmodel /vlbi/bp222/maps//J1635+5955_S_map.mod ! Writing 399 model components to file: /vlbi/bp222/maps//J1635+5955_S_map.mod wobs /vlbi/bp222/maps//J1635+5955_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J1635+5955_S_uvs.fits wwins /vlbi/bp222/maps//J1635+5955_S_map.win ! wwins: Wrote 3 windows to /vlbi/bp222/maps//J1635+5955_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.182786 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204323 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.335347 0.335347 0.670693 1.34139 2.68277 5.36555 10.7311 21.4622 42.9244 85.8487 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 894.596 quit ! Quitting program ! Log file /vlbi/bp222/maps//J1635+5955_S_dfm.log closed on Thu Sep 27 11:23:25 2018