! Started logfile: /image_prod/ug002_uva//J0419-3010_S_dfm.log on Wed Mar 4 20:18:13 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//J0419-3010_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0419-3010_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.887037 visibilities/baseline/integration-bin. ! Found source: J0419-3010 ! ! 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 5748 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 J0419-3010_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009596Jy sigma=5.936220 ! Fit after self-cal, rms=0.931613Jy sigma=5.465227 ! 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.319 mas, bmaj=6.54 mas, bpa=-5.574 degrees ! Estimated noise=2.73903 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.0524528 Jy ! Component: 100 - total flux cleaned = 0.0695485 Jy ! Total flux subtracted in 100 components = 0.0695485 Jy ! Clean residual min=-0.007561 max=0.010336 Jy/beam ! Clean residual mean=-0.000004 rms=0.002109 Jy/beam ! Combined flux in latest and established models = 0.0695485 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0695485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.090872Jy sigma=0.471414 ! Fit after self-cal, rms=0.090125Jy sigma=0.467509 ! Inverting map print "============== Finished uniform weighting clean ===============" ! ============== Finished uniform weighting clean =============== ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=7.588 mas, bpa=-4.975 degrees ! Estimated noise=1.64802 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-2.5, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0166252 Jy ! Component: 100 - total flux cleaned = 0.0244669 Jy ! Component: 150 - total flux cleaned = 0.0286882 Jy ! Component: 200 - total flux cleaned = 0.0305725 Jy ! Total flux subtracted in 200 components = 0.0305725 Jy ! Clean residual min=-0.004038 max=0.004597 Jy/beam ! Clean residual mean=-0.000004 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.100121 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 41 components and 0.100121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.087570Jy sigma=0.446702 ! Fit after self-cal, rms=0.087393Jy sigma=0.445564 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.907 x 7.588 at -4.975 degrees (North through East) ! Clean map min=-0.0042067 max=0.072898 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.93 HN 1.24 KP 1.01 ! LA 1.00 MK 0.97 NL 0.97 OV 0.88 ! SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.01 HN 1.22 KP 1.00 ! LA 1.07 MK 0.93 NL 0.96 OV 0.93 ! SC 1.14 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.27 KP 1.05 ! LA 0.99 MK 1.07 NL 0.89 OV 0.87 ! SC 0.91 ! ! ! Fit before self-cal, rms=0.087393Jy sigma=0.445564 ! Fit after self-cal, rms=0.088631Jy sigma=0.442635 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.919 mas, bmaj=7.565 mas, bpa=-4.608 degrees ! Estimated noise=1.60744 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.00127794 Jy ! Component: 100 - total flux cleaned = 0.00099475 Jy ! Component: 150 - total flux cleaned = 0.000767289 Jy ! Component: 200 - total flux cleaned = 0.000574889 Jy ! Total flux subtracted in 200 components = 0.000574889 Jy ! Clean residual min=-0.003311 max=0.003152 Jy/beam ! Clean residual mean=-0.000003 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.100696 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.100696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088509Jy sigma=0.442015 ! Fit after self-cal, rms=0.088576Jy sigma=0.441720 ! 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.088576Jy sigma=0.441720 ! Fit after self-cal, rms=0.089548Jy sigma=0.440678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.9 mas, bmaj=7.497 mas, bpa=-4.51 degrees ! Estimated noise=1.59803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000948884 Jy ! Component: 100 - total flux cleaned = 0.000757118 Jy ! Component: 150 - total flux cleaned = 0.000588789 Jy ! Component: 200 - total flux cleaned = 0.000437225 Jy ! Total flux subtracted in 200 components = 0.000437225 Jy ! Clean residual min=-0.003050 max=0.002765 Jy/beam ! Clean residual mean=-0.000004 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.101133 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.101133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089480Jy sigma=0.440393 ! Fit after self-cal, rms=0.089496Jy sigma=0.440237 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.000187683 Jy ! Component: 100 - total flux cleaned = -2.70711e-05 Jy ! Component: 150 - total flux cleaned = -0.000218829 Jy ! Component: 200 - total flux cleaned = -0.000356704 Jy ! Total flux subtracted in 200 components = -0.000356704 Jy ! Clean residual min=-0.003104 max=0.002805 Jy/beam ! Clean residual mean=-0.000004 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.100776 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.100776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089445Jy sigma=0.440060 ! Fit after self-cal, rms=0.089434Jy sigma=0.440031 ! 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.089434Jy sigma=0.440031 ! Fit after self-cal, rms=0.089277Jy sigma=0.439846 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.879 mas, bmaj=7.428 mas, bpa=-4.28 degrees ! Estimated noise=1.5794 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000440116 Jy ! Component: 100 - total flux cleaned = 0.000255207 Jy ! Component: 150 - total flux cleaned = 9.13563e-05 Jy ! Component: 200 - total flux cleaned = -5.51793e-05 Jy ! Total flux subtracted in 200 components = -5.51793e-05 Jy ! Clean residual min=-0.003009 max=0.002867 Jy/beam ! Clean residual mean=-0.000004 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.100721 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.100721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089235Jy sigma=0.439718 ! Fit after self-cal, rms=0.089242Jy sigma=0.439676 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.000100057 Jy ! Component: 100 - total flux cleaned = -5.94886e-05 Jy ! Component: 150 - total flux cleaned = -0.000173956 Jy ! Component: 200 - total flux cleaned = -0.000278095 Jy ! Total flux subtracted in 200 components = -0.000278095 Jy ! Clean residual min=-0.003089 max=0.002849 Jy/beam ! Clean residual mean=-0.000004 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.100443 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.100443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.089212Jy sigma=0.439591 ! Fit after self-cal, rms=0.089202Jy sigma=0.439571 ! 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.089202Jy sigma=0.439571 ! Fit after self-cal, rms=0.088633Jy sigma=0.439551 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.516 mas, bmaj=18.79 mas, bpa=-0.1375 degrees ! Estimated noise=2.0806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155533 Jy ! Component: 100 - total flux cleaned = -0.000131463 Jy ! Component: 150 - total flux cleaned = -0.000113807 Jy ! Component: 200 - total flux cleaned = -9.85216e-05 Jy ! Total flux subtracted in 200 components = -9.85216e-05 Jy ! Clean residual min=-0.003238 max=0.003019 Jy/beam ! Clean residual mean=-0.000009 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.100345 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.100345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088621Jy sigma=0.439585 ! Fit after self-cal, rms=0.088606Jy sigma=0.439546 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.23062e-06 Jy ! Component: 100 - total flux cleaned = 1.41147e-05 Jy ! Component: 150 - total flux cleaned = -1.30212e-07 Jy ! Component: 200 - total flux cleaned = 1.36753e-05 Jy ! Total flux subtracted in 200 components = 1.36753e-05 Jy ! Clean residual min=-0.003310 max=0.002982 Jy/beam ! Clean residual mean=-0.000009 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.100358 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 93 components and 0.100358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088598Jy sigma=0.439594 ! Fit after self-cal, rms=0.088590Jy sigma=0.439560 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "============== Finished amplitude self-cal ==============" ! ============== Finished amplitude self-cal ============== restore ! Inverting map and beam ! Estimated beam: bmin=2.867 mas, bmaj=7.388 mas, bpa=-4.143 degrees ! Estimated noise=1.56991 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.867 x 7.388 at -4.143 degrees (North through East) ! Clean map min=-0.0029226 max=0.071052 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.286 mas, bmaj=6.39 mas, bpa=-4.523 degrees ! Estimated noise=2.56004 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0493092 Jy ! Component: 100 - total flux cleaned = 0.068877 Jy ! Component: 150 - total flux cleaned = 0.0804988 Jy ! Component: 200 - total flux cleaned = 0.0883832 Jy ! Total flux subtracted in 200 components = 0.0883832 Jy ! Clean residual min=-0.005617 max=0.005814 Jy/beam ! Clean residual mean=-0.000002 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.0883832 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0883832 Jy ! Inverting map and beam ! Estimated beam: bmin=2.867 mas, bmaj=7.388 mas, bpa=-4.143 degrees ! Estimated noise=1.56991 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.0072794 Jy ! Component: 100 - total flux cleaned = 0.0104838 Jy ! Component: 150 - total flux cleaned = 0.0111902 Jy ! Component: 200 - total flux cleaned = 0.0116562 Jy ! Total flux subtracted in 200 components = 0.0116562 Jy ! Clean residual min=-0.003127 max=0.002832 Jy/beam ! Clean residual mean=-0.000005 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.100039 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 41 components and 0.100039 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=7.516 mas, bmaj=18.79 mas, bpa=-0.1375 degrees ! Estimated noise=2.0806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000687945 Jy ! Component: 100 - total flux cleaned = 0.000853834 Jy ! Component: 150 - total flux cleaned = 0.000983347 Jy ! Component: 200 - total flux cleaned = 0.00098363 Jy ! Total flux subtracted in 200 components = 0.00098363 Jy ! Clean residual min=-0.003296 max=0.003041 Jy/beam ! Clean residual mean=-0.000011 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.101023 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.18943e-07 Jy ! Component: 100 - total flux cleaned = -1.48252e-07 Jy ! Component: 150 - total flux cleaned = -2.47692e-05 Jy ! Component: 200 - total flux cleaned = -2.49731e-05 Jy ! Total flux subtracted in 200 components = -2.49731e-05 Jy ! Clean residual min=-0.003270 max=0.003004 Jy/beam ! Clean residual mean=-0.000010 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.100998 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 62 components and 0.100998 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.867 mas, bmaj=7.388 mas, bpa=-4.143 degrees ! Estimated noise=1.56991 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000152875 Jy ! Component: 100 - total flux cleaned = -0.000153056 Jy ! Component: 150 - total flux cleaned = -0.00019377 Jy ! Component: 200 - total flux cleaned = -0.000267364 Jy ! Total flux subtracted in 200 components = -0.000267364 Jy ! Clean residual min=-0.002993 max=0.002780 Jy/beam ! Clean residual mean=-0.000005 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.100731 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.100731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.088617Jy sigma=0.439740 ! Fit after self-cal, rms=0.088614Jy sigma=0.439635 wmodel J0419-3010_S_map.mod ! Writing 72 model components to file: J0419-3010_S_map.mod wobs J0419-3010_S_uvs.fits ! Writing UV FITS file: J0419-3010_S_uvs.fits wwins J0419-3010_S_map.win ! wwins: Wrote 2 windows to J0419-3010_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.000703229 Jy ! Component: 100 - total flux cleaned = -0.000894694 Jy ! Component: 150 - total flux cleaned = -0.00111646 Jy ! Component: 200 - total flux cleaned = -0.00132616 Jy ! Component: 250 - total flux cleaned = -0.00132446 Jy ! Component: 300 - total flux cleaned = -0.00132552 Jy ! Component: 350 - total flux cleaned = -0.00136309 Jy ! Component: 400 - total flux cleaned = -0.0013279 Jy ! Component: 450 - total flux cleaned = -0.00125892 Jy ! Component: 500 - total flux cleaned = -0.00115847 Jy ! Component: 550 - total flux cleaned = -0.00109332 Jy ! Component: 600 - total flux cleaned = -0.00112524 Jy ! Component: 650 - total flux cleaned = -0.00112468 Jy ! Component: 700 - total flux cleaned = -0.00112505 Jy ! Component: 750 - total flux cleaned = -0.00115513 Jy ! Component: 800 - total flux cleaned = -0.00124148 Jy ! Component: 850 - total flux cleaned = -0.00124163 Jy ! Component: 900 - total flux cleaned = -0.0012691 Jy ! Component: 950 - total flux cleaned = -0.00129608 Jy ! Component: 1000 - total flux cleaned = -0.00134961 Jy ! Component: 1050 - total flux cleaned = -0.0014276 Jy ! Component: 1100 - total flux cleaned = -0.00142799 Jy ! Component: 1150 - total flux cleaned = -0.00145373 Jy ! Component: 1200 - total flux cleaned = -0.00155257 Jy ! Component: 1250 - total flux cleaned = -0.00155284 Jy ! Component: 1300 - total flux cleaned = -0.00162416 Jy ! Component: 1350 - total flux cleaned = -0.00160055 Jy ! Component: 1400 - total flux cleaned = -0.00164635 Jy ! Component: 1450 - total flux cleaned = -0.0014657 Jy ! Component: 1500 - total flux cleaned = -0.00142127 Jy ! Component: 1550 - total flux cleaned = -0.00131219 Jy ! Component: 1600 - total flux cleaned = -0.00116139 Jy ! Component: 1650 - total flux cleaned = -0.001183 Jy ! Component: 1700 - total flux cleaned = -0.00112005 Jy ! Component: 1750 - total flux cleaned = -0.00116087 Jy ! Component: 1800 - total flux cleaned = -0.00110021 Jy ! Component: 1850 - total flux cleaned = -0.00116055 Jy ! Component: 1900 - total flux cleaned = -0.0011606 Jy ! Component: 1950 - total flux cleaned = -0.00119997 Jy ! Component: 2000 - total flux cleaned = -0.00129649 Jy ! Component: 2050 - total flux cleaned = -0.00131575 Jy ! Component: 2100 - total flux cleaned = -0.00127821 Jy ! Component: 2150 - total flux cleaned = -0.00133409 Jy ! Component: 2200 - total flux cleaned = -0.00138876 Jy ! Component: 2250 - total flux cleaned = -0.00140675 Jy ! Component: 2300 - total flux cleaned = -0.00142462 Jy ! Component: 2350 - total flux cleaned = -0.00142432 Jy ! Component: 2400 - total flux cleaned = -0.00147683 Jy ! Component: 2450 - total flux cleaned = -0.00151143 Jy ! Component: 2500 - total flux cleaned = -0.00149433 Jy ! Component: 2550 - total flux cleaned = -0.00152782 Jy ! Component: 2600 - total flux cleaned = -0.00152769 Jy ! Component: 2650 - total flux cleaned = -0.00149446 Jy ! Component: 2700 - total flux cleaned = -0.0015109 Jy ! Component: 2750 - total flux cleaned = -0.00154347 Jy ! Component: 2800 - total flux cleaned = -0.00151115 Jy ! Component: 2850 - total flux cleaned = -0.00154302 Jy ! Component: 2900 - total flux cleaned = -0.00152703 Jy ! Component: 2950 - total flux cleaned = -0.00151138 Jy ! Component: 3000 - total flux cleaned = -0.00151132 Jy ! Component: 3050 - total flux cleaned = -0.00144998 Jy ! Component: 3100 - total flux cleaned = -0.00146504 Jy ! Component: 3150 - total flux cleaned = -0.00143489 Jy ! Component: 3200 - total flux cleaned = -0.0014349 Jy ! Component: 3250 - total flux cleaned = -0.00139033 Jy ! Component: 3300 - total flux cleaned = -0.00141953 Jy ! Component: 3350 - total flux cleaned = -0.00140504 Jy ! Component: 3400 - total flux cleaned = -0.00139065 Jy ! Component: 3450 - total flux cleaned = -0.00140476 Jy ! Component: 3500 - total flux cleaned = -0.00141878 Jy ! Component: 3550 - total flux cleaned = -0.00139079 Jy ! Component: 3600 - total flux cleaned = -0.00139079 Jy ! Component: 3650 - total flux cleaned = -0.00141843 Jy ! Component: 3700 - total flux cleaned = -0.00140457 Jy ! Component: 3750 - total flux cleaned = -0.00140461 Jy ! Component: 3800 - total flux cleaned = -0.00143164 Jy ! Component: 3850 - total flux cleaned = -0.00143157 Jy ! Component: 3900 - total flux cleaned = -0.00144481 Jy ! Component: 3950 - total flux cleaned = -0.00143153 Jy ! Component: 4000 - total flux cleaned = -0.00145791 Jy ! Component: 4050 - total flux cleaned = -0.00145792 Jy ! Total flux subtracted in 4096 components = -0.00151006 Jy ! Clean residual min=-0.000879 max=0.000754 Jy/beam ! Clean residual mean=-0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0992206 Jy keep ! Adding 256 model components to the UV plane model. ! The established model now contains 328 components and 0.0992205 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0419-3010_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.867 x 7.388 at -4.143 degrees (North through East) ! Clean map min=-0.0019665 max=0.068606 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0419-3010_S_map.fits wmodel /image_prod/ug002_uva//J0419-3010_S_map.mod ! Writing 328 model components to file: /image_prod/ug002_uva//J0419-3010_S_map.mod wobs /image_prod/ug002_uva//J0419-3010_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0419-3010_S_uvs.fits wwins /image_prod/ug002_uva//J0419-3010_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0419-3010_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0686063 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000212125 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.927574 0.927574 1.85515 3.71029 7.42059 14.8412 29.6824 59.3647 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.068 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 323.424 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0419-3010_S_dfm.log closed on Wed Mar 4 20:18:17 2020