! Started logfile: /vlbi/uf001/uva//J1112+0724_S_dfm.log on Mon Jan 14 01:10:55 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//J1112+0724_S_uva.fits ! Reading UV FITS file: /vlbi/uf001/uva//J1112+0724_S_uva.fits ! AN table 1: 57 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.964912 visibilities/baseline/integration-bin. ! Found source: J1112+0724 ! ! 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 3465 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 J1112+0724_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.020593Jy sigma=22.878644 ! Fit after self-cal, rms=0.802495Jy sigma=17.998889 ! 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=4.818 mas, bmaj=18.6 mas, bpa=-15.16 degrees ! Estimated noise=0.710883 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.155062 Jy ! Component: 100 - total flux cleaned = 0.188888 Jy ! Total flux subtracted in 100 components = 0.188888 Jy ! Clean residual min=-0.005923 max=0.009447 Jy/beam ! Clean residual mean=0.000002 rms=0.002164 Jy/beam ! Combined flux in latest and established models = 0.188888 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.188888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062884Jy sigma=1.342580 ! Fit after self-cal, rms=0.062873Jy sigma=1.342439 ! 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.647 mas, bmaj=19.56 mas, bpa=-15.34 degrees ! Estimated noise=0.565839 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.0102792 Jy ! Component: 100 - total flux cleaned = 0.0157199 Jy ! Component: 150 - total flux cleaned = 0.018561 Jy ! Component: 200 - total flux cleaned = 0.0191279 Jy ! Total flux subtracted in 200 components = 0.0191279 Jy ! Clean residual min=-0.005479 max=0.005680 Jy/beam ! Clean residual mean=0.000024 rms=0.001711 Jy/beam ! Combined flux in latest and established models = 0.208016 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.208016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061088Jy sigma=1.308128 ! Fit after self-cal, rms=0.061077Jy sigma=1.307930 ! 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.647 x 19.56 at -15.34 degrees (North through East) ! Clean map min=-0.0052839 max=0.19744 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.02 KP 0.99 LA 0.93 ! NL 1.05 OV 0.98 PT 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.00 KP 1.03 LA 0.95 ! NL 1.04 OV 0.92 PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.00 KP 1.02 LA 0.95 ! NL 0.97 OV 0.98 PT 1.03 ! ! ! Fit before self-cal, rms=0.061077Jy sigma=1.307930 ! Fit after self-cal, rms=0.060363Jy sigma=1.288188 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.644 mas, bmaj=19.62 mas, bpa=-15.1 degrees ! Estimated noise=0.565575 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.00227479 Jy ! Component: 100 - total flux cleaned = -0.00221408 Jy ! Component: 150 - total flux cleaned = -0.0023567 Jy ! Component: 200 - total flux cleaned = -0.00243664 Jy ! Total flux subtracted in 200 components = -0.00243664 Jy ! Clean residual min=-0.004853 max=0.004862 Jy/beam ! Clean residual mean=0.000014 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.205579 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.205579 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060235Jy sigma=1.285545 ! Fit after self-cal, rms=0.060239Jy sigma=1.285401 ! 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.060239Jy sigma=1.285401 ! Fit after self-cal, rms=0.058175Jy sigma=1.230903 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.631 mas, bmaj=19.82 mas, bpa=-15.17 degrees ! Estimated noise=0.565546 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00170583 Jy ! Component: 100 - total flux cleaned = -0.00184657 Jy ! Component: 150 - total flux cleaned = -0.00196154 Jy ! Component: 200 - total flux cleaned = -0.00199448 Jy ! Total flux subtracted in 200 components = -0.00199448 Jy ! Clean residual min=-0.002656 max=0.002752 Jy/beam ! Clean residual mean=-0.000005 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.203585 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.203585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058097Jy sigma=1.229359 ! Fit after self-cal, rms=0.058090Jy sigma=1.229084 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.99064e-05 Jy ! Component: 100 - total flux cleaned = 2.41402e-06 Jy ! Component: 150 - total flux cleaned = 2.32037e-06 Jy ! Component: 200 - total flux cleaned = 2.54178e-05 Jy ! Total flux subtracted in 200 components = 2.54178e-05 Jy ! Clean residual min=-0.002596 max=0.002761 Jy/beam ! Clean residual mean=-0.000005 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.20361 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 72 components and 0.20361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058070Jy sigma=1.228615 ! Fit after self-cal, rms=0.058071Jy sigma=1.228609 ! 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.058071Jy sigma=1.228609 ! Fit after self-cal, rms=0.057689Jy sigma=1.221085 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.633 mas, bmaj=19.86 mas, bpa=-15.21 degrees ! Estimated noise=0.564847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102552 Jy ! Component: 100 - total flux cleaned = -0.00120744 Jy ! Component: 150 - total flux cleaned = -0.00129207 Jy ! Component: 200 - total flux cleaned = -0.00134985 Jy ! Total flux subtracted in 200 components = -0.00134985 Jy ! Clean residual min=-0.001972 max=0.001882 Jy/beam ! Clean residual mean=-0.000008 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.20226 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 79 components and 0.20226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057661Jy sigma=1.220665 ! Fit after self-cal, rms=0.057663Jy sigma=1.220642 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 = -5.34972e-05 Jy ! Component: 100 - total flux cleaned = -8.58126e-05 Jy ! Component: 150 - total flux cleaned = -8.56661e-05 Jy ! Component: 200 - total flux cleaned = -8.57651e-05 Jy ! Total flux subtracted in 200 components = -8.57651e-05 Jy ! Clean residual min=-0.001989 max=0.001885 Jy/beam ! Clean residual mean=-0.000008 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.202175 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.202175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057654Jy sigma=1.220488 ! Fit after self-cal, rms=0.057654Jy sigma=1.220487 ! 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.057654Jy sigma=1.220487 ! Fit after self-cal, rms=0.057587Jy sigma=1.220353 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.331 mas, bmaj=19.51 mas, bpa=-16.61 degrees ! Estimated noise=0.61582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000547427 Jy ! Component: 100 - total flux cleaned = -0.000635214 Jy ! Component: 150 - total flux cleaned = -0.000678803 Jy ! Component: 200 - total flux cleaned = -0.000692017 Jy ! Total flux subtracted in 200 components = -0.000692017 Jy ! Clean residual min=-0.001836 max=0.001795 Jy/beam ! Clean residual mean=-0.000012 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.201483 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.201483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057576Jy sigma=1.220181 ! Fit after self-cal, rms=0.057575Jy sigma=1.220174 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 = 5.12194e-05 Jy ! Component: 100 - total flux cleaned = 6.3203e-05 Jy ! Component: 150 - total flux cleaned = 7.38786e-05 Jy ! Component: 200 - total flux cleaned = 7.41186e-05 Jy ! Total flux subtracted in 200 components = 7.41186e-05 Jy ! Clean residual min=-0.001848 max=0.001825 Jy/beam ! Clean residual mean=-0.000012 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.201557 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 110 components and 0.201557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057572Jy sigma=1.220092 ! Fit after self-cal, rms=0.057571Jy sigma=1.220089 ! 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.634 mas, bmaj=19.89 mas, bpa=-15.23 degrees ! Estimated noise=0.564208 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.634 x 19.89 at -15.23 degrees (North through East) ! Clean map min=-0.0019789 max=0.19671 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=4.809 mas, bmaj=18.95 mas, bpa=-15.07 degrees ! Estimated noise=0.710142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.154903 Jy ! Component: 100 - total flux cleaned = 0.188708 Jy ! Component: 150 - total flux cleaned = 0.197416 Jy ! Component: 200 - total flux cleaned = 0.200476 Jy ! Total flux subtracted in 200 components = 0.200476 Jy ! Clean residual min=-0.003363 max=0.002930 Jy/beam ! Clean residual mean=-0.000005 rms=0.000884 Jy/beam ! Combined flux in latest and established models = 0.200476 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.200476 Jy ! Inverting map and beam ! Estimated beam: bmin=5.634 mas, bmaj=19.89 mas, bpa=-15.23 degrees ! Estimated noise=0.564208 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.00139883 Jy ! Component: 100 - total flux cleaned = 0.0014932 Jy ! Component: 150 - total flux cleaned = 0.0015573 Jy ! Component: 200 - total flux cleaned = 0.00165473 Jy ! Total flux subtracted in 200 components = 0.00165473 Jy ! Clean residual min=-0.002124 max=0.001989 Jy/beam ! Clean residual mean=-0.000008 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.20213 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 59 components and 0.20213 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.331 mas, bmaj=19.51 mas, bpa=-16.61 degrees ! Estimated noise=0.61582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.92036e-05 Jy ! Component: 100 - total flux cleaned = 9.67564e-05 Jy ! Component: 150 - total flux cleaned = 7.00156e-05 Jy ! Component: 200 - total flux cleaned = 6.81416e-05 Jy ! Total flux subtracted in 200 components = 6.81416e-05 Jy ! Clean residual min=-0.001793 max=0.001829 Jy/beam ! Clean residual mean=-0.000011 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.202198 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 = 1.47529e-05 Jy ! Component: 100 - total flux cleaned = 2.67084e-05 Jy ! Component: 150 - total flux cleaned = 6.8996e-06 Jy ! Component: 200 - total flux cleaned = -2.49499e-06 Jy ! Total flux subtracted in 200 components = -2.49499e-06 Jy ! Clean residual min=-0.001831 max=0.001866 Jy/beam ! Clean residual mean=-0.000011 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.202196 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 96 components and 0.202196 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.634 mas, bmaj=19.89 mas, bpa=-15.23 degrees ! Estimated noise=0.564208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103831 Jy ! Component: 100 - total flux cleaned = 0.000223101 Jy ! Component: 150 - total flux cleaned = 0.000252484 Jy ! Component: 200 - total flux cleaned = 0.000251983 Jy ! Total flux subtracted in 200 components = 0.000251983 Jy ! Clean residual min=-0.001994 max=0.001919 Jy/beam ! Clean residual mean=-0.000008 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.202448 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 109 components and 0.202448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057563Jy sigma=1.219989 ! Fit after self-cal, rms=0.057561Jy sigma=1.219973 wmodel J1112+0724_S_map.mod ! Writing 109 model components to file: J1112+0724_S_map.mod wobs J1112+0724_S_uvs.fits ! Writing UV FITS file: J1112+0724_S_uvs.fits wwins J1112+0724_S_map.win ! wwins: Wrote 1 windows to J1112+0724_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.000121084 Jy ! Component: 100 - total flux cleaned = 9.85669e-06 Jy ! Component: 150 - total flux cleaned = 0.000287007 Jy ! Component: 200 - total flux cleaned = 0.000547672 Jy ! Component: 250 - total flux cleaned = 0.000685045 Jy ! Component: 300 - total flux cleaned = 0.000788376 Jy ! Component: 350 - total flux cleaned = 0.000838598 Jy ! Component: 400 - total flux cleaned = 0.000909969 Jy ! Component: 450 - total flux cleaned = 0.000956159 Jy ! Component: 500 - total flux cleaned = 0.00102372 Jy ! Component: 550 - total flux cleaned = 0.00115259 Jy ! Component: 600 - total flux cleaned = 0.00117307 Jy ! Component: 650 - total flux cleaned = 0.00121377 Jy ! Component: 700 - total flux cleaned = 0.0011737 Jy ! Component: 750 - total flux cleaned = 0.00113529 Jy ! Component: 800 - total flux cleaned = 0.00111657 Jy ! Component: 850 - total flux cleaned = 0.0010798 Jy ! Component: 900 - total flux cleaned = 0.00104407 Jy ! Component: 950 - total flux cleaned = 0.000957703 Jy ! Component: 1000 - total flux cleaned = 0.000906814 Jy ! Component: 1050 - total flux cleaned = 0.000840501 Jy ! Component: 1100 - total flux cleaned = 0.000759686 Jy ! Component: 1150 - total flux cleaned = 0.000744108 Jy ! Component: 1200 - total flux cleaned = 0.000682047 Jy ! Component: 1250 - total flux cleaned = 0.000590478 Jy ! Component: 1300 - total flux cleaned = 0.00054569 Jy ! Component: 1350 - total flux cleaned = 0.000472707 Jy ! Component: 1400 - total flux cleaned = 0.000386434 Jy ! Component: 1450 - total flux cleaned = 0.000316169 Jy ! Component: 1500 - total flux cleaned = 0.000261066 Jy ! Component: 1550 - total flux cleaned = 0.000220247 Jy ! Component: 1600 - total flux cleaned = 0.000179875 Jy ! Component: 1650 - total flux cleaned = 8.78616e-05 Jy ! Component: 1700 - total flux cleaned = 2.3231e-05 Jy ! Component: 1750 - total flux cleaned = -1.48097e-05 Jy ! Component: 1800 - total flux cleaned = -7.80445e-05 Jy ! Component: 1850 - total flux cleaned = -9.02737e-05 Jy ! Component: 1900 - total flux cleaned = -0.000163685 Jy ! Component: 1950 - total flux cleaned = -0.00021208 Jy ! Component: 2000 - total flux cleaned = -0.000295367 Jy ! Component: 2050 - total flux cleaned = -0.000342397 Jy ! Component: 2100 - total flux cleaned = -0.000365757 Jy ! Component: 2150 - total flux cleaned = -0.000400113 Jy ! Component: 2200 - total flux cleaned = -0.000468131 Jy ! Component: 2250 - total flux cleaned = -0.000479118 Jy ! Component: 2300 - total flux cleaned = -0.00050127 Jy ! Component: 2350 - total flux cleaned = -0.00051221 Jy ! Component: 2400 - total flux cleaned = -0.000533686 Jy ! Component: 2450 - total flux cleaned = -0.000533732 Jy ! Component: 2500 - total flux cleaned = -0.000554547 Jy ! Component: 2550 - total flux cleaned = -0.000554609 Jy ! Component: 2600 - total flux cleaned = -0.000554522 Jy ! Component: 2650 - total flux cleaned = -0.000524149 Jy ! Component: 2700 - total flux cleaned = -0.000544346 Jy ! Component: 2750 - total flux cleaned = -0.000544241 Jy ! Component: 2800 - total flux cleaned = -0.000544165 Jy ! Component: 2850 - total flux cleaned = -0.000524621 Jy ! Component: 2900 - total flux cleaned = -0.000495622 Jy ! Component: 2950 - total flux cleaned = -0.000466942 Jy ! Component: 3000 - total flux cleaned = -0.000447959 Jy ! Component: 3050 - total flux cleaned = -0.000457385 Jy ! Component: 3100 - total flux cleaned = -0.000420252 Jy ! Component: 3150 - total flux cleaned = -0.000429572 Jy ! Component: 3200 - total flux cleaned = -0.000429615 Jy ! Component: 3250 - total flux cleaned = -0.000411482 Jy ! Component: 3300 - total flux cleaned = -0.00042037 Jy ! Component: 3350 - total flux cleaned = -0.000429289 Jy ! Component: 3400 - total flux cleaned = -0.000420303 Jy ! Component: 3450 - total flux cleaned = -0.000402747 Jy ! Component: 3500 - total flux cleaned = -0.000394011 Jy ! Component: 3550 - total flux cleaned = -0.000350949 Jy ! Component: 3600 - total flux cleaned = -0.000350931 Jy ! Component: 3650 - total flux cleaned = -0.000316934 Jy ! Component: 3700 - total flux cleaned = -0.000274917 Jy ! Component: 3750 - total flux cleaned = -0.000258115 Jy ! Component: 3800 - total flux cleaned = -0.000249809 Jy ! Component: 3850 - total flux cleaned = -0.000233336 Jy ! Component: 3900 - total flux cleaned = -0.000200565 Jy ! Component: 3950 - total flux cleaned = -0.000159927 Jy ! Component: 4000 - total flux cleaned = -0.000127664 Jy ! Component: 4050 - total flux cleaned = -0.000119631 Jy ! Total flux subtracted in 4096 components = -0.000119665 Jy ! Clean residual min=-0.000568 max=0.000452 Jy/beam ! Clean residual mean=-0.000002 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.202328 Jy keep ! Adding 344 model components to the UV plane model. ! The established model now contains 453 components and 0.202328 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/uf001/uva//J1112+0724_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.634 x 19.89 at -15.23 degrees (North through East) ! Clean map min=-0.0020238 max=0.19705 Jy/beam ! Writing clean map to FITS file: /vlbi/uf001/uva//J1112+0724_S_map.fits wmodel /vlbi/uf001/uva//J1112+0724_S_map.mod ! Writing 453 model components to file: /vlbi/uf001/uva//J1112+0724_S_map.mod wobs /vlbi/uf001/uva//J1112+0724_S_uvs.fits ! Writing UV FITS file: /vlbi/uf001/uva//J1112+0724_S_uvs.fits wwins /vlbi/uf001/uva//J1112+0724_S_map.win ! wwins: Wrote 2 windows to /vlbi/uf001/uva//J1112+0724_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.197054 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168286 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.256202 0.256202 0.512405 1.02481 2.04962 4.09924 8.19847 16.3969 32.7939 65.5878 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.197 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1170.95 quit ! Quitting program ! Log file /vlbi/uf001/uva//J1112+0724_S_dfm.log closed on Mon Jan 14 01:11:00 2019