! Started logfile: /scr/pima/rv124_uvs/J1932-4536_S_dfm.log on Mon Dec 24 01:43:42 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.23275 obs /scr/pima/rv124_uvs/J1932-4536_S_uva.fits ! Reading UV FITS file: /scr/pima/rv124_uvs/J1932-4536_S_uva.fits ! AN table 1: 24 integrations on 10 of 10 possible baselines. ! AN table 2: 32 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.589286 visibilities/baseline/integration-bin. ! Found source: J1932-4536 ! ! 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.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 1320 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 J1932-4536_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 36 telescope corrections were flagged in sub-array 1. ! A total of 50 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! A total of 50 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! A total of 160 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! A total of 50 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.066593Jy sigma=13.201471 ! Fit after self-cal, rms=0.712783Jy sigma=8.812552 ! 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.643 mas, bmaj=9.408 mas, bpa=0.572 degrees ! Estimated noise=3.63566 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.191826 Jy ! Component: 100 - total flux cleaned = 0.250901 Jy ! Total flux subtracted in 100 components = 0.250901 Jy ! Clean residual min=-0.038059 max=0.039992 Jy/beam ! Clean residual mean=0.000197 rms=0.008566 Jy/beam ! Combined flux in latest and established models = 0.250902 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.250902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134651Jy sigma=1.618966 ! Fit after self-cal, rms=0.134592Jy sigma=1.617826 ! 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.615 mas, bmaj=12.49 mas, bpa=0.1161 degrees ! Estimated noise=1.9197 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.0654813 Jy ! Component: 100 - total flux cleaned = 0.0918986 Jy ! Component: 150 - total flux cleaned = 0.102803 Jy ! Component: 200 - total flux cleaned = 0.106418 Jy ! Total flux subtracted in 200 components = 0.106418 Jy ! Clean residual min=-0.027276 max=0.043137 Jy/beam ! Clean residual mean=0.000225 rms=0.009357 Jy/beam ! Combined flux in latest and established models = 0.357319 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 34 components and 0.357319 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103304Jy sigma=1.243723 ! Fit after self-cal, rms=0.103146Jy sigma=1.242164 ! 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.615 x 12.49 at 0.1161 degrees (North through East) ! Clean map min=-0.026974 max=0.26656 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.98 LA 0.88 OV 1.07 ! SC 1.02 ! ! A total of 60 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.16 KP 0.89 MK 1.11 OV 1.07 ! PT 1.00 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.17 KP 0.96 LA 0.83 OV 0.87 ! SC 0.95 ! ! A total of 60 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.14 KP 0.94 MK 1.00 OV 0.88 ! PT 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* OV 0.00* ! SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.00* KP 0.00* MK 0.00* OV 0.00* ! PT 0.00* ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 KP 1.01 LA 0.83 OV 1.10 ! SC 1.04 ! ! A total of 60 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.16 KP 0.91 MK 0.99 OV 1.09 ! PT 1.03 ! ! ! Fit before self-cal, rms=0.103146Jy sigma=1.242164 ! Fit after self-cal, rms=0.100118Jy sigma=1.207417 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.334 mas, bmaj=10.69 mas, bpa=0.3119 degrees ! Estimated noise=2.27908 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 (12.5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0418241 Jy ! Component: 100 - total flux cleaned = 0.0560169 Jy ! Component: 150 - total flux cleaned = 0.0652269 Jy ! Component: 200 - total flux cleaned = 0.0716089 Jy ! Total flux subtracted in 200 components = 0.0716089 Jy ! Clean residual min=-0.012956 max=0.012036 Jy/beam ! Clean residual mean=0.000072 rms=0.003592 Jy/beam ! Combined flux in latest and established models = 0.428928 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 79 components and 0.428928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083061Jy sigma=0.996067 ! Fit after self-cal, rms=0.082362Jy sigma=0.988299 ! 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.082362Jy sigma=0.988299 ! Fit after self-cal, rms=0.079346Jy sigma=0.975833 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.342 mas, bmaj=10.73 mas, bpa=0.4986 degrees ! Estimated noise=2.24312 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00837663 Jy ! Component: 100 - total flux cleaned = 0.0124765 Jy ! Component: 150 - total flux cleaned = 0.0143947 Jy ! Component: 200 - total flux cleaned = 0.0149937 Jy ! Total flux subtracted in 200 components = 0.0149937 Jy ! Clean residual min=-0.008417 max=0.008208 Jy/beam ! Clean residual mean=0.000037 rms=0.002480 Jy/beam ! Combined flux in latest and established models = 0.443922 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.443922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078528Jy sigma=0.965301 ! Fit after self-cal, rms=0.078450Jy sigma=0.964544 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.000890759 Jy ! Component: 100 - total flux cleaned = 0.00100469 Jy ! Component: 150 - total flux cleaned = 0.00116397 Jy ! Component: 200 - total flux cleaned = 0.00126543 Jy ! Total flux subtracted in 200 components = 0.00126543 Jy ! Clean residual min=-0.008246 max=0.008296 Jy/beam ! Clean residual mean=0.000037 rms=0.002454 Jy/beam ! Combined flux in latest and established models = 0.445187 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 108 components and 0.445187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078369Jy sigma=0.963648 ! Fit after self-cal, rms=0.078359Jy sigma=0.963561 ! 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.078359Jy sigma=0.963561 ! Fit after self-cal, rms=0.077689Jy sigma=0.961684 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=10.71 mas, bpa=0.5447 degrees ! Estimated noise=2.23187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00255052 Jy ! Component: 100 - total flux cleaned = 0.00294995 Jy ! Component: 150 - total flux cleaned = 0.00306507 Jy ! Component: 200 - total flux cleaned = 0.00306388 Jy ! Total flux subtracted in 200 components = 0.00306388 Jy ! Clean residual min=-0.007648 max=0.008208 Jy/beam ! Clean residual mean=0.000022 rms=0.002237 Jy/beam ! Combined flux in latest and established models = 0.448251 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.448251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077559Jy sigma=0.960274 ! Fit after self-cal, rms=0.077553Jy sigma=0.960138 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.000204251 Jy ! Component: 100 - total flux cleaned = -9.62786e-05 Jy ! Component: 150 - total flux cleaned = -9.58057e-05 Jy ! Component: 200 - total flux cleaned = -0.000184257 Jy ! Total flux subtracted in 200 components = -0.000184257 Jy ! Clean residual min=-0.007612 max=0.008127 Jy/beam ! Clean residual mean=0.000022 rms=0.002219 Jy/beam ! Combined flux in latest and established models = 0.448067 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.448067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077493Jy sigma=0.959476 ! Fit after self-cal, rms=0.077488Jy sigma=0.959411 ! 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.077488Jy sigma=0.959411 ! Fit after self-cal, rms=0.077114Jy sigma=0.959026 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.823 mas, bmaj=40.3 mas, bpa=0.2943 degrees ! Estimated noise=2.81763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00157145 Jy ! Component: 100 - total flux cleaned = 0.0017126 Jy ! Component: 150 - total flux cleaned = 0.0017437 Jy ! Component: 200 - total flux cleaned = 0.00174387 Jy ! Total flux subtracted in 200 components = 0.00174387 Jy ! Clean residual min=-0.007352 max=0.009556 Jy/beam ! Clean residual mean=0.000039 rms=0.002921 Jy/beam ! Combined flux in latest and established models = 0.449811 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 139 components and 0.449811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077117Jy sigma=0.958957 ! Fit after self-cal, rms=0.077122Jy sigma=0.958895 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.000119411 Jy ! Component: 100 - total flux cleaned = 5.41325e-05 Jy ! Component: 150 - total flux cleaned = 8.52974e-05 Jy ! Component: 200 - total flux cleaned = 0.000115583 Jy ! Total flux subtracted in 200 components = 0.000115583 Jy ! Clean residual min=-0.007232 max=0.009597 Jy/beam ! Clean residual mean=0.000038 rms=0.002920 Jy/beam ! Combined flux in latest and established models = 0.449926 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 146 components and 0.449926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077119Jy sigma=0.958831 ! Fit after self-cal, rms=0.077117Jy sigma=0.958774 ! 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=10.68 mas, bpa=0.5836 degrees ! Estimated noise=2.2228 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.327 x 10.68 at 0.5836 degrees (North through East) ! Clean map min=-0.0075094 max=0.26522 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.616 mas, bmaj=8.447 mas, bpa=0.8907 degrees ! Estimated noise=3.95671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.190317 Jy ! Component: 100 - total flux cleaned = 0.251328 Jy ! Component: 150 - total flux cleaned = 0.292054 Jy ! Component: 200 - total flux cleaned = 0.320946 Jy ! Total flux subtracted in 200 components = 0.320946 Jy ! Clean residual min=-0.023867 max=0.018843 Jy/beam ! Clean residual mean=0.000053 rms=0.005596 Jy/beam ! Combined flux in latest and established models = 0.320946 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.320946 Jy ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=10.68 mas, bpa=0.5836 degrees ! Estimated noise=2.2228 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.0367438 Jy ! Component: 100 - total flux cleaned = 0.060871 Jy ! Component: 150 - total flux cleaned = 0.0783437 Jy ! Component: 200 - total flux cleaned = 0.0912186 Jy ! Total flux subtracted in 200 components = 0.0912186 Jy ! Clean residual min=-0.012183 max=0.010029 Jy/beam ! Clean residual mean=0.000039 rms=0.003237 Jy/beam ! Combined flux in latest and established models = 0.412164 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 86 components and 0.412164 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=9.823 mas, bmaj=40.3 mas, bpa=0.2943 degrees ! Estimated noise=2.81763 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148296 Jy ! Component: 100 - total flux cleaned = 0.0236934 Jy ! Component: 150 - total flux cleaned = 0.0292214 Jy ! Component: 200 - total flux cleaned = 0.0327457 Jy ! Total flux subtracted in 200 components = 0.0327457 Jy ! Clean residual min=-0.008298 max=0.008666 Jy/beam ! Clean residual mean=0.000047 rms=0.002936 Jy/beam ! Combined flux in latest and established models = 0.44491 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 = 0.00226232 Jy ! Component: 100 - total flux cleaned = 0.0037175 Jy ! Component: 150 - total flux cleaned = 0.00465802 Jy ! Component: 200 - total flux cleaned = 0.00512291 Jy ! Total flux subtracted in 200 components = 0.00512291 Jy ! Clean residual min=-0.007301 max=0.008724 Jy/beam ! Clean residual mean=0.000042 rms=0.002846 Jy/beam ! Combined flux in latest and established models = 0.450033 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 142 components and 0.450033 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.327 mas, bmaj=10.68 mas, bpa=0.5836 degrees ! Estimated noise=2.2228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000527736 Jy ! Component: 100 - total flux cleaned = -0.000535194 Jy ! Component: 150 - total flux cleaned = -0.000543094 Jy ! Component: 200 - total flux cleaned = -0.00045256 Jy ! Total flux subtracted in 200 components = -0.00045256 Jy ! Clean residual min=-0.007341 max=0.007695 Jy/beam ! Clean residual mean=0.000024 rms=0.002100 Jy/beam ! Combined flux in latest and established models = 0.44958 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 150 components and 0.44958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077008Jy sigma=0.957082 ! Fit after self-cal, rms=0.076957Jy sigma=0.956601 wmodel J1932-4536_S_map.mod ! Writing 150 model components to file: J1932-4536_S_map.mod wobs J1932-4536_S_uvs.fits ! Writing UV FITS file: J1932-4536_S_uvs.fits wwins J1932-4536_S_map.win ! wwins: Wrote 2 windows to J1932-4536_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.000986885 Jy ! Component: 100 - total flux cleaned = 0.00181722 Jy ! Component: 150 - total flux cleaned = 0.00266671 Jy ! Component: 200 - total flux cleaned = 0.00266732 Jy ! Component: 250 - total flux cleaned = 0.00275493 Jy ! Component: 300 - total flux cleaned = 0.00283163 Jy ! Component: 350 - total flux cleaned = 0.00343094 Jy ! Component: 400 - total flux cleaned = 0.00385186 Jy ! Component: 450 - total flux cleaned = 0.00425073 Jy ! Component: 500 - total flux cleaned = 0.00463215 Jy ! Component: 550 - total flux cleaned = 0.00517839 Jy ! Component: 600 - total flux cleaned = 0.00564322 Jy ! Component: 650 - total flux cleaned = 0.00592328 Jy ! Component: 700 - total flux cleaned = 0.00592496 Jy ! Component: 750 - total flux cleaned = 0.00587208 Jy ! Component: 800 - total flux cleaned = 0.00587122 Jy ! Component: 850 - total flux cleaned = 0.00592077 Jy ! Component: 900 - total flux cleaned = 0.00591992 Jy ! Component: 950 - total flux cleaned = 0.00587414 Jy ! Component: 1000 - total flux cleaned = 0.00582914 Jy ! Component: 1050 - total flux cleaned = 0.00574082 Jy ! Component: 1100 - total flux cleaned = 0.00569804 Jy ! Component: 1150 - total flux cleaned = 0.00565632 Jy ! Component: 1200 - total flux cleaned = 0.00565584 Jy ! Component: 1250 - total flux cleaned = 0.00557403 Jy ! Component: 1300 - total flux cleaned = 0.00557341 Jy ! Component: 1350 - total flux cleaned = 0.00553401 Jy ! Component: 1400 - total flux cleaned = 0.00545664 Jy ! Component: 1450 - total flux cleaned = 0.00549455 Jy ! Component: 1500 - total flux cleaned = 0.00560684 Jy ! Component: 1550 - total flux cleaned = 0.00564406 Jy ! Component: 1600 - total flux cleaned = 0.00571713 Jy ! Component: 1650 - total flux cleaned = 0.00586133 Jy ! Component: 1700 - total flux cleaned = 0.00593256 Jy ! Component: 1750 - total flux cleaned = 0.00596747 Jy ! Component: 1800 - total flux cleaned = 0.00596722 Jy ! Component: 1850 - total flux cleaned = 0.00589802 Jy ! Component: 1900 - total flux cleaned = 0.00589814 Jy ! Component: 1950 - total flux cleaned = 0.00582991 Jy ! Component: 2000 - total flux cleaned = 0.0056943 Jy ! Component: 2050 - total flux cleaned = 0.00566047 Jy ! Component: 2100 - total flux cleaned = 0.00545941 Jy ! Component: 2150 - total flux cleaned = 0.00539286 Jy ! Component: 2200 - total flux cleaned = 0.00542592 Jy ! Component: 2250 - total flux cleaned = 0.0054589 Jy ! Component: 2300 - total flux cleaned = 0.0054919 Jy ! Component: 2350 - total flux cleaned = 0.00545913 Jy ! Component: 2400 - total flux cleaned = 0.00552537 Jy ! Component: 2450 - total flux cleaned = 0.00545898 Jy ! Component: 2500 - total flux cleaned = 0.00532606 Jy ! Component: 2550 - total flux cleaned = 0.00532597 Jy ! Component: 2600 - total flux cleaned = 0.00519232 Jy ! Component: 2650 - total flux cleaned = 0.00509118 Jy ! Component: 2700 - total flux cleaned = 0.00499016 Jy ! Component: 2750 - total flux cleaned = 0.00485472 Jy ! Component: 2800 - total flux cleaned = 0.00478657 Jy ! Component: 2850 - total flux cleaned = 0.00471781 Jy ! Component: 2900 - total flux cleaned = 0.00468348 Jy ! Component: 2950 - total flux cleaned = 0.00461421 Jy ! Component: 3000 - total flux cleaned = 0.0045443 Jy ! Component: 3050 - total flux cleaned = 0.00443921 Jy ! Component: 3100 - total flux cleaned = 0.00447456 Jy ! Component: 3150 - total flux cleaned = 0.00447481 Jy ! Component: 3200 - total flux cleaned = 0.00443899 Jy ! Component: 3250 - total flux cleaned = 0.00436656 Jy ! Component: 3300 - total flux cleaned = 0.00443917 Jy ! Component: 3350 - total flux cleaned = 0.00447592 Jy ! Component: 3400 - total flux cleaned = 0.00451319 Jy ! Component: 3450 - total flux cleaned = 0.00455095 Jy ! Component: 3500 - total flux cleaned = 0.00455125 Jy ! Component: 3550 - total flux cleaned = 0.00466578 Jy ! Component: 3600 - total flux cleaned = 0.00466582 Jy ! Component: 3650 - total flux cleaned = 0.00474376 Jy ! Component: 3700 - total flux cleaned = 0.00482234 Jy ! Component: 3750 - total flux cleaned = 0.00490181 Jy ! Component: 3800 - total flux cleaned = 0.00498232 Jy ! Component: 3850 - total flux cleaned = 0.00514494 Jy ! Component: 3900 - total flux cleaned = 0.00518621 Jy ! Component: 3950 - total flux cleaned = 0.00531125 Jy ! Component: 4000 - total flux cleaned = 0.00531192 Jy ! Component: 4050 - total flux cleaned = 0.0054397 Jy ! Total flux subtracted in 4096 components = 0.00544 Jy ! Clean residual min=-0.002610 max=0.002396 Jy/beam ! Clean residual mean=-0.000004 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.45502 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 387 components and 0.45502 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv124_uvs/J1932-4536_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.327 x 10.68 at 0.5836 degrees (North through East) ! Clean map min=-0.0043551 max=0.27218 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv124_uvs/J1932-4536_S_map.fits wmodel /scr/pima/rv124_uvs/J1932-4536_S_map.mod ! Writing 387 model components to file: /scr/pima/rv124_uvs/J1932-4536_S_map.mod wobs /scr/pima/rv124_uvs/J1932-4536_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv124_uvs/J1932-4536_S_uvs.fits wwins /scr/pima/rv124_uvs/J1932-4536_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rv124_uvs/J1932-4536_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.272178 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000901268 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.993393 0.993393 1.98679 3.97357 7.94715 15.8943 31.7886 63.5772 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.272 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 301.995 quit ! Quitting program ! Log file /scr/pima/rv124_uvs/J1932-4536_S_dfm.log closed on Mon Dec 24 01:43:46 2018