! Started logfile: /image_prod/ug002_uva//J2213+2910_S_a_dfm.log on Thu Mar 5 05:33:52 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//J2213+2910_S_a_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2213+2910_S_a_uva.fits ! AN table 1: 151 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2213+2910 ! ! 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 16308 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 J2213+2910_S_a] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=1.006409Jy sigma=8.606879 ! Fit after self-cal, rms=0.959366Jy sigma=8.209104 ! 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.69 mas, bmaj=5.921 mas, bpa=-7.654 degrees ! Estimated noise=1.29301 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.032677 Jy ! Component: 100 - total flux cleaned = 0.0400237 Jy ! Total flux subtracted in 100 components = 0.0400237 Jy ! Clean residual min=-0.002919 max=0.003262 Jy/beam ! Clean residual mean=-0.000001 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.0400237 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0400237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068778Jy sigma=0.479822 ! Fit after self-cal, rms=0.066694Jy sigma=0.459045 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00555528 Jy ! Component: 100 - total flux cleaned = 0.00765827 Jy ! Total flux subtracted in 100 components = 0.00765827 Jy ! Clean residual min=-0.002639 max=0.002414 Jy/beam ! Clean residual mean=0.000000 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.047682 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 13 components and 0.047682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066254Jy sigma=0.455398 ! Fit after self-cal, rms=0.066277Jy sigma=0.455331 ! 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.35 mas, bmaj=6.715 mas, bpa=-7.554 degrees ! Estimated noise=0.677839 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.00108442 Jy ! Component: 100 - total flux cleaned = 0.00143686 Jy ! Component: 150 - total flux cleaned = 0.00145872 Jy ! Component: 200 - total flux cleaned = 0.00149858 Jy ! Total flux subtracted in 200 components = 0.00149858 Jy ! Clean residual min=-0.001786 max=0.001649 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.0491806 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 23 components and 0.0491806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066242Jy sigma=0.455197 ! Fit after self-cal, rms=0.066254Jy sigma=0.455166 ! 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.35 x 6.715 at -7.554 degrees (North through East) ! Clean map min=-0.0017234 max=0.045558 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 0.99 KP 0.93 ! LA 1.02 MK 0.99 NL 1.04 OV 1.03 ! SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.96 HN 1.02 KP 1.07 ! LA 1.00 MK 1.03 NL 0.91 OV 1.09 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.06 HN 1.05 KP 1.03 ! LA 0.99 MK 0.98 NL 0.93 OV 1.07 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.066254Jy sigma=0.455166 ! Fit after self-cal, rms=0.064848Jy sigma=0.454423 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=6.677 mas, bpa=-7.501 degrees ! Estimated noise=0.680918 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.000643072 Jy ! Component: 100 - total flux cleaned = 0.000914119 Jy ! Component: 150 - total flux cleaned = 0.000978039 Jy ! Component: 200 - total flux cleaned = 0.00101246 Jy ! Total flux subtracted in 200 components = 0.00101246 Jy ! Clean residual min=-0.001642 max=0.001604 Jy/beam ! Clean residual mean=0.000003 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.050193 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 25 components and 0.050193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064836Jy sigma=0.454377 ! Fit after self-cal, rms=0.064825Jy sigma=0.454275 ! 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.064825Jy sigma=0.454275 ! Fit after self-cal, rms=0.062545Jy sigma=0.452648 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=6.667 mas, bpa=-7.977 degrees ! Estimated noise=0.680472 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.87615e-05 Jy ! Component: 100 - total flux cleaned = 5.13551e-06 Jy ! Component: 150 - total flux cleaned = -1.37867e-05 Jy ! Component: 200 - total flux cleaned = -1.41409e-05 Jy ! Total flux subtracted in 200 components = -1.41409e-05 Jy ! Clean residual min=-0.001241 max=0.001356 Jy/beam ! Clean residual mean=0.000002 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.0501789 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 34 components and 0.0501789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062539Jy sigma=0.452625 ! Fit after self-cal, rms=0.062548Jy sigma=0.452429 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 (99.5, -17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102687 Jy ! Component: 100 - total flux cleaned = 0.00112323 Jy ! Component: 150 - total flux cleaned = 0.00114668 Jy ! Component: 200 - total flux cleaned = 0.00124822 Jy ! Total flux subtracted in 200 components = 0.00124822 Jy ! Clean residual min=-0.001266 max=0.001187 Jy/beam ! Clean residual mean=0.000002 rms=0.000289 Jy/beam ! Combined flux in latest and established models = 0.0514271 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 54 components and 0.0514271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062515Jy sigma=0.452151 ! Fit after self-cal, rms=0.062516Jy sigma=0.452115 ! 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.062516Jy sigma=0.452115 ! Fit after self-cal, rms=0.062813Jy sigma=0.452078 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=6.667 mas, bpa=-7.864 degrees ! Estimated noise=0.681186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308096 Jy ! Component: 100 - total flux cleaned = 0.000367762 Jy ! Component: 150 - total flux cleaned = 0.000439252 Jy ! Component: 200 - total flux cleaned = 0.000502429 Jy ! Total flux subtracted in 200 components = 0.000502429 Jy ! Clean residual min=-0.001228 max=0.001159 Jy/beam ! Clean residual mean=0.000001 rms=0.000284 Jy/beam ! Combined flux in latest and established models = 0.0519295 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 66 components and 0.0519295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062800Jy sigma=0.451987 ! Fit after self-cal, rms=0.062813Jy sigma=0.451948 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.000159722 Jy ! Component: 100 - total flux cleaned = 0.000252302 Jy ! Component: 150 - total flux cleaned = 0.000294239 Jy ! Component: 200 - total flux cleaned = 0.000320031 Jy ! Total flux subtracted in 200 components = 0.000320031 Jy ! Clean residual min=-0.001256 max=0.001169 Jy/beam ! Clean residual mean=0.000001 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.0522496 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.0522496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062806Jy sigma=0.451900 ! Fit after self-cal, rms=0.062801Jy sigma=0.451891 ! 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.062801Jy sigma=0.451891 ! Fit after self-cal, rms=0.062981Jy sigma=0.451881 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.054 mas, bmaj=9.557 mas, bpa=-8.163 degrees ! Estimated noise=0.811043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247949 Jy ! Component: 100 - total flux cleaned = 0.000427819 Jy ! Component: 150 - total flux cleaned = 0.000540528 Jy ! Component: 200 - total flux cleaned = 0.000626868 Jy ! Total flux subtracted in 200 components = 0.000626868 Jy ! Clean residual min=-0.001329 max=0.001006 Jy/beam ! Clean residual mean=0.000004 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0528764 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 81 components and 0.0528764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062980Jy sigma=0.451877 ! Fit after self-cal, rms=0.062977Jy sigma=0.451854 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.00012897 Jy ! Component: 100 - total flux cleaned = 0.000186318 Jy ! Component: 150 - total flux cleaned = 0.000229788 Jy ! Component: 200 - total flux cleaned = 0.000250067 Jy ! Total flux subtracted in 200 components = 0.000250067 Jy ! Clean residual min=-0.001316 max=0.001015 Jy/beam ! Clean residual mean=0.000004 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0531265 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.0531265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062977Jy sigma=0.451855 ! Fit after self-cal, rms=0.062977Jy sigma=0.451846 ! 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.358 mas, bmaj=6.664 mas, bpa=-7.765 degrees ! Estimated noise=0.683489 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.358 x 6.664 at -7.765 degrees (North through East) ! Clean map min=-0.0011343 max=0.045858 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.691 mas, bmaj=5.9 mas, bpa=-8.444 degrees ! Estimated noise=1.30751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0360161 Jy ! Component: 100 - total flux cleaned = 0.0445311 Jy ! Component: 150 - total flux cleaned = 0.047353 Jy ! Component: 200 - total flux cleaned = 0.0483189 Jy ! Total flux subtracted in 200 components = 0.0483189 Jy ! Clean residual min=-0.002341 max=0.002150 Jy/beam ! Clean residual mean=-0.000001 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.0483189 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0483189 Jy ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=6.664 mas, bpa=-7.765 degrees ! Estimated noise=0.683489 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.00157831 Jy ! Component: 100 - total flux cleaned = 0.00220646 Jy ! Component: 150 - total flux cleaned = 0.00257568 Jy ! Component: 200 - total flux cleaned = 0.00286318 Jy ! Total flux subtracted in 200 components = 0.00286318 Jy ! Clean residual min=-0.001206 max=0.001102 Jy/beam ! Clean residual mean=0.000001 rms=0.000294 Jy/beam ! Combined flux in latest and established models = 0.0511821 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 31 components and 0.0511821 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.054 mas, bmaj=9.557 mas, bpa=-8.163 degrees ! Estimated noise=0.811043 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000644377 Jy ! Component: 100 - total flux cleaned = 0.00100408 Jy ! Component: 150 - total flux cleaned = 0.00127918 Jy ! Component: 200 - total flux cleaned = 0.00146443 Jy ! Total flux subtracted in 200 components = 0.00146443 Jy ! Clean residual min=-0.001340 max=0.000984 Jy/beam ! Clean residual mean=0.000003 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0526466 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 = 9.0842e-05 Jy ! Component: 100 - total flux cleaned = 0.000159228 Jy ! Component: 150 - total flux cleaned = 0.000218907 Jy ! Component: 200 - total flux cleaned = 0.000272158 Jy ! Total flux subtracted in 200 components = 0.000272158 Jy ! Clean residual min=-0.001322 max=0.000996 Jy/beam ! Clean residual mean=0.000004 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0529187 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 59 components and 0.0529187 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.358 mas, bmaj=6.664 mas, bpa=-7.765 degrees ! Estimated noise=0.683489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253423 Jy ! Component: 100 - total flux cleaned = -0.000234763 Jy ! Component: 150 - total flux cleaned = -0.000183497 Jy ! Component: 200 - total flux cleaned = -0.000167966 Jy ! Total flux subtracted in 200 components = -0.000167966 Jy ! Clean residual min=-0.001226 max=0.001127 Jy/beam ! Clean residual mean=0.000002 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.0527507 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 76 components and 0.0527507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062986Jy sigma=0.451892 ! Fit after self-cal, rms=0.062979Jy sigma=0.451882 wmodel J2213+2910_S_a_map.mod ! Writing 76 model components to file: J2213+2910_S_a_map.mod wobs J2213+2910_S_a_uvs.fits ! Writing UV FITS file: J2213+2910_S_a_uvs.fits wwins J2213+2910_S_a_map.win ! wwins: Wrote 2 windows to J2213+2910_S_a_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000353204 Jy ! Component: 100 - total flux cleaned = -0.000513543 Jy ! Component: 150 - total flux cleaned = -0.000627109 Jy ! Component: 200 - total flux cleaned = -0.000682023 Jy ! Component: 250 - total flux cleaned = -0.000751883 Jy ! Component: 300 - total flux cleaned = -0.000803315 Jy ! Component: 350 - total flux cleaned = -0.000886132 Jy ! Component: 400 - total flux cleaned = -0.000902252 Jy ! Component: 450 - total flux cleaned = -0.000966199 Jy ! Component: 500 - total flux cleaned = -0.000981982 Jy ! Component: 550 - total flux cleaned = -0.000997609 Jy ! Component: 600 - total flux cleaned = -0.000997674 Jy ! Component: 650 - total flux cleaned = -0.0010128 Jy ! Component: 700 - total flux cleaned = -0.00102768 Jy ! Component: 750 - total flux cleaned = -0.00109987 Jy ! Component: 800 - total flux cleaned = -0.00107142 Jy ! Component: 850 - total flux cleaned = -0.00107171 Jy ! Component: 900 - total flux cleaned = -0.0011134 Jy ! Component: 950 - total flux cleaned = -0.0011132 Jy ! Component: 1000 - total flux cleaned = -0.00108646 Jy ! Component: 1050 - total flux cleaned = -0.00107325 Jy ! Component: 1100 - total flux cleaned = -0.00107327 Jy ! Component: 1150 - total flux cleaned = -0.00109908 Jy ! Component: 1200 - total flux cleaned = -0.00112443 Jy ! Component: 1250 - total flux cleaned = -0.00113684 Jy ! Component: 1300 - total flux cleaned = -0.00107423 Jy ! Component: 1350 - total flux cleaned = -0.0011487 Jy ! Component: 1400 - total flux cleaned = -0.0011855 Jy ! Component: 1450 - total flux cleaned = -0.00118558 Jy ! Component: 1500 - total flux cleaned = -0.00128147 Jy ! Component: 1550 - total flux cleaned = -0.00130509 Jy ! Component: 1600 - total flux cleaned = -0.00134004 Jy ! Component: 1650 - total flux cleaned = -0.00137492 Jy ! Component: 1700 - total flux cleaned = -0.00144414 Jy ! Component: 1750 - total flux cleaned = -0.00142149 Jy ! Component: 1800 - total flux cleaned = -0.00148936 Jy ! Component: 1850 - total flux cleaned = -0.00154556 Jy ! Component: 1900 - total flux cleaned = -0.00159 Jy ! Component: 1950 - total flux cleaned = -0.00163413 Jy ! Component: 2000 - total flux cleaned = -0.00167776 Jy ! Component: 2050 - total flux cleaned = -0.00175332 Jy ! Component: 2100 - total flux cleaned = -0.0018069 Jy ! Component: 2150 - total flux cleaned = -0.00189198 Jy ! Component: 2200 - total flux cleaned = -0.00191297 Jy ! Component: 2250 - total flux cleaned = -0.00195479 Jy ! Component: 2300 - total flux cleaned = -0.0020377 Jy ! Component: 2350 - total flux cleaned = -0.00209943 Jy ! Component: 2400 - total flux cleaned = -0.00215043 Jy ! Component: 2450 - total flux cleaned = -0.00217066 Jy ! Component: 2500 - total flux cleaned = -0.0022209 Jy ! Component: 2550 - total flux cleaned = -0.00227075 Jy ! Component: 2600 - total flux cleaned = -0.00228068 Jy ! Component: 2650 - total flux cleaned = -0.00232998 Jy ! Component: 2700 - total flux cleaned = -0.00236903 Jy ! Component: 2750 - total flux cleaned = -0.00242706 Jy ! Component: 2800 - total flux cleaned = -0.00243666 Jy ! Component: 2850 - total flux cleaned = -0.0024558 Jy ! Component: 2900 - total flux cleaned = -0.00254107 Jy ! Component: 2950 - total flux cleaned = -0.0025317 Jy ! Component: 3000 - total flux cleaned = -0.0025973 Jy ! Component: 3050 - total flux cleaned = -0.00260661 Jy ! Component: 3100 - total flux cleaned = -0.00266195 Jy ! Component: 3150 - total flux cleaned = -0.00267105 Jy ! Component: 3200 - total flux cleaned = -0.00269842 Jy ! Component: 3250 - total flux cleaned = -0.00275287 Jy ! Component: 3300 - total flux cleaned = -0.00277985 Jy ! Component: 3350 - total flux cleaned = -0.0027621 Jy ! Component: 3400 - total flux cleaned = -0.00281553 Jy ! Component: 3450 - total flux cleaned = -0.00289521 Jy ! Component: 3500 - total flux cleaned = -0.00293922 Jy ! Component: 3550 - total flux cleaned = -0.00298298 Jy ! Component: 3600 - total flux cleaned = -0.00295681 Jy ! Component: 3650 - total flux cleaned = -0.00300874 Jy ! Component: 3700 - total flux cleaned = -0.00302585 Jy ! Component: 3750 - total flux cleaned = -0.00306003 Jy ! Component: 3800 - total flux cleaned = -0.0030516 Jy ! Component: 3850 - total flux cleaned = -0.00311082 Jy ! Component: 3900 - total flux cleaned = -0.00314453 Jy ! Component: 3950 - total flux cleaned = -0.00313616 Jy ! Component: 4000 - total flux cleaned = -0.00317776 Jy ! Component: 4050 - total flux cleaned = -0.00321083 Jy ! Total flux subtracted in 4096 components = -0.00325198 Jy ! Clean residual min=-0.000476 max=0.000527 Jy/beam ! Clean residual mean=0.000000 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0494988 Jy keep ! Adding 269 model components to the UV plane model. ! The established model now contains 345 components and 0.0494988 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2213+2910_S_a_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.358 x 6.664 at -7.765 degrees (North through East) ! Clean map min=-0.00090787 max=0.045818 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2213+2910_S_a_map.fits wmodel /image_prod/ug002_uva//J2213+2910_S_a_map.mod ! Writing 345 model components to file: /image_prod/ug002_uva//J2213+2910_S_a_map.mod wobs /image_prod/ug002_uva//J2213+2910_S_a_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2213+2910_S_a_uvs.fits wwins /image_prod/ug002_uva//J2213+2910_S_a_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2213+2910_S_a_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0458176 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143915 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.942314 0.942314 1.88463 3.76926 7.53852 15.077 30.1541 60.3081 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.045 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 318.365 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2213+2910_S_a_dfm.log closed on Thu Mar 5 05:33:56 2020