! Started logfile: /vlbi/bp222/maps//J0115-3049_S_dfm.log on Mon Jan 14 16:15:28 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/bp222/maps//J0115-3049_S_uvm.fits ! Reading UV FITS file: /vlbi/bp222/maps//J0115-3049_S_uvm.fits ! AN table 1: 23 integrations on 45 of 45 possible baselines. ! AN table 2: 91 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.75087 visibilities/baseline/integration-bin. ! Found source: J0115-3049 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 12948 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J0115-3049_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 140 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 140 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 140 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 230 telescope corrections were flagged in sub-array 1. ! A total of 525 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.083464Jy sigma=12.784122 ! Fit after self-cal, rms=0.576312Jy sigma=6.755000 ! 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.609 mas, bmaj=10.01 mas, bpa=-14.66 degrees ! Estimated noise=0.930042 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.361815 Jy ! Component: 100 - total flux cleaned = 0.441281 Jy ! Total flux subtracted in 100 components = 0.441281 Jy ! Clean residual min=-0.038200 max=0.034682 Jy/beam ! Clean residual mean=-0.000021 rms=0.007739 Jy/beam ! Combined flux in latest and established models = 0.441281 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.441281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184015Jy sigma=2.223499 ! Fit after self-cal, rms=0.183870Jy sigma=2.221066 ! 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.401 mas, bmaj=11.84 mas, bpa=-13.52 degrees ! Estimated noise=0.618647 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.0282841 Jy ! Component: 100 - total flux cleaned = 0.0309311 Jy ! Component: 150 - total flux cleaned = 0.0325002 Jy ! Component: 200 - total flux cleaned = 0.0341567 Jy ! Total flux subtracted in 200 components = 0.0341567 Jy ! Clean residual min=-0.039621 max=0.028002 Jy/beam ! Clean residual mean=0.000119 rms=0.006902 Jy/beam ! Combined flux in latest and established models = 0.475438 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.475438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178674Jy sigma=2.163340 ! Fit after self-cal, rms=0.178674Jy sigma=2.163215 ! 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.401 x 11.84 at -13.52 degrees (North through East) ! Clean map min=-0.038699 max=0.45457 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.93 HN 1.28 KP 0.88 ! LA 0.91 MK 0.89 NL 0.93 OV 0.90 ! PT 0.89 SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 0.86 HN 1.98 KP 2.20 ! LA 0.89 MK 0.98 NL 1.10 OV 0.87 ! PT 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.90 FD 0.92 HN 1.29 KP 0.88 ! LA 0.91 MK 0.90 NL 0.93 OV 0.92 ! PT 0.92 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.60 FD 0.87 HN 2.08 KP 1.99 ! LA 0.90 MK 0.98 NL 1.06 OV 0.88 ! PT 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.93 HN 1.29 KP 0.89 ! LA 0.91 MK 0.92 NL 0.94 OV 0.91 ! PT 0.91 SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.47 FD 0.87 HN 1.95 KP 2.21 ! LA 0.86 MK 0.99 NL 1.00 OV 0.88 ! PT 0.91 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! A total of 210 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* FD 14.97 HN 1.22 KP 1.00* ! LA 37.94 MK 1.00* NL 1.00* OV 1.00* ! PT 1.28 ! ! ! Fit before self-cal, rms=0.178674Jy sigma=2.163215 ! Fit after self-cal, rms=0.181123Jy sigma=1.389334 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=11.75 mas, bpa=-13.86 degrees ! Estimated noise=0.613332 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.00268259 Jy ! Component: 100 - total flux cleaned = -0.00345465 Jy ! Component: 150 - total flux cleaned = -0.0039021 Jy ! Component: 200 - total flux cleaned = -0.00428166 Jy ! Total flux subtracted in 200 components = -0.00428166 Jy ! Clean residual min=-0.015322 max=0.015571 Jy/beam ! Clean residual mean=0.000059 rms=0.003669 Jy/beam ! Combined flux in latest and established models = 0.471156 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.471156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180330Jy sigma=1.381640 ! Fit after self-cal, rms=0.180922Jy sigma=1.380545 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180922Jy sigma=1.380545 ! Fit after self-cal, rms=0.187225Jy sigma=1.361685 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=11.81 mas, bpa=-13.93 degrees ! Estimated noise=0.619162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000893129 Jy ! Component: 100 - total flux cleaned = 0.000397625 Jy ! Component: 150 - total flux cleaned = -0.000222319 Jy ! Component: 200 - total flux cleaned = -0.000399978 Jy ! Total flux subtracted in 200 components = -0.000399978 Jy ! Clean residual min=-0.013840 max=0.014470 Jy/beam ! Clean residual mean=0.000061 rms=0.003457 Jy/beam ! Combined flux in latest and established models = 0.470757 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.470756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186270Jy sigma=1.357544 ! Fit after self-cal, rms=0.186310Jy sigma=1.357520 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.00031138 Jy ! Component: 100 - total flux cleaned = -0.000569339 Jy ! Component: 150 - total flux cleaned = -0.000788325 Jy ! Component: 200 - total flux cleaned = -0.000973474 Jy ! Total flux subtracted in 200 components = -0.000973474 Jy ! Clean residual min=-0.013742 max=0.014457 Jy/beam ! Clean residual mean=0.000058 rms=0.003461 Jy/beam ! Combined flux in latest and established models = 0.469783 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 41 components and 0.469783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186011Jy sigma=1.357277 ! Fit after self-cal, rms=0.186003Jy sigma=1.357268 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186003Jy sigma=1.357268 ! Fit after self-cal, rms=0.166798Jy sigma=1.159162 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=11.84 mas, bpa=-13.94 degrees ! Estimated noise=0.617077 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000775181 Jy ! Component: 100 - total flux cleaned = -0.000829756 Jy ! Component: 150 - total flux cleaned = -0.00091654 Jy ! Component: 200 - total flux cleaned = -0.000953473 Jy ! Total flux subtracted in 200 components = -0.000953473 Jy ! Clean residual min=-0.002091 max=0.001915 Jy/beam ! Clean residual mean=-0.000007 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.46883 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.46883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166763Jy sigma=1.158709 ! Fit after self-cal, rms=0.167000Jy sigma=1.158406 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.000117903 Jy ! Component: 100 - total flux cleaned = -8.58403e-05 Jy ! Component: 150 - total flux cleaned = -0.000112828 Jy ! Component: 200 - total flux cleaned = -0.000138786 Jy ! Total flux subtracted in 200 components = -0.000138786 Jy ! Clean residual min=-0.002108 max=0.001909 Jy/beam ! Clean residual mean=-0.000007 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.468691 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.468691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166983Jy sigma=1.158260 ! Fit after self-cal, rms=0.166982Jy sigma=1.158248 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166982Jy sigma=1.158248 ! Fit after self-cal, rms=0.167037Jy sigma=1.158099 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.499 mas, bmaj=23.44 mas, bpa=0.6641 degrees ! Estimated noise=0.738154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000537093 Jy ! Component: 100 - total flux cleaned = -0.000606448 Jy ! Component: 150 - total flux cleaned = -0.000682106 Jy ! Component: 200 - total flux cleaned = -0.000729399 Jy ! Total flux subtracted in 200 components = -0.000729399 Jy ! Clean residual min=-0.001971 max=0.001890 Jy/beam ! Clean residual mean=-0.000009 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.467961 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 57 components and 0.467961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167026Jy sigma=1.157988 ! Fit after self-cal, rms=0.167026Jy sigma=1.157958 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.5616e-05 Jy ! Component: 100 - total flux cleaned = -2.22336e-05 Jy ! Component: 150 - total flux cleaned = -5.61846e-05 Jy ! Component: 200 - total flux cleaned = -7.46587e-05 Jy ! Total flux subtracted in 200 components = -7.46587e-05 Jy ! Clean residual min=-0.001978 max=0.001864 Jy/beam ! Clean residual mean=-0.000010 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.467887 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 61 components and 0.467887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167021Jy sigma=1.157925 ! Fit after self-cal, rms=0.167018Jy sigma=1.157905 ! 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.351 mas, bmaj=11.85 mas, bpa=-13.95 degrees ! Estimated noise=0.616522 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 11.85 at -13.95 degrees (North through East) ! Clean map min=-0.0019795 max=0.46241 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.599 mas, bmaj=10.02 mas, bpa=-14.76 degrees ! Estimated noise=0.928781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.363665 Jy ! Component: 100 - total flux cleaned = 0.442968 Jy ! Component: 150 - total flux cleaned = 0.461339 Jy ! Component: 200 - total flux cleaned = 0.467221 Jy ! Total flux subtracted in 200 components = 0.467221 Jy ! Clean residual min=-0.006518 max=0.005291 Jy/beam ! Clean residual mean=-0.000024 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.467221 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.467221 Jy ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=11.85 mas, bpa=-13.95 degrees ! Estimated noise=0.616522 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.00137219 Jy ! Component: 100 - total flux cleaned = -0.00149496 Jy ! Component: 150 - total flux cleaned = -0.00126191 Jy ! Component: 200 - total flux cleaned = -0.000945642 Jy ! Total flux subtracted in 200 components = -0.000945642 Jy ! Clean residual min=-0.002130 max=0.001921 Jy/beam ! Clean residual mean=-0.000011 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.466275 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 27 components and 0.466275 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.499 mas, bmaj=23.44 mas, bpa=0.6641 degrees ! Estimated noise=0.738154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000870758 Jy ! Component: 100 - total flux cleaned = 0.000952737 Jy ! Component: 150 - total flux cleaned = 0.00100557 Jy ! Component: 200 - total flux cleaned = 0.00105216 Jy ! Total flux subtracted in 200 components = 0.00105216 Jy ! Clean residual min=-0.002070 max=0.001890 Jy/beam ! Clean residual mean=-0.000013 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.467328 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.13505e-05 Jy ! Component: 100 - total flux cleaned = 6.58243e-05 Jy ! Component: 150 - total flux cleaned = 8.95913e-05 Jy ! Component: 200 - total flux cleaned = 0.000111847 Jy ! Total flux subtracted in 200 components = 0.000111847 Jy ! Clean residual min=-0.002045 max=0.001876 Jy/beam ! Clean residual mean=-0.000012 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.467439 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.467439 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=11.85 mas, bpa=-13.95 degrees ! Estimated noise=0.616522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000192867 Jy ! Component: 100 - total flux cleaned = -0.000159423 Jy ! Component: 150 - total flux cleaned = -0.000131919 Jy ! Component: 200 - total flux cleaned = -8.79553e-05 Jy ! Total flux subtracted in 200 components = -8.79553e-05 Jy ! Clean residual min=-0.002061 max=0.001792 Jy/beam ! Clean residual mean=-0.000008 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.467351 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 46 components and 0.467351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167033Jy sigma=1.158000 ! Fit after self-cal, rms=0.167030Jy sigma=1.157986 wmodel J0115-3049_S_map.mod ! Writing 46 model components to file: J0115-3049_S_map.mod wobs J0115-3049_S_uvs.fits ! Writing UV FITS file: J0115-3049_S_uvs.fits wwins J0115-3049_S_map.win ! wwins: Wrote 1 windows to J0115-3049_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.00060563 Jy ! Component: 100 - total flux cleaned = -0.000439136 Jy ! Component: 150 - total flux cleaned = -0.000310805 Jy ! Component: 200 - total flux cleaned = -0.000218761 Jy ! Component: 250 - total flux cleaned = -9.91637e-05 Jy ! Component: 300 - total flux cleaned = 4.63977e-05 Jy ! Component: 350 - total flux cleaned = 0.000158651 Jy ! Component: 400 - total flux cleaned = 0.00024127 Jy ! Component: 450 - total flux cleaned = 0.000214103 Jy ! Component: 500 - total flux cleaned = 0.000214577 Jy ! Component: 550 - total flux cleaned = 0.000292278 Jy ! Component: 600 - total flux cleaned = 0.000368371 Jy ! Component: 650 - total flux cleaned = 0.000393318 Jy ! Component: 700 - total flux cleaned = 0.000442724 Jy ! Component: 750 - total flux cleaned = 0.000515365 Jy ! Component: 800 - total flux cleaned = 0.000562898 Jy ! Component: 850 - total flux cleaned = 0.000491689 Jy ! Component: 900 - total flux cleaned = 0.000585108 Jy ! Component: 950 - total flux cleaned = 0.000539263 Jy ! Component: 1000 - total flux cleaned = 0.000698223 Jy ! Component: 1050 - total flux cleaned = 0.00063065 Jy ! Component: 1100 - total flux cleaned = 0.000697259 Jy ! Component: 1150 - total flux cleaned = 0.000719016 Jy ! Component: 1200 - total flux cleaned = 0.000718939 Jy ! Component: 1250 - total flux cleaned = 0.000783304 Jy ! Component: 1300 - total flux cleaned = 0.000783222 Jy ! Component: 1350 - total flux cleaned = 0.000846306 Jy ! Component: 1400 - total flux cleaned = 0.000929575 Jy ! Component: 1450 - total flux cleaned = 0.000929194 Jy ! Component: 1500 - total flux cleaned = 0.00105157 Jy ! Component: 1550 - total flux cleaned = 0.00105167 Jy ! Component: 1600 - total flux cleaned = 0.001112 Jy ! Component: 1650 - total flux cleaned = 0.00121162 Jy ! Component: 1700 - total flux cleaned = 0.00127101 Jy ! Component: 1750 - total flux cleaned = 0.00129065 Jy ! Component: 1800 - total flux cleaned = 0.00144593 Jy ! Component: 1850 - total flux cleaned = 0.00148455 Jy ! Component: 1900 - total flux cleaned = 0.00154166 Jy ! Component: 1950 - total flux cleaned = 0.00167418 Jy ! Component: 2000 - total flux cleaned = 0.00176777 Jy ! Component: 2050 - total flux cleaned = 0.00180495 Jy ! Component: 2100 - total flux cleaned = 0.00189739 Jy ! Component: 2150 - total flux cleaned = 0.00202564 Jy ! Component: 2200 - total flux cleaned = 0.00202552 Jy ! Component: 2250 - total flux cleaned = 0.00215193 Jy ! Component: 2300 - total flux cleaned = 0.00220559 Jy ! Component: 2350 - total flux cleaned = 0.0022765 Jy ! Component: 2400 - total flux cleaned = 0.00231182 Jy ! Component: 2450 - total flux cleaned = 0.00238176 Jy ! Component: 2500 - total flux cleaned = 0.00243399 Jy ! Component: 2550 - total flux cleaned = 0.00246842 Jy ! Component: 2600 - total flux cleaned = 0.00257128 Jy ! Component: 2650 - total flux cleaned = 0.00260524 Jy ! Component: 2700 - total flux cleaned = 0.00267297 Jy ! Component: 2750 - total flux cleaned = 0.00275702 Jy ! Component: 2800 - total flux cleaned = 0.0027736 Jy ! Component: 2850 - total flux cleaned = 0.0028899 Jy ! Component: 2900 - total flux cleaned = 0.00293927 Jy ! Component: 2950 - total flux cleaned = 0.00293946 Jy ! Component: 3000 - total flux cleaned = 0.00300476 Jy ! Component: 3050 - total flux cleaned = 0.00315037 Jy ! Component: 3100 - total flux cleaned = 0.00319851 Jy ! Component: 3150 - total flux cleaned = 0.00324651 Jy ! Component: 3200 - total flux cleaned = 0.00329433 Jy ! Component: 3250 - total flux cleaned = 0.00335773 Jy ! Component: 3300 - total flux cleaned = 0.00345223 Jy ! Component: 3350 - total flux cleaned = 0.00345228 Jy ! Component: 3400 - total flux cleaned = 0.0035302 Jy ! Component: 3450 - total flux cleaned = 0.0035766 Jy ! Component: 3500 - total flux cleaned = 0.0035612 Jy ! Component: 3550 - total flux cleaned = 0.00365291 Jy ! Component: 3600 - total flux cleaned = 0.00357663 Jy ! Component: 3650 - total flux cleaned = 0.0036374 Jy ! Component: 3700 - total flux cleaned = 0.00362228 Jy ! Component: 3750 - total flux cleaned = 0.00369731 Jy ! Component: 3800 - total flux cleaned = 0.00365243 Jy ! Component: 3850 - total flux cleaned = 0.0036376 Jy ! Component: 3900 - total flux cleaned = 0.00366728 Jy ! Component: 3950 - total flux cleaned = 0.00366722 Jy ! Component: 4000 - total flux cleaned = 0.00365262 Jy ! Component: 4050 - total flux cleaned = 0.00366728 Jy ! Total flux subtracted in 4096 components = 0.00366732 Jy ! Clean residual min=-0.000824 max=0.000826 Jy/beam ! Clean residual mean=-0.000002 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.471019 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 283 components and 0.471019 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J0115-3049_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.351 x 11.85 at -13.95 degrees (North through East) ! Clean map min=-0.0017078 max=0.46212 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J0115-3049_S_map.fits wmodel /vlbi/bp222/maps//J0115-3049_S_map.mod ! Writing 283 model components to file: /vlbi/bp222/maps//J0115-3049_S_map.mod wobs /vlbi/bp222/maps//J0115-3049_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J0115-3049_S_uvs.fits wwins /vlbi/bp222/maps//J0115-3049_S_map.win ! wwins: Wrote 2 windows to /vlbi/bp222/maps//J0115-3049_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.462121 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000274726 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.178347 0.178347 0.356694 0.713388 1.42678 2.85355 5.7071 11.4142 22.8284 45.6568 91.3137 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.462 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1682.11 quit ! Quitting program ! Log file /vlbi/bp222/maps//J0115-3049_S_dfm.log closed on Mon Jan 14 16:15:32 2019