! Started logfile: /image_prod/ug002_uva//J0350+5138_S_dfm.log on Wed Mar 4 20:03:34 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//J0350+5138_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0350+5138_S_uva.fits ! AN table 1: 60 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.468452 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0350+5138 ! ! 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 2361 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 J0350+5138_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.020411Jy sigma=8.063735 ! Fit after self-cal, rms=0.847447Jy sigma=6.723062 ! 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.961 mas, bmaj=6.479 mas, bpa=-39.91 degrees ! Estimated noise=3.34219 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.113206 Jy ! Component: 100 - total flux cleaned = 0.155489 Jy ! Total flux subtracted in 100 components = 0.155489 Jy ! Clean residual min=-0.010971 max=0.019419 Jy/beam ! Clean residual mean=0.000022 rms=0.003340 Jy/beam ! Combined flux in latest and established models = 0.155489 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.155489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.076404Jy sigma=0.544401 ! Fit after self-cal, rms=0.076359Jy sigma=0.543704 ! 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.82 mas, bmaj=6.982 mas, bpa=-36.55 degrees ! Estimated noise=1.89109 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.0275312 Jy ! Component: 100 - total flux cleaned = 0.0403094 Jy ! Component: 150 - total flux cleaned = 0.0476454 Jy ! Component: 200 - total flux cleaned = 0.0521529 Jy ! Total flux subtracted in 200 components = 0.0521529 Jy ! Clean residual min=-0.008180 max=0.006103 Jy/beam ! Clean residual mean=-0.000019 rms=0.001809 Jy/beam ! Combined flux in latest and established models = 0.207642 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 57 components and 0.207642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067832Jy sigma=0.447044 ! Fit after self-cal, rms=0.067823Jy sigma=0.446706 ! 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.82 x 6.982 at -36.55 degrees (North through East) ! Clean map min=-0.0080161 max=0.15222 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.01 KP 1.04 MK 1.01 ! NL 0.97 OV 0.85 PT 1.02 SC 1.01 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 KP 1.02 MK 1.03 ! NL 1.17 OV 0.90 PT 1.02 SC 1.50 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 KP 0.99 MK 0.98 ! NL 0.98 OV 0.86 PT 1.04 SC 0.86 ! ! ! Fit before self-cal, rms=0.067823Jy sigma=0.446706 ! Fit after self-cal, rms=0.069009Jy sigma=0.421970 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.86 mas, bmaj=7.047 mas, bpa=-36.26 degrees ! Estimated noise=1.88516 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.000157422 Jy ! Component: 100 - total flux cleaned = 0.000194125 Jy ! Component: 150 - total flux cleaned = 0.000248314 Jy ! Component: 200 - total flux cleaned = 0.000268922 Jy ! Total flux subtracted in 200 components = 0.000268922 Jy ! Clean residual min=-0.002978 max=0.003612 Jy/beam ! Clean residual mean=-0.000003 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.207911 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.207911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068979Jy sigma=0.421726 ! Fit after self-cal, rms=0.069086Jy sigma=0.421510 ! 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.069086Jy sigma=0.421510 ! Fit after self-cal, rms=0.069059Jy sigma=0.419941 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=7.04 mas, bpa=-36.07 degrees ! Estimated noise=1.88248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000301116 Jy ! Component: 100 - total flux cleaned = 0.000233452 Jy ! Component: 150 - total flux cleaned = 0.000172629 Jy ! Component: 200 - total flux cleaned = 0.000144968 Jy ! Total flux subtracted in 200 components = 0.000144968 Jy ! Clean residual min=-0.002794 max=0.003405 Jy/beam ! Clean residual mean=-0.000002 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.208056 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 74 components and 0.208056 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.069048Jy sigma=0.419896 ! Fit after self-cal, rms=0.069051Jy sigma=0.419879 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 (14.5, -8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00304922 Jy ! Component: 100 - total flux cleaned = 0.00406347 Jy ! Component: 150 - total flux cleaned = 0.00411168 Jy ! Component: 200 - total flux cleaned = 0.00411911 Jy ! Total flux subtracted in 200 components = 0.00411911 Jy ! Clean residual min=-0.002399 max=0.002494 Jy/beam ! Clean residual mean=-0.000006 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.212175 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.212175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068867Jy sigma=0.418673 ! Fit after self-cal, rms=0.068835Jy sigma=0.418559 ! 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.068835Jy sigma=0.418559 ! Fit after self-cal, rms=0.068644Jy sigma=0.418449 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.841 mas, bmaj=7.016 mas, bpa=-35.98 degrees ! Estimated noise=1.87452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00111874 Jy ! Component: 100 - total flux cleaned = 0.00134231 Jy ! Component: 150 - total flux cleaned = 0.00136799 Jy ! Component: 200 - total flux cleaned = 0.00141615 Jy ! Total flux subtracted in 200 components = 0.00141615 Jy ! Clean residual min=-0.002181 max=0.002311 Jy/beam ! Clean residual mean=-0.000006 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.213591 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 110 components and 0.213591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068603Jy sigma=0.418250 ! Fit after self-cal, rms=0.068599Jy sigma=0.418232 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.000255621 Jy ! Component: 100 - total flux cleaned = 0.000255635 Jy ! Component: 150 - total flux cleaned = 0.000296442 Jy ! Component: 200 - total flux cleaned = 0.000352606 Jy ! Total flux subtracted in 200 components = 0.000352606 Jy ! Clean residual min=-0.002165 max=0.002288 Jy/beam ! Clean residual mean=-0.000006 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.213944 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 123 components and 0.213944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068582Jy sigma=0.418157 ! Fit after self-cal, rms=0.068579Jy sigma=0.418153 ! 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.068579Jy sigma=0.418153 ! Fit after self-cal, rms=0.068425Jy sigma=0.418129 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.062 mas, bmaj=9.798 mas, bpa=5.437 degrees ! Estimated noise=2.18106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000619542 Jy ! Component: 100 - total flux cleaned = 0.000797938 Jy ! Component: 150 - total flux cleaned = 0.000849342 Jy ! Component: 200 - total flux cleaned = 0.000879282 Jy ! Total flux subtracted in 200 components = 0.000879282 Jy ! Clean residual min=-0.002205 max=0.002299 Jy/beam ! Clean residual mean=-0.000010 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.214823 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 137 components and 0.214823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068418Jy sigma=0.418126 ! Fit after self-cal, rms=0.068413Jy sigma=0.418117 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 = 5.11424e-05 Jy ! Component: 100 - total flux cleaned = 7.91506e-05 Jy ! Component: 150 - total flux cleaned = 0.00010522 Jy ! Component: 200 - total flux cleaned = 0.000130291 Jy ! Total flux subtracted in 200 components = 0.000130291 Jy ! Clean residual min=-0.002178 max=0.002279 Jy/beam ! Clean residual mean=-0.000011 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.214954 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 0.214954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068409Jy sigma=0.418113 ! Fit after self-cal, rms=0.068407Jy sigma=0.418110 ! 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.838 mas, bmaj=7.007 mas, bpa=-35.97 degrees ! Estimated noise=1.87124 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.838 x 7.007 at -35.97 degrees (North through East) ! Clean map min=-0.0019421 max=0.15122 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.944 mas, bmaj=6.467 mas, bpa=-39.53 degrees ! Estimated noise=3.3223 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11249 Jy ! Component: 100 - total flux cleaned = 0.15575 Jy ! Component: 150 - total flux cleaned = 0.177613 Jy ! Component: 200 - total flux cleaned = 0.189218 Jy ! Total flux subtracted in 200 components = 0.189218 Jy ! Clean residual min=-0.005392 max=0.005906 Jy/beam ! Clean residual mean=0.000014 rms=0.001507 Jy/beam ! Combined flux in latest and established models = 0.189218 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.189218 Jy ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=7.007 mas, bpa=-35.97 degrees ! Estimated noise=1.87124 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.00800526 Jy ! Component: 100 - total flux cleaned = 0.0130281 Jy ! Component: 150 - total flux cleaned = 0.0166253 Jy ! Component: 200 - total flux cleaned = 0.0193041 Jy ! Total flux subtracted in 200 components = 0.0193041 Jy ! Clean residual min=-0.002820 max=0.002704 Jy/beam ! Clean residual mean=-0.000002 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.208522 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.208522 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=9.062 mas, bmaj=9.798 mas, bpa=5.437 degrees ! Estimated noise=2.18106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00254316 Jy ! Component: 100 - total flux cleaned = 0.00392479 Jy ! Component: 150 - total flux cleaned = 0.00445163 Jy ! Component: 200 - total flux cleaned = 0.00483586 Jy ! Total flux subtracted in 200 components = 0.00483586 Jy ! Clean residual min=-0.002418 max=0.002514 Jy/beam ! Clean residual mean=-0.000009 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.213357 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.000179054 Jy ! Component: 100 - total flux cleaned = 0.000313175 Jy ! Component: 150 - total flux cleaned = 0.000435008 Jy ! Component: 200 - total flux cleaned = 0.00052425 Jy ! Total flux subtracted in 200 components = 0.00052425 Jy ! Clean residual min=-0.002286 max=0.002419 Jy/beam ! Clean residual mean=-0.000010 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.213882 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 84 components and 0.213882 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.838 mas, bmaj=7.007 mas, bpa=-35.97 degrees ! Estimated noise=1.87124 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263529 Jy ! Component: 100 - total flux cleaned = -0.00014675 Jy ! Component: 150 - total flux cleaned = 3.96692e-07 Jy ! Component: 200 - total flux cleaned = 0.000109444 Jy ! Total flux subtracted in 200 components = 0.000109444 Jy ! Clean residual min=-0.002074 max=0.002401 Jy/beam ! Clean residual mean=-0.000005 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.213991 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.213991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.068407Jy sigma=0.418167 ! Fit after self-cal, rms=0.068405Jy sigma=0.418129 wmodel J0350+5138_S_map.mod ! Writing 107 model components to file: J0350+5138_S_map.mod wobs J0350+5138_S_uvs.fits ! Writing UV FITS file: J0350+5138_S_uvs.fits wwins J0350+5138_S_map.win ! wwins: Wrote 2 windows to J0350+5138_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.000745274 Jy ! Component: 100 - total flux cleaned = 0.000857307 Jy ! Component: 150 - total flux cleaned = 0.000691381 Jy ! Component: 200 - total flux cleaned = 0.000534293 Jy ! Component: 250 - total flux cleaned = 0.000474429 Jy ! Component: 300 - total flux cleaned = 0.000360931 Jy ! Component: 350 - total flux cleaned = 0.000334449 Jy ! Component: 400 - total flux cleaned = 0.000360899 Jy ! Component: 450 - total flux cleaned = 0.00036116 Jy ! Component: 500 - total flux cleaned = 0.000361457 Jy ! Component: 550 - total flux cleaned = 0.000338321 Jy ! Component: 600 - total flux cleaned = 0.000293724 Jy ! Component: 650 - total flux cleaned = 0.000250526 Jy ! Component: 700 - total flux cleaned = 0.000208137 Jy ! Component: 750 - total flux cleaned = 0.00018754 Jy ! Component: 800 - total flux cleaned = 0.000226942 Jy ! Component: 850 - total flux cleaned = 0.000246302 Jy ! Component: 900 - total flux cleaned = 0.000341265 Jy ! Component: 950 - total flux cleaned = 0.000434022 Jy ! Component: 1000 - total flux cleaned = 0.000524205 Jy ! Component: 1050 - total flux cleaned = 0.000594235 Jy ! Component: 1100 - total flux cleaned = 0.000663498 Jy ! Component: 1150 - total flux cleaned = 0.000748187 Jy ! Component: 1200 - total flux cleaned = 0.000814948 Jy ! Component: 1250 - total flux cleaned = 0.000896539 Jy ! Component: 1300 - total flux cleaned = 0.000960711 Jy ! Component: 1350 - total flux cleaned = 0.00100811 Jy ! Component: 1400 - total flux cleaned = 0.00110138 Jy ! Component: 1450 - total flux cleaned = 0.00114711 Jy ! Component: 1500 - total flux cleaned = 0.00120716 Jy ! Component: 1550 - total flux cleaned = 0.00129582 Jy ! Component: 1600 - total flux cleaned = 0.00133955 Jy ! Component: 1650 - total flux cleaned = 0.00136833 Jy ! Component: 1700 - total flux cleaned = 0.00143965 Jy ! Component: 1750 - total flux cleaned = 0.0015525 Jy ! Component: 1800 - total flux cleaned = 0.0015945 Jy ! Component: 1850 - total flux cleaned = 0.00170474 Jy ! Component: 1900 - total flux cleaned = 0.00178673 Jy ! Component: 1950 - total flux cleaned = 0.00186797 Jy ! Component: 2000 - total flux cleaned = 0.00193521 Jy ! Component: 2050 - total flux cleaned = 0.00200194 Jy ! Component: 2100 - total flux cleaned = 0.00209457 Jy ! Component: 2150 - total flux cleaned = 0.0021339 Jy ! Component: 2200 - total flux cleaned = 0.00222508 Jy ! Component: 2250 - total flux cleaned = 0.00228978 Jy ! Component: 2300 - total flux cleaned = 0.00234108 Jy ! Component: 2350 - total flux cleaned = 0.00240491 Jy ! Component: 2400 - total flux cleaned = 0.00249357 Jy ! Component: 2450 - total flux cleaned = 0.00255638 Jy ! Component: 2500 - total flux cleaned = 0.00259385 Jy ! Component: 2550 - total flux cleaned = 0.00268086 Jy ! Component: 2600 - total flux cleaned = 0.0027178 Jy ! Component: 2650 - total flux cleaned = 0.00279153 Jy ! Component: 2700 - total flux cleaned = 0.00280369 Jy ! Component: 2750 - total flux cleaned = 0.00286445 Jy ! Component: 2800 - total flux cleaned = 0.00292499 Jy ! Component: 2850 - total flux cleaned = 0.00296115 Jy ! Component: 2900 - total flux cleaned = 0.0029972 Jy ! Component: 2950 - total flux cleaned = 0.0030452 Jy ! Component: 3000 - total flux cleaned = 0.00309309 Jy ! Component: 3050 - total flux cleaned = 0.00314074 Jy ! Component: 3100 - total flux cleaned = 0.00318826 Jy ! Component: 3150 - total flux cleaned = 0.00323567 Jy ! Component: 3200 - total flux cleaned = 0.00325935 Jy ! Component: 3250 - total flux cleaned = 0.00333004 Jy ! Component: 3300 - total flux cleaned = 0.00338884 Jy ! Component: 3350 - total flux cleaned = 0.00341229 Jy ! Component: 3400 - total flux cleaned = 0.00344739 Jy ! Component: 3450 - total flux cleaned = 0.00349411 Jy ! Component: 3500 - total flux cleaned = 0.00352909 Jy ! Component: 3550 - total flux cleaned = 0.00357557 Jy ! Component: 3600 - total flux cleaned = 0.00359878 Jy ! Component: 3650 - total flux cleaned = 0.0036335 Jy ! Component: 3700 - total flux cleaned = 0.0036797 Jy ! Component: 3750 - total flux cleaned = 0.00369124 Jy ! Component: 3800 - total flux cleaned = 0.00370273 Jy ! Component: 3850 - total flux cleaned = 0.00371428 Jy ! Component: 3900 - total flux cleaned = 0.00373731 Jy ! Component: 3950 - total flux cleaned = 0.00378324 Jy ! Component: 4000 - total flux cleaned = 0.00381766 Jy ! Component: 4050 - total flux cleaned = 0.00381765 Jy ! Total flux subtracted in 4096 components = 0.00382912 Jy ! Clean residual min=-0.000698 max=0.000732 Jy/beam ! Clean residual mean=-0.000003 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.21782 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 377 components and 0.21782 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0350+5138_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.838 x 7.007 at -35.97 degrees (North through East) ! Clean map min=-0.0017431 max=0.15057 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0350+5138_S_map.fits wmodel /image_prod/ug002_uva//J0350+5138_S_map.mod ! Writing 377 model components to file: /image_prod/ug002_uva//J0350+5138_S_map.mod wobs /image_prod/ug002_uva//J0350+5138_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0350+5138_S_uvs.fits wwins /image_prod/ug002_uva//J0350+5138_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0350+5138_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.15057 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190276 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.37911 0.37911 0.75822 1.51644 3.03288 6.06576 12.1315 24.263 48.5261 97.0521 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.15 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 791.327 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0350+5138_S_dfm.log closed on Wed Mar 4 20:03:38 2020