! Started logfile: /image_prod/ug002_uvm//J2209-2331_S_a_dfm.log on Wed Mar 4 17:43:41 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_uvm//J2209-2331_S_a_uvm.fits ! Reading UV FITS file: /image_prod/ug002_uvm//J2209-2331_S_a_uvm.fits ! AN table 1: 100 integrations on 21 of 21 possible baselines. ! AN table 2: 120 integrations on 21 of 21 possible baselines. ! AN table 3: 60 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.880435 visibilities/baseline/integration-bin. ! Found source: J2209-2331 ! ! 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 36 lines of history. ! ! Reading 14580 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 J2209-2331_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 50 telescope corrections were flagged in sub-array 1. ! A total of 60 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! A total of 60 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! A total of 60 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.010210Jy sigma=7.095177 ! Fit after self-cal, rms=0.923548Jy sigma=6.460880 ! 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.779 mas, bmaj=13.27 mas, bpa=11.6 degrees ! Estimated noise=1.60579 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.0576483 Jy ! Component: 100 - total flux cleaned = 0.0836337 Jy ! Total flux subtracted in 100 components = 0.0836337 Jy ! Clean residual min=-0.014384 max=0.018812 Jy/beam ! Clean residual mean=0.000371 rms=0.004444 Jy/beam ! Combined flux in latest and established models = 0.0836337 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0836337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.113379Jy sigma=0.735642 ! Fit after self-cal, rms=0.112351Jy sigma=0.728866 ! 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=5.009 mas, bmaj=15.83 mas, bpa=8.617 degrees ! Estimated noise=0.857944 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.025919 Jy ! Component: 100 - total flux cleaned = 0.0388668 Jy ! Component: 150 - total flux cleaned = 0.0463438 Jy ! Component: 200 - total flux cleaned = 0.050985 Jy ! Total flux subtracted in 200 components = 0.050985 Jy ! Clean residual min=-0.014228 max=0.026563 Jy/beam ! Clean residual mean=0.000332 rms=0.005321 Jy/beam ! Combined flux in latest and established models = 0.134619 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 94 components and 0.134619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.106698Jy sigma=0.685967 ! Fit after self-cal, rms=0.106277Jy sigma=0.683088 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.009 x 15.83 at 8.617 degrees (North through East) ! Clean map min=-0.014781 max=0.075613 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.46 HN 0.90 KP 0.94 ! NL 1.23 OV 0.75 SC 1.26 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.75 KP 1.09 LA 0.87 NL 1.76 ! OV 1.28 PT 1.06 SC 0.68 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.41 FD 0.74 KP 1.26 LA 0.66 ! NL 1.65 OV 1.67 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.40 HN 0.82 KP 0.92 ! NL 1.29 OV 0.80 SC 1.22 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.82 KP 1.02 LA 0.87 NL 1.18 ! OV 1.23 PT 1.19 SC 0.47 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.00 FD 0.73 KP 1.34 LA 0.73 ! NL 0.90 OV 1.63 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.35 HN 0.71 KP 0.86 ! NL 1.24 OV 0.89 SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.77 KP 1.11 LA 0.88 NL 1.57 ! OV 1.29 PT 1.16 SC 0.58 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.09 FD 0.70 KP 1.44 LA 0.72 ! NL 1.35 OV 1.86 ! ! ! Fit before self-cal, rms=0.106277Jy sigma=0.683088 ! Fit after self-cal, rms=0.130065Jy sigma=0.657969 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.635 mas, bmaj=16.79 mas, bpa=8.66 degrees ! Estimated noise=0.858558 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.00457468 Jy ! Component: 100 - total flux cleaned = 0.00593611 Jy ! Component: 150 - total flux cleaned = 0.00613589 Jy ! Component: 200 - total flux cleaned = 0.00624305 Jy ! Total flux subtracted in 200 components = 0.00624305 Jy ! Clean residual min=-0.012380 max=0.021124 Jy/beam ! Clean residual mean=0.000262 rms=0.005042 Jy/beam ! Combined flux in latest and established models = 0.140862 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 101 components and 0.140862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.129693Jy sigma=0.657525 ! Fit after self-cal, rms=0.131728Jy sigma=0.653710 ! 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.131728Jy sigma=0.653710 ! Fit after self-cal, rms=0.162490Jy sigma=0.607976 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.454 mas, bmaj=16.94 mas, bpa=8.68 degrees ! Estimated noise=0.876295 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321393 Jy ! Component: 100 - total flux cleaned = 0.00451322 Jy ! Component: 150 - total flux cleaned = 0.00459945 Jy ! Component: 200 - total flux cleaned = 0.00452181 Jy ! Total flux subtracted in 200 components = 0.00452181 Jy ! Clean residual min=-0.010143 max=0.017329 Jy/beam ! Clean residual mean=0.000067 rms=0.004045 Jy/beam ! Combined flux in latest and established models = 0.145384 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 114 components and 0.145384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.162241Jy sigma=0.607983 ! Fit after self-cal, rms=0.163196Jy sigma=0.606847 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 (18, 43). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0172817 Jy ! Component: 100 - total flux cleaned = 0.0265972 Jy ! Component: 150 - total flux cleaned = 0.0326375 Jy ! Component: 200 - total flux cleaned = 0.0372175 Jy ! Total flux subtracted in 200 components = 0.0372175 Jy ! Clean residual min=-0.007903 max=0.014184 Jy/beam ! Clean residual mean=0.000124 rms=0.002787 Jy/beam ! Combined flux in latest and established models = 0.182601 Jy ! Performing phase self-cal ! Adding 115 model components to the UV plane model. ! The established model now contains 228 components and 0.182601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.160483Jy sigma=0.587781 ! Fit after self-cal, rms=0.159739Jy sigma=0.582726 ! Inverting map ! Added new window around map position (-14, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135644 Jy ! Component: 100 - total flux cleaned = 0.0209808 Jy ! Component: 150 - total flux cleaned = 0.0261309 Jy ! Component: 200 - total flux cleaned = 0.029721 Jy ! Total flux subtracted in 200 components = 0.029721 Jy ! Clean residual min=-0.006836 max=0.005757 Jy/beam ! Clean residual mean=0.000074 rms=0.002000 Jy/beam ! Combined flux in latest and established models = 0.212322 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 298 components and 0.212322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.157599Jy sigma=0.574529 ! Fit after self-cal, rms=0.156885Jy sigma=0.571172 ! 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.156885Jy sigma=0.571172 ! Fit after self-cal, rms=0.143903Jy sigma=0.543631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.655 mas, bmaj=17.08 mas, bpa=8.091 degrees ! Estimated noise=0.851272 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101988 Jy ! Component: 100 - total flux cleaned = 0.0163364 Jy ! Component: 150 - total flux cleaned = 0.0203979 Jy ! Component: 200 - total flux cleaned = 0.0222443 Jy ! Total flux subtracted in 200 components = 0.0222443 Jy ! Clean residual min=-0.005088 max=0.004468 Jy/beam ! Clean residual mean=0.000078 rms=0.001540 Jy/beam ! Combined flux in latest and established models = 0.234566 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 359 components and 0.234566 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142999Jy sigma=0.532245 ! Fit after self-cal, rms=0.142544Jy sigma=0.530157 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.00293341 Jy ! Component: 100 - total flux cleaned = 0.00361798 Jy ! Component: 150 - total flux cleaned = 0.00409287 Jy ! Component: 200 - total flux cleaned = 0.00468862 Jy ! Total flux subtracted in 200 components = 0.00468862 Jy ! Clean residual min=-0.004532 max=0.004203 Jy/beam ! Clean residual mean=0.000071 rms=0.001438 Jy/beam ! Combined flux in latest and established models = 0.239255 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 398 components and 0.239255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142331Jy sigma=0.528420 ! Fit after self-cal, rms=0.142243Jy sigma=0.528171 ! 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.142243Jy sigma=0.528171 ! Fit after self-cal, rms=0.143307Jy sigma=0.523485 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.801 mas, bmaj=22.93 mas, bpa=-0.2558 degrees ! Estimated noise=0.932587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00529385 Jy ! Component: 100 - total flux cleaned = 0.00607842 Jy ! Component: 150 - total flux cleaned = 0.00704163 Jy ! Component: 200 - total flux cleaned = 0.00787975 Jy ! Total flux subtracted in 200 components = 0.00787975 Jy ! Clean residual min=-0.005041 max=0.004918 Jy/beam ! Clean residual mean=0.000082 rms=0.001705 Jy/beam ! Combined flux in latest and established models = 0.247135 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 446 components and 0.247135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.143080Jy sigma=0.521243 ! Fit after self-cal, rms=0.143063Jy sigma=0.520648 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.000841003 Jy ! Component: 100 - total flux cleaned = 0.00163945 Jy ! Component: 150 - total flux cleaned = 0.00226682 Jy ! Component: 200 - total flux cleaned = 0.00269226 Jy ! Total flux subtracted in 200 components = 0.00269226 Jy ! Clean residual min=-0.004637 max=0.005083 Jy/beam ! Clean residual mean=0.000070 rms=0.001624 Jy/beam ! Combined flux in latest and established models = 0.249827 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 477 components and 0.249827 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142972Jy sigma=0.519992 ! Fit after self-cal, rms=0.142898Jy sigma=0.519842 ! 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=4.753 mas, bmaj=17.16 mas, bpa=7.694 degrees ! Estimated noise=0.85195 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.753 x 17.16 at 7.694 degrees (North through East) ! Clean map min=-0.0044581 max=0.074695 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.608 mas, bmaj=14.35 mas, bpa=9.173 degrees ! Estimated noise=1.53472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0559984 Jy ! Component: 100 - total flux cleaned = 0.0861154 Jy ! Component: 150 - total flux cleaned = 0.107852 Jy ! Component: 200 - total flux cleaned = 0.124973 Jy ! Total flux subtracted in 200 components = 0.124973 Jy ! Clean residual min=-0.009923 max=0.010681 Jy/beam ! Clean residual mean=0.000190 rms=0.003086 Jy/beam ! Combined flux in latest and established models = 0.124973 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 62 model components to the UV plane model. ! The established model now contains 62 components and 0.124973 Jy ! Inverting map and beam ! Estimated beam: bmin=4.753 mas, bmaj=17.16 mas, bpa=7.694 degrees ! Estimated noise=0.85195 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.0225259 Jy ! Component: 100 - total flux cleaned = 0.0397472 Jy ! Component: 150 - total flux cleaned = 0.053469 Jy ! Component: 200 - total flux cleaned = 0.0645576 Jy ! Total flux subtracted in 200 components = 0.0645576 Jy ! Clean residual min=-0.007888 max=0.007321 Jy/beam ! Clean residual mean=0.000120 rms=0.002579 Jy/beam ! Combined flux in latest and established models = 0.18953 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 135 components and 0.18953 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.801 mas, bmaj=22.93 mas, bpa=-0.2558 degrees ! Estimated noise=0.932587 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124153 Jy ! Component: 100 - total flux cleaned = 0.0216799 Jy ! Component: 150 - total flux cleaned = 0.0275943 Jy ! Component: 200 - total flux cleaned = 0.032031 Jy ! Total flux subtracted in 200 components = 0.032031 Jy ! Clean residual min=-0.008076 max=0.006126 Jy/beam ! Clean residual mean=0.000116 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.221561 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.00378123 Jy ! Component: 100 - total flux cleaned = 0.00705921 Jy ! Component: 150 - total flux cleaned = 0.0102848 Jy ! Component: 200 - total flux cleaned = 0.0130036 Jy ! Total flux subtracted in 200 components = 0.0130036 Jy ! Clean residual min=-0.006502 max=0.005158 Jy/beam ! Clean residual mean=0.000096 rms=0.001891 Jy/beam ! Combined flux in latest and established models = 0.234565 Jy ! Adding 162 model components to the UV plane model. ! The established model now contains 278 components and 0.234565 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.753 mas, bmaj=17.16 mas, bpa=7.694 degrees ! Estimated noise=0.85195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139343 Jy ! Component: 100 - total flux cleaned = 0.00265228 Jy ! Component: 150 - total flux cleaned = 0.00376397 Jy ! Component: 200 - total flux cleaned = 0.00476272 Jy ! Total flux subtracted in 200 components = 0.00476272 Jy ! Clean residual min=-0.004704 max=0.004052 Jy/beam ! Clean residual mean=0.000057 rms=0.001322 Jy/beam ! Combined flux in latest and established models = 0.239328 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 315 components and 0.239328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.142982Jy sigma=0.520616 ! Fit after self-cal, rms=0.142750Jy sigma=0.519676 wmodel J2209-2331_S_a_map.mod ! Writing 315 model components to file: J2209-2331_S_a_map.mod wobs J2209-2331_S_a_uvs.fits ! Writing UV FITS file: J2209-2331_S_a_uvs.fits wwins J2209-2331_S_a_map.win ! wwins: Wrote 3 windows to J2209-2331_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.00166 Jy ! Component: 100 - total flux cleaned = -0.00194618 Jy ! Component: 150 - total flux cleaned = -0.00168974 Jy ! Component: 200 - total flux cleaned = -0.00132035 Jy ! Component: 250 - total flux cleaned = -0.000970789 Jy ! Component: 300 - total flux cleaned = -0.000749255 Jy ! Component: 350 - total flux cleaned = -0.000271342 Jy ! Component: 400 - total flux cleaned = -1.39976e-05 Jy ! Component: 450 - total flux cleaned = 0.00013415 Jy ! Component: 500 - total flux cleaned = -1.08033e-05 Jy ! Component: 550 - total flux cleaned = 8.35212e-05 Jy ! Component: 600 - total flux cleaned = 0.000266647 Jy ! Component: 650 - total flux cleaned = 0.000267014 Jy ! Component: 700 - total flux cleaned = 0.000399049 Jy ! Component: 750 - total flux cleaned = 0.000484099 Jy ! Component: 800 - total flux cleaned = 0.000524827 Jy ! Component: 850 - total flux cleaned = 0.000525779 Jy ! Component: 900 - total flux cleaned = 0.000724433 Jy ! Component: 950 - total flux cleaned = 0.00068427 Jy ! Component: 1000 - total flux cleaned = 0.000722828 Jy ! Component: 1050 - total flux cleaned = 0.000986266 Jy ! Component: 1100 - total flux cleaned = 0.00117027 Jy ! Component: 1150 - total flux cleaned = 0.00135189 Jy ! Component: 1200 - total flux cleaned = 0.00160104 Jy ! Component: 1250 - total flux cleaned = 0.00181109 Jy ! Component: 1300 - total flux cleaned = 0.00212076 Jy ! Component: 1350 - total flux cleaned = 0.00232424 Jy ! Component: 1400 - total flux cleaned = 0.00255822 Jy ! Component: 1450 - total flux cleaned = 0.00275541 Jy ! Component: 1500 - total flux cleaned = 0.0029502 Jy ! Component: 1550 - total flux cleaned = 0.00320634 Jy ! Component: 1600 - total flux cleaned = 0.00342624 Jy ! Component: 1650 - total flux cleaned = 0.00358108 Jy ! Component: 1700 - total flux cleaned = 0.00382535 Jy ! Component: 1750 - total flux cleaned = 0.00400591 Jy ! Component: 1800 - total flux cleaned = 0.00415445 Jy ! Component: 1850 - total flux cleaned = 0.00427184 Jy ! Component: 1900 - total flux cleaned = 0.00441707 Jy ! Component: 1950 - total flux cleaned = 0.00456019 Jy ! Component: 2000 - total flux cleaned = 0.0046449 Jy ! Component: 2050 - total flux cleaned = 0.0047847 Jy ! Component: 2100 - total flux cleaned = 0.00470187 Jy ! Component: 2150 - total flux cleaned = 0.00472925 Jy ! Component: 2200 - total flux cleaned = 0.00462121 Jy ! Component: 2250 - total flux cleaned = 0.00456796 Jy ! Component: 2300 - total flux cleaned = 0.00448805 Jy ! Component: 2350 - total flux cleaned = 0.00440926 Jy ! Component: 2400 - total flux cleaned = 0.00440905 Jy ! Component: 2450 - total flux cleaned = 0.00422787 Jy ! Component: 2500 - total flux cleaned = 0.00412556 Jy ! Component: 2550 - total flux cleaned = 0.00402394 Jy ! Component: 2600 - total flux cleaned = 0.00399875 Jy ! Component: 2650 - total flux cleaned = 0.00394869 Jy ! Component: 2700 - total flux cleaned = 0.00384945 Jy ! Component: 2750 - total flux cleaned = 0.00377557 Jy ! Component: 2800 - total flux cleaned = 0.00372684 Jy ! Component: 2850 - total flux cleaned = 0.00362985 Jy ! Component: 2900 - total flux cleaned = 0.00353378 Jy ! Component: 2950 - total flux cleaned = 0.0034384 Jy ! Component: 3000 - total flux cleaned = 0.00336753 Jy ! Component: 3050 - total flux cleaned = 0.00334391 Jy ! Component: 3100 - total flux cleaned = 0.00327402 Jy ! Component: 3150 - total flux cleaned = 0.00318135 Jy ! Component: 3200 - total flux cleaned = 0.00322769 Jy ! Component: 3250 - total flux cleaned = 0.00315906 Jy ! Component: 3300 - total flux cleaned = 0.0031364 Jy ! Component: 3350 - total flux cleaned = 0.00311381 Jy ! Component: 3400 - total flux cleaned = 0.00309112 Jy ! Component: 3450 - total flux cleaned = 0.00306875 Jy ! Component: 3500 - total flux cleaned = 0.00300218 Jy ! Component: 3550 - total flux cleaned = 0.00300222 Jy ! Component: 3600 - total flux cleaned = 0.00293652 Jy ! Component: 3650 - total flux cleaned = 0.00295812 Jy ! Component: 3700 - total flux cleaned = 0.00287179 Jy ! Component: 3750 - total flux cleaned = 0.00285017 Jy ! Component: 3800 - total flux cleaned = 0.00280743 Jy ! Component: 3850 - total flux cleaned = 0.00274393 Jy ! Component: 3900 - total flux cleaned = 0.00268076 Jy ! Component: 3950 - total flux cleaned = 0.0027018 Jy ! Component: 4000 - total flux cleaned = 0.00266002 Jy ! Component: 4050 - total flux cleaned = 0.0026186 Jy ! Total flux subtracted in 4096 components = 0.0025775 Jy ! Clean residual min=-0.001133 max=0.001254 Jy/beam ! Clean residual mean=0.000008 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.241905 Jy keep ! Adding 465 model components to the UV plane model. ! The established model now contains 780 components and 0.241905 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uvm//J2209-2331_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.753 x 17.16 at 7.694 degrees (North through East) ! Clean map min=-0.0044873 max=0.075886 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uvm//J2209-2331_S_a_map.fits wmodel /image_prod/ug002_uvm//J2209-2331_S_a_map.mod ! Writing 780 model components to file: /image_prod/ug002_uvm//J2209-2331_S_a_map.mod wobs /image_prod/ug002_uvm//J2209-2331_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uvm//J2209-2331_S_a_uvs.fits wwins /image_prod/ug002_uvm//J2209-2331_S_a_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uvm//J2209-2331_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0758864 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000457822 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.80989 1.80989 3.61979 7.23958 14.4792 28.9583 57.9166 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.075 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 165.755 quit ! Quitting program ! Log file /image_prod/ug002_uvm//J2209-2331_S_a_dfm.log closed on Wed Mar 4 17:43:46 2020