! Started logfile: /vlbi/uf001/uva//J1359+4011_S_dfm.log on Mon Jan 14 02:41:29 2019 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/uf001/uva//J1359+4011_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1359+4011_S_uva.fits ! AN table 1: 14 integrations on 36 of 36 possible baselines. ! AN table 2: 28 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.968254 visibilities/baseline/integration-bin. ! Found source: J1359+4011 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 4392 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J1359+4011_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 20 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! A total of 40 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.008697Jy sigma=20.225500 ! Fit after self-cal, rms=0.791444Jy sigma=15.963384 ! 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.934 mas, bmaj=4.756 mas, bpa=-6.034 degrees ! Estimated noise=0.826863 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.162128 Jy ! Component: 100 - total flux cleaned = 0.198901 Jy ! Total flux subtracted in 100 components = 0.198901 Jy ! Clean residual min=-0.007981 max=0.012976 Jy/beam ! Clean residual mean=-0.000001 rms=0.002082 Jy/beam ! Combined flux in latest and established models = 0.198901 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.198901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076332Jy sigma=1.379434 ! Fit after self-cal, rms=0.076306Jy sigma=1.379124 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133363 Jy ! Component: 100 - total flux cleaned = 0.0194332 Jy ! Total flux subtracted in 100 components = 0.0194332 Jy ! Clean residual min=-0.006891 max=0.008184 Jy/beam ! Clean residual mean=-0.000002 rms=0.001788 Jy/beam ! Combined flux in latest and established models = 0.218335 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.218334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073831Jy sigma=1.329261 ! Fit after self-cal, rms=0.073804Jy sigma=1.328841 ! 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.587 mas, bmaj=5.457 mas, bpa=-7.769 degrees ! Estimated noise=0.587714 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.00382798 Jy ! Component: 100 - total flux cleaned = 0.00511326 Jy ! Component: 150 - total flux cleaned = 0.00539023 Jy ! Component: 200 - total flux cleaned = 0.00566666 Jy ! Total flux subtracted in 200 components = 0.00566666 Jy ! Clean residual min=-0.006705 max=0.006556 Jy/beam ! Clean residual mean=-0.000001 rms=0.001627 Jy/beam ! Combined flux in latest and established models = 0.224001 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.224001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073606Jy sigma=1.323799 ! Fit after self-cal, rms=0.073597Jy sigma=1.323669 ! 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.587 x 5.457 at -7.769 degrees (North through East) ! Clean map min=-0.0065124 max=0.20858 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 KP 1.03 LA 0.97 ! MK 1.04 NL 1.03 OV 1.00 PT 1.03 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 HN 0.97 KP 1.01 LA 0.95 ! MK 1.04 NL 1.17 OV 0.94 PT 1.00 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.95 KP 1.04 LA 0.96 ! MK 1.05 NL 1.02 OV 0.84 PT 0.99 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.81 HN 0.98 KP 1.04 LA 0.98 ! MK 1.00 NL 1.30 OV 0.85 PT 0.97 ! SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 KP 1.01 LA 0.96 ! MK 1.01 NL 1.03 OV 0.98 PT 0.97 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.15 HN 0.96 KP 1.00 LA 0.94 ! MK 1.01 NL 1.14 OV 0.95 PT 0.99 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.073597Jy sigma=1.323669 ! Fit after self-cal, rms=0.068301Jy sigma=1.245323 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=5.479 mas, bpa=-7.48 degrees ! Estimated noise=0.587424 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.00174933 Jy ! Component: 100 - total flux cleaned = -0.00179533 Jy ! Component: 150 - total flux cleaned = -0.00179396 Jy ! Component: 200 - total flux cleaned = -0.00176596 Jy ! Total flux subtracted in 200 components = -0.00176596 Jy ! Clean residual min=-0.005319 max=0.004037 Jy/beam ! Clean residual mean=-0.000001 rms=0.001141 Jy/beam ! Combined flux in latest and established models = 0.222235 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.222235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068237Jy sigma=1.244480 ! Fit after self-cal, rms=0.068259Jy sigma=1.244039 ! 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. ! ! Fit before self-cal, rms=0.068259Jy sigma=1.244039 ! Fit after self-cal, rms=0.065611Jy sigma=1.195272 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.615 mas, bmaj=5.504 mas, bpa=-7.143 degrees ! Estimated noise=0.586949 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000405771 Jy ! Component: 100 - total flux cleaned = -0.000497217 Jy ! Component: 150 - total flux cleaned = -0.000558728 Jy ! Component: 200 - total flux cleaned = -0.000632786 Jy ! Total flux subtracted in 200 components = -0.000632786 Jy ! Clean residual min=-0.002854 max=0.002616 Jy/beam ! Clean residual mean=0.000003 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.221602 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.221602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065591Jy sigma=1.195019 ! Fit after self-cal, rms=0.065618Jy sigma=1.194793 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.000123849 Jy ! Component: 100 - total flux cleaned = -0.000125038 Jy ! Component: 150 - total flux cleaned = -0.000153846 Jy ! Component: 200 - total flux cleaned = -0.000179942 Jy ! Total flux subtracted in 200 components = -0.000179942 Jy ! Clean residual min=-0.002824 max=0.002608 Jy/beam ! Clean residual mean=0.000003 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.221422 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.221422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065609Jy sigma=1.194690 ! Fit after self-cal, rms=0.065608Jy sigma=1.194680 ! 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. ! ! Fit before self-cal, rms=0.065608Jy sigma=1.194680 ! Fit after self-cal, rms=0.065673Jy sigma=1.194558 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.617 mas, bmaj=5.512 mas, bpa=-6.883 degrees ! Estimated noise=0.586925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000321048 Jy ! Component: 100 - total flux cleaned = -0.000360347 Jy ! Component: 150 - total flux cleaned = -0.000427807 Jy ! Component: 200 - total flux cleaned = -0.000473785 Jy ! Total flux subtracted in 200 components = -0.000473785 Jy ! Clean residual min=-0.002789 max=0.002600 Jy/beam ! Clean residual mean=0.000003 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.220949 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.220949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065659Jy sigma=1.194405 ! Fit after self-cal, rms=0.065659Jy sigma=1.194396 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.17615e-05 Jy ! Component: 100 - total flux cleaned = -6.16596e-05 Jy ! Component: 150 - total flux cleaned = -7.33069e-05 Jy ! Component: 200 - total flux cleaned = -7.30875e-05 Jy ! Total flux subtracted in 200 components = -7.30875e-05 Jy ! Clean residual min=-0.002768 max=0.002596 Jy/beam ! Clean residual mean=0.000003 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.220876 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.220876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065653Jy sigma=1.194328 ! Fit after self-cal, rms=0.065653Jy sigma=1.194323 ! 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. ! ! Fit before self-cal, rms=0.065653Jy sigma=1.194323 ! Fit after self-cal, rms=0.065686Jy sigma=1.194242 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.892 mas, bmaj=9.188 mas, bpa=-7.475 degrees ! Estimated noise=0.727086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.71739e-05 Jy ! Component: 100 - total flux cleaned = -2.92068e-05 Jy ! Component: 150 - total flux cleaned = -8.87282e-05 Jy ! Component: 200 - total flux cleaned = -0.000136624 Jy ! Total flux subtracted in 200 components = -0.000136624 Jy ! Clean residual min=-0.002921 max=0.002441 Jy/beam ! Clean residual mean=0.000006 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.220739 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.220739 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065685Jy sigma=1.194317 ! Fit after self-cal, rms=0.065684Jy sigma=1.194271 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.76752e-06 Jy ! Component: 100 - total flux cleaned = 2.99315e-06 Jy ! Component: 150 - total flux cleaned = -2.48103e-05 Jy ! Component: 200 - total flux cleaned = -4.80078e-05 Jy ! Total flux subtracted in 200 components = -4.80078e-05 Jy ! Clean residual min=-0.002916 max=0.002445 Jy/beam ! Clean residual mean=0.000006 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.220691 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 54 components and 0.220691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065685Jy sigma=1.194344 ! Fit after self-cal, rms=0.065684Jy sigma=1.194310 ! 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.618 mas, bmaj=5.519 mas, bpa=-6.665 degrees ! Estimated noise=0.586817 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.618 x 5.519 at -6.665 degrees (North through East) ! Clean map min=-0.0026862 max=0.20866 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.959 mas, bmaj=4.806 mas, bpa=-4.97 degrees ! Estimated noise=0.831665 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.163014 Jy ! Component: 100 - total flux cleaned = 0.1993 Jy ! Component: 150 - total flux cleaned = 0.210991 Jy ! Component: 200 - total flux cleaned = 0.216472 Jy ! Total flux subtracted in 200 components = 0.216472 Jy ! Clean residual min=-0.003890 max=0.004088 Jy/beam ! Clean residual mean=0.000002 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.216472 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.216472 Jy ! Inverting map and beam ! Estimated beam: bmin=3.618 mas, bmaj=5.519 mas, bpa=-6.665 degrees ! Estimated noise=0.586817 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-1, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00322868 Jy ! Component: 100 - total flux cleaned = 0.00476638 Jy ! Component: 150 - total flux cleaned = 0.00504444 Jy ! Component: 200 - total flux cleaned = 0.00518574 Jy ! Total flux subtracted in 200 components = 0.00518574 Jy ! Clean residual min=-0.002657 max=0.002566 Jy/beam ! Clean residual mean=0.000003 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.221657 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.221657 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.892 mas, bmaj=9.188 mas, bpa=-7.475 degrees ! Estimated noise=0.727086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.53006e-05 Jy ! Component: 100 - total flux cleaned = -3.74283e-05 Jy ! Component: 150 - total flux cleaned = -0.000125941 Jy ! Component: 200 - total flux cleaned = -0.000173357 Jy ! Total flux subtracted in 200 components = -0.000173357 Jy ! Clean residual min=-0.002920 max=0.002512 Jy/beam ! Clean residual mean=0.000006 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.221484 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.30765e-05 Jy ! Component: 100 - total flux cleaned = -9.54198e-05 Jy ! Component: 150 - total flux cleaned = -0.000130699 Jy ! Component: 200 - total flux cleaned = -0.00016341 Jy ! Total flux subtracted in 200 components = -0.00016341 Jy ! Clean residual min=-0.002883 max=0.002524 Jy/beam ! Clean residual mean=0.000006 rms=0.000743 Jy/beam ! Combined flux in latest and established models = 0.221321 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.221321 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.618 mas, bmaj=5.519 mas, bpa=-6.665 degrees ! Estimated noise=0.586817 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.96176e-05 Jy ! Component: 100 - total flux cleaned = 0.000205915 Jy ! Component: 150 - total flux cleaned = 0.000267136 Jy ! Component: 200 - total flux cleaned = 0.000266172 Jy ! Total flux subtracted in 200 components = 0.000266172 Jy ! Clean residual min=-0.002572 max=0.002498 Jy/beam ! Clean residual mean=0.000003 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.221587 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.221587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065615Jy sigma=1.192958 ! Fit after self-cal, rms=0.065608Jy sigma=1.192787 wmodel J1359+4011_S_map.mod ! Writing 57 model components to file: J1359+4011_S_map.mod wobs J1359+4011_S_uvs.fits ! Writing UV FITS file: J1359+4011_S_uvs.fits wwins J1359+4011_S_map.win ! wwins: Wrote 2 windows to J1359+4011_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.000249358 Jy ! Component: 100 - total flux cleaned = -7.35227e-05 Jy ! Component: 150 - total flux cleaned = 0.000306714 Jy ! Component: 200 - total flux cleaned = 0.000509907 Jy ! Component: 250 - total flux cleaned = 0.000429534 Jy ! Component: 300 - total flux cleaned = 0.000390649 Jy ! Component: 350 - total flux cleaned = 0.000502818 Jy ! Component: 400 - total flux cleaned = 0.000538477 Jy ! Component: 450 - total flux cleaned = 0.000574555 Jy ! Component: 500 - total flux cleaned = 0.000643593 Jy ! Component: 550 - total flux cleaned = 0.000608214 Jy ! Component: 600 - total flux cleaned = 0.000506673 Jy ! Component: 650 - total flux cleaned = 0.000573918 Jy ! Component: 700 - total flux cleaned = 0.000639889 Jy ! Component: 750 - total flux cleaned = 0.000768401 Jy ! Component: 800 - total flux cleaned = 0.000799655 Jy ! Component: 850 - total flux cleaned = 0.000862692 Jy ! Component: 900 - total flux cleaned = 0.000893301 Jy ! Component: 950 - total flux cleaned = 0.000893944 Jy ! Component: 1000 - total flux cleaned = 0.000984109 Jy ! Component: 1050 - total flux cleaned = 0.000954873 Jy ! Component: 1100 - total flux cleaned = 0.00104196 Jy ! Component: 1150 - total flux cleaned = 0.00107101 Jy ! Component: 1200 - total flux cleaned = 0.00104239 Jy ! Component: 1250 - total flux cleaned = 0.000986568 Jy ! Component: 1300 - total flux cleaned = 0.000931439 Jy ! Component: 1350 - total flux cleaned = 0.000931155 Jy ! Component: 1400 - total flux cleaned = 0.000903736 Jy ! Component: 1450 - total flux cleaned = 0.000796818 Jy ! Component: 1500 - total flux cleaned = 0.000770392 Jy ! Component: 1550 - total flux cleaned = 0.000744235 Jy ! Component: 1600 - total flux cleaned = 0.000692333 Jy ! Component: 1650 - total flux cleaned = 0.000641599 Jy ! Component: 1700 - total flux cleaned = 0.000641904 Jy ! Component: 1750 - total flux cleaned = 0.000541286 Jy ! Component: 1800 - total flux cleaned = 0.000466398 Jy ! Component: 1850 - total flux cleaned = 0.00044143 Jy ! Component: 1900 - total flux cleaned = 0.000295434 Jy ! Component: 1950 - total flux cleaned = 0.000295698 Jy ! Component: 2000 - total flux cleaned = 0.000271705 Jy ! Component: 2050 - total flux cleaned = 0.000176987 Jy ! Component: 2100 - total flux cleaned = 0.000153403 Jy ! Component: 2150 - total flux cleaned = 0.000129744 Jy ! Component: 2200 - total flux cleaned = 1.49735e-05 Jy ! Component: 2250 - total flux cleaned = -3.04026e-05 Jy ! Component: 2300 - total flux cleaned = -7.83383e-06 Jy ! Component: 2350 - total flux cleaned = -0.000142189 Jy ! Component: 2400 - total flux cleaned = -0.000142061 Jy ! Component: 2450 - total flux cleaned = -0.000186284 Jy ! Component: 2500 - total flux cleaned = -0.000186517 Jy ! Component: 2550 - total flux cleaned = -0.000294754 Jy ! Component: 2600 - total flux cleaned = -0.000251938 Jy ! Component: 2650 - total flux cleaned = -0.000379539 Jy ! Component: 2700 - total flux cleaned = -0.000443097 Jy ! Component: 2750 - total flux cleaned = -0.000485094 Jy ! Component: 2800 - total flux cleaned = -0.00058886 Jy ! Component: 2850 - total flux cleaned = -0.000650678 Jy ! Component: 2900 - total flux cleaned = -0.0006505 Jy ! Component: 2950 - total flux cleaned = -0.000731771 Jy ! Component: 3000 - total flux cleaned = -0.000812197 Jy ! Component: 3050 - total flux cleaned = -0.000831997 Jy ! Component: 3100 - total flux cleaned = -0.000911029 Jy ! Component: 3150 - total flux cleaned = -0.00098956 Jy ! Component: 3200 - total flux cleaned = -0.000989556 Jy ! Component: 3250 - total flux cleaned = -0.00102841 Jy ! Component: 3300 - total flux cleaned = -0.00108615 Jy ! Component: 3350 - total flux cleaned = -0.00120046 Jy ! Component: 3400 - total flux cleaned = -0.00120059 Jy ! Component: 3450 - total flux cleaned = -0.00121937 Jy ! Component: 3500 - total flux cleaned = -0.00131263 Jy ! Component: 3550 - total flux cleaned = -0.00133085 Jy ! Component: 3600 - total flux cleaned = -0.00133088 Jy ! Component: 3650 - total flux cleaned = -0.00138555 Jy ! Component: 3700 - total flux cleaned = -0.001295 Jy ! Component: 3750 - total flux cleaned = -0.00142106 Jy ! Component: 3800 - total flux cleaned = -0.00145667 Jy ! Component: 3850 - total flux cleaned = -0.00150989 Jy ! Component: 3900 - total flux cleaned = -0.00159795 Jy ! Component: 3950 - total flux cleaned = -0.00165053 Jy ! Component: 4000 - total flux cleaned = -0.00163324 Jy ! Component: 4050 - total flux cleaned = -0.00175427 Jy ! Total flux subtracted in 4096 components = -0.00175435 Jy ! Clean residual min=-0.000978 max=0.000962 Jy/beam ! Clean residual mean=-0.000001 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.219832 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 329 components and 0.219832 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1359+4011_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.618 x 5.519 at -6.665 degrees (North through East) ! Clean map min=-0.0019832 max=0.20932 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1359+4011_S_map.fits wmodel /vlbi/uf001/uva//J1359+4011_S_map.mod ! Writing 329 model components to file: /vlbi/uf001/uva//J1359+4011_S_map.mod wobs /vlbi/uf001/uva//J1359+4011_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1359+4011_S_uvs.fits wwins /vlbi/uf001/uva//J1359+4011_S_map.win ! wwins: Wrote 3 windows to /vlbi/uf001/uva//J1359+4011_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.209324 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000304817 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.436861 0.436861 0.873721 1.74744 3.49488 6.98977 13.9795 27.9591 55.9182 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.209 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 686.717 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1359+4011_S_dfm.log closed on Mon Jan 14 02:41:33 2019