! Started logfile: /scr/pima/rdv76_uvs/J1910-2223_S_dfm.log on Fri Jun 15 05:57:06 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23299 obs /scr/pima/rdv76_uvs/J1910-2223_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv76_uvs/J1910-2223_S_uva.fits ! AN table 1: 189 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.986772 visibilities/baseline/integration-bin. ! Found source: J1910-2223 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 26856 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 J1910-2223_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 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.021441Jy sigma=11.494159 ! Fit after self-cal, rms=0.901943Jy sigma=10.147488 ! 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.504 mas, bmaj=5.965 mas, bpa=-2.973 degrees ! Estimated noise=0.93461 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.0885054 Jy ! Component: 100 - total flux cleaned = 0.108881 Jy ! Total flux subtracted in 100 components = 0.108881 Jy ! Clean residual min=-0.007672 max=0.007699 Jy/beam ! Clean residual mean=-0.000005 rms=0.001917 Jy/beam ! Combined flux in latest and established models = 0.108881 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.108881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180364Jy sigma=1.922347 ! Fit after self-cal, rms=0.178966Jy sigma=1.906835 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00988858 Jy ! Component: 100 - total flux cleaned = 0.0110003 Jy ! Total flux subtracted in 100 components = 0.0110003 Jy ! Clean residual min=-0.007796 max=0.007905 Jy/beam ! Clean residual mean=-0.000001 rms=0.001796 Jy/beam ! Combined flux in latest and established models = 0.119881 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.119881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178492Jy sigma=1.900854 ! Fit after self-cal, rms=0.178428Jy sigma=1.900275 ! 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.348 mas, bmaj=7.596 mas, bpa=-2.545 degrees ! Estimated noise=0.402561 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 (-37, -43.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00771542 Jy ! Component: 100 - total flux cleaned = 0.012002 Jy ! Component: 150 - total flux cleaned = 0.0144513 Jy ! Component: 200 - total flux cleaned = 0.0154005 Jy ! Total flux subtracted in 200 components = 0.0154005 Jy ! Clean residual min=-0.004394 max=0.003957 Jy/beam ! Clean residual mean=0.000002 rms=0.001099 Jy/beam ! Combined flux in latest and established models = 0.135281 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 44 components and 0.135281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178082Jy sigma=1.895827 ! Fit after self-cal, rms=0.177970Jy sigma=1.894582 ! 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.348 x 7.596 at -2.545 degrees (North through East) ! Clean map min=-0.0041217 max=0.11754 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.88 KP 0.98 LA 1.01 ! MK 1.07 NL 1.09 OV 1.01 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.86 KP 0.98 LA 1.09 ! MK 0.98 NL 1.04 OV 1.02 PT 1.01 ! SC 0.94 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.86 KP 1.01 LA 1.08 ! MK 1.04 NL 1.04 OV 1.01 PT 0.98 ! SC 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.83 KP 1.04 LA 1.06 ! MK 1.00 NL 1.03 OV 1.10 PT 1.01 ! SC 0.89 ! ! ! Fit before self-cal, rms=0.177970Jy sigma=1.894582 ! Fit after self-cal, rms=0.175954Jy sigma=1.890333 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.332 mas, bmaj=7.584 mas, bpa=-1.513 degrees ! Estimated noise=0.398537 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.00304298 Jy ! Component: 100 - total flux cleaned = 0.00354924 Jy ! Component: 150 - total flux cleaned = 0.00358989 Jy ! Component: 200 - total flux cleaned = 0.00362736 Jy ! Total flux subtracted in 200 components = 0.00362736 Jy ! Clean residual min=-0.003019 max=0.003067 Jy/beam ! Clean residual mean=0.000002 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.138909 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 57 components and 0.138909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175897Jy sigma=1.889696 ! Fit after self-cal, rms=0.176009Jy sigma=1.888134 ! 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.176009Jy sigma=1.888134 ! Fit after self-cal, rms=0.175601Jy sigma=1.887162 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.329 mas, bmaj=7.541 mas, bpa=-1.346 degrees ! Estimated noise=0.397832 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113985 Jy ! Component: 100 - total flux cleaned = 0.00101456 Jy ! Component: 150 - total flux cleaned = 0.000876106 Jy ! Component: 200 - total flux cleaned = 0.000754489 Jy ! Total flux subtracted in 200 components = 0.000754489 Jy ! Clean residual min=-0.003102 max=0.002960 Jy/beam ! Clean residual mean=0.000005 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.139663 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.139663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175579Jy sigma=1.886929 ! Fit after self-cal, rms=0.175621Jy sigma=1.886464 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.000719709 Jy ! Component: 100 - total flux cleaned = 0.000753003 Jy ! Component: 150 - total flux cleaned = 0.000782323 Jy ! Component: 200 - total flux cleaned = 0.000781915 Jy ! Total flux subtracted in 200 components = 0.000781915 Jy ! Clean residual min=-0.003109 max=0.002990 Jy/beam ! Clean residual mean=0.000006 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.140445 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.140445 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175610Jy sigma=1.886333 ! Fit after self-cal, rms=0.175585Jy sigma=1.886197 ! 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.175585Jy sigma=1.886197 ! Fit after self-cal, rms=0.175155Jy sigma=1.886134 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=7.531 mas, bpa=-1.23 degrees ! Estimated noise=0.396522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.66689e-05 Jy ! Component: 100 - total flux cleaned = -1.27794e-05 Jy ! Component: 150 - total flux cleaned = -1.2163e-05 Jy ! Component: 200 - total flux cleaned = -1.13929e-05 Jy ! Total flux subtracted in 200 components = -1.13929e-05 Jy ! Clean residual min=-0.003162 max=0.002836 Jy/beam ! Clean residual mean=0.000007 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.140434 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 77 components and 0.140434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175147Jy sigma=1.886032 ! Fit after self-cal, rms=0.175158Jy sigma=1.886000 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 = 3.94632e-05 Jy ! Component: 100 - total flux cleaned = 4.0425e-05 Jy ! Component: 150 - total flux cleaned = 6.41853e-05 Jy ! Component: 200 - total flux cleaned = 4.22049e-05 Jy ! Total flux subtracted in 200 components = 4.22049e-05 Jy ! Clean residual min=-0.003191 max=0.002884 Jy/beam ! Clean residual mean=0.000007 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.140476 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.140476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175152Jy sigma=1.885949 ! Fit after self-cal, rms=0.175150Jy sigma=1.885938 ! 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.175150Jy sigma=1.885938 ! Fit after self-cal, rms=0.174751Jy sigma=1.885923 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.92 mas, bmaj=17.52 mas, bpa=3.277 degrees ! Estimated noise=0.479075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000260569 Jy ! Component: 100 - total flux cleaned = -0.00015746 Jy ! Component: 150 - total flux cleaned = -7.14172e-05 Jy ! Component: 200 - total flux cleaned = -4.58634e-05 Jy ! Total flux subtracted in 200 components = -4.58634e-05 Jy ! Clean residual min=-0.002972 max=0.002978 Jy/beam ! Clean residual mean=0.000012 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.14043 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 89 components and 0.14043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174751Jy sigma=1.885924 ! Fit after self-cal, rms=0.174757Jy sigma=1.885920 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.28507e-05 Jy ! Component: 100 - total flux cleaned = 0.000175802 Jy ! Component: 150 - total flux cleaned = 0.000200458 Jy ! Component: 200 - total flux cleaned = 0.000235139 Jy ! Total flux subtracted in 200 components = 0.000235139 Jy ! Clean residual min=-0.002975 max=0.002994 Jy/beam ! Clean residual mean=0.000012 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.140665 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.140665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174759Jy sigma=1.885929 ! Fit after self-cal, rms=0.174750Jy sigma=1.885864 ! 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.327 mas, bmaj=7.53 mas, bpa=-1.146 degrees ! Estimated noise=0.395476 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.327 x 7.53 at -1.146 degrees (North through East) ! Clean map min=-0.0030054 max=0.11622 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.487 mas, bmaj=5.919 mas, bpa=-2.003 degrees ! Estimated noise=0.91114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0885207 Jy ! Component: 100 - total flux cleaned = 0.109703 Jy ! Component: 150 - total flux cleaned = 0.120399 Jy ! Component: 200 - total flux cleaned = 0.127817 Jy ! Total flux subtracted in 200 components = 0.127817 Jy ! Clean residual min=-0.006905 max=0.006241 Jy/beam ! Clean residual mean=0.000000 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.127817 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.127817 Jy ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=7.53 mas, bpa=-1.146 degrees ! Estimated noise=0.395476 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.00583862 Jy ! Component: 100 - total flux cleaned = 0.0092276 Jy ! Component: 150 - total flux cleaned = 0.0107653 Jy ! Component: 200 - total flux cleaned = 0.0113198 Jy ! Total flux subtracted in 200 components = 0.0113198 Jy ! Clean residual min=-0.003077 max=0.002859 Jy/beam ! Clean residual mean=0.000007 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.139137 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 34 components and 0.139137 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.92 mas, bmaj=17.52 mas, bpa=3.277 degrees ! Estimated noise=0.479075 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106149 Jy ! Component: 100 - total flux cleaned = 0.001251 Jy ! Component: 150 - total flux cleaned = 0.00135213 Jy ! Component: 200 - total flux cleaned = 0.0014265 Jy ! Total flux subtracted in 200 components = 0.0014265 Jy ! Clean residual min=-0.002867 max=0.002974 Jy/beam ! Clean residual mean=0.000013 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.140563 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 = 7.00245e-05 Jy ! Component: 100 - total flux cleaned = 0.000135413 Jy ! Component: 150 - total flux cleaned = 0.000181476 Jy ! Component: 200 - total flux cleaned = 0.000240015 Jy ! Total flux subtracted in 200 components = 0.000240015 Jy ! Clean residual min=-0.002894 max=0.002958 Jy/beam ! Clean residual mean=0.000013 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.140803 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 52 components and 0.140803 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=7.53 mas, bpa=-1.146 degrees ! Estimated noise=0.395476 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000524058 Jy ! Component: 100 - total flux cleaned = -0.000474364 Jy ! Component: 150 - total flux cleaned = -0.000428288 Jy ! Component: 200 - total flux cleaned = -0.000426786 Jy ! Total flux subtracted in 200 components = -0.000426786 Jy ! Clean residual min=-0.003136 max=0.002787 Jy/beam ! Clean residual mean=0.000007 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.140376 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.140376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174783Jy sigma=1.886228 ! Fit after self-cal, rms=0.174798Jy sigma=1.886157 wmodel J1910-2223_S_map.mod ! Writing 64 model components to file: J1910-2223_S_map.mod wobs J1910-2223_S_uvs.fits ! Writing UV FITS file: J1910-2223_S_uvs.fits wwins J1910-2223_S_map.win ! wwins: Wrote 2 windows to J1910-2223_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.000183519 Jy ! Component: 100 - total flux cleaned = -0.000575745 Jy ! Component: 150 - total flux cleaned = -0.000669119 Jy ! Component: 200 - total flux cleaned = -0.000669201 Jy ! Component: 250 - total flux cleaned = -0.000884691 Jy ! Component: 300 - total flux cleaned = -0.000884565 Jy ! Component: 350 - total flux cleaned = -0.000884021 Jy ! Component: 400 - total flux cleaned = -0.000845317 Jy ! Component: 450 - total flux cleaned = -0.000770621 Jy ! Component: 500 - total flux cleaned = -0.000808939 Jy ! Component: 550 - total flux cleaned = -0.000808923 Jy ! Component: 600 - total flux cleaned = -0.000843919 Jy ! Component: 650 - total flux cleaned = -0.000878654 Jy ! Component: 700 - total flux cleaned = -0.000946864 Jy ! Component: 750 - total flux cleaned = -0.00098005 Jy ! Component: 800 - total flux cleaned = -0.00101326 Jy ! Component: 850 - total flux cleaned = -0.00114104 Jy ! Component: 900 - total flux cleaned = -0.00120352 Jy ! Component: 950 - total flux cleaned = -0.00120403 Jy ! Component: 1000 - total flux cleaned = -0.00129563 Jy ! Component: 1050 - total flux cleaned = -0.00138465 Jy ! Component: 1100 - total flux cleaned = -0.00144331 Jy ! Component: 1150 - total flux cleaned = -0.00158787 Jy ! Component: 1200 - total flux cleaned = -0.00161647 Jy ! Component: 1250 - total flux cleaned = -0.00172891 Jy ! Component: 1300 - total flux cleaned = -0.00181217 Jy ! Component: 1350 - total flux cleaned = -0.0018395 Jy ! Component: 1400 - total flux cleaned = -0.0017323 Jy ! Component: 1450 - total flux cleaned = -0.00191958 Jy ! Component: 1500 - total flux cleaned = -0.00199856 Jy ! Component: 1550 - total flux cleaned = -0.00205066 Jy ! Component: 1600 - total flux cleaned = -0.00210185 Jy ! Component: 1650 - total flux cleaned = -0.00217825 Jy ! Component: 1700 - total flux cleaned = -0.00222888 Jy ! Component: 1750 - total flux cleaned = -0.0021534 Jy ! Component: 1800 - total flux cleaned = -0.00202992 Jy ! Component: 1850 - total flux cleaned = -0.00200553 Jy ! Component: 1900 - total flux cleaned = -0.00210265 Jy ! Component: 1950 - total flux cleaned = -0.00215087 Jy ! Component: 2000 - total flux cleaned = -0.00200799 Jy ! Component: 2050 - total flux cleaned = -0.0021261 Jy ! Component: 2100 - total flux cleaned = -0.00207962 Jy ! Component: 2150 - total flux cleaned = -0.00203326 Jy ! Component: 2200 - total flux cleaned = -0.00203309 Jy ! Component: 2250 - total flux cleaned = -0.00198745 Jy ! Component: 2300 - total flux cleaned = -0.00201006 Jy ! Component: 2350 - total flux cleaned = -0.00192025 Jy ! Component: 2400 - total flux cleaned = -0.00180915 Jy ! Component: 2450 - total flux cleaned = -0.0017209 Jy ! Component: 2500 - total flux cleaned = -0.00183024 Jy ! Component: 2550 - total flux cleaned = -0.00183021 Jy ! Component: 2600 - total flux cleaned = -0.00170062 Jy ! Component: 2650 - total flux cleaned = -0.00174355 Jy ! Component: 2700 - total flux cleaned = -0.00176471 Jy ! Component: 2750 - total flux cleaned = -0.0017435 Jy ! Component: 2800 - total flux cleaned = -0.00168042 Jy ! Component: 2850 - total flux cleaned = -0.00168027 Jy ! Component: 2900 - total flux cleaned = -0.00168016 Jy ! Component: 2950 - total flux cleaned = -0.00165961 Jy ! Component: 3000 - total flux cleaned = -0.00168007 Jy ! Component: 3050 - total flux cleaned = -0.00159892 Jy ! Component: 3100 - total flux cleaned = -0.00163928 Jy ! Component: 3150 - total flux cleaned = -0.0016194 Jy ! Component: 3200 - total flux cleaned = -0.00165924 Jy ! Component: 3250 - total flux cleaned = -0.00165937 Jy ! Component: 3300 - total flux cleaned = -0.00169854 Jy ! Component: 3350 - total flux cleaned = -0.00167876 Jy ! Component: 3400 - total flux cleaned = -0.00165937 Jy ! Component: 3450 - total flux cleaned = -0.00163984 Jy ! Component: 3500 - total flux cleaned = -0.00169758 Jy ! Component: 3550 - total flux cleaned = -0.00177356 Jy ! Component: 3600 - total flux cleaned = -0.00173561 Jy ! Component: 3650 - total flux cleaned = -0.00179229 Jy ! Component: 3700 - total flux cleaned = -0.00177358 Jy ! Component: 3750 - total flux cleaned = -0.00182943 Jy ! Component: 3800 - total flux cleaned = -0.00181102 Jy ! Component: 3850 - total flux cleaned = -0.00182949 Jy ! Component: 3900 - total flux cleaned = -0.00192092 Jy ! Component: 3950 - total flux cleaned = -0.00193908 Jy ! Component: 4000 - total flux cleaned = -0.00201149 Jy ! Component: 4050 - total flux cleaned = -0.00210123 Jy ! Total flux subtracted in 4096 components = -0.00215473 Jy ! Clean residual min=-0.000945 max=0.000977 Jy/beam ! Clean residual mean=0.000003 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.138222 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 346 components and 0.138222 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rdv76_uvs/J1910-2223_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.327 x 7.53 at -1.146 degrees (North through East) ! Clean map min=-0.0022454 max=0.11566 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv76_uvs/J1910-2223_S_map.fits wmodel /scr/pima/rdv76_uvs/J1910-2223_S_map.mod ! Writing 346 model components to file: /scr/pima/rdv76_uvs/J1910-2223_S_map.mod wobs /scr/pima/rdv76_uvs/J1910-2223_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv76_uvs/J1910-2223_S_uvs.fits wwins /scr/pima/rdv76_uvs/J1910-2223_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv76_uvs/J1910-2223_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.115663 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000307306 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.797073 0.797073 1.59415 3.18829 6.37659 12.7532 25.5063 51.0127 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.115 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 376.376 quit ! Quitting program ! Log file /scr/pima/rdv76_uvs/J1910-2223_S_dfm.log closed on Fri Jun 15 05:57:11 2018