! Started logfile: .//J0745-3916_C_dfm.log on Mon Jan 20 17:41:59 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 .//J0745-3916_C_uva.fits ! Reading UV FITS file: .//J0745-3916_C_uva.fits ! AN table 1: 17 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0745-3916 ! ! 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 816 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 J0745-3916_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.010324Jy sigma=15.016439 ! Fit after self-cal, rms=0.942895Jy sigma=13.991205 ! 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=7.071 mas, bmaj=67.31 mas, bpa=-3.493 degrees ! Estimated noise=3.04029 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.0445982 Jy ! Component: 100 - total flux cleaned = 0.0531732 Jy ! Total flux subtracted in 100 components = 0.0531732 Jy ! Clean residual min=-0.004262 max=0.004260 Jy/beam ! Clean residual mean=-0.000118 rms=0.002040 Jy/beam ! Combined flux in latest and established models = 0.0531732 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0531732 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.042777Jy sigma=0.622845 ! Fit after self-cal, rms=0.042438Jy sigma=0.617761 ! 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=7.451 mas, bmaj=66.41 mas, bpa=-4.147 degrees ! Estimated noise=1.67919 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.00231849 Jy ! Component: 100 - total flux cleaned = 0.00173544 Jy ! Component: 150 - total flux cleaned = 0.001357 Jy ! Component: 200 - total flux cleaned = 0.00110379 Jy ! Total flux subtracted in 200 components = 0.00110379 Jy ! Clean residual min=-0.001358 max=0.001361 Jy/beam ! Clean residual mean=-0.000021 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.054277 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 58 components and 0.054277 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.041892Jy sigma=0.608550 ! Fit after self-cal, rms=0.041887Jy sigma=0.607865 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.451 x 66.41 at -4.147 degrees (North through East) ! Clean map min=-0.0030316 max=0.053672 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.98 OV 1.08 PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.86 KP 1.18 OV 1.27 PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 1.15 OV 0.80 PT 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.27 KP 0.89 OV 0.97 PT 0.99 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.13 OV 0.92 PT 1.11 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.00 OV 1.01 PT 0.93 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 0.98 OV 0.97 PT 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 0.88 OV 1.10 PT 0.87 ! ! ! Fit before self-cal, rms=0.041887Jy sigma=0.607865 ! Fit after self-cal, rms=0.042575Jy sigma=0.598116 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.443 mas, bmaj=66.15 mas, bpa=-4.139 degrees ! Estimated noise=1.65829 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.000633552 Jy ! Component: 100 - total flux cleaned = 0.000637234 Jy ! Component: 150 - total flux cleaned = 0.000496344 Jy ! Component: 200 - total flux cleaned = 0.00036087 Jy ! Total flux subtracted in 200 components = 0.00036087 Jy ! Clean residual min=-0.000448 max=0.000450 Jy/beam ! Clean residual mean=-0.000002 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0546379 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 126 components and 0.0546379 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.042543Jy sigma=0.597507 ! Fit after self-cal, rms=0.042798Jy sigma=0.596421 ! 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.042798Jy sigma=0.596421 ! Fit after self-cal, rms=0.043415Jy sigma=0.596128 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.437 mas, bmaj=66.18 mas, bpa=-4.126 degrees ! Estimated noise=1.65497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.18325e-06 Jy ! Component: 100 - total flux cleaned = 0.000207025 Jy ! Component: 150 - total flux cleaned = 0.00025056 Jy ! Component: 200 - total flux cleaned = 0.000147671 Jy ! Total flux subtracted in 200 components = 0.000147671 Jy ! Clean residual min=-0.000342 max=0.000342 Jy/beam ! Clean residual mean=-0.000003 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.0547855 Jy selfcal ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 201 components and 0.0547856 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.043395Jy sigma=0.595755 ! Fit after self-cal, rms=0.043554Jy sigma=0.595601 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.000171778 Jy ! Component: 100 - total flux cleaned = -0.000130269 Jy ! Component: 150 - total flux cleaned = -0.000129053 Jy ! Component: 200 - total flux cleaned = -0.000128059 Jy ! Total flux subtracted in 200 components = -0.000128059 Jy ! Clean residual min=-0.000301 max=0.000303 Jy/beam ! Clean residual mean=-0.000005 rms=0.000114 Jy/beam ! Combined flux in latest and established models = 0.0546575 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 271 components and 0.0546575 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.043539Jy sigma=0.595367 ! Fit after self-cal, rms=0.043574Jy sigma=0.595335 ! 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.043574Jy sigma=0.595335 ! Fit after self-cal, rms=0.045100Jy sigma=0.595607 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.431 mas, bmaj=66.25 mas, bpa=-4.115 degrees ! Estimated noise=1.68365 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000285842 Jy ! Component: 100 - total flux cleaned = 0.000381344 Jy ! Component: 150 - total flux cleaned = 0.000460654 Jy ! Component: 200 - total flux cleaned = 0.000517601 Jy ! Total flux subtracted in 200 components = 0.000517601 Jy ! Clean residual min=-0.000309 max=0.000314 Jy/beam ! Clean residual mean=-0.000003 rms=0.000132 Jy/beam ! Combined flux in latest and established models = 0.0551751 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 344 components and 0.0551751 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.045071Jy sigma=0.595196 ! Fit after self-cal, rms=0.045167Jy sigma=0.595107 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.000111959 Jy ! Component: 100 - total flux cleaned = -0.000110196 Jy ! Component: 150 - total flux cleaned = -0.000159117 Jy ! Component: 200 - total flux cleaned = -0.000206446 Jy ! Total flux subtracted in 200 components = -0.000206446 Jy ! Clean residual min=-0.000258 max=0.000260 Jy/beam ! Clean residual mean=-0.000002 rms=0.000110 Jy/beam ! Combined flux in latest and established models = 0.0549687 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 398 components and 0.0549687 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.045157Jy sigma=0.594947 ! Fit after self-cal, rms=0.045191Jy sigma=0.594925 ! 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.045191Jy sigma=0.594925 ! Fit after self-cal, rms=0.046307Jy sigma=0.595159 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.629 mas, bmaj=65.29 mas, bpa=-4.176 degrees ! Estimated noise=1.70809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000330506 Jy ! Component: 100 - total flux cleaned = 0.000513238 Jy ! Component: 150 - total flux cleaned = 0.000566453 Jy ! Component: 200 - total flux cleaned = 0.000650682 Jy ! Total flux subtracted in 200 components = 0.000650682 Jy ! Clean residual min=-0.000274 max=0.000274 Jy/beam ! Clean residual mean=-0.000002 rms=0.000116 Jy/beam ! Combined flux in latest and established models = 0.0556194 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 447 components and 0.0556194 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.046280Jy sigma=0.594819 ! Fit after self-cal, rms=0.046336Jy sigma=0.594760 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 = -8.73995e-05 Jy ! Component: 100 - total flux cleaned = -0.000159459 Jy ! Component: 150 - total flux cleaned = -0.000186711 Jy ! Component: 200 - total flux cleaned = -0.000186637 Jy ! Total flux subtracted in 200 components = -0.000186637 Jy ! Clean residual min=-0.000218 max=0.000216 Jy/beam ! Clean residual mean=-0.000002 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.0554327 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 524 components and 0.0554327 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.046327Jy sigma=0.594650 ! Fit after self-cal, rms=0.046346Jy sigma=0.594640 ! 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=7.422 mas, bmaj=66.37 mas, bpa=-4.101 degrees ! Estimated noise=1.70903 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.422 x 66.37 at -4.101 degrees (North through East) ! Clean map min=-0.0027397 max=0.054397 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=7.052 mas, bmaj=67.34 mas, bpa=-3.459 degrees ! Estimated noise=3.15367 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0462624 Jy ! Component: 100 - total flux cleaned = 0.0525162 Jy ! Component: 150 - total flux cleaned = 0.0533196 Jy ! Component: 200 - total flux cleaned = 0.052122 Jy ! Total flux subtracted in 200 components = 0.052122 Jy ! Clean residual min=-0.003129 max=0.003070 Jy/beam ! Clean residual mean=-0.000056 rms=0.001137 Jy/beam ! Combined flux in latest and established models = 0.052122 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 60 model components to the UV plane model. ! The established model now contains 60 components and 0.052122 Jy ! Inverting map and beam ! Estimated beam: bmin=7.422 mas, bmaj=66.37 mas, bpa=-4.101 degrees ! Estimated noise=1.70903 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.000341763 Jy ! Component: 100 - total flux cleaned = -0.000520949 Jy ! Component: 150 - total flux cleaned = -0.000302617 Jy ! Component: 200 - total flux cleaned = -0.000233968 Jy ! Total flux subtracted in 200 components = -0.000233968 Jy ! Clean residual min=-0.001008 max=0.001004 Jy/beam ! Clean residual mean=-0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.051888 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 148 components and 0.051888 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=7.629 mas, bmaj=65.29 mas, bpa=-4.176 degrees ! Estimated noise=1.70809 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105788 Jy ! Component: 100 - total flux cleaned = 0.000453561 Jy ! Component: 150 - total flux cleaned = 0.000644963 Jy ! Component: 200 - total flux cleaned = 0.000818612 Jy ! Total flux subtracted in 200 components = 0.000818612 Jy ! Clean residual min=-0.000466 max=0.000473 Jy/beam ! Clean residual mean=-0.000003 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.0527067 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.000195592 Jy ! Component: 100 - total flux cleaned = 0.000167426 Jy ! Component: 150 - total flux cleaned = 0.000167205 Jy ! Component: 200 - total flux cleaned = 8.18802e-05 Jy ! Total flux subtracted in 200 components = 8.18802e-05 Jy ! Clean residual min=-0.000478 max=0.000475 Jy/beam ! Clean residual mean=-0.000001 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0527885 Jy ! Adding 141 model components to the UV plane model. ! The established model now contains 286 components and 0.0527886 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.422 mas, bmaj=66.37 mas, bpa=-4.101 degrees ! Estimated noise=1.70903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274604 Jy ! Component: 100 - total flux cleaned = -0.000520822 Jy ! Component: 150 - total flux cleaned = -0.000698212 Jy ! Component: 200 - total flux cleaned = -0.000773847 Jy ! Total flux subtracted in 200 components = -0.000773847 Jy ! Clean residual min=-0.000245 max=0.000243 Jy/beam ! Clean residual mean=-0.000001 rms=0.000111 Jy/beam ! Combined flux in latest and established models = 0.0520147 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 360 components and 0.0520147 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.046332Jy sigma=0.594629 ! Fit after self-cal, rms=0.046346Jy sigma=0.594572 wmodel J0745-3916_C_map.mod ! Writing 360 model components to file: J0745-3916_C_map.mod wobs J0745-3916_C_uvs.fits ! Writing UV FITS file: J0745-3916_C_uvs.fits wwins J0745-3916_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0745-3916_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.422 x 66.37 at -4.101 degrees (North through East) ! Clean map min=-0.0045734 max=0.046628 Jy/beam ! Writing clean map to FITS file: .//J0745-3916_C_map.fits wmodel .//J0745-3916_C_map.mod ! Writing 360 model components to file: .//J0745-3916_C_map.mod wobs .//J0745-3916_C_uvs.fits ! Writing UV FITS file: .//J0745-3916_C_uvs.fits wwins .//J0745-3916_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.046628 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000123093 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.791965 0.791965 1.58393 3.16786 6.33572 12.6714 25.3429 50.6858 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.046 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 378.804 quit ! Quitting program ! Log file .//J0745-3916_C_dfm.log closed on Mon Jan 20 17:42:03 2020