! Started logfile: /image_prod/ug002_uva//J0730-1141_S_i_dfm.log on Wed Mar 4 21:50:12 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//J0730-1141_S_i_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0730-1141_S_i_uva.fits ! AN table 1: 8 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.925 visibilities/baseline/integration-bin. ! Found source: J0730-1141 ! ! 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 222 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 J0730-1141_S_i] 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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.756331Jy sigma=9.901851 ! Fit after self-cal, rms=1.899133Jy sigma=6.856326 ! 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=8.345 mas, bmaj=29.46 mas, bpa=31.08 degrees ! Estimated noise=13.5307 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 = 1.5022 Jy ! Component: 100 - total flux cleaned = 2.19008 Jy ! Total flux subtracted in 100 components = 2.19008 Jy ! Clean residual min=-0.277372 max=0.343939 Jy/beam ! Clean residual mean=0.001145 rms=0.119564 Jy/beam ! Combined flux in latest and established models = 2.19008 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 2.19008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.214267Jy sigma=4.786163 ! Fit after self-cal, rms=1.213358Jy sigma=4.785237 ! 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=8.656 mas, bmaj=30 mas, bpa=34.44 degrees ! Estimated noise=12.8735 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.391177 Jy ! Component: 100 - total flux cleaned = 0.534766 Jy ! Component: 150 - total flux cleaned = 0.638085 Jy ! Component: 200 - total flux cleaned = 0.714145 Jy ! Total flux subtracted in 200 components = 0.714145 Jy ! Clean residual min=-0.126093 max=0.128774 Jy/beam ! Clean residual mean=0.000991 rms=0.054386 Jy/beam ! Combined flux in latest and established models = 2.90422 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 89 components and 2.90422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.887151Jy sigma=3.883034 ! Fit after self-cal, rms=0.886558Jy sigma=3.882131 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.656 x 30 at 34.44 degrees (North through East) ! Clean map min=-0.20562 max=1.2282 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 KP 0.95 LA 0.97 NL 1.27 ! OV 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.34 KP 0.99 LA 0.94 NL 1.09 ! OV 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 KP 0.94 LA 0.93 NL 0.87 ! OV 0.94 ! ! ! Fit before self-cal, rms=0.886558Jy sigma=3.882131 ! Fit after self-cal, rms=0.823842Jy sigma=3.580360 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.773 mas, bmaj=30.18 mas, bpa=34.63 degrees ! Estimated noise=12.4222 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.0505087 Jy ! Component: 100 - total flux cleaned = 0.0764402 Jy ! Component: 150 - total flux cleaned = 0.090922 Jy ! Component: 200 - total flux cleaned = 0.103691 Jy ! Total flux subtracted in 200 components = 0.103691 Jy ! Clean residual min=-0.025499 max=0.025611 Jy/beam ! Clean residual mean=-0.000048 rms=0.008809 Jy/beam ! Combined flux in latest and established models = 3.00791 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 128 components and 3.00791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.814647Jy sigma=3.554141 ! Fit after self-cal, rms=0.814440Jy sigma=3.553658 ! 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.814440Jy sigma=3.553658 ! Fit after self-cal, rms=0.799345Jy sigma=3.548845 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.767 mas, bmaj=29.99 mas, bpa=34.51 degrees ! Estimated noise=12.2762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116352 Jy ! Component: 100 - total flux cleaned = 0.00295048 Jy ! Component: 150 - total flux cleaned = 0.00821219 Jy ! Component: 200 - total flux cleaned = 0.0132924 Jy ! Total flux subtracted in 200 components = 0.0132924 Jy ! Clean residual min=-0.021089 max=0.020789 Jy/beam ! Clean residual mean=-0.000032 rms=0.006952 Jy/beam ! Combined flux in latest and established models = 3.0212 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 167 components and 3.0212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.796521Jy sigma=3.541117 ! Fit after self-cal, rms=0.796512Jy sigma=3.540596 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.0109356 Jy ! Component: 100 - total flux cleaned = -0.00769718 Jy ! Component: 150 - total flux cleaned = -0.00542487 Jy ! Component: 200 - total flux cleaned = -0.00544221 Jy ! Total flux subtracted in 200 components = -0.00544221 Jy ! Clean residual min=-0.012602 max=0.012660 Jy/beam ! Clean residual mean=0.000049 rms=0.004778 Jy/beam ! Combined flux in latest and established models = 3.01576 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 212 components and 3.01576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.795458Jy sigma=3.535038 ! Fit after self-cal, rms=0.795448Jy sigma=3.534948 ! 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.795448Jy sigma=3.534948 ! Fit after self-cal, rms=0.782740Jy sigma=3.532352 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.764 mas, bmaj=29.86 mas, bpa=34.38 degrees ! Estimated noise=12.1527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107548 Jy ! Component: 100 - total flux cleaned = -0.00612585 Jy ! Component: 150 - total flux cleaned = -0.00613035 Jy ! Component: 200 - total flux cleaned = -0.00117958 Jy ! Total flux subtracted in 200 components = -0.00117958 Jy ! Clean residual min=-0.010236 max=0.010312 Jy/beam ! Clean residual mean=0.000012 rms=0.004046 Jy/beam ! Combined flux in latest and established models = 3.01458 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 281 components and 3.01458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.781681Jy sigma=3.528336 ! Fit after self-cal, rms=0.781661Jy sigma=3.528285 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.00577182 Jy ! Component: 100 - total flux cleaned = -0.00320798 Jy ! Component: 150 - total flux cleaned = -0.00115121 Jy ! Component: 200 - total flux cleaned = 0.00147304 Jy ! Total flux subtracted in 200 components = 0.00147304 Jy ! Clean residual min=-0.008856 max=0.008871 Jy/beam ! Clean residual mean=0.000018 rms=0.003371 Jy/beam ! Combined flux in latest and established models = 3.01606 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 343 components and 3.01605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.781159Jy sigma=3.525989 ! Fit after self-cal, rms=0.781157Jy sigma=3.525981 ! 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.781157Jy sigma=3.525981 ! Fit after self-cal, rms=0.769834Jy sigma=3.524068 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.923 mas, bmaj=28.9 mas, bpa=33.46 degrees ! Estimated noise=12.1977 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.014167 Jy ! Component: 100 - total flux cleaned = 0.0134948 Jy ! Component: 150 - total flux cleaned = 0.0134991 Jy ! Component: 200 - total flux cleaned = 0.0129797 Jy ! Total flux subtracted in 200 components = 0.0129797 Jy ! Clean residual min=-0.008764 max=0.008816 Jy/beam ! Clean residual mean=-0.000003 rms=0.003465 Jy/beam ! Combined flux in latest and established models = 3.02903 Jy selfcal ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 427 components and 3.02903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.769039Jy sigma=3.520322 ! Fit after self-cal, rms=0.769040Jy sigma=3.520296 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.00217903 Jy ! Component: 100 - total flux cleaned = -0.00168444 Jy ! Component: 150 - total flux cleaned = -0.000657555 Jy ! Component: 200 - total flux cleaned = 0.0024456 Jy ! Total flux subtracted in 200 components = 0.0024456 Jy ! Clean residual min=-0.008771 max=0.008765 Jy/beam ! Clean residual mean=0.000010 rms=0.003379 Jy/beam ! Combined flux in latest and established models = 3.03148 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 476 components and 3.03148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.768500Jy sigma=3.518521 ! Fit after self-cal, rms=0.768492Jy sigma=3.518515 ! 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=8.774 mas, bmaj=29.73 mas, bpa=34.24 degrees ! Estimated noise=12.0069 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.774 x 29.73 at 34.24 degrees (North through East) ! Clean map min=-0.14862 max=1.1346 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.768492Jy sigma=3.518515 ! Fit after self-cal, rms=1.155797Jy sigma=0.363885 ! Inverting map and beam ! Estimated beam: bmin=8.704 mas, bmaj=29.98 mas, bpa=34.27 degrees ! Estimated noise=12.1975 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00855661 Jy ! Component: 100 - total flux cleaned = 0.0118838 Jy ! Component: 150 - total flux cleaned = 0.0115138 Jy ! Component: 200 - total flux cleaned = 0.0108104 Jy ! Total flux subtracted in 200 components = 0.0108104 Jy ! Clean residual min=-0.005949 max=0.006007 Jy/beam ! Clean residual mean=-0.000023 rms=0.001824 Jy/beam ! Combined flux in latest and established models = 3.04229 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 532 components and 3.04229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.155240Jy sigma=0.354192 ! Fit after self-cal, rms=1.155091Jy sigma=0.354086 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000222916 Jy ! Component: 100 - total flux cleaned = 8.88458e-06 Jy ! Component: 150 - total flux cleaned = -0.000627628 Jy ! Component: 200 - total flux cleaned = -0.00125504 Jy ! Total flux subtracted in 200 components = -0.00125504 Jy ! Clean residual min=-0.003484 max=0.003476 Jy/beam ! Clean residual mean=0.000016 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 3.04103 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 596 components and 3.04103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.154951Jy sigma=0.349980 ! Fit after self-cal, rms=1.155061Jy sigma=0.349829 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.155061Jy sigma=0.349829 ! Fit after self-cal, rms=1.153059Jy sigma=0.345290 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=8.427 mas, bmaj=29.26 mas, bpa=30.7 degrees ! Estimated noise=12.672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.40859 Jy ! Component: 100 - total flux cleaned = 2.05822 Jy ! Component: 150 - total flux cleaned = 2.27874 Jy ! Component: 200 - total flux cleaned = 2.35104 Jy ! Total flux subtracted in 200 components = 2.35104 Jy ! Clean residual min=-0.179263 max=0.179523 Jy/beam ! Clean residual mean=0.000610 rms=0.068019 Jy/beam ! Combined flux in latest and established models = 2.35104 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 64 model components to the UV plane model. ! The established model now contains 64 components and 2.35104 Jy ! Inverting map and beam ! Estimated beam: bmin=8.691 mas, bmaj=30 mas, bpa=34.29 degrees ! Estimated noise=12.1996 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.233883 Jy ! Component: 100 - total flux cleaned = 0.331523 Jy ! Component: 150 - total flux cleaned = 0.399171 Jy ! Component: 200 - total flux cleaned = 0.445445 Jy ! Total flux subtracted in 200 components = 0.445445 Jy ! Clean residual min=-0.072757 max=0.072965 Jy/beam ! Clean residual mean=0.000838 rms=0.032220 Jy/beam ! Combined flux in latest and established models = 2.79648 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 136 components and 2.79648 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.82 mas, bmaj=29.15 mas, bpa=33.55 degrees ! Estimated noise=12.4344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00889383 Jy ! Component: 100 - total flux cleaned = -0.00748486 Jy ! Component: 150 - total flux cleaned = -0.00744031 Jy ! Component: 200 - total flux cleaned = -0.0159433 Jy ! Total flux subtracted in 200 components = -0.0159433 Jy ! Clean residual min=-0.033604 max=0.034173 Jy/beam ! Clean residual mean=0.000331 rms=0.014738 Jy/beam ! Combined flux in latest and established models = 2.78054 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.00575231 Jy ! Component: 100 - total flux cleaned = -0.0112587 Jy ! Component: 150 - total flux cleaned = -0.0272769 Jy ! Component: 200 - total flux cleaned = -0.0499443 Jy ! Total flux subtracted in 200 components = -0.0499443 Jy ! Clean residual min=-0.028963 max=0.028447 Jy/beam ! Clean residual mean=0.000144 rms=0.010002 Jy/beam ! Combined flux in latest and established models = 2.7306 Jy ! Adding 123 model components to the UV plane model. ! The established model now contains 256 components and 2.7306 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=8.691 mas, bmaj=30 mas, bpa=34.29 degrees ! Estimated noise=12.1996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0168239 Jy ! Component: 100 - total flux cleaned = -0.0344344 Jy ! Component: 150 - total flux cleaned = -0.0434845 Jy ! Component: 200 - total flux cleaned = -0.0427234 Jy ! Total flux subtracted in 200 components = -0.0427234 Jy ! Clean residual min=-0.011261 max=0.011230 Jy/beam ! Clean residual mean=-0.000031 rms=0.004126 Jy/beam ! Combined flux in latest and established models = 2.68787 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 301 components and 2.68787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.154493Jy sigma=0.394122 ! Fit after self-cal, rms=1.154767Jy sigma=0.387955 wmodel J0730-1141_S_i_map.mod ! Writing 301 model components to file: J0730-1141_S_i_map.mod wobs J0730-1141_S_i_uvs.fits ! Writing UV FITS file: J0730-1141_S_i_uvs.fits wwins J0730-1141_S_i_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_uva//J0730-1141_S_i_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.691 x 30 at 34.29 degrees (North through East) ! Clean map min=-0.11992 max=1.0409 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0730-1141_S_i_map.fits wmodel /image_prod/ug002_uva//J0730-1141_S_i_map.mod ! Writing 301 model components to file: /image_prod/ug002_uva//J0730-1141_S_i_map.mod wobs /image_prod/ug002_uva//J0730-1141_S_i_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0730-1141_S_i_uvs.fits wwins /image_prod/ug002_uva//J0730-1141_S_i_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 1.04089 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.003692 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06409 1.06409 2.12819 4.25637 8.51274 17.0255 34.051 68.102 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.04 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 281.93 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0730-1141_S_i_dfm.log closed on Wed Mar 4 21:50:15 2020