! Started logfile: /image_prod/ug002_uva//J0326-3243_S_dfm.log on Wed Mar 4 19:55:07 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//J0326-3243_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0326-3243_S_uva.fits ! AN table 1: 30 integrations on 21 of 21 possible baselines. ! AN table 2: 30 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.990476 visibilities/baseline/integration-bin. ! Found source: J0326-3243 ! ! 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 4368 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 J0326-3243_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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004331Jy sigma=6.795344 ! Fit after self-cal, rms=0.946056Jy sigma=6.386717 ! 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=3.179 mas, bmaj=11.23 mas, bpa=-13.06 degrees ! Estimated noise=2.53062 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.0434412 Jy ! Component: 100 - total flux cleaned = 0.0549867 Jy ! Total flux subtracted in 100 components = 0.0549867 Jy ! Clean residual min=-0.007190 max=0.006321 Jy/beam ! Clean residual mean=0.000010 rms=0.001769 Jy/beam ! Combined flux in latest and established models = 0.0549867 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0549867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082039Jy sigma=0.491358 ! Fit after self-cal, rms=0.081161Jy sigma=0.485428 ! 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=4.058 mas, bmaj=13.67 mas, bpa=-11.65 degrees ! Estimated noise=1.63489 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.00637202 Jy ! Component: 100 - total flux cleaned = 0.00887017 Jy ! Component: 150 - total flux cleaned = 0.00997944 Jy ! Component: 200 - total flux cleaned = 0.0103025 Jy ! Total flux subtracted in 200 components = 0.0103025 Jy ! Clean residual min=-0.004588 max=0.004743 Jy/beam ! Clean residual mean=-0.000022 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.0652892 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 35 components and 0.0652892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.080741Jy sigma=0.482250 ! Fit after self-cal, rms=0.080744Jy sigma=0.482131 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.058 x 13.67 at -11.65 degrees (North through East) ! Clean map min=-0.0045544 max=0.056878 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 1.05 LA 1.01 NL 1.34 ! OV 0.79 PT 0.99 SC 1.24 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 FD 1.21 KP 1.11 LA 1.03 ! MK 1.05 NL 1.08 OV 0.65 PT 1.09 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 KP 1.05 LA 1.00 NL 1.05 ! OV 0.87 PT 0.97 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.04 KP 1.08 LA 0.91 ! MK 0.98 NL 1.25 OV 1.08 PT 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.19 KP 1.13 LA 0.97 NL 0.82 ! OV 0.63 PT 1.11 SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.04 KP 1.14 LA 1.08 ! MK 0.93 NL 0.93 OV 0.70 PT 1.08 ! ! ! Fit before self-cal, rms=0.080744Jy sigma=0.482131 ! Fit after self-cal, rms=0.078973Jy sigma=0.475020 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.057 mas, bmaj=13.62 mas, bpa=-11.7 degrees ! Estimated noise=1.62008 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 (11, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00436284 Jy ! Component: 100 - total flux cleaned = 0.00638219 Jy ! Component: 150 - total flux cleaned = 0.00669049 Jy ! Component: 200 - total flux cleaned = 0.0068516 Jy ! Total flux subtracted in 200 components = 0.0068516 Jy ! Clean residual min=-0.002866 max=0.002795 Jy/beam ! Clean residual mean=-0.000018 rms=0.000719 Jy/beam ! Combined flux in latest and established models = 0.0721408 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 71 components and 0.0721408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078740Jy sigma=0.473177 ! Fit after self-cal, rms=0.079125Jy sigma=0.471204 ! 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.079125Jy sigma=0.471204 ! Fit after self-cal, rms=0.078963Jy sigma=0.470476 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.06 mas, bmaj=13.63 mas, bpa=-11.8 degrees ! Estimated noise=1.60844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245767 Jy ! Component: 100 - total flux cleaned = 0.00328178 Jy ! Component: 150 - total flux cleaned = 0.0034268 Jy ! Component: 200 - total flux cleaned = 0.00345633 Jy ! Total flux subtracted in 200 components = 0.00345633 Jy ! Clean residual min=-0.002504 max=0.002261 Jy/beam ! Clean residual mean=-0.000015 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0755971 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 96 components and 0.0755971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078875Jy sigma=0.469893 ! Fit after self-cal, rms=0.079154Jy sigma=0.469553 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.000693096 Jy ! Component: 100 - total flux cleaned = 0.000697629 Jy ! Component: 150 - total flux cleaned = 0.000670704 Jy ! Component: 200 - total flux cleaned = 0.000571011 Jy ! Total flux subtracted in 200 components = 0.000571011 Jy ! Clean residual min=-0.002467 max=0.002410 Jy/beam ! Clean residual mean=-0.000012 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0761681 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 113 components and 0.0761681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079116Jy sigma=0.469379 ! Fit after self-cal, rms=0.079149Jy sigma=0.469338 ! 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.079149Jy sigma=0.469338 ! Fit after self-cal, rms=0.078823Jy sigma=0.469128 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.067 mas, bmaj=13.71 mas, bpa=-12.01 degrees ! Estimated noise=1.60282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000887293 Jy ! Component: 100 - total flux cleaned = 0.000975581 Jy ! Component: 150 - total flux cleaned = 0.000999809 Jy ! Component: 200 - total flux cleaned = 0.00104243 Jy ! Total flux subtracted in 200 components = 0.00104243 Jy ! Clean residual min=-0.002367 max=0.002175 Jy/beam ! Clean residual mean=-0.000015 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0772106 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 127 components and 0.0772106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078792Jy sigma=0.468999 ! Fit after self-cal, rms=0.078918Jy sigma=0.468934 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.000222429 Jy ! Component: 100 - total flux cleaned = 0.000243456 Jy ! Component: 150 - total flux cleaned = 0.000263735 Jy ! Component: 200 - total flux cleaned = 0.000300117 Jy ! Total flux subtracted in 200 components = 0.000300117 Jy ! Clean residual min=-0.002285 max=0.002221 Jy/beam ! Clean residual mean=-0.000014 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.0775107 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.0775107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078901Jy sigma=0.468878 ! Fit after self-cal, rms=0.078921Jy sigma=0.468865 ! 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.078921Jy sigma=0.468865 ! Fit after self-cal, rms=0.078584Jy sigma=0.468820 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.247 mas, bmaj=30.23 mas, bpa=-6.07 degrees ! Estimated noise=1.81131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000464893 Jy ! Component: 100 - total flux cleaned = 0.00053806 Jy ! Component: 150 - total flux cleaned = 0.000586059 Jy ! Component: 200 - total flux cleaned = 0.0006281 Jy ! Total flux subtracted in 200 components = 0.0006281 Jy ! Clean residual min=-0.002213 max=0.001982 Jy/beam ! Clean residual mean=-0.000025 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0781388 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 155 components and 0.0781388 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078575Jy sigma=0.468784 ! Fit after self-cal, rms=0.078626Jy sigma=0.468767 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.19912e-05 Jy ! Component: 100 - total flux cleaned = 0.000121919 Jy ! Component: 150 - total flux cleaned = 0.00016133 Jy ! Component: 200 - total flux cleaned = 0.000184966 Jy ! Total flux subtracted in 200 components = 0.000184966 Jy ! Clean residual min=-0.002188 max=0.001998 Jy/beam ! Clean residual mean=-0.000024 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.0783237 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 167 components and 0.0783237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078620Jy sigma=0.468762 ! Fit after self-cal, rms=0.078629Jy sigma=0.468754 ! 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=4.064 mas, bmaj=13.73 mas, bpa=-12.16 degrees ! Estimated noise=1.5967 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.064 x 13.73 at -12.16 degrees (North through East) ! Clean map min=-0.003621 max=0.055266 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=3.168 mas, bmaj=11.11 mas, bpa=-13.1 degrees ! Estimated noise=2.3851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0417744 Jy ! Component: 100 - total flux cleaned = 0.0538261 Jy ! Component: 150 - total flux cleaned = 0.0608977 Jy ! Component: 200 - total flux cleaned = 0.0658711 Jy ! Total flux subtracted in 200 components = 0.0658711 Jy ! Clean residual min=-0.003997 max=0.003568 Jy/beam ! Clean residual mean=-0.000001 rms=0.001098 Jy/beam ! Combined flux in latest and established models = 0.0658711 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.0658711 Jy ! Inverting map and beam ! Estimated beam: bmin=4.064 mas, bmaj=13.73 mas, bpa=-12.16 degrees ! Estimated noise=1.5967 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.00530493 Jy ! Component: 100 - total flux cleaned = 0.00838294 Jy ! Component: 150 - total flux cleaned = 0.0103284 Jy ! Component: 200 - total flux cleaned = 0.0109825 Jy ! Total flux subtracted in 200 components = 0.0109825 Jy ! Clean residual min=-0.002448 max=0.002348 Jy/beam ! Clean residual mean=-0.000016 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0768536 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 84 components and 0.0768536 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.247 mas, bmaj=30.23 mas, bpa=-6.07 degrees ! Estimated noise=1.81131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00092877 Jy ! Component: 100 - total flux cleaned = 0.00116246 Jy ! Component: 150 - total flux cleaned = 0.00135898 Jy ! Component: 200 - total flux cleaned = 0.00152693 Jy ! Total flux subtracted in 200 components = 0.00152693 Jy ! Clean residual min=-0.002499 max=0.002028 Jy/beam ! Clean residual mean=-0.000023 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.0783805 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.000143466 Jy ! Component: 100 - total flux cleaned = 0.00024833 Jy ! Component: 150 - total flux cleaned = 0.000304885 Jy ! Component: 200 - total flux cleaned = 0.000287435 Jy ! Total flux subtracted in 200 components = 0.000287435 Jy ! Clean residual min=-0.002403 max=0.002000 Jy/beam ! Clean residual mean=-0.000022 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.078668 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 120 components and 0.078668 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.064 mas, bmaj=13.73 mas, bpa=-12.16 degrees ! Estimated noise=1.5967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.25318e-06 Jy ! Component: 100 - total flux cleaned = 5.06981e-05 Jy ! Component: 150 - total flux cleaned = 7.67725e-05 Jy ! Component: 200 - total flux cleaned = 5.13712e-05 Jy ! Total flux subtracted in 200 components = 5.13712e-05 Jy ! Clean residual min=-0.002182 max=0.002187 Jy/beam ! Clean residual mean=-0.000014 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.0787193 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 134 components and 0.0787193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078619Jy sigma=0.468926 ! Fit after self-cal, rms=0.078658Jy sigma=0.468881 wmodel J0326-3243_S_map.mod ! Writing 134 model components to file: J0326-3243_S_map.mod wobs J0326-3243_S_uvs.fits ! Writing UV FITS file: J0326-3243_S_uvs.fits wwins J0326-3243_S_map.win ! wwins: Wrote 2 windows to J0326-3243_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.000315979 Jy ! Component: 100 - total flux cleaned = -0.000495897 Jy ! Component: 150 - total flux cleaned = -0.000766945 Jy ! Component: 200 - total flux cleaned = -0.000989822 Jy ! Component: 250 - total flux cleaned = -0.00114 Jy ! Component: 300 - total flux cleaned = -0.00134093 Jy ! Component: 350 - total flux cleaned = -0.00153327 Jy ! Component: 400 - total flux cleaned = -0.00163847 Jy ! Component: 450 - total flux cleaned = -0.00168889 Jy ! Component: 500 - total flux cleaned = -0.00178707 Jy ! Component: 550 - total flux cleaned = -0.00188261 Jy ! Component: 600 - total flux cleaned = -0.00204458 Jy ! Component: 650 - total flux cleaned = -0.00208926 Jy ! Component: 700 - total flux cleaned = -0.00222037 Jy ! Component: 750 - total flux cleaned = -0.00224173 Jy ! Component: 800 - total flux cleaned = -0.00228399 Jy ! Component: 850 - total flux cleaned = -0.00234455 Jy ! Component: 900 - total flux cleaned = -0.00240357 Jy ! Component: 950 - total flux cleaned = -0.00247996 Jy ! Component: 1000 - total flux cleaned = -0.00244193 Jy ! Component: 1050 - total flux cleaned = -0.00246013 Jy ! Component: 1100 - total flux cleaned = -0.00244153 Jy ! Component: 1150 - total flux cleaned = -0.00240573 Jy ! Component: 1200 - total flux cleaned = -0.00237105 Jy ! Component: 1250 - total flux cleaned = -0.00245673 Jy ! Component: 1300 - total flux cleaned = -0.00247342 Jy ! Component: 1350 - total flux cleaned = -0.00254031 Jy ! Component: 1400 - total flux cleaned = -0.0025895 Jy ! Component: 1450 - total flux cleaned = -0.00262156 Jy ! Component: 1500 - total flux cleaned = -0.00265325 Jy ! Component: 1550 - total flux cleaned = -0.00271598 Jy ! Component: 1600 - total flux cleaned = -0.00277776 Jy ! Component: 1650 - total flux cleaned = -0.00274725 Jy ! Component: 1700 - total flux cleaned = -0.00277702 Jy ! Component: 1750 - total flux cleaned = -0.0028065 Jy ! Component: 1800 - total flux cleaned = -0.00285039 Jy ! Component: 1850 - total flux cleaned = -0.00290829 Jy ! Component: 1900 - total flux cleaned = -0.00295123 Jy ! Component: 1950 - total flux cleaned = -0.00299391 Jy ! Component: 2000 - total flux cleaned = -0.00302219 Jy ! Component: 2050 - total flux cleaned = -0.00311949 Jy ! Component: 2100 - total flux cleaned = -0.00310574 Jy ! Component: 2150 - total flux cleaned = -0.00320104 Jy ! Component: 2200 - total flux cleaned = -0.00322805 Jy ! Component: 2250 - total flux cleaned = -0.00322804 Jy ! Component: 2300 - total flux cleaned = -0.00328105 Jy ! Component: 2350 - total flux cleaned = -0.00330722 Jy ! Component: 2400 - total flux cleaned = -0.00333316 Jy ! Component: 2450 - total flux cleaned = -0.0033333 Jy ! Component: 2500 - total flux cleaned = -0.00338418 Jy ! Component: 2550 - total flux cleaned = -0.00340945 Jy ! Component: 2600 - total flux cleaned = -0.00342184 Jy ! Component: 2650 - total flux cleaned = -0.00340939 Jy ! Component: 2700 - total flux cleaned = -0.00343402 Jy ! Component: 2750 - total flux cleaned = -0.00344618 Jy ! Component: 2800 - total flux cleaned = -0.00344615 Jy ! Component: 2850 - total flux cleaned = -0.00350624 Jy ! Component: 2900 - total flux cleaned = -0.00354195 Jy ! Component: 2950 - total flux cleaned = -0.00360113 Jy ! Component: 3000 - total flux cleaned = -0.00364803 Jy ! Component: 3050 - total flux cleaned = -0.00368307 Jy ! Component: 3100 - total flux cleaned = -0.00372949 Jy ! Component: 3150 - total flux cleaned = -0.00381033 Jy ! Component: 3200 - total flux cleaned = -0.00387917 Jy ! Component: 3250 - total flux cleaned = -0.00392482 Jy ! Component: 3300 - total flux cleaned = -0.00395905 Jy ! Component: 3350 - total flux cleaned = -0.00404971 Jy ! Component: 3400 - total flux cleaned = -0.00409483 Jy ! Component: 3450 - total flux cleaned = -0.00418474 Jy ! Component: 3500 - total flux cleaned = -0.00422949 Jy ! Component: 3550 - total flux cleaned = -0.00430753 Jy ! Component: 3600 - total flux cleaned = -0.00435196 Jy ! Component: 3650 - total flux cleaned = -0.00441838 Jy ! Component: 3700 - total flux cleaned = -0.00448457 Jy ! Component: 3750 - total flux cleaned = -0.00453951 Jy ! Component: 3800 - total flux cleaned = -0.0045723 Jy ! Component: 3850 - total flux cleaned = -0.00460518 Jy ! Component: 3900 - total flux cleaned = -0.00464877 Jy ! Component: 3950 - total flux cleaned = -0.00465958 Jy ! Component: 4000 - total flux cleaned = -0.00468129 Jy ! Component: 4050 - total flux cleaned = -0.00468128 Jy ! Total flux subtracted in 4096 components = -0.00471374 Jy ! Clean residual min=-0.000669 max=0.000581 Jy/beam ! Clean residual mean=-0.000003 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.0740056 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 379 components and 0.0740056 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0326-3243_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.064 x 13.73 at -12.16 degrees (North through East) ! Clean map min=-0.0023502 max=0.053582 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0326-3243_S_map.fits wmodel /image_prod/ug002_uva//J0326-3243_S_map.mod ! Writing 379 model components to file: /image_prod/ug002_uva//J0326-3243_S_map.mod wobs /image_prod/ug002_uva//J0326-3243_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0326-3243_S_uvs.fits wwins /image_prod/ug002_uva//J0326-3243_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0326-3243_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0535822 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179804 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.0067 1.0067 2.0134 4.02679 8.05359 16.1072 32.2144 64.4287 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.053 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 298.003 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0326-3243_S_dfm.log closed on Wed Mar 4 19:55:11 2020