! Started logfile: /image_prod/ug002_uva//J0310-0823_S_dfm.log on Wed Mar 4 19:50:19 2020 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 /image_prod/ug002_uva//J0310-0823_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0310-0823_S_uva.fits ! AN table 1: 25 integrations on 36 of 36 possible baselines. ! AN table 2: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.92 visibilities/baseline/integration-bin. ! Found source: J0310-0823 ! ! 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 7452 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 J0310-0823_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 25 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.007821Jy sigma=8.467324 ! Fit after self-cal, rms=0.917215Jy sigma=7.687426 ! 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.327 mas, bmaj=8.667 mas, bpa=4.426 degrees ! Estimated noise=1.52167 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.0648763 Jy ! Component: 100 - total flux cleaned = 0.0860999 Jy ! Total flux subtracted in 100 components = 0.0860999 Jy ! Clean residual min=-0.005048 max=0.008628 Jy/beam ! Clean residual mean=-0.000002 rms=0.001473 Jy/beam ! Combined flux in latest and established models = 0.0860999 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0860999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065006Jy sigma=0.496341 ! Fit after self-cal, rms=0.064609Jy sigma=0.492661 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00933282 Jy ! Component: 100 - total flux cleaned = 0.0144174 Jy ! Total flux subtracted in 100 components = 0.0144174 Jy ! Clean residual min=-0.004141 max=0.005347 Jy/beam ! Clean residual mean=-0.000003 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.100517 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 18 components and 0.100517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063300Jy sigma=0.478203 ! Fit after self-cal, rms=0.063314Jy sigma=0.478038 ! 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.035 mas, bmaj=10.31 mas, bpa=2.017 degrees ! Estimated noise=1.00074 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.00418915 Jy ! Component: 100 - total flux cleaned = 0.00595752 Jy ! Component: 150 - total flux cleaned = 0.00629297 Jy ! Component: 200 - total flux cleaned = 0.00659522 Jy ! Total flux subtracted in 200 components = 0.00659522 Jy ! Clean residual min=-0.003100 max=0.004342 Jy/beam ! Clean residual mean=-0.000003 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.107112 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 25 components and 0.107113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063053Jy sigma=0.475042 ! Fit after self-cal, rms=0.063068Jy sigma=0.474996 ! 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.035 x 10.31 at 2.017 degrees (North through East) ! Clean map min=-0.0030123 max=0.079084 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.96 HN 1.05 KP 0.96 ! LA 1.00 MK 0.97 NL 0.85 OV 0.94 ! PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.73 FD 0.95 HN 0.99 KP 0.92 ! LA 1.01 NL 1.00 OV 1.02 PT 0.99 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.49 FD 0.92 HN 1.01 KP 0.96 ! LA 0.97 MK 1.27 NL 1.20 OV 0.95 ! PT 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.50 FD 0.92 HN 0.98 KP 0.92 ! LA 1.03 NL 1.09 OV 1.15 PT 0.98 ! SC 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.56 FD 0.95 HN 1.15 KP 0.96 ! LA 1.03 MK 1.18 NL 0.95 OV 0.95 ! PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 0.95 HN 1.07 KP 0.92 ! LA 1.04 NL 0.95 OV 1.51 PT 0.98 ! SC 0.99 ! ! ! Fit before self-cal, rms=0.063068Jy sigma=0.474996 ! Fit after self-cal, rms=0.071488Jy sigma=0.460179 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.087 mas, bmaj=10.46 mas, bpa=2.777 degrees ! Estimated noise=1.01788 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.000451823 Jy ! Component: 100 - total flux cleaned = -0.000498608 Jy ! Component: 150 - total flux cleaned = -0.000534191 Jy ! Component: 200 - total flux cleaned = -0.00053172 Jy ! Total flux subtracted in 200 components = -0.00053172 Jy ! Clean residual min=-0.003020 max=0.002602 Jy/beam ! Clean residual mean=0.000001 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.106581 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 38 components and 0.106581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071421Jy sigma=0.459765 ! Fit after self-cal, rms=0.071660Jy sigma=0.459417 ! 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.071660Jy sigma=0.459417 ! Fit after self-cal, rms=0.075514Jy sigma=0.453472 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.041 mas, bmaj=10.37 mas, bpa=1.963 degrees ! Estimated noise=1.0156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000403997 Jy ! Component: 100 - total flux cleaned = 0.000410219 Jy ! Component: 150 - total flux cleaned = 0.000410293 Jy ! Component: 200 - total flux cleaned = 0.00040953 Jy ! Total flux subtracted in 200 components = 0.00040953 Jy ! Clean residual min=-0.002083 max=0.002128 Jy/beam ! Clean residual mean=0.000002 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.10699 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 44 components and 0.10699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075467Jy sigma=0.453185 ! Fit after self-cal, rms=0.075545Jy sigma=0.453100 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.000125065 Jy ! Component: 100 - total flux cleaned = -0.000101133 Jy ! Component: 150 - total flux cleaned = -0.000100282 Jy ! Component: 200 - total flux cleaned = -9.95941e-05 Jy ! Total flux subtracted in 200 components = -9.95941e-05 Jy ! Clean residual min=-0.002083 max=0.002134 Jy/beam ! Clean residual mean=0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.106891 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.106891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075524Jy sigma=0.453023 ! Fit after self-cal, rms=0.075527Jy sigma=0.453012 ! 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.075527Jy sigma=0.453012 ! Fit after self-cal, rms=0.076303Jy sigma=0.451710 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.972 mas, bmaj=10.27 mas, bpa=0.9999 degrees ! Estimated noise=1.00165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00029256 Jy ! Component: 100 - total flux cleaned = -0.000294593 Jy ! Component: 150 - total flux cleaned = -0.000317928 Jy ! Component: 200 - total flux cleaned = -0.000356891 Jy ! Total flux subtracted in 200 components = -0.000356891 Jy ! Clean residual min=-0.001817 max=0.002040 Jy/beam ! Clean residual mean=0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.106534 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.106534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076276Jy sigma=0.451578 ! Fit after self-cal, rms=0.076288Jy sigma=0.451548 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.00010446 Jy ! Component: 100 - total flux cleaned = -8.60315e-05 Jy ! Component: 150 - total flux cleaned = -6.9538e-05 Jy ! Component: 200 - total flux cleaned = -6.91858e-05 Jy ! Total flux subtracted in 200 components = -6.91858e-05 Jy ! Clean residual min=-0.001811 max=0.002025 Jy/beam ! Clean residual mean=0.000002 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.106465 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.106465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076274Jy sigma=0.451499 ! Fit after self-cal, rms=0.076276Jy sigma=0.451489 ! 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.076276Jy sigma=0.451489 ! Fit after self-cal, rms=0.075929Jy sigma=0.451416 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.079 mas, bmaj=16.54 mas, bpa=-1.872 degrees ! Estimated noise=1.13808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.19392e-05 Jy ! Component: 100 - total flux cleaned = -2.09106e-05 Jy ! Component: 150 - total flux cleaned = -5.35183e-05 Jy ! Component: 200 - total flux cleaned = -5.33175e-05 Jy ! Total flux subtracted in 200 components = -5.33175e-05 Jy ! Clean residual min=-0.001695 max=0.001794 Jy/beam ! Clean residual mean=0.000003 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.106411 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 56 components and 0.106411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075929Jy sigma=0.451433 ! Fit after self-cal, rms=0.075926Jy sigma=0.451413 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.000115732 Jy ! Component: 100 - total flux cleaned = 8.33311e-05 Jy ! Component: 150 - total flux cleaned = 6.62289e-05 Jy ! Component: 200 - total flux cleaned = 5.86231e-05 Jy ! Total flux subtracted in 200 components = 5.86231e-05 Jy ! Clean residual min=-0.001679 max=0.001761 Jy/beam ! Clean residual mean=0.000003 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.10647 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 60 components and 0.10647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075931Jy sigma=0.451462 ! Fit after self-cal, rms=0.075925Jy sigma=0.451455 ! 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.919 mas, bmaj=10.21 mas, bpa=0.2043 degrees ! Estimated noise=0.99079 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.919 x 10.21 at 0.2043 degrees (North through East) ! Clean map min=-0.001756 max=0.080193 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.249 mas, bmaj=8.499 mas, bpa=2.617 degrees ! Estimated noise=1.47629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0641261 Jy ! Component: 100 - total flux cleaned = 0.0866012 Jy ! Component: 150 - total flux cleaned = 0.0960332 Jy ! Component: 200 - total flux cleaned = 0.100751 Jy ! Total flux subtracted in 200 components = 0.100751 Jy ! Clean residual min=-0.003255 max=0.003224 Jy/beam ! Clean residual mean=0.000001 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.100751 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.100751 Jy ! Inverting map and beam ! Estimated beam: bmin=3.919 mas, bmaj=10.21 mas, bpa=0.2043 degrees ! Estimated noise=0.99079 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.00284442 Jy ! Component: 100 - total flux cleaned = 0.00397781 Jy ! Component: 150 - total flux cleaned = 0.00415908 Jy ! Component: 200 - total flux cleaned = 0.00418884 Jy ! Total flux subtracted in 200 components = 0.00418884 Jy ! Clean residual min=-0.001893 max=0.001871 Jy/beam ! Clean residual mean=0.000002 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.104939 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 42 components and 0.104939 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.079 mas, bmaj=16.54 mas, bpa=-1.872 degrees ! Estimated noise=1.13808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000620119 Jy ! Component: 100 - total flux cleaned = 0.000703486 Jy ! Component: 150 - total flux cleaned = 0.000724785 Jy ! Component: 200 - total flux cleaned = 0.00075431 Jy ! Total flux subtracted in 200 components = 0.00075431 Jy ! Clean residual min=-0.001685 max=0.001754 Jy/beam ! Clean residual mean=0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.105694 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 = 2.77734e-05 Jy ! Component: 100 - total flux cleaned = 5.4045e-05 Jy ! Component: 150 - total flux cleaned = 7.91444e-05 Jy ! Component: 200 - total flux cleaned = 0.00010306 Jy ! Total flux subtracted in 200 components = 0.00010306 Jy ! Clean residual min=-0.001675 max=0.001749 Jy/beam ! Clean residual mean=0.000003 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.105797 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 48 components and 0.105797 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.919 mas, bmaj=10.21 mas, bpa=0.2043 degrees ! Estimated noise=0.99079 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000436146 Jy ! Component: 100 - total flux cleaned = -0.000463708 Jy ! Component: 150 - total flux cleaned = -0.000463843 Jy ! Component: 200 - total flux cleaned = -0.000482898 Jy ! Total flux subtracted in 200 components = -0.000482898 Jy ! Clean residual min=-0.001872 max=0.001857 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.105314 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 55 components and 0.105314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075921Jy sigma=0.451375 ! Fit after self-cal, rms=0.075905Jy sigma=0.451271 wmodel J0310-0823_S_map.mod ! Writing 55 model components to file: J0310-0823_S_map.mod wobs J0310-0823_S_uvs.fits ! Writing UV FITS file: J0310-0823_S_uvs.fits wwins J0310-0823_S_map.win ! wwins: Wrote 1 windows to J0310-0823_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.000261754 Jy ! Component: 100 - total flux cleaned = 0.000262053 Jy ! Component: 150 - total flux cleaned = 0.000144735 Jy ! Component: 200 - total flux cleaned = 5.92793e-05 Jy ! Component: 250 - total flux cleaned = 3.11837e-05 Jy ! Component: 300 - total flux cleaned = -4.87484e-05 Jy ! Component: 350 - total flux cleaned = -0.000177008 Jy ! Component: 400 - total flux cleaned = -0.000326691 Jy ! Component: 450 - total flux cleaned = -0.000424202 Jy ! Component: 500 - total flux cleaned = -0.000542527 Jy ! Component: 550 - total flux cleaned = -0.000541924 Jy ! Component: 600 - total flux cleaned = -0.000496488 Jy ! Component: 650 - total flux cleaned = -0.000429822 Jy ! Component: 700 - total flux cleaned = -0.000385954 Jy ! Component: 750 - total flux cleaned = -0.000343133 Jy ! Component: 800 - total flux cleaned = -0.000364115 Jy ! Component: 850 - total flux cleaned = -0.000301829 Jy ! Component: 900 - total flux cleaned = -0.000383337 Jy ! Component: 950 - total flux cleaned = -0.000362745 Jy ! Component: 1000 - total flux cleaned = -0.000382781 Jy ! Component: 1050 - total flux cleaned = -0.000422094 Jy ! Component: 1100 - total flux cleaned = -0.000421848 Jy ! Component: 1150 - total flux cleaned = -0.000384241 Jy ! Component: 1200 - total flux cleaned = -0.000403231 Jy ! Component: 1250 - total flux cleaned = -0.000476342 Jy ! Component: 1300 - total flux cleaned = -0.000457436 Jy ! Component: 1350 - total flux cleaned = -0.000457049 Jy ! Component: 1400 - total flux cleaned = -0.000369003 Jy ! Component: 1450 - total flux cleaned = -0.00040441 Jy ! Component: 1500 - total flux cleaned = -0.000387568 Jy ! Component: 1550 - total flux cleaned = -0.000438697 Jy ! Component: 1600 - total flux cleaned = -0.000405041 Jy ! Component: 1650 - total flux cleaned = -0.000405374 Jy ! Component: 1700 - total flux cleaned = -0.000421931 Jy ! Component: 1750 - total flux cleaned = -0.000470333 Jy ! Component: 1800 - total flux cleaned = -0.000470371 Jy ! Component: 1850 - total flux cleaned = -0.000407141 Jy ! Component: 1900 - total flux cleaned = -0.000407295 Jy ! Component: 1950 - total flux cleaned = -0.000422815 Jy ! Component: 2000 - total flux cleaned = -0.000361334 Jy ! Component: 2050 - total flux cleaned = -0.000331135 Jy ! Component: 2100 - total flux cleaned = -0.000240949 Jy ! Component: 2150 - total flux cleaned = -0.000211304 Jy ! Component: 2200 - total flux cleaned = -0.000226028 Jy ! Component: 2250 - total flux cleaned = -0.000167442 Jy ! Component: 2300 - total flux cleaned = -8.06768e-05 Jy ! Component: 2350 - total flux cleaned = -6.64941e-05 Jy ! Component: 2400 - total flux cleaned = 4.32662e-06 Jy ! Component: 2450 - total flux cleaned = 1.83184e-05 Jy ! Component: 2500 - total flux cleaned = 0.00010195 Jy ! Component: 2550 - total flux cleaned = 0.000101958 Jy ! Component: 2600 - total flux cleaned = 0.000170542 Jy ! Component: 2650 - total flux cleaned = 0.00018406 Jy ! Component: 2700 - total flux cleaned = 0.000251609 Jy ! Component: 2750 - total flux cleaned = 0.000291653 Jy ! Component: 2800 - total flux cleaned = 0.000371157 Jy ! Component: 2850 - total flux cleaned = 0.000463189 Jy ! Component: 2900 - total flux cleaned = 0.000437177 Jy ! Component: 2950 - total flux cleaned = 0.000502011 Jy ! Component: 3000 - total flux cleaned = 0.000540529 Jy ! Component: 3050 - total flux cleaned = 0.00061688 Jy ! Component: 3100 - total flux cleaned = 0.000692566 Jy ! Component: 3150 - total flux cleaned = 0.000767649 Jy ! Component: 3200 - total flux cleaned = 0.000817406 Jy ! Component: 3250 - total flux cleaned = 0.000891347 Jy ! Component: 3300 - total flux cleaned = 0.000976924 Jy ! Component: 3350 - total flux cleaned = 0.00107414 Jy ! Component: 3400 - total flux cleaned = 0.00114642 Jy ! Component: 3450 - total flux cleaned = 0.00123014 Jy ! Component: 3500 - total flux cleaned = 0.00132514 Jy ! Component: 3550 - total flux cleaned = 0.00141927 Jy ! Component: 3600 - total flux cleaned = 0.00150102 Jy ! Component: 3650 - total flux cleaned = 0.00151269 Jy ! Component: 3700 - total flux cleaned = 0.00162815 Jy ! Component: 3750 - total flux cleaned = 0.00167401 Jy ! Component: 3800 - total flux cleaned = 0.00175354 Jy ! Component: 3850 - total flux cleaned = 0.00179868 Jy ! Component: 3900 - total flux cleaned = 0.00186624 Jy ! Component: 3950 - total flux cleaned = 0.00192187 Jy ! Component: 4000 - total flux cleaned = 0.00193295 Jy ! Component: 4050 - total flux cleaned = 0.00202083 Jy ! Total flux subtracted in 4096 components = 0.00205358 Jy ! Clean residual min=-0.000728 max=0.000598 Jy/beam ! Clean residual mean=0.000001 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.107367 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 324 components and 0.107367 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0310-0823_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.919 x 10.21 at 0.2043 degrees (North through East) ! Clean map min=-0.0014546 max=0.08043 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0310-0823_S_map.fits wmodel /image_prod/ug002_uva//J0310-0823_S_map.mod ! Writing 324 model components to file: /image_prod/ug002_uva//J0310-0823_S_map.mod wobs /image_prod/ug002_uva//J0310-0823_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0310-0823_S_uvs.fits wwins /image_prod/ug002_uva//J0310-0823_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0310-0823_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0804302 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204479 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.762695 0.762695 1.52539 3.05078 6.10156 12.2031 24.4062 48.8125 97.6249 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.08 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 393.342 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0310-0823_S_dfm.log closed on Wed Mar 4 19:50:23 2020