! Started logfile: /image_prod/ug002_uva//J1355-0947_S_a_dfm.log on Thu Mar 5 01:31:25 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//J1355-0947_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1355-0947_S_a_uva.fits ! AN table 1: 120 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.925694 visibilities/baseline/integration-bin. ! Found source: J1355-0947 ! ! 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 11997 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 J1355-0947_S_a] 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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.022086Jy sigma=8.041844 ! Fit after self-cal, rms=0.840893Jy sigma=6.560702 ! 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.121 mas, bmaj=16.06 mas, bpa=-15.65 degrees ! Estimated noise=1.26278 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.124667 Jy ! Component: 100 - total flux cleaned = 0.155287 Jy ! Total flux subtracted in 100 components = 0.155287 Jy ! Clean residual min=-0.014890 max=0.047908 Jy/beam ! Clean residual mean=-0.000050 rms=0.004785 Jy/beam ! Combined flux in latest and established models = 0.155287 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.155287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.107504Jy sigma=0.745457 ! Fit after self-cal, rms=0.107336Jy sigma=0.744844 ! Inverting map ! Added new window around map position (9, -11). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0389851 Jy ! Component: 100 - total flux cleaned = 0.0568384 Jy ! Total flux subtracted in 100 components = 0.0568384 Jy ! Clean residual min=-0.011202 max=0.013313 Jy/beam ! Clean residual mean=-0.000031 rms=0.002931 Jy/beam ! Combined flux in latest and established models = 0.212126 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 40 components and 0.212126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090790Jy sigma=0.585922 ! Fit after self-cal, rms=0.088156Jy sigma=0.563999 ! 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.807 mas, bmaj=16.37 mas, bpa=-14.66 degrees ! Estimated noise=0.844847 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.0213424 Jy ! Component: 100 - total flux cleaned = 0.034169 Jy ! Component: 150 - total flux cleaned = 0.0431405 Jy ! Component: 200 - total flux cleaned = 0.049867 Jy ! Total flux subtracted in 200 components = 0.049867 Jy ! Clean residual min=-0.005526 max=0.008573 Jy/beam ! Clean residual mean=-0.000015 rms=0.001712 Jy/beam ! Combined flux in latest and established models = 0.261993 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 103 components and 0.261993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082626Jy sigma=0.501681 ! Fit after self-cal, rms=0.082210Jy sigma=0.498066 ! 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.807 x 16.37 at -14.66 degrees (North through East) ! Clean map min=-0.0047783 max=0.16232 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.00 KP 0.94 ! LA 0.94 MK 1.04 NL 1.11 OV 0.96 ! PT 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.98 HN 1.03 KP 0.95 ! LA 0.97 MK 1.04 NL 1.16 OV 1.01 ! PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.97 HN 1.07 KP 0.96 ! LA 0.97 MK 1.02 NL 0.96 OV 0.98 ! PT 0.95 ! ! ! Fit before self-cal, rms=0.082210Jy sigma=0.498066 ! Fit after self-cal, rms=0.081558Jy sigma=0.483609 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.877 mas, bmaj=16.67 mas, bpa=-14.62 degrees ! Estimated noise=0.835973 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.00198444 Jy ! Component: 100 - total flux cleaned = 0.0013928 Jy ! Component: 150 - total flux cleaned = 0.000754972 Jy ! Component: 200 - total flux cleaned = 0.000421845 Jy ! Total flux subtracted in 200 components = 0.000421845 Jy ! Clean residual min=-0.005465 max=0.005201 Jy/beam ! Clean residual mean=-0.000008 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.262414 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 135 components and 0.262414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081272Jy sigma=0.480834 ! Fit after self-cal, rms=0.081270Jy sigma=0.480378 ! 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.081270Jy sigma=0.480378 ! Fit after self-cal, rms=0.078910Jy sigma=0.464572 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.874 mas, bmaj=16.66 mas, bpa=-14.67 degrees ! Estimated noise=0.836463 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00186841 Jy ! Component: 100 - total flux cleaned = 0.00163865 Jy ! Component: 150 - total flux cleaned = 0.00149469 Jy ! Component: 200 - total flux cleaned = 0.00136688 Jy ! Total flux subtracted in 200 components = 0.00136688 Jy ! Clean residual min=-0.002308 max=0.001985 Jy/beam ! Clean residual mean=0.000001 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.263781 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 157 components and 0.263781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078789Jy sigma=0.463536 ! Fit after self-cal, rms=0.078775Jy sigma=0.463342 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.000277846 Jy ! Component: 100 - total flux cleaned = 3.85601e-05 Jy ! Component: 150 - total flux cleaned = -9.92995e-05 Jy ! Component: 200 - total flux cleaned = -0.000252117 Jy ! Total flux subtracted in 200 components = -0.000252117 Jy ! Clean residual min=-0.002271 max=0.001904 Jy/beam ! Clean residual mean=0.000002 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.263529 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 173 components and 0.263529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078736Jy sigma=0.463005 ! Fit after self-cal, rms=0.078726Jy sigma=0.462960 ! 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.078726Jy sigma=0.462960 ! Fit after self-cal, rms=0.078786Jy sigma=0.460769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.871 mas, bmaj=16.65 mas, bpa=-14.69 degrees ! Estimated noise=0.834246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000555906 Jy ! Component: 100 - total flux cleaned = 0.000659941 Jy ! Component: 150 - total flux cleaned = 0.000717148 Jy ! Component: 200 - total flux cleaned = 0.00071727 Jy ! Total flux subtracted in 200 components = 0.00071727 Jy ! Clean residual min=-0.001518 max=0.001410 Jy/beam ! Clean residual mean=0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.264246 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 194 components and 0.264246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078750Jy sigma=0.460518 ! Fit after self-cal, rms=0.078741Jy sigma=0.460472 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.000108651 Jy ! Component: 100 - total flux cleaned = 6.45827e-05 Jy ! Component: 150 - total flux cleaned = 4.4536e-05 Jy ! Component: 200 - total flux cleaned = 4.50616e-05 Jy ! Total flux subtracted in 200 components = 4.50616e-05 Jy ! Clean residual min=-0.001483 max=0.001370 Jy/beam ! Clean residual mean=0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.264291 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 203 components and 0.264291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078727Jy sigma=0.460368 ! Fit after self-cal, rms=0.078725Jy sigma=0.460357 ! 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.078725Jy sigma=0.460357 ! Fit after self-cal, rms=0.078835Jy sigma=0.460315 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.313 mas, bmaj=18.2 mas, bpa=-6.265 degrees ! Estimated noise=0.948778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000571303 Jy ! Component: 100 - total flux cleaned = 0.000573183 Jy ! Component: 150 - total flux cleaned = 0.00059346 Jy ! Component: 200 - total flux cleaned = 0.000611259 Jy ! Total flux subtracted in 200 components = 0.000611259 Jy ! Clean residual min=-0.001815 max=0.001536 Jy/beam ! Clean residual mean=0.000001 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.264903 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 220 components and 0.264903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078824Jy sigma=0.460260 ! Fit after self-cal, rms=0.078823Jy sigma=0.460249 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 = -2.37911e-05 Jy ! Component: 100 - total flux cleaned = 1.07086e-05 Jy ! Component: 150 - total flux cleaned = 2.66453e-05 Jy ! Component: 200 - total flux cleaned = 5.61254e-05 Jy ! Total flux subtracted in 200 components = 5.61254e-05 Jy ! Clean residual min=-0.001801 max=0.001546 Jy/beam ! Clean residual mean=0.000001 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.264959 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 227 components and 0.264959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078818Jy sigma=0.460227 ! Fit after self-cal, rms=0.078818Jy sigma=0.460221 ! 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.868 mas, bmaj=16.65 mas, bpa=-14.7 degrees ! Estimated noise=0.834012 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.868 x 16.65 at -14.7 degrees (North through East) ! Clean map min=-0.001392 max=0.15973 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.169 mas, bmaj=16.22 mas, bpa=-15.69 degrees ! Estimated noise=1.25542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126654 Jy ! Component: 100 - total flux cleaned = 0.175913 Jy ! Component: 150 - total flux cleaned = 0.20145 Jy ! Component: 200 - total flux cleaned = 0.218447 Jy ! Total flux subtracted in 200 components = 0.218447 Jy ! Clean residual min=-0.004781 max=0.009328 Jy/beam ! Clean residual mean=-0.000004 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.218447 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 43 model components to the UV plane model. ! The established model now contains 43 components and 0.218447 Jy ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=16.65 mas, bpa=-14.7 degrees ! Estimated noise=0.834012 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.015685 Jy ! Component: 100 - total flux cleaned = 0.0255286 Jy ! Component: 150 - total flux cleaned = 0.0320644 Jy ! Component: 200 - total flux cleaned = 0.0365356 Jy ! Total flux subtracted in 200 components = 0.0365356 Jy ! Clean residual min=-0.001883 max=0.002447 Jy/beam ! Clean residual mean=0.000000 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.254982 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 102 components and 0.254982 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.313 mas, bmaj=18.2 mas, bpa=-6.265 degrees ! Estimated noise=0.948778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382705 Jy ! Component: 100 - total flux cleaned = 0.00611514 Jy ! Component: 150 - total flux cleaned = 0.00764069 Jy ! Component: 200 - total flux cleaned = 0.0086894 Jy ! Total flux subtracted in 200 components = 0.0086894 Jy ! Clean residual min=-0.001670 max=0.001331 Jy/beam ! Clean residual mean=-0.000000 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.263672 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.000346704 Jy ! Component: 100 - total flux cleaned = 0.000629088 Jy ! Component: 150 - total flux cleaned = 0.00086019 Jy ! Component: 200 - total flux cleaned = 0.00105163 Jy ! Total flux subtracted in 200 components = 0.00105163 Jy ! Clean residual min=-0.001673 max=0.001415 Jy/beam ! Clean residual mean=-0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.264723 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 193 components and 0.264723 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.868 mas, bmaj=16.65 mas, bpa=-14.7 degrees ! Estimated noise=0.834012 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329332 Jy ! Component: 100 - total flux cleaned = 0.000328135 Jy ! Component: 150 - total flux cleaned = 0.000297967 Jy ! Component: 200 - total flux cleaned = 0.000350035 Jy ! Total flux subtracted in 200 components = 0.000350035 Jy ! Clean residual min=-0.001550 max=0.001458 Jy/beam ! Clean residual mean=0.000000 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.265073 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 210 components and 0.265073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078844Jy sigma=0.460327 ! Fit after self-cal, rms=0.078830Jy sigma=0.460286 wmodel J1355-0947_S_a_map.mod ! Writing 210 model components to file: J1355-0947_S_a_map.mod wobs J1355-0947_S_a_uvs.fits ! Writing UV FITS file: J1355-0947_S_a_uvs.fits wwins J1355-0947_S_a_map.win ! wwins: Wrote 2 windows to J1355-0947_S_a_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.000262898 Jy ! Component: 100 - total flux cleaned = -0.000334626 Jy ! Component: 150 - total flux cleaned = -0.000357536 Jy ! Component: 200 - total flux cleaned = -0.00027145 Jy ! Component: 250 - total flux cleaned = -0.000126854 Jy ! Component: 300 - total flux cleaned = 3.3511e-05 Jy ! Component: 350 - total flux cleaned = 0.000150332 Jy ! Component: 400 - total flux cleaned = 0.000264547 Jy ! Component: 450 - total flux cleaned = 0.000320686 Jy ! Component: 500 - total flux cleaned = 0.000394377 Jy ! Component: 550 - total flux cleaned = 0.000448416 Jy ! Component: 600 - total flux cleaned = 0.000518766 Jy ! Component: 650 - total flux cleaned = 0.000570571 Jy ! Component: 700 - total flux cleaned = 0.000621583 Jy ! Component: 750 - total flux cleaned = 0.000688069 Jy ! Component: 800 - total flux cleaned = 0.000687682 Jy ! Component: 850 - total flux cleaned = 0.000767986 Jy ! Component: 900 - total flux cleaned = 0.000752024 Jy ! Component: 950 - total flux cleaned = 0.00083003 Jy ! Component: 1000 - total flux cleaned = 0.000876155 Jy ! Component: 1050 - total flux cleaned = 0.000906263 Jy ! Component: 1100 - total flux cleaned = 0.000950916 Jy ! Component: 1150 - total flux cleaned = 0.000980141 Jy ! Component: 1200 - total flux cleaned = 0.000994875 Jy ! Component: 1250 - total flux cleaned = 0.00106686 Jy ! Component: 1300 - total flux cleaned = 0.00115183 Jy ! Component: 1350 - total flux cleaned = 0.00115159 Jy ! Component: 1400 - total flux cleaned = 0.0012068 Jy ! Component: 1450 - total flux cleaned = 0.00123402 Jy ! Component: 1500 - total flux cleaned = 0.0012608 Jy ! Component: 1550 - total flux cleaned = 0.00123417 Jy ! Component: 1600 - total flux cleaned = 0.00126061 Jy ! Component: 1650 - total flux cleaned = 0.00127346 Jy ! Component: 1700 - total flux cleaned = 0.0012993 Jy ! Component: 1750 - total flux cleaned = 0.00128676 Jy ! Component: 1800 - total flux cleaned = 0.00131199 Jy ! Component: 1850 - total flux cleaned = 0.00133698 Jy ! Component: 1900 - total flux cleaned = 0.0013859 Jy ! Component: 1950 - total flux cleaned = 0.0013737 Jy ! Component: 2000 - total flux cleaned = 0.00142181 Jy ! Component: 2050 - total flux cleaned = 0.00145743 Jy ! Component: 2100 - total flux cleaned = 0.00152806 Jy ! Component: 2150 - total flux cleaned = 0.00151654 Jy ! Component: 2200 - total flux cleaned = 0.00160894 Jy ! Component: 2250 - total flux cleaned = 0.00164319 Jy ! Component: 2300 - total flux cleaned = 0.00166622 Jy ! Component: 2350 - total flux cleaned = 0.00173347 Jy ! Component: 2400 - total flux cleaned = 0.00178917 Jy ! Component: 2450 - total flux cleaned = 0.00187715 Jy ! Component: 2500 - total flux cleaned = 0.00189897 Jy ! Component: 2550 - total flux cleaned = 0.00195299 Jy ! Component: 2600 - total flux cleaned = 0.001921 Jy ! Component: 2650 - total flux cleaned = 0.00196351 Jy ! Component: 2700 - total flux cleaned = 0.00200553 Jy ! Component: 2750 - total flux cleaned = 0.00201592 Jy ! Component: 2800 - total flux cleaned = 0.00205741 Jy ! Component: 2850 - total flux cleaned = 0.00211885 Jy ! Component: 2900 - total flux cleaned = 0.00211874 Jy ! Component: 2950 - total flux cleaned = 0.00219935 Jy ! Component: 3000 - total flux cleaned = 0.00221938 Jy ! Component: 3050 - total flux cleaned = 0.00228865 Jy ! Component: 3100 - total flux cleaned = 0.00233783 Jy ! Component: 3150 - total flux cleaned = 0.00239609 Jy ! Component: 3200 - total flux cleaned = 0.0024347 Jy ! Component: 3250 - total flux cleaned = 0.00250188 Jy ! Component: 3300 - total flux cleaned = 0.0025778 Jy ! Component: 3350 - total flux cleaned = 0.00259661 Jy ! Component: 3400 - total flux cleaned = 0.00266214 Jy ! Component: 3450 - total flux cleaned = 0.0027457 Jy ! Component: 3500 - total flux cleaned = 0.00282854 Jy ! Component: 3550 - total flux cleaned = 0.00287441 Jy ! Component: 3600 - total flux cleaned = 0.00294695 Jy ! Component: 3650 - total flux cleaned = 0.00301904 Jy ! Component: 3700 - total flux cleaned = 0.00306383 Jy ! Component: 3750 - total flux cleaned = 0.00309942 Jy ! Component: 3800 - total flux cleaned = 0.00319663 Jy ! Component: 3850 - total flux cleaned = 0.00326684 Jy ! Component: 3900 - total flux cleaned = 0.00330166 Jy ! Component: 3950 - total flux cleaned = 0.00339686 Jy ! Component: 4000 - total flux cleaned = 0.00346565 Jy ! Component: 4050 - total flux cleaned = 0.00349128 Jy ! Total flux subtracted in 4096 components = 0.00355914 Jy ! Clean residual min=-0.000506 max=0.000514 Jy/beam ! Clean residual mean=-0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.268633 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 525 components and 0.268633 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1355-0947_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.868 x 16.65 at -14.7 degrees (North through East) ! Clean map min=-0.0009986 max=0.15996 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1355-0947_S_a_map.fits wmodel /image_prod/ug002_uva//J1355-0947_S_a_map.mod ! Writing 525 model components to file: /image_prod/ug002_uva//J1355-0947_S_a_map.mod wobs /image_prod/ug002_uva//J1355-0947_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1355-0947_S_a_uvs.fits wwins /image_prod/ug002_uva//J1355-0947_S_a_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1355-0947_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.159957 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171351 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.32137 0.32137 0.64274 1.28548 2.57096 5.14192 10.2838 20.5677 41.1354 82.2708 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.159 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 933.502 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1355-0947_S_a_dfm.log closed on Thu Mar 5 01:31:29 2020