! Started logfile: .//J0116-3404_X_dfm.log on Mon Jan 20 17:09:08 2020 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J0116-3404_X_uva.fits ! Reading UV FITS file: .//J0116-3404_X_uva.fits ! AN table 1: 15 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0116-3404 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 76 lines of history. ! ! Reading 1800 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 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0116-3404_X] 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.200x0.200 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.006550Jy sigma=15.018253 ! Fit after self-cal, rms=0.949777Jy sigma=14.156187 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.417 mas, bmaj=19.68 mas, bpa=-11.69 degrees ! Estimated noise=1.50744 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.0401973 Jy ! Component: 100 - total flux cleaned = 0.0480274 Jy ! Total flux subtracted in 100 components = 0.0480274 Jy ! Clean residual min=-0.004139 max=0.004185 Jy/beam ! Clean residual mean=-0.000032 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.0480274 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0480274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.049018Jy sigma=0.658912 ! Fit after self-cal, rms=0.048025Jy sigma=0.639968 ! 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=2.82 mas, bmaj=19.23 mas, bpa=-11.56 degrees ! Estimated noise=1.15016 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.00570008 Jy ! Component: 100 - total flux cleaned = 0.00765956 Jy ! Component: 150 - total flux cleaned = 0.00843711 Jy ! Component: 200 - total flux cleaned = 0.0082645 Jy ! Total flux subtracted in 200 components = 0.0082645 Jy ! Clean residual min=-0.001338 max=0.001334 Jy/beam ! Clean residual mean=-0.000005 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0562919 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 99 components and 0.0562919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.047162Jy sigma=0.624842 ! Fit after self-cal, rms=0.047190Jy sigma=0.624333 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.82 x 19.23 at -11.56 degrees (North through East) ! Clean map min=-0.0022928 max=0.048443 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.99 LA 0.91 NL 0.94 ! OV 0.94 PT 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.92 LA 0.94 NL 1.09 ! OV 0.98 PT 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.03 LA 1.04 NL 0.95 ! OV 1.20 PT 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.01 LA 0.96 NL 1.12 ! OV 1.13 PT 0.87 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 1.09 LA 0.98 NL 0.96 ! OV 1.12 PT 1.06 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.97 LA 1.16 NL 1.02 ! OV 1.04 PT 1.01 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.05 LA 1.00 NL 0.94 ! OV 0.93 PT 0.98 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.04 LA 0.86 NL 1.09 ! OV 0.96 PT 0.97 ! ! ! Fit before self-cal, rms=0.047190Jy sigma=0.624333 ! Fit after self-cal, rms=0.046934Jy sigma=0.618807 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.855 mas, bmaj=19.18 mas, bpa=-11.57 degrees ! Estimated noise=1.12927 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.00173962 Jy ! Component: 100 - total flux cleaned = 0.00225726 Jy ! Component: 150 - total flux cleaned = 0.00254656 Jy ! Component: 200 - total flux cleaned = 0.00272885 Jy ! Total flux subtracted in 200 components = 0.00272885 Jy ! Clean residual min=-0.000562 max=0.000559 Jy/beam ! Clean residual mean=0.000002 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.0590207 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 155 components and 0.0590207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046816Jy sigma=0.617610 ! Fit after self-cal, rms=0.046887Jy sigma=0.617252 ! 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046887Jy sigma=0.617252 ! Fit after self-cal, rms=0.046875Jy sigma=0.617211 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.857 mas, bmaj=19.17 mas, bpa=-11.57 degrees ! Estimated noise=1.12579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000321826 Jy ! Component: 100 - total flux cleaned = 0.000573992 Jy ! Component: 150 - total flux cleaned = 0.00063109 Jy ! Component: 200 - total flux cleaned = 0.000528115 Jy ! Total flux subtracted in 200 components = 0.000528115 Jy ! Clean residual min=-0.000422 max=0.000423 Jy/beam ! Clean residual mean=0.000001 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.0595488 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 213 components and 0.0595488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046828Jy sigma=0.616779 ! Fit after self-cal, rms=0.046830Jy sigma=0.616751 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.000213714 Jy ! Component: 100 - total flux cleaned = 0.00023816 Jy ! Component: 150 - total flux cleaned = 0.000261032 Jy ! Component: 200 - total flux cleaned = 0.000282205 Jy ! Total flux subtracted in 200 components = 0.000282205 Jy ! Clean residual min=-0.000342 max=0.000342 Jy/beam ! Clean residual mean=0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.059831 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 273 components and 0.059831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046805Jy sigma=0.616472 ! Fit after self-cal, rms=0.046804Jy sigma=0.616462 ! 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046804Jy sigma=0.616462 ! Fit after self-cal, rms=0.046895Jy sigma=0.616444 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.858 mas, bmaj=19.17 mas, bpa=-11.57 degrees ! Estimated noise=1.12738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.17042e-05 Jy ! Component: 100 - total flux cleaned = 0.000132553 Jy ! Component: 150 - total flux cleaned = 0.000232278 Jy ! Component: 200 - total flux cleaned = 0.00031101 Jy ! Total flux subtracted in 200 components = 0.00031101 Jy ! Clean residual min=-0.000324 max=0.000328 Jy/beam ! Clean residual mean=0.000001 rms=0.000135 Jy/beam ! Combined flux in latest and established models = 0.0601421 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 331 components and 0.060142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046876Jy sigma=0.616240 ! Fit after self-cal, rms=0.046876Jy sigma=0.616234 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.000104969 Jy ! Component: 100 - total flux cleaned = 0.000104931 Jy ! Component: 150 - total flux cleaned = 8.68659e-05 Jy ! Component: 200 - total flux cleaned = 8.69972e-05 Jy ! Total flux subtracted in 200 components = 8.69972e-05 Jy ! Clean residual min=-0.000298 max=0.000298 Jy/beam ! Clean residual mean=0.000001 rms=0.000122 Jy/beam ! Combined flux in latest and established models = 0.060229 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 373 components and 0.060229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046858Jy sigma=0.616101 ! Fit after self-cal, rms=0.046856Jy sigma=0.616095 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046856Jy sigma=0.616095 ! Fit after self-cal, rms=0.046941Jy sigma=0.616087 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=19.04 mas, bpa=-11.02 degrees ! Estimated noise=1.10947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.79859e-05 Jy ! Component: 100 - total flux cleaned = 1.03009e-05 Jy ! Component: 150 - total flux cleaned = 6.78503e-05 Jy ! Component: 200 - total flux cleaned = 0.000111557 Jy ! Total flux subtracted in 200 components = 0.000111557 Jy ! Clean residual min=-0.000242 max=0.000243 Jy/beam ! Clean residual mean=0.000001 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.0603406 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 422 components and 0.0603406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046930Jy sigma=0.615954 ! Fit after self-cal, rms=0.046932Jy sigma=0.615950 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.000104487 Jy ! Component: 100 - total flux cleaned = 0.00013093 Jy ! Component: 150 - total flux cleaned = 0.000130624 Jy ! Component: 200 - total flux cleaned = 0.000105435 Jy ! Total flux subtracted in 200 components = 0.000105435 Jy ! Clean residual min=-0.000209 max=0.000207 Jy/beam ! Clean residual mean=0.000001 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.060446 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 478 components and 0.060446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046922Jy sigma=0.615859 ! Fit after self-cal, rms=0.046922Jy sigma=0.615856 ! 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=2.859 mas, bmaj=19.17 mas, bpa=-11.57 degrees ! Estimated noise=1.12899 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.859 x 19.17 at -11.57 degrees (North through East) ! Clean map min=-0.00104 max=0.047319 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.446 mas, bmaj=19.56 mas, bpa=-11.67 degrees ! Estimated noise=1.48399 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0401506 Jy ! Component: 100 - total flux cleaned = 0.0473234 Jy ! Component: 150 - total flux cleaned = 0.0493994 Jy ! Component: 200 - total flux cleaned = 0.0510091 Jy ! Total flux subtracted in 200 components = 0.0510091 Jy ! Clean residual min=-0.001942 max=0.001943 Jy/beam ! Clean residual mean=-0.000010 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0510091 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.0510091 Jy ! Inverting map and beam ! Estimated beam: bmin=2.859 mas, bmaj=19.17 mas, bpa=-11.57 degrees ! Estimated noise=1.12899 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.000895481 Jy ! Component: 100 - total flux cleaned = 0.00118102 Jy ! Component: 150 - total flux cleaned = 0.00155256 Jy ! Component: 200 - total flux cleaned = 0.00186037 Jy ! Total flux subtracted in 200 components = 0.00186037 Jy ! Clean residual min=-0.000918 max=0.000931 Jy/beam ! Clean residual mean=-0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0528695 Jy ! Adding 74 model components to the UV plane model. ! The established model now contains 120 components and 0.0528695 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=19.04 mas, bpa=-11.02 degrees ! Estimated noise=1.10947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00049137 Jy ! Component: 100 - total flux cleaned = -0.000767371 Jy ! Component: 150 - total flux cleaned = -0.00104634 Jy ! Component: 200 - total flux cleaned = -0.00120539 Jy ! Total flux subtracted in 200 components = -0.00120539 Jy ! Clean residual min=-0.000494 max=0.000491 Jy/beam ! Clean residual mean=0.000000 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.0516641 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.000113463 Jy ! Component: 100 - total flux cleaned = -0.000217578 Jy ! Component: 150 - total flux cleaned = -0.000266502 Jy ! Component: 200 - total flux cleaned = -0.000381726 Jy ! Total flux subtracted in 200 components = -0.000381726 Jy ! Clean residual min=-0.000373 max=0.000374 Jy/beam ! Clean residual mean=0.000000 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0512824 Jy ! Adding 121 model components to the UV plane model. ! The established model now contains 230 components and 0.0512824 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.859 mas, bmaj=19.17 mas, bpa=-11.57 degrees ! Estimated noise=1.12899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.58167e-05 Jy ! Component: 100 - total flux cleaned = 8.59929e-05 Jy ! Component: 150 - total flux cleaned = 0.00010885 Jy ! Component: 200 - total flux cleaned = 0.000195897 Jy ! Total flux subtracted in 200 components = 0.000195897 Jy ! Clean residual min=-0.000353 max=0.000351 Jy/beam ! Clean residual mean=0.000001 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.0514783 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 283 components and 0.0514783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.046968Jy sigma=0.616295 ! Fit after self-cal, rms=0.046962Jy sigma=0.616255 wmodel J0116-3404_X_map.mod ! Writing 283 model components to file: J0116-3404_X_map.mod wobs J0116-3404_X_uvs.fits ! Writing UV FITS file: J0116-3404_X_uvs.fits wwins J0116-3404_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0116-3404_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.859 x 19.17 at -11.57 degrees (North through East) ! Clean map min=-0.0019534 max=0.046194 Jy/beam ! Writing clean map to FITS file: .//J0116-3404_X_map.fits wmodel .//J0116-3404_X_map.mod ! Writing 283 model components to file: .//J0116-3404_X_map.mod wobs .//J0116-3404_X_uvs.fits ! Writing UV FITS file: .//J0116-3404_X_uvs.fits wwins .//J0116-3404_X_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.0461943 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000146519 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.95154 0.95154 1.90308 3.80616 7.61232 15.2246 30.4493 60.8986 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 315.278 quit ! Quitting program ! Log file .//J0116-3404_X_dfm.log closed on Mon Jan 20 17:09:11 2020