! Started logfile: /image_prod/ug002_uva//J1532-2310_S_dfm.log on Thu Mar 5 02:17:52 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-2310_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1532-2310_S_uva.fits ! AN table 1: 75 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.871429 visibilities/baseline/integration-bin. ! Found source: J1532-2310 ! ! 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 5490 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-2310_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 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.013540Jy sigma=6.940377 ! Fit after self-cal, rms=0.873008Jy sigma=6.044797 ! 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.416 mas, bmaj=6.455 mas, bpa=-4.495 degrees ! Estimated noise=2.71557 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.0971902 Jy ! Component: 100 - total flux cleaned = 0.127944 Jy ! Total flux subtracted in 100 components = 0.127944 Jy ! Clean residual min=-0.008945 max=0.012725 Jy/beam ! Clean residual mean=-0.000010 rms=0.002346 Jy/beam ! Combined flux in latest and established models = 0.127944 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.127944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.166445Jy sigma=0.566080 ! Fit after self-cal, rms=0.166421Jy sigma=0.565595 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140942 Jy ! Component: 100 - total flux cleaned = 0.0211956 Jy ! Total flux subtracted in 100 components = 0.0211956 Jy ! Clean residual min=-0.007173 max=0.006504 Jy/beam ! Clean residual mean=0.000008 rms=0.001781 Jy/beam ! Combined flux in latest and established models = 0.14914 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 20 components and 0.14914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.164121Jy sigma=0.548613 ! Fit after self-cal, rms=0.164142Jy sigma=0.548236 ! 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.015 mas, bmaj=7.549 mas, bpa=-6.141 degrees ! Estimated noise=1.45437 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.00612012 Jy ! Component: 100 - total flux cleaned = 0.00873696 Jy ! Component: 150 - total flux cleaned = 0.00994539 Jy ! Component: 200 - total flux cleaned = 0.0100681 Jy ! Total flux subtracted in 200 components = 0.0100681 Jy ! Clean residual min=-0.007148 max=0.005420 Jy/beam ! Clean residual mean=0.000050 rms=0.001547 Jy/beam ! Combined flux in latest and established models = 0.159208 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 33 components and 0.159208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.163543Jy sigma=0.547331 ! Fit after self-cal, rms=0.163547Jy sigma=0.547295 ! 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.015 x 7.549 at -6.141 degrees (North through East) ! Clean map min=-0.0068676 max=0.13165 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.63 FD 0.97 KP 1.04 LA 1.06 ! MK 0.99 NL 1.12 PT 1.05 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.68 FD 0.96 KP 1.03 LA 1.06 ! MK 1.01 NL 0.80 PT 1.13 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.62 FD 0.99 KP 1.01 LA 1.07 ! MK 1.02 NL 0.96 PT 1.02 SC 0.99 ! ! ! Fit before self-cal, rms=0.163547Jy sigma=0.547295 ! Fit after self-cal, rms=0.114215Jy sigma=0.536281 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=7.539 mas, bpa=-6.454 degrees ! Estimated noise=1.45398 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.000197179 Jy ! Component: 100 - total flux cleaned = 9.34669e-05 Jy ! Component: 150 - total flux cleaned = 3.84265e-05 Jy ! Component: 200 - total flux cleaned = -2.88748e-05 Jy ! Total flux subtracted in 200 components = -2.88748e-05 Jy ! Clean residual min=-0.003314 max=0.004308 Jy/beam ! Clean residual mean=0.000013 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.159179 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.159179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.114195Jy sigma=0.536137 ! Fit after self-cal, rms=0.113965Jy sigma=0.535646 ! 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.113965Jy sigma=0.535646 ! Fit after self-cal, rms=0.112143Jy sigma=0.535099 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.025 mas, bmaj=7.534 mas, bpa=-6.26 degrees ! Estimated noise=1.44962 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.76839e-05 Jy ! Component: 100 - total flux cleaned = -6.62165e-05 Jy ! Component: 150 - total flux cleaned = -2.16495e-06 Jy ! Component: 200 - total flux cleaned = 3.66871e-05 Jy ! Total flux subtracted in 200 components = 3.66871e-05 Jy ! Clean residual min=-0.003397 max=0.004252 Jy/beam ! Clean residual mean=0.000002 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.159216 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 45 components and 0.159216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.112131Jy sigma=0.535036 ! Fit after self-cal, rms=0.112123Jy sigma=0.535006 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) ! Added new window around map position (-12.5, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00386239 Jy ! Component: 100 - total flux cleaned = 0.00522877 Jy ! Component: 150 - total flux cleaned = 0.00517934 Jy ! Component: 200 - total flux cleaned = 0.00517853 Jy ! Total flux subtracted in 200 components = 0.00517853 Jy ! Clean residual min=-0.003166 max=0.002798 Jy/beam ! Clean residual mean=0.000008 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.164394 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 72 components and 0.164394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.111944Jy sigma=0.534034 ! Fit after self-cal, rms=0.111909Jy sigma=0.533936 ! 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.111909Jy sigma=0.533936 ! Fit after self-cal, rms=0.109769Jy sigma=0.533813 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.019 mas, bmaj=7.513 mas, bpa=-6.246 degrees ! Estimated noise=1.43933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145714 Jy ! Component: 100 - total flux cleaned = 0.0014205 Jy ! Component: 150 - total flux cleaned = 0.00135356 Jy ! Component: 200 - total flux cleaned = 0.0013219 Jy ! Total flux subtracted in 200 components = 0.0013219 Jy ! Clean residual min=-0.002910 max=0.002767 Jy/beam ! Clean residual mean=0.000008 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.165716 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.165716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109722Jy sigma=0.533648 ! Fit after self-cal, rms=0.109712Jy sigma=0.533628 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.000109962 Jy ! Component: 100 - total flux cleaned = 0.00011016 Jy ! Component: 150 - total flux cleaned = 0.000110351 Jy ! Component: 200 - total flux cleaned = 8.50422e-05 Jy ! Total flux subtracted in 200 components = 8.50422e-05 Jy ! Clean residual min=-0.002867 max=0.002760 Jy/beam ! Clean residual mean=0.000008 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.165801 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 92 components and 0.165801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.109690Jy sigma=0.533567 ! Fit after self-cal, rms=0.109692Jy sigma=0.533561 ! 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.109692Jy sigma=0.533561 ! Fit after self-cal, rms=0.108480Jy sigma=0.533529 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.979 mas, bmaj=18.41 mas, bpa=-8.241 degrees ! Estimated noise=1.88318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000176104 Jy ! Component: 100 - total flux cleaned = -0.000301824 Jy ! Component: 150 - total flux cleaned = -0.000388603 Jy ! Component: 200 - total flux cleaned = -0.000470872 Jy ! Total flux subtracted in 200 components = -0.000470872 Jy ! Clean residual min=-0.003364 max=0.003797 Jy/beam ! Clean residual mean=0.000018 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.16533 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 107 components and 0.16533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108469Jy sigma=0.533590 ! Fit after self-cal, rms=0.108459Jy sigma=0.533580 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.000214559 Jy ! Component: 100 - total flux cleaned = -0.000240572 Jy ! Component: 150 - total flux cleaned = -0.00024036 Jy ! Component: 200 - total flux cleaned = -0.00026584 Jy ! Total flux subtracted in 200 components = -0.00026584 Jy ! Clean residual min=-0.003369 max=0.003756 Jy/beam ! Clean residual mean=0.000017 rms=0.001056 Jy/beam ! Combined flux in latest and established models = 0.165064 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 114 components and 0.165064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108457Jy sigma=0.533619 ! Fit after self-cal, rms=0.108455Jy sigma=0.533614 ! 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.017 mas, bmaj=7.497 mas, bpa=-6.207 degrees ! Estimated noise=1.43408 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.017 x 7.497 at -6.207 degrees (North through East) ! Clean map min=-0.0026537 max=0.13092 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.411 mas, bmaj=6.389 mas, bpa=-4.451 degrees ! Estimated noise=2.68935 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0964091 Jy ! Component: 100 - total flux cleaned = 0.127351 Jy ! Component: 150 - total flux cleaned = 0.141054 Jy ! Component: 200 - total flux cleaned = 0.148635 Jy ! Total flux subtracted in 200 components = 0.148635 Jy ! Clean residual min=-0.006182 max=0.005967 Jy/beam ! Clean residual mean=-0.000013 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.148635 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.148635 Jy ! Inverting map and beam ! Estimated beam: bmin=3.017 mas, bmaj=7.497 mas, bpa=-6.207 degrees ! Estimated noise=1.43408 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.00679649 Jy ! Component: 100 - total flux cleaned = 0.0106665 Jy ! Component: 150 - total flux cleaned = 0.0133088 Jy ! Component: 200 - total flux cleaned = 0.015167 Jy ! Total flux subtracted in 200 components = 0.015167 Jy ! Clean residual min=-0.003182 max=0.002947 Jy/beam ! Clean residual mean=0.000006 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.163802 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 53 components and 0.163802 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.979 mas, bmaj=18.41 mas, bpa=-8.241 degrees ! Estimated noise=1.88318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102798 Jy ! Component: 100 - total flux cleaned = 0.00123735 Jy ! Component: 150 - total flux cleaned = 0.00128373 Jy ! Component: 200 - total flux cleaned = 0.00128439 Jy ! Total flux subtracted in 200 components = 0.00128439 Jy ! Clean residual min=-0.003621 max=0.003646 Jy/beam ! Clean residual mean=0.000019 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.165086 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.94997e-05 Jy ! Component: 100 - total flux cleaned = 3.84399e-05 Jy ! Component: 150 - total flux cleaned = 3.86798e-05 Jy ! Component: 200 - total flux cleaned = 3.68852e-05 Jy ! Total flux subtracted in 200 components = 3.68852e-05 Jy ! Clean residual min=-0.003487 max=0.003662 Jy/beam ! Clean residual mean=0.000019 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.165123 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 80 components and 0.165123 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.017 mas, bmaj=7.497 mas, bpa=-6.207 degrees ! Estimated noise=1.43408 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000696828 Jy ! Component: 100 - total flux cleaned = 0.000800376 Jy ! Component: 150 - total flux cleaned = 0.000803505 Jy ! Component: 200 - total flux cleaned = 0.000841133 Jy ! Total flux subtracted in 200 components = 0.000841133 Jy ! Clean residual min=-0.002959 max=0.003030 Jy/beam ! Clean residual mean=0.000010 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.165964 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.165964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.108464Jy sigma=0.533722 ! Fit after self-cal, rms=0.108479Jy sigma=0.533679 wmodel J1532-2310_S_map.mod ! Writing 98 model components to file: J1532-2310_S_map.mod wobs J1532-2310_S_uvs.fits ! Writing UV FITS file: J1532-2310_S_uvs.fits wwins J1532-2310_S_map.win ! wwins: Wrote 2 windows to J1532-2310_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.000151852 Jy ! Component: 100 - total flux cleaned = -0.000401026 Jy ! Component: 150 - total flux cleaned = -0.000633639 Jy ! Component: 200 - total flux cleaned = -0.000852149 Jy ! Component: 250 - total flux cleaned = -0.000977215 Jy ! Component: 300 - total flux cleaned = -0.00101739 Jy ! Component: 350 - total flux cleaned = -0.00117065 Jy ! Component: 400 - total flux cleaned = -0.00124483 Jy ! Component: 450 - total flux cleaned = -0.00131784 Jy ! Component: 500 - total flux cleaned = -0.00145875 Jy ! Component: 550 - total flux cleaned = -0.00156061 Jy ! Component: 600 - total flux cleaned = -0.0016925 Jy ! Component: 650 - total flux cleaned = -0.00185294 Jy ! Component: 700 - total flux cleaned = -0.0019148 Jy ! Component: 750 - total flux cleaned = -0.00191508 Jy ! Component: 800 - total flux cleaned = -0.00191538 Jy ! Component: 850 - total flux cleaned = -0.0019153 Jy ! Component: 900 - total flux cleaned = -0.00197209 Jy ! Component: 950 - total flux cleaned = -0.00194411 Jy ! Component: 1000 - total flux cleaned = -0.00199874 Jy ! Component: 1050 - total flux cleaned = -0.00199888 Jy ! Component: 1100 - total flux cleaned = -0.00210421 Jy ! Component: 1150 - total flux cleaned = -0.00212939 Jy ! Component: 1200 - total flux cleaned = -0.00212956 Jy ! Component: 1250 - total flux cleaned = -0.00212965 Jy ! Component: 1300 - total flux cleaned = -0.00210554 Jy ! Component: 1350 - total flux cleaned = -0.0021293 Jy ! Component: 1400 - total flux cleaned = -0.00215266 Jy ! Component: 1450 - total flux cleaned = -0.00215235 Jy ! Component: 1500 - total flux cleaned = -0.00215251 Jy ! Component: 1550 - total flux cleaned = -0.00217485 Jy ! Component: 1600 - total flux cleaned = -0.00215236 Jy ! Component: 1650 - total flux cleaned = -0.00215227 Jy ! Component: 1700 - total flux cleaned = -0.00210893 Jy ! Component: 1750 - total flux cleaned = -0.00206647 Jy ! Component: 1800 - total flux cleaned = -0.00202457 Jy ! Component: 1850 - total flux cleaned = -0.00198323 Jy ! Component: 1900 - total flux cleaned = -0.00200362 Jy ! Component: 1950 - total flux cleaned = -0.00198302 Jy ! Component: 2000 - total flux cleaned = -0.00190314 Jy ! Component: 2050 - total flux cleaned = -0.00192279 Jy ! Component: 2100 - total flux cleaned = -0.00186398 Jy ! Component: 2150 - total flux cleaned = -0.00186451 Jy ! Component: 2200 - total flux cleaned = -0.0018836 Jy ! Component: 2250 - total flux cleaned = -0.00186471 Jy ! Component: 2300 - total flux cleaned = -0.0018273 Jy ! Component: 2350 - total flux cleaned = -0.00180902 Jy ! Component: 2400 - total flux cleaned = -0.00179083 Jy ! Component: 2450 - total flux cleaned = -0.00175492 Jy ! Component: 2500 - total flux cleaned = -0.00171924 Jy ! Component: 2550 - total flux cleaned = -0.00170145 Jy ! Component: 2600 - total flux cleaned = -0.00159595 Jy ! Component: 2650 - total flux cleaned = -0.0015263 Jy ! Component: 2700 - total flux cleaned = -0.00144013 Jy ! Component: 2750 - total flux cleaned = -0.00137185 Jy ! Component: 2800 - total flux cleaned = -0.00128704 Jy ! Component: 2850 - total flux cleaned = -0.00120297 Jy ! Component: 2900 - total flux cleaned = -0.00115281 Jy ! Component: 2950 - total flux cleaned = -0.00105348 Jy ! Component: 3000 - total flux cleaned = -0.000971271 Jy ! Component: 3050 - total flux cleaned = -0.000857198 Jy ! Component: 3100 - total flux cleaned = -0.000792442 Jy ! Component: 3150 - total flux cleaned = -0.000648073 Jy ! Component: 3200 - total flux cleaned = -0.000648267 Jy ! Component: 3250 - total flux cleaned = -0.000584817 Jy ! Component: 3300 - total flux cleaned = -0.000537389 Jy ! Component: 3350 - total flux cleaned = -0.000459156 Jy ! Component: 3400 - total flux cleaned = -0.000365776 Jy ! Component: 3450 - total flux cleaned = -0.000334937 Jy ! Component: 3500 - total flux cleaned = -0.000258003 Jy ! Component: 3550 - total flux cleaned = -0.000212103 Jy ! Component: 3600 - total flux cleaned = -0.000166367 Jy ! Component: 3650 - total flux cleaned = -7.54202e-05 Jy ! Component: 3700 - total flux cleaned = -4.52479e-05 Jy ! Component: 3750 - total flux cleaned = 1.48403e-05 Jy ! Component: 3800 - total flux cleaned = 2.97473e-05 Jy ! Component: 3850 - total flux cleaned = 4.46327e-05 Jy ! Component: 3900 - total flux cleaned = 0.000118732 Jy ! Component: 3950 - total flux cleaned = 0.000148196 Jy ! Component: 4000 - total flux cleaned = 0.000148234 Jy ! Component: 4050 - total flux cleaned = 0.000162868 Jy ! Total flux subtracted in 4096 components = 0.000177501 Jy ! Clean residual min=-0.000865 max=0.000888 Jy/beam ! Clean residual mean=0.000004 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.166142 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 379 components and 0.166142 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1532-2310_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.017 x 7.497 at -6.207 degrees (North through East) ! Clean map min=-0.0024493 max=0.12987 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1532-2310_S_map.fits wmodel /image_prod/ug002_uva//J1532-2310_S_map.mod ! Writing 379 model components to file: /image_prod/ug002_uva//J1532-2310_S_map.mod wobs /image_prod/ug002_uva//J1532-2310_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1532-2310_S_uvs.fits wwins /image_prod/ug002_uva//J1532-2310_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1532-2310_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.129873 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260533 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.60182 0.60182 1.20364 2.40728 4.81456 9.62911 19.2582 38.5165 77.0329 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.129 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 498.488 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1532-2310_S_dfm.log closed on Thu Mar 5 02:17:56 2020