! Started logfile: /image_prod/ug002_uva//J1350-1634_S_dfm.log on Thu Mar 5 01:28:32 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//J1350-1634_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1350-1634_S_uva.fits ! AN table 1: 50 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.977143 visibilities/baseline/integration-bin. ! Found source: J1350-1634 ! ! 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 4104 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 J1350-1634_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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005276Jy sigma=7.180026 ! Fit after self-cal, rms=0.927852Jy sigma=6.596058 ! 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.71 mas, bmaj=7.325 mas, bpa=-3.415 degrees ! Estimated noise=2.08691 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.0557332 Jy ! Component: 100 - total flux cleaned = 0.0719363 Jy ! Total flux subtracted in 100 components = 0.0719363 Jy ! Clean residual min=-0.005059 max=0.008217 Jy/beam ! Clean residual mean=-0.000036 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.0719363 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.0719363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070509Jy sigma=0.466972 ! Fit after self-cal, rms=0.070003Jy sigma=0.464435 ! 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.231 mas, bmaj=8.324 mas, bpa=-2.077 degrees ! Estimated noise=1.58651 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 (3, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136032 Jy ! Component: 100 - total flux cleaned = 0.0205594 Jy ! Component: 150 - total flux cleaned = 0.0244469 Jy ! Component: 200 - total flux cleaned = 0.0267854 Jy ! Total flux subtracted in 200 components = 0.0267854 Jy ! Clean residual min=-0.002864 max=0.003516 Jy/beam ! Clean residual mean=0.000007 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.0987217 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 49 components and 0.0987217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067915Jy sigma=0.441491 ! Fit after self-cal, rms=0.067863Jy sigma=0.440724 ! 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.231 x 8.324 at -2.077 degrees (North through East) ! Clean map min=-0.0028684 max=0.073989 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 HN 1.08 KP 1.10 LA 1.01 ! MK 1.05 OV 1.00 PT 0.92 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 HN 0.99 KP 0.97 LA 1.00 ! MK 0.96 OV 0.99 PT 0.95 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 1.11 KP 0.95 LA 0.95 ! MK 0.96 OV 1.00 PT 1.00 SC 0.92 ! ! ! Fit before self-cal, rms=0.067863Jy sigma=0.440724 ! Fit after self-cal, rms=0.067595Jy sigma=0.439092 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=8.319 mas, bpa=-1.892 degrees ! Estimated noise=1.56439 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.000319089 Jy ! Component: 100 - total flux cleaned = 0.000382816 Jy ! Component: 150 - total flux cleaned = 0.000337034 Jy ! Component: 200 - total flux cleaned = 0.000255215 Jy ! Total flux subtracted in 200 components = 0.000255215 Jy ! Clean residual min=-0.002600 max=0.002618 Jy/beam ! Clean residual mean=0.000012 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.0989769 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.0989769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067512Jy sigma=0.438601 ! Fit after self-cal, rms=0.067519Jy sigma=0.438455 ! 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.067519Jy sigma=0.438455 ! Fit after self-cal, rms=0.068255Jy sigma=0.437521 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.386 mas, bpa=-1.724 degrees ! Estimated noise=1.56272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000472639 Jy ! Component: 100 - total flux cleaned = 0.000436237 Jy ! Component: 150 - total flux cleaned = 0.000437836 Jy ! Component: 200 - total flux cleaned = 0.000488326 Jy ! Total flux subtracted in 200 components = 0.000488326 Jy ! Clean residual min=-0.002357 max=0.002253 Jy/beam ! Clean residual mean=0.000006 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0994653 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 74 components and 0.0994653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068218Jy sigma=0.437267 ! Fit after self-cal, rms=0.068226Jy sigma=0.437206 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 = 7.25347e-05 Jy ! Component: 100 - total flux cleaned = 7.30856e-05 Jy ! Component: 150 - total flux cleaned = 9.43188e-05 Jy ! Component: 200 - total flux cleaned = 0.000132334 Jy ! Total flux subtracted in 200 components = 0.000132334 Jy ! Clean residual min=-0.002340 max=0.002205 Jy/beam ! Clean residual mean=0.000007 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.0995976 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 86 components and 0.0995976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068210Jy sigma=0.437107 ! Fit after self-cal, rms=0.068200Jy sigma=0.437096 ! 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.068200Jy sigma=0.437096 ! Fit after self-cal, rms=0.068248Jy sigma=0.437060 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=8.426 mas, bpa=-1.761 degrees ! Estimated noise=1.56264 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180642 Jy ! Component: 100 - total flux cleaned = 0.000201249 Jy ! Component: 150 - total flux cleaned = 0.000237714 Jy ! Component: 200 - total flux cleaned = 0.000271177 Jy ! Total flux subtracted in 200 components = 0.000271177 Jy ! Clean residual min=-0.002286 max=0.002181 Jy/beam ! Clean residual mean=0.000006 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.0998688 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.0998688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068235Jy sigma=0.436973 ! Fit after self-cal, rms=0.068227Jy sigma=0.436964 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 = 8.25563e-05 Jy ! Component: 100 - total flux cleaned = 9.81685e-05 Jy ! Component: 150 - total flux cleaned = 0.000125874 Jy ! Component: 200 - total flux cleaned = 0.000139248 Jy ! Total flux subtracted in 200 components = 0.000139248 Jy ! Clean residual min=-0.002272 max=0.002145 Jy/beam ! Clean residual mean=0.000006 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.100008 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.100008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068221Jy sigma=0.436922 ! Fit after self-cal, rms=0.068217Jy sigma=0.436917 ! 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.068217Jy sigma=0.436917 ! Fit after self-cal, rms=0.068308Jy sigma=0.436894 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.318 mas, bmaj=18.37 mas, bpa=1.841 degrees ! Estimated noise=1.85281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351524 Jy ! Component: 100 - total flux cleaned = 0.000381947 Jy ! Component: 150 - total flux cleaned = 0.000413185 Jy ! Component: 200 - total flux cleaned = 0.000420327 Jy ! Total flux subtracted in 200 components = 0.000420327 Jy ! Clean residual min=-0.001878 max=0.002488 Jy/beam ! Clean residual mean=0.000009 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.100428 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 107 components and 0.100428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068306Jy sigma=0.436889 ! Fit after self-cal, rms=0.068295Jy sigma=0.436865 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.000106196 Jy ! Component: 100 - total flux cleaned = 0.000143375 Jy ! Component: 150 - total flux cleaned = 0.000159724 Jy ! Component: 200 - total flux cleaned = 0.00016646 Jy ! Total flux subtracted in 200 components = 0.00016646 Jy ! Clean residual min=-0.001880 max=0.002431 Jy/beam ! Clean residual mean=0.000010 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.100595 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 112 components and 0.100595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068296Jy sigma=0.436877 ! Fit after self-cal, rms=0.068291Jy sigma=0.436864 ! 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.228 mas, bmaj=8.463 mas, bpa=-1.808 degrees ! Estimated noise=1.56403 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.228 x 8.463 at -1.808 degrees (North through East) ! Clean map min=-0.0021325 max=0.07308 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.704 mas, bmaj=7.422 mas, bpa=-2.899 degrees ! Estimated noise=2.07628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0552744 Jy ! Component: 100 - total flux cleaned = 0.0723198 Jy ! Component: 150 - total flux cleaned = 0.0822205 Jy ! Component: 200 - total flux cleaned = 0.0885241 Jy ! Total flux subtracted in 200 components = 0.0885241 Jy ! Clean residual min=-0.003462 max=0.003996 Jy/beam ! Clean residual mean=-0.000014 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.0885241 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0885241 Jy ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.463 mas, bpa=-1.808 degrees ! Estimated noise=1.56403 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.00541753 Jy ! Component: 100 - total flux cleaned = 0.00829047 Jy ! Component: 150 - total flux cleaned = 0.00999084 Jy ! Component: 200 - total flux cleaned = 0.0103773 Jy ! Total flux subtracted in 200 components = 0.0103773 Jy ! Clean residual min=-0.002535 max=0.002171 Jy/beam ! Clean residual mean=0.000002 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0989013 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 63 components and 0.0989014 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.318 mas, bmaj=18.37 mas, bpa=1.841 degrees ! Estimated noise=1.85281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121583 Jy ! Component: 100 - total flux cleaned = 0.00139413 Jy ! Component: 150 - total flux cleaned = 0.00142895 Jy ! Component: 200 - total flux cleaned = 0.00146189 Jy ! Total flux subtracted in 200 components = 0.00146189 Jy ! Clean residual min=-0.001965 max=0.002506 Jy/beam ! Clean residual mean=0.000009 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.100363 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.00377e-05 Jy ! Component: 100 - total flux cleaned = 4.4679e-05 Jy ! Component: 150 - total flux cleaned = 4.38577e-05 Jy ! Component: 200 - total flux cleaned = 5.54867e-05 Jy ! Total flux subtracted in 200 components = 5.54867e-05 Jy ! Clean residual min=-0.001941 max=0.002477 Jy/beam ! Clean residual mean=0.000009 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.100419 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.100419 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.463 mas, bpa=-1.808 degrees ! Estimated noise=1.56403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0002754 Jy ! Component: 100 - total flux cleaned = -0.000274019 Jy ! Component: 150 - total flux cleaned = -0.000222035 Jy ! Component: 200 - total flux cleaned = -0.000198258 Jy ! Total flux subtracted in 200 components = -0.000198258 Jy ! Clean residual min=-0.002297 max=0.002225 Jy/beam ! Clean residual mean=0.000005 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.10022 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 92 components and 0.10022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068325Jy sigma=0.437104 ! Fit after self-cal, rms=0.068326Jy sigma=0.437054 wmodel J1350-1634_S_map.mod ! Writing 92 model components to file: J1350-1634_S_map.mod wobs J1350-1634_S_uvs.fits ! Writing UV FITS file: J1350-1634_S_uvs.fits wwins J1350-1634_S_map.win ! wwins: Wrote 2 windows to J1350-1634_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.00026371 Jy ! Component: 100 - total flux cleaned = -0.000336462 Jy ! Component: 150 - total flux cleaned = -0.000438704 Jy ! Component: 200 - total flux cleaned = -0.000504231 Jy ! Component: 250 - total flux cleaned = -0.000536397 Jy ! Component: 300 - total flux cleaned = -0.000476434 Jy ! Component: 350 - total flux cleaned = -0.00036079 Jy ! Component: 400 - total flux cleaned = -0.00024873 Jy ! Component: 450 - total flux cleaned = -0.000221073 Jy ! Component: 500 - total flux cleaned = -0.000167259 Jy ! Component: 550 - total flux cleaned = -0.000114833 Jy ! Component: 600 - total flux cleaned = -3.81242e-05 Jy ! Component: 650 - total flux cleaned = 8.69803e-05 Jy ! Component: 700 - total flux cleaned = 0.000209853 Jy ! Component: 750 - total flux cleaned = 0.000353857 Jy ! Component: 800 - total flux cleaned = 0.000495115 Jy ! Component: 850 - total flux cleaned = 0.00065713 Jy ! Component: 900 - total flux cleaned = 0.000839523 Jy ! Component: 950 - total flux cleaned = 0.00101836 Jy ! Component: 1000 - total flux cleaned = 0.00112821 Jy ! Component: 1050 - total flux cleaned = 0.00125806 Jy ! Component: 1100 - total flux cleaned = 0.00144954 Jy ! Component: 1150 - total flux cleaned = 0.00159614 Jy ! Component: 1200 - total flux cleaned = 0.00172013 Jy ! Component: 1250 - total flux cleaned = 0.00186261 Jy ! Component: 1300 - total flux cleaned = 0.00198302 Jy ! Component: 1350 - total flux cleaned = 0.00214147 Jy ! Component: 1400 - total flux cleaned = 0.00227802 Jy ! Component: 1450 - total flux cleaned = 0.00237393 Jy ! Component: 1500 - total flux cleaned = 0.0025066 Jy ! Component: 1550 - total flux cleaned = 0.00258157 Jy ! Component: 1600 - total flux cleaned = 0.00271073 Jy ! Component: 1650 - total flux cleaned = 0.002838 Jy ! Component: 1700 - total flux cleaned = 0.00285628 Jy ! Component: 1750 - total flux cleaned = 0.00296322 Jy ! Component: 1800 - total flux cleaned = 0.00303345 Jy ! Component: 1850 - total flux cleaned = 0.00310275 Jy ! Component: 1900 - total flux cleaned = 0.00315393 Jy ! Component: 1950 - total flux cleaned = 0.00322151 Jy ! Component: 2000 - total flux cleaned = 0.00327172 Jy ! Component: 2050 - total flux cleaned = 0.00332135 Jy ! Component: 2100 - total flux cleaned = 0.00337041 Jy ! Component: 2150 - total flux cleaned = 0.00337036 Jy ! Component: 2200 - total flux cleaned = 0.00345054 Jy ! Component: 2250 - total flux cleaned = 0.00351412 Jy ! Component: 2300 - total flux cleaned = 0.00356105 Jy ! Component: 2350 - total flux cleaned = 0.00356088 Jy ! Component: 2400 - total flux cleaned = 0.00365364 Jy ! Component: 2450 - total flux cleaned = 0.00371465 Jy ! Component: 2500 - total flux cleaned = 0.00369959 Jy ! Component: 2550 - total flux cleaned = 0.00377466 Jy ! Component: 2600 - total flux cleaned = 0.00381923 Jy ! Component: 2650 - total flux cleaned = 0.00387791 Jy ! Component: 2700 - total flux cleaned = 0.0039217 Jy ! Component: 2750 - total flux cleaned = 0.00396505 Jy ! Component: 2800 - total flux cleaned = 0.0040227 Jy ! Component: 2850 - total flux cleaned = 0.00409404 Jy ! Component: 2900 - total flux cleaned = 0.0041364 Jy ! Component: 2950 - total flux cleaned = 0.0042063 Jy ! Component: 3000 - total flux cleaned = 0.00423412 Jy ! Component: 3050 - total flux cleaned = 0.00426191 Jy ! Component: 3100 - total flux cleaned = 0.00430306 Jy ! Component: 3150 - total flux cleaned = 0.00435757 Jy ! Component: 3200 - total flux cleaned = 0.00434384 Jy ! Component: 3250 - total flux cleaned = 0.00434389 Jy ! Component: 3300 - total flux cleaned = 0.00437067 Jy ! Component: 3350 - total flux cleaned = 0.00437072 Jy ! Component: 3400 - total flux cleaned = 0.00439722 Jy ! Component: 3450 - total flux cleaned = 0.00439708 Jy ! Component: 3500 - total flux cleaned = 0.00444933 Jy ! Component: 3550 - total flux cleaned = 0.00443621 Jy ! Component: 3600 - total flux cleaned = 0.00444908 Jy ! Component: 3650 - total flux cleaned = 0.00447484 Jy ! Component: 3700 - total flux cleaned = 0.00446202 Jy ! Component: 3750 - total flux cleaned = 0.00447481 Jy ! Component: 3800 - total flux cleaned = 0.00447483 Jy ! Component: 3850 - total flux cleaned = 0.00450013 Jy ! Component: 3900 - total flux cleaned = 0.00453802 Jy ! Component: 3950 - total flux cleaned = 0.00453804 Jy ! Component: 4000 - total flux cleaned = 0.00457576 Jy ! Component: 4050 - total flux cleaned = 0.00458832 Jy ! Total flux subtracted in 4096 components = 0.00461329 Jy ! Clean residual min=-0.000682 max=0.000947 Jy/beam ! Clean residual mean=0.000001 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.104834 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 332 components and 0.104834 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1350-1634_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.228 x 8.463 at -1.808 degrees (North through East) ! Clean map min=-0.002285 max=0.072683 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1350-1634_S_map.fits wmodel /image_prod/ug002_uva//J1350-1634_S_map.mod ! Writing 332 model components to file: /image_prod/ug002_uva//J1350-1634_S_map.mod wobs /image_prod/ug002_uva//J1350-1634_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1350-1634_S_uvs.fits wwins /image_prod/ug002_uva//J1350-1634_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1350-1634_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0726832 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000209028 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.862762 0.862762 1.72552 3.45105 6.90209 13.8042 27.6084 55.2167 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.072 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 347.72 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1350-1634_S_dfm.log closed on Thu Mar 5 01:28:36 2020