! Started logfile: /image_prod/ug002_uva//J1047-1308_S_dfm.log on Wed Mar 4 23:43:11 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J1047-1308_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1047-1308_S_uva.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968889 visibilities/baseline/integration-bin. ! Found source: J1047-1308 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 5232 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1047-1308_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.026322Jy sigma=7.963092 ! Fit after self-cal, rms=0.820777Jy sigma=6.291994 ! 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.715 mas, bmaj=6.929 mas, bpa=-2.807 degrees ! Estimated noise=1.59215 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.135395 Jy ! Component: 100 - total flux cleaned = 0.186712 Jy ! Total flux subtracted in 100 components = 0.186712 Jy ! Clean residual min=-0.009380 max=0.023321 Jy/beam ! Clean residual mean=-0.000011 rms=0.002635 Jy/beam ! Combined flux in latest and established models = 0.186712 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.186712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078063Jy sigma=0.558747 ! Fit after self-cal, rms=0.077992Jy sigma=0.558015 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0255325 Jy ! Component: 100 - total flux cleaned = 0.0381138 Jy ! Total flux subtracted in 100 components = 0.0381138 Jy ! Clean residual min=-0.005129 max=0.007676 Jy/beam ! Clean residual mean=-0.000011 rms=0.001462 Jy/beam ! Combined flux in latest and established models = 0.224826 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 11 components and 0.224826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069354Jy sigma=0.486887 ! Fit after self-cal, rms=0.069346Jy sigma=0.486747 ! 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.267 mas, bmaj=8.146 mas, bpa=-2.497 degrees ! Estimated noise=1.30403 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.00581782 Jy ! Component: 100 - total flux cleaned = 0.0083575 Jy ! Component: 150 - total flux cleaned = 0.00864914 Jy ! Component: 200 - total flux cleaned = 0.00870064 Jy ! Total flux subtracted in 200 components = 0.00870064 Jy ! Clean residual min=-0.004541 max=0.007626 Jy/beam ! Clean residual mean=-0.000015 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.233527 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 17 components and 0.233527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068799Jy sigma=0.483718 ! Fit after self-cal, rms=0.068798Jy sigma=0.483704 ! Inverting map ! Added new window around map position (-15.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00675192 Jy ! Component: 100 - total flux cleaned = 0.00969078 Jy ! Component: 150 - total flux cleaned = 0.010308 Jy ! Component: 200 - total flux cleaned = 0.0102348 Jy ! Total flux subtracted in 200 components = 0.0102348 Jy ! Clean residual min=-0.004324 max=0.006120 Jy/beam ! Clean residual mean=-0.000009 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.243761 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 43 components and 0.243761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068113Jy sigma=0.478283 ! Fit after self-cal, rms=0.068038Jy sigma=0.477677 ! 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.267 x 8.146 at -2.497 degrees (North through East) ! Clean map min=-0.0042065 max=0.18233 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 0.99 KP 0.98 ! LA 1.00 MK 1.01 NL 1.11 OV 1.02 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.04 HN 1.02 KP 1.00 ! LA 0.99 MK 1.01 NL 1.28 OV 0.94 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.01 KP 0.97 ! LA 1.00 MK 0.96 NL 0.93 OV 0.98 ! PT 0.98 SC 0.94 ! ! ! Fit before self-cal, rms=0.068038Jy sigma=0.477677 ! Fit after self-cal, rms=0.066189Jy sigma=0.463762 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=8.098 mas, bpa=-2.237 degrees ! Estimated noise=1.30095 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.00112841 Jy ! Component: 100 - total flux cleaned = 0.00125986 Jy ! Component: 150 - total flux cleaned = 0.00126168 Jy ! Component: 200 - total flux cleaned = 0.00121817 Jy ! Total flux subtracted in 200 components = 0.00121817 Jy ! Clean residual min=-0.003359 max=0.003438 Jy/beam ! Clean residual mean=-0.000003 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.24498 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 59 components and 0.24498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066068Jy sigma=0.462939 ! Fit after self-cal, rms=0.066076Jy sigma=0.462843 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066076Jy sigma=0.462843 ! Fit after self-cal, rms=0.065203Jy sigma=0.456747 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.249 mas, bmaj=8.117 mas, bpa=-2.26 degrees ! Estimated noise=1.3005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000952977 Jy ! Component: 100 - total flux cleaned = -0.000958375 Jy ! Component: 150 - total flux cleaned = -0.00100333 Jy ! Component: 200 - total flux cleaned = -0.00100351 Jy ! Total flux subtracted in 200 components = -0.00100351 Jy ! Clean residual min=-0.002250 max=0.001981 Jy/beam ! Clean residual mean=0.000003 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.243976 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 81 components and 0.243976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065112Jy sigma=0.456294 ! Fit after self-cal, rms=0.065120Jy sigma=0.456239 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.000219697 Jy ! Component: 100 - total flux cleaned = -0.000218827 Jy ! Component: 150 - total flux cleaned = -0.000220641 Jy ! Component: 200 - total flux cleaned = -0.000221216 Jy ! Total flux subtracted in 200 components = -0.000221216 Jy ! Clean residual min=-0.002181 max=0.001990 Jy/beam ! Clean residual mean=0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.243755 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 91 components and 0.243755 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065079Jy sigma=0.456040 ! Fit after self-cal, rms=0.065082Jy sigma=0.456034 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065082Jy sigma=0.456034 ! Fit after self-cal, rms=0.064956Jy sigma=0.455982 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=8.111 mas, bpa=-2.294 degrees ! Estimated noise=1.29903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.05952e-05 Jy ! Component: 100 - total flux cleaned = 1.89786e-05 Jy ! Component: 150 - total flux cleaned = 4.81839e-05 Jy ! Component: 200 - total flux cleaned = 4.74098e-05 Jy ! Total flux subtracted in 200 components = 4.74098e-05 Jy ! Clean residual min=-0.002195 max=0.001936 Jy/beam ! Clean residual mean=0.000003 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.243802 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 94 components and 0.243802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064922Jy sigma=0.455820 ! Fit after self-cal, rms=0.064924Jy sigma=0.455816 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 = -2.78996e-05 Jy ! Component: 100 - total flux cleaned = -2.82547e-05 Jy ! Component: 150 - total flux cleaned = -3.16695e-06 Jy ! Component: 200 - total flux cleaned = -3.76844e-06 Jy ! Total flux subtracted in 200 components = -3.76844e-06 Jy ! Clean residual min=-0.002162 max=0.001932 Jy/beam ! Clean residual mean=0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.243799 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 96 components and 0.243798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064902Jy sigma=0.455705 ! Fit after self-cal, rms=0.064903Jy sigma=0.455703 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064903Jy sigma=0.455703 ! Fit after self-cal, rms=0.064755Jy sigma=0.455676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.723 mas, bmaj=15.11 mas, bpa=2.199 degrees ! Estimated noise=1.59915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000785236 Jy ! Component: 100 - total flux cleaned = 0.000901923 Jy ! Component: 150 - total flux cleaned = 0.000918518 Jy ! Component: 200 - total flux cleaned = 0.000918289 Jy ! Total flux subtracted in 200 components = 0.000918289 Jy ! Clean residual min=-0.002124 max=0.001702 Jy/beam ! Clean residual mean=0.000005 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.244717 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 107 components and 0.244717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064748Jy sigma=0.455648 ! Fit after self-cal, rms=0.064743Jy sigma=0.455634 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.52008e-05 Jy ! Component: 100 - total flux cleaned = 0.000141313 Jy ! Component: 150 - total flux cleaned = 0.000154256 Jy ! Component: 200 - total flux cleaned = 0.000166457 Jy ! Total flux subtracted in 200 components = 0.000166457 Jy ! Clean residual min=-0.002103 max=0.001682 Jy/beam ! Clean residual mean=0.000005 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.244883 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 114 components and 0.244883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064743Jy sigma=0.455633 ! Fit after self-cal, rms=0.064741Jy sigma=0.455624 ! 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.237 mas, bmaj=8.1 mas, bpa=-2.333 degrees ! Estimated noise=1.29696 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.237 x 8.1 at -2.333 degrees (North through East) ! Clean map min=-0.001958 max=0.18119 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.695 mas, bmaj=6.901 mas, bpa=-2.595 degrees ! Estimated noise=1.57362 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134205 Jy ! Component: 100 - total flux cleaned = 0.186136 Jy ! Component: 150 - total flux cleaned = 0.211844 Jy ! Component: 200 - total flux cleaned = 0.224734 Jy ! Total flux subtracted in 200 components = 0.224734 Jy ! Clean residual min=-0.004635 max=0.006316 Jy/beam ! Clean residual mean=-0.000002 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.224734 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.224734 Jy ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=8.1 mas, bpa=-2.333 degrees ! Estimated noise=1.29696 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.00791998 Jy ! Component: 100 - total flux cleaned = 0.0128393 Jy ! Component: 150 - total flux cleaned = 0.0160203 Jy ! Component: 200 - total flux cleaned = 0.0181815 Jy ! Total flux subtracted in 200 components = 0.0181815 Jy ! Clean residual min=-0.002492 max=0.002327 Jy/beam ! Clean residual mean=0.000002 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.242915 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 34 components and 0.242915 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=7.723 mas, bmaj=15.11 mas, bpa=2.199 degrees ! Estimated noise=1.59915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124734 Jy ! Component: 100 - total flux cleaned = 0.00157607 Jy ! Component: 150 - total flux cleaned = 0.00182382 Jy ! Component: 200 - total flux cleaned = 0.00194771 Jy ! Total flux subtracted in 200 components = 0.00194771 Jy ! Clean residual min=-0.002238 max=0.001659 Jy/beam ! Clean residual mean=0.000005 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.244863 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 = 4.01848e-05 Jy ! Component: 100 - total flux cleaned = 2.28869e-05 Jy ! Component: 150 - total flux cleaned = 2.27421e-05 Jy ! Component: 200 - total flux cleaned = 7.87452e-06 Jy ! Total flux subtracted in 200 components = 7.87452e-06 Jy ! Clean residual min=-0.002200 max=0.001653 Jy/beam ! Clean residual mean=0.000005 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.244871 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 70 components and 0.244871 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=8.1 mas, bpa=-2.333 degrees ! Estimated noise=1.29696 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.19604e-05 Jy ! Component: 100 - total flux cleaned = -0.000102219 Jy ! Component: 150 - total flux cleaned = -1.90093e-05 Jy ! Component: 200 - total flux cleaned = -2.09177e-05 Jy ! Total flux subtracted in 200 components = -2.09177e-05 Jy ! Clean residual min=-0.002289 max=0.002088 Jy/beam ! Clean residual mean=0.000002 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.24485 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.24485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064847Jy sigma=0.456286 ! Fit after self-cal, rms=0.064845Jy sigma=0.456247 wmodel J1047-1308_S_map.mod ! Writing 81 model components to file: J1047-1308_S_map.mod wobs J1047-1308_S_uvs.fits ! Writing UV FITS file: J1047-1308_S_uvs.fits wwins J1047-1308_S_map.win ! wwins: Wrote 2 windows to J1047-1308_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.000581638 Jy ! Component: 100 - total flux cleaned = -0.000330535 Jy ! Component: 150 - total flux cleaned = -0.000295063 Jy ! Component: 200 - total flux cleaned = -0.000428383 Jy ! Component: 250 - total flux cleaned = -0.000589932 Jy ! Component: 300 - total flux cleaned = -0.000652657 Jy ! Component: 350 - total flux cleaned = -0.00074396 Jy ! Component: 400 - total flux cleaned = -0.000655018 Jy ! Component: 450 - total flux cleaned = -0.000684841 Jy ! Component: 500 - total flux cleaned = -0.000656904 Jy ! Component: 550 - total flux cleaned = -0.000573072 Jy ! Component: 600 - total flux cleaned = -0.00060053 Jy ! Component: 650 - total flux cleaned = -0.000545853 Jy ! Component: 700 - total flux cleaned = -0.000439381 Jy ! Component: 750 - total flux cleaned = -0.000413202 Jy ! Component: 800 - total flux cleaned = -0.000387585 Jy ! Component: 850 - total flux cleaned = -0.00031177 Jy ! Component: 900 - total flux cleaned = -0.000286874 Jy ! Component: 950 - total flux cleaned = -0.00023796 Jy ! Component: 1000 - total flux cleaned = -0.000189364 Jy ! Component: 1050 - total flux cleaned = -0.000141999 Jy ! Component: 1100 - total flux cleaned = -9.52922e-05 Jy ! Component: 1150 - total flux cleaned = -4.90469e-05 Jy ! Component: 1200 - total flux cleaned = -4.87348e-05 Jy ! Component: 1250 - total flux cleaned = -2.61922e-05 Jy ! Component: 1300 - total flux cleaned = -4.09763e-06 Jy ! Component: 1350 - total flux cleaned = -4.7941e-05 Jy ! Component: 1400 - total flux cleaned = -6.92542e-05 Jy ! Component: 1450 - total flux cleaned = -6.92761e-05 Jy ! Component: 1500 - total flux cleaned = -0.000132585 Jy ! Component: 1550 - total flux cleaned = -0.000111814 Jy ! Component: 1600 - total flux cleaned = -0.000173267 Jy ! Component: 1650 - total flux cleaned = -0.000173618 Jy ! Component: 1700 - total flux cleaned = -0.000193845 Jy ! Component: 1750 - total flux cleaned = -0.000233546 Jy ! Component: 1800 - total flux cleaned = -0.000272626 Jy ! Component: 1850 - total flux cleaned = -0.000253442 Jy ! Component: 1900 - total flux cleaned = -0.000311122 Jy ! Component: 1950 - total flux cleaned = -0.000386971 Jy ! Component: 2000 - total flux cleaned = -0.000443549 Jy ! Component: 2050 - total flux cleaned = -0.00046218 Jy ! Component: 2100 - total flux cleaned = -0.000554513 Jy ! Component: 2150 - total flux cleaned = -0.000481298 Jy ! Component: 2200 - total flux cleaned = -0.000517639 Jy ! Component: 2250 - total flux cleaned = -0.000607368 Jy ! Component: 2300 - total flux cleaned = -0.000660583 Jy ! Component: 2350 - total flux cleaned = -0.000643032 Jy ! Component: 2400 - total flux cleaned = -0.000555772 Jy ! Component: 2450 - total flux cleaned = -0.000555861 Jy ! Component: 2500 - total flux cleaned = -0.000555903 Jy ! Component: 2550 - total flux cleaned = -0.000419746 Jy ! Component: 2600 - total flux cleaned = -0.000385955 Jy ! Component: 2650 - total flux cleaned = -0.000369004 Jy ! Component: 2700 - total flux cleaned = -0.000269272 Jy ! Component: 2750 - total flux cleaned = -0.000203523 Jy ! Component: 2800 - total flux cleaned = -0.000171022 Jy ! Component: 2850 - total flux cleaned = -0.000122294 Jy ! Component: 2900 - total flux cleaned = -5.76548e-05 Jy ! Component: 2950 - total flux cleaned = -2.55656e-05 Jy ! Component: 3000 - total flux cleaned = 6.29712e-06 Jy ! Component: 3050 - total flux cleaned = 8.53114e-05 Jy ! Component: 3100 - total flux cleaned = 0.000132297 Jy ! Component: 3150 - total flux cleaned = 0.000210119 Jy ! Component: 3200 - total flux cleaned = 0.00017912 Jy ! Component: 3250 - total flux cleaned = 0.000194664 Jy ! Component: 3300 - total flux cleaned = 0.000255794 Jy ! Component: 3350 - total flux cleaned = 0.000255671 Jy ! Component: 3400 - total flux cleaned = 0.000300757 Jy ! Component: 3450 - total flux cleaned = 0.000315925 Jy ! Component: 3500 - total flux cleaned = 0.000315989 Jy ! Component: 3550 - total flux cleaned = 0.000360068 Jy ! Component: 3600 - total flux cleaned = 0.00041857 Jy ! Component: 3650 - total flux cleaned = 0.000433068 Jy ! Component: 3700 - total flux cleaned = 0.000433099 Jy ! Component: 3750 - total flux cleaned = 0.000490516 Jy ! Component: 3800 - total flux cleaned = 0.000461947 Jy ! Component: 3850 - total flux cleaned = 0.000476252 Jy ! Component: 3900 - total flux cleaned = 0.000532644 Jy ! Component: 3950 - total flux cleaned = 0.00056047 Jy ! Component: 4000 - total flux cleaned = 0.000546449 Jy ! Component: 4050 - total flux cleaned = 0.000532651 Jy ! Total flux subtracted in 4096 components = 0.000532725 Jy ! Clean residual min=-0.000767 max=0.000959 Jy/beam ! Clean residual mean=0.000001 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.245383 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 358 components and 0.245383 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1047-1308_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.237 x 8.1 at -2.333 degrees (North through East) ! Clean map min=-0.001853 max=0.18086 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1047-1308_S_map.fits wmodel /image_prod/ug002_uva//J1047-1308_S_map.mod ! Writing 358 model components to file: /image_prod/ug002_uva//J1047-1308_S_map.mod wobs /image_prod/ug002_uva//J1047-1308_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1047-1308_S_uvs.fits wwins /image_prod/ug002_uva//J1047-1308_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1047-1308_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.180862 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023789 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.394593 0.394593 0.789186 1.57837 3.15674 6.31349 12.627 25.254 50.5079 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.18 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 760.277 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1047-1308_S_dfm.log closed on Wed Mar 4 23:43:15 2020