! Started logfile: /image_prod/ug002_uva//J0650-1637_S_d_dfm.log on Wed Mar 4 21:31: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//J0650-1637_S_d_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0650-1637_S_d_uva.fits ! AN table 1: 12 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.696759 visibilities/baseline/integration-bin. ! Found source: J0650-1637 ! ! 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 903 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 J0650-1637_S_d] 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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.071386Jy sigma=8.415321 ! Fit after self-cal, rms=0.830204Jy sigma=2.886216 ! 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.789 mas, bmaj=7.682 mas, bpa=-2.375 degrees ! Estimated noise=6.95442 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 = 1.27049 Jy ! Component: 100 - total flux cleaned = 1.59179 Jy ! Total flux subtracted in 100 components = 1.59179 Jy ! Clean residual min=-0.108445 max=0.137571 Jy/beam ! Clean residual mean=-0.000450 rms=0.024200 Jy/beam ! Combined flux in latest and established models = 1.59179 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 1.59179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.403705Jy sigma=1.144623 ! Fit after self-cal, rms=0.403512Jy sigma=1.143973 ! 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.29 mas, bmaj=8.722 mas, bpa=-0.4633 degrees ! Estimated noise=6.05267 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 (-5.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.158774 Jy ! Component: 100 - total flux cleaned = 0.232922 Jy ! Component: 150 - total flux cleaned = 0.249553 Jy ! Component: 200 - total flux cleaned = 0.257469 Jy ! Total flux subtracted in 200 components = 0.257469 Jy ! Clean residual min=-0.076984 max=0.059192 Jy/beam ! Clean residual mean=-0.000387 rms=0.015229 Jy/beam ! Combined flux in latest and established models = 1.84926 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 39 components and 1.84926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.295182Jy sigma=0.796975 ! Fit after self-cal, rms=0.292094Jy sigma=0.779979 ! 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.29 x 8.722 at -0.4633 degrees (North through East) ! Clean map min=-0.076935 max=1.6424 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 0.98 KP 1.02 LA 1.02 ! MK 0.99 NL 1.03 OV 0.86 PT 1.03 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.02 KP 1.02 LA 1.03 ! MK 0.99 NL 1.10 OV 0.94 PT 1.03 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.98 KP 1.04 LA 1.03 ! MK 0.99 NL 1.02 OV 0.87 PT 1.04 ! SC 1.03 ! ! ! Fit before self-cal, rms=0.292094Jy sigma=0.779979 ! Fit after self-cal, rms=0.178944Jy sigma=0.548670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.318 mas, bmaj=8.744 mas, bpa=-0.4991 degrees ! Estimated noise=5.99094 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 (-12, -10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0480269 Jy ! Component: 100 - total flux cleaned = 0.0582639 Jy ! Component: 150 - total flux cleaned = 0.0606311 Jy ! Component: 200 - total flux cleaned = 0.0626025 Jy ! Total flux subtracted in 200 components = 0.0626025 Jy ! Clean residual min=-0.026548 max=0.036505 Jy/beam ! Clean residual mean=-0.000264 rms=0.008200 Jy/beam ! Combined flux in latest and established models = 1.91186 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 68 components and 1.91186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.159663Jy sigma=0.482942 ! Fit after self-cal, rms=0.156946Jy sigma=0.468008 ! 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.156946Jy sigma=0.468008 ! Fit after self-cal, rms=0.104781Jy sigma=0.355676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=8.704 mas, bpa=-0.5206 degrees ! Estimated noise=5.97245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0228265 Jy ! Component: 100 - total flux cleaned = 0.0318987 Jy ! Component: 150 - total flux cleaned = 0.0351402 Jy ! Component: 200 - total flux cleaned = 0.0368234 Jy ! Total flux subtracted in 200 components = 0.0368234 Jy ! Clean residual min=-0.013115 max=0.021326 Jy/beam ! Clean residual mean=-0.000108 rms=0.004192 Jy/beam ! Combined flux in latest and established models = 1.94869 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 87 components and 1.94869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098025Jy sigma=0.334482 ! Fit after self-cal, rms=0.097061Jy sigma=0.330509 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 (-24, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193046 Jy ! Component: 100 - total flux cleaned = 0.0288037 Jy ! Component: 150 - total flux cleaned = 0.0335651 Jy ! Component: 200 - total flux cleaned = 0.03422 Jy ! Total flux subtracted in 200 components = 0.03422 Jy ! Clean residual min=-0.012798 max=0.011470 Jy/beam ! Clean residual mean=-0.000103 rms=0.003346 Jy/beam ! Combined flux in latest and established models = 1.98291 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 125 components and 1.98291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.092014Jy sigma=0.315009 ! Fit after self-cal, rms=0.091989Jy sigma=0.314089 ! 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.091989Jy sigma=0.314089 ! Fit after self-cal, rms=0.088627Jy sigma=0.307390 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=8.701 mas, bpa=-0.5324 degrees ! Estimated noise=5.96796 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00865348 Jy ! Component: 100 - total flux cleaned = 0.0103912 Jy ! Component: 150 - total flux cleaned = 0.0113882 Jy ! Component: 200 - total flux cleaned = 0.0117291 Jy ! Total flux subtracted in 200 components = 0.0117291 Jy ! Clean residual min=-0.010193 max=0.011002 Jy/beam ! Clean residual mean=-0.000085 rms=0.002780 Jy/beam ! Combined flux in latest and established models = 1.99463 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 150 components and 1.99463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086953Jy sigma=0.302707 ! Fit after self-cal, rms=0.086920Jy sigma=0.302469 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.00178751 Jy ! Component: 100 - total flux cleaned = 0.00193231 Jy ! Component: 150 - total flux cleaned = 0.0023422 Jy ! Component: 200 - total flux cleaned = 0.00259526 Jy ! Total flux subtracted in 200 components = 0.00259526 Jy ! Clean residual min=-0.009953 max=0.010587 Jy/beam ! Clean residual mean=-0.000082 rms=0.002693 Jy/beam ! Combined flux in latest and established models = 1.99723 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 171 components and 1.99723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.086389Jy sigma=0.300884 ! Fit after self-cal, rms=0.086381Jy sigma=0.300840 ! 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.086381Jy sigma=0.300840 ! Fit after self-cal, rms=0.085511Jy sigma=0.299759 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.23 mas, bmaj=18.06 mas, bpa=-4.075 degrees ! Estimated noise=7.53178 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00602987 Jy ! Component: 100 - total flux cleaned = 0.00655105 Jy ! Component: 150 - total flux cleaned = 0.00669162 Jy ! Component: 200 - total flux cleaned = 0.00681994 Jy ! Total flux subtracted in 200 components = 0.00681994 Jy ! Clean residual min=-0.011888 max=0.013658 Jy/beam ! Clean residual mean=-0.000134 rms=0.003617 Jy/beam ! Combined flux in latest and established models = 2.00405 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 190 components and 2.00405 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085040Jy sigma=0.298699 ! Fit after self-cal, rms=0.085028Jy sigma=0.298613 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.000667781 Jy ! Component: 100 - total flux cleaned = 0.000775891 Jy ! Component: 150 - total flux cleaned = 0.00106378 Jy ! Component: 200 - total flux cleaned = 0.00124121 Jy ! Total flux subtracted in 200 components = 0.00124121 Jy ! Clean residual min=-0.012005 max=0.013424 Jy/beam ! Clean residual mean=-0.000131 rms=0.003571 Jy/beam ! Combined flux in latest and established models = 2.00529 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 202 components and 2.00529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084851Jy sigma=0.298230 ! Fit after self-cal, rms=0.084847Jy sigma=0.298194 ! 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.309 mas, bmaj=8.702 mas, bpa=-0.538 degrees ! Estimated noise=5.9688 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.309 x 8.702 at -0.538 degrees (North through East) ! Clean map min=-0.024172 max=1.6149 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.084847Jy sigma=0.298194 ! Fit after self-cal, rms=0.076958Jy sigma=0.269588 ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=8.703 mas, bpa=-0.5036 degrees ! Estimated noise=5.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016405 Jy ! Component: 100 - total flux cleaned = 0.00197346 Jy ! Component: 150 - total flux cleaned = 0.00246384 Jy ! Component: 200 - total flux cleaned = 0.00282289 Jy ! Total flux subtracted in 200 components = 0.00282289 Jy ! Clean residual min=-0.009417 max=0.010261 Jy/beam ! Clean residual mean=-0.000074 rms=0.002425 Jy/beam ! Combined flux in latest and established models = 2.00811 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 222 components and 2.00811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076620Jy sigma=0.268289 ! Fit after self-cal, rms=0.076587Jy sigma=0.268242 ! Inverting map ! Added new window around map position (0, 37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00919095 Jy ! Component: 100 - total flux cleaned = 0.0131897 Jy ! Component: 150 - total flux cleaned = 0.0153367 Jy ! Component: 200 - total flux cleaned = 0.0170848 Jy ! Total flux subtracted in 200 components = 0.0170848 Jy ! Clean residual min=-0.008422 max=0.009496 Jy/beam ! Clean residual mean=-0.000067 rms=0.002141 Jy/beam ! Combined flux in latest and established models = 2.0252 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 259 components and 2.0252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.075411Jy sigma=0.262834 ! Fit after self-cal, rms=0.075296Jy sigma=0.262508 ! Inverting map ! Added new window around map position (111.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00845997 Jy ! Component: 100 - total flux cleaned = 0.0100982 Jy ! Component: 150 - total flux cleaned = 0.0110087 Jy ! Component: 200 - total flux cleaned = 0.0115773 Jy ! Total flux subtracted in 200 components = 0.0115773 Jy ! Clean residual min=-0.007371 max=0.007201 Jy/beam ! Clean residual mean=-0.000064 rms=0.001880 Jy/beam ! Combined flux in latest and established models = 2.03678 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 286 components and 2.03678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074069Jy sigma=0.258030 ! Fit after self-cal, rms=0.074116Jy sigma=0.257608 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.074116Jy sigma=0.257608 ! Fit after self-cal, rms=0.073634Jy sigma=0.256449 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.815 mas, bmaj=7.663 mas, bpa=-2.327 degrees ! Estimated noise=6.79194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.23993 Jy ! Component: 100 - total flux cleaned = 1.54682 Jy ! Component: 150 - total flux cleaned = 1.6883 Jy ! Component: 200 - total flux cleaned = 1.77503 Jy ! Total flux subtracted in 200 components = 1.77503 Jy ! Clean residual min=-0.026826 max=0.045029 Jy/beam ! Clean residual mean=-0.000204 rms=0.008642 Jy/beam ! Combined flux in latest and established models = 1.77503 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 21 model components to the UV plane model. ! The established model now contains 21 components and 1.77503 Jy ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=8.704 mas, bpa=-0.5028 degrees ! Estimated noise=5.96945 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.0688504 Jy ! Component: 100 - total flux cleaned = 0.114649 Jy ! Component: 150 - total flux cleaned = 0.147971 Jy ! Component: 200 - total flux cleaned = 0.173869 Jy ! Total flux subtracted in 200 components = 0.173869 Jy ! Clean residual min=-0.015735 max=0.017887 Jy/beam ! Clean residual mean=-0.000135 rms=0.004375 Jy/beam ! Combined flux in latest and established models = 1.9489 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 62 components and 1.9489 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=9.22 mas, bmaj=18.06 mas, bpa=-4.079 degrees ! Estimated noise=7.53207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0312971 Jy ! Component: 100 - total flux cleaned = 0.0525832 Jy ! Component: 150 - total flux cleaned = 0.067754 Jy ! Component: 200 - total flux cleaned = 0.0745816 Jy ! Total flux subtracted in 200 components = 0.0745816 Jy ! Clean residual min=-0.012041 max=0.014319 Jy/beam ! Clean residual mean=-0.000131 rms=0.003618 Jy/beam ! Combined flux in latest and established models = 2.02348 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.00541782 Jy ! Component: 100 - total flux cleaned = 0.0104157 Jy ! Component: 150 - total flux cleaned = 0.0132256 Jy ! Component: 200 - total flux cleaned = 0.015458 Jy ! Total flux subtracted in 200 components = 0.015458 Jy ! Clean residual min=-0.009627 max=0.012591 Jy/beam ! Clean residual mean=-0.000115 rms=0.003043 Jy/beam ! Combined flux in latest and established models = 2.03894 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 146 components and 2.03894 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=8.704 mas, bpa=-0.5028 degrees ! Estimated noise=5.96945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135327 Jy ! Component: 100 - total flux cleaned = 0.0024276 Jy ! Component: 150 - total flux cleaned = 0.00423725 Jy ! Component: 200 - total flux cleaned = 0.00560234 Jy ! Total flux subtracted in 200 components = 0.00560234 Jy ! Clean residual min=-0.008439 max=0.010904 Jy/beam ! Clean residual mean=-0.000061 rms=0.002321 Jy/beam ! Combined flux in latest and established models = 2.04454 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 172 components and 2.04454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076808Jy sigma=0.270119 ! Fit after self-cal, rms=0.076504Jy sigma=0.268122 wmodel J0650-1637_S_d_map.mod ! Writing 172 model components to file: J0650-1637_S_d_map.mod wobs J0650-1637_S_d_uvs.fits ! Writing UV FITS file: J0650-1637_S_d_uvs.fits wwins J0650-1637_S_d_map.win ! wwins: Wrote 6 windows to J0650-1637_S_d_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.00328648 Jy ! Component: 100 - total flux cleaned = 0.00359551 Jy ! Component: 150 - total flux cleaned = 0.00318473 Jy ! Component: 200 - total flux cleaned = 0.00292945 Jy ! Component: 250 - total flux cleaned = 0.00305117 Jy ! Component: 300 - total flux cleaned = 0.0030473 Jy ! Component: 350 - total flux cleaned = 0.00282206 Jy ! Component: 400 - total flux cleaned = 0.00293004 Jy ! Component: 450 - total flux cleaned = 0.00292752 Jy ! Component: 500 - total flux cleaned = 0.00282644 Jy ! Component: 550 - total flux cleaned = 0.00282814 Jy ! Component: 600 - total flux cleaned = 0.00292489 Jy ! Component: 650 - total flux cleaned = 0.00301736 Jy ! Component: 700 - total flux cleaned = 0.0029264 Jy ! Component: 750 - total flux cleaned = 0.00266257 Jy ! Component: 800 - total flux cleaned = 0.00257797 Jy ! Component: 850 - total flux cleaned = 0.00249321 Jy ! Component: 900 - total flux cleaned = 0.00224856 Jy ! Component: 950 - total flux cleaned = 0.00192973 Jy ! Component: 1000 - total flux cleaned = 0.0014637 Jy ! Component: 1050 - total flux cleaned = 0.000858559 Jy ! Component: 1100 - total flux cleaned = 0.000635944 Jy ! Component: 1150 - total flux cleaned = 0.00019825 Jy ! Component: 1200 - total flux cleaned = -0.000302147 Jy ! Component: 1250 - total flux cleaned = -0.00085988 Jy ! Component: 1300 - total flux cleaned = -0.00120207 Jy ! Component: 1350 - total flux cleaned = -0.00173917 Jy ! Component: 1400 - total flux cleaned = -0.002068 Jy ! Component: 1450 - total flux cleaned = -0.00232593 Jy ! Component: 1500 - total flux cleaned = -0.00251751 Jy ! Component: 1550 - total flux cleaned = -0.00289297 Jy ! Component: 1600 - total flux cleaned = -0.00307841 Jy ! Component: 1650 - total flux cleaned = -0.00344269 Jy ! Component: 1700 - total flux cleaned = -0.00368063 Jy ! Component: 1750 - total flux cleaned = -0.00391606 Jy ! Component: 1800 - total flux cleaned = -0.00437931 Jy ! Component: 1850 - total flux cleaned = -0.00460736 Jy ! Component: 1900 - total flux cleaned = -0.00477542 Jy ! Component: 1950 - total flux cleaned = -0.00510731 Jy ! Component: 2000 - total flux cleaned = -0.00510706 Jy ! Component: 2050 - total flux cleaned = -0.00521574 Jy ! Component: 2100 - total flux cleaned = -0.0056413 Jy ! Component: 2150 - total flux cleaned = -0.00579964 Jy ! Component: 2200 - total flux cleaned = -0.00595557 Jy ! Component: 2250 - total flux cleaned = -0.00626275 Jy ! Component: 2300 - total flux cleaned = -0.00641476 Jy ! Component: 2350 - total flux cleaned = -0.00661476 Jy ! Component: 2400 - total flux cleaned = -0.00691037 Jy ! Component: 2450 - total flux cleaned = -0.00710521 Jy ! Component: 2500 - total flux cleaned = -0.00724964 Jy ! Component: 2550 - total flux cleaned = -0.00739273 Jy ! Component: 2600 - total flux cleaned = -0.00762802 Jy ! Component: 2650 - total flux cleaned = -0.00767433 Jy ! Component: 2700 - total flux cleaned = -0.00767476 Jy ! Component: 2750 - total flux cleaned = -0.0076745 Jy ! Component: 2800 - total flux cleaned = -0.00776532 Jy ! Component: 2850 - total flux cleaned = -0.00772077 Jy ! Component: 2900 - total flux cleaned = -0.00776539 Jy ! Component: 2950 - total flux cleaned = -0.00780883 Jy ! Component: 3000 - total flux cleaned = -0.00780975 Jy ! Component: 3050 - total flux cleaned = -0.00781048 Jy ! Component: 3100 - total flux cleaned = -0.00789561 Jy ! Component: 3150 - total flux cleaned = -0.00797934 Jy ! Component: 3200 - total flux cleaned = -0.00797844 Jy ! Component: 3250 - total flux cleaned = -0.0080196 Jy ! Component: 3300 - total flux cleaned = -0.00810156 Jy ! Component: 3350 - total flux cleaned = -0.00814204 Jy ! Component: 3400 - total flux cleaned = -0.00810143 Jy ! Component: 3450 - total flux cleaned = -0.00822103 Jy ! Component: 3500 - total flux cleaned = -0.0082206 Jy ! Component: 3550 - total flux cleaned = -0.00822041 Jy ! Component: 3600 - total flux cleaned = -0.00818181 Jy ! Component: 3650 - total flux cleaned = -0.00837534 Jy ! Component: 3700 - total flux cleaned = -0.00841355 Jy ! Component: 3750 - total flux cleaned = -0.00845128 Jy ! Component: 3800 - total flux cleaned = -0.00860236 Jy ! Component: 3850 - total flux cleaned = -0.00860212 Jy ! Component: 3900 - total flux cleaned = -0.00856468 Jy ! Component: 3950 - total flux cleaned = -0.00863904 Jy ! Component: 4000 - total flux cleaned = -0.00867576 Jy ! Component: 4050 - total flux cleaned = -0.00867563 Jy ! Total flux subtracted in 4096 components = -0.00867573 Jy ! Clean residual min=-0.002238 max=0.001989 Jy/beam ! Clean residual mean=0.000007 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 2.03586 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 417 components and 2.03586 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0650-1637_S_d_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.311 x 8.704 at -0.5028 degrees (North through East) ! Clean map min=-0.011275 max=1.6016 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0650-1637_S_d_map.fits wmodel /image_prod/ug002_uva//J0650-1637_S_d_map.mod ! Writing 417 model components to file: /image_prod/ug002_uva//J0650-1637_S_d_map.mod wobs /image_prod/ug002_uva//J0650-1637_S_d_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0650-1637_S_d_uvs.fits wwins /image_prod/ug002_uva//J0650-1637_S_d_map.win ! wwins: Wrote 7 windows to /image_prod/ug002_uva//J0650-1637_S_d_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 1.60162 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000593559 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.11118 0.11118 0.22236 0.44472 0.88944 1.77888 3.55776 7.11552 14.231 28.4621 56.9241 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.601 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 2698.33 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0650-1637_S_d_dfm.log closed on Wed Mar 4 21:31:17 2020