! Started logfile: /image_prod/ug002_uva//J1256-2155_S_dfm.log on Thu Mar 5 00:54:28 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//J1256-2155_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1256-2155_S_uva.fits ! AN table 1: 50 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.987778 visibilities/baseline/integration-bin. ! Found source: J1256-2155 ! ! 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 5334 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 J1256-2155_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. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.036921Jy sigma=7.284615 ! Fit after self-cal, rms=0.817888Jy sigma=5.686063 ! 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.747 mas, bmaj=13 mas, bpa=-21.04 degrees ! Estimated noise=1.98091 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.139762 Jy ! Component: 100 - total flux cleaned = 0.197333 Jy ! Total flux subtracted in 100 components = 0.197333 Jy ! Clean residual min=-0.009402 max=0.025899 Jy/beam ! Clean residual mean=-0.000026 rms=0.003154 Jy/beam ! Combined flux in latest and established models = 0.197333 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.197333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.084234Jy sigma=0.558039 ! Fit after self-cal, rms=0.083796Jy sigma=0.555195 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0288277 Jy ! Component: 100 - total flux cleaned = 0.0431716 Jy ! Total flux subtracted in 100 components = 0.0431716 Jy ! Clean residual min=-0.005978 max=0.006680 Jy/beam ! Clean residual mean=-0.000011 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 0.240505 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 20 components and 0.240505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.073689Jy sigma=0.470441 ! Fit after self-cal, rms=0.073648Jy sigma=0.470196 ! 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.523 mas, bmaj=14.59 mas, bpa=-20.15 degrees ! Estimated noise=1.42504 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.00830023 Jy ! Component: 100 - total flux cleaned = 0.0127424 Jy ! Component: 150 - total flux cleaned = 0.0142121 Jy ! Component: 200 - total flux cleaned = 0.0147125 Jy ! Total flux subtracted in 200 components = 0.0147125 Jy ! Clean residual min=-0.004610 max=0.003213 Jy/beam ! Clean residual mean=-0.000005 rms=0.000974 Jy/beam ! Combined flux in latest and established models = 0.255217 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 56 components and 0.255217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072774Jy sigma=0.462854 ! Fit after self-cal, rms=0.072781Jy sigma=0.462824 ! 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.523 x 14.59 at -20.15 degrees (North through East) ! Clean map min=-0.0048815 max=0.18489 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 1.02 KP 1.02 ! LA 1.02 MK 1.02 NL 0.97 OV 0.98 ! PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.06 KP 1.02 ! LA 1.02 MK 0.98 NL 0.92 OV 0.97 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.01 HN 1.02 KP 1.00 ! LA 1.01 MK 0.99 NL 0.91 OV 0.99 ! PT 1.02 ! ! ! Fit before self-cal, rms=0.072781Jy sigma=0.462824 ! Fit after self-cal, rms=0.072719Jy sigma=0.458374 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.523 mas, bmaj=14.66 mas, bpa=-20.26 degrees ! Estimated noise=1.42493 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.00054159 Jy ! Component: 100 - total flux cleaned = 0.000769755 Jy ! Component: 150 - total flux cleaned = 0.000872844 Jy ! Component: 200 - total flux cleaned = 0.000968399 Jy ! Total flux subtracted in 200 components = 0.000968399 Jy ! Clean residual min=-0.002964 max=0.002573 Jy/beam ! Clean residual mean=-0.000007 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.256186 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 71 components and 0.256186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072637Jy sigma=0.457858 ! Fit after self-cal, rms=0.072654Jy sigma=0.457820 ! 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.072654Jy sigma=0.457820 ! Fit after self-cal, rms=0.072903Jy sigma=0.454982 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.509 mas, bmaj=14.72 mas, bpa=-20.29 degrees ! Estimated noise=1.42158 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000348474 Jy ! Component: 100 - total flux cleaned = 0.00039693 Jy ! Component: 150 - total flux cleaned = 0.000396947 Jy ! Component: 200 - total flux cleaned = 0.000357031 Jy ! Total flux subtracted in 200 components = 0.000357031 Jy ! Clean residual min=-0.002679 max=0.002263 Jy/beam ! Clean residual mean=-0.000003 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.256543 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.256543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072845Jy sigma=0.454643 ! Fit after self-cal, rms=0.072862Jy sigma=0.454624 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.77456e-06 Jy ! Component: 100 - total flux cleaned = 2.13423e-06 Jy ! Component: 150 - total flux cleaned = 2.49039e-06 Jy ! Component: 200 - total flux cleaned = 3.63855e-06 Jy ! Total flux subtracted in 200 components = 3.63855e-06 Jy ! Clean residual min=-0.002729 max=0.002189 Jy/beam ! Clean residual mean=-0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.256546 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.256546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072828Jy sigma=0.454437 ! Fit after self-cal, rms=0.072827Jy sigma=0.454435 ! 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.072827Jy sigma=0.454435 ! Fit after self-cal, rms=0.072948Jy sigma=0.454374 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=14.73 mas, bpa=-20.34 degrees ! Estimated noise=1.41958 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.6071e-05 Jy ! Component: 100 - total flux cleaned = 0.000139123 Jy ! Component: 150 - total flux cleaned = 0.000138624 Jy ! Component: 200 - total flux cleaned = 0.000139735 Jy ! Total flux subtracted in 200 components = 0.000139735 Jy ! Clean residual min=-0.002599 max=0.002105 Jy/beam ! Clean residual mean=-0.000002 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.256686 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.256686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072915Jy sigma=0.454215 ! Fit after self-cal, rms=0.072918Jy sigma=0.454212 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.73235e-06 Jy ! Component: 100 - total flux cleaned = -2.51536e-06 Jy ! Component: 150 - total flux cleaned = -3.696e-06 Jy ! Component: 200 - total flux cleaned = -2.88262e-05 Jy ! Total flux subtracted in 200 components = -2.88262e-05 Jy ! Clean residual min=-0.002584 max=0.002070 Jy/beam ! Clean residual mean=-0.000002 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.256657 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 89 components and 0.256657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072898Jy sigma=0.454114 ! Fit after self-cal, rms=0.072898Jy sigma=0.454113 ! 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.072898Jy sigma=0.454113 ! Fit after self-cal, rms=0.072922Jy sigma=0.454084 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.926 mas, bmaj=21.37 mas, bpa=-10.04 degrees ! Estimated noise=1.6811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000547161 Jy ! Component: 100 - total flux cleaned = -0.000582913 Jy ! Component: 150 - total flux cleaned = -0.000596878 Jy ! Component: 200 - total flux cleaned = -0.00061892 Jy ! Total flux subtracted in 200 components = -0.00061892 Jy ! Clean residual min=-0.001957 max=0.001891 Jy/beam ! Clean residual mean=-0.000004 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.256038 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 101 components and 0.256038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072913Jy sigma=0.454062 ! Fit after self-cal, rms=0.072913Jy sigma=0.454061 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 = 4.51636e-07 Jy ! Component: 100 - total flux cleaned = -7.89622e-06 Jy ! Component: 150 - total flux cleaned = -1.53494e-05 Jy ! Component: 200 - total flux cleaned = -1.50859e-05 Jy ! Total flux subtracted in 200 components = -1.50859e-05 Jy ! Clean residual min=-0.001934 max=0.001882 Jy/beam ! Clean residual mean=-0.000004 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.256023 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 110 components and 0.256023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072910Jy sigma=0.454056 ! Fit after self-cal, rms=0.072910Jy sigma=0.454055 ! 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.498 mas, bmaj=14.73 mas, bpa=-20.38 degrees ! Estimated noise=1.41819 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.498 x 14.73 at -20.38 degrees (North through East) ! Clean map min=-0.0023436 max=0.18196 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.73 mas, bmaj=13.11 mas, bpa=-21.21 degrees ! Estimated noise=1.95793 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.13846 Jy ! Component: 100 - total flux cleaned = 0.196368 Jy ! Component: 150 - total flux cleaned = 0.224473 Jy ! Component: 200 - total flux cleaned = 0.238439 Jy ! Total flux subtracted in 200 components = 0.238439 Jy ! Clean residual min=-0.004944 max=0.006399 Jy/beam ! Clean residual mean=-0.000011 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.238439 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.238439 Jy ! Inverting map and beam ! Estimated beam: bmin=3.498 mas, bmaj=14.73 mas, bpa=-20.38 degrees ! Estimated noise=1.41819 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.00821281 Jy ! Component: 100 - total flux cleaned = 0.0125104 Jy ! Component: 150 - total flux cleaned = 0.0150561 Jy ! Component: 200 - total flux cleaned = 0.0164598 Jy ! Total flux subtracted in 200 components = 0.0164598 Jy ! Clean residual min=-0.002386 max=0.002254 Jy/beam ! Clean residual mean=-0.000005 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.254899 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.254899 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=7.926 mas, bmaj=21.37 mas, bpa=-10.04 degrees ! Estimated noise=1.6811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000575184 Jy ! Component: 100 - total flux cleaned = 0.000592865 Jy ! Component: 150 - total flux cleaned = 0.000625539 Jy ! Component: 200 - total flux cleaned = 0.000655422 Jy ! Total flux subtracted in 200 components = 0.000655422 Jy ! Clean residual min=-0.001963 max=0.001882 Jy/beam ! Clean residual mean=-0.000007 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.255554 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 = 2.8277e-05 Jy ! Component: 100 - total flux cleaned = 6.67255e-05 Jy ! Component: 150 - total flux cleaned = 9.04031e-05 Jy ! Component: 200 - total flux cleaned = 0.000123441 Jy ! Total flux subtracted in 200 components = 0.000123441 Jy ! Clean residual min=-0.001932 max=0.001870 Jy/beam ! Clean residual mean=-0.000006 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.255678 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.255678 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.498 mas, bmaj=14.73 mas, bpa=-20.38 degrees ! Estimated noise=1.41819 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000201244 Jy ! Component: 100 - total flux cleaned = 0.000323602 Jy ! Component: 150 - total flux cleaned = 0.000361261 Jy ! Component: 200 - total flux cleaned = 0.000430682 Jy ! Total flux subtracted in 200 components = 0.000430682 Jy ! Clean residual min=-0.002601 max=0.002145 Jy/beam ! Clean residual mean=-0.000003 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.256108 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.256108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.072976Jy sigma=0.454366 ! Fit after self-cal, rms=0.072970Jy sigma=0.454354 wmodel J1256-2155_S_map.mod ! Writing 69 model components to file: J1256-2155_S_map.mod wobs J1256-2155_S_uvs.fits ! Writing UV FITS file: J1256-2155_S_uvs.fits wwins J1256-2155_S_map.win ! wwins: Wrote 1 windows to J1256-2155_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.000849267 Jy ! Component: 100 - total flux cleaned = -0.00100525 Jy ! Component: 150 - total flux cleaned = -0.00115269 Jy ! Component: 200 - total flux cleaned = -0.00111761 Jy ! Component: 250 - total flux cleaned = -0.00105147 Jy ! Component: 300 - total flux cleaned = -0.00101879 Jy ! Component: 350 - total flux cleaned = -0.000988374 Jy ! Component: 400 - total flux cleaned = -0.000988437 Jy ! Component: 450 - total flux cleaned = -0.000930092 Jy ! Component: 500 - total flux cleaned = -0.000930029 Jy ! Component: 550 - total flux cleaned = -0.000902088 Jy ! Component: 600 - total flux cleaned = -0.000956178 Jy ! Component: 650 - total flux cleaned = -0.00100889 Jy ! Component: 700 - total flux cleaned = -0.00106026 Jy ! Component: 750 - total flux cleaned = -0.00111058 Jy ! Component: 800 - total flux cleaned = -0.00111034 Jy ! Component: 850 - total flux cleaned = -0.0010619 Jy ! Component: 900 - total flux cleaned = -0.00106234 Jy ! Component: 950 - total flux cleaned = -0.0010865 Jy ! Component: 1000 - total flux cleaned = -0.00110881 Jy ! Component: 1050 - total flux cleaned = -0.00104125 Jy ! Component: 1100 - total flux cleaned = -0.00108565 Jy ! Component: 1150 - total flux cleaned = -0.00108566 Jy ! Component: 1200 - total flux cleaned = -0.00108566 Jy ! Component: 1250 - total flux cleaned = -0.0011277 Jy ! Component: 1300 - total flux cleaned = -0.00114831 Jy ! Component: 1350 - total flux cleaned = -0.00114808 Jy ! Component: 1400 - total flux cleaned = -0.0010871 Jy ! Component: 1450 - total flux cleaned = -0.00106696 Jy ! Component: 1500 - total flux cleaned = -0.00100797 Jy ! Component: 1550 - total flux cleaned = -0.00102739 Jy ! Component: 1600 - total flux cleaned = -0.0010083 Jy ! Component: 1650 - total flux cleaned = -0.00100825 Jy ! Component: 1700 - total flux cleaned = -0.00104562 Jy ! Component: 1750 - total flux cleaned = -0.00100854 Jy ! Component: 1800 - total flux cleaned = -0.00100859 Jy ! Component: 1850 - total flux cleaned = -0.000936409 Jy ! Component: 1900 - total flux cleaned = -0.000972252 Jy ! Component: 1950 - total flux cleaned = -0.000972239 Jy ! Component: 2000 - total flux cleaned = -0.000954819 Jy ! Component: 2050 - total flux cleaned = -0.000954913 Jy ! Component: 2100 - total flux cleaned = -0.000954927 Jy ! Component: 2150 - total flux cleaned = -0.00095483 Jy ! Component: 2200 - total flux cleaned = -0.000938143 Jy ! Component: 2250 - total flux cleaned = -0.000954448 Jy ! Component: 2300 - total flux cleaned = -0.000938264 Jy ! Component: 2350 - total flux cleaned = -0.000986562 Jy ! Component: 2400 - total flux cleaned = -0.000986429 Jy ! Component: 2450 - total flux cleaned = -0.000970573 Jy ! Component: 2500 - total flux cleaned = -0.000939243 Jy ! Component: 2550 - total flux cleaned = -0.000908045 Jy ! Component: 2600 - total flux cleaned = -0.000938688 Jy ! Component: 2650 - total flux cleaned = -0.000908309 Jy ! Component: 2700 - total flux cleaned = -0.000923427 Jy ! Component: 2750 - total flux cleaned = -0.000983345 Jy ! Component: 2800 - total flux cleaned = -0.000924191 Jy ! Component: 2850 - total flux cleaned = -0.00102697 Jy ! Component: 2900 - total flux cleaned = -0.000997775 Jy ! Component: 2950 - total flux cleaned = -0.00104111 Jy ! Component: 3000 - total flux cleaned = -0.00104086 Jy ! Component: 3050 - total flux cleaned = -0.00104096 Jy ! Component: 3100 - total flux cleaned = -0.00101297 Jy ! Component: 3150 - total flux cleaned = -0.00109675 Jy ! Component: 3200 - total flux cleaned = -0.0011105 Jy ! Component: 3250 - total flux cleaned = -0.00111032 Jy ! Component: 3300 - total flux cleaned = -0.00106958 Jy ! Component: 3350 - total flux cleaned = -0.00115059 Jy ! Component: 3400 - total flux cleaned = -0.00115051 Jy ! Component: 3450 - total flux cleaned = -0.00112405 Jy ! Component: 3500 - total flux cleaned = -0.00112406 Jy ! Component: 3550 - total flux cleaned = -0.00113736 Jy ! Component: 3600 - total flux cleaned = -0.0011246 Jy ! Component: 3650 - total flux cleaned = -0.00113757 Jy ! Component: 3700 - total flux cleaned = -0.00115019 Jy ! Component: 3750 - total flux cleaned = -0.0011375 Jy ! Component: 3800 - total flux cleaned = -0.00113758 Jy ! Component: 3850 - total flux cleaned = -0.0011877 Jy ! Component: 3900 - total flux cleaned = -0.00118786 Jy ! Component: 3950 - total flux cleaned = -0.00118797 Jy ! Component: 4000 - total flux cleaned = -0.00120019 Jy ! Component: 4050 - total flux cleaned = -0.00122467 Jy ! Total flux subtracted in 4096 components = -0.00123684 Jy ! Clean residual min=-0.000615 max=0.000964 Jy/beam ! Clean residual mean=-0.000003 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.254872 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 335 components and 0.254872 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1256-2155_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.498 x 14.73 at -20.38 degrees (North through East) ! Clean map min=-0.0017988 max=0.18297 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1256-2155_S_map.fits wmodel /image_prod/ug002_uva//J1256-2155_S_map.mod ! Writing 335 model components to file: /image_prod/ug002_uva//J1256-2155_S_map.mod wobs /image_prod/ug002_uva//J1256-2155_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1256-2155_S_uvs.fits wwins /image_prod/ug002_uva//J1256-2155_S_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J1256-2155_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.18297 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000226622 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.371572 0.371572 0.743144 1.48629 2.97258 5.94516 11.8903 23.7806 47.5612 95.1225 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.182 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 807.38 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1256-2155_S_dfm.log closed on Thu Mar 5 00:54:32 2020