! Started logfile: .//J0335-4837_C_20180528_dfm.log on Sun Jul 8 13:38:39 2018 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 .//J0335-4837_C_20180528_uva.fits ! Reading UV FITS file: .//J0335-4837_C_20180528_uva.fits ! AN table 1: 22 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.954545 visibilities/baseline/integration-bin. ! Found source: J0335-4837 ! ! 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 85 lines of history. ! ! Reading 1008 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 J0335-4837_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. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009114Jy sigma=13.541327 ! Fit after self-cal, rms=0.911071Jy sigma=12.236160 ! 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=1.219 mas, bmaj=39.07 mas, bpa=6.769 degrees ! Estimated noise=2.31767 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0700001 Jy ! Component: 100 - total flux cleaned = 0.0853274 Jy ! Total flux subtracted in 100 components = 0.0853274 Jy ! Clean residual min=-0.008250 max=0.008540 Jy/beam ! Clean residual mean=-0.000048 rms=0.002342 Jy/beam ! Combined flux in latest and established models = 0.0853274 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0853274 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.058379Jy sigma=0.710631 ! Fit after self-cal, rms=0.058326Jy sigma=0.709794 ! 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=1.647 mas, bmaj=32.94 mas, bpa=6.694 degrees ! Estimated noise=1.69124 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.0136814 Jy ! Component: 100 - total flux cleaned = 0.0202071 Jy ! Component: 150 - total flux cleaned = 0.0239334 Jy ! Component: 200 - total flux cleaned = 0.0267707 Jy ! Total flux subtracted in 200 components = 0.0267707 Jy ! Clean residual min=-0.010656 max=0.008096 Jy/beam ! Clean residual mean=-0.000085 rms=0.003265 Jy/beam ! Combined flux in latest and established models = 0.112098 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 61 components and 0.112098 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.053897Jy sigma=0.650252 ! Fit after self-cal, rms=0.053567Jy sigma=0.646681 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.647 x 32.94 at 6.694 degrees (North through East) ! Clean map min=-0.010945 max=0.089991 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.07 PT 0.93 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.87 PT 0.96 SC 1.01 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 1.07 PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.99 PT 0.97 SC 1.03 ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.92 PT 0.97 SC 1.05 ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.91 PT 0.93 SC 1.14 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.99 PT 0.84 SC 1.02 ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.01 PT 0.84 SC 1.07 ! ! ! Fit before self-cal, rms=0.053567Jy sigma=0.646681 ! Fit after self-cal, rms=0.051190Jy sigma=0.634451 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.651 mas, bmaj=33.16 mas, bpa=6.71 degrees ! Estimated noise=1.64818 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.00258104 Jy ! Component: 100 - total flux cleaned = 0.00258971 Jy ! Component: 150 - total flux cleaned = 0.00259051 Jy ! Component: 200 - total flux cleaned = 0.00232124 Jy ! Total flux subtracted in 200 components = 0.00232124 Jy ! Clean residual min=-0.005345 max=0.005967 Jy/beam ! Clean residual mean=0.000038 rms=0.001746 Jy/beam ! Combined flux in latest and established models = 0.114419 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 81 components and 0.114419 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.050411Jy sigma=0.623446 ! Fit after self-cal, rms=0.050343Jy sigma=0.621831 ! 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.050343Jy sigma=0.621831 ! Fit after self-cal, rms=0.050198Jy sigma=0.621605 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.653 mas, bmaj=33.04 mas, bpa=6.695 degrees ! Estimated noise=1.6418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000836902 Jy ! Component: 100 - total flux cleaned = 0.000506966 Jy ! Component: 150 - total flux cleaned = 1.44492e-05 Jy ! Component: 200 - total flux cleaned = -0.000515821 Jy ! Total flux subtracted in 200 components = -0.000515821 Jy ! Clean residual min=-0.004331 max=0.004407 Jy/beam ! Clean residual mean=0.000030 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.113903 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 90 components and 0.113903 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.049928Jy sigma=0.618155 ! Fit after self-cal, rms=0.049906Jy sigma=0.617755 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.000496877 Jy ! Component: 100 - total flux cleaned = -0.000930228 Jy ! Component: 150 - total flux cleaned = -0.00137603 Jy ! Component: 200 - total flux cleaned = -0.0017977 Jy ! Total flux subtracted in 200 components = -0.0017977 Jy ! Clean residual min=-0.003767 max=0.003568 Jy/beam ! Clean residual mean=0.000024 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.112106 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 104 components and 0.112106 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.049789Jy sigma=0.616499 ! Fit after self-cal, rms=0.049776Jy sigma=0.616335 ! 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.049776Jy sigma=0.616335 ! Fit after self-cal, rms=0.049877Jy sigma=0.615222 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.652 mas, bmaj=32.98 mas, bpa=6.687 degrees ! Estimated noise=1.64485 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000309415 Jy ! Component: 100 - total flux cleaned = 0.000172577 Jy ! Component: 150 - total flux cleaned = -1.29147e-06 Jy ! Component: 200 - total flux cleaned = -2.69273e-05 Jy ! Total flux subtracted in 200 components = -2.69273e-05 Jy ! Clean residual min=-0.003403 max=0.003004 Jy/beam ! Clean residual mean=0.000018 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.112079 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 114 components and 0.112079 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.049812Jy sigma=0.614729 ! Fit after self-cal, rms=0.049812Jy sigma=0.614649 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.00024084 Jy ! Component: 100 - total flux cleaned = -0.000403574 Jy ! Component: 150 - total flux cleaned = -0.000466005 Jy ! Component: 200 - total flux cleaned = -0.000467712 Jy ! Total flux subtracted in 200 components = -0.000467712 Jy ! Clean residual min=-0.003104 max=0.002810 Jy/beam ! Clean residual mean=0.000017 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.111611 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 127 components and 0.111611 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.049783Jy sigma=0.614462 ! Fit after self-cal, rms=0.049782Jy sigma=0.614440 ! 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.049782Jy sigma=0.614440 ! Fit after self-cal, rms=0.049827Jy sigma=0.613533 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.634 mas, bmaj=30.17 mas, bpa=3.583 degrees ! Estimated noise=2.15663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000319602 Jy ! Component: 100 - total flux cleaned = 0.000400429 Jy ! Component: 150 - total flux cleaned = 0.000454994 Jy ! Component: 200 - total flux cleaned = 0.000456923 Jy ! Total flux subtracted in 200 components = 0.000456923 Jy ! Clean residual min=-0.002942 max=0.002350 Jy/beam ! Clean residual mean=0.000028 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.112068 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 132 components and 0.112068 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.049808Jy sigma=0.613552 ! Fit after self-cal, rms=0.049809Jy sigma=0.613498 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.75342e-05 Jy ! Component: 100 - total flux cleaned = -0.000194814 Jy ! Component: 150 - total flux cleaned = -0.000206633 Jy ! Component: 200 - total flux cleaned = -0.000196352 Jy ! Total flux subtracted in 200 components = -0.000196352 Jy ! Clean residual min=-0.002928 max=0.002177 Jy/beam ! Clean residual mean=0.000027 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.111872 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 149 components and 0.111872 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.049802Jy sigma=0.613523 ! Fit after self-cal, rms=0.049801Jy sigma=0.613510 ! 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.652 mas, bmaj=32.95 mas, bpa=6.681 degrees ! Estimated noise=1.64708 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.652 x 32.95 at 6.681 degrees (North through East) ! Clean map min=-0.010239 max=0.087169 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=1.226 mas, bmaj=38.92 mas, bpa=6.755 degrees ! Estimated noise=2.29244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0690444 Jy ! Component: 100 - total flux cleaned = 0.0777796 Jy ! Component: 150 - total flux cleaned = 0.083137 Jy ! Component: 200 - total flux cleaned = 0.0858537 Jy ! Total flux subtracted in 200 components = 0.0858537 Jy ! Clean residual min=-0.007728 max=0.006009 Jy/beam ! Clean residual mean=-0.000034 rms=0.002017 Jy/beam ! Combined flux in latest and established models = 0.0858537 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.0858537 Jy ! Inverting map and beam ! Estimated beam: bmin=1.652 mas, bmaj=32.95 mas, bpa=6.681 degrees ! Estimated noise=1.64708 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.00932323 Jy ! Component: 100 - total flux cleaned = 0.0116088 Jy ! Component: 150 - total flux cleaned = 0.0135026 Jy ! Component: 200 - total flux cleaned = 0.0152891 Jy ! Total flux subtracted in 200 components = 0.0152891 Jy ! Clean residual min=-0.008952 max=0.006479 Jy/beam ! Clean residual mean=-0.000060 rms=0.002743 Jy/beam ! Combined flux in latest and established models = 0.101143 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 68 components and 0.101143 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=4.634 mas, bmaj=30.17 mas, bpa=3.583 degrees ! Estimated noise=2.15663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137179 Jy ! Component: 100 - total flux cleaned = 0.00406623 Jy ! Component: 150 - total flux cleaned = 0.00587919 Jy ! Component: 200 - total flux cleaned = 0.00723652 Jy ! Total flux subtracted in 200 components = 0.00723652 Jy ! Clean residual min=-0.004836 max=0.004029 Jy/beam ! Clean residual mean=-0.000012 rms=0.001753 Jy/beam ! Combined flux in latest and established models = 0.108379 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.00102521 Jy ! Component: 100 - total flux cleaned = 0.00174089 Jy ! Component: 150 - total flux cleaned = 0.00229945 Jy ! Component: 200 - total flux cleaned = 0.00273449 Jy ! Total flux subtracted in 200 components = 0.00273449 Jy ! Clean residual min=-0.003212 max=0.003201 Jy/beam ! Clean residual mean=0.000023 rms=0.001157 Jy/beam ! Combined flux in latest and established models = 0.111114 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 106 components and 0.111114 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.652 mas, bmaj=32.95 mas, bpa=6.681 degrees ! Estimated noise=1.64708 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000610972 Jy ! Component: 100 - total flux cleaned = -0.000363382 Jy ! Component: 150 - total flux cleaned = -0.000298499 Jy ! Component: 200 - total flux cleaned = -0.00029976 Jy ! Total flux subtracted in 200 components = -0.00029976 Jy ! Clean residual min=-0.003290 max=0.002631 Jy/beam ! Clean residual mean=0.000011 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.110814 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 126 components and 0.110814 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.049887Jy sigma=0.614174 ! Fit after self-cal, rms=0.049865Jy sigma=0.613875 wmodel J0335-4837_C_map.mod ! Writing 126 model components to file: J0335-4837_C_map.mod wobs J0335-4837_C_uvs.fits ! Writing UV FITS file: J0335-4837_C_uvs.fits wwins J0335-4837_C_map.win ! wwins: Wrote 1 windows to J0335-4837_C_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000402096 Jy ! Component: 100 - total flux cleaned = -0.000267736 Jy ! Component: 150 - total flux cleaned = -0.000104497 Jy ! Component: 200 - total flux cleaned = 0.000117758 Jy ! Component: 250 - total flux cleaned = 0.000436864 Jy ! Component: 300 - total flux cleaned = 0.000470787 Jy ! Component: 350 - total flux cleaned = 0.000601268 Jy ! Component: 400 - total flux cleaned = 0.000725509 Jy ! Component: 450 - total flux cleaned = 0.000785012 Jy ! Component: 500 - total flux cleaned = 0.000871794 Jy ! Component: 550 - total flux cleaned = 0.000899978 Jy ! Component: 600 - total flux cleaned = 0.000954605 Jy ! Component: 650 - total flux cleaned = 0.000980867 Jy ! Component: 700 - total flux cleaned = 0.00100632 Jy ! Component: 750 - total flux cleaned = 0.00103126 Jy ! Component: 800 - total flux cleaned = 0.00105549 Jy ! Component: 850 - total flux cleaned = 0.00107941 Jy ! Component: 900 - total flux cleaned = 0.00110292 Jy ! Component: 950 - total flux cleaned = 0.00105723 Jy ! Component: 1000 - total flux cleaned = 0.000989589 Jy ! Component: 1050 - total flux cleaned = 0.000967428 Jy ! Component: 1100 - total flux cleaned = 0.000967369 Jy ! Component: 1150 - total flux cleaned = 0.00092371 Jy ! Component: 1200 - total flux cleaned = 0.000880807 Jy ! Component: 1250 - total flux cleaned = 0.000838564 Jy ! Component: 1300 - total flux cleaned = 0.000838825 Jy ! Component: 1350 - total flux cleaned = 0.000818111 Jy ! Component: 1400 - total flux cleaned = 0.000776611 Jy ! Component: 1450 - total flux cleaned = 0.00071489 Jy ! Component: 1500 - total flux cleaned = 0.000674101 Jy ! Component: 1550 - total flux cleaned = 0.000694184 Jy ! Component: 1600 - total flux cleaned = 0.000633596 Jy ! Component: 1650 - total flux cleaned = 0.000613479 Jy ! Component: 1700 - total flux cleaned = 0.000613435 Jy ! Component: 1750 - total flux cleaned = 0.000633106 Jy ! Component: 1800 - total flux cleaned = 0.000593349 Jy ! Component: 1850 - total flux cleaned = 0.000653185 Jy ! Component: 1900 - total flux cleaned = 0.000712796 Jy ! Component: 1950 - total flux cleaned = 0.00073276 Jy ! Component: 2000 - total flux cleaned = 0.000772772 Jy ! Component: 2050 - total flux cleaned = 0.000792866 Jy ! Component: 2100 - total flux cleaned = 0.00089408 Jy ! Component: 2150 - total flux cleaned = 0.000975612 Jy ! Component: 2200 - total flux cleaned = 0.00101674 Jy ! Component: 2250 - total flux cleaned = 0.00107863 Jy ! Component: 2300 - total flux cleaned = 0.00116237 Jy ! Component: 2350 - total flux cleaned = 0.00124699 Jy ! Component: 2400 - total flux cleaned = 0.00131107 Jy ! Component: 2450 - total flux cleaned = 0.00139794 Jy ! Component: 2500 - total flux cleaned = 0.00141987 Jy ! Component: 2550 - total flux cleaned = 0.00150862 Jy ! Component: 2600 - total flux cleaned = 0.00153151 Jy ! Component: 2650 - total flux cleaned = 0.00155434 Jy ! Component: 2700 - total flux cleaned = 0.00155438 Jy ! Component: 2750 - total flux cleaned = 0.00160145 Jy ! Component: 2800 - total flux cleaned = 0.00164932 Jy ! Component: 2850 - total flux cleaned = 0.00162545 Jy ! Component: 2900 - total flux cleaned = 0.00160051 Jy ! Component: 2950 - total flux cleaned = 0.0016255 Jy ! Component: 3000 - total flux cleaned = 0.00162524 Jy ! Component: 3050 - total flux cleaned = 0.00162512 Jy ! Component: 3100 - total flux cleaned = 0.00165151 Jy ! Component: 3150 - total flux cleaned = 0.00167924 Jy ! Component: 3200 - total flux cleaned = 0.0016517 Jy ! Component: 3250 - total flux cleaned = 0.00165181 Jy ! Component: 3300 - total flux cleaned = 0.00165144 Jy ! Component: 3350 - total flux cleaned = 0.00162154 Jy ! Component: 3400 - total flux cleaned = 0.00159171 Jy ! Component: 3450 - total flux cleaned = 0.00162221 Jy ! Component: 3500 - total flux cleaned = 0.00159078 Jy ! Component: 3550 - total flux cleaned = 0.00155874 Jy ! Component: 3600 - total flux cleaned = 0.00155845 Jy ! Component: 3650 - total flux cleaned = 0.00159154 Jy ! Component: 3700 - total flux cleaned = 0.00159258 Jy ! Component: 3750 - total flux cleaned = 0.00155841 Jy ! Component: 3800 - total flux cleaned = 0.0015591 Jy ! Component: 3850 - total flux cleaned = 0.00152298 Jy ! Component: 3900 - total flux cleaned = 0.00156037 Jy ! Component: 3950 - total flux cleaned = 0.00156063 Jy ! Component: 4000 - total flux cleaned = 0.00156023 Jy ! Component: 4050 - total flux cleaned = 0.00159938 Jy ! Total flux subtracted in 4096 components = 0.00163949 Jy ! Clean residual min=-0.002171 max=0.002111 Jy/beam ! Clean residual mean=0.000013 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.112454 Jy keep ! Adding 233 model components to the UV plane model. ! The established model now contains 359 components and 0.112454 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap .//J0335-4837_C_20180528_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.652 x 32.95 at 6.681 degrees (North through East) ! Clean map min=-0.011681 max=0.086036 Jy/beam ! Writing clean map to FITS file: .//J0335-4837_C_20180528_map.fits wmodel .//J0335-4837_C_20180528_map.mod ! Writing 359 model components to file: .//J0335-4837_C_20180528_map.mod wobs .//J0335-4837_C_20180528_uvs.fits ! Writing UV FITS file: .//J0335-4837_C_20180528_uvs.fits wwins .//J0335-4837_C_20180528_map.win ! wwins: Wrote 2 windows to .//J0335-4837_C_20180528_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0860364 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0010689 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.72715 3.72715 7.4543 14.9086 29.8172 59.6344 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0032 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.086 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 80.49 quit ! Quitting program ! Log file .//J0335-4837_C_20180528_dfm.log closed on Sun Jul 8 13:38:43 2018