! Started logfile: .//J0743-4434_X_dfm.log on Sat Oct 20 23:47:39 2018 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 .//J0743-4434_X_uva.fits ! Reading UV FITS file: .//J0743-4434_X_uva.fits ! AN table 1: 6 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0743-4434 ! ! 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 288 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 J0743-4434_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.017071Jy sigma=23.717573 ! Fit after self-cal, rms=0.834622Jy sigma=19.624475 ! 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=0.8113 mas, bmaj=41.69 mas, bpa=3.291 degrees ! Estimated noise=2.64568 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.112097 Jy ! Component: 100 - total flux cleaned = 0.140288 Jy ! Total flux subtracted in 100 components = 0.140288 Jy ! Clean residual min=-0.011942 max=0.013697 Jy/beam ! Clean residual mean=0.000130 rms=0.006109 Jy/beam ! Combined flux in latest and established models = 0.140288 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.140288 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.060995Jy sigma=1.241097 ! Fit after self-cal, rms=0.060947Jy sigma=1.240162 ! 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=0.9961 mas, bmaj=42.26 mas, bpa=3.105 degrees ! Estimated noise=1.9307 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.0336592 Jy ! Component: 100 - total flux cleaned = 0.0466734 Jy ! Component: 150 - total flux cleaned = 0.0468643 Jy ! Component: 200 - total flux cleaned = 0.0466377 Jy ! Total flux subtracted in 200 components = 0.0466377 Jy ! Clean residual min=-0.003226 max=0.003219 Jy/beam ! Clean residual mean=0.000088 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.186926 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 120 components and 0.186926 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.039611Jy sigma=0.644969 ! Fit after self-cal, rms=0.039457Jy sigma=0.642606 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9961 x 42.26 at 3.105 degrees (North through East) ! Clean map min=-0.0068917 max=0.15048 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 LA 0.94 PT 1.06 SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 LA 0.98 PT 0.96 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 LA 0.99 PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 LA 0.99 PT 1.01 SC 1.02 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 LA 1.04 PT 1.03 SC 1.09 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 LA 1.11 PT 0.98 SC 1.02 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 LA 0.98 PT 1.02 SC 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 LA 1.04 PT 0.99 SC 0.94 ! ! ! Fit before self-cal, rms=0.039457Jy sigma=0.642606 ! Fit after self-cal, rms=0.037612Jy sigma=0.590254 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.006 mas, bmaj=42.46 mas, bpa=3.097 degrees ! Estimated noise=1.90008 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.001092 Jy ! Component: 100 - total flux cleaned = 0.00176304 Jy ! Component: 150 - total flux cleaned = 0.00215631 Jy ! Component: 200 - total flux cleaned = 0.00298749 Jy ! Total flux subtracted in 200 components = 0.00298749 Jy ! Clean residual min=-0.001474 max=0.001464 Jy/beam ! Clean residual mean=-0.000054 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.189913 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 185 components and 0.189913 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.037209Jy sigma=0.581704 ! Fit after self-cal, rms=0.037266Jy sigma=0.581022 ! 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.037266Jy sigma=0.581022 ! Fit after self-cal, rms=0.037308Jy sigma=0.580288 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.009 mas, bmaj=42.46 mas, bpa=3.095 degrees ! Estimated noise=1.90333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000252787 Jy ! Component: 100 - total flux cleaned = 0.000522883 Jy ! Component: 150 - total flux cleaned = 0.000954686 Jy ! Component: 200 - total flux cleaned = 0.00143527 Jy ! Total flux subtracted in 200 components = 0.00143527 Jy ! Clean residual min=-0.001391 max=0.001401 Jy/beam ! Clean residual mean=-0.000065 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.191349 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 233 components and 0.191349 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.037096Jy sigma=0.577288 ! Fit after self-cal, rms=0.037090Jy sigma=0.576841 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.000521669 Jy ! Component: 100 - total flux cleaned = -0.000474136 Jy ! Component: 150 - total flux cleaned = -0.000305934 Jy ! Component: 200 - total flux cleaned = -5.43609e-05 Jy ! Total flux subtracted in 200 components = -5.43609e-05 Jy ! Clean residual min=-0.001096 max=0.001090 Jy/beam ! Clean residual mean=-0.000035 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.191294 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 291 components and 0.191294 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.036924Jy sigma=0.572330 ! Fit after self-cal, rms=0.036922Jy sigma=0.572196 ! 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.036922Jy sigma=0.572196 ! Fit after self-cal, rms=0.036969Jy sigma=0.571346 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.012 mas, bmaj=42.43 mas, bpa=3.092 degrees ! Estimated noise=1.90489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.64236e-05 Jy ! Component: 100 - total flux cleaned = 0.000302502 Jy ! Component: 150 - total flux cleaned = 0.000744738 Jy ! Component: 200 - total flux cleaned = 0.00130858 Jy ! Total flux subtracted in 200 components = 0.00130858 Jy ! Clean residual min=-0.000881 max=0.000869 Jy/beam ! Clean residual mean=-0.000053 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.192603 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 349 components and 0.192603 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.036778Jy sigma=0.569626 ! Fit after self-cal, rms=0.036767Jy sigma=0.569537 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.000397919 Jy ! Component: 100 - total flux cleaned = 0.000526359 Jy ! Component: 150 - total flux cleaned = 0.000744005 Jy ! Component: 200 - total flux cleaned = 0.0010038 Jy ! Total flux subtracted in 200 components = 0.0010038 Jy ! Clean residual min=-0.000913 max=0.000928 Jy/beam ! Clean residual mean=-0.000034 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.193607 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 395 components and 0.193607 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.036665Jy sigma=0.567201 ! Fit after self-cal, rms=0.036668Jy sigma=0.567123 ! 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.036668Jy sigma=0.567123 ! Fit after self-cal, rms=0.036698Jy sigma=0.566383 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.392 mas, bmaj=37.87 mas, bpa=2.886 degrees ! Estimated noise=2.56654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00138623 Jy ! Component: 100 - total flux cleaned = -0.000552557 Jy ! Component: 150 - total flux cleaned = 0.00103024 Jy ! Component: 200 - total flux cleaned = 0.00361548 Jy ! Total flux subtracted in 200 components = 0.00361548 Jy ! Clean residual min=-0.003827 max=0.003897 Jy/beam ! Clean residual mean=-0.000042 rms=0.001230 Jy/beam ! Combined flux in latest and established models = 0.197222 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 452 components and 0.197222 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.036648Jy sigma=0.565867 ! Fit after self-cal, rms=0.036647Jy sigma=0.565711 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.00180998 Jy ! Component: 100 - total flux cleaned = 0.00262901 Jy ! Component: 150 - total flux cleaned = 0.00290793 Jy ! Component: 200 - total flux cleaned = 0.00344247 Jy ! Total flux subtracted in 200 components = 0.00344247 Jy ! Clean residual min=-0.001162 max=0.001159 Jy/beam ! Clean residual mean=-0.000052 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.200665 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 514 components and 0.200665 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.036466Jy sigma=0.563790 ! Fit after self-cal, rms=0.036457Jy sigma=0.563668 ! 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=1.014 mas, bmaj=42.4 mas, bpa=3.09 degrees ! Estimated noise=1.90533 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.014 x 42.4 at 3.09 degrees (North through East) ! Clean map min=-0.0037632 max=0.14755 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=0.8178 mas, bmaj=41.92 mas, bpa=3.273 degrees ! Estimated noise=2.68725 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.113671 Jy ! Component: 100 - total flux cleaned = 0.140964 Jy ! Component: 150 - total flux cleaned = 0.156873 Jy ! Component: 200 - total flux cleaned = 0.167636 Jy ! Total flux subtracted in 200 components = 0.167636 Jy ! Clean residual min=-0.006660 max=0.006624 Jy/beam ! Clean residual mean=0.000075 rms=0.003207 Jy/beam ! Combined flux in latest and established models = 0.167636 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 70 model components to the UV plane model. ! The established model now contains 70 components and 0.167636 Jy ! Inverting map and beam ! Estimated beam: bmin=1.014 mas, bmaj=42.4 mas, bpa=3.09 degrees ! Estimated noise=1.90533 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.0141443 Jy ! Component: 100 - total flux cleaned = 0.0173034 Jy ! Component: 150 - total flux cleaned = 0.0170786 Jy ! Component: 200 - total flux cleaned = 0.0153189 Jy ! Total flux subtracted in 200 components = 0.0153189 Jy ! Clean residual min=-0.002008 max=0.002014 Jy/beam ! Clean residual mean=0.000028 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.182955 Jy ! Adding 103 model components to the UV plane model. ! The established model now contains 173 components and 0.182955 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=2.392 mas, bmaj=37.87 mas, bpa=2.886 degrees ! Estimated noise=2.56654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0005249 Jy ! Component: 100 - total flux cleaned = 0.0011437 Jy ! Component: 150 - total flux cleaned = 0.00396087 Jy ! Component: 200 - total flux cleaned = 0.00852287 Jy ! Total flux subtracted in 200 components = 0.00852287 Jy ! Clean residual min=-0.007273 max=0.007345 Jy/beam ! Clean residual mean=-0.000012 rms=0.002080 Jy/beam ! Combined flux in latest and established models = 0.191478 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.00795653 Jy ! Component: 100 - total flux cleaned = 0.0211421 Jy ! Component: 150 - total flux cleaned = 0.0411038 Jy ! Component: 200 - total flux cleaned = 0.0735754 Jy ! Total flux subtracted in 200 components = 0.0735754 Jy ! Clean residual min=-0.052835 max=0.052943 Jy/beam ! Clean residual mean=0.000485 rms=0.017424 Jy/beam ! Combined flux in latest and established models = 0.265053 Jy ! Adding 99 model components to the UV plane model. ! The established model now contains 272 components and 0.265053 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.014 mas, bmaj=42.4 mas, bpa=3.09 degrees ! Estimated noise=1.90533 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0229848 Jy ! Component: 100 - total flux cleaned = -0.0432513 Jy ! Component: 150 - total flux cleaned = -0.070774 Jy ! Component: 200 - total flux cleaned = -0.0990419 Jy ! Total flux subtracted in 200 components = -0.0990419 Jy ! Clean residual min=-0.025348 max=0.024698 Jy/beam ! Clean residual mean=-0.000316 rms=0.006145 Jy/beam ! Combined flux in latest and established models = 0.166011 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 291 components and 0.166011 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.038790Jy sigma=0.644684 ! Fit after self-cal, rms=0.038645Jy sigma=0.639173 wmodel J0743-4434_X_map.mod ! Writing 291 model components to file: J0743-4434_X_map.mod wobs J0743-4434_X_uvs.fits ! Writing UV FITS file: J0743-4434_X_uvs.fits wwins J0743-4434_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0743-4434_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.014 x 42.4 at 3.09 degrees (North through East) ! Clean map min=-0.011842 max=0.12527 Jy/beam ! Writing clean map to FITS file: .//J0743-4434_X_map.fits wmodel .//J0743-4434_X_map.mod ! Writing 291 model components to file: .//J0743-4434_X_map.mod wobs .//J0743-4434_X_uvs.fits ! Writing UV FITS file: .//J0743-4434_X_uvs.fits wwins .//J0743-4434_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.125269 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00297629 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -7.12776 7.12776 14.2555 28.511 57.022 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0089 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.125 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 42.088 quit ! Quitting program ! Log file .//J0743-4434_X_dfm.log closed on Sat Oct 20 23:47:44 2018