! Started logfile: .//J0023-0253_C_dfm.log on Mon Jan 20 17:03:16 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J0023-0253_C_uva.fits ! Reading UV FITS file: .//J0023-0253_C_uva.fits ! AN table 1: 15 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0023-0253 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+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.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J0023-0253_C] 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.300x0.300 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.000649Jy sigma=22.018769 ! Fit after self-cal, rms=0.974391Jy sigma=21.440625 ! 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=5.373 mas, bmaj=11.21 mas, bpa=57.13 degrees ! Estimated noise=1.14333 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.0207126 Jy ! Component: 100 - total flux cleaned = 0.0241927 Jy ! Total flux subtracted in 100 components = 0.0241927 Jy ! Clean residual min=-0.004320 max=0.004333 Jy/beam ! Clean residual mean=0.000021 rms=0.001706 Jy/beam ! Combined flux in latest and established models = 0.0241927 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.0241927 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.033497Jy sigma=0.701410 ! Fit after self-cal, rms=0.031747Jy sigma=0.664787 ! 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=6.259 mas, bmaj=11.16 mas, bpa=53.31 degrees ! Estimated noise=0.769605 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.0031968 Jy ! Component: 100 - total flux cleaned = 0.00307008 Jy ! Component: 150 - total flux cleaned = 0.00225899 Jy ! Component: 200 - total flux cleaned = 0.00150267 Jy ! Total flux subtracted in 200 components = 0.00150267 Jy ! Clean residual min=-0.001834 max=0.001814 Jy/beam ! Clean residual mean=0.000007 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.0256953 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 117 components and 0.0256953 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.029572Jy sigma=0.610255 ! Fit after self-cal, rms=0.029224Jy sigma=0.603495 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.259 x 11.16 at 53.31 degrees (North through East) ! Clean map min=-0.0046844 max=0.026878 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.87 KP 0.95 LA 0.93 ! OV 0.99 PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.09 KP 0.96 LA 0.91 ! OV 0.95 PT 1.15 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.86 KP 1.32 LA 0.97 ! OV 0.76 PT 0.86 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.79 KP 0.87 LA 0.97 ! OV 0.99 PT 1.25 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.76 KP 1.07 LA 1.03 ! OV 0.85 PT 0.88 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.83 KP 0.89 LA 1.01 ! OV 1.06 PT 0.99 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.89 KP 0.97 LA 0.99 ! OV 0.92 PT 1.00 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.79 KP 1.00 LA 1.02 ! OV 1.00 PT 1.01 ! ! ! Fit before self-cal, rms=0.029224Jy sigma=0.603495 ! Fit after self-cal, rms=0.027292Jy sigma=0.590009 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.231 mas, bmaj=11.23 mas, bpa=51.77 degrees ! Estimated noise=0.70404 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.00261641 Jy ! Component: 100 - total flux cleaned = 0.00385988 Jy ! Component: 150 - total flux cleaned = 0.00476099 Jy ! Component: 200 - total flux cleaned = 0.00534013 Jy ! Total flux subtracted in 200 components = 0.00534013 Jy ! Clean residual min=-0.000689 max=0.000691 Jy/beam ! Clean residual mean=0.000002 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0310355 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 180 components and 0.0310355 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.026973Jy sigma=0.581767 ! Fit after self-cal, rms=0.027041Jy sigma=0.579815 ! 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.027041Jy sigma=0.579815 ! Fit after self-cal, rms=0.027344Jy sigma=0.579406 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.223 mas, bmaj=11.23 mas, bpa=51.64 degrees ! Estimated noise=0.699878 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136641 Jy ! Component: 100 - total flux cleaned = 0.00204121 Jy ! Component: 150 - total flux cleaned = 0.0024671 Jy ! Component: 200 - total flux cleaned = 0.00287301 Jy ! Total flux subtracted in 200 components = 0.00287301 Jy ! Clean residual min=-0.000520 max=0.000524 Jy/beam ! Clean residual mean=0.000001 rms=0.000216 Jy/beam ! Combined flux in latest and established models = 0.0339085 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 233 components and 0.0339085 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.027217Jy sigma=0.576404 ! Fit after self-cal, rms=0.027250Jy sigma=0.575808 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.000532713 Jy ! Component: 100 - total flux cleaned = 0.000784402 Jy ! Component: 150 - total flux cleaned = 0.00114471 Jy ! Component: 200 - total flux cleaned = 0.00131941 Jy ! Total flux subtracted in 200 components = 0.00131941 Jy ! Clean residual min=-0.000385 max=0.000388 Jy/beam ! Clean residual mean=0.000001 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0352279 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 292 components and 0.0352279 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.027181Jy sigma=0.574352 ! Fit after self-cal, rms=0.027184Jy sigma=0.573977 ! 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.027184Jy sigma=0.573977 ! Fit after self-cal, rms=0.027256Jy sigma=0.573836 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.224 mas, bmaj=11.22 mas, bpa=51.67 degrees ! Estimated noise=0.697242 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000365676 Jy ! Component: 100 - total flux cleaned = 0.000435599 Jy ! Component: 150 - total flux cleaned = 0.000392001 Jy ! Component: 200 - total flux cleaned = 0.0004742 Jy ! Total flux subtracted in 200 components = 0.0004742 Jy ! Clean residual min=-0.000318 max=0.000318 Jy/beam ! Clean residual mean=0.000000 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.0357021 Jy selfcal ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 339 components and 0.0357021 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.027215Jy sigma=0.572931 ! Fit after self-cal, rms=0.027238Jy sigma=0.572801 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 = 9.17991e-05 Jy ! Component: 100 - total flux cleaned = 0.00020705 Jy ! Component: 150 - total flux cleaned = 0.000243731 Jy ! Component: 200 - total flux cleaned = 0.000212997 Jy ! Total flux subtracted in 200 components = 0.000212997 Jy ! Clean residual min=-0.000251 max=0.000252 Jy/beam ! Clean residual mean=0.000000 rms=0.000104 Jy/beam ! Combined flux in latest and established models = 0.0359151 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 398 components and 0.0359151 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.027214Jy sigma=0.572310 ! Fit after self-cal, rms=0.027219Jy sigma=0.572262 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.027219Jy sigma=0.572262 ! Fit after self-cal, rms=0.027191Jy sigma=0.572188 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.608 mas, bmaj=11.33 mas, bpa=50.16 degrees ! Estimated noise=0.696031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103956 Jy ! Component: 100 - total flux cleaned = 0.000120406 Jy ! Component: 150 - total flux cleaned = 0.00012082 Jy ! Component: 200 - total flux cleaned = 0.000134615 Jy ! Total flux subtracted in 200 components = 0.000134615 Jy ! Clean residual min=-0.000208 max=0.000207 Jy/beam ! Clean residual mean=0.000000 rms=0.000083 Jy/beam ! Combined flux in latest and established models = 0.0360497 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 445 components and 0.0360497 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.027174Jy sigma=0.571883 ! Fit after self-cal, rms=0.027186Jy sigma=0.571835 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.000145284 Jy ! Component: 100 - total flux cleaned = 0.000169493 Jy ! Component: 150 - total flux cleaned = 0.000146924 Jy ! Component: 200 - total flux cleaned = 0.000136153 Jy ! Total flux subtracted in 200 components = 0.000136153 Jy ! Clean residual min=-0.000174 max=0.000174 Jy/beam ! Clean residual mean=0.000000 rms=0.000071 Jy/beam ! Combined flux in latest and established models = 0.0361858 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 492 components and 0.0361858 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.027174Jy sigma=0.571646 ! Fit after self-cal, rms=0.027178Jy sigma=0.571627 ! 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=6.218 mas, bmaj=11.22 mas, bpa=51.83 degrees ! Estimated noise=0.69571 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.218 x 11.22 at 51.83 degrees (North through East) ! Clean map min=-0.0019626 max=0.025239 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=5.375 mas, bmaj=11.22 mas, bpa=55.38 degrees ! Estimated noise=1.02929 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193913 Jy ! Component: 100 - total flux cleaned = 0.0243467 Jy ! Component: 150 - total flux cleaned = 0.0257147 Jy ! Component: 200 - total flux cleaned = 0.0257233 Jy ! Total flux subtracted in 200 components = 0.0257233 Jy ! Clean residual min=-0.002694 max=0.002687 Jy/beam ! Clean residual mean=0.000012 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.0257233 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 0.0257233 Jy ! Inverting map and beam ! Estimated beam: bmin=6.218 mas, bmaj=11.22 mas, bpa=51.83 degrees ! Estimated noise=0.69571 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.00204705 Jy ! Component: 100 - total flux cleaned = 0.00282214 Jy ! Component: 150 - total flux cleaned = 0.00294601 Jy ! Component: 200 - total flux cleaned = 0.00315509 Jy ! Total flux subtracted in 200 components = 0.00315509 Jy ! Clean residual min=-0.001104 max=0.001107 Jy/beam ! Clean residual mean=0.000004 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0288784 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 157 components and 0.0288784 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.608 mas, bmaj=11.33 mas, bpa=50.16 degrees ! Estimated noise=0.696031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000265499 Jy ! Component: 100 - total flux cleaned = 0.000528887 Jy ! Component: 150 - total flux cleaned = 0.000433698 Jy ! Component: 200 - total flux cleaned = 0.000470089 Jy ! Total flux subtracted in 200 components = 0.000470089 Jy ! Clean residual min=-0.000633 max=0.000635 Jy/beam ! Clean residual mean=0.000003 rms=0.000274 Jy/beam ! Combined flux in latest and established models = 0.0293485 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.000143199 Jy ! Component: 100 - total flux cleaned = -0.000403264 Jy ! Component: 150 - total flux cleaned = -0.000522163 Jy ! Component: 200 - total flux cleaned = -0.000521731 Jy ! Total flux subtracted in 200 components = -0.000521731 Jy ! Clean residual min=-0.000440 max=0.000437 Jy/beam ! Clean residual mean=0.000002 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.0288268 Jy ! Adding 142 model components to the UV plane model. ! The established model now contains 287 components and 0.0288268 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.218 mas, bmaj=11.22 mas, bpa=51.83 degrees ! Estimated noise=0.69571 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000112142 Jy ! Component: 100 - total flux cleaned = -6.93007e-05 Jy ! Component: 150 - total flux cleaned = -0.000307647 Jy ! Component: 200 - total flux cleaned = -0.00042515 Jy ! Total flux subtracted in 200 components = -0.00042515 Jy ! Clean residual min=-0.000269 max=0.000267 Jy/beam ! Clean residual mean=0.000001 rms=0.000112 Jy/beam ! Combined flux in latest and established models = 0.0284016 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 340 components and 0.0284016 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.027209Jy sigma=0.572401 ! Fit after self-cal, rms=0.027213Jy sigma=0.572281 wmodel J0023-0253_C_map.mod ! Writing 340 model components to file: J0023-0253_C_map.mod wobs J0023-0253_C_uvs.fits ! Writing UV FITS file: J0023-0253_C_uvs.fits wwins J0023-0253_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0023-0253_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.218 x 11.22 at 51.83 degrees (North through East) ! Clean map min=-0.0023632 max=0.021774 Jy/beam ! Writing clean map to FITS file: .//J0023-0253_C_map.fits wmodel .//J0023-0253_C_map.mod ! Writing 340 model components to file: .//J0023-0253_C_map.mod wobs .//J0023-0253_C_uvs.fits ! Writing UV FITS file: .//J0023-0253_C_uvs.fits wwins .//J0023-0253_C_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.0217741 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000109506 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.50875 1.50875 3.01751 6.03502 12.07 24.1401 48.2802 96.5603 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.021 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 198.839 quit ! Quitting program ! Log file .//J0023-0253_C_dfm.log closed on Mon Jan 20 17:03:19 2020