! Started logfile: /image_prod/ug002_uva//J2100+2615_S_dfm.log on Thu Mar 5 05:02:05 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//J2100+2615_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2100+2615_S_uva.fits ! AN table 1: 75 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.830476 visibilities/baseline/integration-bin. ! Found source: J2100+2615 ! ! 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 5232 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 J2100+2615_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024103Jy sigma=8.752209 ! Fit after self-cal, rms=0.850427Jy sigma=7.258172 ! 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.873 mas, bmaj=9.283 mas, bpa=-22.66 degrees ! Estimated noise=1.66109 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.112794 Jy ! Component: 100 - total flux cleaned = 0.147042 Jy ! Total flux subtracted in 100 components = 0.147042 Jy ! Clean residual min=-0.007582 max=0.014747 Jy/beam ! Clean residual mean=-0.000038 rms=0.002396 Jy/beam ! Combined flux in latest and established models = 0.147042 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.147042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.066148Jy sigma=0.516608 ! Fit after self-cal, rms=0.066086Jy sigma=0.516333 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155813 Jy ! Component: 100 - total flux cleaned = 0.0231786 Jy ! Total flux subtracted in 100 components = 0.0231786 Jy ! Clean residual min=-0.005822 max=0.006901 Jy/beam ! Clean residual mean=-0.000014 rms=0.001646 Jy/beam ! Combined flux in latest and established models = 0.170221 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 25 components and 0.170221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062714Jy sigma=0.478049 ! Fit after self-cal, rms=0.062689Jy sigma=0.477929 ! 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.447 mas, bmaj=9.578 mas, bpa=-22.2 degrees ! Estimated noise=1.18908 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.00486431 Jy ! Component: 100 - total flux cleaned = 0.00824713 Jy ! Component: 150 - total flux cleaned = 0.0107112 Jy ! Component: 200 - total flux cleaned = 0.0118575 Jy ! Total flux subtracted in 200 components = 0.0118575 Jy ! Clean residual min=-0.005967 max=0.006381 Jy/beam ! Clean residual mean=0.000006 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.182078 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 51 components and 0.182078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.062316Jy sigma=0.472321 ! Fit after self-cal, rms=0.062318Jy sigma=0.472271 ! 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.447 x 9.578 at -22.2 degrees (North through East) ! Clean map min=-0.0058865 max=0.14953 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 0.97 KP 0.96 ! LA 1.01 MK 1.05 NL 1.04 OV 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 0.94 KP 1.00 ! LA 1.01 MK 1.04 NL 1.06 OV 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 0.94 KP 0.98 ! LA 1.04 MK 1.00 NL 1.04 OV 1.00 ! ! ! Fit before self-cal, rms=0.062318Jy sigma=0.472271 ! Fit after self-cal, rms=0.060860Jy sigma=0.464332 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.463 mas, bmaj=9.552 mas, bpa=-22.07 degrees ! Estimated noise=1.17853 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.00127436 Jy ! Component: 100 - total flux cleaned = 0.00151947 Jy ! Component: 150 - total flux cleaned = 0.00151774 Jy ! Component: 200 - total flux cleaned = 0.00144355 Jy ! Total flux subtracted in 200 components = 0.00144355 Jy ! Clean residual min=-0.005450 max=0.005880 Jy/beam ! Clean residual mean=-0.000001 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.183522 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.183522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060768Jy sigma=0.463855 ! Fit after self-cal, rms=0.060794Jy sigma=0.463771 ! 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.060794Jy sigma=0.463771 ! Fit after self-cal, rms=0.060010Jy sigma=0.442814 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=9.548 mas, bpa=-22.27 degrees ! Estimated noise=1.18326 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000358899 Jy ! Component: 100 - total flux cleaned = 0.000446486 Jy ! Component: 150 - total flux cleaned = 0.000445742 Jy ! Component: 200 - total flux cleaned = 0.000512145 Jy ! Total flux subtracted in 200 components = 0.000512145 Jy ! Clean residual min=-0.002699 max=0.002972 Jy/beam ! Clean residual mean=-0.000002 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.184034 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 76 components and 0.184034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059987Jy sigma=0.442589 ! Fit after self-cal, rms=0.060053Jy sigma=0.442423 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 (20.5, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0031337 Jy ! Component: 100 - total flux cleaned = 0.00506611 Jy ! Component: 150 - total flux cleaned = 0.00585851 Jy ! Component: 200 - total flux cleaned = 0.00645001 Jy ! Total flux subtracted in 200 components = 0.00645001 Jy ! Clean residual min=-0.002444 max=0.002377 Jy/beam ! Clean residual mean=-0.000003 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.190484 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 124 components and 0.190484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059855Jy sigma=0.440622 ! Fit after self-cal, rms=0.059844Jy sigma=0.440542 ! 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.059844Jy sigma=0.440542 ! Fit after self-cal, rms=0.059880Jy sigma=0.440154 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=9.536 mas, bpa=-22.38 degrees ! Estimated noise=1.18015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001277 Jy ! Component: 100 - total flux cleaned = 0.00149056 Jy ! Component: 150 - total flux cleaned = 0.00178792 Jy ! Component: 200 - total flux cleaned = 0.00208609 Jy ! Total flux subtracted in 200 components = 0.00208609 Jy ! Clean residual min=-0.002195 max=0.002035 Jy/beam ! Clean residual mean=-0.000004 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.19257 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 152 components and 0.19257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059822Jy sigma=0.439666 ! Fit after self-cal, rms=0.059826Jy sigma=0.439651 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.000219123 Jy ! Component: 100 - total flux cleaned = 0.000528552 Jy ! Component: 150 - total flux cleaned = 0.000733451 Jy ! Component: 200 - total flux cleaned = 0.000924156 Jy ! Total flux subtracted in 200 components = 0.000924156 Jy ! Clean residual min=-0.002110 max=0.001896 Jy/beam ! Clean residual mean=-0.000004 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.193494 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 165 components and 0.193494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059801Jy sigma=0.439469 ! Fit after self-cal, rms=0.059800Jy sigma=0.439465 ! 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.059800Jy sigma=0.439465 ! Fit after self-cal, rms=0.059789Jy sigma=0.439398 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.615 mas, bmaj=10.5 mas, bpa=-22.16 degrees ! Estimated noise=1.39981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000929579 Jy ! Component: 100 - total flux cleaned = 0.00144443 Jy ! Component: 150 - total flux cleaned = 0.00186043 Jy ! Component: 200 - total flux cleaned = 0.00220509 Jy ! Total flux subtracted in 200 components = 0.00220509 Jy ! Clean residual min=-0.002113 max=0.001927 Jy/beam ! Clean residual mean=-0.000005 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.1957 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 194 components and 0.1957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059779Jy sigma=0.439277 ! Fit after self-cal, rms=0.059780Jy sigma=0.439267 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.000379419 Jy ! Component: 100 - total flux cleaned = 0.000559609 Jy ! Component: 150 - total flux cleaned = 0.000680829 Jy ! Component: 200 - total flux cleaned = 0.000734265 Jy ! Total flux subtracted in 200 components = 0.000734265 Jy ! Clean residual min=-0.002044 max=0.001923 Jy/beam ! Clean residual mean=-0.000005 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.196434 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 201 components and 0.196434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059779Jy sigma=0.439237 ! Fit after self-cal, rms=0.059778Jy sigma=0.439234 ! 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.456 mas, bmaj=9.527 mas, bpa=-22.42 degrees ! Estimated noise=1.1797 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.456 x 9.527 at -22.42 degrees (North through East) ! Clean map min=-0.0019512 max=0.14864 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.89 mas, bmaj=9.199 mas, bpa=-22.87 degrees ! Estimated noise=1.64318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11144 Jy ! Component: 100 - total flux cleaned = 0.144693 Jy ! Component: 150 - total flux cleaned = 0.159647 Jy ! Component: 200 - total flux cleaned = 0.167159 Jy ! Total flux subtracted in 200 components = 0.167159 Jy ! Clean residual min=-0.003481 max=0.003689 Jy/beam ! Clean residual mean=-0.000020 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.167159 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.167159 Jy ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=9.527 mas, bpa=-22.42 degrees ! Estimated noise=1.1797 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.00561724 Jy ! Component: 100 - total flux cleaned = 0.00951105 Jy ! Component: 150 - total flux cleaned = 0.0124882 Jy ! Component: 200 - total flux cleaned = 0.0148576 Jy ! Total flux subtracted in 200 components = 0.0148576 Jy ! Clean residual min=-0.002411 max=0.002302 Jy/beam ! Clean residual mean=-0.000010 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.182016 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 62 components and 0.182016 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.615 mas, bmaj=10.5 mas, bpa=-22.16 degrees ! Estimated noise=1.39981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311246 Jy ! Component: 100 - total flux cleaned = 0.00523606 Jy ! Component: 150 - total flux cleaned = 0.00654713 Jy ! Component: 200 - total flux cleaned = 0.00773991 Jy ! Total flux subtracted in 200 components = 0.00773991 Jy ! Clean residual min=-0.002262 max=0.001917 Jy/beam ! Clean residual mean=-0.000011 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.189756 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000998741 Jy ! Component: 100 - total flux cleaned = 0.00180597 Jy ! Component: 150 - total flux cleaned = 0.00252996 Jy ! Component: 200 - total flux cleaned = 0.00309284 Jy ! Total flux subtracted in 200 components = 0.00309284 Jy ! Clean residual min=-0.002002 max=0.001872 Jy/beam ! Clean residual mean=-0.000008 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.192849 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 125 components and 0.192849 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=9.527 mas, bpa=-22.42 degrees ! Estimated noise=1.1797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000180592 Jy ! Component: 100 - total flux cleaned = 0.000711376 Jy ! Component: 150 - total flux cleaned = 0.00101951 Jy ! Component: 200 - total flux cleaned = 0.00115799 Jy ! Total flux subtracted in 200 components = 0.00115799 Jy ! Clean residual min=-0.002069 max=0.002012 Jy/beam ! Clean residual mean=-0.000004 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.194007 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 146 components and 0.194007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059797Jy sigma=0.439416 ! Fit after self-cal, rms=0.059790Jy sigma=0.439385 wmodel J2100+2615_S_map.mod ! Writing 146 model components to file: J2100+2615_S_map.mod wobs J2100+2615_S_uvs.fits ! Writing UV FITS file: J2100+2615_S_uvs.fits wwins J2100+2615_S_map.win ! wwins: Wrote 2 windows to J2100+2615_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.000329857 Jy ! Component: 100 - total flux cleaned = -0.000452469 Jy ! Component: 150 - total flux cleaned = -0.000711222 Jy ! Component: 200 - total flux cleaned = -0.000819811 Jy ! Component: 250 - total flux cleaned = -0.000845868 Jy ! Component: 300 - total flux cleaned = -0.000821031 Jy ! Component: 350 - total flux cleaned = -0.00086984 Jy ! Component: 400 - total flux cleaned = -0.000823045 Jy ! Component: 450 - total flux cleaned = -0.00089133 Jy ! Component: 500 - total flux cleaned = -0.000891254 Jy ! Component: 550 - total flux cleaned = -0.000955709 Jy ! Component: 600 - total flux cleaned = -0.00103996 Jy ! Component: 650 - total flux cleaned = -0.000977734 Jy ! Component: 700 - total flux cleaned = -0.00103811 Jy ! Component: 750 - total flux cleaned = -0.00105679 Jy ! Component: 800 - total flux cleaned = -0.00101804 Jy ! Component: 850 - total flux cleaned = -0.00107427 Jy ! Component: 900 - total flux cleaned = -0.00107362 Jy ! Component: 950 - total flux cleaned = -0.00110918 Jy ! Component: 1000 - total flux cleaned = -0.00114417 Jy ! Component: 1050 - total flux cleaned = -0.0011614 Jy ! Component: 1100 - total flux cleaned = -0.00119586 Jy ! Component: 1150 - total flux cleaned = -0.00122944 Jy ! Component: 1200 - total flux cleaned = -0.00126211 Jy ! Component: 1250 - total flux cleaned = -0.00119801 Jy ! Component: 1300 - total flux cleaned = -0.00122994 Jy ! Component: 1350 - total flux cleaned = -0.00121437 Jy ! Component: 1400 - total flux cleaned = -0.00130641 Jy ! Component: 1450 - total flux cleaned = -0.00133673 Jy ! Component: 1500 - total flux cleaned = -0.00130708 Jy ! Component: 1550 - total flux cleaned = -0.00136603 Jy ! Component: 1600 - total flux cleaned = -0.00142411 Jy ! Component: 1650 - total flux cleaned = -0.00140963 Jy ! Component: 1700 - total flux cleaned = -0.00140956 Jy ! Component: 1750 - total flux cleaned = -0.00145138 Jy ! Component: 1800 - total flux cleaned = -0.00146521 Jy ! Component: 1850 - total flux cleaned = -0.00149258 Jy ! Component: 1900 - total flux cleaned = -0.00158721 Jy ! Component: 1950 - total flux cleaned = -0.00161394 Jy ! Component: 2000 - total flux cleaned = -0.00168038 Jy ! Component: 2050 - total flux cleaned = -0.00166724 Jy ! Component: 2100 - total flux cleaned = -0.00175818 Jy ! Component: 2150 - total flux cleaned = -0.00177081 Jy ! Component: 2200 - total flux cleaned = -0.00183446 Jy ! Component: 2250 - total flux cleaned = -0.00187207 Jy ! Component: 2300 - total flux cleaned = -0.00187188 Jy ! Component: 2350 - total flux cleaned = -0.00195859 Jy ! Component: 2400 - total flux cleaned = -0.00199522 Jy ! Component: 2450 - total flux cleaned = -0.00206769 Jy ! Component: 2500 - total flux cleaned = -0.00211557 Jy ! Component: 2550 - total flux cleaned = -0.00217497 Jy ! Component: 2600 - total flux cleaned = -0.00218676 Jy ! Component: 2650 - total flux cleaned = -0.00227994 Jy ! Component: 2700 - total flux cleaned = -0.0023146 Jy ! Component: 2750 - total flux cleaned = -0.00237175 Jy ! Component: 2800 - total flux cleaned = -0.00240589 Jy ! Component: 2850 - total flux cleaned = -0.00248442 Jy ! Component: 2900 - total flux cleaned = -0.00251774 Jy ! Component: 2950 - total flux cleaned = -0.00256178 Jy ! Component: 3000 - total flux cleaned = -0.00260568 Jy ! Component: 3050 - total flux cleaned = -0.00259482 Jy ! Component: 3100 - total flux cleaned = -0.00264874 Jy ! Component: 3150 - total flux cleaned = -0.00271278 Jy ! Component: 3200 - total flux cleaned = -0.00274451 Jy ! Component: 3250 - total flux cleaned = -0.00276555 Jy ! Component: 3300 - total flux cleaned = -0.00283852 Jy ! Component: 3350 - total flux cleaned = -0.00285906 Jy ! Component: 3400 - total flux cleaned = -0.00284884 Jy ! Component: 3450 - total flux cleaned = -0.00285903 Jy ! Component: 3500 - total flux cleaned = -0.00289949 Jy ! Component: 3550 - total flux cleaned = -0.00294961 Jy ! Component: 3600 - total flux cleaned = -0.00298948 Jy ! Component: 3650 - total flux cleaned = -0.00295979 Jy ! Component: 3700 - total flux cleaned = -0.00299916 Jy ! Component: 3750 - total flux cleaned = -0.00300901 Jy ! Component: 3800 - total flux cleaned = -0.00300893 Jy ! Component: 3850 - total flux cleaned = -0.0030089 Jy ! Component: 3900 - total flux cleaned = -0.00299938 Jy ! Component: 3950 - total flux cleaned = -0.00296133 Jy ! Component: 4000 - total flux cleaned = -0.00295187 Jy ! Component: 4050 - total flux cleaned = -0.00291416 Jy ! Total flux subtracted in 4096 components = -0.00293294 Jy ! Clean residual min=-0.000514 max=0.000549 Jy/beam ! Clean residual mean=0.000000 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.191074 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 443 components and 0.191074 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2100+2615_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.456 x 9.527 at -22.42 degrees (North through East) ! Clean map min=-0.0013238 max=0.14845 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2100+2615_S_map.fits wmodel /image_prod/ug002_uva//J2100+2615_S_map.mod ! Writing 443 model components to file: /image_prod/ug002_uva//J2100+2615_S_map.mod wobs /image_prod/ug002_uva//J2100+2615_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2100+2615_S_uvs.fits wwins /image_prod/ug002_uva//J2100+2615_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J2100+2615_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.148447 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167281 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.33806 0.33806 0.676121 1.35224 2.70448 5.40897 10.8179 21.6359 43.2717 86.5435 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.148 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 887.415 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2100+2615_S_dfm.log closed on Thu Mar 5 05:02:09 2020