! Started logfile: /image_prod/ug002_uva//J0022+0608_S_b_dfm.log on Wed Mar 4 18:25:50 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//J0022+0608_S_b_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0022+0608_S_b_uva.fits ! AN table 1: 6 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J0022+0608 ! ! There are 3 IFs, and a total of 3 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 729 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 J0022+0608_S_b] 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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.056079Jy sigma=14.033627 ! Fit after self-cal, rms=0.700940Jy sigma=8.870263 ! 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=3.147 mas, bmaj=7.378 mas, bpa=5.437 degrees ! Estimated noise=2.48923 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.250044 Jy ! Component: 100 - total flux cleaned = 0.322351 Jy ! Total flux subtracted in 100 components = 0.322351 Jy ! Clean residual min=-0.020720 max=0.040455 Jy/beam ! Clean residual mean=0.000039 rms=0.006773 Jy/beam ! Combined flux in latest and established models = 0.322351 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.322351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.105124Jy sigma=1.168806 ! Fit after self-cal, rms=0.097701Jy sigma=1.116834 ! 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.61 mas, bmaj=8.148 mas, bpa=4.155 degrees ! Estimated noise=2.1205 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.5, -41). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0334035 Jy ! Component: 100 - total flux cleaned = 0.03718 Jy ! Component: 150 - total flux cleaned = 0.0383213 Jy ! Component: 200 - total flux cleaned = 0.0387642 Jy ! Total flux subtracted in 200 components = 0.0387642 Jy ! Clean residual min=-0.015086 max=0.016644 Jy/beam ! Clean residual mean=-0.000014 rms=0.003450 Jy/beam ! Combined flux in latest and established models = 0.361115 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 36 components and 0.361115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.082808Jy sigma=0.910625 ! Fit after self-cal, rms=0.082591Jy sigma=0.906558 ! 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.61 x 8.148 at 4.155 degrees (North through East) ! Clean map min=-0.014623 max=0.31801 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 0.90 KP 0.96 ! LA 1.02 MK 1.84 NL 0.95 OV 0.95 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.01 HN 0.93 KP 0.95 ! LA 0.99 MK 1.42 NL 1.10 OV 0.96 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 0.93 KP 0.88 ! LA 1.02 MK 1.65 NL 0.95 OV 0.97 ! PT 1.04 SC 1.07 ! ! ! Fit before self-cal, rms=0.082591Jy sigma=0.906558 ! Fit after self-cal, rms=0.094918Jy sigma=0.779519 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.762 mas, bmaj=8.353 mas, bpa=6.362 degrees ! Estimated noise=2.14446 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.00250157 Jy ! Component: 100 - total flux cleaned = -0.00336131 Jy ! Component: 150 - total flux cleaned = -0.0038064 Jy ! Component: 200 - total flux cleaned = -0.00393672 Jy ! Total flux subtracted in 200 components = -0.00393672 Jy ! Clean residual min=-0.010382 max=0.006441 Jy/beam ! Clean residual mean=-0.000010 rms=0.001719 Jy/beam ! Combined flux in latest and established models = 0.357179 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 52 components and 0.357179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.094160Jy sigma=0.770124 ! Fit after self-cal, rms=0.094283Jy sigma=0.769695 ! 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.094283Jy sigma=0.769695 ! Fit after self-cal, rms=0.096836Jy sigma=0.769238 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.772 mas, bmaj=8.372 mas, bpa=6.543 degrees ! Estimated noise=2.14488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00180004 Jy ! Component: 100 - total flux cleaned = -0.00206776 Jy ! Component: 150 - total flux cleaned = -0.00219245 Jy ! Component: 200 - total flux cleaned = -0.00219659 Jy ! Total flux subtracted in 200 components = -0.00219659 Jy ! Clean residual min=-0.009023 max=0.006270 Jy/beam ! Clean residual mean=-0.000010 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.354982 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.354982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096309Jy sigma=0.763861 ! Fit after self-cal, rms=0.096314Jy sigma=0.763755 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.000225288 Jy ! Component: 100 - total flux cleaned = -0.00013288 Jy ! Component: 150 - total flux cleaned = -0.000134144 Jy ! Component: 200 - total flux cleaned = -0.000132983 Jy ! Total flux subtracted in 200 components = -0.000132983 Jy ! Clean residual min=-0.008390 max=0.006163 Jy/beam ! Clean residual mean=-0.000010 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.354849 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 67 components and 0.354849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.096040Jy sigma=0.761188 ! Fit after self-cal, rms=0.096039Jy sigma=0.761144 ! 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.096039Jy sigma=0.761144 ! Fit after self-cal, rms=0.099264Jy sigma=0.760621 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.784 mas, bmaj=8.388 mas, bpa=6.785 degrees ! Estimated noise=2.14903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110404 Jy ! Component: 100 - total flux cleaned = -0.00120414 Jy ! Component: 150 - total flux cleaned = -0.00103285 Jy ! Component: 200 - total flux cleaned = -0.000952593 Jy ! Total flux subtracted in 200 components = -0.000952593 Jy ! Clean residual min=-0.007389 max=0.006110 Jy/beam ! Clean residual mean=-0.000010 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.353896 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.353896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098910Jy sigma=0.758190 ! Fit after self-cal, rms=0.098915Jy sigma=0.758124 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.000109724 Jy ! Component: 100 - total flux cleaned = -0.000107378 Jy ! Component: 150 - total flux cleaned = -0.000105035 Jy ! Component: 200 - total flux cleaned = -0.00010315 Jy ! Total flux subtracted in 200 components = -0.00010315 Jy ! Clean residual min=-0.007010 max=0.006036 Jy/beam ! Clean residual mean=-0.000010 rms=0.001427 Jy/beam ! Combined flux in latest and established models = 0.353793 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 81 components and 0.353793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.098703Jy sigma=0.756848 ! Fit after self-cal, rms=0.098701Jy sigma=0.756812 ! 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.098701Jy sigma=0.756812 ! Fit after self-cal, rms=0.101014Jy sigma=0.756511 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.584 mas, bmaj=12.16 mas, bpa=-7.214 degrees ! Estimated noise=2.40162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116678 Jy ! Component: 100 - total flux cleaned = -0.00128927 Jy ! Component: 150 - total flux cleaned = -0.00144116 Jy ! Component: 200 - total flux cleaned = -0.00157068 Jy ! Total flux subtracted in 200 components = -0.00157068 Jy ! Clean residual min=-0.005476 max=0.005165 Jy/beam ! Clean residual mean=-0.000018 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.352223 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 95 components and 0.352223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101018Jy sigma=0.755393 ! Fit after self-cal, rms=0.101018Jy sigma=0.755276 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.35108e-05 Jy ! Component: 100 - total flux cleaned = -9.58329e-05 Jy ! Component: 150 - total flux cleaned = -0.000229769 Jy ! Component: 200 - total flux cleaned = -0.000379043 Jy ! Total flux subtracted in 200 components = -0.000379043 Jy ! Clean residual min=-0.005291 max=0.005001 Jy/beam ! Clean residual mean=-0.000018 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.351844 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 101 components and 0.351844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.101018Jy sigma=0.754888 ! Fit after self-cal, rms=0.101018Jy sigma=0.754834 ! 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.792 mas, bmaj=8.399 mas, bpa=6.972 degrees ! Estimated noise=2.15168 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 8.399 at 6.972 degrees (North through East) ! Clean map min=-0.0079676 max=0.3219 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=3.3 mas, bmaj=7.594 mas, bpa=8.251 degrees ! Estimated noise=2.55802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.25869 Jy ! Component: 100 - total flux cleaned = 0.317861 Jy ! Component: 150 - total flux cleaned = 0.340543 Jy ! Component: 200 - total flux cleaned = 0.346129 Jy ! Total flux subtracted in 200 components = 0.346129 Jy ! Clean residual min=-0.008231 max=0.009096 Jy/beam ! Clean residual mean=0.000001 rms=0.002427 Jy/beam ! Combined flux in latest and established models = 0.346129 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.346129 Jy ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=8.399 mas, bpa=6.972 degrees ! Estimated noise=2.15168 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.00773145 Jy ! Component: 100 - total flux cleaned = 0.00821367 Jy ! Component: 150 - total flux cleaned = 0.00821785 Jy ! Component: 200 - total flux cleaned = 0.00805295 Jy ! Total flux subtracted in 200 components = 0.00805295 Jy ! Clean residual min=-0.005656 max=0.006207 Jy/beam ! Clean residual mean=-0.000011 rms=0.001554 Jy/beam ! Combined flux in latest and established models = 0.354182 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 61 components and 0.354182 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.584 mas, bmaj=12.16 mas, bpa=-7.214 degrees ! Estimated noise=2.40162 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000320691 Jy ! Component: 100 - total flux cleaned = -0.0013039 Jy ! Component: 150 - total flux cleaned = -0.00195927 Jy ! Component: 200 - total flux cleaned = -0.00209297 Jy ! Total flux subtracted in 200 components = -0.00209297 Jy ! Clean residual min=-0.005864 max=0.005413 Jy/beam ! Clean residual mean=-0.000017 rms=0.001523 Jy/beam ! Combined flux in latest and established models = 0.352089 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.000110988 Jy ! Component: 100 - total flux cleaned = -0.000204811 Jy ! Component: 150 - total flux cleaned = -0.000246679 Jy ! Component: 200 - total flux cleaned = -0.000246777 Jy ! Total flux subtracted in 200 components = -0.000246777 Jy ! Clean residual min=-0.005635 max=0.005243 Jy/beam ! Clean residual mean=-0.000017 rms=0.001493 Jy/beam ! Combined flux in latest and established models = 0.351842 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 96 components and 0.351842 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.792 mas, bmaj=8.399 mas, bpa=6.972 degrees ! Estimated noise=2.15168 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000679891 Jy ! Component: 100 - total flux cleaned = 3.25415e-05 Jy ! Component: 150 - total flux cleaned = 0.000564828 Jy ! Component: 200 - total flux cleaned = 0.000853031 Jy ! Total flux subtracted in 200 components = 0.000853031 Jy ! Clean residual min=-0.004928 max=0.005407 Jy/beam ! Clean residual mean=-0.000009 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.352695 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 105 components and 0.352695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.100888Jy sigma=0.755873 ! Fit after self-cal, rms=0.100764Jy sigma=0.755637 wmodel J0022+0608_S_b_map.mod ! Writing 105 model components to file: J0022+0608_S_b_map.mod wobs J0022+0608_S_b_uvs.fits ! Writing UV FITS file: J0022+0608_S_b_uvs.fits wwins J0022+0608_S_b_map.win ! wwins: Wrote 2 windows to J0022+0608_S_b_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.000534816 Jy ! Component: 100 - total flux cleaned = 0.000363416 Jy ! Component: 150 - total flux cleaned = 0.000112245 Jy ! Component: 200 - total flux cleaned = -0.000204684 Jy ! Component: 250 - total flux cleaned = -0.000586454 Jy ! Component: 300 - total flux cleaned = -0.000733027 Jy ! Component: 350 - total flux cleaned = -0.000949099 Jy ! Component: 400 - total flux cleaned = -0.00101878 Jy ! Component: 450 - total flux cleaned = -0.00108556 Jy ! Component: 500 - total flux cleaned = -0.00115149 Jy ! Component: 550 - total flux cleaned = -0.00127867 Jy ! Component: 600 - total flux cleaned = -0.00127828 Jy ! Component: 650 - total flux cleaned = -0.00103429 Jy ! Component: 700 - total flux cleaned = -0.000915613 Jy ! Component: 750 - total flux cleaned = -0.00091586 Jy ! Component: 800 - total flux cleaned = -0.000800929 Jy ! Component: 850 - total flux cleaned = -0.000689033 Jy ! Component: 900 - total flux cleaned = -0.000633876 Jy ! Component: 950 - total flux cleaned = -0.000633855 Jy ! Component: 1000 - total flux cleaned = -0.000633069 Jy ! Component: 1050 - total flux cleaned = -0.000632541 Jy ! Component: 1100 - total flux cleaned = -0.000684914 Jy ! Component: 1150 - total flux cleaned = -0.000889255 Jy ! Component: 1200 - total flux cleaned = -0.00088945 Jy ! Component: 1250 - total flux cleaned = -0.000989792 Jy ! Component: 1300 - total flux cleaned = -0.00118723 Jy ! Component: 1350 - total flux cleaned = -0.00123548 Jy ! Component: 1400 - total flux cleaned = -0.00137974 Jy ! Component: 1450 - total flux cleaned = -0.00147454 Jy ! Component: 1500 - total flux cleaned = -0.00166249 Jy ! Component: 1550 - total flux cleaned = -0.00175557 Jy ! Component: 1600 - total flux cleaned = -0.00184743 Jy ! Component: 1650 - total flux cleaned = -0.00189353 Jy ! Component: 1700 - total flux cleaned = -0.00184915 Jy ! Component: 1750 - total flux cleaned = -0.0019385 Jy ! Component: 1800 - total flux cleaned = -0.0019387 Jy ! Component: 1850 - total flux cleaned = -0.00185127 Jy ! Component: 1900 - total flux cleaned = -0.00185119 Jy ! Component: 1950 - total flux cleaned = -0.00172176 Jy ! Component: 2000 - total flux cleaned = -0.00163639 Jy ! Component: 2050 - total flux cleaned = -0.00167875 Jy ! Component: 2100 - total flux cleaned = -0.00159453 Jy ! Component: 2150 - total flux cleaned = -0.00159454 Jy ! Component: 2200 - total flux cleaned = -0.00176002 Jy ! Component: 2250 - total flux cleaned = -0.00175991 Jy ! Component: 2300 - total flux cleaned = -0.00188217 Jy ! Component: 2350 - total flux cleaned = -0.0019632 Jy ! Component: 2400 - total flux cleaned = -0.00208411 Jy ! Component: 2450 - total flux cleaned = -0.00212403 Jy ! Component: 2500 - total flux cleaned = -0.00224301 Jy ! Component: 2550 - total flux cleaned = -0.00228229 Jy ! Component: 2600 - total flux cleaned = -0.00228209 Jy ! Component: 2650 - total flux cleaned = -0.0023214 Jy ! Component: 2700 - total flux cleaned = -0.00236007 Jy ! Component: 2750 - total flux cleaned = -0.00243716 Jy ! Component: 2800 - total flux cleaned = -0.00255208 Jy ! Component: 2850 - total flux cleaned = -0.00259005 Jy ! Component: 2900 - total flux cleaned = -0.00270407 Jy ! Component: 2950 - total flux cleaned = -0.00274196 Jy ! Component: 3000 - total flux cleaned = -0.00285485 Jy ! Component: 3050 - total flux cleaned = -0.00289268 Jy ! Component: 3100 - total flux cleaned = -0.00296773 Jy ! Component: 3150 - total flux cleaned = -0.00296752 Jy ! Component: 3200 - total flux cleaned = -0.00307875 Jy ! Component: 3250 - total flux cleaned = -0.00311572 Jy ! Component: 3300 - total flux cleaned = -0.00318945 Jy ! Component: 3350 - total flux cleaned = -0.0031528 Jy ! Component: 3400 - total flux cleaned = -0.00318946 Jy ! Component: 3450 - total flux cleaned = -0.00315286 Jy ! Component: 3500 - total flux cleaned = -0.00311629 Jy ! Component: 3550 - total flux cleaned = -0.00311612 Jy ! Component: 3600 - total flux cleaned = -0.00300724 Jy ! Component: 3650 - total flux cleaned = -0.00300705 Jy ! Component: 3700 - total flux cleaned = -0.003007 Jy ! Component: 3750 - total flux cleaned = -0.00289872 Jy ! Component: 3800 - total flux cleaned = -0.00293475 Jy ! Component: 3850 - total flux cleaned = -0.00282672 Jy ! Component: 3900 - total flux cleaned = -0.00282675 Jy ! Component: 3950 - total flux cleaned = -0.00271869 Jy ! Component: 4000 - total flux cleaned = -0.00261067 Jy ! Component: 4050 - total flux cleaned = -0.00261062 Jy ! Total flux subtracted in 4096 components = -0.00253863 Jy ! Clean residual min=-0.002750 max=0.002095 Jy/beam ! Clean residual mean=-0.000005 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.350157 Jy keep ! Adding 215 model components to the UV plane model. ! The established model now contains 320 components and 0.350157 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0022+0608_S_b_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.792 x 8.399 at 6.972 degrees (North through East) ! Clean map min=-0.0080267 max=0.32486 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0022+0608_S_b_map.fits wmodel /image_prod/ug002_uva//J0022+0608_S_b_map.mod ! Writing 320 model components to file: /image_prod/ug002_uva//J0022+0608_S_b_map.mod wobs /image_prod/ug002_uva//J0022+0608_S_b_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0022+0608_S_b_uvs.fits wwins /image_prod/ug002_uva//J0022+0608_S_b_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0022+0608_S_b_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.324857 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000602807 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.556681 0.556681 1.11336 2.22673 4.45345 8.9069 17.8138 35.6276 71.2552 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.324 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 538.908 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0022+0608_S_b_dfm.log closed on Wed Mar 4 18:25:54 2020