! Started logfile: /image_prod/ug002_uva//J1648-3301_S_dfm.log on Thu Mar 5 02:57: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//J1648-3301_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1648-3301_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.875 visibilities/baseline/integration-bin. ! Found source: J1648-3301 ! ! 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 40 lines of history. ! ! Reading 5670 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 J1648-3301_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. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.062741Jy sigma=6.220053 ! Fit after self-cal, rms=0.722897Jy sigma=4.072367 ! 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.368 mas, bmaj=6.329 mas, bpa=-1.645 degrees ! Estimated noise=2.61858 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.206351 Jy ! Component: 100 - total flux cleaned = 0.272179 Jy ! Total flux subtracted in 100 components = 0.272179 Jy ! Clean residual min=-0.013987 max=0.035776 Jy/beam ! Clean residual mean=-0.000088 rms=0.004771 Jy/beam ! Combined flux in latest and established models = 0.272179 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.272179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.120980Jy sigma=0.669874 ! Fit after self-cal, rms=0.120993Jy sigma=0.669619 ! Inverting map ! Added new window around map position (-3, -8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0378828 Jy ! Component: 100 - total flux cleaned = 0.061021 Jy ! Total flux subtracted in 100 components = 0.061021 Jy ! Clean residual min=-0.011601 max=0.018788 Jy/beam ! Clean residual mean=-0.000031 rms=0.003094 Jy/beam ! Combined flux in latest and established models = 0.3332 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.3332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105036Jy sigma=0.544006 ! Fit after self-cal, rms=0.104703Jy sigma=0.541056 ! 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=2.978 mas, bmaj=7.593 mas, bpa=-2.408 degrees ! Estimated noise=1.68289 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 (2, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0244822 Jy ! Component: 100 - total flux cleaned = 0.0378918 Jy ! Component: 150 - total flux cleaned = 0.0460573 Jy ! Component: 200 - total flux cleaned = 0.0501386 Jy ! Total flux subtracted in 200 components = 0.0501386 Jy ! Clean residual min=-0.012397 max=0.011099 Jy/beam ! Clean residual mean=0.000058 rms=0.002867 Jy/beam ! Combined flux in latest and established models = 0.383339 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 52 components and 0.383339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.099716Jy sigma=0.499169 ! Fit after self-cal, rms=0.099630Jy sigma=0.498641 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.978 x 7.593 at -2.408 degrees (North through East) ! Clean map min=-0.011661 max=0.26361 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.09 KP 0.98 ! LA 1.04 MK 1.03 OV 0.81 PT 1.02 ! SC 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.25 FD 1.00 HN 1.08 KP 1.03 ! LA 1.04 MK 1.02 OV 0.88 PT 1.03 ! SC 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.01 HN 1.09 KP 1.01 ! LA 0.98 MK 0.96 OV 0.88 PT 1.03 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.099630Jy sigma=0.498641 ! Fit after self-cal, rms=0.097473Jy sigma=0.464540 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.978 mas, bmaj=7.589 mas, bpa=-2.083 degrees ! Estimated noise=1.67709 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.00116725 Jy ! Component: 100 - total flux cleaned = -0.00116352 Jy ! Component: 150 - total flux cleaned = -0.00124371 Jy ! Component: 200 - total flux cleaned = -0.00131972 Jy ! Total flux subtracted in 200 components = -0.00131972 Jy ! Clean residual min=-0.005358 max=0.004849 Jy/beam ! Clean residual mean=0.000017 rms=0.001233 Jy/beam ! Combined flux in latest and established models = 0.382019 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.382019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.097279Jy sigma=0.463834 ! Fit after self-cal, rms=0.097400Jy sigma=0.463673 ! 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.097400Jy sigma=0.463673 ! Fit after self-cal, rms=0.096829Jy sigma=0.460412 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.977 mas, bmaj=7.582 mas, bpa=-2.034 degrees ! Estimated noise=1.67335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.01788e-05 Jy ! Component: 100 - total flux cleaned = -0.000139938 Jy ! Component: 150 - total flux cleaned = -0.000250716 Jy ! Component: 200 - total flux cleaned = -0.000355202 Jy ! Total flux subtracted in 200 components = -0.000355202 Jy ! Clean residual min=-0.004181 max=0.004183 Jy/beam ! Clean residual mean=0.000006 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.381664 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 72 components and 0.381664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096743Jy sigma=0.460036 ! Fit after self-cal, rms=0.096750Jy sigma=0.460006 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.000197689 Jy ! Component: 100 - total flux cleaned = 0.000147309 Jy ! Component: 150 - total flux cleaned = 5.53617e-05 Jy ! Component: 200 - total flux cleaned = -3.49139e-05 Jy ! Total flux subtracted in 200 components = -3.49139e-05 Jy ! Clean residual min=-0.003856 max=0.004081 Jy/beam ! Clean residual mean=0.000006 rms=0.000818 Jy/beam ! Combined flux in latest and established models = 0.381629 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.381629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096696Jy sigma=0.459745 ! Fit after self-cal, rms=0.096692Jy sigma=0.459733 ! Inverting map ! Added new window around map position (-4, -106). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00328957 Jy ! Component: 100 - total flux cleaned = 0.00418419 Jy ! Component: 150 - total flux cleaned = 0.00449199 Jy ! Component: 200 - total flux cleaned = 0.00453663 Jy ! Total flux subtracted in 200 components = 0.00453663 Jy ! Clean residual min=-0.003484 max=0.002575 Jy/beam ! Clean residual mean=0.000010 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.386165 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 94 components and 0.386166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096563Jy sigma=0.458917 ! Fit after self-cal, rms=0.096563Jy sigma=0.458891 ! 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.096563Jy sigma=0.458891 ! Fit after self-cal, rms=0.096370Jy sigma=0.458747 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.974 mas, bmaj=7.578 mas, bpa=-1.967 degrees ! Estimated noise=1.66932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.09719e-05 Jy ! Component: 100 - total flux cleaned = -2.03588e-05 Jy ! Component: 150 - total flux cleaned = -0.000103671 Jy ! Component: 200 - total flux cleaned = -0.000181732 Jy ! Total flux subtracted in 200 components = -0.000181732 Jy ! Clean residual min=-0.003062 max=0.002468 Jy/beam ! Clean residual mean=0.000011 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.385984 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 106 components and 0.385984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096327Jy sigma=0.458547 ! Fit after self-cal, rms=0.096326Jy sigma=0.458538 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.000179829 Jy ! Component: 100 - total flux cleaned = 0.000144108 Jy ! Component: 150 - total flux cleaned = 7.38903e-05 Jy ! Component: 200 - total flux cleaned = 6.00372e-06 Jy ! Total flux subtracted in 200 components = 6.00372e-06 Jy ! Clean residual min=-0.002893 max=0.002459 Jy/beam ! Clean residual mean=0.000011 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.38599 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 120 components and 0.38599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096296Jy sigma=0.458407 ! Fit after self-cal, rms=0.096295Jy sigma=0.458401 ! 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.096295Jy sigma=0.458401 ! Fit after self-cal, rms=0.096183Jy sigma=0.458383 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.119 mas, bmaj=22.77 mas, bpa=3.464 degrees ! Estimated noise=2.1791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000119945 Jy ! Component: 100 - total flux cleaned = -0.000207932 Jy ! Component: 150 - total flux cleaned = -0.000285139 Jy ! Component: 200 - total flux cleaned = -0.000426536 Jy ! Total flux subtracted in 200 components = -0.000426536 Jy ! Clean residual min=-0.003105 max=0.002025 Jy/beam ! Clean residual mean=0.000022 rms=0.000741 Jy/beam ! Combined flux in latest and established models = 0.385563 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 136 components and 0.385563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096173Jy sigma=0.458346 ! Fit after self-cal, rms=0.096168Jy sigma=0.458330 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 = 1.52301e-05 Jy ! Component: 100 - total flux cleaned = -0.00011653 Jy ! Component: 150 - total flux cleaned = -0.000269854 Jy ! Component: 200 - total flux cleaned = -0.000386711 Jy ! Total flux subtracted in 200 components = -0.000386711 Jy ! Clean residual min=-0.002874 max=0.001864 Jy/beam ! Clean residual mean=0.000020 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.385177 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 146 components and 0.385177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096168Jy sigma=0.458345 ! Fit after self-cal, rms=0.096163Jy sigma=0.458329 ! 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=2.973 mas, bmaj=7.579 mas, bpa=-1.928 degrees ! Estimated noise=1.6674 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 7.579 at -1.928 degrees (North through East) ! Clean map min=-0.0034815 max=0.26323 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.361 mas, bmaj=6.323 mas, bpa=-1.19 degrees ! Estimated noise=2.58532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.203649 Jy ! Component: 100 - total flux cleaned = 0.270392 Jy ! Component: 150 - total flux cleaned = 0.307404 Jy ! Component: 200 - total flux cleaned = 0.329974 Jy ! Total flux subtracted in 200 components = 0.329974 Jy ! Clean residual min=-0.006549 max=0.011995 Jy/beam ! Clean residual mean=-0.000043 rms=0.001985 Jy/beam ! Combined flux in latest and established models = 0.329974 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.329974 Jy ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.579 mas, bpa=-1.928 degrees ! Estimated noise=1.6674 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.0216018 Jy ! Component: 100 - total flux cleaned = 0.0330941 Jy ! Component: 150 - total flux cleaned = 0.0400403 Jy ! Component: 200 - total flux cleaned = 0.0447041 Jy ! Total flux subtracted in 200 components = 0.0447041 Jy ! Clean residual min=-0.003543 max=0.003978 Jy/beam ! Clean residual mean=-0.000006 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.374678 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 82 components and 0.374678 Jy ! Inverting map ! Added new window around map position (-5, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387227 Jy ! Component: 100 - total flux cleaned = 0.00638546 Jy ! Component: 150 - total flux cleaned = 0.00724181 Jy ! Component: 200 - total flux cleaned = 0.00754789 Jy ! Total flux subtracted in 200 components = 0.00754789 Jy ! Clean residual min=-0.003028 max=0.002831 Jy/beam ! Clean residual mean=0.000006 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.382226 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 111 components and 0.382226 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=9.119 mas, bmaj=22.77 mas, bpa=3.464 degrees ! Estimated noise=2.1791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00091955 Jy ! Component: 100 - total flux cleaned = 0.00102651 Jy ! Component: 150 - total flux cleaned = 0.00116374 Jy ! Component: 200 - total flux cleaned = 0.0011644 Jy ! Total flux subtracted in 200 components = 0.0011644 Jy ! Clean residual min=-0.002962 max=0.002018 Jy/beam ! Clean residual mean=0.000015 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.38339 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 = -3.94107e-05 Jy ! Component: 100 - total flux cleaned = -3.97517e-05 Jy ! Component: 150 - total flux cleaned = -7.43735e-05 Jy ! Component: 200 - total flux cleaned = -0.000106188 Jy ! Total flux subtracted in 200 components = -0.000106188 Jy ! Clean residual min=-0.002825 max=0.001984 Jy/beam ! Clean residual mean=0.000013 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.383284 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 128 components and 0.383284 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.973 mas, bmaj=7.579 mas, bpa=-1.928 degrees ! Estimated noise=1.6674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000409973 Jy ! Component: 100 - total flux cleaned = 0.000465322 Jy ! Component: 150 - total flux cleaned = 0.000465406 Jy ! Component: 200 - total flux cleaned = 0.000414865 Jy ! Total flux subtracted in 200 components = 0.000414865 Jy ! Clean residual min=-0.002578 max=0.002468 Jy/beam ! Clean residual mean=0.000007 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.383699 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 140 components and 0.383699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096205Jy sigma=0.458494 ! Fit after self-cal, rms=0.096161Jy sigma=0.458394 wmodel J1648-3301_S_map.mod ! Writing 140 model components to file: J1648-3301_S_map.mod wobs J1648-3301_S_uvs.fits ! Writing UV FITS file: J1648-3301_S_uvs.fits wwins J1648-3301_S_map.win ! wwins: Wrote 5 windows to J1648-3301_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.000618031 Jy ! Component: 100 - total flux cleaned = -0.000790359 Jy ! Component: 150 - total flux cleaned = -0.000871585 Jy ! Component: 200 - total flux cleaned = -0.00102916 Jy ! Component: 250 - total flux cleaned = -0.00121724 Jy ! Component: 300 - total flux cleaned = -0.00136151 Jy ! Component: 350 - total flux cleaned = -0.00146486 Jy ! Component: 400 - total flux cleaned = -0.00136383 Jy ! Component: 450 - total flux cleaned = -0.00142873 Jy ! Component: 500 - total flux cleaned = -0.0014598 Jy ! Component: 550 - total flux cleaned = -0.00145958 Jy ! Component: 600 - total flux cleaned = -0.00152107 Jy ! Component: 650 - total flux cleaned = -0.00157963 Jy ! Component: 700 - total flux cleaned = -0.00152179 Jy ! Component: 750 - total flux cleaned = -0.00163415 Jy ! Component: 800 - total flux cleaned = -0.00160609 Jy ! Component: 850 - total flux cleaned = -0.00166003 Jy ! Component: 900 - total flux cleaned = -0.00176632 Jy ! Component: 950 - total flux cleaned = -0.00179238 Jy ! Component: 1000 - total flux cleaned = -0.00184406 Jy ! Component: 1050 - total flux cleaned = -0.0018444 Jy ! Component: 1100 - total flux cleaned = -0.00196925 Jy ! Component: 1150 - total flux cleaned = -0.00201787 Jy ! Component: 1200 - total flux cleaned = -0.00211402 Jy ! Component: 1250 - total flux cleaned = -0.0021135 Jy ! Component: 1300 - total flux cleaned = -0.00225424 Jy ! Component: 1350 - total flux cleaned = -0.00227726 Jy ! Component: 1400 - total flux cleaned = -0.00243745 Jy ! Component: 1450 - total flux cleaned = -0.00257266 Jy ! Component: 1500 - total flux cleaned = -0.00270603 Jy ! Component: 1550 - total flux cleaned = -0.00281539 Jy ! Component: 1600 - total flux cleaned = -0.00301017 Jy ! Component: 1650 - total flux cleaned = -0.00307467 Jy ! Component: 1700 - total flux cleaned = -0.00324438 Jy ! Component: 1750 - total flux cleaned = -0.0034325 Jy ! Component: 1800 - total flux cleaned = -0.00347392 Jy ! Component: 1850 - total flux cleaned = -0.00359683 Jy ! Component: 1900 - total flux cleaned = -0.00373859 Jy ! Component: 1950 - total flux cleaned = -0.00389841 Jy ! Component: 2000 - total flux cleaned = -0.00391817 Jy ! Component: 2050 - total flux cleaned = -0.00407532 Jy ! Component: 2100 - total flux cleaned = -0.00424991 Jy ! Component: 2150 - total flux cleaned = -0.00434604 Jy ! Component: 2200 - total flux cleaned = -0.00442266 Jy ! Component: 2250 - total flux cleaned = -0.00459288 Jy ! Component: 2300 - total flux cleaned = -0.00474263 Jy ! Component: 2350 - total flux cleaned = -0.00485424 Jy ! Component: 2400 - total flux cleaned = -0.00502015 Jy ! Component: 2450 - total flux cleaned = -0.00516634 Jy ! Component: 2500 - total flux cleaned = -0.00525673 Jy ! Component: 2550 - total flux cleaned = -0.00538283 Jy ! Component: 2600 - total flux cleaned = -0.0054363 Jy ! Component: 2650 - total flux cleaned = -0.00554276 Jy ! Component: 2700 - total flux cleaned = -0.0056307 Jy ! Component: 2750 - total flux cleaned = -0.00568311 Jy ! Component: 2800 - total flux cleaned = -0.0057873 Jy ! Component: 2850 - total flux cleaned = -0.0057874 Jy ! Component: 2900 - total flux cleaned = -0.00587324 Jy ! Component: 2950 - total flux cleaned = -0.00594131 Jy ! Component: 3000 - total flux cleaned = -0.00600897 Jy ! Component: 3050 - total flux cleaned = -0.00602581 Jy ! Component: 3100 - total flux cleaned = -0.00612633 Jy ! Component: 3150 - total flux cleaned = -0.00619285 Jy ! Component: 3200 - total flux cleaned = -0.00630877 Jy ! Component: 3250 - total flux cleaned = -0.00635819 Jy ! Component: 3300 - total flux cleaned = -0.00640736 Jy ! Component: 3350 - total flux cleaned = -0.00648883 Jy ! Component: 3400 - total flux cleaned = -0.00640761 Jy ! Component: 3450 - total flux cleaned = -0.00647242 Jy ! Component: 3500 - total flux cleaned = -0.00652076 Jy ! Component: 3550 - total flux cleaned = -0.0064886 Jy ! Component: 3600 - total flux cleaned = -0.00650457 Jy ! Component: 3650 - total flux cleaned = -0.00652046 Jy ! Component: 3700 - total flux cleaned = -0.00653635 Jy ! Component: 3750 - total flux cleaned = -0.00655226 Jy ! Component: 3800 - total flux cleaned = -0.00656811 Jy ! Component: 3850 - total flux cleaned = -0.00659973 Jy ! Component: 3900 - total flux cleaned = -0.00663124 Jy ! Component: 3950 - total flux cleaned = -0.00667849 Jy ! Component: 4000 - total flux cleaned = -0.00674133 Jy ! Component: 4050 - total flux cleaned = -0.00674137 Jy ! Total flux subtracted in 4096 components = -0.00678837 Jy ! Clean residual min=-0.001134 max=0.001045 Jy/beam ! Clean residual mean=0.000001 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.37691 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 379 components and 0.37691 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1648-3301_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.973 x 7.579 at -1.928 degrees (North through East) ! Clean map min=-0.0020482 max=0.26271 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1648-3301_S_map.fits wmodel /image_prod/ug002_uva//J1648-3301_S_map.mod ! Writing 379 model components to file: /image_prod/ug002_uva//J1648-3301_S_map.mod wobs /image_prod/ug002_uva//J1648-3301_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1648-3301_S_uvs.fits wwins /image_prod/ug002_uva//J1648-3301_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J1648-3301_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.26271 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259959 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.296859 0.296859 0.593719 1.18744 2.37487 4.74975 9.4995 18.999 37.998 75.996 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.262 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1010.58 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1648-3301_S_dfm.log closed on Thu Mar 5 02:57:16 2020