! Started logfile: /vlbi/uf001/uva//J1150-1930_S_dfm.log on Mon Jan 14 01:30:50 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//J1150-1930_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1150-1930_S_uva.fits ! AN table 1: 38 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.861842 visibilities/baseline/integration-bin. ! Found source: J1150-1930 ! ! 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 3537 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 J1150-1930_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.061040Jy sigma=17.294043 ! Fit after self-cal, rms=0.677206Jy sigma=10.815102 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=10.34 mas, bpa=16.84 degrees ! Estimated noise=1.0995 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.256238 Jy ! Component: 100 - total flux cleaned = 0.316482 Jy ! Total flux subtracted in 100 components = 0.316482 Jy ! Clean residual min=-0.018853 max=0.036214 Jy/beam ! Clean residual mean=-0.000048 rms=0.005579 Jy/beam ! Combined flux in latest and established models = 0.316482 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.316482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.124595Jy sigma=1.747429 ! Fit after self-cal, rms=0.124596Jy sigma=1.747011 ! Inverting map ! Added new window around map position (-7, 2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0339677 Jy ! Component: 100 - total flux cleaned = 0.0547801 Jy ! Total flux subtracted in 100 components = 0.0547801 Jy ! Clean residual min=-0.016708 max=0.016664 Jy/beam ! Clean residual mean=-0.000020 rms=0.004075 Jy/beam ! Combined flux in latest and established models = 0.371262 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 38 components and 0.371262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112753Jy sigma=1.526277 ! Fit after self-cal, rms=0.112179Jy sigma=1.513898 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.058 mas, bmaj=11.09 mas, bpa=13.66 degrees ! Estimated noise=0.789068 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.0208723 Jy ! Component: 100 - total flux cleaned = 0.0338315 Jy ! Component: 150 - total flux cleaned = 0.043014 Jy ! Component: 200 - total flux cleaned = 0.049656 Jy ! Total flux subtracted in 200 components = 0.049656 Jy ! Clean residual min=-0.013190 max=0.012370 Jy/beam ! Clean residual mean=0.000004 rms=0.003195 Jy/beam ! Combined flux in latest and established models = 0.420918 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 90 components and 0.420918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107578Jy sigma=1.425895 ! Fit after self-cal, rms=0.107452Jy sigma=1.422931 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.058 x 11.09 at 13.66 degrees (North through East) ! Clean map min=-0.013163 max=0.31525 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 0.94 HN 1.04 KP 1.03 ! LA 0.95 NL 1.02 OV 1.01 PT 0.99 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.51 FD 0.94 HN 1.06 KP 1.02 ! LA 0.96 NL 1.03 OV 0.95 PT 0.99 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.96 HN 1.08 KP 1.02 ! LA 0.98 NL 1.02 OV 0.99 PT 0.96 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.107452Jy sigma=1.422931 ! Fit after self-cal, rms=0.108423Jy sigma=1.320721 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=11.2 mas, bpa=14.01 degrees ! Estimated noise=0.784193 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 = -7.15204e-05 Jy ! Component: 100 - total flux cleaned = 5.88405e-05 Jy ! Component: 150 - total flux cleaned = 0.000270089 Jy ! Component: 200 - total flux cleaned = 0.000454147 Jy ! Total flux subtracted in 200 components = 0.000454147 Jy ! Clean residual min=-0.010648 max=0.010055 Jy/beam ! Clean residual mean=0.000011 rms=0.002666 Jy/beam ! Combined flux in latest and established models = 0.421372 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 106 components and 0.421372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107938Jy sigma=1.315962 ! Fit after self-cal, rms=0.108166Jy sigma=1.315384 ! 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.108166Jy sigma=1.315384 ! Fit after self-cal, rms=0.108430Jy sigma=1.234761 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.06 mas, bmaj=11.23 mas, bpa=13.47 degrees ! Estimated noise=0.788555 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00262731 Jy ! Component: 100 - total flux cleaned = -0.00218357 Jy ! Component: 150 - total flux cleaned = -0.00179508 Jy ! Component: 200 - total flux cleaned = -0.00156836 Jy ! Total flux subtracted in 200 components = -0.00156836 Jy ! Clean residual min=-0.006099 max=0.005338 Jy/beam ! Clean residual mean=-0.000014 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.419804 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 120 components and 0.419804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108048Jy sigma=1.227261 ! Fit after self-cal, rms=0.108239Jy sigma=1.226930 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.000220266 Jy ! Component: 100 - total flux cleaned = 0.00050284 Jy ! Component: 150 - total flux cleaned = 0.000764623 Jy ! Component: 200 - total flux cleaned = 0.000925602 Jy ! Total flux subtracted in 200 components = 0.000925602 Jy ! Clean residual min=-0.005909 max=0.005336 Jy/beam ! Clean residual mean=-0.000013 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.420729 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 132 components and 0.420729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108098Jy sigma=1.224093 ! Fit after self-cal, rms=0.108096Jy sigma=1.224060 ! 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.108096Jy sigma=1.224060 ! Fit after self-cal, rms=0.109332Jy sigma=1.222514 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.054 mas, bmaj=11.22 mas, bpa=13.52 degrees ! Estimated noise=0.78684 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00176173 Jy ! Component: 100 - total flux cleaned = -0.00176268 Jy ! Component: 150 - total flux cleaned = -0.00167853 Jy ! Component: 200 - total flux cleaned = -0.00152817 Jy ! Total flux subtracted in 200 components = -0.00152817 Jy ! Clean residual min=-0.005032 max=0.005259 Jy/beam ! Clean residual mean=-0.000012 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.419201 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 136 components and 0.419201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109167Jy sigma=1.219343 ! Fit after self-cal, rms=0.109179Jy sigma=1.219327 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 (68.5, 103). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00232775 Jy ! Component: 100 - total flux cleaned = 0.00305203 Jy ! Component: 150 - total flux cleaned = 0.00321511 Jy ! Component: 200 - total flux cleaned = 0.003361 Jy ! Total flux subtracted in 200 components = 0.003361 Jy ! Clean residual min=-0.004821 max=0.004297 Jy/beam ! Clean residual mean=-0.000015 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.422562 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 157 components and 0.422562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108841Jy sigma=1.215157 ! Fit after self-cal, rms=0.108840Jy sigma=1.214895 ! 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.108840Jy sigma=1.214895 ! Fit after self-cal, rms=0.109277Jy sigma=1.214055 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.699 mas, bmaj=15.96 mas, bpa=2.877 degrees ! Estimated noise=0.92866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000785542 Jy ! Component: 100 - total flux cleaned = 0.000715292 Jy ! Component: 150 - total flux cleaned = 0.000411236 Jy ! Component: 200 - total flux cleaned = 0.00024993 Jy ! Total flux subtracted in 200 components = 0.00024993 Jy ! Clean residual min=-0.004787 max=0.003763 Jy/beam ! Clean residual mean=-0.000025 rms=0.001234 Jy/beam ! Combined flux in latest and established models = 0.422812 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 187 components and 0.422812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109164Jy sigma=1.213275 ! Fit after self-cal, rms=0.109169Jy sigma=1.213134 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.000189066 Jy ! Component: 100 - total flux cleaned = 8.94143e-05 Jy ! Component: 150 - total flux cleaned = 4.34344e-05 Jy ! Component: 200 - total flux cleaned = 8.00865e-07 Jy ! Total flux subtracted in 200 components = 8.00865e-07 Jy ! Clean residual min=-0.004795 max=0.003728 Jy/beam ! Clean residual mean=-0.000026 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.422813 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 207 components and 0.422813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109122Jy sigma=1.212706 ! Fit after self-cal, rms=0.109122Jy sigma=1.212648 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=11.19 mas, bpa=13.58 degrees ! Estimated noise=0.784625 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.049 x 11.19 at 13.58 degrees (North through East) ! Clean map min=-0.0044024 max=0.31731 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=10.45 mas, bpa=16.67 degrees ! Estimated noise=1.09667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.255218 Jy ! Component: 100 - total flux cleaned = 0.315981 Jy ! Component: 150 - total flux cleaned = 0.345507 Jy ! Component: 200 - total flux cleaned = 0.364364 Jy ! Total flux subtracted in 200 components = 0.364364 Jy ! Clean residual min=-0.007750 max=0.010082 Jy/beam ! Clean residual mean=-0.000037 rms=0.002307 Jy/beam ! Combined flux in latest and established models = 0.364364 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.364364 Jy ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=11.19 mas, bpa=13.58 degrees ! Estimated noise=0.784625 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.0169028 Jy ! Component: 100 - total flux cleaned = 0.0275675 Jy ! Component: 150 - total flux cleaned = 0.0351884 Jy ! Component: 200 - total flux cleaned = 0.0398783 Jy ! Total flux subtracted in 200 components = 0.0398783 Jy ! Clean residual min=-0.004958 max=0.004351 Jy/beam ! Clean residual mean=-0.000029 rms=0.001345 Jy/beam ! Combined flux in latest and established models = 0.404242 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 119 components and 0.404242 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.699 mas, bmaj=15.96 mas, bpa=2.877 degrees ! Estimated noise=0.92866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00666039 Jy ! Component: 100 - total flux cleaned = 0.00926253 Jy ! Component: 150 - total flux cleaned = 0.0112481 Jy ! Component: 200 - total flux cleaned = 0.0127 Jy ! Total flux subtracted in 200 components = 0.0127 Jy ! Clean residual min=-0.005376 max=0.003774 Jy/beam ! Clean residual mean=-0.000035 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.416942 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.00100074 Jy ! Component: 100 - total flux cleaned = 0.00159862 Jy ! Component: 150 - total flux cleaned = 0.00209961 Jy ! Component: 200 - total flux cleaned = 0.00252186 Jy ! Total flux subtracted in 200 components = 0.00252186 Jy ! Clean residual min=-0.005088 max=0.003959 Jy/beam ! Clean residual mean=-0.000030 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.419464 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 185 components and 0.419464 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=11.19 mas, bpa=13.58 degrees ! Estimated noise=0.784625 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000283425 Jy ! Component: 100 - total flux cleaned = 0.00051946 Jy ! Component: 150 - total flux cleaned = 0.000618954 Jy ! Component: 200 - total flux cleaned = 0.000663907 Jy ! Total flux subtracted in 200 components = 0.000663907 Jy ! Clean residual min=-0.004139 max=0.003498 Jy/beam ! Clean residual mean=-0.000019 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.420128 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 205 components and 0.420128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109144Jy sigma=1.211027 ! Fit after self-cal, rms=0.109113Jy sigma=1.210867 wmodel J1150-1930_S_map.mod ! Writing 205 model components to file: J1150-1930_S_map.mod wobs J1150-1930_S_uvs.fits ! Writing UV FITS file: J1150-1930_S_uvs.fits wwins J1150-1930_S_map.win ! wwins: Wrote 3 windows to J1150-1930_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.00141785 Jy ! Component: 100 - total flux cleaned = -0.00190066 Jy ! Component: 150 - total flux cleaned = -0.00201649 Jy ! Component: 200 - total flux cleaned = -0.00180342 Jy ! Component: 250 - total flux cleaned = -0.00160014 Jy ! Component: 300 - total flux cleaned = -0.00150195 Jy ! Component: 350 - total flux cleaned = -0.0012653 Jy ! Component: 400 - total flux cleaned = -0.00112868 Jy ! Component: 450 - total flux cleaned = -0.000820164 Jy ! Component: 500 - total flux cleaned = -0.000477986 Jy ! Component: 550 - total flux cleaned = -0.000227723 Jy ! Component: 600 - total flux cleaned = 9.60411e-05 Jy ! Component: 650 - total flux cleaned = 0.000450895 Jy ! Component: 700 - total flux cleaned = 0.000872518 Jy ! Component: 750 - total flux cleaned = 0.00120846 Jy ! Component: 800 - total flux cleaned = 0.00150069 Jy ! Component: 850 - total flux cleaned = 0.00171479 Jy ! Component: 900 - total flux cleaned = 0.00189021 Jy ! Component: 950 - total flux cleaned = 0.00199357 Jy ! Component: 1000 - total flux cleaned = 0.00222874 Jy ! Component: 1050 - total flux cleaned = 0.00236082 Jy ! Component: 1100 - total flux cleaned = 0.00242609 Jy ! Component: 1150 - total flux cleaned = 0.00258595 Jy ! Component: 1200 - total flux cleaned = 0.00258557 Jy ! Component: 1250 - total flux cleaned = 0.00274 Jy ! Component: 1300 - total flux cleaned = 0.00270986 Jy ! Component: 1350 - total flux cleaned = 0.00291861 Jy ! Component: 1400 - total flux cleaned = 0.00297697 Jy ! Component: 1450 - total flux cleaned = 0.00303455 Jy ! Component: 1500 - total flux cleaned = 0.00306294 Jy ! Component: 1550 - total flux cleaned = 0.00320323 Jy ! Component: 1600 - total flux cleaned = 0.00312089 Jy ! Component: 1650 - total flux cleaned = 0.00320328 Jy ! Component: 1700 - total flux cleaned = 0.00336483 Jy ! Component: 1750 - total flux cleaned = 0.00341711 Jy ! Component: 1800 - total flux cleaned = 0.00344284 Jy ! Component: 1850 - total flux cleaned = 0.00349435 Jy ! Component: 1900 - total flux cleaned = 0.00359647 Jy ! Component: 1950 - total flux cleaned = 0.00372222 Jy ! Component: 2000 - total flux cleaned = 0.00379689 Jy ! Component: 2050 - total flux cleaned = 0.00391989 Jy ! Component: 2100 - total flux cleaned = 0.00394445 Jy ! Component: 2150 - total flux cleaned = 0.00399277 Jy ! Component: 2200 - total flux cleaned = 0.0040646 Jy ! Component: 2250 - total flux cleaned = 0.0041824 Jy ! Component: 2300 - total flux cleaned = 0.00422865 Jy ! Component: 2350 - total flux cleaned = 0.00434345 Jy ! Component: 2400 - total flux cleaned = 0.00438866 Jy ! Component: 2450 - total flux cleaned = 0.00443347 Jy ! Component: 2500 - total flux cleaned = 0.00454494 Jy ! Component: 2550 - total flux cleaned = 0.00461107 Jy ! Component: 2600 - total flux cleaned = 0.00465508 Jy ! Component: 2650 - total flux cleaned = 0.00467686 Jy ! Component: 2700 - total flux cleaned = 0.00478427 Jy ! Component: 2750 - total flux cleaned = 0.00484794 Jy ! Component: 2800 - total flux cleaned = 0.00489018 Jy ! Component: 2850 - total flux cleaned = 0.00493178 Jy ! Component: 2900 - total flux cleaned = 0.00499365 Jy ! Component: 2950 - total flux cleaned = 0.00501397 Jy ! Component: 3000 - total flux cleaned = 0.00503421 Jy ! Component: 3050 - total flux cleaned = 0.00513528 Jy ! Component: 3100 - total flux cleaned = 0.00513521 Jy ! Component: 3150 - total flux cleaned = 0.0051953 Jy ! Component: 3200 - total flux cleaned = 0.0052943 Jy ! Component: 3250 - total flux cleaned = 0.00535306 Jy ! Component: 3300 - total flux cleaned = 0.00539186 Jy ! Component: 3350 - total flux cleaned = 0.00541126 Jy ! Component: 3400 - total flux cleaned = 0.00550759 Jy ! Component: 3450 - total flux cleaned = 0.00554582 Jy ! Component: 3500 - total flux cleaned = 0.0056599 Jy ! Component: 3550 - total flux cleaned = 0.00567875 Jy ! Component: 3600 - total flux cleaned = 0.00575398 Jy ! Component: 3650 - total flux cleaned = 0.00582865 Jy ! Component: 3700 - total flux cleaned = 0.00588435 Jy ! Component: 3750 - total flux cleaned = 0.00595825 Jy ! Component: 3800 - total flux cleaned = 0.005995 Jy ! Component: 3850 - total flux cleaned = 0.00604985 Jy ! Component: 3900 - total flux cleaned = 0.00612245 Jy ! Component: 3950 - total flux cleaned = 0.00619466 Jy ! Component: 4000 - total flux cleaned = 0.00628474 Jy ! Component: 4050 - total flux cleaned = 0.00624898 Jy ! Total flux subtracted in 4096 components = 0.00637393 Jy ! Clean residual min=-0.001046 max=0.001028 Jy/beam ! Clean residual mean=0.000001 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.426502 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 496 components and 0.426502 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1150-1930_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.049 x 11.19 at 13.58 degrees (North through East) ! Clean map min=-0.0048523 max=0.32276 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1150-1930_S_map.fits wmodel /vlbi/uf001/uva//J1150-1930_S_map.mod ! Writing 496 model components to file: /vlbi/uf001/uva//J1150-1930_S_map.mod wobs /vlbi/uf001/uva//J1150-1930_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1150-1930_S_uvs.fits wwins /vlbi/uf001/uva//J1150-1930_S_map.win ! wwins: Wrote 4 windows to /vlbi/uf001/uva//J1150-1930_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.322764 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000329302 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.306076 0.306076 0.612152 1.2243 2.44861 4.89722 9.79443 19.5889 39.1777 78.3555 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.322 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 980.148 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1150-1930_S_dfm.log closed on Mon Jan 14 01:30:54 2019