! Started logfile: /image_prod/ug002_uva//J0038-0329_S_dfm.log on Wed Mar 4 18:34:08 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//J0038-0329_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0038-0329_S_uva.fits ! AN table 1: 20 integrations on 36 of 36 possible baselines. ! AN table 2: 20 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0038-0329 ! ! 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 4224 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 J0038-0329_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 1 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 3 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.056501Jy sigma=8.046219 ! Fit after self-cal, rms=0.727570Jy sigma=5.509543 ! 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.687 mas, bmaj=7.106 mas, bpa=-2.717 degrees ! Estimated noise=2.06167 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.212833 Jy ! Component: 100 - total flux cleaned = 0.263376 Jy ! Total flux subtracted in 100 components = 0.263376 Jy ! Clean residual min=-0.012870 max=0.020173 Jy/beam ! Clean residual mean=0.000021 rms=0.003213 Jy/beam ! Combined flux in latest and established models = 0.263376 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.263376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.083038Jy sigma=0.556774 ! Fit after self-cal, rms=0.083036Jy sigma=0.556512 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0219359 Jy ! Component: 100 - total flux cleaned = 0.0327431 Jy ! Total flux subtracted in 100 components = 0.0327431 Jy ! Clean residual min=-0.011563 max=0.009113 Jy/beam ! Clean residual mean=0.000015 rms=0.002399 Jy/beam ! Combined flux in latest and established models = 0.296119 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 8 components and 0.296119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077541Jy sigma=0.512640 ! Fit after self-cal, rms=0.077530Jy sigma=0.512377 ! 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.197 mas, bmaj=8.109 mas, bpa=-1.945 degrees ! Estimated noise=1.49611 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.00434064 Jy ! Component: 100 - total flux cleaned = 0.00606978 Jy ! Component: 150 - total flux cleaned = 0.00617675 Jy ! Component: 200 - total flux cleaned = 0.00627744 Jy ! Total flux subtracted in 200 components = 0.00627744 Jy ! Clean residual min=-0.009366 max=0.007324 Jy/beam ! Clean residual mean=0.000018 rms=0.002261 Jy/beam ! Combined flux in latest and established models = 0.302396 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.302396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077216Jy sigma=0.510985 ! Fit after self-cal, rms=0.077188Jy sigma=0.510846 ! 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.197 x 8.109 at -1.945 degrees (North through East) ! Clean map min=-0.0091384 max=0.27557 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.17 KP 1.02 LA 1.02 ! MK 0.97 NL 1.07 OV 0.84 PT 1.01 ! SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.92 FD 0.93 HN 1.07 KP 1.02 ! LA 1.03 MK 1.01 OV 0.83 PT 1.02 ! SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.15 KP 1.01 LA 1.03 ! MK 0.98 NL 1.15 OV 0.87 PT 1.04 ! SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.12 FD 0.96 HN 1.03 KP 1.02 ! LA 1.05 MK 0.97 OV 0.94 PT 1.04 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.11 KP 1.02 LA 1.04 ! MK 1.01 NL 1.07 OV 0.85 PT 1.03 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.09 FD 0.92 HN 0.99 KP 1.02 ! LA 1.03 MK 0.97 OV 0.82 PT 1.06 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.077188Jy sigma=0.510846 ! Fit after self-cal, rms=0.070775Jy sigma=0.456504 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=8.097 mas, bpa=-1.905 degrees ! Estimated noise=1.49539 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.00111101 Jy ! Component: 100 - total flux cleaned = 0.000916847 Jy ! Component: 150 - total flux cleaned = 0.000709529 Jy ! Component: 200 - total flux cleaned = 0.000634126 Jy ! Total flux subtracted in 200 components = 0.000634126 Jy ! Clean residual min=-0.003272 max=0.003211 Jy/beam ! Clean residual mean=0.000002 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.30303 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.30303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070698Jy sigma=0.455937 ! Fit after self-cal, rms=0.070726Jy sigma=0.455694 ! 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.070726Jy sigma=0.455694 ! Fit after self-cal, rms=0.070685Jy sigma=0.455611 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.184 mas, bmaj=8.09 mas, bpa=-1.964 degrees ! Estimated noise=1.49375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000736168 Jy ! Component: 100 - total flux cleaned = 0.000623288 Jy ! Component: 150 - total flux cleaned = 0.000560462 Jy ! Component: 200 - total flux cleaned = 0.000530842 Jy ! Total flux subtracted in 200 components = 0.000530842 Jy ! Clean residual min=-0.003171 max=0.003084 Jy/beam ! Clean residual mean=0.000001 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.303561 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.303561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070635Jy sigma=0.455281 ! Fit after self-cal, rms=0.070624Jy sigma=0.455247 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.12317e-05 Jy ! Component: 100 - total flux cleaned = -4.91188e-05 Jy ! Component: 150 - total flux cleaned = -0.000101067 Jy ! Component: 200 - total flux cleaned = -9.99635e-05 Jy ! Total flux subtracted in 200 components = -9.99635e-05 Jy ! Clean residual min=-0.003121 max=0.003023 Jy/beam ! Clean residual mean=0.000002 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.303461 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 30 components and 0.303461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070600Jy sigma=0.455082 ! Fit after self-cal, rms=0.070592Jy sigma=0.455060 ! 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.070592Jy sigma=0.455060 ! Fit after self-cal, rms=0.070563Jy sigma=0.454999 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=8.085 mas, bpa=-2.021 degrees ! Estimated noise=1.49221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000423931 Jy ! Component: 100 - total flux cleaned = 0.000449388 Jy ! Component: 150 - total flux cleaned = 0.00045055 Jy ! Component: 200 - total flux cleaned = 0.000450969 Jy ! Total flux subtracted in 200 components = 0.000450969 Jy ! Clean residual min=-0.003072 max=0.002933 Jy/beam ! Clean residual mean=0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.303912 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.303912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070534Jy sigma=0.454846 ! Fit after self-cal, rms=0.070528Jy sigma=0.454828 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 = 5.17149e-05 Jy ! Component: 100 - total flux cleaned = 2.93089e-05 Jy ! Component: 150 - total flux cleaned = -1.12587e-05 Jy ! Component: 200 - total flux cleaned = -2.95555e-05 Jy ! Total flux subtracted in 200 components = -2.95555e-05 Jy ! Clean residual min=-0.003025 max=0.002922 Jy/beam ! Clean residual mean=0.000001 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.303883 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.303883 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070514Jy sigma=0.454746 ! Fit after self-cal, rms=0.070509Jy sigma=0.454735 ! 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.070509Jy sigma=0.454735 ! Fit after self-cal, rms=0.070461Jy sigma=0.454698 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.407 mas, bmaj=14.22 mas, bpa=5.511 degrees ! Estimated noise=1.87281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000334101 Jy ! Component: 100 - total flux cleaned = 0.000300033 Jy ! Component: 150 - total flux cleaned = 0.000255213 Jy ! Component: 200 - total flux cleaned = 0.000229774 Jy ! Total flux subtracted in 200 components = 0.000229774 Jy ! Clean residual min=-0.003416 max=0.002808 Jy/beam ! Clean residual mean=0.000003 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.304112 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 35 components and 0.304112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070453Jy sigma=0.454658 ! Fit after self-cal, rms=0.070444Jy sigma=0.454619 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.00576e-06 Jy ! Component: 100 - total flux cleaned = 1.12237e-05 Jy ! Component: 150 - total flux cleaned = 1.1488e-05 Jy ! Component: 200 - total flux cleaned = 2.3871e-05 Jy ! Total flux subtracted in 200 components = 2.3871e-05 Jy ! Clean residual min=-0.003424 max=0.002802 Jy/beam ! Clean residual mean=0.000003 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.304136 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 37 components and 0.304136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070439Jy sigma=0.454615 ! Fit after self-cal, rms=0.070434Jy sigma=0.454597 ! 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.174 mas, bmaj=8.08 mas, bpa=-2.065 degrees ! Estimated noise=1.49096 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.174 x 8.08 at -2.065 degrees (North through East) ! Clean map min=-0.0028319 max=0.27446 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.676 mas, bmaj=7.086 mas, bpa=-2.783 degrees ! Estimated noise=2.03635 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.210232 Jy ! Component: 100 - total flux cleaned = 0.260712 Jy ! Component: 150 - total flux cleaned = 0.283048 Jy ! Component: 200 - total flux cleaned = 0.2941 Jy ! Total flux subtracted in 200 components = 0.2941 Jy ! Clean residual min=-0.004804 max=0.005259 Jy/beam ! Clean residual mean=0.000004 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.2941 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 6 model components to the UV plane model. ! The established model now contains 6 components and 0.2941 Jy ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=8.08 mas, bpa=-2.065 degrees ! Estimated noise=1.49096 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) ! Added new window around map position (2.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651438 Jy ! Component: 100 - total flux cleaned = 0.00939737 Jy ! Component: 150 - total flux cleaned = 0.0103552 Jy ! Component: 200 - total flux cleaned = 0.010513 Jy ! Total flux subtracted in 200 components = 0.010513 Jy ! Clean residual min=-0.003144 max=0.003043 Jy/beam ! Clean residual mean=0.000001 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.304613 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.304613 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.407 mas, bmaj=14.22 mas, bpa=5.511 degrees ! Estimated noise=1.87281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.27028e-05 Jy ! Component: 100 - total flux cleaned = 3.26335e-05 Jy ! Component: 150 - total flux cleaned = 3.25852e-05 Jy ! Component: 200 - total flux cleaned = 3.1893e-05 Jy ! Total flux subtracted in 200 components = 3.1893e-05 Jy ! Clean residual min=-0.003478 max=0.002893 Jy/beam ! Clean residual mean=0.000003 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.304645 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 = -1.66857e-05 Jy ! Component: 100 - total flux cleaned = -1.62481e-05 Jy ! Component: 150 - total flux cleaned = -4.56723e-05 Jy ! Component: 200 - total flux cleaned = -4.54705e-05 Jy ! Total flux subtracted in 200 components = -4.54705e-05 Jy ! Clean residual min=-0.003486 max=0.002877 Jy/beam ! Clean residual mean=0.000003 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.3046 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 47 components and 0.3046 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=8.08 mas, bpa=-2.065 degrees ! Estimated noise=1.49096 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000398185 Jy ! Component: 100 - total flux cleaned = 0.000274407 Jy ! Component: 150 - total flux cleaned = 0.000237881 Jy ! Component: 200 - total flux cleaned = 0.000203852 Jy ! Total flux subtracted in 200 components = 0.000203852 Jy ! Clean residual min=-0.002981 max=0.003001 Jy/beam ! Clean residual mean=0.000001 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.304803 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.304803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.070405Jy sigma=0.454399 ! Fit after self-cal, rms=0.070389Jy sigma=0.454337 wmodel J0038-0329_S_map.mod ! Writing 64 model components to file: J0038-0329_S_map.mod wobs J0038-0329_S_uvs.fits ! Writing UV FITS file: J0038-0329_S_uvs.fits wwins J0038-0329_S_map.win ! wwins: Wrote 2 windows to J0038-0329_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 = 5.0142e-05 Jy ! Component: 100 - total flux cleaned = 0.000284169 Jy ! Component: 150 - total flux cleaned = 0.00045824 Jy ! Component: 200 - total flux cleaned = 0.000746218 Jy ! Component: 250 - total flux cleaned = 0.00106189 Jy ! Component: 300 - total flux cleaned = 0.00128843 Jy ! Component: 350 - total flux cleaned = 0.00154531 Jy ! Component: 400 - total flux cleaned = 0.00186483 Jy ! Component: 450 - total flux cleaned = 0.00213922 Jy ! Component: 500 - total flux cleaned = 0.00237235 Jy ! Component: 550 - total flux cleaned = 0.00256636 Jy ! Component: 600 - total flux cleaned = 0.00285027 Jy ! Component: 650 - total flux cleaned = 0.00318803 Jy ! Component: 700 - total flux cleaned = 0.00345758 Jy ! Component: 750 - total flux cleaned = 0.00360448 Jy ! Component: 800 - total flux cleaned = 0.00380617 Jy ! Component: 850 - total flux cleaned = 0.00397639 Jy ! Component: 900 - total flux cleaned = 0.00411514 Jy ! Component: 950 - total flux cleaned = 0.00427831 Jy ! Component: 1000 - total flux cleaned = 0.00443859 Jy ! Component: 1050 - total flux cleaned = 0.00457002 Jy ! Component: 1100 - total flux cleaned = 0.00472516 Jy ! Component: 1150 - total flux cleaned = 0.00492798 Jy ! Component: 1200 - total flux cleaned = 0.00515264 Jy ! Component: 1250 - total flux cleaned = 0.00529985 Jy ! Component: 1300 - total flux cleaned = 0.00551672 Jy ! Component: 1350 - total flux cleaned = 0.00565936 Jy ! Component: 1400 - total flux cleaned = 0.00584647 Jy ! Component: 1450 - total flux cleaned = 0.00598435 Jy ! Component: 1500 - total flux cleaned = 0.00607473 Jy ! Component: 1550 - total flux cleaned = 0.00614219 Jy ! Component: 1600 - total flux cleaned = 0.00625235 Jy ! Component: 1650 - total flux cleaned = 0.0062956 Jy ! Component: 1700 - total flux cleaned = 0.00640281 Jy ! Component: 1750 - total flux cleaned = 0.00650836 Jy ! Component: 1800 - total flux cleaned = 0.00663311 Jy ! Component: 1850 - total flux cleaned = 0.00677607 Jy ! Component: 1900 - total flux cleaned = 0.00679561 Jy ! Component: 1950 - total flux cleaned = 0.00689568 Jy ! Component: 2000 - total flux cleaned = 0.00703405 Jy ! Component: 2050 - total flux cleaned = 0.00713157 Jy ! Component: 2100 - total flux cleaned = 0.0072088 Jy ! Component: 2150 - total flux cleaned = 0.00734225 Jy ! Component: 2200 - total flux cleaned = 0.00745517 Jy ! Component: 2250 - total flux cleaned = 0.00749235 Jy ! Component: 2300 - total flux cleaned = 0.00758462 Jy ! Component: 2350 - total flux cleaned = 0.00769386 Jy ! Component: 2400 - total flux cleaned = 0.00776585 Jy ! Component: 2450 - total flux cleaned = 0.00781923 Jy ! Component: 2500 - total flux cleaned = 0.00790741 Jy ! Component: 2550 - total flux cleaned = 0.00797746 Jy ! Component: 2600 - total flux cleaned = 0.0079948 Jy ! Component: 2650 - total flux cleaned = 0.00799488 Jy ! Component: 2700 - total flux cleaned = 0.00811385 Jy ! Component: 2750 - total flux cleaned = 0.00813076 Jy ! Component: 2800 - total flux cleaned = 0.00814784 Jy ! Component: 2850 - total flux cleaned = 0.00823038 Jy ! Component: 2900 - total flux cleaned = 0.00823028 Jy ! Component: 2950 - total flux cleaned = 0.00831149 Jy ! Component: 3000 - total flux cleaned = 0.00834373 Jy ! Component: 3050 - total flux cleaned = 0.00842342 Jy ! Component: 3100 - total flux cleaned = 0.0084708 Jy ! Component: 3150 - total flux cleaned = 0.00850211 Jy ! Component: 3200 - total flux cleaned = 0.0085642 Jy ! Component: 3250 - total flux cleaned = 0.00854883 Jy ! Component: 3300 - total flux cleaned = 0.00867112 Jy ! Component: 3350 - total flux cleaned = 0.00871666 Jy ! Component: 3400 - total flux cleaned = 0.00876187 Jy ! Component: 3450 - total flux cleaned = 0.00885135 Jy ! Component: 3500 - total flux cleaned = 0.00883663 Jy ! Component: 3550 - total flux cleaned = 0.00891015 Jy ! Component: 3600 - total flux cleaned = 0.00895395 Jy ! Component: 3650 - total flux cleaned = 0.00895398 Jy ! Component: 3700 - total flux cleaned = 0.00902589 Jy ! Component: 3750 - total flux cleaned = 0.00905434 Jy ! Component: 3800 - total flux cleaned = 0.0090968 Jy ! Component: 3850 - total flux cleaned = 0.00915318 Jy ! Component: 3900 - total flux cleaned = 0.00913905 Jy ! Component: 3950 - total flux cleaned = 0.00919466 Jy ! Component: 4000 - total flux cleaned = 0.00922228 Jy ! Component: 4050 - total flux cleaned = 0.00929072 Jy ! Total flux subtracted in 4096 components = 0.00933143 Jy ! Clean residual min=-0.000874 max=0.000806 Jy/beam ! Clean residual mean=0.000001 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.314135 Jy keep ! Adding 259 model components to the UV plane model. ! The established model now contains 323 components and 0.314135 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0038-0329_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.174 x 8.08 at -2.065 degrees (North through East) ! Clean map min=-0.0016385 max=0.27446 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0038-0329_S_map.fits wmodel /image_prod/ug002_uva//J0038-0329_S_map.mod ! Writing 323 model components to file: /image_prod/ug002_uva//J0038-0329_S_map.mod wobs /image_prod/ug002_uva//J0038-0329_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0038-0329_S_uvs.fits wwins /image_prod/ug002_uva//J0038-0329_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0038-0329_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.274457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00023393 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.255701 0.255701 0.511402 1.0228 2.04561 4.09122 8.18243 16.3649 32.7297 65.4595 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.274 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1173.24 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0038-0329_S_dfm.log closed on Wed Mar 4 18:34:12 2020