! Started logfile: /image_prod/ug002_uva//J0943-1204_S_dfm.log on Wed Mar 4 23:10:43 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//J0943-1204_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0943-1204_S_uva.fits ! AN table 1: 40 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.7875 visibilities/baseline/integration-bin. ! Found source: J0943-1204 ! ! 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 40 lines of history. ! ! Reading 3402 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 J0943-1204_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.023396Jy sigma=7.906063 ! Fit after self-cal, rms=0.859647Jy sigma=6.687973 ! 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=3.073 mas, bmaj=16.88 mas, bpa=-14.71 degrees ! Estimated noise=2.12859 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.10776 Jy ! Component: 100 - total flux cleaned = 0.13469 Jy ! Total flux subtracted in 100 components = 0.13469 Jy ! Clean residual min=-0.005720 max=0.011154 Jy/beam ! Clean residual mean=-0.000052 rms=0.001796 Jy/beam ! Combined flux in latest and established models = 0.13469 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.13469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074242Jy sigma=0.478022 ! Fit after self-cal, rms=0.074234Jy sigma=0.477940 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0119243 Jy ! Component: 100 - total flux cleaned = 0.0177099 Jy ! Total flux subtracted in 100 components = 0.0177099 Jy ! Clean residual min=-0.004848 max=0.004497 Jy/beam ! Clean residual mean=0.000003 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.1524 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 22 components and 0.1524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072113Jy sigma=0.462305 ! Fit after self-cal, rms=0.072123Jy sigma=0.462178 ! 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.769 mas, bmaj=16.89 mas, bpa=-13.73 degrees ! Estimated noise=1.62318 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.00141821 Jy ! Component: 100 - total flux cleaned = 0.00102414 Jy ! Component: 150 - total flux cleaned = 0.000594396 Jy ! Component: 200 - total flux cleaned = 0.000227103 Jy ! Total flux subtracted in 200 components = 0.000227103 Jy ! Clean residual min=-0.003588 max=0.003939 Jy/beam ! Clean residual mean=0.000009 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.152627 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.152627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071791Jy sigma=0.460401 ! Fit after self-cal, rms=0.071787Jy sigma=0.460371 ! 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.769 x 16.89 at -13.73 degrees (North through East) ! Clean map min=-0.0035446 max=0.14059 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.03 KP 0.99 ! LA 1.02 MK 0.97 NL 0.96 OV 1.01 ! PT 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.95 HN 1.06 KP 1.02 ! LA 1.02 MK 0.97 NL 0.95 OV 1.01 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.02 KP 1.01 ! LA 1.02 MK 1.01 NL 0.89 OV 1.04 ! PT 1.05 ! ! ! Fit before self-cal, rms=0.071787Jy sigma=0.460371 ! Fit after self-cal, rms=0.069756Jy sigma=0.456135 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.765 mas, bmaj=16.75 mas, bpa=-13.83 degrees ! Estimated noise=1.61445 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.000771732 Jy ! Component: 100 - total flux cleaned = 0.000843456 Jy ! Component: 150 - total flux cleaned = 0.00084307 Jy ! Component: 200 - total flux cleaned = 0.00084423 Jy ! Total flux subtracted in 200 components = 0.00084423 Jy ! Clean residual min=-0.002970 max=0.003102 Jy/beam ! Clean residual mean=0.000005 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.153471 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.153471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069688Jy sigma=0.455841 ! Fit after self-cal, rms=0.069706Jy sigma=0.455777 ! 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.069706Jy sigma=0.455777 ! Fit after self-cal, rms=0.066458Jy sigma=0.452122 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.76 mas, bmaj=16.86 mas, bpa=-13.87 degrees ! Estimated noise=1.60858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107682 Jy ! Component: 100 - total flux cleaned = 0.00134975 Jy ! Component: 150 - total flux cleaned = 0.00151689 Jy ! Component: 200 - total flux cleaned = 0.00165439 Jy ! Total flux subtracted in 200 components = 0.00165439 Jy ! Clean residual min=-0.002402 max=0.002362 Jy/beam ! Clean residual mean=0.000005 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.155126 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 73 components and 0.155126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066431Jy sigma=0.451991 ! Fit after self-cal, rms=0.066409Jy sigma=0.451959 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.000136463 Jy ! Component: 100 - total flux cleaned = 0.000121691 Jy ! Component: 150 - total flux cleaned = 0.00013516 Jy ! Component: 200 - total flux cleaned = 0.000147067 Jy ! Total flux subtracted in 200 components = 0.000147067 Jy ! Clean residual min=-0.002381 max=0.002334 Jy/beam ! Clean residual mean=0.000005 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.155273 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.155273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066403Jy sigma=0.451926 ! Fit after self-cal, rms=0.066403Jy sigma=0.451925 ! 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.066403Jy sigma=0.451925 ! Fit after self-cal, rms=0.066056Jy sigma=0.451871 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.755 mas, bmaj=16.84 mas, bpa=-13.88 degrees ! Estimated noise=1.60438 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356425 Jy ! Component: 100 - total flux cleaned = 0.000535952 Jy ! Component: 150 - total flux cleaned = 0.000617101 Jy ! Component: 200 - total flux cleaned = 0.00062918 Jy ! Total flux subtracted in 200 components = 0.00062918 Jy ! Clean residual min=-0.002330 max=0.002301 Jy/beam ! Clean residual mean=0.000005 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.155902 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 0.155902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066046Jy sigma=0.451831 ! Fit after self-cal, rms=0.066045Jy sigma=0.451828 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 = 6.35239e-05 Jy ! Component: 100 - total flux cleaned = 5.31972e-05 Jy ! Component: 150 - total flux cleaned = 5.31616e-05 Jy ! Component: 200 - total flux cleaned = 4.35332e-05 Jy ! Total flux subtracted in 200 components = 4.35332e-05 Jy ! Clean residual min=-0.002326 max=0.002281 Jy/beam ! Clean residual mean=0.000005 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.155946 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.155946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066042Jy sigma=0.451810 ! Fit after self-cal, rms=0.066041Jy sigma=0.451809 ! 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.066041Jy sigma=0.451809 ! Fit after self-cal, rms=0.065814Jy sigma=0.451791 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.83 mas, bmaj=18.12 mas, bpa=-6.302 degrees ! Estimated noise=1.85648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000313672 Jy ! Component: 100 - total flux cleaned = -0.000336542 Jy ! Component: 150 - total flux cleaned = -0.000389616 Jy ! Component: 200 - total flux cleaned = -0.000418701 Jy ! Total flux subtracted in 200 components = -0.000418701 Jy ! Clean residual min=-0.002408 max=0.002214 Jy/beam ! Clean residual mean=0.000006 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.155527 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 99 components and 0.155527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065815Jy sigma=0.451817 ! Fit after self-cal, rms=0.065812Jy sigma=0.451807 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.000133825 Jy ! Component: 100 - total flux cleaned = -0.000151754 Jy ! Component: 150 - total flux cleaned = -0.000169866 Jy ! Component: 200 - total flux cleaned = -0.000178111 Jy ! Total flux subtracted in 200 components = -0.000178111 Jy ! Clean residual min=-0.002353 max=0.002198 Jy/beam ! Clean residual mean=0.000005 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.155349 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 108 components and 0.155349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065813Jy sigma=0.451816 ! Fit after self-cal, rms=0.065813Jy sigma=0.451815 ! 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.752 mas, bmaj=16.84 mas, bpa=-13.88 degrees ! Estimated noise=1.60071 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 16.84 at -13.88 degrees (North through East) ! Clean map min=-0.0022378 max=0.13887 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=3.063 mas, bmaj=16.91 mas, bpa=-14.8 degrees ! Estimated noise=2.09273 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.105876 Jy ! Component: 100 - total flux cleaned = 0.132743 Jy ! Component: 150 - total flux cleaned = 0.144487 Jy ! Component: 200 - total flux cleaned = 0.150123 Jy ! Total flux subtracted in 200 components = 0.150123 Jy ! Clean residual min=-0.003273 max=0.003455 Jy/beam ! Clean residual mean=-0.000015 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.150123 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.150123 Jy ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=16.84 mas, bpa=-13.88 degrees ! Estimated noise=1.60071 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.00323475 Jy ! Component: 100 - total flux cleaned = 0.0050093 Jy ! Component: 150 - total flux cleaned = 0.00571493 Jy ! Component: 200 - total flux cleaned = 0.00609183 Jy ! Total flux subtracted in 200 components = 0.00609183 Jy ! Clean residual min=-0.002402 max=0.002417 Jy/beam ! Clean residual mean=0.000004 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.156215 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.156215 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.83 mas, bmaj=18.12 mas, bpa=-6.302 degrees ! Estimated noise=1.85648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000457535 Jy ! Component: 100 - total flux cleaned = -0.000356501 Jy ! Component: 150 - total flux cleaned = -0.00041819 Jy ! Component: 200 - total flux cleaned = -0.000472356 Jy ! Total flux subtracted in 200 components = -0.000472356 Jy ! Clean residual min=-0.002560 max=0.002218 Jy/beam ! Clean residual mean=0.000006 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.155742 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.4145e-05 Jy ! Component: 100 - total flux cleaned = -9.82006e-05 Jy ! Component: 150 - total flux cleaned = -0.000157262 Jy ! Component: 200 - total flux cleaned = -0.000211838 Jy ! Total flux subtracted in 200 components = -0.000211838 Jy ! Clean residual min=-0.002502 max=0.002199 Jy/beam ! Clean residual mean=0.000006 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.15553 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 63 components and 0.15553 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=16.84 mas, bpa=-13.88 degrees ! Estimated noise=1.60071 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319742 Jy ! Component: 100 - total flux cleaned = 0.000398866 Jy ! Component: 150 - total flux cleaned = 0.00037768 Jy ! Component: 200 - total flux cleaned = 0.000414822 Jy ! Total flux subtracted in 200 components = 0.000414822 Jy ! Clean residual min=-0.002350 max=0.002395 Jy/beam ! Clean residual mean=0.000005 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.155945 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.155945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.065831Jy sigma=0.452006 ! Fit after self-cal, rms=0.065833Jy sigma=0.451996 wmodel J0943-1204_S_map.mod ! Writing 80 model components to file: J0943-1204_S_map.mod wobs J0943-1204_S_uvs.fits ! Writing UV FITS file: J0943-1204_S_uvs.fits wwins J0943-1204_S_map.win ! wwins: Wrote 1 windows to J0943-1204_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.000208566 Jy ! Component: 100 - total flux cleaned = -0.000644121 Jy ! Component: 150 - total flux cleaned = -0.00101579 Jy ! Component: 200 - total flux cleaned = -0.00119138 Jy ! Component: 250 - total flux cleaned = -0.00139158 Jy ! Component: 300 - total flux cleaned = -0.00145565 Jy ! Component: 350 - total flux cleaned = -0.00151744 Jy ! Component: 400 - total flux cleaned = -0.00151756 Jy ! Component: 450 - total flux cleaned = -0.00151724 Jy ! Component: 500 - total flux cleaned = -0.00148933 Jy ! Component: 550 - total flux cleaned = -0.00154361 Jy ! Component: 600 - total flux cleaned = -0.00154298 Jy ! Component: 650 - total flux cleaned = -0.00144057 Jy ! Component: 700 - total flux cleaned = -0.00149099 Jy ! Component: 750 - total flux cleaned = -0.00146684 Jy ! Component: 800 - total flux cleaned = -0.00144308 Jy ! Component: 850 - total flux cleaned = -0.00148909 Jy ! Component: 900 - total flux cleaned = -0.00139821 Jy ! Component: 950 - total flux cleaned = -0.00137604 Jy ! Component: 1000 - total flux cleaned = -0.00128928 Jy ! Component: 1050 - total flux cleaned = -0.00122571 Jy ! Component: 1100 - total flux cleaned = -0.00114307 Jy ! Component: 1150 - total flux cleaned = -0.0010821 Jy ! Component: 1200 - total flux cleaned = -0.00100248 Jy ! Component: 1250 - total flux cleaned = -0.000924495 Jy ! Component: 1300 - total flux cleaned = -0.000828909 Jy ! Component: 1350 - total flux cleaned = -0.000791239 Jy ! Component: 1400 - total flux cleaned = -0.000680504 Jy ! Component: 1450 - total flux cleaned = -0.000608372 Jy ! Component: 1500 - total flux cleaned = -0.000537712 Jy ! Component: 1550 - total flux cleaned = -0.000520385 Jy ! Component: 1600 - total flux cleaned = -0.000468697 Jy ! Component: 1650 - total flux cleaned = -0.000350861 Jy ! Component: 1700 - total flux cleaned = -0.000301126 Jy ! Component: 1750 - total flux cleaned = -0.000219521 Jy ! Component: 1800 - total flux cleaned = -0.000171339 Jy ! Component: 1850 - total flux cleaned = -0.000108253 Jy ! Component: 1900 - total flux cleaned = -6.13769e-05 Jy ! Component: 1950 - total flux cleaned = 1.61688e-05 Jy ! Component: 2000 - total flux cleaned = 9.25211e-05 Jy ! Component: 2050 - total flux cleaned = 0.000182729 Jy ! Component: 2100 - total flux cleaned = 0.000227341 Jy ! Component: 2150 - total flux cleaned = 0.000315453 Jy ! Component: 2200 - total flux cleaned = 0.00037317 Jy ! Component: 2250 - total flux cleaned = 0.000373107 Jy ! Component: 2300 - total flux cleaned = 0.000387452 Jy ! Component: 2350 - total flux cleaned = 0.000443635 Jy ! Component: 2400 - total flux cleaned = 0.000485186 Jy ! Component: 2450 - total flux cleaned = 0.000553727 Jy ! Component: 2500 - total flux cleaned = 0.000580695 Jy ! Component: 2550 - total flux cleaned = 0.000580686 Jy ! Component: 2600 - total flux cleaned = 0.000607344 Jy ! Component: 2650 - total flux cleaned = 0.000554787 Jy ! Component: 2700 - total flux cleaned = 0.000593959 Jy ! Component: 2750 - total flux cleaned = 0.000568046 Jy ! Component: 2800 - total flux cleaned = 0.000568009 Jy ! Component: 2850 - total flux cleaned = 0.000568028 Jy ! Component: 2900 - total flux cleaned = 0.000542944 Jy ! Component: 2950 - total flux cleaned = 0.00055548 Jy ! Component: 3000 - total flux cleaned = 0.000567886 Jy ! Component: 3050 - total flux cleaned = 0.000567929 Jy ! Component: 3100 - total flux cleaned = 0.000543522 Jy ! Component: 3150 - total flux cleaned = 0.000543654 Jy ! Component: 3200 - total flux cleaned = 0.000543612 Jy ! Component: 3250 - total flux cleaned = 0.000495666 Jy ! Component: 3300 - total flux cleaned = 0.000531412 Jy ! Component: 3350 - total flux cleaned = 0.000531408 Jy ! Component: 3400 - total flux cleaned = 0.000496009 Jy ! Component: 3450 - total flux cleaned = 0.000507876 Jy ! Component: 3500 - total flux cleaned = 0.000519681 Jy ! Component: 3550 - total flux cleaned = 0.000519624 Jy ! Component: 3600 - total flux cleaned = 0.000531281 Jy ! Component: 3650 - total flux cleaned = 0.000519736 Jy ! Component: 3700 - total flux cleaned = 0.000531387 Jy ! Component: 3750 - total flux cleaned = 0.000531403 Jy ! Component: 3800 - total flux cleaned = 0.000542951 Jy ! Component: 3850 - total flux cleaned = 0.000554488 Jy ! Component: 3900 - total flux cleaned = 0.000565877 Jy ! Component: 3950 - total flux cleaned = 0.000554441 Jy ! Component: 4000 - total flux cleaned = 0.000577342 Jy ! Component: 4050 - total flux cleaned = 0.00060024 Jy ! Total flux subtracted in 4096 components = 0.000600226 Jy ! Clean residual min=-0.000752 max=0.000680 Jy/beam ! Clean residual mean=0.000003 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.156545 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 382 components and 0.156545 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0943-1204_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 16.84 at -13.88 degrees (North through East) ! Clean map min=-0.002022 max=0.13832 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0943-1204_S_map.fits wmodel /image_prod/ug002_uva//J0943-1204_S_map.mod ! Writing 382 model components to file: /image_prod/ug002_uva//J0943-1204_S_map.mod wobs /image_prod/ug002_uva//J0943-1204_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0943-1204_S_uvs.fits wwins /image_prod/ug002_uva//J0943-1204_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J0943-1204_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.138322 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209653 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.454706 0.454706 0.909412 1.81882 3.63765 7.2753 14.5506 29.1012 58.2024 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.138 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 659.766 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0943-1204_S_dfm.log closed on Wed Mar 4 23:10:47 2020