! Started logfile: /image_prod/ug002_uva//J0650+5616_S_dfm.log on Wed Mar 4 21:30:11 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//J0650+5616_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J0650+5616_S_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.897685 visibilities/baseline/integration-bin. ! Found source: J0650+5616 ! ! 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 5817 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 J0650+5616_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 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.028177Jy sigma=8.417751 ! Fit after self-cal, rms=0.765989Jy sigma=6.289464 ! 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.89 mas, bmaj=4.225 mas, bpa=4.105 degrees ! Estimated noise=1.78491 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.180543 Jy ! Component: 100 - total flux cleaned = 0.221349 Jy ! Total flux subtracted in 100 components = 0.221349 Jy ! Clean residual min=-0.005472 max=0.014369 Jy/beam ! Clean residual mean=0.000002 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 0.221349 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.221349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064644Jy sigma=0.479756 ! Fit after self-cal, rms=0.064627Jy sigma=0.479552 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0146807 Jy ! Component: 100 - total flux cleaned = 0.0212762 Jy ! Total flux subtracted in 100 components = 0.0212762 Jy ! Clean residual min=-0.004141 max=0.004670 Jy/beam ! Clean residual mean=0.000005 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.242625 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 15 components and 0.242625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061065Jy sigma=0.446486 ! Fit after self-cal, rms=0.061029Jy sigma=0.446170 ! 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.657 mas, bmaj=4.993 mas, bpa=5.866 degrees ! Estimated noise=1.16117 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.00475391 Jy ! Component: 100 - total flux cleaned = 0.0070784 Jy ! Component: 150 - total flux cleaned = 0.00832614 Jy ! Component: 200 - total flux cleaned = 0.00889131 Jy ! Total flux subtracted in 200 components = 0.00889131 Jy ! Clean residual min=-0.003872 max=0.003504 Jy/beam ! Clean residual mean=0.000008 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.251516 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 42 components and 0.251516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060640Jy sigma=0.443416 ! Fit after self-cal, rms=0.060635Jy sigma=0.443320 ! 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.657 x 4.993 at 5.866 degrees (North through East) ! Clean map min=-0.0035345 max=0.23425 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.04 HN 1.01 KP 1.01 ! LA 0.99 MK 0.99 OV 0.97 PT 1.01 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 1.01 KP 0.99 ! LA 0.96 MK 0.99 OV 0.97 PT 1.01 ! SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.01 HN 1.02 KP 1.00 ! LA 0.99 MK 1.01 OV 0.96 PT 1.02 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.060635Jy sigma=0.443320 ! Fit after self-cal, rms=0.060667Jy sigma=0.438248 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=5 mas, bpa=5.848 degrees ! Estimated noise=1.16371 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.000153408 Jy ! Component: 100 - total flux cleaned = -8.59539e-05 Jy ! Component: 150 - total flux cleaned = -3.07649e-05 Jy ! Component: 200 - total flux cleaned = 1.31819e-05 Jy ! Total flux subtracted in 200 components = 1.31819e-05 Jy ! Clean residual min=-0.003782 max=0.003270 Jy/beam ! Clean residual mean=0.000004 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.251529 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.251529 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.060640Jy sigma=0.438163 ! Fit after self-cal, rms=0.060642Jy sigma=0.438123 ! 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.060642Jy sigma=0.438123 ! Fit after self-cal, rms=0.057904Jy sigma=0.419479 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.653 mas, bmaj=4.997 mas, bpa=6.027 degrees ! Estimated noise=1.16276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000566266 Jy ! Component: 100 - total flux cleaned = 0.000484725 Jy ! Component: 150 - total flux cleaned = 0.000470897 Jy ! Component: 200 - total flux cleaned = 0.000459664 Jy ! Total flux subtracted in 200 components = 0.000459664 Jy ! Clean residual min=-0.002228 max=0.002752 Jy/beam ! Clean residual mean=0.000008 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.251989 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 51 components and 0.251989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057890Jy sigma=0.419390 ! Fit after self-cal, rms=0.057904Jy sigma=0.419334 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 (15, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00273692 Jy ! Component: 100 - total flux cleaned = 0.00421035 Jy ! Component: 150 - total flux cleaned = 0.0050666 Jy ! Component: 200 - total flux cleaned = 0.00521854 Jy ! Total flux subtracted in 200 components = 0.00521854 Jy ! Clean residual min=-0.002127 max=0.002076 Jy/beam ! Clean residual mean=0.000011 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.257208 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 76 components and 0.257208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057782Jy sigma=0.418008 ! Fit after self-cal, rms=0.057774Jy sigma=0.417914 ! 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.057774Jy sigma=0.417914 ! Fit after self-cal, rms=0.057704Jy sigma=0.417826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.648 mas, bmaj=4.996 mas, bpa=6.174 degrees ! Estimated noise=1.16138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109705 Jy ! Component: 100 - total flux cleaned = 0.00161945 Jy ! Component: 150 - total flux cleaned = 0.00177265 Jy ! Component: 200 - total flux cleaned = 0.00188929 Jy ! Total flux subtracted in 200 components = 0.00188929 Jy ! Clean residual min=-0.002136 max=0.001975 Jy/beam ! Clean residual mean=0.000011 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.259097 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.259097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057673Jy sigma=0.417565 ! Fit after self-cal, rms=0.057672Jy sigma=0.417543 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.00047641 Jy ! Component: 100 - total flux cleaned = 0.000603006 Jy ! Component: 150 - total flux cleaned = 0.00066158 Jy ! Component: 200 - total flux cleaned = 0.000716399 Jy ! Total flux subtracted in 200 components = 0.000716399 Jy ! Clean residual min=-0.002098 max=0.001962 Jy/beam ! Clean residual mean=0.000011 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.259813 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 94 components and 0.259813 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057657Jy sigma=0.417433 ! Fit after self-cal, rms=0.057658Jy sigma=0.417428 ! 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.057658Jy sigma=0.417428 ! Fit after self-cal, rms=0.057694Jy sigma=0.417390 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.283 mas, bmaj=9.274 mas, bpa=34.26 degrees ! Estimated noise=1.43935 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049881 Jy ! Component: 100 - total flux cleaned = 0.000704237 Jy ! Component: 150 - total flux cleaned = 0.000858812 Jy ! Component: 200 - total flux cleaned = 0.000966767 Jy ! Total flux subtracted in 200 components = 0.000966767 Jy ! Clean residual min=-0.001942 max=0.002241 Jy/beam ! Clean residual mean=0.000023 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.26078 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 100 components and 0.26078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057686Jy sigma=0.417330 ! Fit after self-cal, rms=0.057687Jy sigma=0.417321 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.00023319 Jy ! Component: 100 - total flux cleaned = 0.000242636 Jy ! Component: 150 - total flux cleaned = 0.000260336 Jy ! Component: 200 - total flux cleaned = 0.000284514 Jy ! Total flux subtracted in 200 components = 0.000284514 Jy ! Clean residual min=-0.001922 max=0.002230 Jy/beam ! Clean residual mean=0.000023 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.261065 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 103 components and 0.261065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057686Jy sigma=0.417314 ! Fit after self-cal, rms=0.057687Jy sigma=0.417310 ! 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.644 mas, bmaj=4.997 mas, bpa=6.234 degrees ! Estimated noise=1.16216 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.644 x 4.997 at 6.234 degrees (North through East) ! Clean map min=-0.0019774 max=0.23456 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.881 mas, bmaj=4.228 mas, bpa=4.3 degrees ! Estimated noise=1.78325 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.180295 Jy ! Component: 100 - total flux cleaned = 0.221687 Jy ! Component: 150 - total flux cleaned = 0.236919 Jy ! Component: 200 - total flux cleaned = 0.243598 Jy ! Total flux subtracted in 200 components = 0.243598 Jy ! Clean residual min=-0.003375 max=0.003293 Jy/beam ! Clean residual mean=0.000004 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.243598 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.243598 Jy ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=4.997 mas, bpa=6.234 degrees ! Estimated noise=1.16216 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.0050374 Jy ! Component: 100 - total flux cleaned = 0.00825721 Jy ! Component: 150 - total flux cleaned = 0.0106311 Jy ! Component: 200 - total flux cleaned = 0.0124343 Jy ! Total flux subtracted in 200 components = 0.0124343 Jy ! Clean residual min=-0.002054 max=0.001997 Jy/beam ! Clean residual mean=0.000008 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.256032 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 43 components and 0.256032 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=8.283 mas, bmaj=9.274 mas, bpa=34.26 degrees ! Estimated noise=1.43935 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217632 Jy ! Component: 100 - total flux cleaned = 0.00347385 Jy ! Component: 150 - total flux cleaned = 0.00410698 Jy ! Component: 200 - total flux cleaned = 0.00436619 Jy ! Total flux subtracted in 200 components = 0.00436619 Jy ! Clean residual min=-0.001905 max=0.002176 Jy/beam ! Clean residual mean=0.000023 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.260399 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.000205487 Jy ! Component: 100 - total flux cleaned = 0.000353751 Jy ! Component: 150 - total flux cleaned = 0.000485995 Jy ! Component: 200 - total flux cleaned = 0.000591269 Jy ! Total flux subtracted in 200 components = 0.000591269 Jy ! Clean residual min=-0.001866 max=0.002211 Jy/beam ! Clean residual mean=0.000023 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.26099 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 67 components and 0.26099 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=4.997 mas, bpa=6.234 degrees ! Estimated noise=1.16216 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00028077 Jy ! Component: 100 - total flux cleaned = -0.000342482 Jy ! Component: 150 - total flux cleaned = -0.000369966 Jy ! Component: 200 - total flux cleaned = -0.000343819 Jy ! Total flux subtracted in 200 components = -0.000343819 Jy ! Clean residual min=-0.001940 max=0.001942 Jy/beam ! Clean residual mean=0.000010 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.260646 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 83 components and 0.260646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057719Jy sigma=0.417610 ! Fit after self-cal, rms=0.057717Jy sigma=0.417545 wmodel J0650+5616_S_map.mod ! Writing 83 model components to file: J0650+5616_S_map.mod wobs J0650+5616_S_uvs.fits ! Writing UV FITS file: J0650+5616_S_uvs.fits wwins J0650+5616_S_map.win ! wwins: Wrote 2 windows to J0650+5616_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.000253078 Jy ! Component: 100 - total flux cleaned = 0.000220659 Jy ! Component: 150 - total flux cleaned = 0.000189642 Jy ! Component: 200 - total flux cleaned = 0.00012945 Jy ! Component: 250 - total flux cleaned = 0.000187637 Jy ! Component: 300 - total flux cleaned = 0.00029971 Jy ! Component: 350 - total flux cleaned = 0.000327051 Jy ! Component: 400 - total flux cleaned = 0.00032675 Jy ! Component: 450 - total flux cleaned = 0.000249781 Jy ! Component: 500 - total flux cleaned = 0.000300332 Jy ! Component: 550 - total flux cleaned = 0.000201776 Jy ! Component: 600 - total flux cleaned = 0.000226298 Jy ! Component: 650 - total flux cleaned = 0.000273274 Jy ! Component: 700 - total flux cleaned = 0.000319699 Jy ! Component: 750 - total flux cleaned = 0.000410484 Jy ! Component: 800 - total flux cleaned = 0.000477268 Jy ! Component: 850 - total flux cleaned = 0.000498814 Jy ! Component: 900 - total flux cleaned = 0.000542041 Jy ! Component: 950 - total flux cleaned = 0.000584409 Jy ! Component: 1000 - total flux cleaned = 0.000584672 Jy ! Component: 1050 - total flux cleaned = 0.000564821 Jy ! Component: 1100 - total flux cleaned = 0.000665974 Jy ! Component: 1150 - total flux cleaned = 0.000665841 Jy ! Component: 1200 - total flux cleaned = 0.000665936 Jy ! Component: 1250 - total flux cleaned = 0.000666294 Jy ! Component: 1300 - total flux cleaned = 0.000723957 Jy ! Component: 1350 - total flux cleaned = 0.000799375 Jy ! Component: 1400 - total flux cleaned = 0.000706286 Jy ! Component: 1450 - total flux cleaned = 0.000780046 Jy ! Component: 1500 - total flux cleaned = 0.000762039 Jy ! Component: 1550 - total flux cleaned = 0.000780276 Jy ! Component: 1600 - total flux cleaned = 0.000798153 Jy ! Component: 1650 - total flux cleaned = 0.000797817 Jy ! Component: 1700 - total flux cleaned = 0.000694164 Jy ! Component: 1750 - total flux cleaned = 0.000745515 Jy ! Component: 1800 - total flux cleaned = 0.000712063 Jy ! Component: 1850 - total flux cleaned = 0.000812552 Jy ! Component: 1900 - total flux cleaned = 0.000779166 Jy ! Component: 1950 - total flux cleaned = 0.000811898 Jy ! Component: 2000 - total flux cleaned = 0.000844171 Jy ! Component: 2050 - total flux cleaned = 0.000764015 Jy ! Component: 2100 - total flux cleaned = 0.000843526 Jy ! Component: 2150 - total flux cleaned = 0.000811783 Jy ! Component: 2200 - total flux cleaned = 0.000811668 Jy ! Component: 2250 - total flux cleaned = 0.000811203 Jy ! Component: 2300 - total flux cleaned = 0.000780519 Jy ! Component: 2350 - total flux cleaned = 0.000795625 Jy ! Component: 2400 - total flux cleaned = 0.000750634 Jy ! Component: 2450 - total flux cleaned = 0.000750808 Jy ! Component: 2500 - total flux cleaned = 0.000736158 Jy ! Component: 2550 - total flux cleaned = 0.000765254 Jy ! Component: 2600 - total flux cleaned = 0.000765118 Jy ! Component: 2650 - total flux cleaned = 0.00076503 Jy ! Component: 2700 - total flux cleaned = 0.000750751 Jy ! Component: 2750 - total flux cleaned = 0.000764746 Jy ! Component: 2800 - total flux cleaned = 0.000694561 Jy ! Component: 2850 - total flux cleaned = 0.000694399 Jy ! Component: 2900 - total flux cleaned = 0.000694146 Jy ! Component: 2950 - total flux cleaned = 0.000666628 Jy ! Component: 3000 - total flux cleaned = 0.000653074 Jy ! Component: 3050 - total flux cleaned = 0.000653096 Jy ! Component: 3100 - total flux cleaned = 0.00069343 Jy ! Component: 3150 - total flux cleaned = 0.000666605 Jy ! Component: 3200 - total flux cleaned = 0.000679907 Jy ! Component: 3250 - total flux cleaned = 0.00069308 Jy ! Component: 3300 - total flux cleaned = 0.00066684 Jy ! Component: 3350 - total flux cleaned = 0.000692884 Jy ! Component: 3400 - total flux cleaned = 0.000679904 Jy ! Component: 3450 - total flux cleaned = 0.000705615 Jy ! Component: 3500 - total flux cleaned = 0.000718468 Jy ! Component: 3550 - total flux cleaned = 0.000756541 Jy ! Component: 3600 - total flux cleaned = 0.000806949 Jy ! Component: 3650 - total flux cleaned = 0.000819553 Jy ! Component: 3700 - total flux cleaned = 0.000807104 Jy ! Component: 3750 - total flux cleaned = 0.000844084 Jy ! Component: 3800 - total flux cleaned = 0.000881057 Jy ! Component: 3850 - total flux cleaned = 0.000905499 Jy ! Component: 3900 - total flux cleaned = 0.000917608 Jy ! Component: 3950 - total flux cleaned = 0.000978129 Jy ! Component: 4000 - total flux cleaned = 0.000954104 Jy ! Component: 4050 - total flux cleaned = 0.00102598 Jy ! Total flux subtracted in 4096 components = 0.00104976 Jy ! Clean residual min=-0.000848 max=0.000682 Jy/beam ! Clean residual mean=0.000002 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.261696 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 361 components and 0.261696 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J0650+5616_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.644 x 4.997 at 6.234 degrees (North through East) ! Clean map min=-0.0014111 max=0.2344 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J0650+5616_S_map.fits wmodel /image_prod/ug002_uva//J0650+5616_S_map.mod ! Writing 361 model components to file: /image_prod/ug002_uva//J0650+5616_S_map.mod wobs /image_prod/ug002_uva//J0650+5616_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J0650+5616_S_uvs.fits wwins /image_prod/ug002_uva//J0650+5616_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J0650+5616_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.234404 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000203704 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.260709 0.260709 0.521418 1.04284 2.08567 4.17134 8.34268 16.6854 33.3707 66.7414 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.234 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1150.71 quit ! Quitting program ! Log file /image_prod/ug002_uva//J0650+5616_S_dfm.log closed on Wed Mar 4 21:30:15 2020