! Started logfile: /scr/pima/rv121_uvs/J0631-4154_S_dfm.log on Sat Jul 28 00:08:57 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/rv121_uvs/J0631-4154_S_uva.fits ! Reading UV FITS file: /scr/pima/rv121_uvs/J0631-4154_S_uva.fits ! AN table 1: 51 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.889356 visibilities/baseline/integration-bin. ! Found source: J0631-4154 ! ! 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 74 lines of history. ! ! Reading 5080 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 J0631-4154_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 177 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.022119Jy sigma=13.144196 ! Fit after self-cal, rms=0.791332Jy sigma=9.940601 ! 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.276 mas, bmaj=7.301 mas, bpa=-2.536 degrees ! Estimated noise=1.724 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.141156 Jy ! Component: 100 - total flux cleaned = 0.193915 Jy ! Total flux subtracted in 100 components = 0.193915 Jy ! Clean residual min=-0.015766 max=0.027634 Jy/beam ! Clean residual mean=-0.000126 rms=0.004366 Jy/beam ! Combined flux in latest and established models = 0.193915 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.193915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114594Jy sigma=1.488460 ! Fit after self-cal, rms=0.114363Jy sigma=1.486436 ! Inverting map ! Added new window around map position (4.5, -9). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0297041 Jy ! Component: 100 - total flux cleaned = 0.0479037 Jy ! Total flux subtracted in 100 components = 0.0479037 Jy ! Clean residual min=-0.012915 max=0.021147 Jy/beam ! Clean residual mean=-0.000076 rms=0.003341 Jy/beam ! Combined flux in latest and established models = 0.241819 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 30 components and 0.241819 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098644Jy sigma=1.241872 ! Fit after self-cal, rms=0.098218Jy sigma=1.233019 ! 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.132 mas, bmaj=9.419 mas, bpa=-3.044 degrees ! Estimated noise=0.878208 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 (-5.5, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0377709 Jy ! Component: 100 - total flux cleaned = 0.0606112 Jy ! Component: 150 - total flux cleaned = 0.0755228 Jy ! Component: 200 - total flux cleaned = 0.0854122 Jy ! Total flux subtracted in 200 components = 0.0854122 Jy ! Clean residual min=-0.008827 max=0.009262 Jy/beam ! Clean residual mean=0.000003 rms=0.002332 Jy/beam ! Combined flux in latest and established models = 0.327231 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 78 components and 0.327231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082473Jy sigma=0.993225 ! Fit after self-cal, rms=0.082018Jy sigma=0.986421 ! 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.132 x 9.419 at -3.044 degrees (North through East) ! Clean map min=-0.008012 max=0.18221 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.96 LA 0.97 MK 1.05 ! NL 1.20 OV 0.96 PT 0.96 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.95 LA 0.98 MK 1.09 ! NL 1.21 OV 0.96 PT 0.97 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.00* LA 1.23 MK 0.78 ! NL 1.00* OV 0.93 PT 0.96 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.96 LA 0.97 MK 1.14 ! NL 1.26 OV 0.99 PT 0.98 SC 1.03 ! ! ! Fit before self-cal, rms=0.082018Jy sigma=0.986421 ! Fit after self-cal, rms=0.083837Jy sigma=0.932648 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=9.457 mas, bpa=-2.937 degrees ! Estimated noise=0.876492 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 (-16, 14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00693587 Jy ! Component: 100 - total flux cleaned = 0.00950912 Jy ! Component: 150 - total flux cleaned = 0.00978784 Jy ! Component: 200 - total flux cleaned = 0.0100205 Jy ! Total flux subtracted in 200 components = 0.0100205 Jy ! Clean residual min=-0.004790 max=0.004600 Jy/beam ! Clean residual mean=0.000074 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.337252 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 115 components and 0.337252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083275Jy sigma=0.924086 ! Fit after self-cal, rms=0.083353Jy sigma=0.922759 ! 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.083353Jy sigma=0.922759 ! Fit after self-cal, rms=0.083339Jy sigma=0.917657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=9.458 mas, bpa=-2.902 degrees ! Estimated noise=0.875735 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302125 Jy ! Component: 100 - total flux cleaned = 0.00379777 Jy ! Component: 150 - total flux cleaned = 0.00399123 Jy ! Component: 200 - total flux cleaned = 0.00416587 Jy ! Total flux subtracted in 200 components = 0.00416587 Jy ! Clean residual min=-0.003720 max=0.003397 Jy/beam ! Clean residual mean=0.000053 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.341418 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 151 components and 0.341418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083181Jy sigma=0.915670 ! Fit after self-cal, rms=0.083177Jy sigma=0.915436 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.000767412 Jy ! Component: 100 - total flux cleaned = 0.00087535 Jy ! Component: 150 - total flux cleaned = 0.000875825 Jy ! Component: 200 - total flux cleaned = 0.000923027 Jy ! Total flux subtracted in 200 components = 0.000923027 Jy ! Clean residual min=-0.003519 max=0.003271 Jy/beam ! Clean residual mean=0.000057 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.342341 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 171 components and 0.342341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083101Jy sigma=0.914706 ! Fit after self-cal, rms=0.083097Jy sigma=0.914659 ! 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.083097Jy sigma=0.914659 ! Fit after self-cal, rms=0.083489Jy sigma=0.910919 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=9.474 mas, bpa=-2.878 degrees ! Estimated noise=0.875781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00013651 Jy ! Component: 100 - total flux cleaned = 8.5231e-05 Jy ! Component: 150 - total flux cleaned = 8.47318e-05 Jy ! Component: 200 - total flux cleaned = 0.000125526 Jy ! Total flux subtracted in 200 components = 0.000125526 Jy ! Clean residual min=-0.002965 max=0.002990 Jy/beam ! Clean residual mean=0.000031 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.342466 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 190 components and 0.342466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083422Jy sigma=0.910279 ! Fit after self-cal, rms=0.083424Jy sigma=0.910222 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 = 7.13144e-05 Jy ! Component: 100 - total flux cleaned = 7.07616e-05 Jy ! Component: 150 - total flux cleaned = 7.01317e-05 Jy ! Component: 200 - total flux cleaned = 6.89371e-05 Jy ! Total flux subtracted in 200 components = 6.89371e-05 Jy ! Clean residual min=-0.002947 max=0.002969 Jy/beam ! Clean residual mean=0.000031 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.342535 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 199 components and 0.342535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083384Jy sigma=0.909938 ! Fit after self-cal, rms=0.083381Jy sigma=0.909920 ! 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.083381Jy sigma=0.909920 ! Fit after self-cal, rms=0.083673Jy sigma=0.909864 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.298 mas, bmaj=33.46 mas, bpa=-2.376 degrees ! Estimated noise=1.08172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00039977 Jy ! Component: 100 - total flux cleaned = -0.000402876 Jy ! Component: 150 - total flux cleaned = -0.000402824 Jy ! Component: 200 - total flux cleaned = -0.000372567 Jy ! Total flux subtracted in 200 components = -0.000372567 Jy ! Clean residual min=-0.002685 max=0.002556 Jy/beam ! Clean residual mean=0.000050 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.342163 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 220 components and 0.342163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083652Jy sigma=0.909736 ! Fit after self-cal, rms=0.083644Jy sigma=0.909640 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 = -9.78835e-05 Jy ! Component: 100 - total flux cleaned = -3.43993e-05 Jy ! Component: 150 - total flux cleaned = -7.0877e-06 Jy ! Component: 200 - total flux cleaned = 1.72184e-05 Jy ! Total flux subtracted in 200 components = 1.72184e-05 Jy ! Clean residual min=-0.002676 max=0.002561 Jy/beam ! Clean residual mean=0.000050 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.34218 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 222 components and 0.34218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083629Jy sigma=0.909582 ! Fit after self-cal, rms=0.083625Jy sigma=0.909530 ! 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.181 mas, bmaj=9.475 mas, bpa=-2.861 degrees ! Estimated noise=0.875776 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.181 x 9.475 at -2.861 degrees (North through East) ! Clean map min=-0.0032645 max=0.1824 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.295 mas, bmaj=7.296 mas, bpa=-2.189 degrees ! Estimated noise=1.76222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.14418 Jy ! Component: 100 - total flux cleaned = 0.20018 Jy ! Component: 150 - total flux cleaned = 0.230498 Jy ! Component: 200 - total flux cleaned = 0.251111 Jy ! Total flux subtracted in 200 components = 0.251111 Jy ! Clean residual min=-0.010380 max=0.011817 Jy/beam ! Clean residual mean=-0.000087 rms=0.002448 Jy/beam ! Combined flux in latest and established models = 0.251111 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.251111 Jy ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=9.475 mas, bpa=-2.861 degrees ! Estimated noise=0.875776 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.0297668 Jy ! Component: 100 - total flux cleaned = 0.0476766 Jy ! Component: 150 - total flux cleaned = 0.0594532 Jy ! Component: 200 - total flux cleaned = 0.0675846 Jy ! Total flux subtracted in 200 components = 0.0675846 Jy ! Clean residual min=-0.003887 max=0.005333 Jy/beam ! Clean residual mean=-0.000070 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.318695 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 103 components and 0.318695 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.298 mas, bmaj=33.46 mas, bpa=-2.376 degrees ! Estimated noise=1.08172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00885485 Jy ! Component: 100 - total flux cleaned = 0.0140705 Jy ! Component: 150 - total flux cleaned = 0.0173589 Jy ! Component: 200 - total flux cleaned = 0.0195059 Jy ! Total flux subtracted in 200 components = 0.0195059 Jy ! Clean residual min=-0.003012 max=0.002487 Jy/beam ! Clean residual mean=0.000017 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.338201 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.00141742 Jy ! Component: 100 - total flux cleaned = 0.00235426 Jy ! Component: 150 - total flux cleaned = 0.00263117 Jy ! Component: 200 - total flux cleaned = 0.00279466 Jy ! Total flux subtracted in 200 components = 0.00279466 Jy ! Clean residual min=-0.002765 max=0.002504 Jy/beam ! Clean residual mean=0.000038 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.340996 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 152 components and 0.340996 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.181 mas, bmaj=9.475 mas, bpa=-2.861 degrees ! Estimated noise=0.875776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000552421 Jy ! Component: 100 - total flux cleaned = 0.000417961 Jy ! Component: 150 - total flux cleaned = 0.000537844 Jy ! Component: 200 - total flux cleaned = 0.000538945 Jy ! Total flux subtracted in 200 components = 0.000538945 Jy ! Clean residual min=-0.003269 max=0.002727 Jy/beam ! Clean residual mean=0.000023 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.341535 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 168 components and 0.341535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083633Jy sigma=0.910166 ! Fit after self-cal, rms=0.083597Jy sigma=0.909928 wmodel J0631-4154_S_map.mod ! Writing 168 model components to file: J0631-4154_S_map.mod wobs J0631-4154_S_uvs.fits ! Writing UV FITS file: J0631-4154_S_uvs.fits wwins J0631-4154_S_map.win ! wwins: Wrote 4 windows to J0631-4154_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.00106033 Jy ! Component: 100 - total flux cleaned = -0.0011566 Jy ! Component: 150 - total flux cleaned = -0.00111074 Jy ! Component: 200 - total flux cleaned = -0.000984891 Jy ! Component: 250 - total flux cleaned = -0.000861234 Jy ! Component: 300 - total flux cleaned = -0.000979097 Jy ! Component: 350 - total flux cleaned = -0.00101837 Jy ! Component: 400 - total flux cleaned = -0.0010571 Jy ! Component: 450 - total flux cleaned = -0.00102179 Jy ! Component: 500 - total flux cleaned = -0.000951542 Jy ! Component: 550 - total flux cleaned = -0.000847954 Jy ! Component: 600 - total flux cleaned = -0.000678131 Jy ! Component: 650 - total flux cleaned = -0.00051191 Jy ! Component: 700 - total flux cleaned = -0.000381605 Jy ! Component: 750 - total flux cleaned = -0.000253458 Jy ! Component: 800 - total flux cleaned = -6.44369e-05 Jy ! Component: 850 - total flux cleaned = 0.000120568 Jy ! Component: 900 - total flux cleaned = 0.000271357 Jy ! Component: 950 - total flux cleaned = 0.000420363 Jy ! Component: 1000 - total flux cleaned = 0.000567079 Jy ! Component: 1050 - total flux cleaned = 0.000711362 Jy ! Component: 1100 - total flux cleaned = 0.000825561 Jy ! Component: 1150 - total flux cleaned = 0.0010221 Jy ! Component: 1200 - total flux cleaned = 0.00110514 Jy ! Component: 1250 - total flux cleaned = 0.0012959 Jy ! Component: 1300 - total flux cleaned = 0.00140305 Jy ! Component: 1350 - total flux cleaned = 0.00145628 Jy ! Component: 1400 - total flux cleaned = 0.00150881 Jy ! Component: 1450 - total flux cleaned = 0.00163785 Jy ! Component: 1500 - total flux cleaned = 0.00166347 Jy ! Component: 1550 - total flux cleaned = 0.00176438 Jy ! Component: 1600 - total flux cleaned = 0.00173946 Jy ! Component: 1650 - total flux cleaned = 0.00186285 Jy ! Component: 1700 - total flux cleaned = 0.00186265 Jy ! Component: 1750 - total flux cleaned = 0.00183877 Jy ! Component: 1800 - total flux cleaned = 0.00186271 Jy ! Component: 1850 - total flux cleaned = 0.00195735 Jy ! Component: 1900 - total flux cleaned = 0.00195731 Jy ! Component: 1950 - total flux cleaned = 0.00191083 Jy ! Component: 2000 - total flux cleaned = 0.00184209 Jy ! Component: 2050 - total flux cleaned = 0.00191027 Jy ! Component: 2100 - total flux cleaned = 0.00188771 Jy ! Component: 2150 - total flux cleaned = 0.00199897 Jy ! Component: 2200 - total flux cleaned = 0.00197685 Jy ! Component: 2250 - total flux cleaned = 0.00206434 Jy ! Component: 2300 - total flux cleaned = 0.00217284 Jy ! Component: 2350 - total flux cleaned = 0.00221576 Jy ! Component: 2400 - total flux cleaned = 0.00223686 Jy ! Component: 2450 - total flux cleaned = 0.0022579 Jy ! Component: 2500 - total flux cleaned = 0.00227895 Jy ! Component: 2550 - total flux cleaned = 0.00238305 Jy ! Component: 2600 - total flux cleaned = 0.00242421 Jy ! Component: 2650 - total flux cleaned = 0.00248584 Jy ! Component: 2700 - total flux cleaned = 0.00254685 Jy ! Component: 2750 - total flux cleaned = 0.00264759 Jy ! Component: 2800 - total flux cleaned = 0.00276738 Jy ! Component: 2850 - total flux cleaned = 0.0028071 Jy ! Component: 2900 - total flux cleaned = 0.0028465 Jy ! Component: 2950 - total flux cleaned = 0.0028661 Jy ! Component: 3000 - total flux cleaned = 0.00302175 Jy ! Component: 3050 - total flux cleaned = 0.00309881 Jy ! Component: 3100 - total flux cleaned = 0.00311813 Jy ! Component: 3150 - total flux cleaned = 0.00325181 Jy ! Component: 3200 - total flux cleaned = 0.00328963 Jy ! Component: 3250 - total flux cleaned = 0.00330865 Jy ! Component: 3300 - total flux cleaned = 0.00340262 Jy ! Component: 3350 - total flux cleaned = 0.00342126 Jy ! Component: 3400 - total flux cleaned = 0.00349548 Jy ! Component: 3450 - total flux cleaned = 0.00358779 Jy ! Component: 3500 - total flux cleaned = 0.0036612 Jy ! Component: 3550 - total flux cleaned = 0.00367937 Jy ! Component: 3600 - total flux cleaned = 0.00373383 Jy ! Component: 3650 - total flux cleaned = 0.00382405 Jy ! Component: 3700 - total flux cleaned = 0.00378803 Jy ! Component: 3750 - total flux cleaned = 0.00382379 Jy ! Component: 3800 - total flux cleaned = 0.00384167 Jy ! Component: 3850 - total flux cleaned = 0.00389475 Jy ! Component: 3900 - total flux cleaned = 0.00396516 Jy ! Component: 3950 - total flux cleaned = 0.00403504 Jy ! Component: 4000 - total flux cleaned = 0.00401755 Jy ! Component: 4050 - total flux cleaned = 0.00408688 Jy ! Total flux subtracted in 4096 components = 0.00419045 Jy ! Clean residual min=-0.000959 max=0.001024 Jy/beam ! Clean residual mean=0.000014 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.345725 Jy keep ! Adding 227 model components to the UV plane model. ! The established model now contains 395 components and 0.345726 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv121_uvs/J0631-4154_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.181 x 9.475 at -2.861 degrees (North through East) ! Clean map min=-0.0023723 max=0.17653 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv121_uvs/J0631-4154_S_map.fits wmodel /scr/pima/rv121_uvs/J0631-4154_S_map.mod ! Writing 395 model components to file: /scr/pima/rv121_uvs/J0631-4154_S_map.mod wobs /scr/pima/rv121_uvs/J0631-4154_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv121_uvs/J0631-4154_S_uvs.fits wwins /scr/pima/rv121_uvs/J0631-4154_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rv121_uvs/J0631-4154_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.176534 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000311824 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.52991 0.52991 1.05982 2.11964 4.23928 8.47856 16.9571 33.9142 67.8285 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.176 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 566.133 quit ! Quitting program ! Log file /scr/pima/rv121_uvs/J0631-4154_S_dfm.log closed on Sat Jul 28 00:09:01 2018