! Started logfile: /image_prod/ug002_uva//J1048-1909_S_b_dfm.log on Wed Mar 4 23:44:03 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//J1048-1909_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1048-1909_S_b_uva.fits ! AN table 1: 9 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.938272 visibilities/baseline/integration-bin. ! Found source: J1048-1909 ! ! 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 912 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 J1048-1909_S_b] 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 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.141753Jy sigma=10.089791 ! Fit after self-cal, rms=0.436045Jy sigma=3.169575 ! 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.436 mas, bmaj=6.647 mas, bpa=0.5397 degrees ! Estimated noise=3.57156 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.503618 Jy ! Component: 100 - total flux cleaned = 0.627014 Jy ! Total flux subtracted in 100 components = 0.627014 Jy ! Clean residual min=-0.042026 max=0.068429 Jy/beam ! Clean residual mean=-0.000247 rms=0.013984 Jy/beam ! Combined flux in latest and established models = 0.627014 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.627014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.227979Jy sigma=1.615238 ! Fit after self-cal, rms=0.227942Jy sigma=1.614910 ! 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.89 mas, bmaj=7.677 mas, bpa=1.037 degrees ! Estimated noise=2.84177 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.0780638 Jy ! Component: 100 - total flux cleaned = 0.120045 Jy ! Component: 150 - total flux cleaned = 0.143412 Jy ! Component: 200 - total flux cleaned = 0.154892 Jy ! Total flux subtracted in 200 components = 0.154892 Jy ! Clean residual min=-0.035125 max=0.056952 Jy/beam ! Clean residual mean=-0.000063 rms=0.011259 Jy/beam ! Combined flux in latest and established models = 0.781906 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 25 components and 0.781906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.210721Jy sigma=1.237279 ! Fit after self-cal, rms=0.210517Jy sigma=1.234810 ! 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.89 x 7.677 at 1.037 degrees (North through East) ! Clean map min=-0.033107 max=0.60915 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.79 FD 0.94 KP 0.99 LA 1.00 ! MK 1.04 NL 1.03 OV 0.98 PT 1.00 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.40 FD 0.94 KP 0.96 LA 1.00 ! MK 1.11 NL 0.80 OV 1.00 PT 1.01 ! SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.41 FD 0.95 KP 0.97 LA 1.01 ! MK 1.07 NL 0.92 OV 0.97 PT 0.99 ! SC 0.90 ! ! ! Fit before self-cal, rms=0.210517Jy sigma=1.234810 ! Fit after self-cal, rms=0.271190Jy sigma=0.890413 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.895 mas, bmaj=7.754 mas, bpa=1.844 degrees ! Estimated noise=2.87969 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 (6.5, -12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0276537 Jy ! Component: 100 - total flux cleaned = 0.0276961 Jy ! Component: 150 - total flux cleaned = 0.0272155 Jy ! Component: 200 - total flux cleaned = 0.0263325 Jy ! Total flux subtracted in 200 components = 0.0263325 Jy ! Clean residual min=-0.013840 max=0.017570 Jy/beam ! Clean residual mean=0.000045 rms=0.003761 Jy/beam ! Combined flux in latest and established models = 0.808238 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 46 components and 0.808238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.266848Jy sigma=0.818502 ! Fit after self-cal, rms=0.267821Jy sigma=0.814477 ! 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.267821Jy sigma=0.814477 ! Fit after self-cal, rms=0.258063Jy sigma=0.806883 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.876 mas, bmaj=7.721 mas, bpa=1.729 degrees ! Estimated noise=2.85527 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00993586 Jy ! Component: 100 - total flux cleaned = 0.00889032 Jy ! Component: 150 - total flux cleaned = 0.00859508 Jy ! Component: 200 - total flux cleaned = 0.00803845 Jy ! Total flux subtracted in 200 components = 0.00803845 Jy ! Clean residual min=-0.010596 max=0.016231 Jy/beam ! Clean residual mean=0.000027 rms=0.002858 Jy/beam ! Combined flux in latest and established models = 0.816276 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.816276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.256527Jy sigma=0.785968 ! Fit after self-cal, rms=0.256565Jy sigma=0.784558 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 (2.5, 46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132492 Jy ! Component: 100 - total flux cleaned = 0.0133174 Jy ! Component: 150 - total flux cleaned = 0.0121123 Jy ! Component: 200 - total flux cleaned = 0.0112383 Jy ! Total flux subtracted in 200 components = 0.0112383 Jy ! Clean residual min=-0.009778 max=0.007861 Jy/beam ! Clean residual mean=0.000037 rms=0.002246 Jy/beam ! Combined flux in latest and established models = 0.827515 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 72 components and 0.827515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.254922Jy sigma=0.769847 ! Fit after self-cal, rms=0.254908Jy sigma=0.769420 ! 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.254908Jy sigma=0.769420 ! Fit after self-cal, rms=0.248408Jy sigma=0.767010 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.865 mas, bmaj=7.7 mas, bpa=1.69 degrees ! Estimated noise=2.84205 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00481685 Jy ! Component: 100 - total flux cleaned = 0.00462032 Jy ! Component: 150 - total flux cleaned = 0.00444711 Jy ! Component: 200 - total flux cleaned = 0.00396375 Jy ! Total flux subtracted in 200 components = 0.00396375 Jy ! Clean residual min=-0.008587 max=0.006959 Jy/beam ! Clean residual mean=0.000029 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.831479 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.831479 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.247803Jy sigma=0.762662 ! Fit after self-cal, rms=0.247818Jy sigma=0.762391 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.000963549 Jy ! Component: 100 - total flux cleaned = 0.000522651 Jy ! Component: 150 - total flux cleaned = -2.93603e-05 Jy ! Component: 200 - total flux cleaned = -0.00042323 Jy ! Total flux subtracted in 200 components = -0.00042323 Jy ! Clean residual min=-0.007990 max=0.006785 Jy/beam ! Clean residual mean=0.000029 rms=0.001856 Jy/beam ! Combined flux in latest and established models = 0.831055 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.831055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.247430Jy sigma=0.760516 ! Fit after self-cal, rms=0.247464Jy sigma=0.760414 ! 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.247464Jy sigma=0.760414 ! Fit after self-cal, rms=0.245813Jy sigma=0.760134 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.3 mas, bmaj=19.15 mas, bpa=6.412 degrees ! Estimated noise=3.86478 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0024342 Jy ! Component: 100 - total flux cleaned = -0.00289031 Jy ! Component: 150 - total flux cleaned = -0.00337499 Jy ! Component: 200 - total flux cleaned = -0.00382233 Jy ! Total flux subtracted in 200 components = -0.00382233 Jy ! Clean residual min=-0.008649 max=0.007095 Jy/beam ! Clean residual mean=0.000037 rms=0.002164 Jy/beam ! Combined flux in latest and established models = 0.827233 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 95 components and 0.827233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.245728Jy sigma=0.759979 ! Fit after self-cal, rms=0.245714Jy sigma=0.759822 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.23489e-05 Jy ! Component: 100 - total flux cleaned = -2.13322e-05 Jy ! Component: 150 - total flux cleaned = -0.000203102 Jy ! Component: 200 - total flux cleaned = -0.000433078 Jy ! Total flux subtracted in 200 components = -0.000433078 Jy ! Clean residual min=-0.008773 max=0.007057 Jy/beam ! Clean residual mean=0.000037 rms=0.002118 Jy/beam ! Combined flux in latest and established models = 0.8268 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.8268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.245642Jy sigma=0.759559 ! Fit after self-cal, rms=0.245648Jy sigma=0.759502 ! 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.86 mas, bmaj=7.691 mas, bpa=1.695 degrees ! Estimated noise=2.84105 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.86 x 7.691 at 1.695 degrees (North through East) ! Clean map min=-0.009902 max=0.61271 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.245648Jy sigma=0.759502 ! Fit after self-cal, rms=0.233481Jy sigma=0.726927 ! Inverting map and beam ! Estimated beam: bmin=2.86 mas, bmaj=7.689 mas, bpa=1.684 degrees ! Estimated noise=2.83916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00203763 Jy ! Component: 100 - total flux cleaned = 0.00157238 Jy ! Component: 150 - total flux cleaned = 0.00125904 Jy ! Component: 200 - total flux cleaned = 0.00106812 Jy ! Total flux subtracted in 200 components = 0.00106812 Jy ! Clean residual min=-0.007188 max=0.006432 Jy/beam ! Clean residual mean=0.000021 rms=0.001745 Jy/beam ! Combined flux in latest and established models = 0.827868 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 112 components and 0.827868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.233204Jy sigma=0.725598 ! Fit after self-cal, rms=0.233236Jy sigma=0.725478 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000420484 Jy ! Component: 100 - total flux cleaned = 0.000330441 Jy ! Component: 150 - total flux cleaned = -1.25392e-05 Jy ! Component: 200 - total flux cleaned = -0.000255994 Jy ! Total flux subtracted in 200 components = -0.000255994 Jy ! Clean residual min=-0.007067 max=0.006297 Jy/beam ! Clean residual mean=0.000021 rms=0.001711 Jy/beam ! Combined flux in latest and established models = 0.827612 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 118 components and 0.827612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.233043Jy sigma=0.724880 ! Fit after self-cal, rms=0.233065Jy sigma=0.724815 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.233065Jy sigma=0.724815 ! Fit after self-cal, rms=0.232140Jy sigma=0.724744 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.416 mas, bmaj=6.618 mas, bpa=1.442 degrees ! Estimated noise=3.52653 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.497234 Jy ! Component: 100 - total flux cleaned = 0.629477 Jy ! Component: 150 - total flux cleaned = 0.693725 Jy ! Component: 200 - total flux cleaned = 0.735059 Jy ! Total flux subtracted in 200 components = 0.735059 Jy ! Clean residual min=-0.015652 max=0.025349 Jy/beam ! Clean residual mean=-0.000104 rms=0.005297 Jy/beam ! Combined flux in latest and established models = 0.735059 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.735059 Jy ! Inverting map and beam ! Estimated beam: bmin=2.858 mas, bmaj=7.685 mas, bpa=1.691 degrees ! Estimated noise=2.83857 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.0345263 Jy ! Component: 100 - total flux cleaned = 0.0550132 Jy ! Component: 150 - total flux cleaned = 0.0686003 Jy ! Component: 200 - total flux cleaned = 0.0781581 Jy ! Total flux subtracted in 200 components = 0.0781581 Jy ! Clean residual min=-0.009113 max=0.010317 Jy/beam ! Clean residual mean=-0.000016 rms=0.002440 Jy/beam ! Combined flux in latest and established models = 0.813217 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 48 components and 0.813217 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.293 mas, bmaj=19.13 mas, bpa=6.443 degrees ! Estimated noise=3.86582 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101926 Jy ! Component: 100 - total flux cleaned = 0.0133447 Jy ! Component: 150 - total flux cleaned = 0.0137368 Jy ! Component: 200 - total flux cleaned = 0.0140678 Jy ! Total flux subtracted in 200 components = 0.0140678 Jy ! Clean residual min=-0.010484 max=0.009327 Jy/beam ! Clean residual mean=0.000027 rms=0.002547 Jy/beam ! Combined flux in latest and established models = 0.827285 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.000442789 Jy ! Component: 100 - total flux cleaned = -0.000845655 Jy ! Component: 150 - total flux cleaned = -0.00122201 Jy ! Component: 200 - total flux cleaned = -0.00145028 Jy ! Total flux subtracted in 200 components = -0.00145028 Jy ! Clean residual min=-0.009949 max=0.009182 Jy/beam ! Clean residual mean=0.000025 rms=0.002412 Jy/beam ! Combined flux in latest and established models = 0.825834 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 82 components and 0.825834 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.858 mas, bmaj=7.685 mas, bpa=1.691 degrees ! Estimated noise=2.83857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00223137 Jy ! Component: 100 - total flux cleaned = -0.00174989 Jy ! Component: 150 - total flux cleaned = -0.00195222 Jy ! Component: 200 - total flux cleaned = -0.00196451 Jy ! Total flux subtracted in 200 components = -0.00196451 Jy ! Clean residual min=-0.007434 max=0.007806 Jy/beam ! Clean residual mean=0.000010 rms=0.001967 Jy/beam ! Combined flux in latest and established models = 0.82387 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 106 components and 0.82387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.232257Jy sigma=0.729728 ! Fit after self-cal, rms=0.232244Jy sigma=0.728317 wmodel J1048-1909_S_b_map.mod ! Writing 106 model components to file: J1048-1909_S_b_map.mod wobs J1048-1909_S_b_uvs.fits ! Writing UV FITS file: J1048-1909_S_b_uvs.fits wwins J1048-1909_S_b_map.win ! wwins: Wrote 3 windows to J1048-1909_S_b_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.00234197 Jy ! Component: 100 - total flux cleaned = -0.00210254 Jy ! Component: 150 - total flux cleaned = -0.00187576 Jy ! Component: 200 - total flux cleaned = -0.00166697 Jy ! Component: 250 - total flux cleaned = -0.00206915 Jy ! Component: 300 - total flux cleaned = -0.00226207 Jy ! Component: 350 - total flux cleaned = -0.00291201 Jy ! Component: 400 - total flux cleaned = -0.00309036 Jy ! Component: 450 - total flux cleaned = -0.00343732 Jy ! Component: 500 - total flux cleaned = -0.00377544 Jy ! Component: 550 - total flux cleaned = -0.00427034 Jy ! Component: 600 - total flux cleaned = -0.00451275 Jy ! Component: 650 - total flux cleaned = -0.00506182 Jy ! Component: 700 - total flux cleaned = -0.0053685 Jy ! Component: 750 - total flux cleaned = -0.00581874 Jy ! Component: 800 - total flux cleaned = -0.0060385 Jy ! Component: 850 - total flux cleaned = -0.00618303 Jy ! Component: 900 - total flux cleaned = -0.00632579 Jy ! Component: 950 - total flux cleaned = -0.00653452 Jy ! Component: 1000 - total flux cleaned = -0.00667195 Jy ! Component: 1050 - total flux cleaned = -0.00700692 Jy ! Component: 1100 - total flux cleaned = -0.00713836 Jy ! Component: 1150 - total flux cleaned = -0.00733275 Jy ! Component: 1200 - total flux cleaned = -0.00746077 Jy ! Component: 1250 - total flux cleaned = -0.00771285 Jy ! Component: 1300 - total flux cleaned = -0.00783666 Jy ! Component: 1350 - total flux cleaned = -0.00789723 Jy ! Component: 1400 - total flux cleaned = -0.00795768 Jy ! Component: 1450 - total flux cleaned = -0.00801632 Jy ! Component: 1500 - total flux cleaned = -0.00795842 Jy ! Component: 1550 - total flux cleaned = -0.00795908 Jy ! Component: 1600 - total flux cleaned = -0.00801621 Jy ! Component: 1650 - total flux cleaned = -0.00812889 Jy ! Component: 1700 - total flux cleaned = -0.0081847 Jy ! Component: 1750 - total flux cleaned = -0.00834936 Jy ! Component: 1800 - total flux cleaned = -0.00856567 Jy ! Component: 1850 - total flux cleaned = -0.00883282 Jy ! Component: 1900 - total flux cleaned = -0.00899138 Jy ! Component: 1950 - total flux cleaned = -0.00925309 Jy ! Component: 2000 - total flux cleaned = -0.00930496 Jy ! Component: 2050 - total flux cleaned = -0.00961206 Jy ! Component: 2100 - total flux cleaned = -0.00976421 Jy ! Component: 2150 - total flux cleaned = -0.00996462 Jy ! Component: 2200 - total flux cleaned = -0.0100139 Jy ! Component: 2250 - total flux cleaned = -0.0103098 Jy ! Component: 2300 - total flux cleaned = -0.0104562 Jy ! Component: 2350 - total flux cleaned = -0.0107952 Jy ! Component: 2400 - total flux cleaned = -0.0109869 Jy ! Component: 2450 - total flux cleaned = -0.0111777 Jy ! Component: 2500 - total flux cleaned = -0.0114606 Jy ! Component: 2550 - total flux cleaned = -0.0116478 Jy ! Component: 2600 - total flux cleaned = -0.0118802 Jy ! Component: 2650 - total flux cleaned = -0.0121103 Jy ! Component: 2700 - total flux cleaned = -0.0123391 Jy ! Component: 2750 - total flux cleaned = -0.012521 Jy ! Component: 2800 - total flux cleaned = -0.0127916 Jy ! Component: 2850 - total flux cleaned = -0.0129705 Jy ! Component: 2900 - total flux cleaned = -0.0131488 Jy ! Component: 2950 - total flux cleaned = -0.013326 Jy ! Component: 3000 - total flux cleaned = -0.013326 Jy ! Component: 3050 - total flux cleaned = -0.0135457 Jy ! Component: 3100 - total flux cleaned = -0.0136765 Jy ! Component: 3150 - total flux cleaned = -0.0137632 Jy ! Component: 3200 - total flux cleaned = -0.0137201 Jy ! Component: 3250 - total flux cleaned = -0.0138062 Jy ! Component: 3300 - total flux cleaned = -0.0138917 Jy ! Component: 3350 - total flux cleaned = -0.0139767 Jy ! Component: 3400 - total flux cleaned = -0.0139768 Jy ! Component: 3450 - total flux cleaned = -0.0140612 Jy ! Component: 3500 - total flux cleaned = -0.0141875 Jy ! Component: 3550 - total flux cleaned = -0.0143556 Jy ! Component: 3600 - total flux cleaned = -0.0145232 Jy ! Component: 3650 - total flux cleaned = -0.0146065 Jy ! Component: 3700 - total flux cleaned = -0.0147731 Jy ! Component: 3750 - total flux cleaned = -0.0148977 Jy ! Component: 3800 - total flux cleaned = -0.0148976 Jy ! Component: 3850 - total flux cleaned = -0.015063 Jy ! Component: 3900 - total flux cleaned = -0.0150632 Jy ! Component: 3950 - total flux cleaned = -0.0150632 Jy ! Component: 4000 - total flux cleaned = -0.0150632 Jy ! Component: 4050 - total flux cleaned = -0.0151456 Jy ! Total flux subtracted in 4096 components = -0.0152279 Jy ! Clean residual min=-0.002298 max=0.002472 Jy/beam ! Clean residual mean=0.000005 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.808642 Jy keep ! Adding 237 model components to the UV plane model. ! The established model now contains 343 components and 0.808642 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1048-1909_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.858 x 7.685 at 1.691 degrees (North through East) ! Clean map min=-0.0092736 max=0.62458 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1048-1909_S_b_map.fits wmodel /image_prod/ug002_uva//J1048-1909_S_b_map.mod ! Writing 343 model components to file: /image_prod/ug002_uva//J1048-1909_S_b_map.mod wobs /image_prod/ug002_uva//J1048-1909_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1048-1909_S_b_uvs.fits wwins /image_prod/ug002_uva//J1048-1909_S_b_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J1048-1909_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.624576 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000685589 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.329306 0.329306 0.658612 1.31722 2.63445 5.2689 10.5378 21.0756 42.1512 84.3023 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.624 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 911.006 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1048-1909_S_b_dfm.log closed on Wed Mar 4 23:44:07 2020