! Started logfile: /image_prod/ug002_uva//J0003-1941_S_dfm.log on Wed Mar 4 18:08:48 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//J0003-1941_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0003-1941_S_uva.fits ! AN table 1: 45 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.987037 visibilities/baseline/integration-bin. ! Found source: J0003-1941 ! ! 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 40 lines of history. ! ! Reading 4797 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 J0003-1941_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 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.045788Jy sigma=7.322480 ! Fit after self-cal, rms=0.740096Jy sigma=5.119573 ! 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.918 mas, bmaj=12.72 mas, bpa=-18.5 degrees ! Estimated noise=2.20532 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.207316 Jy ! Component: 100 - total flux cleaned = 0.259595 Jy ! Total flux subtracted in 100 components = 0.259595 Jy ! Clean residual min=-0.010456 max=0.021113 Jy/beam ! Clean residual mean=0.000020 rms=0.003281 Jy/beam ! Combined flux in latest and established models = 0.259595 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.259595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.085407Jy sigma=0.537818 ! Fit after self-cal, rms=0.085414Jy sigma=0.537736 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0216957 Jy ! Component: 100 - total flux cleaned = 0.0264968 Jy ! Total flux subtracted in 100 components = 0.0264968 Jy ! Clean residual min=-0.008322 max=0.013249 Jy/beam ! Clean residual mean=0.000016 rms=0.002292 Jy/beam ! Combined flux in latest and established models = 0.286092 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.286092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.081619Jy sigma=0.503063 ! Fit after self-cal, rms=0.081631Jy sigma=0.502980 ! 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.646 mas, bmaj=14.39 mas, bpa=-17.61 degrees ! Estimated noise=1.50866 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 (35, -45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00618919 Jy ! Component: 100 - total flux cleaned = 0.00440485 Jy ! Component: 150 - total flux cleaned = 0.00287857 Jy ! Component: 200 - total flux cleaned = 0.00192037 Jy ! Total flux subtracted in 200 components = 0.00192037 Jy ! Clean residual min=-0.006532 max=0.009875 Jy/beam ! Clean residual mean=0.000010 rms=0.001853 Jy/beam ! Combined flux in latest and established models = 0.288012 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.288012 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079328Jy sigma=0.490655 ! Fit after self-cal, rms=0.079212Jy sigma=0.489552 ! 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.646 x 14.39 at -17.61 degrees (North through East) ! Clean map min=-0.0065094 max=0.26606 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.06 HN 1.05 KP 0.98 ! LA 1.02 MK 0.99 NL 0.93 OV 0.95 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.01 HN 1.08 KP 1.00 ! LA 1.03 MK 0.97 NL 0.95 OV 0.94 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.08 KP 1.00 ! LA 1.03 MK 0.98 NL 0.94 OV 0.97 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.079212Jy sigma=0.489552 ! Fit after self-cal, rms=0.078066Jy sigma=0.479277 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.646 mas, bmaj=14.44 mas, bpa=-17.82 degrees ! Estimated noise=1.49724 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.00169197 Jy ! Component: 100 - total flux cleaned = -0.00351078 Jy ! Component: 150 - total flux cleaned = -0.00511702 Jy ! Component: 200 - total flux cleaned = -0.00571264 Jy ! Total flux subtracted in 200 components = -0.00571264 Jy ! Clean residual min=-0.005547 max=0.005967 Jy/beam ! Clean residual mean=0.000004 rms=0.001426 Jy/beam ! Combined flux in latest and established models = 0.2823 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 73 components and 0.2823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.077460Jy sigma=0.476785 ! Fit after self-cal, rms=0.077467Jy sigma=0.476674 ! 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.077467Jy sigma=0.476674 ! Fit after self-cal, rms=0.078852Jy sigma=0.461443 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.658 mas, bmaj=14.49 mas, bpa=-18.07 degrees ! Estimated noise=1.50142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101678 Jy ! Component: 100 - total flux cleaned = 0.000564047 Jy ! Component: 150 - total flux cleaned = 0.00112211 Jy ! Component: 200 - total flux cleaned = 0.00148117 Jy ! Total flux subtracted in 200 components = 0.00148117 Jy ! Clean residual min=-0.002914 max=0.002864 Jy/beam ! Clean residual mean=-0.000001 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.283781 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.283781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078647Jy sigma=0.460487 ! Fit after self-cal, rms=0.078693Jy sigma=0.460386 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.000273915 Jy ! Component: 100 - total flux cleaned = -1.56176e-05 Jy ! Component: 150 - total flux cleaned = 0.000169962 Jy ! Component: 200 - total flux cleaned = 0.000254722 Jy ! Total flux subtracted in 200 components = 0.000254722 Jy ! Clean residual min=-0.002707 max=0.002682 Jy/beam ! Clean residual mean=-0.000000 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.284036 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 105 components and 0.284036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078620Jy sigma=0.460038 ! Fit after self-cal, rms=0.078620Jy sigma=0.460014 ! 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.078620Jy sigma=0.460014 ! Fit after self-cal, rms=0.079059Jy sigma=0.459777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.656 mas, bmaj=14.5 mas, bpa=-18.1 degrees ! Estimated noise=1.49945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000504657 Jy ! Component: 100 - total flux cleaned = -0.000145179 Jy ! Component: 150 - total flux cleaned = 0.000164451 Jy ! Component: 200 - total flux cleaned = 0.000282839 Jy ! Total flux subtracted in 200 components = 0.000282839 Jy ! Clean residual min=-0.002591 max=0.002640 Jy/beam ! Clean residual mean=-0.000001 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.284318 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 113 components and 0.284318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078970Jy sigma=0.459416 ! Fit after self-cal, rms=0.078973Jy sigma=0.459383 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.000144328 Jy ! Component: 100 - total flux cleaned = -0.000109345 Jy ! Component: 150 - total flux cleaned = -4.4804e-05 Jy ! Component: 200 - total flux cleaned = 4.64922e-05 Jy ! Total flux subtracted in 200 components = 4.64922e-05 Jy ! Clean residual min=-0.002440 max=0.002654 Jy/beam ! Clean residual mean=-0.000000 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.284365 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 121 components and 0.284365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.078935Jy sigma=0.459218 ! Fit after self-cal, rms=0.078936Jy sigma=0.459205 ! 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.078936Jy sigma=0.459205 ! Fit after self-cal, rms=0.079242Jy sigma=0.459078 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.227 mas, bmaj=19.66 mas, bpa=-6.021 degrees ! Estimated noise=1.7411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000338349 Jy ! Component: 100 - total flux cleaned = 0.000523014 Jy ! Component: 150 - total flux cleaned = 0.000645701 Jy ! Component: 200 - total flux cleaned = 0.000723006 Jy ! Total flux subtracted in 200 components = 0.000723006 Jy ! Clean residual min=-0.002462 max=0.002675 Jy/beam ! Clean residual mean=-0.000000 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.285088 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 134 components and 0.285088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079207Jy sigma=0.458965 ! Fit after self-cal, rms=0.079210Jy sigma=0.458952 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.21698e-05 Jy ! Component: 100 - total flux cleaned = -7.64103e-07 Jy ! Component: 150 - total flux cleaned = 1.87603e-05 Jy ! Component: 200 - total flux cleaned = 3.64412e-05 Jy ! Total flux subtracted in 200 components = 3.64412e-05 Jy ! Clean residual min=-0.002501 max=0.002659 Jy/beam ! Clean residual mean=0.000000 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.285124 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 148 components and 0.285124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079198Jy sigma=0.458937 ! Fit after self-cal, rms=0.079198Jy sigma=0.458931 ! 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.655 mas, bmaj=14.51 mas, bpa=-18.13 degrees ! Estimated noise=1.49836 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.655 x 14.51 at -18.13 degrees (North through East) ! Clean map min=-0.0032793 max=0.26527 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.94 mas, bmaj=12.88 mas, bpa=-19.17 degrees ! Estimated noise=2.20204 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.206921 Jy ! Component: 100 - total flux cleaned = 0.255101 Jy ! Component: 150 - total flux cleaned = 0.273782 Jy ! Component: 200 - total flux cleaned = 0.280779 Jy ! Total flux subtracted in 200 components = 0.280779 Jy ! Clean residual min=-0.004567 max=0.004828 Jy/beam ! Clean residual mean=0.000002 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.280779 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.280779 Jy ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=14.51 mas, bpa=-18.13 degrees ! Estimated noise=1.49836 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.00370962 Jy ! Component: 100 - total flux cleaned = 0.00398119 Jy ! Component: 150 - total flux cleaned = 0.00419147 Jy ! Component: 200 - total flux cleaned = 0.0045391 Jy ! Total flux subtracted in 200 components = 0.0045391 Jy ! Clean residual min=-0.002746 max=0.003229 Jy/beam ! Clean residual mean=0.000002 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.285318 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.285318 Jy ! Inverting map ! Added new window around map position (98, -15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00294347 Jy ! Component: 100 - total flux cleaned = 0.00421712 Jy ! Component: 150 - total flux cleaned = 0.00477333 Jy ! Component: 200 - total flux cleaned = 0.00509129 Jy ! Total flux subtracted in 200 components = 0.00509129 Jy ! Clean residual min=-0.002587 max=0.002346 Jy/beam ! Clean residual mean=0.000001 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.29041 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 64 components and 0.29041 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.227 mas, bmaj=19.66 mas, bpa=-6.021 degrees ! Estimated noise=1.7411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.24399e-06 Jy ! Component: 100 - total flux cleaned = -5.87355e-05 Jy ! Component: 150 - total flux cleaned = -1.93705e-05 Jy ! Component: 200 - total flux cleaned = -2.05883e-05 Jy ! Total flux subtracted in 200 components = -2.05883e-05 Jy ! Clean residual min=-0.002261 max=0.002208 Jy/beam ! Clean residual mean=0.000001 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.290389 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 = 6.27751e-08 Jy ! Component: 100 - total flux cleaned = 5.85749e-07 Jy ! Component: 150 - total flux cleaned = 2.94483e-05 Jy ! Component: 200 - total flux cleaned = 2.23988e-06 Jy ! Total flux subtracted in 200 components = 2.23988e-06 Jy ! Clean residual min=-0.002244 max=0.002105 Jy/beam ! Clean residual mean=0.000001 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.290391 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 123 components and 0.290391 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.655 mas, bmaj=14.51 mas, bpa=-18.13 degrees ! Estimated noise=1.49836 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000252702 Jy ! Component: 100 - total flux cleaned = -0.000150669 Jy ! Component: 150 - total flux cleaned = -1.05184e-05 Jy ! Component: 200 - total flux cleaned = 0.00016699 Jy ! Total flux subtracted in 200 components = 0.00016699 Jy ! Clean residual min=-0.002285 max=0.002182 Jy/beam ! Clean residual mean=0.000000 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.290558 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 136 components and 0.290558 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.079176Jy sigma=0.458020 ! Fit after self-cal, rms=0.079145Jy sigma=0.457902 wmodel J0003-1941_S_map.mod ! Writing 136 model components to file: J0003-1941_S_map.mod wobs J0003-1941_S_uvs.fits ! Writing UV FITS file: J0003-1941_S_uvs.fits wwins J0003-1941_S_map.win ! wwins: Wrote 3 windows to J0003-1941_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00064293 Jy ! Component: 100 - total flux cleaned = -0.000838146 Jy ! Component: 150 - total flux cleaned = -0.000913639 Jy ! Component: 200 - total flux cleaned = -0.00102132 Jy ! Component: 250 - total flux cleaned = -0.00119148 Jy ! Component: 300 - total flux cleaned = -0.00125661 Jy ! Component: 350 - total flux cleaned = -0.00135231 Jy ! Component: 400 - total flux cleaned = -0.00144457 Jy ! Component: 450 - total flux cleaned = -0.00144498 Jy ! Component: 500 - total flux cleaned = -0.0015036 Jy ! Component: 550 - total flux cleaned = -0.00158905 Jy ! Component: 600 - total flux cleaned = -0.0016444 Jy ! Component: 650 - total flux cleaned = -0.00161746 Jy ! Component: 700 - total flux cleaned = -0.00164461 Jy ! Component: 750 - total flux cleaned = -0.00169638 Jy ! Component: 800 - total flux cleaned = -0.00172138 Jy ! Component: 850 - total flux cleaned = -0.00169652 Jy ! Component: 900 - total flux cleaned = -0.00174615 Jy ! Component: 950 - total flux cleaned = -0.00181857 Jy ! Component: 1000 - total flux cleaned = -0.00184184 Jy ! Component: 1050 - total flux cleaned = -0.00186486 Jy ! Component: 1100 - total flux cleaned = -0.00191032 Jy ! Component: 1150 - total flux cleaned = -0.00190998 Jy ! Component: 1200 - total flux cleaned = -0.00195421 Jy ! Component: 1250 - total flux cleaned = -0.00204075 Jy ! Component: 1300 - total flux cleaned = -0.00208346 Jy ! Component: 1350 - total flux cleaned = -0.00208361 Jy ! Component: 1400 - total flux cleaned = -0.00216629 Jy ! Component: 1450 - total flux cleaned = -0.00220672 Jy ! Component: 1500 - total flux cleaned = -0.00220686 Jy ! Component: 1550 - total flux cleaned = -0.00224602 Jy ! Component: 1600 - total flux cleaned = -0.00224594 Jy ! Component: 1650 - total flux cleaned = -0.00228446 Jy ! Component: 1700 - total flux cleaned = -0.00232199 Jy ! Component: 1750 - total flux cleaned = -0.00230387 Jy ! Component: 1800 - total flux cleaned = -0.00243255 Jy ! Component: 1850 - total flux cleaned = -0.00245061 Jy ! Component: 1900 - total flux cleaned = -0.00250431 Jy ! Component: 1950 - total flux cleaned = -0.00255783 Jy ! Component: 2000 - total flux cleaned = -0.00269737 Jy ! Component: 2050 - total flux cleaned = -0.00273155 Jy ! Component: 2100 - total flux cleaned = -0.00276576 Jy ! Component: 2150 - total flux cleaned = -0.00281647 Jy ! Component: 2200 - total flux cleaned = -0.00283328 Jy ! Component: 2250 - total flux cleaned = -0.00288248 Jy ! Component: 2300 - total flux cleaned = -0.00289843 Jy ! Component: 2350 - total flux cleaned = -0.00289853 Jy ! Component: 2400 - total flux cleaned = -0.00289874 Jy ! Component: 2450 - total flux cleaned = -0.00294628 Jy ! Component: 2500 - total flux cleaned = -0.00294626 Jy ! Component: 2550 - total flux cleaned = -0.00294653 Jy ! Component: 2600 - total flux cleaned = -0.00296174 Jy ! Component: 2650 - total flux cleaned = -0.00300689 Jy ! Component: 2700 - total flux cleaned = -0.00302176 Jy ! Component: 2750 - total flux cleaned = -0.00306608 Jy ! Component: 2800 - total flux cleaned = -0.00308076 Jy ! Component: 2850 - total flux cleaned = -0.00308072 Jy ! Component: 2900 - total flux cleaned = -0.00310944 Jy ! Component: 2950 - total flux cleaned = -0.0031802 Jy ! Component: 3000 - total flux cleaned = -0.00318013 Jy ! Component: 3050 - total flux cleaned = -0.00323594 Jy ! Component: 3100 - total flux cleaned = -0.00327736 Jy ! Component: 3150 - total flux cleaned = -0.00324996 Jy ! Component: 3200 - total flux cleaned = -0.00331825 Jy ! Component: 3250 - total flux cleaned = -0.00334519 Jy ! Component: 3300 - total flux cleaned = -0.00334516 Jy ! Component: 3350 - total flux cleaned = -0.00338516 Jy ! Component: 3400 - total flux cleaned = -0.00345117 Jy ! Component: 3450 - total flux cleaned = -0.00342498 Jy ! Component: 3500 - total flux cleaned = -0.00347713 Jy ! Component: 3550 - total flux cleaned = -0.00349 Jy ! Component: 3600 - total flux cleaned = -0.00346432 Jy ! Component: 3650 - total flux cleaned = -0.00351552 Jy ! Component: 3700 - total flux cleaned = -0.00350278 Jy ! Component: 3750 - total flux cleaned = -0.00350271 Jy ! Component: 3800 - total flux cleaned = -0.00351531 Jy ! Component: 3850 - total flux cleaned = -0.00351544 Jy ! Component: 3900 - total flux cleaned = -0.00357747 Jy ! Component: 3950 - total flux cleaned = -0.00357737 Jy ! Component: 4000 - total flux cleaned = -0.00360194 Jy ! Component: 4050 - total flux cleaned = -0.00362626 Jy ! Total flux subtracted in 4096 components = -0.00362626 Jy ! Clean residual min=-0.000641 max=0.000759 Jy/beam ! Clean residual mean=0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.286932 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 396 components and 0.286932 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0003-1941_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.655 x 14.51 at -18.13 degrees (North through East) ! Clean map min=-0.0021787 max=0.26464 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0003-1941_S_map.fits wmodel /image_prod/ug002_uva//J0003-1941_S_map.mod ! Writing 396 model components to file: /image_prod/ug002_uva//J0003-1941_S_map.mod wobs /image_prod/ug002_uva//J0003-1941_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0003-1941_S_uvs.fits wwins /image_prod/ug002_uva//J0003-1941_S_map.win ! wwins: Wrote 4 windows to /image_prod/ug002_uva//J0003-1941_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.264642 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219014 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.248276 0.248276 0.496553 0.993106 1.98621 3.97242 7.94485 15.8897 31.7794 63.5588 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.264 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1208.33 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0003-1941_S_dfm.log closed on Wed Mar 4 18:08:52 2020