! Started logfile: /image_prod/ug002_uva//J1532-3732_S_dfm.log on Thu Mar 5 02:18:12 2020 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /image_prod/ug002_uva//J1532-3732_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1532-3732_S_uva.fits ! AN table 1: 30 integrations on 21 of 21 possible baselines. ! AN table 2: 30 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1532-3732 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 2430 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1532-3732_S] 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.500x0.500 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. ! ! Fit before self-cal, rms=1.019478Jy sigma=5.713782 ! Fit after self-cal, rms=0.904310Jy sigma=5.022002 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.849 mas, bmaj=15.28 mas, bpa=-4.113 degrees ! Estimated noise=3.72652 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.0722412 Jy ! Component: 100 - total flux cleaned = 0.0993677 Jy ! Total flux subtracted in 100 components = 0.0993677 Jy ! Clean residual min=-0.012910 max=0.015148 Jy/beam ! Clean residual mean=-0.000107 rms=0.004971 Jy/beam ! Combined flux in latest and established models = 0.0993677 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 32 components and 0.0993677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099797Jy sigma=0.509905 ! Fit after self-cal, rms=0.099177Jy sigma=0.507193 ! 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=3.446 mas, bmaj=16.91 mas, bpa=-3.972 degrees ! Estimated noise=2.66635 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.0251678 Jy ! Component: 100 - total flux cleaned = 0.0383436 Jy ! Component: 150 - total flux cleaned = 0.0458155 Jy ! Component: 200 - total flux cleaned = 0.0502488 Jy ! Total flux subtracted in 200 components = 0.0502488 Jy ! Clean residual min=-0.011084 max=0.016641 Jy/beam ! Clean residual mean=-0.000024 rms=0.003916 Jy/beam ! Combined flux in latest and established models = 0.149616 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 100 components and 0.149616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094582Jy sigma=0.459137 ! Fit after self-cal, rms=0.094452Jy sigma=0.457959 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.446 x 16.91 at -3.972 degrees (North through East) ! Clean map min=-0.011544 max=0.092654 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.99 KP 0.93 LA 0.88 ! MK 1.02 NL 1.63 OV 0.76 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.94 LA 1.00 OV 1.30 SC 1.09 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.52 FD 0.99 KP 0.93 LA 0.91 ! MK 1.09 NL 1.44 OV 0.81 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.87 LA 1.05 OV 1.22 SC 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 0.97 KP 1.00 LA 0.91 ! MK 1.11 NL 1.42 OV 0.79 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.96 LA 1.02 OV 1.27 SC 0.97 ! ! ! Fit before self-cal, rms=0.094452Jy sigma=0.457959 ! Fit after self-cal, rms=0.117552Jy sigma=0.434582 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.543 mas, bmaj=17.11 mas, bpa=-3.974 degrees ! Estimated noise=2.69312 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.000669496 Jy ! Component: 100 - total flux cleaned = 0.000665001 Jy ! Component: 150 - total flux cleaned = 0.00086933 Jy ! Component: 200 - total flux cleaned = 0.000997835 Jy ! Total flux subtracted in 200 components = 0.000997835 Jy ! Clean residual min=-0.005704 max=0.006610 Jy/beam ! Clean residual mean=0.000010 rms=0.001695 Jy/beam ! Combined flux in latest and established models = 0.150614 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 110 components and 0.150614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117410Jy sigma=0.433937 ! Fit after self-cal, rms=0.118285Jy sigma=0.433027 ! 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. ! ! Fit before self-cal, rms=0.118285Jy sigma=0.433027 ! Fit after self-cal, rms=0.119209Jy sigma=0.432851 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.555 mas, bmaj=17.03 mas, bpa=-3.719 degrees ! Estimated noise=2.69314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440162 Jy ! Component: 100 - total flux cleaned = 0.000707585 Jy ! Component: 150 - total flux cleaned = 0.000890264 Jy ! Component: 200 - total flux cleaned = 0.00106378 Jy ! Total flux subtracted in 200 components = 0.00106378 Jy ! Clean residual min=-0.005288 max=0.006276 Jy/beam ! Clean residual mean=0.000013 rms=0.001612 Jy/beam ! Combined flux in latest and established models = 0.151678 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 113 components and 0.151678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.119092Jy sigma=0.432419 ! Fit after self-cal, rms=0.119146Jy sigma=0.432378 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.000424073 Jy ! Component: 100 - total flux cleaned = 0.000584029 Jy ! Component: 150 - total flux cleaned = 0.000736417 Jy ! Component: 200 - total flux cleaned = 0.000931782 Jy ! Total flux subtracted in 200 components = 0.000931782 Jy ! Clean residual min=-0.005196 max=0.006301 Jy/beam ! Clean residual mean=0.000017 rms=0.001582 Jy/beam ! Combined flux in latest and established models = 0.15261 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 117 components and 0.15261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.119075Jy sigma=0.432115 ! Fit after self-cal, rms=0.119071Jy sigma=0.432101 ! 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. ! ! Fit before self-cal, rms=0.119071Jy sigma=0.432101 ! Fit after self-cal, rms=0.118074Jy sigma=0.431962 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=16.93 mas, bpa=-3.44 degrees ! Estimated noise=2.68172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000315816 Jy ! Component: 100 - total flux cleaned = 0.000479078 Jy ! Component: 150 - total flux cleaned = 0.000630526 Jy ! Component: 200 - total flux cleaned = 0.000774081 Jy ! Total flux subtracted in 200 components = 0.000774081 Jy ! Clean residual min=-0.004718 max=0.006070 Jy/beam ! Clean residual mean=0.000012 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.153384 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 119 components and 0.153384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117988Jy sigma=0.431665 ! Fit after self-cal, rms=0.117996Jy sigma=0.431639 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.000340831 Jy ! Component: 100 - total flux cleaned = 0.000473772 Jy ! Component: 150 - total flux cleaned = 0.00060253 Jy ! Component: 200 - total flux cleaned = 0.00072657 Jy ! Total flux subtracted in 200 components = 0.00072657 Jy ! Clean residual min=-0.004662 max=0.006115 Jy/beam ! Clean residual mean=0.000015 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.15411 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 120 components and 0.15411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117945Jy sigma=0.431458 ! Fit after self-cal, rms=0.117941Jy sigma=0.431448 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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. ! ! Fit before self-cal, rms=0.117941Jy sigma=0.431448 ! Fit after self-cal, rms=0.117149Jy sigma=0.431348 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.587 mas, bmaj=32.56 mas, bpa=7.578 degrees ! Estimated noise=3.17316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115555 Jy ! Component: 100 - total flux cleaned = 0.00141954 Jy ! Component: 150 - total flux cleaned = 0.00164685 Jy ! Component: 200 - total flux cleaned = 0.00180549 Jy ! Total flux subtracted in 200 components = 0.00180549 Jy ! Clean residual min=-0.005566 max=0.005801 Jy/beam ! Clean residual mean=0.000028 rms=0.001907 Jy/beam ! Combined flux in latest and established models = 0.155916 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 126 components and 0.155916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117096Jy sigma=0.431231 ! Fit after self-cal, rms=0.117107Jy sigma=0.431133 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.000463067 Jy ! Component: 100 - total flux cleaned = 0.000520615 Jy ! Component: 150 - total flux cleaned = 0.00062973 Jy ! Component: 200 - total flux cleaned = 0.000629745 Jy ! Total flux subtracted in 200 components = 0.000629745 Jy ! Clean residual min=-0.005425 max=0.005828 Jy/beam ! Clean residual mean=0.000032 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.156546 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 130 components and 0.156546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117093Jy sigma=0.431139 ! Fit after self-cal, rms=0.117094Jy sigma=0.431092 ! 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=3.563 mas, bmaj=16.85 mas, bpa=-3.188 degrees ! Estimated noise=2.6693 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.563 x 16.85 at -3.188 degrees (North through East) ! Clean map min=-0.0044901 max=0.088638 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.901 mas, bmaj=15.03 mas, bpa=-3.513 degrees ! Estimated noise=3.85171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0734934 Jy ! Component: 100 - total flux cleaned = 0.102747 Jy ! Component: 150 - total flux cleaned = 0.120732 Jy ! Component: 200 - total flux cleaned = 0.132425 Jy ! Total flux subtracted in 200 components = 0.132425 Jy ! Clean residual min=-0.009743 max=0.007847 Jy/beam ! Clean residual mean=-0.000042 rms=0.002559 Jy/beam ! Combined flux in latest and established models = 0.132425 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 50 model components to the UV plane model. ! The established model now contains 50 components and 0.132425 Jy ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=16.85 mas, bpa=-3.188 degrees ! Estimated noise=2.6693 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.00996424 Jy ! Component: 100 - total flux cleaned = 0.015287 Jy ! Component: 150 - total flux cleaned = 0.0183776 Jy ! Component: 200 - total flux cleaned = 0.0198596 Jy ! Total flux subtracted in 200 components = 0.0198596 Jy ! Clean residual min=-0.005249 max=0.005925 Jy/beam ! Clean residual mean=0.000001 rms=0.001554 Jy/beam ! Combined flux in latest and established models = 0.152285 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 83 components and 0.152285 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.587 mas, bmaj=32.56 mas, bpa=7.578 degrees ! Estimated noise=3.17316 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192977 Jy ! Component: 100 - total flux cleaned = 0.00221951 Jy ! Component: 150 - total flux cleaned = 0.00242256 Jy ! Component: 200 - total flux cleaned = 0.00264587 Jy ! Total flux subtracted in 200 components = 0.00264587 Jy ! Clean residual min=-0.005703 max=0.005839 Jy/beam ! Clean residual mean=0.000022 rms=0.001973 Jy/beam ! Combined flux in latest and established models = 0.154931 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.000156657 Jy ! Component: 100 - total flux cleaned = 0.00032994 Jy ! Component: 150 - total flux cleaned = 0.000421417 Jy ! Component: 200 - total flux cleaned = 0.000419776 Jy ! Total flux subtracted in 200 components = 0.000419776 Jy ! Clean residual min=-0.005573 max=0.005826 Jy/beam ! Clean residual mean=0.000026 rms=0.001955 Jy/beam ! Combined flux in latest and established models = 0.155351 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.155351 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=16.85 mas, bpa=-3.188 degrees ! Estimated noise=2.6693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.55086e-05 Jy ! Component: 100 - total flux cleaned = 7.27053e-05 Jy ! Component: 150 - total flux cleaned = 0.000189005 Jy ! Component: 200 - total flux cleaned = 0.000238597 Jy ! Total flux subtracted in 200 components = 0.000238597 Jy ! Clean residual min=-0.004883 max=0.006247 Jy/beam ! Clean residual mean=0.000016 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.155589 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.155589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.117187Jy sigma=0.431486 ! Fit after self-cal, rms=0.117156Jy sigma=0.431357 wmodel J1532-3732_S_map.mod ! Writing 102 model components to file: J1532-3732_S_map.mod wobs J1532-3732_S_uvs.fits ! Writing UV FITS file: J1532-3732_S_uvs.fits wwins J1532-3732_S_map.win ! wwins: Wrote 1 windows to J1532-3732_S_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.00248024 Jy ! Component: 100 - total flux cleaned = 0.00320888 Jy ! Component: 150 - total flux cleaned = 0.00314072 Jy ! Component: 200 - total flux cleaned = 0.00339111 Jy ! Component: 250 - total flux cleaned = 0.00391171 Jy ! Component: 300 - total flux cleaned = 0.00461845 Jy ! Component: 350 - total flux cleaned = 0.00517951 Jy ! Component: 400 - total flux cleaned = 0.00580413 Jy ! Component: 450 - total flux cleaned = 0.0063961 Jy ! Component: 500 - total flux cleaned = 0.00674403 Jy ! Component: 550 - total flux cleaned = 0.00715855 Jy ! Component: 600 - total flux cleaned = 0.00735707 Jy ! Component: 650 - total flux cleaned = 0.00754813 Jy ! Component: 700 - total flux cleaned = 0.00754912 Jy ! Component: 750 - total flux cleaned = 0.00744486 Jy ! Component: 800 - total flux cleaned = 0.00734256 Jy ! Component: 850 - total flux cleaned = 0.00721017 Jy ! Component: 900 - total flux cleaned = 0.00708194 Jy ! Component: 950 - total flux cleaned = 0.0070501 Jy ! Component: 1000 - total flux cleaned = 0.00689696 Jy ! Component: 1050 - total flux cleaned = 0.00662832 Jy ! Component: 1100 - total flux cleaned = 0.00645269 Jy ! Component: 1150 - total flux cleaned = 0.0062798 Jy ! Component: 1200 - total flux cleaned = 0.00613808 Jy ! Component: 1250 - total flux cleaned = 0.0059427 Jy ! Component: 1300 - total flux cleaned = 0.00583294 Jy ! Component: 1350 - total flux cleaned = 0.00575153 Jy ! Component: 1400 - total flux cleaned = 0.00567109 Jy ! Component: 1450 - total flux cleaned = 0.00564434 Jy ! Component: 1500 - total flux cleaned = 0.00556557 Jy ! Component: 1550 - total flux cleaned = 0.00561812 Jy ! Component: 1600 - total flux cleaned = 0.00556668 Jy ! Component: 1650 - total flux cleaned = 0.0055927 Jy ! Component: 1700 - total flux cleaned = 0.00556694 Jy ! Component: 1750 - total flux cleaned = 0.00559247 Jy ! Component: 1800 - total flux cleaned = 0.00556658 Jy ! Component: 1850 - total flux cleaned = 0.00548996 Jy ! Component: 1900 - total flux cleaned = 0.00551533 Jy ! Component: 1950 - total flux cleaned = 0.00551502 Jy ! Component: 2000 - total flux cleaned = 0.00548921 Jy ! Component: 2050 - total flux cleaned = 0.00548902 Jy ! Component: 2100 - total flux cleaned = 0.00548884 Jy ! Component: 2150 - total flux cleaned = 0.00548871 Jy ! Component: 2200 - total flux cleaned = 0.00548875 Jy ! Component: 2250 - total flux cleaned = 0.0054374 Jy ! Component: 2300 - total flux cleaned = 0.00543732 Jy ! Component: 2350 - total flux cleaned = 0.00535939 Jy ! Component: 2400 - total flux cleaned = 0.0053069 Jy ! Component: 2450 - total flux cleaned = 0.00525384 Jy ! Component: 2500 - total flux cleaned = 0.00520045 Jy ! Component: 2550 - total flux cleaned = 0.00511932 Jy ! Component: 2600 - total flux cleaned = 0.00503721 Jy ! Component: 2650 - total flux cleaned = 0.00498189 Jy ! Component: 2700 - total flux cleaned = 0.00489737 Jy ! Component: 2750 - total flux cleaned = 0.00478224 Jy ! Component: 2800 - total flux cleaned = 0.00469355 Jy ! Component: 2850 - total flux cleaned = 0.00463391 Jy ! Component: 2900 - total flux cleaned = 0.00448069 Jy ! Component: 2950 - total flux cleaned = 0.00432305 Jy ! Component: 3000 - total flux cleaned = 0.00422618 Jy ! Component: 3050 - total flux cleaned = 0.00409444 Jy ! Component: 3100 - total flux cleaned = 0.00395924 Jy ! Component: 3150 - total flux cleaned = 0.00382121 Jy ! Component: 3200 - total flux cleaned = 0.00367917 Jy ! Component: 3250 - total flux cleaned = 0.00353349 Jy ! Component: 3300 - total flux cleaned = 0.00334573 Jy ! Component: 3350 - total flux cleaned = 0.00315241 Jy ! Component: 3400 - total flux cleaned = 0.0029529 Jy ! Component: 3450 - total flux cleaned = 0.00278817 Jy ! Component: 3500 - total flux cleaned = 0.00253387 Jy ! Component: 3550 - total flux cleaned = 0.00235844 Jy ! Component: 3600 - total flux cleaned = 0.00213255 Jy ! Component: 3650 - total flux cleaned = 0.00189952 Jy ! Component: 3700 - total flux cleaned = 0.00165944 Jy ! Component: 3750 - total flux cleaned = 0.00141149 Jy ! Component: 3800 - total flux cleaned = 0.00115523 Jy ! Component: 3850 - total flux cleaned = 0.00089205 Jy ! Component: 3900 - total flux cleaned = 0.000564226 Jy ! Component: 3950 - total flux cleaned = 0.000281221 Jy ! Component: 4000 - total flux cleaned = 0.000105744 Jy ! Component: 4050 - total flux cleaned = -0.000195422 Jy ! Total flux subtracted in 4096 components = -0.000444607 Jy ! Clean residual min=-0.003468 max=0.003686 Jy/beam ! Clean residual mean=0.000010 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.155144 Jy keep ! Adding 233 model components to the UV plane model. ! The established model now contains 334 components and 0.155145 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1532-3732_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.563 x 16.85 at -3.188 degrees (North through East) ! Clean map min=-0.0070556 max=0.091968 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1532-3732_S_map.fits wmodel /image_prod/ug002_uva//J1532-3732_S_map.mod ! Writing 334 model components to file: /image_prod/ug002_uva//J1532-3732_S_map.mod wobs /image_prod/ug002_uva//J1532-3732_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1532-3732_S_uvs.fits wwins /image_prod/ug002_uva//J1532-3732_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1532-3732_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0919684 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00105624 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.44546 3.44546 6.89092 13.7818 27.5637 55.1274 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0031 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.091 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 87.071 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1532-3732_S_dfm.log closed on Thu Mar 5 02:18:15 2020