! Started logfile: /image_prod/ug002_uva//J1951-0509_S_dfm.log on Thu Mar 5 04:26:04 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//J1951-0509_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1951-0509_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.965278 visibilities/baseline/integration-bin. ! Found source: J1951-0509 ! ! 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 6255 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 J1951-0509_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 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007104Jy sigma=7.528773 ! Fit after self-cal, rms=0.818059Jy sigma=6.157153 ! 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.133 mas, bmaj=13.39 mas, bpa=-18.18 degrees ! Estimated noise=1.72974 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.139373 Jy ! Component: 100 - total flux cleaned = 0.171496 Jy ! Total flux subtracted in 100 components = 0.171496 Jy ! Clean residual min=-0.005910 max=0.012039 Jy/beam ! Clean residual mean=0.000012 rms=0.001655 Jy/beam ! Combined flux in latest and established models = 0.171496 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.171496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076088Jy sigma=0.493784 ! Fit after self-cal, rms=0.076079Jy sigma=0.493545 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129289 Jy ! Component: 100 - total flux cleaned = 0.0190518 Jy ! Total flux subtracted in 100 components = 0.0190518 Jy ! Clean residual min=-0.004779 max=0.004977 Jy/beam ! Clean residual mean=0.000010 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.190547 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.190547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073601Jy sigma=0.473654 ! Fit after self-cal, rms=0.073574Jy sigma=0.473304 ! 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.795 mas, bmaj=14.8 mas, bpa=-17.25 degrees ! Estimated noise=1.22961 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.00430251 Jy ! Component: 100 - total flux cleaned = 0.00529798 Jy ! Component: 150 - total flux cleaned = 0.00537897 Jy ! Component: 200 - total flux cleaned = 0.00544054 Jy ! Total flux subtracted in 200 components = 0.00544054 Jy ! Clean residual min=-0.003574 max=0.003351 Jy/beam ! Clean residual mean=0.000003 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.195988 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 59 components and 0.195988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073166Jy sigma=0.471194 ! Fit after self-cal, rms=0.073145Jy sigma=0.471069 ! 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.795 x 14.8 at -17.25 degrees (North through East) ! Clean map min=-0.0034805 max=0.18173 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 1.05 KP 1.01 ! LA 1.05 MK 1.08 NL 0.96 OV 0.99 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.05 KP 1.01 ! LA 1.03 MK 0.97 NL 0.93 OV 0.98 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00 HN 1.04 KP 0.97 ! LA 1.05 MK 0.95 NL 0.92 OV 0.94 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.073145Jy sigma=0.471069 ! Fit after self-cal, rms=0.071422Jy sigma=0.464039 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=14.82 mas, bpa=-17.32 degrees ! Estimated noise=1.23033 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.00160487 Jy ! Component: 100 - total flux cleaned = 0.00175738 Jy ! Component: 150 - total flux cleaned = 0.00168049 Jy ! Component: 200 - total flux cleaned = 0.00167902 Jy ! Total flux subtracted in 200 components = 0.00167902 Jy ! Clean residual min=-0.002979 max=0.002857 Jy/beam ! Clean residual mean=0.000005 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.197667 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.197667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.071315Jy sigma=0.463522 ! Fit after self-cal, rms=0.071308Jy sigma=0.463419 ! 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.071308Jy sigma=0.463419 ! Fit after self-cal, rms=0.067869Jy sigma=0.457042 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.796 mas, bmaj=14.79 mas, bpa=-17.46 degrees ! Estimated noise=1.22797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000467622 Jy ! Component: 100 - total flux cleaned = 0.000718766 Jy ! Component: 150 - total flux cleaned = 0.000885296 Jy ! Component: 200 - total flux cleaned = 0.000909025 Jy ! Total flux subtracted in 200 components = 0.000909025 Jy ! Clean residual min=-0.002395 max=0.002099 Jy/beam ! Clean residual mean=0.000002 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.198576 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.198576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067827Jy sigma=0.456791 ! Fit after self-cal, rms=0.067808Jy sigma=0.456728 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.19048e-05 Jy ! Component: 100 - total flux cleaned = 1.04748e-05 Jy ! Component: 150 - total flux cleaned = 2.90409e-05 Jy ! Component: 200 - total flux cleaned = 4.449e-05 Jy ! Total flux subtracted in 200 components = 4.449e-05 Jy ! Clean residual min=-0.002368 max=0.002105 Jy/beam ! Clean residual mean=0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.19862 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.19862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067793Jy sigma=0.456642 ! Fit after self-cal, rms=0.067788Jy sigma=0.456626 ! 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.067788Jy sigma=0.456626 ! Fit after self-cal, rms=0.067617Jy sigma=0.456464 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=14.78 mas, bpa=-17.49 degrees ! Estimated noise=1.22819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475649 Jy ! Component: 100 - total flux cleaned = 0.000632705 Jy ! Component: 150 - total flux cleaned = 0.00064991 Jy ! Component: 200 - total flux cleaned = 0.000665418 Jy ! Total flux subtracted in 200 components = 0.000665418 Jy ! Clean residual min=-0.002330 max=0.002062 Jy/beam ! Clean residual mean=0.000000 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.199286 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 99 components and 0.199286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067603Jy sigma=0.456393 ! Fit after self-cal, rms=0.067599Jy sigma=0.456385 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.11166e-05 Jy ! Component: 100 - total flux cleaned = -2.13485e-05 Jy ! Component: 150 - total flux cleaned = -2.1328e-05 Jy ! Component: 200 - total flux cleaned = -8.67393e-06 Jy ! Total flux subtracted in 200 components = -8.67393e-06 Jy ! Clean residual min=-0.002320 max=0.002070 Jy/beam ! Clean residual mean=0.000000 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.199277 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.199277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067591Jy sigma=0.456350 ! Fit after self-cal, rms=0.067590Jy sigma=0.456346 ! 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.067590Jy sigma=0.456346 ! Fit after self-cal, rms=0.067554Jy sigma=0.456332 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.146 mas, bmaj=15.93 mas, bpa=-10.81 degrees ! Estimated noise=1.40092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000480512 Jy ! Component: 100 - total flux cleaned = 0.000532748 Jy ! Component: 150 - total flux cleaned = 0.000585106 Jy ! Component: 200 - total flux cleaned = 0.00062981 Jy ! Total flux subtracted in 200 components = 0.00062981 Jy ! Clean residual min=-0.001989 max=0.002017 Jy/beam ! Clean residual mean=-0.000001 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.199907 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 120 components and 0.199907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067553Jy sigma=0.456317 ! Fit after self-cal, rms=0.067550Jy sigma=0.456312 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.11985e-05 Jy ! Component: 100 - total flux cleaned = 6.47269e-05 Jy ! Component: 150 - total flux cleaned = 5.86193e-05 Jy ! Component: 200 - total flux cleaned = 5.31609e-05 Jy ! Total flux subtracted in 200 components = 5.31609e-05 Jy ! Clean residual min=-0.001992 max=0.002010 Jy/beam ! Clean residual mean=-0.000001 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.19996 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 124 components and 0.19996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067550Jy sigma=0.456314 ! Fit after self-cal, rms=0.067549Jy sigma=0.456313 ! 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.788 mas, bmaj=14.77 mas, bpa=-17.51 degrees ! Estimated noise=1.22896 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.788 x 14.77 at -17.51 degrees (North through East) ! Clean map min=-0.0022583 max=0.18121 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.13 mas, bmaj=13.36 mas, bpa=-18.38 degrees ! Estimated noise=1.72896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139191 Jy ! Component: 100 - total flux cleaned = 0.172399 Jy ! Component: 150 - total flux cleaned = 0.185908 Jy ! Component: 200 - total flux cleaned = 0.192235 Jy ! Total flux subtracted in 200 components = 0.192235 Jy ! Clean residual min=-0.002991 max=0.003091 Jy/beam ! Clean residual mean=0.000007 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.192235 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.192235 Jy ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=14.77 mas, bpa=-17.51 degrees ! Estimated noise=1.22896 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.00460754 Jy ! Component: 100 - total flux cleaned = 0.00697935 Jy ! Component: 150 - total flux cleaned = 0.00759498 Jy ! Component: 200 - total flux cleaned = 0.00797932 Jy ! Total flux subtracted in 200 components = 0.00797932 Jy ! Clean residual min=-0.002434 max=0.002173 Jy/beam ! Clean residual mean=-0.000000 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.200215 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 63 components and 0.200215 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.146 mas, bmaj=15.93 mas, bpa=-10.81 degrees ! Estimated noise=1.40092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.93119e-05 Jy ! Component: 100 - total flux cleaned = -7.7493e-07 Jy ! Component: 150 - total flux cleaned = -5.86283e-05 Jy ! Component: 200 - total flux cleaned = -8.40767e-05 Jy ! Total flux subtracted in 200 components = -8.40767e-05 Jy ! Clean residual min=-0.001988 max=0.002046 Jy/beam ! Clean residual mean=-0.000000 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.200131 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.37197e-05 Jy ! Component: 100 - total flux cleaned = -6.2595e-05 Jy ! Component: 150 - total flux cleaned = -8.00789e-05 Jy ! Component: 200 - total flux cleaned = -9.58983e-05 Jy ! Total flux subtracted in 200 components = -9.58983e-05 Jy ! Clean residual min=-0.001974 max=0.002036 Jy/beam ! Clean residual mean=-0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.200035 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 86 components and 0.200035 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.788 mas, bmaj=14.77 mas, bpa=-17.51 degrees ! Estimated noise=1.22896 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.07444e-05 Jy ! Component: 100 - total flux cleaned = -6.73461e-05 Jy ! Component: 150 - total flux cleaned = -8.85691e-05 Jy ! Component: 200 - total flux cleaned = -8.89888e-05 Jy ! Total flux subtracted in 200 components = -8.89888e-05 Jy ! Clean residual min=-0.002301 max=0.002174 Jy/beam ! Clean residual mean=0.000000 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.199946 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 103 components and 0.199946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067564Jy sigma=0.456492 ! Fit after self-cal, rms=0.067564Jy sigma=0.456441 wmodel J1951-0509_S_map.mod ! Writing 103 model components to file: J1951-0509_S_map.mod wobs J1951-0509_S_uvs.fits ! Writing UV FITS file: J1951-0509_S_uvs.fits wwins J1951-0509_S_map.win ! wwins: Wrote 1 windows to J1951-0509_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.000332327 Jy ! Component: 100 - total flux cleaned = -0.000263428 Jy ! Component: 150 - total flux cleaned = -9.78635e-05 Jy ! Component: 200 - total flux cleaned = -4.03981e-06 Jy ! Component: 250 - total flux cleaned = 0.000114942 Jy ! Component: 300 - total flux cleaned = 0.000200651 Jy ! Component: 350 - total flux cleaned = 0.000419923 Jy ! Component: 400 - total flux cleaned = 0.000631351 Jy ! Component: 450 - total flux cleaned = 0.000887166 Jy ! Component: 500 - total flux cleaned = 0.00108613 Jy ! Component: 550 - total flux cleaned = 0.00128077 Jy ! Component: 600 - total flux cleaned = 0.00147097 Jy ! Component: 650 - total flux cleaned = 0.00154109 Jy ! Component: 700 - total flux cleaned = 0.00165576 Jy ! Component: 750 - total flux cleaned = 0.00174553 Jy ! Component: 800 - total flux cleaned = 0.0017675 Jy ! Component: 850 - total flux cleaned = 0.0017893 Jy ! Component: 900 - total flux cleaned = 0.00181077 Jy ! Component: 950 - total flux cleaned = 0.00185316 Jy ! Component: 1000 - total flux cleaned = 0.00189444 Jy ! Component: 1050 - total flux cleaned = 0.00185385 Jy ! Component: 1100 - total flux cleaned = 0.00183384 Jy ! Component: 1150 - total flux cleaned = 0.00177481 Jy ! Component: 1200 - total flux cleaned = 0.00173619 Jy ! Component: 1250 - total flux cleaned = 0.00169797 Jy ! Component: 1300 - total flux cleaned = 0.00166026 Jy ! Component: 1350 - total flux cleaned = 0.00164158 Jy ! Component: 1400 - total flux cleaned = 0.00164121 Jy ! Component: 1450 - total flux cleaned = 0.00153182 Jy ! Component: 1500 - total flux cleaned = 0.00149625 Jy ! Component: 1550 - total flux cleaned = 0.00147855 Jy ! Component: 1600 - total flux cleaned = 0.00146102 Jy ! Component: 1650 - total flux cleaned = 0.00144405 Jy ! Component: 1700 - total flux cleaned = 0.00144393 Jy ! Component: 1750 - total flux cleaned = 0.00140985 Jy ! Component: 1800 - total flux cleaned = 0.00137605 Jy ! Component: 1850 - total flux cleaned = 0.00134281 Jy ! Component: 1900 - total flux cleaned = 0.00131039 Jy ! Component: 1950 - total flux cleaned = 0.00132658 Jy ! Component: 2000 - total flux cleaned = 0.00127865 Jy ! Component: 2050 - total flux cleaned = 0.00123111 Jy ! Component: 2100 - total flux cleaned = 0.00127797 Jy ! Component: 2150 - total flux cleaned = 0.00120033 Jy ! Component: 2200 - total flux cleaned = 0.00118493 Jy ! Component: 2250 - total flux cleaned = 0.00115465 Jy ! Component: 2300 - total flux cleaned = 0.00113975 Jy ! Component: 2350 - total flux cleaned = 0.00109524 Jy ! Component: 2400 - total flux cleaned = 0.0010952 Jy ! Component: 2450 - total flux cleaned = 0.00100746 Jy ! Component: 2500 - total flux cleaned = 0.000949518 Jy ! Component: 2550 - total flux cleaned = 0.000949635 Jy ! Component: 2600 - total flux cleaned = 0.000920988 Jy ! Component: 2650 - total flux cleaned = 0.000836307 Jy ! Component: 2700 - total flux cleaned = 0.00082236 Jy ! Component: 2750 - total flux cleaned = 0.000725221 Jy ! Component: 2800 - total flux cleaned = 0.000738992 Jy ! Component: 2850 - total flux cleaned = 0.00067067 Jy ! Component: 2900 - total flux cleaned = 0.000643406 Jy ! Component: 2950 - total flux cleaned = 0.000616449 Jy ! Component: 3000 - total flux cleaned = 0.000563155 Jy ! Component: 3050 - total flux cleaned = 0.000510235 Jy ! Component: 3100 - total flux cleaned = 0.000497247 Jy ! Component: 3150 - total flux cleaned = 0.000419003 Jy ! Component: 3200 - total flux cleaned = 0.000393275 Jy ! Component: 3250 - total flux cleaned = 0.000393254 Jy ! Component: 3300 - total flux cleaned = 0.000393347 Jy ! Component: 3350 - total flux cleaned = 0.000317248 Jy ! Component: 3400 - total flux cleaned = 0.00030479 Jy ! Component: 3450 - total flux cleaned = 0.000304932 Jy ! Component: 3500 - total flux cleaned = 0.000280248 Jy ! Component: 3550 - total flux cleaned = 0.000231003 Jy ! Component: 3600 - total flux cleaned = 0.00020647 Jy ! Component: 3650 - total flux cleaned = 0.00017012 Jy ! Component: 3700 - total flux cleaned = 0.000121864 Jy ! Component: 3750 - total flux cleaned = 0.000146018 Jy ! Component: 3800 - total flux cleaned = 0.000110098 Jy ! Component: 3850 - total flux cleaned = 0.000110121 Jy ! Component: 3900 - total flux cleaned = 6.2956e-05 Jy ! Component: 3950 - total flux cleaned = 2.79996e-05 Jy ! Component: 4000 - total flux cleaned = 5.1291e-05 Jy ! Component: 4050 - total flux cleaned = 2.81721e-05 Jy ! Total flux subtracted in 4096 components = -1.77514e-05 Jy ! Clean residual min=-0.000643 max=0.000632 Jy/beam ! Clean residual mean=0.000001 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.199928 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 385 components and 0.199928 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1951-0509_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.788 x 14.77 at -17.51 degrees (North through East) ! Clean map min=-0.0014726 max=0.18097 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1951-0509_S_map.fits wmodel /image_prod/ug002_uva//J1951-0509_S_map.mod ! Writing 385 model components to file: /image_prod/ug002_uva//J1951-0509_S_map.mod wobs /image_prod/ug002_uva//J1951-0509_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1951-0509_S_uvs.fits wwins /image_prod/ug002_uva//J1951-0509_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1951-0509_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.180974 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00022477 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.3726 0.3726 0.7452 1.4904 2.9808 5.9616 11.9232 23.8464 47.6928 95.3856 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.18 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 805.152 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1951-0509_S_dfm.log closed on Thu Mar 5 04:26:08 2020