! Started logfile: /scr/pima/rv102_uvs/J0317-4414_X_dfm.log on Sat Nov 9 10:16:18 2019 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.40599 obs /scr/pima/rv102_uvs/J0317-4414_X_uva.fits ! Reading UV FITS file: /scr/pima/rv102_uvs/J0317-4414_X_uva.fits ! AN table 1: 117 integrations on 10 of 10 possible baselines. ! AN table 2: 117 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.989744 visibilities/baseline/integration-bin. ! Found source: J0317-4414 ! ! 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 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 9264 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0317-4414_X] 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.200x0.200 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 33 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.007753Jy sigma=15.490880 ! Fit after self-cal, rms=0.906441Jy sigma=13.911275 ! 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=0.6303 mas, bmaj=2.468 mas, bpa=-4.921 degrees ! Estimated noise=1.0856 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.0736334 Jy ! Component: 100 - total flux cleaned = 0.0900953 Jy ! Total flux subtracted in 100 components = 0.0900953 Jy ! Clean residual min=-0.005972 max=0.007404 Jy/beam ! Clean residual mean=0.000018 rms=0.001813 Jy/beam ! Combined flux in latest and established models = 0.0900953 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0900953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107345Jy sigma=1.585280 ! Fit after self-cal, rms=0.106737Jy sigma=1.575742 ! 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=0.8911 mas, bmaj=3.353 mas, bpa=-3.24 degrees ! Estimated noise=0.496701 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.0098819 Jy ! Component: 100 - total flux cleaned = 0.0137691 Jy ! Component: 150 - total flux cleaned = 0.0153964 Jy ! Component: 200 - total flux cleaned = 0.0160795 Jy ! Total flux subtracted in 200 components = 0.0160795 Jy ! Clean residual min=-0.004000 max=0.004381 Jy/beam ! Clean residual mean=-0.000031 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.106175 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 25 components and 0.106175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105941Jy sigma=1.563431 ! Fit after self-cal, rms=0.105893Jy sigma=1.562391 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8911 x 3.353 at -3.24 degrees (North through East) ! Clean map min=-0.0036126 max=0.09675 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.98 LA 1.02 PT 1.00 ! SC 1.12 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 1.02 LA 0.99 MK 1.09 ! PT 1.10 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.99 LA 0.95 PT 1.01 ! SC 1.08 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 1.05 LA 0.98 MK 1.12 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 1.05 LA 0.90 PT 1.04 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.94 KP 1.03 LA 0.99 MK 0.92 ! PT 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.93 LA 0.92 PT 0.98 ! SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 KP 0.99 LA 0.97 MK 0.88 ! PT 1.03 ! ! ! Fit before self-cal, rms=0.105893Jy sigma=1.562391 ! Fit after self-cal, rms=0.104761Jy sigma=1.557800 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8965 mas, bmaj=3.376 mas, bpa=-3.284 degrees ! Estimated noise=0.495499 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 = -6.42506e-05 Jy ! Component: 100 - total flux cleaned = -6.95458e-05 Jy ! Component: 150 - total flux cleaned = -6.93382e-05 Jy ! Component: 200 - total flux cleaned = -6.51217e-05 Jy ! Total flux subtracted in 200 components = -6.51217e-05 Jy ! Clean residual min=-0.002573 max=0.002776 Jy/beam ! Clean residual mean=0.000013 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.10611 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.10611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104760Jy sigma=1.557801 ! Fit after self-cal, rms=0.104938Jy sigma=1.557206 ! 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.104938Jy sigma=1.557206 ! Fit after self-cal, rms=0.105252Jy sigma=1.557081 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8964 mas, bmaj=3.378 mas, bpa=-3.35 degrees ! Estimated noise=0.495569 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.36358e-05 Jy ! Component: 100 - total flux cleaned = -4.41458e-05 Jy ! Component: 150 - total flux cleaned = -4.88323e-05 Jy ! Component: 200 - total flux cleaned = -5.32006e-05 Jy ! Total flux subtracted in 200 components = -5.32006e-05 Jy ! Clean residual min=-0.002583 max=0.002810 Jy/beam ! Clean residual mean=0.000015 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.106056 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 30 components and 0.106056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105250Jy sigma=1.557078 ! Fit after self-cal, rms=0.105308Jy sigma=1.556994 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 = -1.26106e-05 Jy ! Component: 100 - total flux cleaned = -1.85788e-05 Jy ! Component: 150 - total flux cleaned = -1.89195e-05 Jy ! Component: 200 - total flux cleaned = -2.27752e-05 Jy ! Total flux subtracted in 200 components = -2.27752e-05 Jy ! Clean residual min=-0.002658 max=0.002816 Jy/beam ! Clean residual mean=0.000013 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.106034 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 30 components and 0.106034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105307Jy sigma=1.556994 ! Fit after self-cal, rms=0.105311Jy sigma=1.556983 ! 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.105311Jy sigma=1.556983 ! Fit after self-cal, rms=0.105424Jy sigma=1.556946 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8965 mas, bmaj=3.376 mas, bpa=-3.271 degrees ! Estimated noise=0.495749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.83548e-05 Jy ! Component: 100 - total flux cleaned = 3.41527e-05 Jy ! Component: 150 - total flux cleaned = 3.84526e-05 Jy ! Component: 200 - total flux cleaned = 4.24941e-05 Jy ! Total flux subtracted in 200 components = 4.24941e-05 Jy ! Clean residual min=-0.002592 max=0.002816 Jy/beam ! Clean residual mean=0.000015 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.106076 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 39 components and 0.106076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105422Jy sigma=1.556941 ! Fit after self-cal, rms=0.105440Jy sigma=1.556929 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 = -1.84374e-06 Jy ! Component: 100 - total flux cleaned = -8.01548e-06 Jy ! Component: 150 - total flux cleaned = -8.37141e-06 Jy ! Component: 200 - total flux cleaned = -8.26302e-06 Jy ! Total flux subtracted in 200 components = -8.26302e-06 Jy ! Clean residual min=-0.002588 max=0.002798 Jy/beam ! Clean residual mean=0.000015 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.106068 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.106068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105439Jy sigma=1.556927 ! Fit after self-cal, rms=0.105441Jy sigma=1.556924 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.105441Jy sigma=1.556924 ! Fit after self-cal, rms=0.105401Jy sigma=1.556898 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.169 mas, bmaj=15.87 mas, bpa=1.745 degrees ! Estimated noise=0.620358 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.46044e-05 Jy ! Component: 100 - total flux cleaned = 4.47406e-05 Jy ! Component: 150 - total flux cleaned = 4.4797e-05 Jy ! Component: 200 - total flux cleaned = 4.4834e-05 Jy ! Total flux subtracted in 200 components = 4.4834e-05 Jy ! Clean residual min=-0.001955 max=0.002560 Jy/beam ! Clean residual mean=0.000025 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.106113 Jy selfcal ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 41 components and 0.106113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105401Jy sigma=1.556895 ! Fit after self-cal, rms=0.105405Jy sigma=1.556893 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 = -1.84387e-05 Jy ! Component: 100 - total flux cleaned = -1.85954e-05 Jy ! Component: 150 - total flux cleaned = -1.86552e-05 Jy ! Component: 200 - total flux cleaned = -1.86918e-05 Jy ! Total flux subtracted in 200 components = -1.86918e-05 Jy ! Clean residual min=-0.001960 max=0.002562 Jy/beam ! Clean residual mean=0.000025 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.106094 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 42 components and 0.106094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105405Jy sigma=1.556894 ! Fit after self-cal, rms=0.105391Jy sigma=1.556717 ! 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=0.8962 mas, bmaj=3.372 mas, bpa=-3.196 degrees ! Estimated noise=0.495592 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8962 x 3.372 at -3.196 degrees (North through East) ! Clean map min=-0.0023776 max=0.097017 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=0.6306 mas, bmaj=2.464 mas, bpa=-4.805 degrees ! Estimated noise=1.08954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0739802 Jy ! Component: 100 - total flux cleaned = 0.0912646 Jy ! Component: 150 - total flux cleaned = 0.0971919 Jy ! Component: 200 - total flux cleaned = 0.100185 Jy ! Total flux subtracted in 200 components = 0.100185 Jy ! Clean residual min=-0.005694 max=0.005742 Jy/beam ! Clean residual mean=0.000009 rms=0.001668 Jy/beam ! Combined flux in latest and established models = 0.100185 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.100185 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8962 mas, bmaj=3.372 mas, bpa=-3.196 degrees ! Estimated noise=0.495592 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.00361043 Jy ! Component: 100 - total flux cleaned = 0.00499621 Jy ! Component: 150 - total flux cleaned = 0.0055523 Jy ! Component: 200 - total flux cleaned = 0.00577559 Jy ! Total flux subtracted in 200 components = 0.00577559 Jy ! Clean residual min=-0.002636 max=0.002795 Jy/beam ! Clean residual mean=0.000017 rms=0.000744 Jy/beam ! Combined flux in latest and established models = 0.10596 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 30 components and 0.10596 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.169 mas, bmaj=15.87 mas, bpa=1.745 degrees ! Estimated noise=0.620358 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.19237e-05 Jy ! Component: 100 - total flux cleaned = 5.20234e-05 Jy ! Component: 150 - total flux cleaned = 5.20114e-05 Jy ! Component: 200 - total flux cleaned = 5.19746e-05 Jy ! Total flux subtracted in 200 components = 5.19746e-05 Jy ! Clean residual min=-0.002014 max=0.002619 Jy/beam ! Clean residual mean=0.000028 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.106012 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 = -3.93956e-08 Jy ! Component: 100 - total flux cleaned = -7.45307e-08 Jy ! Component: 150 - total flux cleaned = 5.3217e-08 Jy ! Component: 200 - total flux cleaned = 2.80486e-07 Jy ! Total flux subtracted in 200 components = 2.80486e-07 Jy ! Clean residual min=-0.002005 max=0.002615 Jy/beam ! Clean residual mean=0.000028 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.106013 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 34 components and 0.106013 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8962 mas, bmaj=3.372 mas, bpa=-3.196 degrees ! Estimated noise=0.495592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.04179e-07 Jy ! Component: 100 - total flux cleaned = 4.6679e-06 Jy ! Component: 150 - total flux cleaned = 5.04441e-06 Jy ! Component: 200 - total flux cleaned = 5.57456e-06 Jy ! Total flux subtracted in 200 components = 5.57456e-06 Jy ! Clean residual min=-0.002626 max=0.002789 Jy/beam ! Clean residual mean=0.000016 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.106018 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 0.106018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105386Jy sigma=1.556675 ! Fit after self-cal, rms=0.105382Jy sigma=1.556663 wmodel J0317-4414_X_map.mod ! Writing 40 model components to file: J0317-4414_X_map.mod wobs J0317-4414_X_uvs.fits ! Writing UV FITS file: J0317-4414_X_uvs.fits wwins J0317-4414_X_map.win ! wwins: Wrote 1 windows to J0317-4414_X_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.000430078 Jy ! Component: 100 - total flux cleaned = 0.000604215 Jy ! Component: 150 - total flux cleaned = 0.000605078 Jy ! Component: 200 - total flux cleaned = 0.000334746 Jy ! Component: 250 - total flux cleaned = -0.000108071 Jy ! Component: 300 - total flux cleaned = -0.000249427 Jy ! Component: 350 - total flux cleaned = -0.000489317 Jy ! Component: 400 - total flux cleaned = -0.000654393 Jy ! Component: 450 - total flux cleaned = -0.000815789 Jy ! Component: 500 - total flux cleaned = -0.000972613 Jy ! Component: 550 - total flux cleaned = -0.00112455 Jy ! Component: 600 - total flux cleaned = -0.00130264 Jy ! Component: 650 - total flux cleaned = -0.00150648 Jy ! Component: 700 - total flux cleaned = -0.0016488 Jy ! Component: 750 - total flux cleaned = -0.001816 Jy ! Component: 800 - total flux cleaned = -0.00192512 Jy ! Component: 850 - total flux cleaned = -0.00200551 Jy ! Component: 900 - total flux cleaned = -0.00203235 Jy ! Component: 950 - total flux cleaned = -0.00210957 Jy ! Component: 1000 - total flux cleaned = -0.00213446 Jy ! Component: 1050 - total flux cleaned = -0.00215886 Jy ! Component: 1100 - total flux cleaned = -0.00218361 Jy ! Component: 1150 - total flux cleaned = -0.00223187 Jy ! Component: 1200 - total flux cleaned = -0.00225556 Jy ! Component: 1250 - total flux cleaned = -0.00227932 Jy ! Component: 1300 - total flux cleaned = -0.0023729 Jy ! Component: 1350 - total flux cleaned = -0.00244205 Jy ! Component: 1400 - total flux cleaned = -0.00246475 Jy ! Component: 1450 - total flux cleaned = -0.00250977 Jy ! Component: 1500 - total flux cleaned = -0.0025097 Jy ! Component: 1550 - total flux cleaned = -0.00253197 Jy ! Component: 1600 - total flux cleaned = -0.00253177 Jy ! Component: 1650 - total flux cleaned = -0.00255346 Jy ! Component: 1700 - total flux cleaned = -0.00253208 Jy ! Component: 1750 - total flux cleaned = -0.00253224 Jy ! Component: 1800 - total flux cleaned = -0.00253221 Jy ! Component: 1850 - total flux cleaned = -0.00253244 Jy ! Component: 1900 - total flux cleaned = -0.00259485 Jy ! Component: 1950 - total flux cleaned = -0.00261534 Jy ! Component: 2000 - total flux cleaned = -0.0026153 Jy ! Component: 2050 - total flux cleaned = -0.00263575 Jy ! Component: 2100 - total flux cleaned = -0.00265607 Jy ! Component: 2150 - total flux cleaned = -0.00273626 Jy ! Component: 2200 - total flux cleaned = -0.00273618 Jy ! Component: 2250 - total flux cleaned = -0.00273601 Jy ! Component: 2300 - total flux cleaned = -0.00273617 Jy ! Component: 2350 - total flux cleaned = -0.00275579 Jy ! Component: 2400 - total flux cleaned = -0.00277538 Jy ! Component: 2450 - total flux cleaned = -0.00281421 Jy ! Component: 2500 - total flux cleaned = -0.00277546 Jy ! Component: 2550 - total flux cleaned = -0.00279488 Jy ! Component: 2600 - total flux cleaned = -0.0027948 Jy ! Component: 2650 - total flux cleaned = -0.00281391 Jy ! Component: 2700 - total flux cleaned = -0.00279479 Jy ! Component: 2750 - total flux cleaned = -0.00281368 Jy ! Component: 2800 - total flux cleaned = -0.00283266 Jy ! Component: 2850 - total flux cleaned = -0.00283271 Jy ! Component: 2900 - total flux cleaned = -0.00285149 Jy ! Component: 2950 - total flux cleaned = -0.0028515 Jy ! Component: 3000 - total flux cleaned = -0.00288889 Jy ! Component: 3050 - total flux cleaned = -0.00290742 Jy ! Component: 3100 - total flux cleaned = -0.00288872 Jy ! Component: 3150 - total flux cleaned = -0.00294435 Jy ! Component: 3200 - total flux cleaned = -0.00296287 Jy ! Component: 3250 - total flux cleaned = -0.00299979 Jy ! Component: 3300 - total flux cleaned = -0.0029997 Jy ! Component: 3350 - total flux cleaned = -0.00303649 Jy ! Component: 3400 - total flux cleaned = -0.00305469 Jy ! Component: 3450 - total flux cleaned = -0.00303637 Jy ! Component: 3500 - total flux cleaned = -0.00307313 Jy ! Component: 3550 - total flux cleaned = -0.00314619 Jy ! Component: 3600 - total flux cleaned = -0.00320091 Jy ! Component: 3650 - total flux cleaned = -0.00318273 Jy ! Component: 3700 - total flux cleaned = -0.00316447 Jy ! Component: 3750 - total flux cleaned = -0.00321908 Jy ! Component: 3800 - total flux cleaned = -0.00323737 Jy ! Component: 3850 - total flux cleaned = -0.0032919 Jy ! Component: 3900 - total flux cleaned = -0.00330998 Jy ! Component: 3950 - total flux cleaned = -0.00332823 Jy ! Component: 4000 - total flux cleaned = -0.00336467 Jy ! Component: 4050 - total flux cleaned = -0.00341931 Jy ! Total flux subtracted in 4096 components = -0.00345556 Jy ! Clean residual min=-0.001079 max=0.001238 Jy/beam ! Clean residual mean=0.000007 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.102563 Jy keep ! Adding 202 model components to the UV plane model. ! The established model now contains 242 components and 0.102563 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv102_uvs/J0317-4414_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8962 x 3.372 at -3.196 degrees (North through East) ! Clean map min=-0.0021623 max=0.099079 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv102_uvs/J0317-4414_X_map.fits wmodel /scr/pima/rv102_uvs/J0317-4414_X_map.mod ! Writing 242 model components to file: /scr/pima/rv102_uvs/J0317-4414_X_map.mod wobs /scr/pima/rv102_uvs/J0317-4414_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv102_uvs/J0317-4414_X_uvs.fits wwins /scr/pima/rv102_uvs/J0317-4414_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rv102_uvs/J0317-4414_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0990789 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000337408 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.02163 1.02163 2.04327 4.08654 8.17307 16.3461 32.6923 65.3846 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.099 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 293.647 quit ! Quitting program ! Log file /scr/pima/rv102_uvs/J0317-4414_X_dfm.log closed on Sat Nov 9 10:16:22 2019