! Started logfile: /vlbi/uf001/uva//J1304-0346_S_dfm.log on Mon Jan 14 02:10:56 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//J1304-0346_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1304-0346_S_uva.fits ! AN table 1: 57 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.869674 visibilities/baseline/integration-bin. ! Found source: J1304-0346 ! ! 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 40 lines of history. ! ! Reading 3123 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 J1304-0346_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.094012Jy sigma=22.095928 ! Fit after self-cal, rms=0.641906Jy sigma=13.108743 ! 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=5.082 mas, bmaj=21.99 mas, bpa=-12.41 degrees ! Estimated noise=0.841113 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.274142 Jy ! Component: 100 - total flux cleaned = 0.339308 Jy ! Total flux subtracted in 100 components = 0.339308 Jy ! Clean residual min=-0.017151 max=0.033335 Jy/beam ! Clean residual mean=0.000035 rms=0.005603 Jy/beam ! Combined flux in latest and established models = 0.339308 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.339308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090389Jy sigma=1.750626 ! Fit after self-cal, rms=0.090329Jy sigma=1.749669 ! Inverting map ! Added new window around map position (8.5, -17). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0339478 Jy ! Component: 100 - total flux cleaned = 0.0530404 Jy ! Total flux subtracted in 100 components = 0.0530404 Jy ! Clean residual min=-0.011550 max=0.015697 Jy/beam ! Clean residual mean=0.000032 rms=0.003539 Jy/beam ! Combined flux in latest and established models = 0.392348 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.392348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073710Jy sigma=1.438339 ! Fit after self-cal, rms=0.073554Jy sigma=1.435105 ! 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=5.78 mas, bmaj=23.92 mas, bpa=-12.59 degrees ! Estimated noise=0.64003 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.016689 Jy ! Component: 100 - total flux cleaned = 0.0282684 Jy ! Component: 150 - total flux cleaned = 0.0369387 Jy ! Component: 200 - total flux cleaned = 0.0436229 Jy ! Total flux subtracted in 200 components = 0.0436229 Jy ! Clean residual min=-0.009510 max=0.009307 Jy/beam ! Clean residual mean=0.000047 rms=0.002892 Jy/beam ! Combined flux in latest and established models = 0.435971 Jy ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 107 components and 0.435971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068161Jy sigma=1.337945 ! Fit after self-cal, rms=0.068070Jy sigma=1.336092 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.78 x 23.92 at -12.59 degrees (North through East) ! Clean map min=-0.0093168 max=0.36335 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: ! FD 1.01 HN 1.03 KP 1.02 LA 0.93 ! NL 1.06 OV 1.02 PT 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.03 KP 1.01 LA 0.93 ! NL 1.03 OV 0.94 PT 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.01 KP 1.00 LA 0.94 ! NL 1.01 OV 1.00 PT 1.00 ! ! ! Fit before self-cal, rms=0.068070Jy sigma=1.336092 ! Fit after self-cal, rms=0.065461Jy sigma=1.292436 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.823 mas, bmaj=24.02 mas, bpa=-12.46 degrees ! Estimated noise=0.637004 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.00437423 Jy ! Component: 100 - total flux cleaned = 0.00621693 Jy ! Component: 150 - total flux cleaned = 0.00718364 Jy ! Component: 200 - total flux cleaned = 0.00800342 Jy ! Total flux subtracted in 200 components = 0.00800342 Jy ! Clean residual min=-0.006951 max=0.006509 Jy/beam ! Clean residual mean=0.000034 rms=0.002118 Jy/beam ! Combined flux in latest and established models = 0.443974 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 132 components and 0.443974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065079Jy sigma=1.283655 ! Fit after self-cal, rms=0.065083Jy sigma=1.283212 ! 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.065083Jy sigma=1.283212 ! Fit after self-cal, rms=0.063401Jy sigma=1.218479 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.815 mas, bmaj=24.2 mas, bpa=-12.51 degrees ! Estimated noise=0.639058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000555077 Jy ! Component: 100 - total flux cleaned = -0.000899593 Jy ! Component: 150 - total flux cleaned = -0.000746821 Jy ! Component: 200 - total flux cleaned = -0.000750403 Jy ! Total flux subtracted in 200 components = -0.000750403 Jy ! Clean residual min=-0.004555 max=0.004650 Jy/beam ! Clean residual mean=0.000011 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.443224 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 158 components and 0.443224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063263Jy sigma=1.216248 ! Fit after self-cal, rms=0.063266Jy sigma=1.216003 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.00013411 Jy ! Component: 100 - total flux cleaned = 0.000171504 Jy ! Component: 150 - total flux cleaned = 0.000241167 Jy ! Component: 200 - total flux cleaned = 0.000338866 Jy ! Total flux subtracted in 200 components = 0.000338866 Jy ! Clean residual min=-0.004473 max=0.004730 Jy/beam ! Clean residual mean=0.000011 rms=0.001312 Jy/beam ! Combined flux in latest and established models = 0.443563 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 175 components and 0.443563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063217Jy sigma=1.215250 ! Fit after self-cal, rms=0.063212Jy sigma=1.215143 ! 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.063212Jy sigma=1.215143 ! Fit after self-cal, rms=0.063326Jy sigma=1.214738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.818 mas, bmaj=24.21 mas, bpa=-12.49 degrees ! Estimated noise=0.639257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000577804 Jy ! Component: 100 - total flux cleaned = -0.000615438 Jy ! Component: 150 - total flux cleaned = -0.000682933 Jy ! Component: 200 - total flux cleaned = -0.000743369 Jy ! Total flux subtracted in 200 components = -0.000743369 Jy ! Clean residual min=-0.004398 max=0.004837 Jy/beam ! Clean residual mean=0.000011 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.44282 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 192 components and 0.44282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063279Jy sigma=1.214028 ! Fit after self-cal, rms=0.063278Jy sigma=1.213957 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.85509e-05 Jy ! Component: 100 - total flux cleaned = 9.70167e-05 Jy ! Component: 150 - total flux cleaned = 9.62718e-05 Jy ! Component: 200 - total flux cleaned = 0.00011915 Jy ! Total flux subtracted in 200 components = 0.00011915 Jy ! Clean residual min=-0.004426 max=0.004861 Jy/beam ! Clean residual mean=0.000010 rms=0.001281 Jy/beam ! Combined flux in latest and established models = 0.442939 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 207 components and 0.442939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063252Jy sigma=1.213586 ! Fit after self-cal, rms=0.063249Jy sigma=1.213532 ! 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.063249Jy sigma=1.213532 ! Fit after self-cal, rms=0.063326Jy sigma=1.213427 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.785 mas, bmaj=23.51 mas, bpa=-11.25 degrees ! Estimated noise=0.691702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.7049e-05 Jy ! Component: 100 - total flux cleaned = -8.90591e-05 Jy ! Component: 150 - total flux cleaned = -6.46096e-05 Jy ! Component: 200 - total flux cleaned = -6.43939e-05 Jy ! Total flux subtracted in 200 components = -6.43939e-05 Jy ! Clean residual min=-0.005756 max=0.005571 Jy/beam ! Clean residual mean=0.000014 rms=0.001599 Jy/beam ! Combined flux in latest and established models = 0.442874 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 231 components and 0.442874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063305Jy sigma=1.213146 ! Fit after self-cal, rms=0.063302Jy sigma=1.213107 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 = 4.59113e-05 Jy ! Component: 100 - total flux cleaned = 6.87064e-05 Jy ! Component: 150 - total flux cleaned = 9.00957e-05 Jy ! Component: 200 - total flux cleaned = 0.000109871 Jy ! Total flux subtracted in 200 components = 0.000109871 Jy ! Clean residual min=-0.005763 max=0.005568 Jy/beam ! Clean residual mean=0.000013 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.442984 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 242 components and 0.442984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063287Jy sigma=1.212914 ! Fit after self-cal, rms=0.063285Jy sigma=1.212885 ! 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=5.818 mas, bmaj=24.21 mas, bpa=-12.48 degrees ! Estimated noise=0.639574 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.818 x 24.21 at -12.48 degrees (North through East) ! Clean map min=-0.0043845 max=0.36237 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=5.099 mas, bmaj=22.39 mas, bpa=-12.26 degrees ! Estimated noise=0.850679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.277081 Jy ! Component: 100 - total flux cleaned = 0.344707 Jy ! Component: 150 - total flux cleaned = 0.376988 Jy ! Component: 200 - total flux cleaned = 0.393939 Jy ! Total flux subtracted in 200 components = 0.393939 Jy ! Clean residual min=-0.006146 max=0.009490 Jy/beam ! Clean residual mean=0.000010 rms=0.002096 Jy/beam ! Combined flux in latest and established models = 0.393939 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.393939 Jy ! Inverting map and beam ! Estimated beam: bmin=5.818 mas, bmaj=24.21 mas, bpa=-12.48 degrees ! Estimated noise=0.639574 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 (31, -59.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.01346 Jy ! Component: 100 - total flux cleaned = 0.0220141 Jy ! Component: 150 - total flux cleaned = 0.0269003 Jy ! Component: 200 - total flux cleaned = 0.0304948 Jy ! Total flux subtracted in 200 components = 0.0304948 Jy ! Clean residual min=-0.004570 max=0.003997 Jy/beam ! Clean residual mean=0.000009 rms=0.001364 Jy/beam ! Combined flux in latest and established models = 0.424434 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 95 components and 0.424434 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=8.785 mas, bmaj=23.51 mas, bpa=-11.25 degrees ! Estimated noise=0.691702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00381334 Jy ! Component: 100 - total flux cleaned = 0.00653711 Jy ! Component: 150 - total flux cleaned = 0.00902708 Jy ! Component: 200 - total flux cleaned = 0.0110945 Jy ! Total flux subtracted in 200 components = 0.0110945 Jy ! Clean residual min=-0.004600 max=0.004083 Jy/beam ! Clean residual mean=0.000002 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.435528 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00165822 Jy ! Component: 100 - total flux cleaned = 0.00299956 Jy ! Component: 150 - total flux cleaned = 0.00409432 Jy ! Component: 200 - total flux cleaned = 0.00503944 Jy ! Total flux subtracted in 200 components = 0.00503944 Jy ! Clean residual min=-0.004346 max=0.003960 Jy/beam ! Clean residual mean=-0.000000 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.440568 Jy ! Adding 171 model components to the UV plane model. ! The established model now contains 251 components and 0.440568 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.818 mas, bmaj=24.21 mas, bpa=-12.48 degrees ! Estimated noise=0.639574 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000412591 Jy ! Component: 100 - total flux cleaned = 0.000870476 Jy ! Component: 150 - total flux cleaned = 0.00108989 Jy ! Component: 200 - total flux cleaned = 0.00124274 Jy ! Total flux subtracted in 200 components = 0.00124274 Jy ! Clean residual min=-0.003806 max=0.003623 Jy/beam ! Clean residual mean=-0.000003 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.44181 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 281 components and 0.44181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062736Jy sigma=1.201821 ! Fit after self-cal, rms=0.062660Jy sigma=1.200462 wmodel J1304-0346_S_map.mod ! Writing 281 model components to file: J1304-0346_S_map.mod wobs J1304-0346_S_uvs.fits ! Writing UV FITS file: J1304-0346_S_uvs.fits wwins J1304-0346_S_map.win ! wwins: Wrote 3 windows to J1304-0346_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.00113306 Jy ! Component: 100 - total flux cleaned = -0.00182506 Jy ! Component: 150 - total flux cleaned = -0.0018805 Jy ! Component: 200 - total flux cleaned = -0.00178185 Jy ! Component: 250 - total flux cleaned = -0.00187617 Jy ! Component: 300 - total flux cleaned = -0.00191888 Jy ! Component: 350 - total flux cleaned = -0.00192036 Jy ! Component: 400 - total flux cleaned = -0.00200272 Jy ! Component: 450 - total flux cleaned = -0.00204046 Jy ! Component: 500 - total flux cleaned = -0.00203914 Jy ! Component: 550 - total flux cleaned = -0.00196882 Jy ! Component: 600 - total flux cleaned = -0.00190111 Jy ! Component: 650 - total flux cleaned = -0.00186833 Jy ! Component: 700 - total flux cleaned = -0.00193026 Jy ! Component: 750 - total flux cleaned = -0.00193004 Jy ! Component: 800 - total flux cleaned = -0.00201797 Jy ! Component: 850 - total flux cleaned = -0.00199028 Jy ! Component: 900 - total flux cleaned = -0.00199075 Jy ! Component: 950 - total flux cleaned = -0.00199196 Jy ! Component: 1000 - total flux cleaned = -0.00204522 Jy ! Component: 1050 - total flux cleaned = -0.00199401 Jy ! Component: 1100 - total flux cleaned = -0.00196889 Jy ! Component: 1150 - total flux cleaned = -0.00191955 Jy ! Component: 1200 - total flux cleaned = -0.00191961 Jy ! Component: 1250 - total flux cleaned = -0.00189648 Jy ! Component: 1300 - total flux cleaned = -0.00194342 Jy ! Component: 1350 - total flux cleaned = -0.0020347 Jy ! Component: 1400 - total flux cleaned = -0.00210147 Jy ! Component: 1450 - total flux cleaned = -0.00210116 Jy ! Component: 1500 - total flux cleaned = -0.00218812 Jy ! Component: 1550 - total flux cleaned = -0.00220986 Jy ! Component: 1600 - total flux cleaned = -0.00231458 Jy ! Component: 1650 - total flux cleaned = -0.00237623 Jy ! Component: 1700 - total flux cleaned = -0.002417 Jy ! Component: 1750 - total flux cleaned = -0.00253703 Jy ! Component: 1800 - total flux cleaned = -0.00261598 Jy ! Component: 1850 - total flux cleaned = -0.00269346 Jy ! Component: 1900 - total flux cleaned = -0.00275047 Jy ! Component: 1950 - total flux cleaned = -0.00278788 Jy ! Component: 2000 - total flux cleaned = -0.00280645 Jy ! Component: 2050 - total flux cleaned = -0.00286155 Jy ! Component: 2100 - total flux cleaned = -0.00293392 Jy ! Component: 2150 - total flux cleaned = -0.00300583 Jy ! Component: 2200 - total flux cleaned = -0.00307669 Jy ! Component: 2250 - total flux cleaned = -0.00318158 Jy ! Component: 2300 - total flux cleaned = -0.00325054 Jy ! Component: 2350 - total flux cleaned = -0.00333595 Jy ! Component: 2400 - total flux cleaned = -0.00342046 Jy ! Component: 2450 - total flux cleaned = -0.00342031 Jy ! Component: 2500 - total flux cleaned = -0.00348636 Jy ! Component: 2550 - total flux cleaned = -0.00350276 Jy ! Component: 2600 - total flux cleaned = -0.00360053 Jy ! Component: 2650 - total flux cleaned = -0.00368113 Jy ! Component: 2700 - total flux cleaned = -0.00371308 Jy ! Component: 2750 - total flux cleaned = -0.00376074 Jy ! Component: 2800 - total flux cleaned = -0.00382362 Jy ! Component: 2850 - total flux cleaned = -0.00385473 Jy ! Component: 2900 - total flux cleaned = -0.00387025 Jy ! Component: 2950 - total flux cleaned = -0.00393164 Jy ! Component: 3000 - total flux cleaned = -0.0039469 Jy ! Component: 3050 - total flux cleaned = -0.00403724 Jy ! Component: 3100 - total flux cleaned = -0.0040371 Jy ! Component: 3150 - total flux cleaned = -0.00403698 Jy ! Component: 3200 - total flux cleaned = -0.00406648 Jy ! Component: 3250 - total flux cleaned = -0.00409578 Jy ! Component: 3300 - total flux cleaned = -0.0040958 Jy ! Component: 3350 - total flux cleaned = -0.0041534 Jy ! Component: 3400 - total flux cleaned = -0.00418181 Jy ! Component: 3450 - total flux cleaned = -0.00422429 Jy ! Component: 3500 - total flux cleaned = -0.004196 Jy ! Component: 3550 - total flux cleaned = -0.00421002 Jy ! Component: 3600 - total flux cleaned = -0.00423779 Jy ! Component: 3650 - total flux cleaned = -0.00419636 Jy ! Component: 3700 - total flux cleaned = -0.00423753 Jy ! Component: 3750 - total flux cleaned = -0.00427843 Jy ! Component: 3800 - total flux cleaned = -0.00419731 Jy ! Component: 3850 - total flux cleaned = -0.0042377 Jy ! Component: 3900 - total flux cleaned = -0.00422434 Jy ! Component: 3950 - total flux cleaned = -0.00426409 Jy ! Component: 4000 - total flux cleaned = -0.00425067 Jy ! Component: 4050 - total flux cleaned = -0.00421117 Jy ! Total flux subtracted in 4096 components = -0.00423723 Jy ! Clean residual min=-0.000733 max=0.000814 Jy/beam ! Clean residual mean=-0.000004 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.437573 Jy keep ! Adding 438 model components to the UV plane model. ! The established model now contains 719 components and 0.437573 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1304-0346_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.818 x 24.21 at -12.48 degrees (North through East) ! Clean map min=-0.0034628 max=0.36151 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1304-0346_S_map.fits wmodel /vlbi/uf001/uva//J1304-0346_S_map.mod ! Writing 719 model components to file: /vlbi/uf001/uva//J1304-0346_S_map.mod wobs /vlbi/uf001/uva//J1304-0346_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1304-0346_S_uvs.fits wwins /vlbi/uf001/uva//J1304-0346_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1304-0346_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.361506 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292397 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.242649 0.242649 0.485299 0.970597 1.94119 3.88239 7.76478 15.5296 31.0591 62.1182 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.361 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1236.35 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1304-0346_S_dfm.log closed on Mon Jan 14 02:11:00 2019