! Started logfile: /image_prod/ug002_uvm//J1818-1108_S_a_dfm.log on Wed Mar 4 17:35:14 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_uvm//J1818-1108_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J1818-1108_S_a_uvm.fits ! AN table 1: 37 integrations on 6 of 6 possible baselines. ! AN table 2: 38 integrations on 6 of 6 possible baselines. ! AN table 3: 120 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.843636 visibilities/baseline/integration-bin. ! Found source: J1818-1108 ! ! 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 4176 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 J1818-1108_S_a] 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 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! A total of 63 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! A total of 63 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 1 telescope corrections were flagged in sub-array 2. ! A total of 63 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.038796Jy sigma=8.352164 ! Fit after self-cal, rms=0.835698Jy sigma=7.272242 ! 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=15.02 mas, bmaj=39.9 mas, bpa=14.85 degrees ! Estimated noise=1.81031 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145199 Jy ! Component: 100 - total flux cleaned = 0.213797 Jy ! Total flux subtracted in 100 components = 0.213797 Jy ! Clean residual min=-0.048733 max=0.048960 Jy/beam ! Clean residual mean=0.000586 rms=0.021579 Jy/beam ! Combined flux in latest and established models = 0.213797 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 53 components and 0.213797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.291426Jy sigma=1.652916 ! Fit after self-cal, rms=0.290112Jy sigma=1.642798 ! 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=16.74 mas, bmaj=40.15 mas, bpa=16.71 degrees ! Estimated noise=1.33012 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.0326565 Jy ! Component: 100 - total flux cleaned = 0.0329262 Jy ! Component: 150 - total flux cleaned = 0.0222724 Jy ! Component: 200 - total flux cleaned = 0.0159514 Jy ! Total flux subtracted in 200 components = 0.0159514 Jy ! Clean residual min=-0.034138 max=0.034157 Jy/beam ! Clean residual mean=0.001233 rms=0.020767 Jy/beam ! Combined flux in latest and established models = 0.229748 Jy ! Performing phase self-cal ! Adding 173 model components to the UV plane model. ! The established model now contains 225 components and 0.229748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.195551Jy sigma=1.068550 ! Fit after self-cal, rms=0.194280Jy sigma=1.060042 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 16.74 x 40.15 at 16.71 degrees (North through East) ! Clean map min=-0.078899 max=0.16556 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 LA 0.96 OV 0.71 PT 0.88 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.71 KP 2.10 LA 0.72 PT 0.59 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.40 KP 1.08 LA 0.93 OV 1.05 ! PT 0.77 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 LA 0.93 OV 0.47 PT 0.92 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.42 KP 1.91 LA 0.68 PT 0.63 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.33 KP 1.22 LA 0.80 OV 0.92 ! PT 0.70 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 LA 0.89 OV 0.64 PT 0.94 ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.39 KP 1.83 LA 0.70 PT 0.63 ! ! A total of 6 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.15 KP 1.20 LA 0.83 OV 0.92 ! PT 0.71 ! ! ! Fit before self-cal, rms=0.194280Jy sigma=1.060042 ! Fit after self-cal, rms=0.085457Jy sigma=0.669363 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=16.86 mas, bmaj=41.17 mas, bpa=15.57 degrees ! Estimated noise=1.20931 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.0035851 Jy ! Component: 100 - total flux cleaned = 0.00802909 Jy ! Component: 150 - total flux cleaned = 0.0123976 Jy ! Component: 200 - total flux cleaned = 0.0128966 Jy ! Total flux subtracted in 200 components = 0.0128966 Jy ! Clean residual min=-0.008412 max=0.008424 Jy/beam ! Clean residual mean=0.000371 rms=0.004607 Jy/beam ! Combined flux in latest and established models = 0.242645 Jy ! Performing phase self-cal ! Adding 151 model components to the UV plane model. ! The established model now contains 376 components and 0.242645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073684Jy sigma=0.561827 ! Fit after self-cal, rms=0.073243Jy sigma=0.554484 ! 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.073243Jy sigma=0.554484 ! Fit after self-cal, rms=0.058720Jy sigma=0.420618 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=17.25 mas, bmaj=40.82 mas, bpa=15.78 degrees ! Estimated noise=1.26381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0004994 Jy ! Component: 100 - total flux cleaned = -0.000501409 Jy ! Component: 150 - total flux cleaned = -0.000983518 Jy ! Component: 200 - total flux cleaned = -0.001327 Jy ! Total flux subtracted in 200 components = -0.001327 Jy ! Clean residual min=-0.001809 max=0.001796 Jy/beam ! Clean residual mean=0.000009 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.241318 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 474 components and 0.241318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057867Jy sigma=0.415936 ! Fit after self-cal, rms=0.057910Jy sigma=0.415349 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.000551309 Jy ! Component: 100 - total flux cleaned = -4.93004e-05 Jy ! Component: 150 - total flux cleaned = -0.000327783 Jy ! Component: 200 - total flux cleaned = -0.000324859 Jy ! Total flux subtracted in 200 components = -0.000324859 Jy ! Clean residual min=-0.001363 max=0.001357 Jy/beam ! Clean residual mean=0.000006 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.240993 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 557 components and 0.240993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057473Jy sigma=0.413142 ! Fit after self-cal, rms=0.057431Jy sigma=0.413008 ! 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.057431Jy sigma=0.413008 ! Fit after self-cal, rms=0.057107Jy sigma=0.412843 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=17.26 mas, bmaj=40.79 mas, bpa=15.78 degrees ! Estimated noise=1.25939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433 Jy ! Component: 100 - total flux cleaned = 4.53053e-05 Jy ! Component: 150 - total flux cleaned = -0.000757167 Jy ! Component: 200 - total flux cleaned = -0.00123724 Jy ! Total flux subtracted in 200 components = -0.00123724 Jy ! Clean residual min=-0.001098 max=0.001104 Jy/beam ! Clean residual mean=0.000003 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.239756 Jy selfcal ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 637 components and 0.239756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056820Jy sigma=0.411531 ! Fit after self-cal, rms=0.056792Jy sigma=0.411412 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.000534394 Jy ! Component: 100 - total flux cleaned = 0.000413935 Jy ! Component: 150 - total flux cleaned = 5.91743e-06 Jy ! Component: 200 - total flux cleaned = -0.000209729 Jy ! Total flux subtracted in 200 components = -0.000209729 Jy ! Clean residual min=-0.000883 max=0.000879 Jy/beam ! Clean residual mean=0.000004 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.239546 Jy ! Performing phase self-cal ! Adding 98 model components to the UV plane model. ! The established model now contains 707 components and 0.239546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056607Jy sigma=0.410579 ! Fit after self-cal, rms=0.056577Jy sigma=0.410518 ! 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.056577Jy sigma=0.410518 ! Fit after self-cal, rms=0.056542Jy sigma=0.410457 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=17.91 mas, bmaj=40.56 mas, bpa=15.79 degrees ! Estimated noise=1.25939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000174048 Jy ! Component: 100 - total flux cleaned = -0.000148349 Jy ! Component: 150 - total flux cleaned = -0.000641635 Jy ! Component: 200 - total flux cleaned = -0.0010636 Jy ! Total flux subtracted in 200 components = -0.0010636 Jy ! Clean residual min=-0.000756 max=0.000748 Jy/beam ! Clean residual mean=0.000003 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.238483 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 753 components and 0.238483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056405Jy sigma=0.409872 ! Fit after self-cal, rms=0.056384Jy sigma=0.409796 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 = 4.24377e-05 Jy ! Component: 100 - total flux cleaned = -0.000139188 Jy ! Component: 150 - total flux cleaned = -0.000266324 Jy ! Component: 200 - total flux cleaned = -0.000621669 Jy ! Total flux subtracted in 200 components = -0.000621669 Jy ! Clean residual min=-0.000646 max=0.000644 Jy/beam ! Clean residual mean=0.000004 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.237861 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 812 components and 0.237861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056288Jy sigma=0.409376 ! Fit after self-cal, rms=0.056267Jy sigma=0.409326 ! 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=17.29 mas, bmaj=40.74 mas, bpa=15.75 degrees ! Estimated noise=1.25864 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 17.29 x 40.74 at 15.75 degrees (North through East) ! Clean map min=-0.04718 max=0.13702 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=15.11 mas, bmaj=40.61 mas, bpa=13.98 degrees ! Estimated noise=1.68925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134805 Jy ! Component: 100 - total flux cleaned = 0.199836 Jy ! Component: 150 - total flux cleaned = 0.223043 Jy ! Component: 200 - total flux cleaned = 0.236667 Jy ! Total flux subtracted in 200 components = 0.236667 Jy ! Clean residual min=-0.024874 max=0.024798 Jy/beam ! Clean residual mean=0.000400 rms=0.011692 Jy/beam ! Combined flux in latest and established models = 0.236667 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 114 model components to the UV plane model. ! The established model now contains 114 components and 0.236667 Jy ! Inverting map and beam ! Estimated beam: bmin=17.29 mas, bmaj=40.74 mas, bpa=15.75 degrees ! Estimated noise=1.25864 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.00830645 Jy ! Component: 100 - total flux cleaned = 0.00668765 Jy ! Component: 150 - total flux cleaned = 0.00301381 Jy ! Component: 200 - total flux cleaned = 0.00205101 Jy ! Total flux subtracted in 200 components = 0.00205101 Jy ! Clean residual min=-0.014070 max=0.014195 Jy/beam ! Clean residual mean=0.000572 rms=0.007999 Jy/beam ! Combined flux in latest and established models = 0.238718 Jy ! Adding 152 model components to the UV plane model. ! The established model now contains 264 components and 0.238718 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=17.91 mas, bmaj=40.56 mas, bpa=15.79 degrees ! Estimated noise=1.25939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00372383 Jy ! Component: 100 - total flux cleaned = 0.00237877 Jy ! Component: 150 - total flux cleaned = 0.00235294 Jy ! Component: 200 - total flux cleaned = 0.00133092 Jy ! Total flux subtracted in 200 components = 0.00133092 Jy ! Clean residual min=-0.007704 max=0.007597 Jy/beam ! Clean residual mean=0.000298 rms=0.004557 Jy/beam ! Combined flux in latest and established models = 0.240049 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.0013298 Jy ! Component: 100 - total flux cleaned = -0.00285041 Jy ! Component: 150 - total flux cleaned = -0.00454224 Jy ! Component: 200 - total flux cleaned = -0.00543878 Jy ! Total flux subtracted in 200 components = -0.00543878 Jy ! Clean residual min=-0.004887 max=0.004902 Jy/beam ! Clean residual mean=0.000243 rms=0.002750 Jy/beam ! Combined flux in latest and established models = 0.23461 Jy ! Adding 248 model components to the UV plane model. ! The established model now contains 511 components and 0.23461 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=17.29 mas, bmaj=40.74 mas, bpa=15.75 degrees ! Estimated noise=1.25864 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000566622 Jy ! Component: 100 - total flux cleaned = -4.20337e-05 Jy ! Component: 150 - total flux cleaned = -0.000236536 Jy ! Component: 200 - total flux cleaned = -0.000749652 Jy ! Total flux subtracted in 200 components = -0.000749652 Jy ! Clean residual min=-0.002583 max=0.002585 Jy/beam ! Clean residual mean=0.000103 rms=0.001538 Jy/beam ! Combined flux in latest and established models = 0.23386 Jy selfcal ! Performing phase self-cal ! Adding 126 model components to the UV plane model. ! The established model now contains 631 components and 0.23386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.056997Jy sigma=0.418603 ! Fit after self-cal, rms=0.056824Jy sigma=0.417434 wmodel J1818-1108_S_a_map.mod ! Writing 631 model components to file: J1818-1108_S_a_map.mod wobs J1818-1108_S_a_uvs.fits ! Writing UV FITS file: J1818-1108_S_a_uvs.fits wwins J1818-1108_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /image_prod/ug002_uvm//J1818-1108_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 17.29 x 40.74 at 15.75 degrees (North through East) ! Clean map min=-0.048512 max=0.12761 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J1818-1108_S_a_map.fits wmodel /image_prod/ug002_uvm//J1818-1108_S_a_map.mod ! Writing 631 model components to file: /image_prod/ug002_uvm//J1818-1108_S_a_map.mod wobs /image_prod/ug002_uvm//J1818-1108_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J1818-1108_S_a_uvs.fits wwins /image_prod/ug002_uvm//J1818-1108_S_a_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.127608 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0015261 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.58778 3.58778 7.17556 14.3511 28.7022 57.4045 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0045 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.127 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 83.617 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J1818-1108_S_a_dfm.log closed on Wed Mar 4 17:35:18 2020